diff --git a/.ddev/config.yaml b/.ddev/config.yaml index afc9776564..26cba10525 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,7 +1,7 @@ name: my-friendica type: php docroot: "" -php_version: "7.3" +php_version: "7.4" webserver_type: apache-fpm router_http_port: "80" router_https_port: "443" @@ -17,7 +17,7 @@ use_dns_when_possible: true composer_version: "1" web_environment: [] nodejs_version: "16" -webimage_extra_packages: [php7.3-gmp] +webimage_extra_packages: [php7.4-gmp] # Key features of ddev's config.yaml: diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index 302bd911d7..97ea09d374 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -1,15 +1,13 @@ matrix: include: - - PHP_MAJOR_VERSION: 7.3 - PHP_VERSION: 7.3.33 - PHP_MAJOR_VERSION: 7.4 PHP_VERSION: 7.4.33 - PHP_MAJOR_VERSION: 8.0 - PHP_VERSION: 8.0.29 + PHP_VERSION: 8.0.30 - PHP_MAJOR_VERSION: 8.1 - PHP_VERSION: 8.1.21 + PHP_VERSION: 8.1.23 - PHP_MAJOR_VERSION: 8.2 - PHP_VERSION: 8.2.8 + PHP_VERSION: 8.2.11 # This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...) labels: @@ -69,9 +67,9 @@ steps: - if [ "${PHP_MAJOR_VERSION}" = "7.4" -a "${CI_REPO}" = "friendica/friendica" ]; then phpenmod xdebug; export XDEBUG_MODE=coverage; - phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml; + phpunit --configuration tests/phpunit.xml -d memory_limit=-1 --coverage-clover clover.xml; else - phpunit --configuration tests/phpunit.xml; + phpunit --configuration tests/phpunit.xml -d memory_limit=-1; fi codecov: image: friendicaci/codecov diff --git a/CHANGELOG b/CHANGELOG index 94b2f067a7..b454648c33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,129 @@ -Version 2023.09 (unreleased) +Version 2024.03 (unreleased) Friendica Core Friendica Addons Closed Issues +Version 2023.12 (2023-12-24) + Friendica Core + Raised minimal PHP version to 7.4 + Updates to the translations AR, BG, CA, CS, DE, EN GB, EN US, EO, ES, ET, FI, FR, GD, HU, IS, IT, JA, NL, PL, RO, RU, SV + Updates to the themes (frio, vier) [AlfredSK, annando, anubis2814, haheute, foss-, MrPetovan, Raroun, xundeenergie] + Updates to the documentation [AndyHee, BirdboyBolu, foss-, MrPetovan] + Fixed a bug in notification links [annando, keithhacks] + Fixed a bug in content negotiation [GidiKroon] + Fixed the link in invitations [Raroun] + Fixed 0Auth connection with Buffer and redirection problems [annando, HankG] + Fixed a visibility bug with Calendar entries [MrPetovan] + Fixed a JsonLD parsing issue [annando] + Fixed confusion about nickname and username [MrPetovan, Raroun] + Fixed a problem with viewing remote contact profiles [MrPetovan] + Fixed a bug with previewing linked postings [annando] + Fixed a problem parsing Mastodon WebFingers [MrPetovan] + Fixed a bug that could lead to deleting your own account unintended [MrPetovan] + Fixed redirection in 2FA settings page [MrPetovan] + Fixed a problem with distributing some comments [annando] + Fixed a bug that caused public groups not being able to hide members [annando] + Fixed RSS/Atom feed of group accounts [MrPetovan] + Fixed a bug that prevented bi-directional delivery of DMs [annando] + Fixed a bug in privacy settings for remote-self [annando] + Fixed a bug that prevented the selection of photos with captions [Raroun] + Fixed a bug in Magic Auth [git-marijus] + Fixed a bug convertig local tags to external on receiving updates to the post [annando] + Improved Bluesky connector core [annando] + Improved SSL handling of reverse http proxies [MrPetovan] + Improved performance [annando] + Improved language detection [annando] + Improved display of contact relationships [annando] + Improved display of notifications [annando, MrPetovan] + Improved Mastodon compatible API [annando, gudzpoz, HankG, MrPetovan, Quix0r] + Improved federation with Diaspora, Firefish, GoToSocial, Lemmy, Pixelfed, Threads [annando] + Improved display of quoted posts [annando] + Improved BBCode conversion [annando] + Improved addon hook loading [annando, nupplaphil] + Improved handling of relay servers [annando] + Improved blocked users feature [MrPetovan] + Improved robots.txt to include ChatGPT and Google Extended [annando, haheute] + Improved handling of resizing images [annando] + Improved the image grid at the end of postings [MrPetovan] + Improved raw content output [annando] + Improved handling of smileys [gudzpoz] + Improved the admin panel [annando] + Improved handling of the background worker [annando] + Improved the processing of relayed posts [annando] + Improved compatibility with Mastodon Clients [annando] + Improved nodeinfo [MrPetovan] + Improved the federation statistics in the admin panel [annando] + General code cleanup [AlfredSK, annando, jlamothe, mexon, MrPetovan, nupplaphil, Quix0r, toddy15] + Renamed "group" to "circle" + Renamed "forum" to "group" + Added possibility to hide the server block list [MrPetovan, Quix0r] + Added creation of moderation reports [AlfredSK, annando, MrPetovan] + Added user controlled ignore server functionality [MrPetovan] + Added support for Unix domain sockets to Redis [MrPetovan] + Added user controlled channels for the network stream [annando] + Added support of MacOS emoji picker in text fields [MrPetovan] + Added lazy loading for images [FarisKarim, xundeenergie] + Added image caption display in Fancybox gallery [MrPetovan] + Added shortcut (ctrl+enter) to send postings using Frio theme [xundeenergie] + Added support for CORS requests to nodeinfo [palant] + Added setting for servers that should only receive limited profile information [annando] + + Friendica Addons + Updates to the translation AR, CS, DE, ES, ET, FR, HU, IT, JA, NL, PL, RU, SV, ZH CN + Advancedcontentfilter + General code cleanup [MrPetovan] + Audon + Added audon addon [loma-one] + Blockem + Deprecated the addon [AndyHee] + Bluesky + Added bidirectional communication to the Bluesky connector [annando] + Added support for pinned postings [annando] + Added support for transmitted language [annando] + Improved thread handling [annando] + Improved handling of hashtags [annando] + Improved image uploading [annando] + CLD + Added addon for detection of the language of postings using CLD2 library [annando] + invidious + Added addon [loma-one] + langfilter + Use two letter codes for detected languages [annando] + Mailstream + Improved error handling [mexon] + Monolog + General code cleanup [nupplaphil] + NSFW + General code cleanup [MrPetovan] + pageheader + Improved styling of message box [loma-one] + s3_storage + Bumped library version [MrPetovan] + Showmore Dyn + Improved styling on mobile devices [csolisr] + Smileybutton + Improved conversation from float to int [MrPetovan] + Tumblr + Improved the import of feeds [annando] + Twitter + Improved image uploading [annando] + Removed the import of postings from Twitter [annando] + + Closed Issues + 8542, 10369, 12530, 12743, 12815, 13020, 13039, 13114, 13129, + 13173, 13174, 13180, 13182, 13184, 13195, 13201, 13209, 13216, + 13217, 13221, 13228, 13240, 13288, 13232, 13240, 13265, 13277, + 13286, 13287, 13289, 13304, 13311, 13312, 13316, 13318, 13332, + 13333, 13334, 13343, 13352, 13353, 13355, 13359, 13363, 13365, + 13367, 13369, 13370, 13378, 13389, 13398, 13403, 13439, 13440, + 13455, 13457, 13462, 13467, 13471, 13478, 13486, 13506, 13511, + 13515, 13520, 13524, 13534, 13535, 13542, 13554, 13556, 13560, + 13566, 13573, 13577, 13588, 13603, 13607, 13615, 13617, 13621, + 13624, 13625, 13627, 13637, 13639, 13649, 13662, 13665, 13673, + 13693, 13699, 13719, 13720, 13731, 13748 + Version 2023.05 (2023-05-23) Friendica Core Updates to the translations HU, PL diff --git a/CREDITS.txt b/CREDITS.txt index 6deeaa8bfc..27f9673e26 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -31,6 +31,7 @@ Angristan Anthronaut Anton Antron Samurai +Anubis2814 Arian - Cazare Muncitori Asher Pen atjn @@ -51,6 +52,7 @@ BinkaDroid Bjoessi bkil bob lebonche +Boluwatife Victor Boris Daniel Martinez Millàn bufalo1973 ButterflyOfFire @@ -69,8 +71,8 @@ Christian Wiwie Cohan Robinson Colby Sollars Copiis -Copiis Praeesse CrystalStiletto +csolisr Cyboulette Cyryl Sochacki czarnystokrotek @@ -98,6 +100,7 @@ Eelco Maljaars effex7 Elena emilia.krawczyk +Entropy Engineer Eric Côté Erich erik @@ -108,10 +111,12 @@ F1per 3y Fabian Dost Fabio Comuni Farida Khalaf +Faris felixgilles Filip Bugaj Filip H.F. "FiXato" Slagter Finn Dean +Florent C. FlxAlbroscheit foss- Francesco Apruzzese @@ -121,10 +126,12 @@ Gerhard Seeber gerhard6380 Gert Cauwenberg Gidi Kroon +git-marijus GLComo greeneyedred Gregory Smith Grischa Brockhaus +groen gudzpoz GunChleoc guzzisti @@ -134,6 +141,7 @@ Hannes Heute Hans Meine Hauke Hauke Altmann +Henrik Härkönen Herbert Thielen hlad hoergen @@ -156,6 +164,7 @@ Johannes Schwab John Brazil John Mortensen Jonatan Nyberg +Jonathan Lamothe Jonny Tischbein Josef Moravek Josh Soref @@ -168,11 +177,13 @@ Karolina Kastal András Keenan Pepper Keith Fernie +keithhacks Klaus Weidenbach Koyu Berteon kPherox Kris Kristoffer Grundström +ktlinux KulikAlex Lea1995polish Leberwurscht @@ -254,6 +265,7 @@ Rain Hawk Rainulf Pineda Ralf Thees ralph van der honing +Raroun Ratten rcmaniac RealKinetix @@ -269,6 +281,7 @@ Roland Häder Ruud Schilders rwa Ryan Voots +S. Brusch S.Krumbholz Sakałoŭ Alaksiej Sam @@ -314,6 +327,7 @@ TiMESPLiNTER Tino Tobias Diekershoff Tobias Hößl +Tobias Quathamer Tom Tom Aurlund Tom Hu @@ -324,6 +338,7 @@ Torbjörn Andersson TORminator trebor tschlotfeldt +tslmuun Tubuntu Tupambae.org U-SOUND\mike @@ -345,6 +360,7 @@ Waldemar Stoczkowski Walter Bulbazor Wanting Chen Wil Tur +Wladimir Palant Wouter Broers Xiaofei Xu XMPPはいいぞ diff --git a/README.md b/README.md index e66f3969e6..d4a49330e4 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,30 @@ -Friendica Social Communications Server -====================================== +Friendica - your open and free social network +============================================= -Welcome to the free social web. +Welcome to the free social web. Friendica is a platform for decentralised social communication linking to other independent social and corporate services. -Friendica is a decentralised communications platform that integrates social communication. Our platform links to independent social projects and corporate services. +Friendica connects you to a federated communications network of thousands of servers called the Fediverse. +Through various protocols you can interact with anyone on [Friendica]( https://friendi.ca), [Mastodon](https://joinmastodon.org), [Lemmy](https://join-lemmy.org/), [Diaspora](https://diasporafoundation.org), [Misskey](https://join.misskey.page), [Peertube](https://joinpeertube.org/), [Pixelfed](https://pixelfed.org/), [Pleroma](https://pleroma.social) and many more. +Receiving content from Tumblr, WordPress and RSS is also possible. +Friendica allows to import and mirror your content via add-ons such as ITTT and Buffer. +You can control the privacy scope of your content. -Our mission is to free friends, family and colleagues from data-harvesting corporations; we aim for social communication to be free and open, while flowing between any provider as easily as email does. +Being part of the Fediverse allows you to be free from data-harvesting corporations. +Enjoy open social communication, independent of any specific provider. -Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on [Friendica]( https://friendi.ca), [Mastodon](https://joinmastodon.org/), [Diaspora](https://diasporafoundation.org/), [GnuSocial](https://gnu.io/social/), [Pleroma](https://pleroma.social/), or [Hubzilla](https://hubzilla.org/), regardless where each user profile is hosted. +[Join Friendica](https://dir.friendica.social/servers) today or set up [your own Friendica instance](doc/Install.md). -With Friendica, you can also fully interact with anyone on Twitter and receive any content from Tumblr, Wordpress or RSS. Friendica allows you to integrate most things on the web via a range of addons such as ITTT, Buffer; you will be able to easily control your own data as you decide. +### Friendica on desktop -Join today and [get your Friendica profile!](https://dir.friendica.social/servers 'Join Friendica today!') +![Frio theme in desktop browser](images/screenshots/friendica-2023-12-frio-desktop.png?raw=true "Frio theme in desktop browser") -Have a look at the [installation documentation](doc/Install.md) for further information about installing and using Friendica. +### Friendica on mobile -### Friendica Screenshots - -| ![Frio theme in mobile browser](images/screenshots/friendica-frio-mobile-profile-1.png?raw=true "Frio theme in mobile browser") ![Frio theme in mobile browser](images/screenshots/friendica-frio-mobile-profile-2.png?raw=true "Frio theme in mobile browser") | -|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| *Frio theme, mobile browser. Timeline and composer view.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-green-profile-1.png?raw=true "Frio theme in desktop browser") | -| *Frio theme, desktop browser. Timeline view, contact info popped up, control menu open.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-green-profile-2.png?raw=true "Frio theme in desktop browser") | -| *Frio theme, desktop browser. Menu open for controlling individual posts.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-red-profile-3.png?raw=true "Frio theme in desktop browser") | -| *Frio theme, desktop browser. Profile view, notification menu open.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-red-profile-2.png?raw=true "Frio theme in desktop browser") | -| *Number of new posts, in total and by circle.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-red-profile-1.png?raw=true "Frio theme in desktop browser") | -| *Calendar with popup of event.* | -| ![Frio theme default colour in standard browser on tablet](images/screenshots/friendica-frio-default-profile-1.png?raw=true "Frio theme default colour in standard browser on tablet") | -| *Notifications menu and private messages counter, standard browser on tablet.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-brown-profile-2.png?raw=true "Frio theme in desktop browser") | -| *Number of visible contacts, standard browser.* | -| ![Frio theme in desktop browser](images/screenshots/friendica-frio-brown-profile-1.png?raw=true "Frio theme in desktop browser") | -| *Network posts chronologically ordered, standard browser.* | -| ![Vier theme in desktop browser](images/screenshots/friendica-vier-profile.png?raw=true "Vier theme in desktop browser") | -| *Vier theme, desktop browser. Public timeline view.* | -| ![Vier theme in desktop browser](images/screenshots/friendica-vier-community.png?raw=true "Vier theme in desktop browser") | -| *Vier theme, desktop browser. Community post displayed.* | +

+frio on mobile, dark color scheme +frio on mobile, light color scheme +

## Endorsements -- [![Awesome Humane Tech](images/humane-tech-badge.svg)](https://github.com/humanetech-community/awesome-humane-tech) On August 12th 2020, Friendica was added to [the curated Awesome Humane Tech directory](https://github.com/humanetech-community/awesome-humane-tech) in [the "Fediverse" category](https://github.com/humanetech-community/awesome-humane-tech#fediverse). +- Friendica is listed on [![Awesome Humane Tech](images/humane-tech-badge.svg)](https://codeberg.org/teaserbot-labs/delightful-humane-design) in the [Fediverse category](https://codeberg.org/teaserbot-labs/delightful-humane-design#fediverse). diff --git a/VERSION b/VERSION index c32d7efee0..dfca892bef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.09-dev +2024.03-dev diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index 3a95532464..ca2a2ad3d8 100755 --- a/bin/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -1,7 +1,7 @@ #!/usr/bin/env php $pid]); - file_put_contents($pidfile, $pid); exit(0); } diff --git a/bin/testargs.php b/bin/testargs.php index 0d736bcc26..3bcb07e114 100644 --- a/bin/testargs.php +++ b/bin/testargs.php @@ -1,6 +1,6 @@ =7.3", + "php": ">=7.4", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -44,7 +44,7 @@ "mattwright/urlresolver": "^2.0", "michelf/php-markdown": "^1.7", "minishlink/web-push": "^6.0", - "mobiledetect/mobiledetectlib": "^2.8", + "mobiledetect/mobiledetectlib": "^3.74", "nikic/fast-route": "^1.3", "paragonie/hidden-string": "^1.0", "patrickschur/language-detection": "^5.0.0", @@ -53,7 +53,7 @@ "pragmarx/google2fa": "^5.0", "pragmarx/recovery": "^0.2", "psr/clock": "^1.0", - "psr/container": "^1.0", + "psr/container": "^2.0", "psr/log": "^1.1", "seld/cli-prompt": "^1.0", "smarty/smarty": "^4", @@ -102,7 +102,7 @@ }, "config": { "platform": { - "php": "7.3" + "php": "7.4" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index ac2d038f98..a541913811 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c208d7f5176358ea157f109c1c7d68dd", + "content-hash": "082b16e2c88895f1a03d5b0ffe678ba7", "packages": [ { "name": "asika/simple-console", @@ -123,16 +123,16 @@ }, { "name": "bower-asset/base64", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/davidchambers/Base64.js.git", - "reference": "0048721faa641f1519c4c081725f42da2ada5e9a" + "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/0048721faa641f1519c4c081725f42da2ada5e9a", - "reference": "0048721faa641f1519c4c081725f42da2ada5e9a", + "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/22192690552ba07bf035f95a5d2d1a0e2f0ced46", + "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46", "shasum": "" }, "type": "bower-asset-library", @@ -150,7 +150,7 @@ "WTFPL" ], "description": "Base64 encoding and decoding", - "time": "2023-02-22T16:04:49+00:00" + "time": "2023-09-18T21:37:26+00:00" }, { "name": "bower-asset/dompurify", @@ -299,16 +299,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" + "reference": "b66d11b7479109ab547f9405b97205640b17d385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", + "reference": "b66d11b7479109ab547f9405b97205640b17d385", "shasum": "" }, "require": { @@ -320,7 +320,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -366,20 +366,20 @@ "type": "tidelift" } ], - "time": "2023-01-11T08:27:00+00:00" + "time": "2023-12-18T12:05:55+00:00" }, { "name": "dasprid/enum", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", - "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f" + "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f", - "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f", + "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016", + "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016", "shasum": "" }, "require": { @@ -412,7 +412,7 @@ "enum", "map" ], - "time": "2023-03-01T18:44:03+00:00" + "time": "2023-08-25T16:18:39+00:00" }, { "name": "divineomega/do-file-cache", @@ -591,20 +591,20 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.16.0", + "version": "v4.17.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -644,7 +644,7 @@ "keywords": [ "html" ], - "time": "2022-09-18T07:06:19+00:00" + "time": "2023-11-17T15:01:25+00:00" }, { "name": "fgrosse/phpasn1", @@ -1037,16 +1037,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", "shasum": "" }, "require": { @@ -1056,11 +1056,6 @@ "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -1113,7 +1108,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", @@ -1322,24 +1317,6 @@ "html", "markdown" ], - "funding": [ - { - "url": "https://www.colinodell.com/sponsor", - "type": "custom" - }, - { - "url": "https://www.paypal.me/colinpodell/10.00", - "type": "custom" - }, - { - "url": "https://github.com/colinodell", - "type": "github" - }, - { - "url": "https://www.patreon.com/colinodell", - "type": "patreon" - } - ], "time": "2020-07-01T00:34:03+00:00" }, { @@ -1624,31 +1601,33 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.41", + "version": "3.74.3", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1" + "reference": "39582ab62f86b40e4edb698159f895929a29c346" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346", + "reference": "39582ab62f86b40e4edb698159f895929a29c346", "shasum": "" }, "require": { - "php": ">=5.0.0" + "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "~4.8.35||~5.7" + "friendsofphp/php-cs-fixer": "^3.14", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { - "psr-0": { - "Detection": "namespaced/" + "psr-4": { + "Detection\\": "src/" }, "classmap": [ - "Mobile_Detect.php" + "src/MobileDetect.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1659,7 +1638,7 @@ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", - "homepage": "http://mobiledetect.net", + "homepage": "https://mobiledetect.net", "role": "Developer" } ], @@ -1672,7 +1651,13 @@ "mobile detector", "php mobile detect" ], - "time": "2022-11-08T18:31:26+00:00" + "funding": [ + { + "url": "https://github.com/serbanghita", + "type": "github" + } + ], + "time": "2023-10-27T16:28:04+00:00" }, { "name": "nikic/fast-route", @@ -2915,16 +2900,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.19.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "cb15e403ecbe6a6cc515f855c310eb6b1872a933" + "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/cb15e403ecbe6a6cc515f855c310eb6b1872a933", - "reference": "cb15e403ecbe6a6cc515f855c310eb6b1872a933", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6", + "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6", "shasum": "" }, "require": { @@ -2993,26 +2978,26 @@ "secret-key cryptography", "side-channel resistant" ], - "time": "2022-09-26T03:40:35+00:00" + "time": "2023-04-30T00:54:53+00:00" }, { "name": "patrickschur/language-detection", - "version": "v5.1.0", + "version": "v5.3.0", "source": { "type": "git", "url": "https://github.com/patrickschur/language-detection.git", - "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c" + "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/728f1434dcf126ce3ed7118567c014d80d7fdd9c", - "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c", + "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9", + "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5.0" @@ -3040,7 +3025,7 @@ "detection", "language" ], - "time": "2021-03-05T22:18:57+00:00" + "time": "2023-08-18T22:46:39+00:00" }, { "name": "pear/console_table", @@ -3099,16 +3084,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.19", + "version": "3.0.34", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "cc181005cf548bfd8a4896383bb825d859259f95" + "reference": "56c79f16a6ae17e42089c06a2144467acc35348a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95", - "reference": "cc181005cf548bfd8a4896383bb825d859259f95", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a", + "reference": "56c79f16a6ae17e42089c06a2144467acc35348a", "shasum": "" }, "require": { @@ -3201,7 +3186,7 @@ "type": "tidelift" } ], - "time": "2023-03-05T17:13:09+00:00" + "time": "2023-11-27T11:13:31+00:00" }, { "name": "pragmarx/google2fa", @@ -3478,22 +3463,27 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -3518,20 +3508,20 @@ "container-interop", "psr" ], - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/http-client", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { @@ -3567,7 +3557,7 @@ "psr", "psr-18" ], - "time": "2023-04-10T20:12:12+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", @@ -3811,16 +3801,16 @@ }, { "name": "smarty/smarty", - "version": "v4.3.1", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5" + "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5", - "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3931d8f54b8f7a4ffab538582d34d4397ba8daa5", + "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5", "shasum": "" }, "require": { @@ -3868,7 +3858,7 @@ "keywords": [ "templating" ], - "time": "2023-03-28T19:47:03+00:00" + "time": "2023-09-14T10:59:08+00:00" }, { "name": "spomky-labs/base64url", @@ -3933,16 +3923,16 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", "shasum": "" }, "require": { @@ -3956,7 +3946,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4013,20 +4003,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:30:37+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -4038,7 +4028,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4094,7 +4084,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php56", @@ -4163,16 +4153,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -4181,7 +4171,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4232,7 +4222,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "ua-parser/uap-php", @@ -4903,38 +4893,38 @@ }, { "name": "mockery/mockery", - "version": "1.5.1", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e" + "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e", + "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": "^7.3 || ^8.0" + "php": ">=7.3" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3" + "phpunit/phpunit": "^8.5 || ^9.6.10", + "symplify/easy-coding-standard": "^12.0.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Mockery": "library/" + "files": [ + "library/helpers.php", + "library/Mockery.php" + ], + "psr-4": { + "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", @@ -4945,12 +4935,20 @@ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", - "homepage": "http://blog.astrumfutura.com" + "homepage": "https://github.com/padraic", + "role": "Author" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", - "homepage": "http://davedevelopment.co.uk" + "homepage": "https://davedevelopment.co.uk", + "role": "Developer" + }, + { + "name": "Nathanael Esayeas", + "email": "nathanael.esayeas@protonmail.com", + "homepage": "https://github.com/ghostwriter", + "role": "Lead Developer" } ], "description": "Mockery is a simple yet flexible PHP mock object framework", @@ -4967,7 +4965,7 @@ "test double", "testing" ], - "time": "2022-09-07T15:32:08+00:00" + "time": "2023-12-10T02:24:34+00:00" }, { "name": "myclabs/deep-copy", @@ -5026,16 +5024,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.4", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -5074,7 +5072,7 @@ "parser", "php" ], - "time": "2023-03-05T19:49:14+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phar-io/manifest", @@ -5181,16 +5179,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.26", + "version": "9.2.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", "shasum": "" }, "require": { @@ -5250,7 +5248,7 @@ "type": "github" } ], - "time": "2023-03-06T12:58:08+00:00" + "time": "2023-09-19T04:57:46+00:00" }, { "name": "phpunit/php-file-iterator", @@ -5479,16 +5477,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.7", + "version": "9.6.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" + "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/05017b80304e0eb3f31d90194a563fd53a6021f1", + "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1", "shasum": "" }, "require": { @@ -5503,7 +5501,7 @@ "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-code-coverage": "^9.2.28", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", "phpunit/php-text-template": "^2.0.3", @@ -5573,7 +5571,7 @@ "type": "tidelift" } ], - "time": "2023-04-14T08:58:40+00:00" + "time": "2023-12-01T16:55:19+00:00" }, { "name": "sebastian/cli-parser", @@ -5855,16 +5853,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -5913,7 +5911,7 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", @@ -6049,16 +6047,16 @@ }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "reference": "bde739e7565280bda77be70044ac1047bc007e34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", + "reference": "bde739e7565280bda77be70044ac1047bc007e34", "shasum": "" }, "require": { @@ -6105,7 +6103,7 @@ "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2023-08-02T09:26:13+00:00" }, { "name": "sebastian/lines-of-code", @@ -6477,16 +6475,16 @@ }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -6519,7 +6517,7 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2023-11-20T00:12:19+00:00" } ], "aliases": [], @@ -6530,7 +6528,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3", + "php": ">=7.4", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -6547,7 +6545,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "7.3" + "php": "7.4" }, "plugin-api-version": "1.1.0" } diff --git a/database.sql b/database.sql index 329381b95b..9c98c614a9 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 2023.09-dev (Giant Rhubarb) --- DB_UPDATE_VERSION 1534 +-- Friendica 2024.03-dev (Yellow Archangel) +-- DB_UPDATE_VERSION 1545 -- ------------------------------------------ @@ -73,8 +73,6 @@ CREATE TABLE IF NOT EXISTS `user` ( `blockwall` boolean NOT NULL DEFAULT '0' COMMENT 'Prohibit contacts to post to the profile page of the user', `hidewall` boolean NOT NULL DEFAULT '0' COMMENT 'Hide profile details from unknown viewers', `blocktags` boolean NOT NULL DEFAULT '0' COMMENT 'Prohibit contacts to tag the post of this user', - `unkmail` boolean NOT NULL DEFAULT '0' COMMENT 'Permit unknown people to send private mails to this user', - `cntunkmail` int unsigned NOT NULL DEFAULT 10 COMMENT '', `notify-flags` smallint unsigned NOT NULL DEFAULT 65535 COMMENT 'email notification options', `page-flags` tinyint unsigned NOT NULL DEFAULT 0 COMMENT 'page/profile type', `account-type` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '', @@ -492,6 +490,26 @@ CREATE TABLE IF NOT EXISTS `cache` ( INDEX `k_expires` (`k`,`expires`) ) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Stores temporary data'; +-- +-- TABLE channel +-- +CREATE TABLE IF NOT EXISTS `channel` ( + `id` int unsigned NOT NULL auto_increment COMMENT '', + `uid` mediumint unsigned NOT NULL COMMENT 'User id', + `label` varchar(64) NOT NULL COMMENT 'Channel label', + `description` varchar(64) COMMENT 'Channel description', + `circle` int COMMENT 'Circle or channel that this channel is based on', + `access-key` varchar(1) COMMENT 'Access key', + `include-tags` varchar(1023) COMMENT 'Comma separated list of tags that will be included in the channel', + `exclude-tags` varchar(1023) COMMENT 'Comma separated list of tags that aren\'t allowed in the channel', + `full-text-search` varchar(1023) COMMENT 'Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode', + `media-type` smallint unsigned COMMENT 'Filtered media types', + `languages` mediumtext COMMENT 'Desired languages', + PRIMARY KEY(`id`), + INDEX `uid` (`uid`), + FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE +) DEFAULT COLLATE utf8mb4_general_ci COMMENT='User defined Channels'; + -- -- TABLE config -- @@ -1217,6 +1235,23 @@ CREATE TABLE IF NOT EXISTS `post-category` ( FOREIGN KEY (`tid`) REFERENCES `tag` (`id`) ON UPDATE RESTRICT ON DELETE RESTRICT ) DEFAULT COLLATE utf8mb4_general_ci COMMENT='post relation to categories'; +-- +-- TABLE post-counts +-- +CREATE TABLE IF NOT EXISTS `post-counts` ( + `uri-id` int unsigned NOT NULL COMMENT 'Id of the item-uri table entry that contains the item uri', + `vid` smallint unsigned NOT NULL COMMENT 'Id of the verb table entry that contains the activity verbs', + `reaction` varchar(1) NOT NULL COMMENT 'Emoji Reaction', + `parent-uri-id` int unsigned COMMENT 'Id of the item-uri table that contains the parent uri', + `count` int unsigned DEFAULT 0 COMMENT 'Number of activities', + PRIMARY KEY(`uri-id`,`vid`,`reaction`), + INDEX `vid` (`vid`), + INDEX `parent-uri-id` (`parent-uri-id`), + FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE, + FOREIGN KEY (`vid`) REFERENCES `verb` (`id`) ON UPDATE RESTRICT ON DELETE RESTRICT, + FOREIGN KEY (`parent-uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE +) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Original remote activity'; + -- -- TABLE post-collection -- @@ -1309,6 +1344,7 @@ CREATE TABLE IF NOT EXISTS `post-engagement` ( `contact-type` tinyint NOT NULL DEFAULT 0 COMMENT 'Person, organisation, news, community, relay', `media-type` tinyint NOT NULL DEFAULT 0 COMMENT 'Type of media in a bit array (1 = image, 2 = video, 4 = audio', `language` varbinary(128) COMMENT 'Language information about this post', + `searchtext` mediumtext COMMENT 'Simplified text for the full text search', `created` datetime COMMENT '', `restricted` boolean NOT NULL DEFAULT '0' COMMENT 'If true, this post is either unlisted or not from a federated network', `comments` mediumint unsigned COMMENT 'Number of comments', @@ -1316,6 +1352,7 @@ CREATE TABLE IF NOT EXISTS `post-engagement` ( PRIMARY KEY(`uri-id`), INDEX `owner-id` (`owner-id`), INDEX `created` (`created`), + FULLTEXT INDEX `searchtext` (`searchtext`), FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY (`owner-id`) REFERENCES `contact` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE ) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Engagement data per post'; @@ -1513,7 +1550,8 @@ CREATE TABLE IF NOT EXISTS `post-user` ( INDEX `event-id` (`event-id`), INDEX `psid` (`psid`), INDEX `author-id_uid` (`author-id`,`uid`), - INDEX `author-id_received` (`author-id`,`received`), + INDEX `author-id_created` (`author-id`,`created`), + INDEX `owner-id_created` (`owner-id`,`created`), INDEX `parent-uri-id_uid` (`parent-uri-id`,`uid`), INDEX `uid_wall_received` (`uid`,`wall`,`received`), INDEX `uid_contactid` (`uid`,`contact-id`), @@ -1574,11 +1612,17 @@ CREATE TABLE IF NOT EXISTS `post-thread-user` ( INDEX `post-user-id` (`post-user-id`), INDEX `commented` (`commented`), INDEX `received` (`received`), + INDEX `author-id_created` (`author-id`,`created`), + INDEX `owner-id_created` (`owner-id`,`created`), INDEX `uid_received` (`uid`,`received`), INDEX `uid_wall_received` (`uid`,`wall`,`received`), INDEX `uid_commented` (`uid`,`commented`), + INDEX `uid_created` (`uid`,`created`), INDEX `uid_starred` (`uid`,`starred`), INDEX `uid_mention` (`uid`,`mention`), + INDEX `contact-id_commented` (`contact-id`,`commented`), + INDEX `contact-id_received` (`contact-id`,`received`), + INDEX `contact-id_created` (`contact-id`,`created`), FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY (`conversation-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY (`owner-id`) REFERENCES `contact` (`id`) ON UPDATE RESTRICT ON DELETE RESTRICT, @@ -1846,6 +1890,16 @@ CREATE TABLE IF NOT EXISTS `subscription` ( FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE ) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Push Subscription for the API'; +-- +-- TABLE check-full-text-search +-- +CREATE TABLE IF NOT EXISTS `check-full-text-search` ( + `pid` int unsigned NOT NULL COMMENT 'The ID of the process', + `searchtext` mediumtext COMMENT 'Simplified text for the full text search', + PRIMARY KEY(`pid`), + FULLTEXT INDEX `searchtext` (`searchtext`) +) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Check for a full text search match in user defined channels before storing the message in the system'; + -- -- TABLE userd -- @@ -1970,6 +2024,65 @@ CREATE VIEW `circle-member-view` AS SELECT INNER JOIN `contact` ON `group_member`.`contact-id` = `contact`.`id` INNER JOIN `group` ON `group_member`.`gid` = `group`.`id`; +-- +-- VIEW post-counts-view +-- +DROP VIEW IF EXISTS `post-counts-view`; +CREATE VIEW `post-counts-view` AS SELECT + `post-counts`.`uri-id` AS `uri-id`, + `post-counts`.`vid` AS `vid`, + `verb`.`name` AS `verb`, + `post-counts`.`reaction` AS `reaction`, + `post-counts`.`parent-uri-id` AS `parent-uri-id`, + `post-counts`.`count` AS `count` + FROM `post-counts` + INNER JOIN `verb` ON `verb`.`id` = `post-counts`.`vid`; + +-- +-- VIEW post-timeline-view +-- +DROP VIEW IF EXISTS `post-timeline-view`; +CREATE VIEW `post-timeline-view` AS SELECT + `post-user`.`uid` AS `uid`, + `post-user`.`uri-id` AS `uri-id`, + `post-user`.`gravity` AS `gravity`, + `post-user`.`created` AS `created`, + `post-user`.`edited` AS `edited`, + `post-thread-user`.`commented` AS `commented`, + `post-user`.`received` AS `received`, + `post-thread-user`.`changed` AS `changed`, + `post-user`.`private` AS `private`, + `post-user`.`visible` AS `visible`, + `post-user`.`deleted` AS `deleted`, + `post-user`.`origin` AS `origin`, + `post-user`.`global` AS `global`, + `post-user`.`network` AS `network`, + `post-user`.`protocol` AS `protocol`, + `post-user`.`vid` AS `vid`, + `post-user`.`contact-id` AS `contact-id`, + `contact`.`blocked` AS `contact-blocked`, + `contact`.`readonly` AS `contact-readonly`, + `contact`.`pending` AS `contact-pending`, + `contact`.`rel` AS `contact-rel`, + `contact`.`uid` AS `contact-uid`, + `contact`.`self` AS `self`, + `post-user`.`author-id` AS `author-id`, + `author`.`blocked` AS `author-blocked`, + `author`.`hidden` AS `author-hidden`, + `author`.`gsid` AS `author-gsid`, + `post-user`.`owner-id` AS `owner-id`, + `owner`.`blocked` AS `owner-blocked`, + `owner`.`gsid` AS `owner-gsid`, + `post-user`.`causer-id` AS `causer-id`, + `causer`.`blocked` AS `causer-blocked`, + `causer`.`gsid` AS `causer-gsid` + FROM `post-user` + LEFT JOIN `post-thread-user` ON `post-thread-user`.`uri-id` = `post-user`.`parent-uri-id` AND `post-thread-user`.`uid` = `post-user`.`uid` + STRAIGHT_JOIN `contact` ON `contact`.`id` = `post-user`.`contact-id` + STRAIGHT_JOIN `contact` AS `author` ON `author`.`id` = `post-user`.`author-id` + STRAIGHT_JOIN `contact` AS `owner` ON `owner`.`id` = `post-user`.`owner-id` + LEFT JOIN `contact` AS `causer` ON `causer`.`id` = `post-user`.`causer-id`; + -- -- VIEW post-user-view -- @@ -2070,6 +2183,7 @@ CREATE VIEW `post-user-view` AS SELECT `author`.`blocked` AS `author-blocked`, `author`.`hidden` AS `author-hidden`, `author`.`updated` AS `author-updated`, + `author`.`contact-type` AS `author-contact-type`, `author`.`gsid` AS `author-gsid`, `author`.`baseurl` AS `author-baseurl`, `post-user`.`owner-id` AS `owner-id`, @@ -2254,6 +2368,7 @@ CREATE VIEW `post-thread-user-view` AS SELECT `author`.`blocked` AS `author-blocked`, `author`.`hidden` AS `author-hidden`, `author`.`updated` AS `author-updated`, + `author`.`contact-type` AS `author-contact-type`, `author`.`gsid` AS `author-gsid`, `post-thread-user`.`owner-id` AS `owner-id`, `owner`.`uri-id` AS `owner-uri-id`, @@ -2422,6 +2537,7 @@ CREATE VIEW `post-view` AS SELECT `author`.`blocked` AS `author-blocked`, `author`.`hidden` AS `author-hidden`, `author`.`updated` AS `author-updated`, + `author`.`contact-type` AS `author-contact-type`, `author`.`gsid` AS `author-gsid`, `post`.`owner-id` AS `owner-id`, `owner`.`uri-id` AS `owner-uri-id`, @@ -2567,6 +2683,7 @@ CREATE VIEW `post-thread-view` AS SELECT `author`.`blocked` AS `author-blocked`, `author`.`hidden` AS `author-hidden`, `author`.`updated` AS `author-updated`, + `author`.`contact-type` AS `author-contact-type`, `author`.`gsid` AS `author-gsid`, `post-thread`.`owner-id` AS `owner-id`, `owner`.`uri-id` AS `owner-uri-id`, @@ -2849,8 +2966,6 @@ CREATE VIEW `owner-view` AS SELECT `user`.`blockwall` AS `blockwall`, `user`.`hidewall` AS `hidewall`, `user`.`blocktags` AS `blocktags`, - `user`.`unkmail` AS `unkmail`, - `user`.`cntunkmail` AS `cntunkmail`, `user`.`notify-flags` AS `notify-flags`, `user`.`page-flags` AS `page-flags`, `user`.`account-type` AS `account-type`, diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index f03a488b50..975fd8fb76 100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md @@ -23,10 +23,10 @@ If you do not have an OpenID address or do not wish to use OpenID, leave this fi If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click 'Register'. Friendica will attempt to extract as much information as possible from your OpenID provider and return to this page with those items already filled in. -### Your Full Name +### Your Display Name -Please provide your full name **as you would like it to be displayed on this system**. -Most people use their real name for this, but you're under no obligation to do so yourself. +Please provide your display name **as you would like it to be displayed on this system**. +Some people use their real name for this, but you're under no obligation to do so yourself. ### Email Address diff --git a/doc/Addons.md b/doc/Addons.md index 567e5b2756..b89a48d26d 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -221,6 +221,15 @@ Please note: body contents are bbcode - not HTML Called when receiving a post from another source. This may also be used to post local activity or system generated messages. `$b` is the item array of information to be stored in the database and the item body is bbcode. +### detect_languages +Called after the language detection. This can be used for alternative language detection methods. +`$data` is an array: + +- **text**: The text that is analyzed. +- **detected**: (input/output) Array of language codes detected in the related text. The array key is the language code, the array value the probability. +- **uri-id**: The Uri-Id of the item. +- **author-id**: The id of the author contact. + ### addon_settings Called when generating the HTML for the addon settings page. `$data` is an array containing: @@ -800,6 +809,7 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- ### src/Model/Item.php + Hook::callAll('detect_languages', $item); Hook::callAll('post_local', $item); Hook::callAll('post_remote', $item); Hook::callAll('post_local_end', $posted_item); diff --git a/doc/Channels.md b/doc/Channels.md new file mode 100644 index 0000000000..de3f6718d8 --- /dev/null +++ b/doc/Channels.md @@ -0,0 +1,85 @@ +Channels +===== + +* [Home](help) + +Channels are a way to discover new content or to display content that you might have missed otherwise. +There are several predefined channels, additionally you can create your own channels, based on some rules. +Channels only display posts from the last 24 hours (this value can be changed by the admin). + +In the display settings in the section "Timelines" you can define which channels and other timelines you want to see in the "Channels" widget on the network page and which channels should appear in the menu bar at the top of the page. + +Also in the display settings in the section "Channels" you can define all the languages that you want to see in your channels. Here you can select more than one language. + +On the contact page you can define the channel frequency for every contact. The options are: + +* Default frequency: Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction. +* Display all posts of this contact: All posts from this contact will appear on the "for you" channel. +* Display only few posts: When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel. +* Never display posts: Posts from this contact will never be displayed in any channel. + +Predefined Channels +--- + +* For you: Posts from contacts you interact with and who interact with you. In detail, it consists of: + * Posts from people you interact with on a more than average level. + * Posts from the accounts that you follow with a more than average number of interactions- + * Posts from accounts where you activated "notify on new posts" or where you have set the channel frequency accordingly. +* What's Hot: Posts with a more than average number of interactions. +* Language: Posts in your language. +* Followers: Posts from your followers that you don't follow. +* Sharers of sharers: Posts from accounts that are followed by accounts that you follow. +* Images: Posts with images. +* Audio: Posts with audio. +* Videos: Posts with videos. + +User defined Channels +--- + +In the "Channels" settings you can create your own channels. + +Each channel is defined by these values: + +* Label: This value is mandatory and is used for the menu label. +* Description: A short description of the content. This can help to keep the overview, when you have got a lot of channels. +* Access Key: When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one. +* Circle: This defines the data source for this channel. By default it is set to the public timeline. There are some predefined values, like the accounts that you follow or the accounts that follow you. Also all of your circles can be selected. +* Include Tags: Comma separated list of tags. A post will be used when it contains any of the listed tags. +* Exclude Tags: Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel. +* Full Text Search: This can be used to include or exclude content, based on the content and some additional keywords. It uses the "boolean mode" operators from MariaDB: https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode +* Images, Videos, Audio: When selected, you will see content with the selected media type. This can be combined. If none of these fields are checked, you will see any content, with or without attacked media. + +Additional keywords for the full text search +--- + +Additionally to the search for content, there are additional keywords that can be used in the full text search: + +* from - Use "from:nickname" or "from:nickname@domain.tld" to search for posts from a specific author. +* to - Use "from:nickname" or "from:nickname@domain.tld" to search for posts with the given contact as receiver. +* group - Use "from:nickname" or "from:nickname@domain.tld" to search for group post of the given group. +* server - Use "server:hostname" to search for posts from a specific server. In the case of group postings, the search text contains both the hostname of the group server and the author's hostname. +* source - The ActivityPub type of the post source. Use this for example to include or exclude group posts or posts from services (aka bots). + * source:person - The post is created by a regular user account. + * source:organization - The post is created by an organisation. + * source:group - The post is created by or distributed via a group. + * source:service - The posts originates from a service account. This source type is often used to mark bot accounts. + * source:application - The post is created by an application. This is most likely unused in the fediverse for post creation. +* tag - Use "tag:tagname" to search for a specific tag. +* network - Use this to include or exclude some networks from your channel. + * network:apub - ActivityPub (Used by the systems in the Fediverse) + * network:dfrn - Legacy Friendica protocol. Nowayday Friendica mostly uses ActivityPub. + * network:dspr - The Diaspora protocol is mainly used by Diaspora itself. Some other systems support the protocol as well like Hubzilla, Socialhome or Ganggo. + * network:feed - RSS/Atom feeds + * network:mail - Mails that had been imported via IMAP. + * network:stat - The OStatus protocol is mainly used by old GNU Social installations. + * network:dscs - Posts that are received by the Discourse connector. + * network:tmbl - Posts that are received by the Tumblr connector. + * network:bsky - Posts that are received by the Bluesky connector. +* platform - Use this to include or exclude some platforms from your channel, e.g. "+platform:friendica". In the case of group postings, the search text contains both the platform of the group server and the author's platform. +* visibility - You have the choice between different visibilities. You can only see unlisted or private posts that you have the access for. + * visibility:public + * visibility:unlisted + * visibility:private + +Remember that you can combine these kerywords. +So for example you can create a channel with all posts that talk about the Fediverse - that aren't posted in the Fediverse with the search terms: "fediverse -network:apub -network:dfrn" \ No newline at end of file diff --git a/doc/Home.md b/doc/Home.md index 9578e914a0..33ed640746 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -17,6 +17,7 @@ Friendica Documentation and Resources * [Circles and Privacy](help/Circles-and-Privacy) * [Tags and Mentions](help/Tags-and-Mentions) * [Community Groups](help/Groups) + * [Channels](help/Channels) * [Chats](help/Chats) * Further information * [Move your account](help/Move-Account) diff --git a/doc/Install.md b/doc/Install.md index bf9dffb357..4715c27233 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -28,9 +28,9 @@ Due to the large variety of operating systems and PHP platforms in existence we ### Requirements * Apache with mod-rewrite enabled and "Options All" so you can use a local `.htaccess` file -* PHP 7.3+ (PHP8 is not fully supported yet) +* PHP 7.4+ * PHP *command line* access with register_argc_argv set to true in the php.ini file - * Curl, GD, GMP, PDO, mbstrings, MySQLi, hash, xml, zip and OpenSSL extensions + * Curl, GD, GMP, PDO, mbstrings, MySQLi, hash, xml, zip, IntlChar and OpenSSL extensions * The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it) * Some form of email server or email gateway such that PHP mail() works. If you cannot set up your own email server, you can use the [phpmailer](https://github.com/friendica/friendica-addons/tree/develop/phpmailer) addon and use a remote SMTP server. diff --git a/doc/Settings.md b/doc/Settings.md index 3ec2144e74..00c8be2c2e 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -77,11 +77,11 @@ Additionally to the setting in the admin panel, you can decide if registrations To enable invitation based registration, you have to set the `invitation_only` setting to `true` in the `system` section of the [config/local.config.php](/help/Config) file. If you want to use this method, the registration policy has to be set to either *open* or *requires approval*. -#### Check Full Names +#### Check Display Names You may find a lot of spammers trying to register on your site. -During testing we discovered that since these registrations were automatic, the "Full Name" field was often set to just an account name with no space between first and last name. -If you would like to support people with only one name as their full name, you may change this setting to true. +During testing we discovered that since these registrations were automatic, the "Display Name" field was often set to just an account name with no space between first and last name. +If you would like to support people with only one name as their display name, you can leave this setting set to false. Default is false. #### OpenID diff --git a/doc/database.md b/doc/database.md index 25b9baefb1..f6b0406956 100644 --- a/doc/database.md +++ b/doc/database.md @@ -17,6 +17,8 @@ Database Tables | [arrived-activity](help/database/db_arrived-activity) | Id of arrived activities | | [attach](help/database/db_attach) | file attachments | | [cache](help/database/db_cache) | Stores temporary data | +| [channel](help/database/db_channel) | User defined Channels | +| [check-full-text-search](help/database/db_check-full-text-search) | Check for a full text search match in user defined channels before storing the message in the system | | [config](help/database/db_config) | main configuration storage | | [contact](help/database/db_contact) | contact table | | [contact-relation](help/database/db_contact-relation) | Contact relations | @@ -59,6 +61,7 @@ Database Tables | [post-category](help/database/db_post-category) | post relation to categories | | [post-collection](help/database/db_post-collection) | Collection of posts | | [post-content](help/database/db_post-content) | Content for all posts | +| [post-counts](help/database/db_post-counts) | Original remote activity | | [post-delivery](help/database/db_post-delivery) | Delivery data for posts for the batch processing | | [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items | | [post-engagement](help/database/db_post-engagement) | Engagement data per post | diff --git a/doc/database/db_channel.md b/doc/database/db_channel.md new file mode 100644 index 0000000000..8d307eee89 --- /dev/null +++ b/doc/database/db_channel.md @@ -0,0 +1,38 @@ +Table channel +=========== + +User defined Channels + +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ---------------- | ------------------------------------------------------------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- | +| id | | int unsigned | NO | PRI | NULL | auto_increment | +| uid | User id | mediumint unsigned | NO | | NULL | | +| label | Channel label | varchar(64) | NO | | NULL | | +| description | Channel description | varchar(64) | YES | | NULL | | +| circle | Circle or channel that this channel is based on | int | YES | | NULL | | +| access-key | Access key | varchar(1) | YES | | NULL | | +| include-tags | Comma separated list of tags that will be included in the channel | varchar(1023) | YES | | NULL | | +| exclude-tags | Comma separated list of tags that aren't allowed in the channel | varchar(1023) | YES | | NULL | | +| full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(1023) | YES | | NULL | | +| media-type | Filtered media types | smallint unsigned | YES | | NULL | | +| languages | Desired languages | mediumtext | YES | | NULL | | + +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | id | +| uid | uid | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uid | [user](help/database/db_user) | uid | + +Return to [database documentation](help/database) diff --git a/doc/database/db_check-full-text-search.md b/doc/database/db_check-full-text-search.md new file mode 100644 index 0000000000..dc21d14924 --- /dev/null +++ b/doc/database/db_check-full-text-search.md @@ -0,0 +1,23 @@ +Table check-full-text-search +=========== + +Check for a full text search match in user defined channels before storing the message in the system + +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ---------- | ---------------------------------------- | ------------ | ---- | --- | ------- | ----- | +| pid | The ID of the process | int unsigned | NO | PRI | NULL | | +| searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | | + +Indexes +------------ + +| Name | Fields | +| ---------- | -------------------- | +| PRIMARY | pid | +| searchtext | FULLTEXT, searchtext | + + +Return to [database documentation](help/database) diff --git a/doc/database/db_post-counts.md b/doc/database/db_post-counts.md new file mode 100644 index 0000000000..86383bfc19 --- /dev/null +++ b/doc/database/db_post-counts.md @@ -0,0 +1,35 @@ +Table post-counts +=========== + +Original remote activity + +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ------------- | ----------------------------------------------------------- | ----------------- | ---- | --- | ------- | ----- | +| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | | +| vid | Id of the verb table entry that contains the activity verbs | smallint unsigned | NO | PRI | NULL | | +| reaction | Emoji Reaction | varchar(1) | NO | PRI | NULL | | +| parent-uri-id | Id of the item-uri table that contains the parent uri | int unsigned | YES | | NULL | | +| count | Number of activities | int unsigned | YES | | 0 | | + +Indexes +------------ + +| Name | Fields | +| ------------- | --------------------- | +| PRIMARY | uri-id, vid, reaction | +| vid | vid | +| parent-uri-id | parent-uri-id | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uri-id | [item-uri](help/database/db_item-uri) | id | +| vid | [verb](help/database/db_verb) | id | +| parent-uri-id | [item-uri](help/database/db_item-uri) | id | + +Return to [database documentation](help/database) diff --git a/doc/database/db_post-engagement.md b/doc/database/db_post-engagement.md index 19cb64d54f..edca447f3d 100644 --- a/doc/database/db_post-engagement.md +++ b/doc/database/db_post-engagement.md @@ -13,6 +13,7 @@ Fields | contact-type | Person, organisation, news, community, relay | tinyint | NO | | 0 | | | media-type | Type of media in a bit array (1 = image, 2 = video, 4 = audio | tinyint | NO | | 0 | | | language | Language information about this post | varbinary(128) | YES | | NULL | | +| searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | | | created | | datetime | YES | | NULL | | | restricted | If true, this post is either unlisted or not from a federated network | boolean | NO | | 0 | | | comments | Number of comments | mediumint unsigned | YES | | NULL | | @@ -21,11 +22,12 @@ Fields Indexes ------------ -| Name | Fields | -| -------- | -------- | -| PRIMARY | uri-id | -| owner-id | owner-id | -| created | created | +| Name | Fields | +| ---------- | -------------------- | +| PRIMARY | uri-id | +| owner-id | owner-id | +| created | created | +| searchtext | FULLTEXT, searchtext | Foreign Keys ------------ diff --git a/doc/database/db_post-thread-user.md b/doc/database/db_post-thread-user.md index e4f5e39bda..a89d94c96f 100644 --- a/doc/database/db_post-thread-user.md +++ b/doc/database/db_post-thread-user.md @@ -36,25 +36,31 @@ Fields Indexes ------------ -| Name | Fields | -| ----------------- | ------------------- | -| PRIMARY | uid, uri-id | -| uri-id | uri-id | -| conversation-id | conversation-id | -| owner-id | owner-id | -| author-id | author-id | -| causer-id | causer-id | -| uid | uid | -| contact-id | contact-id | -| psid | psid | -| post-user-id | post-user-id | -| commented | commented | -| received | received | -| uid_received | uid, received | -| uid_wall_received | uid, wall, received | -| uid_commented | uid, commented | -| uid_starred | uid, starred | -| uid_mention | uid, mention | +| Name | Fields | +| -------------------- | --------------------- | +| PRIMARY | uid, uri-id | +| uri-id | uri-id | +| conversation-id | conversation-id | +| owner-id | owner-id | +| author-id | author-id | +| causer-id | causer-id | +| uid | uid | +| contact-id | contact-id | +| psid | psid | +| post-user-id | post-user-id | +| commented | commented | +| received | received | +| author-id_created | author-id, created | +| owner-id_created | owner-id, created | +| uid_received | uid, received | +| uid_wall_received | uid, wall, received | +| uid_commented | uid, commented | +| uid_created | uid, created | +| uid_starred | uid, starred | +| uid_mention | uid, mention | +| contact-id_commented | contact-id, commented | +| contact-id_received | contact-id, received | +| contact-id_created | contact-id, created | Foreign Keys ------------ diff --git a/doc/database/db_post-user.md b/doc/database/db_post-user.md index 2fe91d144b..2823391d47 100644 --- a/doc/database/db_post-user.md +++ b/doc/database/db_post-user.md @@ -58,7 +58,8 @@ Indexes | event-id | event-id | | psid | psid | | author-id_uid | author-id, uid | -| author-id_received | author-id, received | +| author-id_created | author-id, created | +| owner-id_created | owner-id, created | | parent-uri-id_uid | parent-uri-id, uid | | uid_wall_received | uid, wall, received | | uid_contactid | uid, contact-id | diff --git a/doc/database/db_user.md b/doc/database/db_user.md index c1aefd6bee..108a689ad1 100644 --- a/doc/database/db_user.md +++ b/doc/database/db_user.md @@ -34,8 +34,6 @@ Fields | blockwall | Prohibit contacts to post to the profile page of the user | boolean | NO | | 0 | | | hidewall | Hide profile details from unknown viewers | boolean | NO | | 0 | | | blocktags | Prohibit contacts to tag the post of this user | boolean | NO | | 0 | | -| unkmail | Permit unknown people to send private mails to this user | boolean | NO | | 0 | | -| cntunkmail | | int unsigned | NO | | 10 | | | notify-flags | email notification options | smallint unsigned | NO | | 65535 | | | page-flags | page/profile type | tinyint unsigned | NO | | 0 | | | account-type | | tinyint unsigned | NO | | 0 | | diff --git a/doc/de/Addons.md b/doc/de/Addons.md index 0caf3f2545..0843c103ab 100644 --- a/doc/de/Addons.md +++ b/doc/de/Addons.md @@ -103,6 +103,15 @@ Derzeitige Hooks $b ist das Item-Array einer Information, die in der Datenbank und im Item gespeichert ist. {Bitte beachte: der Seiteninhalt ist bbcode - nicht HTML) +**'detect_languages'** +Wird nach der Sprachenerkennung aufgerufen. +Dieser Hook kann dafür verwendet werden, alternative Erkennungsfunktionen einzubinden. +`$data` ist ein Array: + 'text' => Der analysierte Text. + 'detected' => (Eingabe/Ausgabe) Das Array mit den erkannten Sprachen. Der Sprachcode ist der Array-Schlüssel, der Array-Wert ist der dezimale Wert für die Wahrscheinlichkeit. + 'uri-id' => Die Uri-Id des Beitrags + 'author-id' => Die Contact-id des Autors. + **'addon_settings'** - wird aufgerufen, wenn die HTML-Ausgabe der Addon-Einstellungsseite generiert wird. $b ist die HTML-Ausgabe (String) der Addon-Einstellungsseite vor dem finalen ""-Tag. @@ -316,6 +325,7 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap ### src/Model/Item.php + Hook::callAll('detect_languages', $item); Hook::callAll('post_local', $item); Hook::callAll('post_remote', $item); Hook::callAll('post_local_end', $posted_item); diff --git a/doc/de/Home.md b/doc/de/Home.md index 91976bb282..6cd6e5ea87 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -17,6 +17,7 @@ Friendica - Dokumentation und Ressourcen * [Circles und Privatsphäre](help/Circles-and-Privacy) * [Tags und Erwähnungen](help/Tags-and-Mentions) * [Community-Gruppen](help/Groups) + * [Channels](help/Channels) * [Chats](help/Chats) * Weiterführende Informationen * [Account umziehen](help/Move-Account) diff --git a/doc/de/Install.md b/doc/de/Install.md index 3040230131..0122988c59 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -25,9 +25,9 @@ Requirements --- * Apache mit einer aktiverten mod-rewrite-Funktion und dem Eintrag "Options All", so dass du die lokale .htaccess-Datei nutzen kannst -* PHP 7.3+ (PHP 8 wird noch nicht komplett unterstützt) +* PHP 7.4+ * PHP *Kommandozeilen*-Zugang mit register_argc_argv auf "true" gesetzt in der php.ini-Datei - * Curl, GD, GMP, PDO, MySQLi, xml, zip und OpenSSL-Erweiterung + * Curl, GD, GMP, PDO, mbstrings, MySQLi, hash, xml, zip, IntlChar and OpenSSL-Erweiterung * Das POSIX Modul muss aktiviert sein ([CentOS, RHEL](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) haben dies z.B. deaktiviert) * Einen E-Mail Server, so dass PHP `mail()` funktioniert. Wenn kein eigener E-Mail Server zur Verfügung steht, kann alternativ das [phpmailer](https://github.com/friendica/friendica-addons/tree/develop/phpmailer) Addon mit einem externen SMTP Account verwendet werden. diff --git a/images/screenshots/friendica-2023-10-frio-mobile-options-dark-blue.png b/images/screenshots/friendica-2023-10-frio-mobile-options-dark-blue.png new file mode 100644 index 0000000000..e486cfeead Binary files /dev/null and b/images/screenshots/friendica-2023-10-frio-mobile-options-dark-blue.png differ diff --git a/images/screenshots/friendica-2023-10-frio-mobile-options-light-blue.png b/images/screenshots/friendica-2023-10-frio-mobile-options-light-blue.png new file mode 100644 index 0000000000..04c6c60682 Binary files /dev/null and b/images/screenshots/friendica-2023-10-frio-mobile-options-light-blue.png differ diff --git a/images/screenshots/friendica-2023-10-frio-mobile-timeline-dark-blue.png b/images/screenshots/friendica-2023-10-frio-mobile-timeline-dark-blue.png new file mode 100644 index 0000000000..ebcbce3d6c Binary files /dev/null and b/images/screenshots/friendica-2023-10-frio-mobile-timeline-dark-blue.png differ diff --git a/images/screenshots/friendica-2023-12-frio-desktop.png b/images/screenshots/friendica-2023-12-frio-desktop.png new file mode 100644 index 0000000000..1a926ffb65 Binary files /dev/null and b/images/screenshots/friendica-2023-12-frio-desktop.png differ diff --git a/index.php b/index.php index 87778308a5..1b62b71c1c 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ postProcessPost($post, $recipients); + if (($post['private'] == Item::PRIVATE) && ($post['thr-parent-id'] != $post['uri-id'])) { + DI::contentItem()->copyPermissions($post['thr-parent-id'], $post['uri-id'], $post['parent-uri-id']); + } + Logger::debug('post_complete'); item_post_return(DI::baseUrl(), $return_path); diff --git a/mod/lostpass.php b/mod/lostpass.php index 5eb53ae2f3..51e0ba8db6 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -1,6 +1,6 @@ $height, 'width' => $width], ['resource-id' => $resource_id, 'uid' => $page_owner_uid, 'scale' => 0], $image); - if ($width > 640 || $height > 640) { - $image->scaleDown(640); + if ($width > \Friendica\Util\Proxy::PIXEL_MEDIUM || $height > \Friendica\Util\Proxy::PIXEL_MEDIUM) { + $image->scaleDown(\Friendica\Util\Proxy::PIXEL_MEDIUM); $width = $image->getWidth(); $height = $image->getHeight(); Photo::update(['height' => $height, 'width' => $width], ['resource-id' => $resource_id, 'uid' => $page_owner_uid, 'scale' => 1], $image); } - if ($width > 320 || $height > 320) { - $image->scaleDown(320); + if ($width > \Friendica\Util\Proxy::PIXEL_SMALL || $height > \Friendica\Util\Proxy::PIXEL_SMALL) { + $image->scaleDown(\Friendica\Util\Proxy::PIXEL_SMALL); $width = $image->getWidth(); $height = $image->getHeight(); diff --git a/mod/update_contact.php b/mod/update_contact.php index 1a85018e6d..474b545040 100644 --- a/mod/update_contact.php +++ b/mod/update_contact.php @@ -1,6 +1,6 @@ get(1)) && !empty($_GET['force'])) { - $contact = Contact::getById(DI::args()->get(1), ['id', 'deleted']); + $contact = DBA::selectFirst('account-user-view', ['pid', 'deleted'], ['id' => DI::args()->get(1)]); if (DBA::isResult($contact) && empty($contact['deleted'])) { DI::page()['aside'] = ''; @@ -39,7 +39,7 @@ function update_contact_content(App $a) $item = Post::selectFirst(['parent'], ['id' => $_GET['item']]); } - $text = Contact::getPostsFromId($contact['id'], true, true, $item['parent'] ?? 0); + $text = Contact::getThreadsFromId($contact['pid'], DI::userSession()->getLocalUserId(), true, $item['parent'] ?? 0, $_GET['last_received'] ?? ''); } } diff --git a/mod/update_notes.php b/mod/update_notes.php index f650fbb1d9..6bbd3898f9 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -1,6 +1,6 @@ logger->debug('Request received', ['address' => $_SERVER['REMOTE_ADDR'] ?? '', 'request' => $requeststring, 'referer' => $_SERVER['HTTP_REFERER'] ?? '', 'user-agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); + $request_start = microtime(true); $this->profiler->set($start_time, 'start'); $this->profiler->set(microtime(true), 'classinit'); @@ -715,10 +716,10 @@ class App $response = $page->run($this, $this->baseURL, $this->args, $this->mode, $response, $this->l10n, $this->profiler, $this->config, $pconfig, $nav, $this->session->getLocalUserId()); } - $this->logger->debug('Request processed sucessfully', ['response' => $response->getStatusCode(), 'address' => $_SERVER['REMOTE_ADDR'] ?? '', 'request' => $requeststring, 'referer' => $_SERVER['HTTP_REFERER'] ?? '', 'user-agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); - $page->exit($response); + $this->logger->debug('Request processed sucessfully', ['response' => $response->getStatusCode(), 'address' => $_SERVER['REMOTE_ADDR'] ?? '', 'request' => $requeststring, 'referer' => $_SERVER['HTTP_REFERER'] ?? '', 'user-agent' => $_SERVER['HTTP_USER_AGENT'] ?? '', 'duration' => number_format(microtime(true) - $request_start, 3)]); + System::echoResponse($response); } catch (HTTPException $e) { - $this->logger->debug('Request processed with exception', ['response' => $e->getCode(), 'address' => $_SERVER['REMOTE_ADDR'] ?? '', 'request' => $requeststring, 'referer' => $_SERVER['HTTP_REFERER'] ?? '', 'user-agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); + $this->logger->debug('Request processed with exception', ['response' => $e->getCode(), 'address' => $_SERVER['REMOTE_ADDR'] ?? '', 'request' => $requeststring, 'referer' => $_SERVER['HTTP_REFERER'] ?? '', 'user-agent' => $_SERVER['HTTP_USER_AGENT'] ?? '', 'duration' => number_format(microtime(true) - $request_start, 3)]); $httpException->rawContent($e); } $page->logRuntime($this->config, 'runFrontend'); diff --git a/src/App/Arguments.php b/src/App/Arguments.php index 6f527d2f4d..06c7eaabdf 100644 --- a/src/App/Arguments.php +++ b/src/App/Arguments.php @@ -1,6 +1,6 @@ $this->stylesheets, // Dropzone - '$max_imagesize' => round(\Friendica\Util\Strings::getBytesFromShorthand($config->get('system', 'maximagesize')) / 1000000, 1), + '$max_imagesize' => round(Images::getMaxUploadBytes() / 1000000, 0), ]) . $this->page['htmlhead']; } @@ -401,36 +402,6 @@ class Page implements ArrayAccess $this->footerScripts[] = trim($url, '/'); } - /** - * Directly exit with the current response (include setting all headers) - * - * @param ResponseInterface $response - */ - public function exit(ResponseInterface $response) - { - header(sprintf("HTTP/%s %s %s", - $response->getProtocolVersion(), - $response->getStatusCode(), - $response->getReasonPhrase()) - ); - - foreach ($response->getHeaders() as $key => $header) { - if (is_array($header)) { - $header_str = implode(',', $header); - } else { - $header_str = $header; - } - - if (empty($key)) { - header($header_str); - } else { - header("$key: $header_str"); - } - } - - echo $response->getBody(); - } - /** * Executes the creation of the current page and prints it to the screen * @@ -526,7 +497,9 @@ class Page implements ArrayAccess } if ($_GET["mode"] == "raw") { - System::httpExit(substr($target->saveHTML(), 6, -8), Response::TYPE_HTML); + $response->withBody(Utils::streamFor($target->saveHTML())); + System::echoResponse($response); + System::exit(); } } diff --git a/src/App/Request.php b/src/App/Request.php index d61303d5d7..993762ab76 100644 --- a/src/App/Request.php +++ b/src/App/Request.php @@ -1,6 +1,6 @@ getArrayCopy()), $this->getTotalCount()); } + /** + * Split the collection in smaller collections no bigger than the provided length + * + * @param int $length + * @return static[] + */ + public function chunk(int $length): array + { + if ($length < 1) { + throw new \RangeException('BaseCollection->chunk(): Size parameter expected to be greater than 0'); + } + + return array_map(function ($array) { + return new static($array); + }, array_chunk($this->getArrayCopy(), $length)); + } + + /** * @inheritDoc * diff --git a/src/BaseDataTransferObject.php b/src/BaseDataTransferObject.php index 6fae3596dd..d6fa4f46e6 100644 --- a/src/BaseDataTransferObject.php +++ b/src/BaseDataTransferObject.php @@ -1,6 +1,6 @@ httpExit(...); } /** @@ -189,6 +189,11 @@ abstract class BaseModule implements ICanHandleRequests $this->response->setHeader('*', 'Access-Control-Allow-Headers'); $this->response->setHeader(Router::GET, 'Access-Control-Allow-Methods'); $this->response->setHeader('false', 'Access-Control-Allow-Credentials'); + } elseif (substr($this->args->getQueryString(), 0, 9) == 'nodeinfo/') { + $this->response->setHeader('*', 'Access-Control-Allow-Origin'); + $this->response->setHeader('*', 'Access-Control-Allow-Headers'); + $this->response->setHeader(Router::GET, 'Access-Control-Allow-Methods'); + $this->response->setHeader('false', 'Access-Control-Allow-Credentials'); } elseif (substr($this->args->getQueryString(), 0, 8) == 'profile/') { $this->response->setHeader('*', 'Access-Control-Allow-Origin'); $this->response->setHeader('*', 'Access-Control-Allow-Headers'); @@ -234,7 +239,8 @@ abstract class BaseModule implements ICanHandleRequests $timestamp = microtime(true); // "rawContent" is especially meant for technical endpoints. - // This endpoint doesn't need any theme initialization or other comparable stuff. + // This endpoint doesn't need any theme initialization or + // templating and is expected to exit on its own if it is set. $this->rawContent($request); try { @@ -456,4 +462,76 @@ abstract class BaseModule implements ICanHandleRequests return $tabs; } + + /** + * This function adds the content and a content-type HTTP header to the output. + * After finishing the process is getting killed. + * + * @param string $content + * @param string $type + * @param string|null $content_type + * @return void + * @throws HTTPException\InternalServerErrorException + */ + public function httpExit(string $content, string $type = Response::TYPE_HTML, ?string $content_type = null) + { + $this->response->setType($type, $content_type); + $this->response->addContent($content); + System::echoResponse($this->response->generate()); + + System::exit(); + } + + /** + * Send HTTP status header and exit. + * + * @param integer $httpCode HTTP status result value + * @param string $message Error message. Optional. + * @param mixed $content Response body. Optional. + * @throws \Exception + */ + public function httpError(int $httpCode, string $message = '', $content = '') + { + if ($httpCode >= 400) { + $this->logger->debug('Exit with error', ['code' => $httpCode, 'message' => $message, 'method' => $this->args->getMethod(), 'agent' => $this->server['HTTP_USER_AGENT'] ?? '']); + } + + $this->response->setStatus($httpCode, $message); + + $this->httpExit($content); + } + + /** + * Display the response using JSON to encode the content + * + * @param mixed $content + * @param string $content_type + * @param int $options A combination of json_encode() binary flags + * @return void + * @throws HTTPException\InternalServerErrorException + * @see json_encode() + */ + public function jsonExit($content, string $content_type = 'application/json', int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) + { + $this->httpExit(json_encode($content, $options), ICanCreateResponses::TYPE_JSON, $content_type); + } + + /** + * Display a non-200 HTTP code response using JSON to encode the content and exit + * + * @param int $httpCode + * @param mixed $content + * @param string $content_type + * @return void + * @throws HTTPException\InternalServerErrorException + */ + public function jsonError(int $httpCode, $content, string $content_type = 'application/json') + { + if ($httpCode >= 400) { + $this->logger->debug('Exit with error', ['code' => $httpCode, 'content_type' => $content_type, 'method' => $this->args->getMethod(), 'agent' => $this->server['HTTP_USER_AGENT'] ?? '']); + } + + $this->response->setStatus($httpCode); + $this->jsonExit($content, $content_type); + } } diff --git a/src/BaseRepository.php b/src/BaseRepository.php index 1ffe82b0b5..36492511a5 100644 --- a/src/BaseRepository.php +++ b/src/BaseRepository.php @@ -1,6 +1,6 @@ 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla', 'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users', 'plume' => 'plume', 'funkwhale' => 'funkwhale', 'nextcloud' => 'nextcloud', 'drupal' => 'drupal', - 'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check']; + 'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check', 'threads' => 'instagram']; $search = array_keys($nets); $replace = array_values($nets); diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index c52517cf8a..6edef06fc6 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -1,6 +1,6 @@ profiler->startRecording('rendering'); $expanded = ''; $phrase = $this->getLikerPhrase($verb, $links); - $total = count($links); + $total = max(count($links), $emojis[$activity]['total'] ?? 0); if ($total > 1) { $spanatts = "class=\"btn btn-link fakelink\" onclick=\"openClose('{$verb}list-$id');\""; @@ -567,7 +569,7 @@ class Conversation $live_update_div = '' . "\r\n"; } - $page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid && $mode != self::MODE_SEARCH; + $page_dropping = $this->session->getLocalUserId() && $this->pConfig->get($this->session->getLocalUserId(), 'system', 'show_page_drop', true) && ($this->session->getLocalUserId() == $uid && $mode != self::MODE_SEARCH); if (!$update) { $_SESSION['return_path'] = $this->args->getQueryString(); @@ -654,10 +656,6 @@ class Conversation * But for now, this array respects the old style, just in case */ foreach ($items as $item) { - if (in_array($item['author-id'], $this->getBlocklist())) { - continue; - } - // Can we put this after the visibility check? $this->builtinActivityPuller($item, $conv_responses); @@ -692,29 +690,6 @@ class Conversation return $threads; } - private function getBlocklist(): array - { - if (!$this->session->getLocalUserId()) { - return []; - } - - $str_blocked = str_replace(["\n", "\r"], ",", $this->pConfig->get($this->session->getLocalUserId(), 'system', 'blocked') ?? ''); - if (empty($str_blocked)) { - return []; - } - - $blocklist = []; - - foreach (explode(',', $str_blocked) as $entry) { - $cid = Contact::getIdForURL(trim($entry), 0, false); - if (!empty($cid)) { - $blocklist[] = $cid; - } - } - - return $blocklist; - } - /** * Adds some information (Causer, post reason, direction) to the fetched post row. * @@ -889,14 +864,17 @@ class Conversation $condition['author-hidden'] = false; } - if ($this->config->get('system', 'emoji_activities')) { - $emojis = $this->getEmojis($uriids); + $emojis = $this->getEmojis($uriids); + $quoteshares = $this->getQuoteShares($uriids); + $counts = $this->getCounts($uriids); + + if (!$this->config->get('system', 'legacy_activities')) { $condition = DBA::mergeConditions($condition, ["(`gravity` != ? OR `origin`)", ItemModel::GRAVITY_ACTIVITY]); } $condition = DBA::mergeConditions( $condition, - ["`uid` IN (0, ?) AND (NOT `vid` IN (?, ?, ?) OR `vid` IS NULL)", $uid, Verb::getID(Activity::FOLLOW), Verb::getID(Activity::VIEW), Verb::getID(Activity::READ)] + ["`uid` IN (0, ?) AND (NOT `verb` IN (?, ?, ?) OR `verb` IS NULL)", $uid, Activity::FOLLOW, Activity::VIEW, Activity::READ] ); $condition = DBA::mergeConditions($condition, ["(`uid` != ? OR `private` != ?)", 0, ItemModel::PRIVATE]); @@ -1012,7 +990,9 @@ class Conversation } foreach ($items as $key => $row) { - $items[$key]['emojis'] = $emojis[$key] ?? []; + $items[$key]['emojis'] = $emojis[$key] ?? []; + $items[$key]['counts'] = $counts[$key] ?? 0; + $items[$key]['quoteshares'] = $quoteshares[$key] ?? []; $always_display = in_array($mode, [self::MODE_CONTACTS, self::MODE_CONTACT_POSTS]); @@ -1045,6 +1025,16 @@ class Conversation */ private function getEmojis(array $uriids): array { + $emojis = []; + + foreach (Post\Counts::get(['parent-uri-id' => $uriids]) as $count) { + $emojis[$count['uri-id']][$count['reaction']]['emoji'] = $count['reaction']; + $emojis[$count['uri-id']][$count['reaction']]['verb'] = Verb::getByID($count['vid']); + $emojis[$count['uri-id']][$count['reaction']]['total'] = $count['count']; + $emojis[$count['uri-id']][$count['reaction']]['title'] = []; + } + + // @todo The following code should be removed, once that we display activity authors on demand $activity_emoji = [ Activity::LIKE => '👍', Activity::DISLIKE => '👎', @@ -1053,37 +1043,74 @@ class Conversation Activity::ATTENDNO => '❌', Activity::ANNOUNCE => '♻', Activity::VIEW => '📺', + Activity::READ => '📖', ]; - $index_list = array_values($activity_emoji); - $verbs = array_merge(array_keys($activity_emoji), [Activity::EMOJIREACT]); - - $condition = DBA::mergeConditions(['parent-uri-id' => $uriids, 'gravity' => ItemModel::GRAVITY_ACTIVITY, 'verb' => $verbs], ["NOT `deleted`"]); + $verbs = array_merge(array_keys($activity_emoji), [Activity::EMOJIREACT, Activity::POST]); + $condition = DBA::mergeConditions(['parent-uri-id' => $uriids, 'gravity' => [ItemModel::GRAVITY_ACTIVITY, ItemModel::GRAVITY_COMMENT], 'verb' => $verbs], ["NOT `deleted`"]); $separator = chr(255) . chr(255) . chr(255); - $sql = "SELECT `thr-parent-id`, `body`, `verb`, COUNT(*) AS `total`, GROUP_CONCAT(REPLACE(`author-name`, '" . $separator . "', ' ') SEPARATOR '" . $separator . "' LIMIT 50) AS `title` FROM `post-view` WHERE " . array_shift($condition) . " GROUP BY `thr-parent-id`, `verb`, `body`"; - - $emojis = []; + $sql = "SELECT `parent-uri-id`, `thr-parent-id`, `body`, `verb`, `gravity`, GROUP_CONCAT(REPLACE(`author-name`, '" . $separator . "', ' ') SEPARATOR '" . $separator . "' LIMIT 50) AS `title` FROM `post-view` WHERE " . array_shift($condition) . " GROUP BY `parent-uri-id`, `thr-parent-id`, `verb`, `body`, `gravity`"; $rows = DBA::p($sql, $condition); while ($row = DBA::fetch($rows)) { - $row['verb'] = $row['body'] ? Activity::EMOJIREACT : $row['verb']; - $emoji = $row['body'] ?: $activity_emoji[$row['verb']]; - if (!isset($index_list[$emoji])) { - $index_list[] = $emoji; + if ($row['gravity'] == ItemModel::GRAVITY_ACTIVITY) { + $emoji = $row['body'] ?: $activity_emoji[$row['verb']]; + } else { + $emoji = ''; } - $index = array_search($emoji, $index_list); - $emojis[$row['thr-parent-id']][$index]['emoji'] = $emoji; - $emojis[$row['thr-parent-id']][$index]['verb'] = $row['verb']; - $emojis[$row['thr-parent-id']][$index]['total'] = ($emojis[$row['thr-parent-id']][$index]['total'] ?? 0) + $row['total']; - $emojis[$row['thr-parent-id']][$index]['title'] = array_unique(array_merge($emojis[$row['thr-parent-id']][$index]['title'] ?? [], explode($separator, $row['title']))); + if (isset($emojis[$row['thr-parent-id']][$emoji]['title'])) { + $emojis[$row['thr-parent-id']][$emoji]['title'] = array_unique(array_merge($emojis[$row['thr-parent-id']][$emoji]['title'] ?? [], explode($separator, $row['title']))); + } } DBA::close($rows); return $emojis; } + /** + * Fetch comment counts from the conversation + * + * @param array $uriids + * @return array + */ + private function getCounts(array $uriids): array + { + $counts = []; + + foreach (Post\Counts::get(['parent-uri-id' => $uriids, 'verb' => Activity::POST]) as $count) { + $counts[$count['parent-uri-id']] = ($counts[$count['parent-uri-id']] ?? 0) + $count['count']; + } + + return $counts; + } + + /** + * Fetch quote shares from the conversation + * + * @param array $uriids + * @return array + */ + private function getQuoteShares(array $uriids): array + { + $condition = DBA::mergeConditions(['quote-uri-id' => $uriids], ["NOT `quote-uri-id` IS NULL"]); + $separator = chr(255) . chr(255) . chr(255); + + $sql = "SELECT `quote-uri-id`, COUNT(*) AS `total`, GROUP_CONCAT(REPLACE(`name`, '" . $separator . "', ' ') SEPARATOR '" . $separator . "' LIMIT 50) AS `title` FROM `post-content` INNER JOIN `post` ON `post`.`uri-id` = `post-content`.`uri-id` INNER JOIN `contact` ON `post`.`author-id` = `contact`.`id` WHERE " . array_shift($condition) . " GROUP BY `quote-uri-id`"; + + $quotes = []; + + $rows = DBA::p($sql, $condition); + while ($row = DBA::fetch($rows)) { + $quotes[$row['quote-uri-id']]['total'] = $row['total']; + $quotes[$row['quote-uri-id']]['title'] = array_unique(explode($separator, $row['title'])); + } + DBA::close($rows); + + return $quotes; + } + /** * Plucks the children of the given parent from a given item list. * @@ -1239,16 +1266,10 @@ class Conversation return $parents; } - $blocklist = $this->getBlocklist(); - $item_array = []; // Dedupes the item list on the uri to prevent infinite loops foreach ($item_list as $item) { - if (in_array($item['author-id'], $blocklist)) { - continue; - } - $item_array[$item['uri-id']] = $item; } @@ -1263,6 +1284,8 @@ class Conversation usort($parents, [$this, 'sortThrFeaturedReceived']); } elseif (stristr($order, 'pinned_commented')) { usort($parents, [$this, 'sortThrFeaturedCommented']); + } elseif (stristr($order, 'pinned_created')) { + usort($parents, [$this, 'sortThrFeaturedCreated']); } elseif (stristr($order, 'received')) { usort($parents, [$this, 'sortThrReceived']); } elseif (stristr($order, 'commented')) { @@ -1340,6 +1363,24 @@ class Conversation return strcmp($b['commented'], $a['commented']); } + /** + * usort() callback to sort item arrays by featured and the created key + * + * @param array $a + * @param array $b + * @return int + */ + private function sortThrFeaturedCreated(array $a, array $b): int + { + if ($b['featured'] && !$a['featured']) { + return 1; + } elseif (!$b['featured'] && $a['featured']) { + return -1; + } + + return strcmp($b['created'], $a['created']); + } + /** * usort() callback to sort item arrays by the received key * @@ -1417,10 +1458,6 @@ class Conversation continue; } - if (in_array($item['author-id'], $this->getBlocklist())) { - continue; - } - // prevent private email from leaking. if ($item['network'] === Protocol::MAIL && $this->session->getLocalUserId() != $item['uid']) { continue; diff --git a/src/Content/Conversation/Collection/Timelines.php b/src/Content/Conversation/Collection/Timelines.php index da9c7c9e61..41607ee01e 100644 --- a/src/Content/Conversation/Collection/Timelines.php +++ b/src/Content/Conversation/Collection/Timelines.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Content\Conversation\Collection; + +class UserDefinedChannels extends Timelines +{ +} diff --git a/src/Content/Conversation/Entity/Channel.php b/src/Content/Conversation/Entity/Channel.php new file mode 100644 index 0000000000..fc839b495e --- /dev/null +++ b/src/Content/Conversation/Entity/Channel.php @@ -0,0 +1,34 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Entity; + +class Channel extends Timeline +{ + const WHATSHOT = 'whatshot'; + const FORYOU = 'foryou'; + const FOLLOWERS = 'followers'; + const SHARERSOFSHARERS = 'sharersofsharers'; + const IMAGE = 'image'; + const VIDEO = 'video'; + const AUDIO = 'audio'; + const LANGUAGE = 'language'; +} diff --git a/src/Content/Conversation/Entity/Community.php b/src/Content/Conversation/Entity/Community.php new file mode 100644 index 0000000000..d0bc4e1baa --- /dev/null +++ b/src/Content/Conversation/Entity/Community.php @@ -0,0 +1,28 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Entity; + +final class Community extends Timeline +{ + const LOCAL = 'local'; + const GLOBAL = 'global'; +} diff --git a/src/Content/Conversation/Entity/Network.php b/src/Content/Conversation/Entity/Network.php new file mode 100644 index 0000000000..47ba633de9 --- /dev/null +++ b/src/Content/Conversation/Entity/Network.php @@ -0,0 +1,31 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Entity; + +final class Network extends Timeline +{ + const STAR = 'star'; + const MENTION = 'mention'; + const RECEIVED = 'received'; + const COMMENTED = 'commented'; + const CREATED = 'created'; +} diff --git a/src/Content/Conversation/Entity/Timeline.php b/src/Content/Conversation/Entity/Timeline.php index b9ab1e1a01..34d2a3534a 100644 --- a/src/Content/Conversation/Entity/Timeline.php +++ b/src/Content/Conversation/Entity/Timeline.php @@ -1,6 +1,6 @@ code = $code; - $this->label = $label; - $this->description = $description; - $this->accessKey = $accessKey; - $this->path = $path; + $this->code = $code; + $this->label = $label; + $this->description = $description; + $this->accessKey = $accessKey; + $this->path = $path; + $this->uid = $uid; + $this->includeTags = $includeTags; + $this->excludeTags = $excludeTags; + $this->fullTextSearch = $fullTextSearch; + $this->mediaType = $mediaType; + $this->circle = $circle; + $this->languages = $languages; } } diff --git a/src/Content/Conversation/Entity/UserDefinedChannel.php b/src/Content/Conversation/Entity/UserDefinedChannel.php new file mode 100644 index 0000000000..574d677e08 --- /dev/null +++ b/src/Content/Conversation/Entity/UserDefinedChannel.php @@ -0,0 +1,26 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Entity; + +class UserDefinedChannel extends Channel +{ +} diff --git a/src/Content/Conversation/Factory/Channel.php b/src/Content/Conversation/Factory/Channel.php new file mode 100644 index 0000000000..f5dc943578 --- /dev/null +++ b/src/Content/Conversation/Factory/Channel.php @@ -0,0 +1,59 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Factory; + +use Friendica\Content\Conversation\Collection\Timelines; +use Friendica\Content\Conversation\Entity\Channel as ChannelEntity; +use Friendica\Model\User; + +final class Channel extends Timeline +{ + /** + * List of available channels + * + * @param integer $uid + * @return Timelines + */ + public function getTimelines(int $uid): Timelines + { + $iso639 = new \Matriphe\ISO639\ISO639; + $native = $iso639->nativeByCode1(User::getLanguageCode($uid)); + + $tabs = [ + new ChannelEntity(ChannelEntity::FORYOU, $this->l10n->t('For you'), $this->l10n->t('Posts from contacts you interact with and who interact with you'), 'y'), + new ChannelEntity(ChannelEntity::WHATSHOT, $this->l10n->t('What\'s Hot'), $this->l10n->t('Posts with a lot of interactions'), 'h'), + new ChannelEntity(ChannelEntity::LANGUAGE, $native, $this->l10n->t('Posts in %s', $native), 'g'), + new ChannelEntity(ChannelEntity::FOLLOWERS, $this->l10n->t('Followers'), $this->l10n->t('Posts from your followers that you don\'t follow'), 'f'), + new ChannelEntity(ChannelEntity::SHARERSOFSHARERS, $this->l10n->t('Sharers of sharers'), $this->l10n->t('Posts from accounts that are followed by accounts that you follow'), 'r'), + new ChannelEntity(ChannelEntity::IMAGE, $this->l10n->t('Images'), $this->l10n->t('Posts with images'), 'i'), + new ChannelEntity(ChannelEntity::AUDIO, $this->l10n->t('Audio'), $this->l10n->t('Posts with audio'), 'd'), + new ChannelEntity(ChannelEntity::VIDEO, $this->l10n->t('Videos'), $this->l10n->t('Posts with videos'), 'v'), + ]; + + return new Timelines($tabs); + } + + public function isTimeline(string $selectedTab): bool + { + return in_array($selectedTab, [ChannelEntity::WHATSHOT, ChannelEntity::FORYOU, ChannelEntity::FOLLOWERS, ChannelEntity::SHARERSOFSHARERS, ChannelEntity::IMAGE, ChannelEntity::VIDEO, ChannelEntity::AUDIO, ChannelEntity::LANGUAGE]); + } +} diff --git a/src/Content/Conversation/Factory/Community.php b/src/Content/Conversation/Factory/Community.php new file mode 100644 index 0000000000..5472bd2739 --- /dev/null +++ b/src/Content/Conversation/Factory/Community.php @@ -0,0 +1,56 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Factory; + +use Friendica\Content\Conversation\Collection\Timelines; +use Friendica\Content\Conversation\Entity\Community as CommunityEntity; +use Friendica\Module\Conversation\Community as CommunityModule; + +final class Community extends Timeline +{ + /** + * List of available communities + * + * @param boolean $authenticated + * @return Timelines + */ + public function getTimelines(bool $authenticated): Timelines + { + $page_style = $this->config->get('system', 'community_page_style'); + + $tabs = []; + + if (($authenticated || in_array($page_style, [CommunityModule::LOCAL_AND_GLOBAL, CommunityModule::LOCAL])) && empty($this->config->get('system', 'singleuser'))) { + $tabs[] = new CommunityEntity(CommunityEntity::LOCAL, $this->l10n->t('Local Community'), $this->l10n->t('Posts from local users on this server'), 'l'); + } + + if ($authenticated || in_array($page_style, [CommunityModule::LOCAL_AND_GLOBAL, CommunityModule::GLOBAL])) { + $tabs[] = new CommunityEntity(CommunityEntity::GLOBAL, $this->l10n->t('Global Community'), $this->l10n->t('Posts from users of the whole federated network'), 'g'); + } + return new Timelines($tabs); + } + + public function isTimeline(string $selectedTab): bool + { + return in_array($selectedTab, [CommunityEntity::LOCAL, CommunityEntity::GLOBAL]); + } +} diff --git a/src/Content/Conversation/Factory/Network.php b/src/Content/Conversation/Factory/Network.php new file mode 100644 index 0000000000..4b997fbacf --- /dev/null +++ b/src/Content/Conversation/Factory/Network.php @@ -0,0 +1,51 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Factory; + +use Friendica\Content\Conversation\Collection\Timelines; +use Friendica\Content\Conversation\Entity\Network as NetworkEntity; + +final class Network extends Timeline +{ + /** + * List of available network timelines + * + * @param string $command + * @return Timelines + */ + public function getTimelines(string $command): Timelines + { + $tabs = [ + new NetworkEntity(NetworkEntity::COMMENTED, $this->l10n->t('Latest Activity'), $this->l10n->t('Sort by latest activity'), 'e', $command . '?' . http_build_query(['order' => 'commented'])), + new NetworkEntity(NetworkEntity::RECEIVED, $this->l10n->t('Latest Posts'), $this->l10n->t('Sort by post received date'), 't', $command . '?' . http_build_query(['order' => 'received'])), + new NetworkEntity(NetworkEntity::CREATED, $this->l10n->t('Latest Creation'), $this->l10n->t('Sort by post creation date'), 'q', $command . '?' . http_build_query(['order' => 'created'])), + new NetworkEntity(NetworkEntity::MENTION, $this->l10n->t('Personal'), $this->l10n->t('Posts that mention or involve you'), 'r', $command . '?' . http_build_query(['mention' => true])), + new NetworkEntity(NetworkEntity::STAR, $this->l10n->t('Starred'), $this->l10n->t('Favourite Posts'), 'm', $command . '?' . http_build_query(['star' => true])), + ]; + return new Timelines($tabs); + } + + public function isTimeline(string $selectedTab): bool + { + return in_array($selectedTab, [NetworkEntity::COMMENTED, NetworkEntity::RECEIVED, NetworkEntity::CREATED, NetworkEntity::MENTION, NetworkEntity::STAR]); + } +} diff --git a/src/Content/Conversation/Factory/Timeline.php b/src/Content/Conversation/Factory/Timeline.php index 817f617131..e37447df5f 100644 --- a/src/Content/Conversation/Factory/Timeline.php +++ b/src/Content/Conversation/Factory/Timeline.php @@ -1,6 +1,6 @@ l10n = $l10n; - $this->config = $config; - } - - /** - * List of available channels - * - * @param integer $uid - * @return Timelines - */ - public function getChannelsForUser(int $uid): Timelines - { - $language = User::getLanguageCode($uid); - $languages = $this->l10n->getAvailableLanguages(true); - - $tabs = [ - new TimelineEntity(TimelineEntity::FORYOU, $this->l10n->t('For you'), $this->l10n->t('Posts from contacts you interact with and who interact with you'), 'y'), - new TimelineEntity(TimelineEntity::WHATSHOT, $this->l10n->t('What\'s Hot'), $this->l10n->t('Posts with a lot of interactions'), 'h'), - new TimelineEntity(TimelineEntity::LANGUAGE, $languages[$language], $this->l10n->t('Posts in %s', $languages[$language]), 'g'), - new TimelineEntity(TimelineEntity::FOLLOWERS, $this->l10n->t('Followers'), $this->l10n->t('Posts from your followers that you don\'t follow'), 'f'), - new TimelineEntity(TimelineEntity::SHARERSOFSHARERS, $this->l10n->t('Sharers of sharers'), $this->l10n->t('Posts from accounts that are followed by accounts that you follow'), 'r'), - new TimelineEntity(TimelineEntity::IMAGE, $this->l10n->t('Images'), $this->l10n->t('Posts with images'), 'i'), - new TimelineEntity(TimelineEntity::AUDIO, $this->l10n->t('Audio'), $this->l10n->t('Posts with audio'), 'd'), - new TimelineEntity(TimelineEntity::VIDEO, $this->l10n->t('Videos'), $this->l10n->t('Posts with videos'), 'v'), - ]; - return new Timelines($tabs); - } - - /** - * List of available communities - * - * @param boolean $authenticated - * @return Timelines - */ - public function getCommunities(bool $authenticated): Timelines - { - $page_style = $this->config->get('system', 'community_page_style'); - - $tabs = []; - - if (($authenticated || in_array($page_style, [Community::LOCAL_AND_GLOBAL, Community::LOCAL])) && empty($this->config->get('system', 'singleuser'))) { - $tabs[] = new TimelineEntity(TimelineEntity::LOCAL, $this->l10n->t('Local Community'), $this->l10n->t('Posts from local users on this server'), 'l'); - } - - if ($authenticated || in_array($page_style, [Community::LOCAL_AND_GLOBAL, Community::GLOBAL])) { - $tabs[] = new TimelineEntity(TimelineEntity::GLOBAL, $this->l10n->t('Global Community'), $this->l10n->t('Posts from users of the whole federated network'), 'g'); - } - return new Timelines($tabs); - } - - /** - * List of available network feeds - * - * @param string $command - * @return Timelines - */ - public function getNetworkFeeds(string $command): Timelines - { - $tabs = [ - new TimelineEntity(TimelineEntity::COMMENTED, $this->l10n->t('Latest Activity'), $this->l10n->t('Sort by latest activity'), 'e', $command . '?' . http_build_query(['order' => 'commented'])), - new TimelineEntity(TimelineEntity::RECEIVED, $this->l10n->t('Latest Posts'), $this->l10n->t('Sort by post received date'), 't', $command . '?' . http_build_query(['order' => 'received'])), - new TimelineEntity(TimelineEntity::CREATED, $this->l10n->t('Latest Creation'), $this->l10n->t('Sort by post creation date'), 'q', $command . '?' . http_build_query(['order' => 'created'])), - new TimelineEntity(TimelineEntity::MENTION, $this->l10n->t('Personal'), $this->l10n->t('Posts that mention or involve you'), 'r', $command . '?' . http_build_query(['mention' => true])), - new TimelineEntity(TimelineEntity::STAR, $this->l10n->t('Starred'), $this->l10n->t('Favourite Posts'), 'm', $command . '?' . http_build_query(['star' => true])), - ]; - return new Timelines($tabs); - } - - public function isCommunity(string $selectedTab): bool - { - return in_array($selectedTab, [TimelineEntity::LOCAL, TimelineEntity::GLOBAL]); - } - - public function isChannel(string $selectedTab): bool - { - return in_array($selectedTab, [TimelineEntity::WHATSHOT, TimelineEntity::FORYOU, TimelineEntity::FOLLOWERS, TimelineEntity::SHARERSOFSHARERS, TimelineEntity::IMAGE, TimelineEntity::VIDEO, TimelineEntity::AUDIO, TimelineEntity::LANGUAGE]); + $this->channelRepository = $channel; + $this->l10n = $l10n; + $this->config = $config; } } diff --git a/src/Content/Conversation/Factory/UserDefinedChannel.php b/src/Content/Conversation/Factory/UserDefinedChannel.php new file mode 100644 index 0000000000..98e10b4fbf --- /dev/null +++ b/src/Content/Conversation/Factory/UserDefinedChannel.php @@ -0,0 +1,55 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Factory; + +use Friendica\Capabilities\ICanCreateFromTableRow; +use Friendica\Content\Conversation\Entity; + +final class UserDefinedChannel extends Timeline implements ICanCreateFromTableRow +{ + public function isTimeline(string $selectedTab, int $uid): bool + { + return is_numeric($selectedTab) && $uid && $this->channelRepository->existsById($selectedTab, $uid); + } + + public function createFromTableRow(array $row): Entity\UserDefinedChannel + { + if (is_string($row['languages'])) { + $row['languages'] = unserialize($row['languages']); + } + + return new Entity\UserDefinedChannel( + $row['id'] ?? null, + $row['label'], + $row['description'] ?? null, + $row['access-key'] ?? null, + null, + $row['uid'], + $row['include-tags'] ?? null, + $row['exclude-tags'] ?? null, + $row['full-text-search'] ?? null, + $row['media-type'] ?? null, + $row['circle'] ?? null, + $row['languages'] ?? null, + ); + } +} diff --git a/src/Content/Conversation/Repository/UserDefinedChannel.php b/src/Content/Conversation/Repository/UserDefinedChannel.php new file mode 100644 index 0000000000..7815acdd8a --- /dev/null +++ b/src/Content/Conversation/Repository/UserDefinedChannel.php @@ -0,0 +1,179 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Repository; + +use Friendica\BaseCollection; +use Friendica\Content\Conversation\Collection\UserDefinedChannels; +use Friendica\Content\Conversation\Entity; +use Friendica\Content\Conversation\Factory; +use Friendica\Core\PConfig\Capability\IManagePersonalConfigValues; +use Friendica\Database\Database; +use Friendica\Model\Post\Engagement; +use Friendica\Model\User; +use Psr\Log\LoggerInterface; + +class UserDefinedChannel extends \Friendica\BaseRepository +{ + protected static $table_name = 'channel'; + + /** @var IManagePersonalConfigValues */ + private $pConfig; + + public function __construct(Database $database, LoggerInterface $logger, Factory\UserDefinedChannel $factory, IManagePersonalConfigValues $pConfig) + { + parent::__construct($database, $logger, $factory); + + $this->pConfig = $pConfig; + } + + /** + * @param array $condition + * @param array $params + * @return UserDefinedChannels + * @throws \Exception + */ + protected function _select(array $condition, array $params = []): BaseCollection + { + $rows = $this->db->selectToArray(static::$table_name, [], $condition, $params); + + $Entities = new UserDefinedChannels(); + foreach ($rows as $fields) { + $Entities[] = $this->factory->createFromTableRow($fields); + } + + return $Entities; + } + + /** + * Fetch a single user channel + * + * @param int $id The id of the user defined channel + * @param int $uid The user that this channel belongs to. (Not part of the primary key) + * @return Entity\UserDefinedChannel + * @throws \Friendica\Network\HTTPException\NotFoundException + */ + public function selectById(int $id, int $uid): Entity\UserDefinedChannel + { + return $this->_selectOne(['id' => $id, 'uid' => $uid]); + } + + /** + * Checks if the provided channel id exists for this user + * + * @param integer $id + * @param integer $uid + * @return boolean + */ + public function existsById(int $id, int $uid): bool + { + return $this->exists(['id' => $id, 'uid' => $uid]); + } + + /** + * Delete the given channel + * + * @param integer $id + * @param integer $uid + * @return boolean + */ + public function deleteById(int $id, int $uid): bool + { + return $this->db->delete(self::$table_name, ['id' => $id, 'uid' => $uid]); + } + + /** + * Fetch all user channels + * + * @param integer $uid + * @return UserDefinedChannels + * @throws \Exception + */ + public function selectByUid(int $uid): UserDefinedChannels + { + return $this->_select(['uid' => $uid]); + } + + public function save(Entity\UserDefinedChannel $Channel): Entity\UserDefinedChannel + { + $fields = [ + 'label' => $Channel->label, + 'description' => $Channel->description, + 'access-key' => $Channel->accessKey, + 'uid' => $Channel->uid, + 'circle' => $Channel->circle, + 'include-tags' => $Channel->includeTags, + 'exclude-tags' => $Channel->excludeTags, + 'full-text-search' => $Channel->fullTextSearch, + 'media-type' => $Channel->mediaType, + 'languages' => serialize($Channel->languages), + ]; + + if ($Channel->code) { + $this->db->update(self::$table_name, $fields, ['uid' => $Channel->uid, 'id' => $Channel->code]); + } else { + $this->db->insert(self::$table_name, $fields, Database::INSERT_IGNORE); + + $newChannelId = $this->db->lastInsertId(); + + $Channel = $this->selectById($newChannelId, $Channel->uid); + } + + return $Channel; + } + + /** + * Checks, if one of the user defined channels matches with the given search text + * @todo To increase the performance, this functionality should be replaced with a single SQL call. + * + * @param string $searchtext + * @param string $language + * @return boolean + */ + public function match(string $searchtext, string $language): bool + { + if (!in_array($language, User::getLanguages())) { + $this->logger->debug('Unwanted language found. No matched channel found.', ['language' => $language, 'searchtext' => $searchtext]); + return false; + } + + $store = false; + $this->db->insert('check-full-text-search', ['pid' => getmypid(), 'searchtext' => $searchtext], Database::INSERT_UPDATE); + $channels = $this->db->select(self::$table_name, ['full-text-search', 'uid', 'label'], ["`full-text-search` != ? AND `circle` = ?", '', 0]); + while ($channel = $this->db->fetch($channels)) { + $channelsearchtext = $channel['full-text-search']; + foreach (Engagement::KEYWORDS as $keyword) { + $channelsearchtext = preg_replace('~(' . $keyword . ':.[\w@\.-]+)~', '"$1"', $channelsearchtext); + } + if ($this->db->exists('check-full-text-search', ["`pid` = ? AND MATCH (`searchtext`) AGAINST (? IN BOOLEAN MODE)", getmypid(), $channelsearchtext])) { + if (in_array($language, $this->pConfig->get($channel['uid'], 'channel', 'languages', [User::getLanguageCode($channel['uid'])]))) { + $store = true; + $this->logger->debug('Matching channel found.', ['uid' => $channel['uid'], 'label' => $channel['label'], 'language' => $language, 'channelsearchtext' => $channelsearchtext, 'searchtext' => $searchtext]); + break; + } + } + } + $this->db->close($channels); + + $this->db->delete('check-full-text-search', ['pid' => getmypid()]); + return $store; + } +} diff --git a/src/Content/Feature.php b/src/Content/Feature.php index b9b9d2e0e6..a95d3779d3 100644 --- a/src/Content/Feature.php +++ b/src/Content/Feature.php @@ -1,6 +1,6 @@ $baseurl . '/' . $contact['id'], + 'url' => 'contact/' . $contact['id'] . '/conversations', 'external_url' => Contact::magicLinkByContact($contact), 'name' => $contact['name'], 'cid' => $contact['id'], - 'selected' => $selected, 'micro' => DI::baseUrl()->remove(Contact::getMicro($contact)), 'id' => ++$id, ]; diff --git a/src/Content/Image.php b/src/Content/Image.php new file mode 100644 index 0000000000..a3a2e1abcc --- /dev/null +++ b/src/Content/Image.php @@ -0,0 +1,154 @@ +. + * + */ + +namespace Friendica\Content; + +use Friendica\Content\Image\Collection\MasonryImageRow; +use Friendica\Content\Image\Entity\MasonryImage; +use Friendica\Content\Post\Collection\PostMedias; +use Friendica\Core\Renderer; + +class Image +{ + public static function getBodyAttachHtml(PostMedias $PostMediaImages): string + { + $media = ''; + + if ($PostMediaImages->haveDimensions()) { + if (count($PostMediaImages) > 1) { + $media = self::getHorizontalMasonryHtml($PostMediaImages); + } elseif (count($PostMediaImages) == 1) { + $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/single_with_height_allocation.tpl'), [ + '$image' => $PostMediaImages[0], + '$allocated_height' => $PostMediaImages[0]->getAllocatedHeight(), + '$allocated_max_width' => ($PostMediaImages[0]->previewWidth ?? $PostMediaImages[0]->width) . 'px', + ]); + } + } else { + if (count($PostMediaImages) > 1) { + $media = self::getImageGridHtml($PostMediaImages); + } elseif (count($PostMediaImages) == 1) { + $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/single.tpl'), [ + '$image' => $PostMediaImages[0], + ]); + } + } + + return $media; + } + + /** + * @param PostMedias $images + * @return string + * @throws \Friendica\Network\HTTPException\ServiceUnavailableException + */ + private static function getImageGridHtml(PostMedias $images): string + { + // Image for first column (fc) and second column (sc) + $images_fc = []; + $images_sc = []; + + for ($i = 0; $i < count($images); $i++) { + ($i % 2 == 0) ? ($images_fc[] = $images[$i]) : ($images_sc[] = $images[$i]); + } + + return Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/grid.tpl'), [ + 'columns' => [ + 'fc' => $images_fc, + 'sc' => $images_sc, + ], + ]); + } + + /** + * Creates a horizontally masoned gallery with a fixed maximum number of pictures per row. + * + * For each row, we calculate how much of the total width each picture will take depending on their aspect ratio + * and how much relative height it needs to accomodate all pictures next to each other with their height normalized. + * + * @param array $images + * @return string + * @throws \Friendica\Network\HTTPException\ServiceUnavailableException + */ + private static function getHorizontalMasonryHtml(PostMedias $images): string + { + static $column_size = 2; + + $rows = array_map( + function (PostMedias $PostMediaImages) { + if ($singleImageInRow = count($PostMediaImages) == 1) { + $PostMediaImages[] = $PostMediaImages[0]; + } + + $widths = []; + $heights = []; + foreach ($PostMediaImages as $PostMediaImage) { + if ($PostMediaImage->width && $PostMediaImage->height) { + $widths[] = $PostMediaImage->width; + $heights[] = $PostMediaImage->height; + } else { + $widths[] = $PostMediaImage->previewWidth; + $heights[] = $PostMediaImage->previewHeight; + } + } + + $maxHeight = max($heights); + + // Corrected width preserving aspect ratio when all images on a row are the same height + $correctedWidths = []; + foreach ($widths as $i => $width) { + $correctedWidths[] = $width * $maxHeight / $heights[$i]; + } + + $totalWidth = array_sum($correctedWidths); + + $row_images2 = []; + + if ($singleImageInRow) { + unset($PostMediaImages[1]); + } + + foreach ($PostMediaImages as $i => $PostMediaImage) { + $row_images2[] = new MasonryImage( + $PostMediaImage->uriId, + $PostMediaImage->url, + $PostMediaImage->preview, + $PostMediaImage->description ?? '', + 100 * $correctedWidths[$i] / $totalWidth, + 100 * $maxHeight / $correctedWidths[$i] + ); + } + + // This magic value will stay constant for each image of any given row and is ultimately + // used to determine the height of the row container relative to the available width. + $commonHeightRatio = 100 * $correctedWidths[0] / $totalWidth / ($widths[0] / $heights[0]); + + return new MasonryImageRow($row_images2, count($row_images2), $commonHeightRatio); + }, + $images->chunk($column_size) + ); + + return Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/horizontal_masonry.tpl'), [ + '$rows' => $rows, + '$column_size' => $column_size, + ]); + } +} diff --git a/src/Content/Image/Collection/MasonryImageRow.php b/src/Content/Image/Collection/MasonryImageRow.php new file mode 100644 index 0000000000..14355007f4 --- /dev/null +++ b/src/Content/Image/Collection/MasonryImageRow.php @@ -0,0 +1,57 @@ +. + * + */ + +namespace Friendica\Content\Image\Collection; + +use Friendica\Content\Image\Entity; +use Friendica\BaseCollection; +use Friendica\Content\Image\Entity\MasonryImage; + +class MasonryImageRow extends BaseCollection +{ + /** @var ?float */ + protected $heightRatio; + + /** + * @param MasonryImage[] $entities + * @param int|null $totalCount + * @param float|null $heightRatio + */ + public function __construct(array $entities = [], int $totalCount = null, float $heightRatio = null) + { + parent::__construct($entities, $totalCount); + + $this->heightRatio = $heightRatio; + } + + /** + * @return Entity\MasonryImage + */ + public function current(): Entity\MasonryImage + { + return parent::current(); + } + + public function getHeightRatio(): ?float + { + return $this->heightRatio; + } +} diff --git a/src/Content/Image/Entity/MasonryImage.php b/src/Content/Image/Entity/MasonryImage.php new file mode 100644 index 0000000000..54d8070add --- /dev/null +++ b/src/Content/Image/Entity/MasonryImage.php @@ -0,0 +1,60 @@ +. + * + */ + +namespace Friendica\Content\Image\Entity; + +use Friendica\BaseEntity; +use Psr\Http\Message\UriInterface; + +/** + * @property-read int $uriId + * @property-read UriInterface $url + * @property-read ?UriInterface $preview + * @property-read string $description + * @property-read float $heightRatio + * @property-read float $widthRatio + * @see \Friendica\Content\Image::getHorizontalMasonryHtml() + */ +class MasonryImage extends BaseEntity +{ + /** @var int */ + protected $uriId; + /** @var UriInterface */ + protected $url; + /** @var ?UriInterface */ + protected $preview; + /** @var string */ + protected $description; + /** @var float Ratio of the width of the image relative to the total width of the images on the row */ + protected $widthRatio; + /** @var float Ratio of the height of the image relative to its width for height allocation */ + protected $heightRatio; + + public function __construct(int $uriId, UriInterface $url, ?UriInterface $preview, string $description, float $widthRatio, float $heightRatio) + { + $this->url = $url; + $this->uriId = $uriId; + $this->preview = $preview; + $this->description = $description; + $this->widthRatio = $widthRatio; + $this->heightRatio = $heightRatio; + } +} diff --git a/src/Content/Item.php b/src/Content/Item.php index 163db89aa4..9c5c3e7480 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -1,6 +1,6 @@ activity->match($item['verb'], Activity::TAG)) { $fields = [ - 'author-id', 'author-link', 'author-name', 'author-network', + 'author-id', 'author-link', 'author-name', 'author-network', 'author-link', 'author-alias', 'verb', 'object-type', 'resource-id', 'body', 'plink' ]; $obj = Post::selectFirst($fields, ['uri' => $item['parent-uri']]); @@ -635,10 +636,10 @@ class Item public function addSharedPost(array $item, string $body = ''): string { if (empty($body)) { - $body = $item['body']; + $body = $item['body'] ?? ''; } - if (empty($item['quote-uri-id'])) { + if (empty($item['quote-uri-id']) || ($item['quote-uri-id'] == $item['uri-id'])) { return $body; } @@ -729,7 +730,7 @@ class Item */ public function getSharedPost(array $item, array $fields = []): array { - if (!empty($item['quote-uri-id'])) { + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] != $item['uri-id'])) { $shared = Post::selectFirst($fields, ['uri-id' => $item['quote-uri-id'], 'uid' => [0, $item['uid'] ?? 0]]); if (is_array($shared)) { return [ @@ -770,7 +771,7 @@ class Item return $attributes; } - if (!empty($item['quote-uri-id'])) { + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] != $item['uri-id'])) { $shared = Post::selectFirst(['author-name', 'author-link', 'author-avatar', 'plink', 'created', 'guid', 'uri', 'body'], ['uri-id' => $item['quote-uri-id']]); if (!empty($shared)) { return [ @@ -991,12 +992,14 @@ class Item $post['deny_gid'] = $owner['deny_gid']; } - if ($post['allow_gid'] || $post['allow_cid'] || $post['deny_gid'] || $post['deny_cid']) { - $post['private'] = ItemModel::PRIVATE; - } elseif ($this->pConfig->get($post['uid'], 'system', 'unlisted')) { - $post['private'] = ItemModel::UNLISTED; - } else { - $post['private'] = ItemModel::PUBLIC; + if (!isset($post['private'])) { + if ($post['allow_gid'] || $post['allow_cid'] || $post['deny_gid'] || $post['deny_cid']) { + $post['private'] = ItemModel::PRIVATE; + } elseif ($this->pConfig->get($post['uid'], 'system', 'unlisted')) { + $post['private'] = ItemModel::UNLISTED; + } else { + $post['private'] = ItemModel::PUBLIC; + } } if (empty($post['contact-id'])) { @@ -1066,4 +1069,40 @@ class Item )); } } + + public function copyPermissions(int $fromUriId, int $toUriId, int $parentUriId) + { + $from = Post::selectFirstPost(['author-id'], ['uri-id' => $fromUriId]); + $from_author = DBA::selectFirst('account-view', ['ap-followers'], ['id' => $from['author-id']]); + $to = Post::selectFirstPost(['author-id'], ['uri-id' => $toUriId]); + $to_author = DBA::selectFirst('account-view', ['ap-followers'], ['id' => $to['author-id']]); + $parent = Post::selectFirstPost(['author-id'], ['uri-id' => $parentUriId]); + $parent_author = DBA::selectFirst('account-view', ['ap-followers'], ['id' => $parent['author-id']]); + + $followers = ''; + foreach (array_column(Tag::getByURIId($parentUriId, [Tag::TO, Tag::CC, Tag::BCC]), 'url') as $url) { + if ($url == $parent_author['ap-followers']) { + $followers = $url; + break; + } + } + + $existing = array_column(Tag::getByURIId($toUriId, [Tag::TO, Tag::CC, Tag::BCC]), 'url'); + + foreach (Tag::getByURIId($fromUriId, [Tag::TO, Tag::CC, Tag::BCC]) as $receiver) { + if ($receiver['url'] == $from_author['ap-followers']) { + if (!empty($followers)) { + $receiver['url'] = $followers; + $receiver['name'] = trim(parse_url($receiver['url'], PHP_URL_PATH), '/'); + Tag::store($toUriId, $receiver['type'], $receiver['name'], $receiver['url']); + } + $receiver['url'] = $to_author['ap-followers']; + $receiver['name'] = trim(parse_url($receiver['url'], PHP_URL_PATH), '/'); + } + if (in_array($receiver['url'], $existing)) { + continue; + } + Tag::store($toUriId, $receiver['type'], $receiver['name'], $receiver['url']); + } + } } diff --git a/src/Content/Nav.php b/src/Content/Nav.php index cab5f7a425..a8f568630f 100644 --- a/src/Content/Nav.php +++ b/src/Content/Nav.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Content\Post\Collection; + +use Friendica\BaseCollection; +use Friendica\Content\Post\Entity; + +class PostMedias extends BaseCollection +{ + /** + * @param Entity\PostMedia[] $entities + * @param int|null $totalCount + */ + public function __construct(array $entities = [], int $totalCount = null) + { + parent::__construct($entities, $totalCount); + } + + /** + * @return Entity\PostMedia + */ + public function current(): Entity\PostMedia + { + return parent::current(); + } + + /** + * Determine whether all the collection's item have at least one set of dimensions provided + * + * @return bool + */ + public function haveDimensions(): bool + { + return array_reduce($this->getArrayCopy(), function (bool $carry, Entity\PostMedia $item) { + return $carry && $item->hasDimensions(); + }, true); + } +} diff --git a/src/Content/Post/Entity/PostMedia.php b/src/Content/Post/Entity/PostMedia.php new file mode 100644 index 0000000000..f7e1f39d92 --- /dev/null +++ b/src/Content/Post/Entity/PostMedia.php @@ -0,0 +1,300 @@ +. + * + */ + +namespace Friendica\Content\Post\Entity; + +use Friendica\BaseEntity; +use Friendica\Network\Entity\MimeType; +use Friendica\Util\Images; +use Friendica\Util\Proxy; +use Psr\Http\Message\UriInterface; + + +/** + * @property-read int $id + * @property-read int $uriId + * @property-read ?int $activityUriId + * @property-read UriInterface $url + * @property-read int $type + * @property-read MimeType $mimetype + * @property-read ?int $width + * @property-read ?int $height + * @property-read ?int $size + * @property-read ?UriInterface $preview + * @property-read ?int $previewWidth + * @property-read ?int $previewHeight + * @property-read ?string $description + * @property-read ?string $name + * @property-read ?UriInterface $authorUrl + * @property-read ?string $authorName + * @property-read ?UriInterface $authorImage + * @property-read ?UriInterface $publisherUrl + * @property-read ?string $publisherName + * @property-read ?UriInterface $publisherImage + * @property-read ?string $blurhash + */ +class PostMedia extends BaseEntity +{ + const TYPE_UNKNOWN = 0; + const TYPE_IMAGE = 1; + const TYPE_VIDEO = 2; + const TYPE_AUDIO = 3; + const TYPE_TEXT = 4; + const TYPE_APPLICATION = 5; + const TYPE_TORRENT = 16; + const TYPE_HTML = 17; + const TYPE_XML = 18; + const TYPE_PLAIN = 19; + const TYPE_ACTIVITY = 20; + const TYPE_ACCOUNT = 21; + const TYPE_DOCUMENT = 128; + + /** @var int */ + protected $id; + /** @var int */ + protected $uriId; + /** @var UriInterface */ + protected $url; + /** @var int One of TYPE_* */ + protected $type; + /** @var MimeType */ + protected $mimetype; + /** @var ?int */ + protected $activityUriId; + /** @var ?int In pixels */ + protected $width; + /** @var ?int In pixels */ + protected $height; + /** @var ?int In bytes */ + protected $size; + /** @var ?UriInterface Preview URL */ + protected $preview; + /** @var ?int In pixels */ + protected $previewWidth; + /** @var ?int In pixels */ + protected $previewHeight; + /** @var ?string Alternative text like for images */ + protected $description; + /** @var ?string */ + protected $name; + /** @var ?UriInterface */ + protected $authorUrl; + /** @var ?string */ + protected $authorName; + /** @var ?UriInterface Image URL */ + protected $authorImage; + /** @var ?UriInterface */ + protected $publisherUrl; + /** @var ?string */ + protected $publisherName; + /** @var ?UriInterface Image URL */ + protected $publisherImage; + /** @var ?string Blurhash string representation for images + * @see https://github.com/woltapp/blurhash + * @see https://blurha.sh/ + */ + protected $blurhash; + + public function __construct( + int $uriId, + UriInterface $url, + int $type, + MimeType $mimetype, + ?int $activityUriId, + ?int $width = null, + ?int $height = null, + ?int $size = null, + ?UriInterface $preview = null, + ?int $previewWidth = null, + ?int $previewHeight = null, + ?string $description = null, + ?string $name = null, + ?UriInterface $authorUrl = null, + ?string $authorName = null, + ?UriInterface $authorImage = null, + ?UriInterface $publisherUrl = null, + ?string $publisherName = null, + ?UriInterface $publisherImage = null, + ?string $blurhash = null, + int $id = null + ) + { + $this->uriId = $uriId; + $this->url = $url; + $this->type = $type; + $this->mimetype = $mimetype; + $this->activityUriId = $activityUriId; + $this->width = $width; + $this->height = $height; + $this->size = $size; + $this->preview = $preview; + $this->previewWidth = $previewWidth; + $this->previewHeight = $previewHeight; + $this->description = $description; + $this->name = $name; + $this->authorUrl = $authorUrl; + $this->authorName = $authorName; + $this->authorImage = $authorImage; + $this->publisherUrl = $publisherUrl; + $this->publisherName = $publisherName; + $this->publisherImage = $publisherImage; + $this->blurhash = $blurhash; + $this->id = $id; + } + + + /** + * Get media link for given media id + * + * @param string $size One of the Proxy::SIZE_* constants + * @return string media link + */ + public function getPhotoPath(string $size = ''): string + { + return '/photo/media/' . + (Proxy::getPixelsFromSize($size) ? Proxy::getPixelsFromSize($size) . '/' : '') . + $this->id; + } + + /** + * Get preview path for given media id relative to the base URL + * + * @param string $size One of the Proxy::SIZE_* constants + * @return string preview link + */ + public function getPreviewPath(string $size = ''): string + { + return '/photo/preview/' . + (Proxy::getPixelsFromSize($size) ? Proxy::getPixelsFromSize($size) . '/' : '') . + $this->id; + + } + + /** + * Computes the allocated height value used in the content/image/single_with_height_allocation.tpl template + * + * Either base or preview dimensions need to be set at runtime. + * + * @return string + */ + public function getAllocatedHeight(): string + { + if (!$this->hasDimensions()) { + throw new \RangeException('Either width and height or previewWidth and previewHeight must be defined to use this method.'); + } + + if ($this->width && $this->height) { + $width = $this->width; + $height = $this->height; + } else { + $width = $this->previewWidth; + $height = $this->previewHeight; + } + + return (100 * $height / $width) . '%'; + } + + /** + * Return a new PostMedia entity with a different preview URI and an optional proxy size name. + * The new entity preview's width and height are rescaled according to the provided size. + * + * @param \GuzzleHttp\Psr7\Uri $preview + * @param string $size + * @return $this + */ + public function withPreview(\GuzzleHttp\Psr7\Uri $preview, string $size = ''): self + { + if ($this->width || $this->height) { + $newWidth = $this->width; + $newHeight = $this->height; + } else { + $newWidth = $this->previewWidth; + $newHeight = $this->previewHeight; + } + + if ($newWidth && $newHeight && $size) { + $dimensionts = Images::getScalingDimensions($newWidth, $newHeight, Proxy::getPixelsFromSize($size)); + $newWidth = $dimensionts['width']; + $newHeight = $dimensionts['height']; + } + + return new static( + $this->uriId, + $this->url, + $this->type, + $this->mimetype, + $this->activityUriId, + $this->width, + $this->height, + $this->size, + $preview, + $newWidth, + $newHeight, + $this->description, + $this->name, + $this->authorUrl, + $this->authorName, + $this->authorImage, + $this->publisherUrl, + $this->publisherName, + $this->publisherImage, + $this->blurhash, + $this->id, + ); + } + + public function withUrl(\GuzzleHttp\Psr7\Uri $url): self + { + return new static( + $this->uriId, + $url, + $this->type, + $this->mimetype, + $this->activityUriId, + $this->width, + $this->height, + $this->size, + $this->preview, + $this->previewWidth, + $this->previewHeight, + $this->description, + $this->name, + $this->authorUrl, + $this->authorName, + $this->authorImage, + $this->publisherUrl, + $this->publisherName, + $this->publisherImage, + $this->blurhash, + $this->id, + ); + } + + /** + * Checks the media has at least one full set of dimensions, needed for the height allocation feature + * + * @return bool + */ + public function hasDimensions(): bool + { + return $this->width && $this->height || $this->previewWidth && $this->previewHeight; + } +} diff --git a/src/Content/Post/Factory/PostMedia.php b/src/Content/Post/Factory/PostMedia.php new file mode 100644 index 0000000000..9f6bae4070 --- /dev/null +++ b/src/Content/Post/Factory/PostMedia.php @@ -0,0 +1,118 @@ +. + * + */ + +namespace Friendica\Content\Post\Factory; + +use Friendica\BaseFactory; +use Friendica\Capabilities\ICanCreateFromTableRow; +use Friendica\Content\Post\Entity; +use Friendica\Network; +use Friendica\Util\Network as UtilNetwork; +use GuzzleHttp\Psr7\Uri; +use Psr\Log\LoggerInterface; +use stdClass; + +class PostMedia extends BaseFactory implements ICanCreateFromTableRow +{ + /** @var Network\Factory\MimeType */ + private $mimeTypeFactory; + + public function __construct(Network\Factory\MimeType $mimeTypeFactory, LoggerInterface $logger) + { + parent::__construct($logger); + + $this->mimeTypeFactory = $mimeTypeFactory; + } + + /** + * @inheritDoc + */ + public function createFromTableRow(array $row) + { + return new Entity\PostMedia( + $row['uri-id'], + UtilNetwork::createUriFromString($row['url']), + $row['type'], + $this->mimeTypeFactory->createFromContentType($row['mimetype']), + $row['media-uri-id'], + $row['width'], + $row['height'], + $row['size'], + UtilNetwork::createUriFromString($row['preview']), + $row['preview-width'], + $row['preview-height'], + $row['description'], + $row['name'], + UtilNetwork::createUriFromString($row['author-url']), + $row['author-name'], + UtilNetwork::createUriFromString($row['author-image']), + UtilNetwork::createUriFromString($row['publisher-url']), + $row['publisher-name'], + UtilNetwork::createUriFromString($row['publisher-image']), + $row['blurhash'], + $row['id'] + ); + } + + public function createFromBlueskyImageEmbed(int $uriId, stdClass $image): Entity\PostMedia + { + return new Entity\PostMedia( + $uriId, + new Uri($image->fullsize), + Entity\PostMedia::TYPE_IMAGE, + new Network\Entity\MimeType('unkn', 'unkn'), + null, + null, + null, + null, + new Uri($image->thumb), + null, + null, + $image->alt, + ); + } + + + public function createFromBlueskyExternalEmbed(int $uriId, stdClass $external): Entity\PostMedia + { + return new Entity\PostMedia( + $uriId, + new Uri($external->uri), + Entity\PostMedia::TYPE_HTML, + new Network\Entity\MimeType('text', 'html'), + null, + null, + null, + null, + null, + null, + null, + $external->description, + $external->title + ); + } + + public function createFromAttachment(int $uriId, array $attachment) + { + $attachment['uri-id'] = $uriId; + return $this->createFromTableRow($attachment); + } +} diff --git a/src/Content/Post/Repository/PostMedia.php b/src/Content/Post/Repository/PostMedia.php new file mode 100644 index 0000000000..8126e8d1d8 --- /dev/null +++ b/src/Content/Post/Repository/PostMedia.php @@ -0,0 +1,208 @@ +. + * + */ + +namespace Friendica\Content\Post\Repository; + +use Friendica\BaseCollection; +use Friendica\BaseRepository; +use Friendica\Content\Post\Collection; +use Friendica\Content\Post\Entity; +use Friendica\Content\Post\Factory; +use Friendica\Database\Database; +use Friendica\Util\Strings; +use Psr\Log\LoggerInterface; + +class PostMedia extends BaseRepository +{ + protected static $table_name = 'post-media'; + + public function __construct(Database $database, LoggerInterface $logger, Factory\PostMedia $factory) + { + parent::__construct($database, $logger, $factory); + } + + protected function _select(array $condition, array $params = []): BaseCollection + { + $rows = $this->db->selectToArray(static::$table_name, [], $condition, $params); + + $Entities = new Collection\PostMedias(); + foreach ($rows as $fields) { + try { + $Entities[] = $this->factory->createFromTableRow($fields); + } catch (\Throwable $e) { + $this->logger->warning('Invalid media row', ['code' => $e->getCode(), 'message' => $e->getMessage(), 'fields' => $fields]); + } + } + + return $Entities; + } + + public function selectOneById(int $postMediaId): Entity\PostMedia + { + return $this->_selectOne(['id' => $postMediaId]); + } + + public function selectByUriId(int $uriId): Collection\PostMedias + { + return $this->_select(['uri-id' => $uriId]); + } + + public function save(Entity\PostMedia $PostMedia): Entity\PostMedia + { + $fields = [ + 'uri-id' => $PostMedia->uriId, + 'url' => $PostMedia->url->__toString(), + 'type' => $PostMedia->type, + 'mimetype' => $PostMedia->mimetype->__toString(), + 'height' => $PostMedia->height, + 'width' => $PostMedia->width, + 'size' => $PostMedia->size, + 'preview' => $PostMedia->preview ? $PostMedia->preview->__toString() : null, + 'preview-height' => $PostMedia->previewHeight, + 'preview-width' => $PostMedia->previewWidth, + 'description' => $PostMedia->description, + 'name' => $PostMedia->name, + 'author-url' => $PostMedia->authorUrl ? $PostMedia->authorUrl->__toString() : null, + 'author-name' => $PostMedia->authorName, + 'author-image' => $PostMedia->authorImage ? $PostMedia->authorImage->__toString() : null, + 'publisher-url' => $PostMedia->publisherUrl ? $PostMedia->publisherUrl->__toString() : null, + 'publisher-name' => $PostMedia->publisherName, + 'publisher-image' => $PostMedia->publisherImage ? $PostMedia->publisherImage->__toString() : null, + 'media-uri-id' => $PostMedia->activityUriId, + 'blurhash' => $PostMedia->blurhash, + ]; + + if ($PostMedia->id) { + $this->db->update(self::$table_name, $fields, ['id' => $PostMedia->id]); + } else { + $this->db->insert(self::$table_name, $fields, Database::INSERT_IGNORE); + + $newPostMediaId = $this->db->lastInsertId(); + + $PostMedia = $this->selectOneById($newPostMediaId); + } + + return $PostMedia; + } + + + /** + * Split the attachment media in the three segments "visual", "link" and "additional" + * + * @param int $uri_id URI id + * @param array $links list of links that shouldn't be added + * @param bool $has_media + * @return Collection\PostMedias[] Three collections in "visual", "link" and "additional" keys + */ + public function splitAttachments(int $uri_id, array $links = [], bool $has_media = true): array + { + $attachments = [ + 'visual' => new Collection\PostMedias(), + 'link' => new Collection\PostMedias(), + 'additional' => new Collection\PostMedias(), + ]; + + if (!$has_media) { + return $attachments; + } + + $PostMedias = $this->selectByUriId($uri_id); + if (!count($PostMedias)) { + return $attachments; + } + + $heights = []; + $selected = ''; + $previews = []; + + foreach ($PostMedias as $PostMedia) { + foreach ($links as $link) { + if (Strings::compareLink($link, $PostMedia->url)) { + continue 2; + } + } + + // Avoid adding separate media entries for previews + foreach ($previews as $preview) { + if (Strings::compareLink($preview, $PostMedia->url)) { + continue 2; + } + } + + // Currently these two types are ignored here. + // Posts are added differently and contacts are not displayed as attachments. + if (in_array($PostMedia->type, [Entity\PostMedia::TYPE_ACCOUNT, Entity\PostMedia::TYPE_ACTIVITY])) { + continue; + } + + if (!empty($PostMedia->preview)) { + $previews[] = $PostMedia->preview; + } + + //$PostMedia->filetype = $filetype; + //$PostMedia->subtype = $subtype; + + if ($PostMedia->type == Entity\PostMedia::TYPE_HTML || ($PostMedia->mimetype->type == 'text' && $PostMedia->mimetype->subtype == 'html')) { + $attachments['link'][] = $PostMedia; + continue; + } + + if ( + in_array($PostMedia->type, [Entity\PostMedia::TYPE_AUDIO, Entity\PostMedia::TYPE_IMAGE]) || + in_array($PostMedia->mimetype->type, ['audio', 'image']) + ) { + $attachments['visual'][] = $PostMedia; + } elseif (($PostMedia->type == Entity\PostMedia::TYPE_VIDEO) || ($PostMedia->mimetype->type == 'video')) { + if (!empty($PostMedia->height)) { + // Peertube videos are delivered in many different resolutions. We pick a moderate one. + // Since only Peertube provides a "height" parameter, this wouldn't be executed + // when someone for example on Mastodon was sharing multiple videos in a single post. + $heights[$PostMedia->height] = (string)$PostMedia->url; + $video[(string) $PostMedia->url] = $PostMedia; + } else { + $attachments['visual'][] = $PostMedia; + } + } else { + $attachments['additional'][] = $PostMedia; + } + } + + if (!empty($heights)) { + ksort($heights); + foreach ($heights as $height => $url) { + if (empty($selected) || $height <= 480) { + $selected = $url; + } + } + + if (!empty($selected)) { + $attachments['visual'][] = $video[$selected]; + unset($video[$selected]); + foreach ($video as $element) { + $attachments['additional'][] = $element; + } + } + } + + return $attachments; + } + +} diff --git a/src/Content/Smilies.php b/src/Content/Smilies.php index d231797b81..c0fc195f98 100644 --- a/src/Content/Smilies.php +++ b/src/Content/Smilies.php @@ -1,6 +1,6 @@ $_) { + if (strlen($word) < 2) { + continue; + } + $ord1 = ord($word[0]); + $ord2 = ord($word[1]); + // A smiley shortcode must not begin or end with whitespaces. + if (ctype_space($word[0]) || ctype_space($word[strlen($word) - 1])) { + continue; + } + $ord1_bitset |= 1 << ($ord1 & 31); + $ord2_bitset |= 1 << ($ord2 & 31); + if (!array_key_exists($word[0], $prefixes)) { + $prefixes[$word[0]] = []; + } + $prefixes[$word[0]][] = $word; + } + + $slength = strlen($subject); + $result = ''; + // $processed is used to delay string concatenation since appending a char every loop is inefficient. + $processed = 0; + // Find possible starting points for smilies. + // For built-in smilies, the two bitsets should make attempts quite efficient. + // However, presuming custom smilies follow the format of ":shortcode" or ":shortcode:", + // if the user adds more smilies (with addons), the second bitset may eventually become useless. + for ($i = 0; $i < $slength - 1; $i++) { + $c = $subject[$i]; + $d = $subject[$i + 1]; + if (($ord1_bitset & (1 << (ord($c) & 31))) && ($ord2_bitset & (1 << (ord($d) & 31))) && array_key_exists($c, $prefixes)) { + foreach ($prefixes[$c] as $word) { + $wlength = strlen($word); + if (substr($subject, $i, $wlength) === $word) { + // Check for boundaries + if (($i === 0 || ctype_space($subject[$i - 1]) || ctype_punct($subject[$i - 1])) + && ($i + $wlength >= $slength || ctype_space($subject[$i + $wlength]) || ctype_punct($subject[$i + $wlength]))) { + $result .= substr($subject, $processed, $i - $processed); + $result .= call_user_func($callback, $word, $words[$word]); + $i += $wlength; + $processed = $i; + $i--; + break; + } + } + } + } + } + if ($processed < $slength) { + $result .= substr($subject, $processed); + } + return $result; + } /** * Copied from http://php.net/manual/en/function.str-replace.php#88569 @@ -170,7 +290,13 @@ class Smilies */ private static function strOrigReplace(array $search, array $replace, string $subject): string { - return strtr($subject, array_combine($search, $replace)); + return self::performForEachWordMatch( + array_combine($search, $replace), + $subject, + function (string $_, string $value) { + return $value; + } + ); } /** @@ -199,6 +325,12 @@ class Smilies return $s; } + private static function noSmilies(): bool { + return (intval(DI::config()->get('system', 'no_smilies')) || + (DI::userSession()->getLocalUserId() && + intval(DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'no_smilies')))); + } + /** * Replaces emoji shortcodes in a string from a structured array of searches and replaces. * @@ -212,9 +344,7 @@ class Smilies */ public static function replaceFromArray(string $text, array $smilies, bool $no_images = false): string { - if (intval(DI::config()->get('system', 'no_smilies')) - || (DI::userSession()->getLocalUserId() && intval(DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'no_smilies'))) - ) { + if (self::noSmilies()) { return $text; } @@ -233,7 +363,7 @@ class Smilies $smilies = $cleaned; } - $text = preg_replace_callback('/<(3+)/', [self::class, 'heartReplaceCallback'], $text); + $text = preg_replace_callback('/\B<3+?\b/', [self::class, 'heartReplaceCallback'], $text); $text = self::strOrigReplace($smilies['texts'], $smilies['icons'], $text); $text = preg_replace_callback('/<(code)>(.*?)<\/code>/ism', [self::class, 'decode'], $text); @@ -274,15 +404,35 @@ class Smilies */ private static function heartReplaceCallback(array $matches): string { - if (strlen($matches[1]) == 1) { - return $matches[0]; + return str_repeat('❤', strlen($matches[0]) - 4); + } + + /** + * Checks if the body doesn't contain any alphanumeric characters + * + * @param string $body Possibly-HTML post body + * @return boolean + */ + public static function isEmojiPost(string $body): bool + { + // Strips all whitespace + $conv = preg_replace('#\s#u', '', html_entity_decode($body)); + if (empty($conv)) { + return false; } - $t = ''; - for ($cnt = 0; $cnt < strlen($matches[1]); $cnt ++) { - $t .= '❤'; + if (!class_exists('IntlChar')) { + // Most Emojis are 4 byte Unicode characters, so this is a good workaround, when IntlChar does not exist on the system + return strlen($conv) / mb_strlen($conv) == 4; } - return str_replace($matches[0], $t, $matches[0]); + for ($i = 0; $i < mb_strlen($conv); $i++) { + $character = mb_substr($conv, $i, 1); + + if (\IntlChar::isalnum($character) || \IntlChar::ispunct($character) || \IntlChar::isgraph($character) && (strlen($character) <= 2)) { + return false; + } + } + return true; } } diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index ab7300da18..efaa9f7c79 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1,6 +1,6 @@ startRecording('rendering'); // Remove pictures in advance to avoid unneeded proxy calls + $text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", ' ', $text); $text = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/ism", ' $2 ', $text); $text = preg_replace("/\[img.*?\[\/img\]/ism", ' ', $text); // Remove attachment $text = self::replaceAttachment($text); - $naked_text = HTML::toPlaintext(self::convert($text, false, BBCode::EXTERNAL, true), 0, !$keep_urls); + $naked_text = HTML::toPlaintext(self::convert($text, false, self::EXTERNAL, true), 0, !$keep_urls); DI::profiler()->stopRecording(); return $naked_text; } + /** + * Converts text into a format that can be used for the channel search and the language detection. + * + * @param string $text + * @param integer $uri_id + * @return string + */ + public static function toSearchText(string $text, int $uri_id): string + { + // Removes attachments + $text = self::removeAttachment($text); + + // Add images because of possible alt texts + if (!empty($uri_id)) { + $text = Post\Media::addAttachmentsToBody($uri_id, $text, [Post\Media::IMAGE]); + } + + if (empty($text)) { + return ''; + } + + // Remove links without a link description + $text = preg_replace("~\[url\=.*\]https?:.*\[\/url\]~", ' ', $text); + + // Remove pictures + $text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", ' ', $text); + + // Replace picture with the alt description + $text = preg_replace("/\[img\=.*?\](.*?)\[\/img\]/ism", ' $1 ', $text); + + // Remove the other pictures + $text = preg_replace("/\[img.*?\[\/img\]/ism", ' ', $text); + + // Removes mentions, remove links from hashtags + $text = preg_replace('/[@!]\[url\=.*?\].*?\[\/url\]/ism', ' ', $text); + $text = preg_replace('/[#]\[url\=.*?\](.*?)\[\/url\]/ism', ' #$1 ', $text); + $text = preg_replace('/[@!#]?\[url.*?\[\/url\]/ism', ' ', $text); + $text = preg_replace("/\[url=[^\[\]]*\](.*)\[\/url\]/Usi", ' $1 ', $text); + + // Convert it to plain text + $text = self::toPlaintext($text, false); + + // Remove possibly remaining links + $text = preg_replace(Strings::autoLinkRegEx(), '', $text); + + // Remove all unneeded white space + do { + $oldtext = $text; + $text = str_replace([' ', "\n", "\r", '"'], ' ', $text); + } while ($oldtext != $text); + + return trim($text); + } + private static function proxyUrl(string $image, int $simplehtml = self::INTERNAL, int $uriid = 0, string $size = ''): string { // Only send proxied pictures to API and for internal display @@ -931,7 +986,7 @@ class BBCode $network = $contact['network'] ?? Protocol::PHANTOM; $tpl = Renderer::getMarkupTemplate('shared_content.tpl'); - $text .= BBCode::SHARED_ANCHOR . Renderer::replaceMacros($tpl, [ + $text .= self::SHARED_ANCHOR . Renderer::replaceMacros($tpl, [ '$profile' => $attributes['profile'], '$avatar' => $attributes['avatar'], '$author' => $attributes['author'], @@ -1112,6 +1167,7 @@ class BBCode public static function removeLinks(string $bbcode): string { DI::profiler()->startRecording('rendering'); + $bbcode = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", ' ', $bbcode); $bbcode = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/ism", ' $1 ', $bbcode); $bbcode = preg_replace("/\[img.*?\[\/img\]/ism", ' ', $bbcode); @@ -1178,7 +1234,7 @@ class BBCode } /** - * Expand Youtube and Vimeo links to + * Expand Youtube and Vimeo links to * * @param string $text * @return string @@ -1331,7 +1387,7 @@ class BBCode "\n[hr]", "[hr]\n", " [hr]", "[hr] ", "\n[attachment ", " [attachment ", "\n[/attachment]", "[/attachment]\n", " [/attachment]", "[/attachment] ", "[table]\n", "[table] ", " [table]", "\n[/table]", " [/table]", "[/table] ", - " \n", "\t\n", "[/li]\n", "\n[li]", "\n[*]", + " \n", "\t\n", "[/li]\n", "\n[li]", "\n[*]", ]; $replace = [ "[th]", "[th]", "[th]", "[/th]", "[/th]", "[/th]", @@ -1424,14 +1480,14 @@ class BBCode if ($simple_html == self::INTERNAL) { //Ensure to always start with

if possible $heading_count = 0; - for ($level = 6; $level > 0; $level--) { + for ($level = 6; $level > 0; $level--) { if (preg_match("(\[h$level\].*?\[\/h$level\])ism", $text)) { $heading_count++; } } if ($heading_count > 0) { $heading = min($heading_count + 3, 6); - for ($level = 6; $level > 0; $level--) { + for ($level = 6; $level > 0; $level--) { if (preg_match("(\[h$level\].*?\[\/h$level\])ism", $text)) { $text = preg_replace("(\[h$level\](.*?)\[\/h$level\])ism", "

$1

", $text); $heading--; @@ -1492,7 +1548,11 @@ class BBCode $text = preg_replace("(\[style=(.*?)\](.*?)\[\/style\])ism", '$2', $text); // Mastodon Emoji (internal tag, do not document for users) - $text = preg_replace("(\[emoji=(.*?)](.*?)\[/emoji])ism", '$2', $text); + if ($simple_html == self::MASTODON_API) { + $text = preg_replace("(\[emoji=(.*?)](.*?)\[/emoji])ism", '$2', $text); + } else { + $text = preg_replace("(\[emoji=(.*?)](.*?)\[/emoji])ism", '$2', $text); + } // Check for CSS classes // @deprecated since 2021.12, left for backward-compatibility reasons @@ -1735,12 +1795,8 @@ class BBCode $text = preg_replace("/\[event\-id\](.*?)\[\/event\-id\]/ism", '', $text); } - if (!$for_plaintext && DI::config()->get('system', 'big_emojis') && ($simple_html != self::DIASPORA)) { - $conv = html_entity_decode(str_replace([' ', "\n", "\r"], '', $text)); - // Emojis are always 4 byte Unicode characters - if (!empty($conv) && (strlen($conv) / mb_strlen($conv) == 4)) { - $text = '' . $text . ''; - } + if (!$for_plaintext && DI::config()->get('system', 'big_emojis') && ($simple_html != self::DIASPORA) && Smilies::isEmojiPost($text)) { + $text = '' . $text . ''; } // Handle mentions and hashtag links @@ -1996,7 +2052,7 @@ class BBCode { DI::profiler()->startRecording('rendering'); - $text = BBCode::performWithEscapedTags($text, ['code', 'noparse', 'nobb', 'pre'], function ($text) { + $text = self::performWithEscapedTags($text, ['code', 'noparse', 'nobb', 'pre'], function ($text) { $text = preg_replace("/[\s|\n]*\[abstract\].*?\[\/abstract\][\s|\n]*/ism", ' ', $text); $text = preg_replace("/[\s|\n]*\[abstract=.*?\].*?\[\/abstract][\s|\n]*/ism", ' ', $text); return $text; @@ -2018,7 +2074,7 @@ class BBCode DI::profiler()->startRecording('rendering'); $addon = strtolower($addon); - $abstract = BBCode::performWithEscapedTags($text, ['code', 'noparse', 'nobb', 'pre'], function ($text) use ($addon) { + $abstract = self::performWithEscapedTags($text, ['code', 'noparse', 'nobb', 'pre'], function ($text) use ($addon) { if ($addon && preg_match('#\[abstract=' . preg_quote($addon, '#') . '](.*?)\[/abstract]#ism', $text, $matches)) { return $matches[1]; } @@ -2115,6 +2171,9 @@ class BBCode // Maybe we should make this newline at every time before a quote. $text = str_replace(['

'], ['
'], $text); + // The converter doesn't convert these elements + $text = str_replace(['
', '
'], ['

', '

'], $text); + // Now convert HTML to Markdown $text = HTML::toMarkdown($text); diff --git a/src/Content/Text/BBCode/Video.php b/src/Content/Text/BBCode/Video.php index 728c6092bd..d01fe433c4 100644 --- a/src/Content/Text/BBCode/Video.php +++ b/src/Content/Text/BBCode/Video.php @@ -1,6 +1,6 @@ System::callstack()]); + Logger::warning('Received null value'); return ''; } diff --git a/src/Content/Text/MarkdownParser.php b/src/Content/Text/MarkdownParser.php index c1edf26a8b..7f07cf972b 100644 --- a/src/Content/Text/MarkdownParser.php +++ b/src/Content/Text/MarkdownParser.php @@ -1,6 +1,6 @@ getChannelsForUser($uid) as $channel) { - $channels[] = ['ref' => $channel->code, 'name' => $channel->label]; + $enabled = DI::pConfig()->get($uid, 'system', 'enabled_timelines', []); + + foreach (DI::NetworkFactory()->getTimelines('') as $channel) { + if (empty($enabled) || in_array($channel->code, $enabled)) { + $channels[] = ['ref' => $channel->code, 'name' => $channel->label]; + } } - foreach (DI::TimelineFactory()->getCommunities(true) as $community) { - $channels[] = ['ref' => $community->code, 'name' => $community->label]; + foreach (DI::ChannelFactory()->getTimelines($uid) as $channel) { + if (empty($enabled) || in_array($channel->code, $enabled)) { + $channels[] = ['ref' => $channel->code, 'name' => $channel->label]; + } + } + + foreach (DI::userDefinedChannel()->selectByUid($uid) as $channel) { + if (empty($enabled) || in_array($channel->code, $enabled)) { + $channels[] = ['ref' => $channel->code, 'name' => $channel->label]; + } + } + + foreach (DI::CommunityFactory()->getTimelines(true) as $community) { + if (empty($enabled) || in_array($community->code, $enabled)) { + $channels[] = ['ref' => $community->code, 'name' => $community->label]; + } } return self::filter( diff --git a/src/Content/Widget/CalendarExport.php b/src/Content/Widget/CalendarExport.php index 520c32063e..4059146010 100644 --- a/src/Content/Widget/CalendarExport.php +++ b/src/Content/Widget/CalendarExport.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Content\Widget; + +use Friendica\Core\Renderer; +use Friendica\Database\DBA; +use Friendica\Model\Contact; +use Friendica\Network\HTTPException; +use Friendica\Util\Strings; + +class Hovercard +{ + /** + * @param array $contact + * @param int $localUid Used to show user actions + * @return string + * @throws HTTPException\InternalServerErrorException + * @throws HTTPException\ServiceUnavailableException + * @throws \ImagickException + */ + public static function getHTML(array $contact, int $localUid = 0): string + { + if ($localUid) { + $actions = Contact::photoMenu($contact, $localUid); + } else { + $actions = []; + } + + // Move the contact data to the profile array so we can deliver it to + $tpl = Renderer::getMarkupTemplate('hovercard.tpl'); + return Renderer::replaceMacros($tpl, [ + '$profile' => [ + 'name' => $contact['name'], + 'nick' => $contact['nick'], + 'addr' => $contact['addr'] ?: $contact['url'], + 'thumb' => Contact::getThumb($contact), + 'url' => Contact::magicLinkByContact($contact), + 'nurl' => $contact['nurl'], + 'location' => $contact['location'], + 'about' => $contact['about'], + 'network_link' => Strings::formatNetworkName($contact['network'], $contact['url']), + 'tags' => $contact['keywords'], + 'bd' => $contact['bd'] <= DBA::NULL_DATE ? '' : $contact['bd'], + 'account_type' => Contact::getAccountType($contact['contact-type']), + 'contact_type' => $contact['contact-type'], + 'actions' => $actions, + 'self' => $contact['self'], + ], + ]); + } +} diff --git a/src/Content/Widget/SavedSearches.php b/src/Content/Widget/SavedSearches.php index 79d66936d0..d0917e7cb6 100644 --- a/src/Content/Widget/SavedSearches.php +++ b/src/Content/Widget/SavedSearches.php @@ -1,6 +1,6 @@ $contact ?? [], 'callstack' => System::callstack(20)]); + Logger::warning('Incomplete contact', ['contact' => $contact ?? []]); } if (!Network::isValidHttpUrl($contact['url']) && Network::isValidHttpUrl($contact['alias'])) { @@ -68,6 +67,9 @@ class VCard $follow_link = ''; $unfollow_link = ''; $wallmessage_link = ''; + $mention_label = ''; + $mention_link = ''; + $showgroup_link = ''; $photo = Contact::getPhoto($contact); @@ -99,6 +101,15 @@ class VCard if (in_array($rel, [Contact::FOLLOWER, Contact::FRIEND]) && Contact::canReceivePrivateMessages($contact)) { $wallmessage_link = 'message/new/' . $id; } + + if ($contact['contact-type'] == Contact::TYPE_COMMUNITY) { + $mention_label = DI::l10n()->t('Post to group'); + $mention_link = 'compose/0?body=!' . $contact['addr']; + $showgroup_link = 'network/group/' . $id; + } else { + $mention_label = DI::l10n()->t('Mention'); + $mention_link = 'compose/0?body=@' . $contact['addr']; + } } return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/vcard.tpl'), [ @@ -119,6 +130,10 @@ class VCard '$unfollow_link' => $unfollow_link, '$wallmessage' => DI::l10n()->t('Message'), '$wallmessage_link' => $wallmessage_link, + '$mention' => $mention_label, + '$mention_link' => $mention_link, + '$showgroup' => DI::l10n()->t('View group'), + '$showgroup_link' => $showgroup_link, ]); } } diff --git a/src/Core/ACL.php b/src/Core/ACL.php index 1bf8ef03ee..73ae53fea9 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -1,6 +1,6 @@ t('Error: Apache webserver mod-rewrite module is required but not installed.'); - $status = false; - $returnVal = false; - } + if (function_exists('apache_get_modules') && !in_array('mod_rewrite', apache_get_modules())) { + $help = DI::l10n()->t('Error: Apache webserver mod-rewrite module is required but not installed.'); + $status = false; + $returnVal = false; } $this->addCheck(DI::l10n()->t('Apache mod_rewrite module'), $status, true, $help); @@ -399,15 +397,22 @@ class Installer $status = false; $help = DI::l10n()->t('Error: PDO or MySQLi PHP module required but not installed.'); $returnVal = false; - } else { - if (!function_exists('mysqli_connect') && class_exists('pdo') && !in_array('mysql', \PDO::getAvailableDrivers())) { - $status = false; - $help = DI::l10n()->t('Error: The MySQL driver for PDO is not installed.'); - $returnVal = false; - } + } elseif (!function_exists('mysqli_connect') && class_exists('pdo') && !in_array('mysql', \PDO::getAvailableDrivers())) { + $status = false; + $help = DI::l10n()->t('Error: The MySQL driver for PDO is not installed.'); + $returnVal = false; } $this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help); + $help = ''; + $status = true; + if (!class_exists('IntlChar')) { + $status = false; + $help = DI::l10n()->t('Error: The IntlChar module is not installed.'); + $returnVal = false; + } + $this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help); + // check for XML DOM Documents being able to be generated $help = ''; $status = true; diff --git a/src/Core/KeyValueStorage/Capability/IManageKeyValuePairs.php b/src/Core/KeyValueStorage/Capability/IManageKeyValuePairs.php index 5d9c8455ee..778dcba8ae 100644 --- a/src/Core/KeyValueStorage/Capability/IManageKeyValuePairs.php +++ b/src/Core/KeyValueStorage/Capability/IManageKeyValuePairs.php @@ -1,6 +1,6 @@ 'Cymraeg', - 'uk' => 'Українська', - 'pt-PT' => 'Português', - 'zh-hant' => '繁體', - 'fa' => 'فارسی' - ]; - $langs = array_merge($additional_langs, $langs); - ksort($langs); - } } return $langs; } /** - * The language detection routine uses some slightly different language codes. - * This function changes the language array accordingly. + * Get language codes that are detectable by our language detection routines. + * Languages are excluded that aren't used often and that tend to false detections. + * The listed codes are a collection of both the official ISO 639-1 codes and + * the codes that are used by our built-in language detection routine. + * When the detection is done, the result only consists of the official ISO 639-1 codes. * - * @param array $languages * @return array */ - public function convertForLanguageDetection(array $languages): array + public function getDetectableLanguages(): array { - foreach ($languages as $key => $language) { - $newkey = $this->convertCodeForLanguageDetection($key); - if ($newkey != $key) { - if (!isset($languages[$newkey])) { - $languages[$newkey] = $language; - } - unset($languages[$key]); - } + $additional_langs = [ + 'af', 'az', 'az-Cyrl', 'az-Latn', 'be', 'bn', 'bs', 'bs-Cyrl', 'bs-Latn', + 'cy', 'da', 'el', 'el-monoton', 'el-polyton', 'en', 'eu', 'fa', 'fi', + 'ga', 'gl', 'gu', 'he', 'hi', 'hr', 'hy', 'id', 'in', 'iu', 'iw', 'jv', 'jw', + 'ka', 'km', 'ko', 'lt', 'lv', 'mo', 'ms', 'ms-Arab', 'ms-Latn', 'nb', 'nn', 'no', + 'pt', 'pt-PT', 'pt-BR', 'ro', 'sa', 'sk', 'sl', 'sq', 'sr', 'sr-Cyrl', 'sr-Latn', 'sw', + 'ta', 'th', 'tl', 'tr', 'ug', 'uk', 'uz', 'vi', 'zh', 'zh-Hant', 'zh-Hans', + ]; + + if (in_array('cld2', get_loaded_extensions())) { + $additional_langs = array_merge($additional_langs, + ['dv', 'kn', 'lo', 'ml', 'or', 'pa', 'sd', 'si', 'te', 'yi']); } - ksort($languages); + $langs = array_merge($additional_langs, array_keys($this->getAvailableLanguages())); + sort($langs); + return $langs; + } + + /** + * Return a list of supported languages with their two byte language codes. + * + * @param bool $international If set to true, additionally the international language name is returned as well. + * @return array + */ + public function getLanguageCodes(bool $international = false): array + { + $iso639 = new \Matriphe\ISO639\ISO639; + + $languages = []; + + foreach ($this->getDetectableLanguages() as $code) { + $code = $this->toISO6391($code); + $native = $iso639->nativeByCode1($code); + $language = $iso639->languageByCode1($code); + if ($native != $language && $international) { + $languages[$code] = $this->t('%s (%s)', $native, $language); + } else { + $languages[$code] = $native; + } + } return $languages; } /** - * The language detection routine uses some slightly different language codes. - * This function changes the language codes accordingly. + * Convert the language code to ISO639-1 + * It also converts old codes to their new counterparts. * - * @param string $language + * @param string $code * @return string */ - public function convertCodeForLanguageDetection(string $language): string + public function toISO6391(string $code): string { - switch ($language) { - case 'da-dk': - return 'da'; - case 'en-us': - case 'en-gb': - return 'en'; - case 'fi-fi': - return 'fi'; - case 'nb-no': - return 'nb'; - case 'pt-br': - return 'pt-BR'; - case 'zh-cn': - return 'zh-Hans'; - default: - return $language; + if ((strlen($code) > 2) && (substr($code, 2, 1) == '-')) { + $code = substr($code, 0, 2); } + if (in_array($code, ['nb', 'nn'])) { + $code = 'no'; + } + if ($code == 'in') { + $code = 'id'; + } + if ($code == 'iw') { + $code = 'he'; + } + if ($code == 'jw') { + $code = 'jv'; + } + if ($code == 'mo') { + $code = 'ro'; + } + return $code; } /** diff --git a/src/Core/Lock/Capability/ICanLock.php b/src/Core/Lock/Capability/ICanLock.php index 7671de82cd..21c1db2247 100644 --- a/src/Core/Lock/Capability/ICanLock.php +++ b/src/Core/Lock/Capability/ICanLock.php @@ -1,6 +1,6 @@ $trace[$i - 1]['line'] ?? null, 'function' => $trace[$i]['function'] ?? null, 'request-id' => $this->requestId, + 'stack' => System::callstack(15, 0, true, ['Friendica\Core\Logger\Type\StreamLogger', 'Friendica\Core\Logger\Type\AbstractLogger', 'Friendica\Core\Logger\Type\WorkerLogger', 'Friendica\Core\Logger']), ]; } diff --git a/src/Core/Logger/Util/LoggerSettingsCheck.php b/src/Core/Logger/Util/LoggerSettingsCheck.php index cb598d5f2d..429c39a2fe 100644 --- a/src/Core/Logger/Util/LoggerSettingsCheck.php +++ b/src/Core/Logger/Util/LoggerSettingsCheck.php @@ -1,6 +1,6 @@ logger->info('Executed "proc_open"', ['command' => $cmdline, 'callstack' => System::callstack(10)]); + $this->logger->info('Executed "proc_open"', ['command' => $cmdline]); } /** * Returns a string with a callstack. Can be used for logging. * - * @param integer $depth How many calls to include in the stacks after filtering - * @param int $offset How many calls to shave off the top of the stack, for example if - * this is called from a centralized method that isn't relevant to the callstack - * @param bool $full If enabled, the callstack is not compacted + * @param integer $depth How many calls to include in the stacks after filtering + * @param int $offset How many calls to shave off the top of the stack, for example if + * this is called from a centralized method that isn't relevant to the callstack + * @param bool $full If enabled, the callstack is not compacted + * @param array $exclude * @return string */ - public static function callstack(int $depth = 4, int $offset = 0, bool $full = false): string + public static function callstack(int $depth = 4, int $offset = 0, bool $full = false, array $exclude = []): string { $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); @@ -245,6 +248,10 @@ class System while ($func = array_pop($trace)) { if (!empty($func['class'])) { + if (in_array($func['class'], $exclude)) { + continue; + } + if (!$full && in_array($previous['function'], ['insert', 'fetch', 'toArray', 'exists', 'count', 'selectFirst', 'selectToArray', 'select', 'update', 'delete', 'selectFirstForUser', 'selectForUser']) && (substr($previous['class'], 0, 15) === 'Friendica\Model')) { @@ -274,32 +281,59 @@ class System return implode(', ', $callstack2); } + /** + * Display current response, including setting all headers + * + * @param ResponseInterface $response + */ + public static function echoResponse(ResponseInterface $response) + { + header(sprintf("HTTP/%s %s %s", + $response->getProtocolVersion(), + $response->getStatusCode(), + $response->getReasonPhrase()) + ); + + foreach ($response->getHeaders() as $key => $header) { + if (is_array($header)) { + $header_str = implode(',', $header); + } else { + $header_str = $header; + } + + if (is_int($key)) { + header($header_str); + } else { + header("$key: $header_str"); + } + } + + echo $response->getBody(); + } + /** * Generic XML return * Outputs a basic dfrn XML status structure to STDOUT, with a variable * of $st and an optional text of $message and terminates the current process. * - * @param $st + * @param mixed $status * @param string $message * @throws \Exception + * @deprecated since 2023.09 Use BaseModule->httpExit() instead */ - public static function xmlExit($st, $message = '') + public static function xmlExit($status, string $message = '') { - $result = ['status' => $st]; + $result = ['status' => $status]; if ($message != '') { $result['message'] = $message; } - if ($st) { - Logger::notice('xml_status returning non_zero: ' . $st . " message=" . $message); + if ($status) { + Logger::notice('xml_status returning non_zero: ' . $status . " message=" . $message); } - DI::apiResponse()->setType(Response::TYPE_XML); - DI::apiResponse()->addContent(XML::fromArray(['result' => $result])); - DI::page()->exit(DI::apiResponse()->generate()); - - self::exit(); + self::httpExit(XML::fromArray(['result' => $result]), Response::TYPE_XML); } /** @@ -309,40 +343,45 @@ class System * @param string $message Error message. Optional. * @param string $content Response body. Optional. * @throws \Exception + * @deprecated since 2023.09 Use BaseModule->httpError instead */ public static function httpError($httpCode, $message = '', $content = '') { if ($httpCode >= 400) { - Logger::debug('Exit with error', ['code' => $httpCode, 'message' => $message, 'callstack' => System::callstack(20), 'method' => DI::args()->getMethod(), 'agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); + Logger::debug('Exit with error', ['code' => $httpCode, 'message' => $message, 'method' => DI::args()->getMethod(), 'agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); } DI::apiResponse()->setStatus($httpCode, $message); - DI::apiResponse()->addContent($content); - DI::page()->exit(DI::apiResponse()->generate()); - self::exit(); + self::httpExit($content); } /** * This function adds the content and a content-type HTTP header to the output. * After finishing the process is getting killed. * - * @param string $content - * @param string $type + * @param string $content + * @param string $type * @param string|null $content_type * @return void + * @throws InternalServerErrorException + * @deprecated since 2023.09 Use BaseModule->httpExit() instead */ - public static function httpExit(string $content, string $type = Response::TYPE_HTML, ?string $content_type = null) { + public static function httpExit(string $content, string $type = Response::TYPE_HTML, ?string $content_type = null) + { DI::apiResponse()->setType($type, $content_type); DI::apiResponse()->addContent($content); - DI::page()->exit(DI::apiResponse()->generate()); + self::echoResponse(DI::apiResponse()->generate()); self::exit(); } + /** + * @deprecated since 2023.09 Use BaseModule->jsonError instead + */ public static function jsonError($httpCode, $content, $content_type = 'application/json') { if ($httpCode >= 400) { - Logger::debug('Exit with error', ['code' => $httpCode, 'content_type' => $content_type, 'callstack' => System::callstack(20), 'method' => DI::args()->getMethod(), 'agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); + Logger::debug('Exit with error', ['code' => $httpCode, 'content_type' => $content_type, 'method' => DI::args()->getMethod(), 'agent' => $_SERVER['HTTP_USER_AGENT'] ?? '']); } DI::apiResponse()->setStatus($httpCode); self::jsonExit($content, $content_type); @@ -358,14 +397,12 @@ class System * @param mixed $content The input content * @param string $content_type Type of the input (Default: 'application/json') * @param integer $options JSON options - * @throws \Friendica\Network\HTTPException\InternalServerErrorException + * @throws InternalServerErrorException + * @deprecated since 2023.09 Use BaseModule->jsonExit instead */ - public static function jsonExit($content, $content_type = 'application/json', int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) { - DI::apiResponse()->setType(Response::TYPE_JSON, $content_type); - DI::apiResponse()->addContent(json_encode($content, $options)); - DI::page()->exit(DI::apiResponse()->generate()); - - self::exit(); + public static function jsonExit($content, string $content_type = 'application/json', int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) + { + self::httpExit(json_encode($content, $options), Response::TYPE_JSON, $content_type); } /** @@ -487,7 +524,7 @@ class System public static function externalRedirect($url, $code = 302) { if (empty(parse_url($url, PHP_URL_SCHEME))) { - Logger::warning('No fully qualified URL provided', ['url' => $url, 'callstack' => self::callstack(20)]); + Logger::warning('No fully qualified URL provided', ['url' => $url]); DI::baseUrl()->redirect($url); } diff --git a/src/Core/Theme.php b/src/Core/Theme.php index 2f78dad4b5..eb8d5f8db0 100644 --- a/src/Core/Theme.php +++ b/src/Core/Theme.php @@ -1,6 +1,6 @@ self::$state, 'count' => $dbcount, 'stat' => $dbstat, 'write' => $dbwrite, 'lock' => $dblock, 'total' => $dbtotal, 'rest' => $rest, 'exec' => $exec]); + Logger::info('Performance:', ['function' => $funcname, 'state' => self::$state, 'count' => $dbcount, 'stat' => $dbstat, 'write' => $dbwrite, 'lock' => $dblock, 'total' => $dbtotal, 'rest' => $rest, 'exec' => $exec]); self::coolDown(); @@ -622,7 +622,7 @@ class Worker Logger::info('Longer than 2 minutes.', ['priority' => $queue['priority'], 'id' => $queue['id'], 'duration' => round($duration/60, 3)]); } - Logger::info('Process done.', ['priority' => $queue['priority'], 'id' => $queue['id'], 'duration' => round($duration, 3)]); + Logger::info('Process done.', ['function' => $funcname, 'priority' => $queue['priority'], 'retrial' => $queue['retrial'], 'id' => $queue['id'], 'duration' => round($duration, 3)]); DI::profiler()->saveLog(DI::logger(), 'ID ' . $queue['id'] . ': ' . $funcname); } @@ -1276,7 +1276,7 @@ class Worker $added = 0; if (!is_int($priority) || !in_array($priority, self::PRIORITIES)) { - Logger::warning('Invalid priority', ['priority' => $priority, 'command' => $command, 'callstack' => System::callstack(20)]); + Logger::warning('Invalid priority', ['priority' => $priority, 'command' => $command]); $priority = self::PRIORITY_MEDIUM; } @@ -1379,10 +1379,11 @@ class Worker /** * Defers the current worker entry * + * @param int $worker_defer_limit Maximum defer limit * @return boolean had the entry been deferred? * @throws \Exception */ - public static function defer(): bool + public static function defer(int $worker_defer_limit = 0): bool { $queue = DI::app()->getQueue(); @@ -1395,6 +1396,10 @@ class Worker $max_level = DI::config()->get('system', 'worker_defer_limit'); + if ($worker_defer_limit) { + $max_level = min($worker_defer_limit, $max_level); + } + $new_retrial = self::getNextRetrial($queue, $max_level); if ($new_retrial > $max_level) { diff --git a/src/Core/Worker/Cron.php b/src/Core/Worker/Cron.php index dcb9fd3ab4..2229de7668 100644 --- a/src/Core/Worker/Cron.php +++ b/src/Core/Worker/Cron.php @@ -1,6 +1,6 @@ create(Content\Conversation\Factory\Timeline::class); } + /** + * @return Content\Conversation\Factory\Community + */ + public static function CommunityFactory() + { + return self::$dice->create(Content\Conversation\Factory\Community::class); + } + + /** + * @return Content\Conversation\Factory\Channel + */ + public static function ChannelFactory() + { + return self::$dice->create(Content\Conversation\Factory\Channel::class); + } + + public static function userDefinedChannel(): Content\Conversation\Repository\UserDefinedChannel + { + return self::$dice->create(Content\Conversation\Repository\UserDefinedChannel::class); + } + + /** + * @return Content\Conversation\Factory\Network + */ + public static function NetworkFactory() + { + return self::$dice->create(Content\Conversation\Factory\Network::class); + } + /** * @return Contact\Introduction\Repository\Introduction */ @@ -731,4 +760,9 @@ abstract class DI { return self::$dice->create(Util\Emailer::class); } + + public static function postMediaRepository(): Content\Post\Repository\PostMedia + { + return self::$dice->create(Content\Post\Repository\PostMedia::class); + } } diff --git a/src/Database/DBA.php b/src/Database/DBA.php index 0c0fd0f80d..d3ccca101f 100644 --- a/src/Database/DBA.php +++ b/src/Database/DBA.php @@ -1,6 +1,6 @@ 0)) { // Question: Should we continue or stop the query here? - $this->logger->warning('Query parameters mismatch.', ['query' => $sql, 'args' => $args, 'callstack' => System::callstack()]); + $this->logger->warning('Query parameters mismatch.', ['query' => $sql, 'args' => $args]); } $sql = DBA::cleanQuery($sql); @@ -702,7 +702,6 @@ class Database $this->logger->error('DB Error', [ 'code' => $errorno, 'error' => $error, - 'callstack' => System::callstack(8), 'params' => $this->replaceParameters($sql, $args), ]); @@ -810,7 +809,6 @@ class Database $this->logger->error('DB Error', [ 'code' => $errorno, 'error' => $error, - 'callstack' => System::callstack(8), 'params' => $this->replaceParameters($sql, $params), ]); @@ -1292,7 +1290,7 @@ class Database $condition_string = DBA::buildCondition($conditions); $sql = "DELETE FROM " . $table_string . " " . $condition_string; - $this->logger->debug($this->replaceParameters($sql, $conditions), ['callstack' => System::callstack(6)]); + $this->logger->debug($this->replaceParameters($sql, $conditions)); return $this->e($sql, $conditions); } diff --git a/src/Database/DatabaseException.php b/src/Database/DatabaseException.php index 8c99b9a7ef..70db777388 100644 --- a/src/Database/DatabaseException.php +++ b/src/Database/DatabaseException.php @@ -1,6 +1,6 @@ get('post_update_version') >= 1544) { + return true; + } + + $id = (int)(DI::keyValue()->get('post_update_version_1544_id') ?? 0); + if ($id == 0) { + $post = Post::selectFirstPost(['uri-id'], [], ['order' => ['uri-id' => true]]); + $id = (int)($post['uri-id'] ?? 0); + } + + Logger::info('Start', ['uri-id' => $id]); + + $rows = 0; + + $posts = Post::selectPosts(['uri-id', 'parent-uri-id'], ["`uri-id` < ? AND `gravity` IN (?, ?)", $id, Item::GRAVITY_COMMENT, Item::GRAVITY_PARENT], ['order' => ['uri-id' => true], 'limit' => 1000]); + + if (DBA::errorNo() != 0) { + Logger::error('Database error', ['no' => DBA::errorNo(), 'message' => DBA::errorMessage()]); + return false; + } + + while ($post = Post::fetch($posts)) { + $id = $post['uri-id']; + Counts::updateForPost($post['uri-id'], $post['parent-uri-id']); + ++$rows; + } + DBA::close($posts); + + DI::keyValue()->set('post_update_version_1544_id', $id); + + Logger::info('Processed', ['rows' => $rows, 'last' => $id]); + + if ($rows <= 100) { + DI::keyValue()->set('post_update_version', 1544); + Logger::info('Done'); + return true; + } + + return false; + } } diff --git a/src/Database/View.php b/src/Database/View.php index 9fe44bd759..738c57b889 100644 --- a/src/Database/View.php +++ b/src/Database/View.php @@ -1,6 +1,6 @@ image mappings. + * * @param array $smilies * * @return Emojis */ - public function createCollectionFromSmilies(array $smilies): Emojis + public function createCollectionFromArray(array $smilies): Emojis { $prototype = null; $emojis = []; - foreach ($smilies['texts'] as $key => $shortcode) { - if (preg_match('/src="(.+?)"/', $smilies['icons'][$key], $matches)) { - $url = $matches[1]; + foreach ($smilies as $shortcode => $url) { + if ($shortcode !== '' && $url !== '') { + $shortcode = trim($shortcode, ':'); if ($prototype === null) { $prototype = $this->create($shortcode, $url); @@ -52,9 +54,27 @@ class Emoji extends BaseFactory } else { $emojis[] = \Friendica\Object\Api\Mastodon\Emoji::createFromPrototype($prototype, $shortcode, $url); } - }; + } } return new Emojis($emojis); } + + /** + * @param array $smilies as is returned by Smilies::getList() + * + * @return Emojis + */ + public function createCollectionFromSmilies(array $smilies): Emojis + { + $emojis = []; + $icons = $smilies['icons']; + foreach ($smilies['texts'] as $i => $name) { + $url = $icons[$i]; + if (preg_match('/src="(.+?)"/', $url, $matches)) { + $emojis[$name] = $matches[1]; + } + } + return self::createCollectionFromArray($emojis); + } } diff --git a/src/Factory/Api/Mastodon/Error.php b/src/Factory/Api/Mastodon/Error.php index 32ca03a62a..aaf71c27f3 100644 --- a/src/Factory/Api/Mastodon/Error.php +++ b/src/Factory/Api/Mastodon/Error.php @@ -1,6 +1,6 @@ args = $args; - $this->server = $server; $this->l10n = $l10n; } - private function logError(int $errorno, string $error) - { - $this->logger->info('API Error', ['no' => $errorno, 'error' => $error, 'method' => $this->args->getMethod(), 'command' => $this->args->getQueryString(), 'user-agent' => $this->server['HTTP_USER_AGENT'] ?? '']); - } - - public function RecordNotFound() + public function RecordNotFound(): \Friendica\Object\Api\Mastodon\Error { $error = $this->l10n->t('Record not found'); $error_description = ''; - $errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - - $this->logError(404, $error); - System::jsonError(404, $errorObj->toArray()); + return new \Friendica\Object\Api\Mastodon\Error($error, $error_description); } - public function UnprocessableEntity(string $error = '') + public function UnprocessableEntity(string $error = ''): \Friendica\Object\Api\Mastodon\Error { $error = $error ?: $this->l10n->t('Unprocessable Entity'); $error_description = ''; - $errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - - $this->logError(422, $error); - System::jsonError(422, $errorObj->toArray()); + return new \Friendica\Object\Api\Mastodon\Error($error, $error_description); } - public function Unauthorized(string $error = '', string $error_description = '') + public function Unauthorized(string $error = '', string $error_description = ''): \Friendica\Object\Api\Mastodon\Error { $error = $error ?: $this->l10n->t('Unauthorized'); - $errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - - $this->logError(401, $error); - System::jsonError(401, $errorObj->toArray()); + return new \Friendica\Object\Api\Mastodon\Error($error, $error_description); } - public function Forbidden(string $error = '') + public function Forbidden(string $error = ''): \Friendica\Object\Api\Mastodon\Error { $error = $error ?: $this->l10n->t('Token is not authorized with a valid user or is missing a required scope'); $error_description = ''; - $errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - - $this->logError(403, $error); - System::jsonError(403, $errorObj->toArray()); + return new \Friendica\Object\Api\Mastodon\Error($error, $error_description); } - public function InternalError(string $error = '') + public function InternalError(string $error = ''): \Friendica\Object\Api\Mastodon\Error { $error = $error ?: $this->l10n->t('Internal Server Error'); $error_description = ''; - $errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - - $this->logError(500, $error); - System::jsonError(500, $errorObj->toArray()); + return new \Friendica\Object\Api\Mastodon\Error($error, $error_description); } } diff --git a/src/Factory/Api/Mastodon/Field.php b/src/Factory/Api/Mastodon/Field.php index e4fe203057..59bd8aeafe 100644 --- a/src/Factory/Api/Mastodon/Field.php +++ b/src/Factory/Api/Mastodon/Field.php @@ -1,6 +1,6 @@ mstdnTagFactory = $mstdnTagFactory; $this->mstdnCardFactory = $mstdnCardFactory; $this->mstdnAttachmentFactory = $mstdnAttachmentFactory; + $this->mstdnEmojiFactory = $mstdnEmojiFactory; $this->mstdnErrorFactory = $mstdnErrorFactory; $this->mstdnPollFactory = $mstdnPollFactory; $this->contentItem = $contentItem; @@ -283,6 +288,21 @@ class Status extends BaseFactory } } + $emojis = null; + if (DI::baseUrl()->isLocalUrl($item['uri'])) { + $used_smilies = Smilies::extractUsedSmilies($item['raw-body'] ?: $item['body'], $normalized); + if ($item['raw-body']) { + $item['raw-body'] = $normalized; + } elseif ($item['body']) { + $item['body'] = $normalized; + } + $emojis = $this->mstdnEmojiFactory->createCollectionFromArray($used_smilies)->getArrayCopy(true); + } else { + if (preg_match_all("(\[emoji=(.*?)](.*?)\[/emoji])ism", $item['body'] ?: $item['raw-body'], $matches)) { + $emojis = $this->mstdnEmojiFactory->createCollectionFromArray(array_combine($matches[2], $matches[1]))->getArrayCopy(true); + } + } + if ($is_reshare) { try { $reshare = $this->createFromUriId($uriId, $uid, $display_quote, false, false)->toArray(); @@ -309,7 +329,7 @@ class Status extends BaseFactory $visibility_data = $uid != $item['uid'] ? null : new FriendicaVisibility($this->aclFormatter->expand($item['allow_cid']), $this->aclFormatter->expand($item['deny_cid']), $this->aclFormatter->expand($item['allow_gid']), $this->aclFormatter->expand($item['deny_gid'])); $friendica = new FriendicaExtension($item['title'] ?? '', $item['changed'], $item['commented'], $item['received'], $counts->dislikes, $origin_dislike, $delivery_data, $visibility_data); - return new \Friendica\Object\Api\Mastodon\Status($item, $account, $counts, $userAttributes, $sensitive, $application, $mentions, $tags, $card, $attachments, $in_reply, $reshare, $friendica, $quote, $poll); + return new \Friendica\Object\Api\Mastodon\Status($item, $account, $counts, $userAttributes, $sensitive, $application, $mentions, $tags, $card, $attachments, $in_reply, $reshare, $friendica, $quote, $poll, $emojis); } /** @@ -359,7 +379,7 @@ class Status extends BaseFactory { $item = ActivityPub\Transmitter::getItemArrayFromMail($id, true); if (empty($item)) { - $this->mstdnErrorFactory->RecordNotFound(); + throw new HTTPException\NotFoundException('Mail record not found with id: ' . $id); } $account = $this->mstdnAccountFactory->createFromContactId($item['author-id']); diff --git a/src/Factory/Api/Mastodon/StatusSource.php b/src/Factory/Api/Mastodon/StatusSource.php index 170b66e1b0..9ef6b6bf0a 100644 --- a/src/Factory/Api/Mastodon/StatusSource.php +++ b/src/Factory/Api/Mastodon/StatusSource.php @@ -1,6 +1,6 @@ get($cachekey); if (!is_null($result)) { - Logger::info('Multiple requests for the address', ['url' => $url, 'update' => $update, 'callstack' => System::callstack(20), 'result' => $result]); + Logger::info('Multiple requests for the address', ['url' => $url, 'update' => $update, 'result' => $result]); if (!empty($fetched_contact)) { return $fetched_contact; } @@ -197,7 +200,7 @@ class APContact $curlResult = HTTPSignature::fetchRaw($url); $failed = empty($curlResult) || empty($curlResult->getBody()) || (!$curlResult->isSuccess() && ($curlResult->getReturnCode() != 410)); - + if (!$failed) { $data = json_decode($curlResult->getBody(), true); $failed = empty($data) || !is_array($data); @@ -325,7 +328,7 @@ class APContact if (!empty($local_owner)) { $following = ActivityPub\Transmitter::getContacts($local_owner, [Contact::SHARING, Contact::FRIEND], 'following'); } else { - $following = ActivityPub::fetchContent($apcontact['following']); + $following = HTTPSignature::fetch($apcontact['following']); } if (!empty($following['totalItems'])) { // Mastodon seriously allows for this condition? @@ -341,7 +344,7 @@ class APContact if (!empty($local_owner)) { $followers = ActivityPub\Transmitter::getContacts($local_owner, [Contact::FOLLOWER, Contact::FRIEND], 'followers'); } else { - $followers = ActivityPub::fetchContent($apcontact['followers']); + $followers = HTTPSignature::fetch($apcontact['followers']); } if (!empty($followers['totalItems'])) { // Mastodon seriously allows for this condition? @@ -357,7 +360,7 @@ class APContact if (!empty($local_owner)) { $statuses_count = self::getStatusesCount($local_owner); } else { - $outbox = ActivityPub::fetchContent($apcontact['outbox']); + $outbox = HTTPSignature::fetch($apcontact['outbox']); $statuses_count = $outbox['totalItems'] ?? 0; } if (!empty($statuses_count)) { @@ -382,18 +385,18 @@ class APContact } // When the photo is too large, try to shorten it by removing parts - if (strlen($apcontact['photo'] ?? '') > 255) { + if (strlen($apcontact['photo'] ?? '') > 383) { $parts = parse_url($apcontact['photo']); unset($parts['fragment']); - $apcontact['photo'] = (string)Uri::fromParts($parts); + $apcontact['photo'] = (string)Uri::fromParts((array)$parts); - if (strlen($apcontact['photo']) > 255) { + if (strlen($apcontact['photo']) > 383) { unset($parts['query']); - $apcontact['photo'] = (string)Uri::fromParts($parts); + $apcontact['photo'] = (string)Uri::fromParts((array)$parts); } - if (strlen($apcontact['photo']) > 255) { - $apcontact['photo'] = substr($apcontact['photo'], 0, 255); + if (strlen($apcontact['photo']) > 383) { + $apcontact['photo'] = substr($apcontact['photo'], 0, 383); } } @@ -584,23 +587,20 @@ class APContact */ public static function isRelay(array $apcontact): bool { - if (in_array($apcontact['type'], ['Person', 'Organization'])) { + if (!in_array($apcontact['type'] ?? '', ['Application', 'Group', 'Service'])) { return false; } - if (($apcontact['type'] == 'Service') && empty($apcontact['outbox']) && empty($apcontact['sharedinbox']) && empty($apcontact['following']) && empty($apcontact['followers']) && empty($apcontact['statuses_count'])) { + $path = parse_url($apcontact['url'], PHP_URL_PATH); + if (($apcontact['type'] == 'Group') && !empty($apcontact['followers']) && ($apcontact['nick'] == 'relay') && ($path == '/actor')) { return true; } - if (empty($apcontact['nick']) || $apcontact['nick'] != 'relay') { - return false; - } - - if (!empty($apcontact['type']) && $apcontact['type'] == 'Application') { + if (in_array($apcontact['type'], ['Application', 'Service']) && empty($apcontact['following']) && empty($apcontact['followers'])) { return true; } - if (!empty($apcontact['type']) && in_array($apcontact['type'], ['Group', 'Service']) && is_null($apcontact['outbox'])) { + if (($apcontact['type'] == 'Application') && ($apcontact['nick'] == 'relay') && in_array($path, ['/actor', '/relay'])) { return true; } diff --git a/src/Model/APContact/Endpoint.php b/src/Model/APContact/Endpoint.php index ea20c9e0f9..7133a8e7d5 100644 --- a/src/Model/APContact/Endpoint.php +++ b/src/Model/APContact/Endpoint.php @@ -1,6 +1,6 @@ circle id * 'name' => circle name * 'count' => counted unseen circle items * @throws \Exception */ - public static function countUnseen() + public static function countUnseen(int $uid) { $stmt = DBA::p("SELECT `circle`.`id`, `circle`.`name`, - (SELECT COUNT(*) FROM `post-user-view` + (SELECT COUNT(*) FROM `post-user` WHERE `uid` = ? AND `unseen` AND `contact-id` IN @@ -188,8 +189,8 @@ class Circle ) AS `count` FROM `group` AS `circle` WHERE `circle`.`uid` = ?;", - DI::userSession()->getLocalUserId(), - DI::userSession()->getLocalUserId() + $uid, + $uid ); return DBA::toArray($stmt); @@ -427,7 +428,7 @@ class Circle 'uid' => $uid, 'rel' => [Contact::FOLLOWER, Contact::FRIEND], 'network' => $networks, - 'contact-type' => [Contact::TYPE_UNKNOWN, Contact::TYPE_PERSON], + 'contact-type' => [Contact::TYPE_UNKNOWN, Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION], 'archive' => false, 'pending' => false, 'blocked' => false, diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 243b48ad1d..8b9ed8c1ea 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1,6 +1,6 @@ $contact, 'callstack' => System::callstack(20)]); + Logger::info('Empty contact', ['contact' => $contact]); } Logger::info('Contact is marked for archival', ['id' => $contact['id'], 'term-date' => $contact['term-date']]); @@ -1177,6 +1177,7 @@ class Contact } $pm_url = ''; + $mention_url = ''; $status_link = ''; $photos_link = ''; @@ -1198,7 +1199,18 @@ class Contact } $contact_url = 'contact/' . $contact['id']; - $posts_link = 'contact/' . $contact['id'] . '/conversations'; + + if ($contact['contact-type'] == Contact::TYPE_COMMUNITY) { + $mention_label = DI::l10n()->t('Post to group'); + $mention_url = 'compose/0?body=!' . $contact['addr']; + $network_label = DI::l10n()->t('View group'); + $network_url = 'network/group/' . $contact['id']; + } else { + $mention_label = DI::l10n()->t('Mention'); + $mention_url = 'compose/0?body=@' . $contact['addr']; + $network_label = DI::l10n()->t('Network Posts'); + $network_url = 'contact/' . $contact['id'] . '/conversations'; + } $follow_link = ''; $unfollow_link = ''; @@ -1214,24 +1226,28 @@ class Contact * Menu array: * "name" => [ "Label", "link", (bool)Should the link opened in a new tab? ] */ + + if (empty($contact['uid'])) { $menu = [ 'profile' => [DI::l10n()->t('View Profile'), $profile_link, true], - 'network' => [DI::l10n()->t('Network Posts'), $posts_link, false], + 'network' => [$network_label, $network_url, false], 'edit' => [DI::l10n()->t('View Contact'), $contact_url, false], 'follow' => [DI::l10n()->t('Connect/Follow'), $follow_link, true], 'unfollow' => [DI::l10n()->t('Unfollow'), $unfollow_link, true], + 'mention' => [$mention_label, $mention_url, false], ]; } else { $menu = [ 'status' => [DI::l10n()->t('View Status'), $status_link, true], 'profile' => [DI::l10n()->t('View Profile'), $profile_link, true], 'photos' => [DI::l10n()->t('View Photos'), $photos_link, true], - 'network' => [DI::l10n()->t('Network Posts'), $posts_link, false], + 'network' => [$network_label, $network_url, false], 'edit' => [DI::l10n()->t('View Contact'), $contact_url, false], 'pm' => [DI::l10n()->t('Send PM'), $pm_url, false], 'follow' => [DI::l10n()->t('Connect/Follow'), $follow_link, true], 'unfollow' => [DI::l10n()->t('Unfollow'), $unfollow_link, true], + 'mention' => [$mention_label, $mention_url, false], ]; if (!empty($contact['pending'])) { @@ -1350,7 +1366,7 @@ class Contact } if (DBA::isResult($personal_contact)) { - Logger::info('Take contact data from personal contact', ['url' => $url, 'update' => $update, 'contact' => $personal_contact, 'callstack' => System::callstack(20)]); + Logger::info('Take contact data from personal contact', ['url' => $url, 'update' => $update, 'contact' => $personal_contact]); $data = $personal_contact; $data['photo'] = $personal_contact['avatar']; $data['account-type'] = $personal_contact['contact-type']; @@ -1362,7 +1378,7 @@ class Contact } if (empty($data['network']) || ($data['network'] == Protocol::PHANTOM)) { - Logger::notice('No valid network found', ['url' => $url, 'uid' => $uid, 'default' => $default, 'update' => $update, 'callstack' => System::callstack(20)]); + Logger::notice('No valid network found', ['url' => $url, 'uid' => $uid, 'default' => $default, 'update' => $update]); return 0; } @@ -1550,23 +1566,20 @@ class Contact * @return string posts in HTML * @throws \Exception */ - public static function getPostsFromUrl(string $contact_url, bool $thread_mode = false, int $update = 0, int $parent = 0, bool $only_media = false): string + public static function getPostsFromUrl(string $contact_url, int $uid, bool $only_media = false): string { - return self::getPostsFromId(self::getIdForURL($contact_url), $thread_mode, $update, $parent, $only_media); + return self::getPostsFromId(self::getIdForURL($contact_url), $uid, $only_media); } /** * Returns posts from a given contact id * * @param int $cid Contact ID - * @param bool $thread_mode - * @param int $update Update mode - * @param int $parent Item parent ID for the update mode * @param bool $only_media Only display media content * @return string posts in HTML * @throws \Exception */ - public static function getPostsFromId(int $cid, bool $thread_mode = false, int $update = 0, int $parent = 0, bool $only_media = false): string + public static function getPostsFromId(int $cid, int $uid, bool $only_media = false, string $last_created = null): string { $contact = DBA::selectFirst('contact', ['contact-type', 'network'], ['id' => $cid]); if (!DBA::isResult($contact)) { @@ -1574,32 +1587,17 @@ class Contact } if (empty($contact["network"]) || in_array($contact["network"], Protocol::FEDERATED)) { - $sql = "(`uid` = 0 OR (`uid` = ? AND NOT `global`))"; + $condition = ["(`uid` = 0 OR (`uid` = ? AND NOT `global`))", $uid]; } else { - $sql = "`uid` = ?"; + $condition = ["`uid` = ?", $uid]; } $contact_field = ((($contact["contact-type"] == self::TYPE_COMMUNITY) || ($contact['network'] == Protocol::MAIL)) ? 'owner-id' : 'author-id'); - if ($thread_mode) { - $condition = [ - "((`$contact_field` = ? AND `gravity` = ?) OR (`author-id` = ? AND `gravity` = ? AND `vid` = ? AND `protocol` != ? AND `thr-parent-id` = `parent-uri-id`)) AND " . $sql, - $cid, Item::GRAVITY_PARENT, $cid, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA, DI::userSession()->getLocalUserId() - ]; - } else { - $condition = [ - "`$contact_field` = ? AND `gravity` IN (?, ?) AND " . $sql, - $cid, Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT, DI::userSession()->getLocalUserId() - ]; - } + $condition = DBA::mergeConditions($condition, ["`$contact_field` = ? AND `gravity` IN (?, ?)", $cid, Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT]); - if (!empty($parent)) { - $condition = DBA::mergeConditions($condition, ['parent' => $parent]); - } else { - $last_received = isset($_GET['last_received']) ? DateTimeFormat::utc($_GET['last_received']) : ''; - if (!empty($last_received)) { - $condition = DBA::mergeConditions($condition, ["`received` < ?", $last_received]); - } + if (!empty($last_created)) { + $condition = DBA::mergeConditions($condition, ["`created` < ?", $last_created]); } if ($only_media) { @@ -1610,66 +1608,108 @@ class Contact } if (DI::mode()->isMobile()) { - $itemsPerPage = DI::pConfig()->get( - DI::userSession()->getLocalUserId(), - 'system', - 'itemspage_mobile_network', - DI::config()->get('system', 'itemspage_network_mobile') - ); + $itemsPerPage = DI::pConfig()->get($uid, 'system', 'itemspage_mobile_network', DI::config()->get('system', 'itemspage_network_mobile')); } else { - $itemsPerPage = DI::pConfig()->get( - DI::userSession()->getLocalUserId(), - 'system', - 'itemspage_network', - DI::config()->get('system', 'itemspage_network') - ); + $itemsPerPage = DI::pConfig()->get($uid, 'system', 'itemspage_network', DI::config()->get('system', 'itemspage_network')); } $pager = new Pager(DI::l10n(), DI::args()->getQueryString(), $itemsPerPage); - $params = ['order' => ['received' => true], 'limit' => [$pager->getStart(), $pager->getItemsPerPage()]]; + $params = ['order' => ['created' => true], 'limit' => [$pager->getStart(), $pager->getItemsPerPage()]]; - if (DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'infinite_scroll')) { + if (DI::pConfig()->get($uid, 'system', 'infinite_scroll')) { $tpl = Renderer::getMarkupTemplate('infinite_scroll_head.tpl'); $o = Renderer::replaceMacros($tpl, ['$reload_uri' => DI::args()->getQueryString()]); } else { $o = ''; } - if ($thread_mode) { - $fields = ['uri-id', 'thr-parent-id', 'gravity', 'author-id', 'commented']; - $items = Post::toArray(Post::selectForUser(DI::userSession()->getLocalUserId(), $fields, $condition, $params)); + $fields = array_merge(Item::DISPLAY_FIELDLIST, ['featured']); + $items = Post::toArray(Post::selectForUser($uid, $fields, $condition, $params)); - if ($pager->getStart() == 0) { - $cdata = self::getPublicAndUserContactID($cid, DI::userSession()->getLocalUserId()); - if (!empty($cdata['public'])) { - $pinned = Post\Collection::selectToArrayForContact($cdata['public'], Post\Collection::FEATURED, $fields); - $items = array_merge($items, $pinned); - } - } + $o .= DI::conversation()->render($items, ConversationContent::MODE_CONTACT_POSTS); - $o .= DI::conversation()->render($items, ConversationContent::MODE_CONTACTS, $update, false, 'pinned_commented', DI::userSession()->getLocalUserId()); + if (DI::pConfig()->get($uid, 'system', 'infinite_scroll')) { + $o .= HTML::scrollLoader(); } else { - $fields = array_merge(Item::DISPLAY_FIELDLIST, ['featured']); - $items = Post::toArray(Post::selectForUser(DI::userSession()->getLocalUserId(), $fields, $condition, $params)); - - if ($pager->getStart() == 0) { - $cdata = self::getPublicAndUserContactID($cid, DI::userSession()->getLocalUserId()); - if (!empty($cdata['public'])) { - $condition = [ - "`uri-id` IN (SELECT `uri-id` FROM `collection-view` WHERE `cid` = ? AND `type` = ?)", - $cdata['public'], Post\Collection::FEATURED - ]; - $pinned = Post::toArray(Post::selectForUser(DI::userSession()->getLocalUserId(), $fields, $condition, $params)); - $items = array_merge($pinned, $items); - } - } - - $o .= DI::conversation()->render($items, ConversationContent::MODE_CONTACT_POSTS, $update); + $o .= $pager->renderMinimal(count($items)); } + return $o; + } + + /** + * Returns threads from a given contact id + * + * @param int $cid Contact ID + * @param int $update Update mode + * @param int $parent Item parent ID for the update mode + * @return string posts in HTML + * @throws \Exception + */ + public static function getThreadsFromId(int $cid, int $uid, int $update = 0, int $parent = 0, string $last_created = ''): string + { + $contact = DBA::selectFirst('contact', ['contact-type', 'network'], ['id' => $cid]); + if (!DBA::isResult($contact)) { + return ''; + } + + if (empty($contact["network"]) || in_array($contact["network"], Protocol::FEDERATED)) { + $condition = ["(`uid` = 0 OR (`uid` = ? AND NOT `global`))", $uid]; + } else { + $condition = ["`uid` = ?", $uid]; + } + + if (!empty($parent)) { + $condition = DBA::mergeConditions($condition, ['parent' => $parent]); + } elseif (!empty($last_created)) { + $condition = DBA::mergeConditions($condition, ["`created` < ?", $last_created]); + } + + $contact_field = ((($contact["contact-type"] == self::TYPE_COMMUNITY) || ($contact['network'] == Protocol::MAIL)) ? 'owner-id' : 'author-id'); + + if (DI::mode()->isMobile()) { + $itemsPerPage = DI::pConfig()->get($uid, 'system', 'itemspage_mobile_network', DI::config()->get('system', 'itemspage_network_mobile')); + } else { + $itemsPerPage = DI::pConfig()->get($uid, 'system', 'itemspage_network', DI::config()->get('system', 'itemspage_network')); + } + + $pager = new Pager(DI::l10n(), DI::args()->getQueryString(), $itemsPerPage); + + if (DI::pConfig()->get($uid, 'system', 'infinite_scroll')) { + $tpl = Renderer::getMarkupTemplate('infinite_scroll_head.tpl'); + $o = Renderer::replaceMacros($tpl, ['$reload_uri' => DI::args()->getQueryString()]); + } else { + $o = ''; + } + + $condition1 = DBA::mergeConditions($condition, ["`$contact_field` = ? AND `gravity` = ?", $cid, Item::GRAVITY_PARENT]); + + $condition2 = DBA::mergeConditions($condition, [ + "`author-id` = ? AND `gravity` = ? AND `vid` = ? AND `protocol` != ? AND `thr-parent-id` = `parent-uri-id`", + $cid, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA + ]); + + $sql1 = "SELECT `uri-id`, `created` FROM `post-thread-user-view` WHERE " . array_shift($condition1); + $sql2 = "SELECT `thr-parent-id` AS `uri-id`, `created` FROM `post-user-view` WHERE " . array_shift($condition2); + + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " UNION " . $sql2; + + $sql .= " ORDER BY `created` DESC LIMIT ?, ?"; + $union = array_merge($union, [$pager->getStart(), $pager->getItemsPerPage()]); + $items = Post::toArray(DBA::p($sql, $union)); + + if (empty($last_created) && ($pager->getStart() == 0)) { + $fields = ['uri-id', 'thr-parent-id', 'gravity', 'author-id', 'created']; + $pinned = Post\Collection::selectToArrayForContact($cid, Post\Collection::FEATURED, $fields); + $items = array_merge($items, $pinned); + } + + $o .= DI::conversation()->render($items, ConversationContent::MODE_CONTACTS, $update, false, 'pinned_created', $uid); + if (!$update) { - if (DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'infinite_scroll')) { + if (DI::pConfig()->get($uid, 'system', 'infinite_scroll')) { $o .= HTML::scrollLoader(); } else { $o .= $pager->renderMinimal(count($items)); @@ -2560,7 +2600,7 @@ class Contact Worker::add(Worker::PRIORITY_HIGH, 'MergeContact', $first, $duplicate['id'], $uid); } DBA::close($duplicates); - Logger::info('Duplicates handled', ['uid' => $uid, 'nurl' => $nurl, 'callstack' => System::callstack(20)]); + Logger::info('Duplicates handled', ['uid' => $uid, 'nurl' => $nurl]); return true; } @@ -2583,7 +2623,7 @@ class Contact $stamp = (float)microtime(true); self::updateFromProbe($id); - Logger::debug('Contact data is updated.', ['duration' => round((float)microtime(true) - $stamp, 3), 'id' => $id, 'url' => $contact['url'], 'callstack' => System::callstack(20)]); + Logger::debug('Contact data is updated.', ['duration' => round((float)microtime(true) - $stamp, 3), 'id' => $id, 'url' => $contact['url']]); return true; } @@ -2823,7 +2863,7 @@ class Contact } $ret['last-item'] = Probe::getLastUpdate($ret); - Logger::info('Fetched last item', ['id' => $id, 'probed_url' => $ret['url'], 'last-item' => $ret['last-item'], 'callstack' => System::callstack(20)]); + Logger::info('Fetched last item', ['id' => $id, 'probed_url' => $ret['url'], 'last-item' => $ret['last-item']]); } $update = false; @@ -3354,7 +3394,7 @@ class Contact } elseif (!empty($contact['id'])) { self::remove($contact['id']); } else { - DI::logger()->info('Couldn\'t remove follower because of invalid contact array', ['contact' => $contact, 'callstack' => System::callstack()]); + DI::logger()->info('Couldn\'t remove follower because of invalid contact array', ['contact' => $contact]); return; } @@ -3613,7 +3653,7 @@ class Contact ]; if (!$show_blocked) { - $condition['server-blocked'] = true; + $condition['server-blocked'] = false; } if ($uid == 0) { diff --git a/src/Model/Contact/Circle.php b/src/Model/Contact/Circle.php index 7cd18acbb1..4b32ce8a51 100644 --- a/src/Model/Contact/Circle.php +++ b/src/Model/Contact/Circle.php @@ -1,6 +1,6 @@ count('contact', $condition); + $result = DBA::fetchFirst($sql, $condition); + return $result['total'] ?? 0; } /** @@ -497,20 +496,18 @@ class Relation * @param array $condition Additional condition on the contact table * @param int $count * @param int $offset - * @param bool $shuffle * @return array * @throws Exception */ - public static function listFollows(int $cid, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false) + public static function listFollows(int $cid, array $condition = [], int $count = 30, int $offset = 0) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`)', - $cid] - ); - - return DI::dba()->selectToArray('contact', [], $condition, - ['limit' => [$offset, $count], 'order' => [$shuffle ? 'RAND()' : 'name']] - ); + $condition = DBA::mergeConditions($condition, ["`cid` = ? and `follows`", $cid]); + $sql = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `relation-cid` WHERE " . array_shift($condition); + if ($count > 0) { + $sql .= " LIMIT ?, ?"; + $condition = array_merge($condition, [$offset, $count]); + } + return DBA::toArray(DBA::p($sql, $condition)); } /** @@ -523,12 +520,11 @@ class Relation */ public static function countFollowers(int $cid, array $condition = []) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`)', - $cid] - ); + $condition = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql = "SELECT COUNT(*) AS `total` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition); - return DI::dba()->count('contact', $condition); + $result = DBA::fetchFirst($sql, $condition); + return $result['total'] ?? 0; } /** @@ -538,19 +534,18 @@ class Relation * @param array $condition Additional condition on the contact table * @param int $count * @param int $offset - * @param bool $shuffle * @return array * @throws Exception */ - public static function listFollowers(int $cid, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false) + public static function listFollowers(int $cid, array $condition = [], int $count = 30, int $offset = 0) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`)', $cid] - ); - - return DI::dba()->selectToArray('contact', [], $condition, - ['limit' => [$offset, $count], 'order' => [$shuffle ? 'RAND()' : 'name']] - ); + $condition = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition); + if ($count > 0) { + $sql .= " LIMIT ?, ?"; + $condition = array_merge($condition, [$offset, $count]); + } + return DBA::toArray(DBA::p($sql, $condition)); } /** @@ -563,13 +558,21 @@ class Relation */ public static function countMutuals(int $cid, array $condition = []) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`) - AND `id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`)', - $cid, $cid] - ); + $condition1 = DBA::mergeConditions($condition, ["`cid` = ? and `follows`", $cid]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql1 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `relation-cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " INTERSECT " . $sql2; - return DI::dba()->count('contact', $condition); + $contacts = 0; + $query = DBA::p($sql, $union); + while (DBA::fetch($query)) { + $contacts++; + } + DBA::close($query); + + return $contacts; } /** @@ -579,24 +582,24 @@ class Relation * @param array $condition Additional condition on the contact table * @param int $count * @param int $offset - * @param bool $shuffle * @return array * @throws Exception */ - public static function listMutuals(int $cid, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false) + public static function listMutuals(int $cid, array $condition = [], int $count = 30, int $offset = 0) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`) - AND `id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`)', - $cid, $cid] - ); - - return DI::dba()->selectToArray('contact', [], $condition, - ['limit' => [$offset, $count], 'order' => [$shuffle ? 'RAND()' : 'name']] - ); + $condition1 = DBA::mergeConditions($condition, ["`cid` = ? and `follows`", $cid]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql1 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `relation-cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " INTERSECT " . $sql2; + if ($count > 0) { + $sql .= " LIMIT ?, ?"; + $union = array_merge($union, [$offset, $count]); + } + return DBA::toArray(DBA::p($sql, $union)); } - /** * Counts the number of contacts with any relationship with the provided public contact. * @@ -607,13 +610,21 @@ class Relation */ public static function countAll(int $cid, array $condition = []) { - $condition = DBA::mergeConditions($condition, - ['(`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`) - OR `id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`))', - $cid, $cid] - ); + $condition1 = DBA::mergeConditions($condition, ["`cid` = ? and `follows`", $cid]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql1 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `relation-cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " .array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " UNION " . $sql2; - return DI::dba()->count('contact', $condition); + $contacts = 0; + $query = DBA::p($sql, $union); + while (DBA::fetch($query)) { + $contacts++; + } + DBA::close($query); + + return $contacts; } /** @@ -623,21 +634,22 @@ class Relation * @param array $condition Additional condition on the contact table * @param int $count * @param int $offset - * @param bool $shuffle * @return array * @throws Exception */ - public static function listAll(int $cid, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false) + public static function listAll(int $cid, array $condition = [], int $count = 30, int $offset = 0) { - $condition = DBA::mergeConditions($condition, - ['(`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`) - OR `id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` = ? AND `follows`))', - $cid, $cid] - ); - - return DI::dba()->selectToArray('contact', [], $condition, - ['limit' => [$offset, $count], 'order' => [$shuffle ? 'RAND()' : 'name']] - ); + $condition1 = DBA::mergeConditions($condition, ["`cid` = ? and `follows`", $cid]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ? and `follows`", $cid]); + $sql1 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `relation-cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " .array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " UNION " . $sql2; + if ($count > 0) { + $sql .= " LIMIT ?, ?"; + $union = array_merge($union, [$offset, $count]); + } + return DBA::toArray(DBA::p($sql, $union)); } /** @@ -652,13 +664,21 @@ class Relation */ public static function countCommon(int $sourceId, int $targetId, array $condition = []) { - $condition = DBA::mergeConditions($condition, - ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ?) - AND `id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ?)', - $sourceId, $targetId] - ); + $condition1 = DBA::mergeConditions($condition, ["`relation-cid` = ?", $sourceId]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ?", $targetId]); + $sql1 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.`id` FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " .array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " INTERSECT " . $sql2; - return DI::dba()->count('contact', $condition); + $contacts = 0; + $query = DBA::p($sql, $union); + while (DBA::fetch($query)) { + $contacts++; + } + DBA::close($query); + + return $contacts; } /** @@ -670,21 +690,22 @@ class Relation * @param array $condition Additional condition on the contact table * @param int $count * @param int $offset - * @param bool $shuffle * @return array|bool Array on success, false on failure * @throws Exception */ - public static function listCommon(int $sourceId, int $targetId, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false) + public static function listCommon(int $sourceId, int $targetId, array $condition = [], int $count = 30, int $offset = 0) { - $condition = DBA::mergeConditions($condition, - ["`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ?) - AND `id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ?)", - $sourceId, $targetId] - ); - - return DI::dba()->selectToArray('contact', [], $condition, - ['limit' => [$offset, $count], 'order' => [$shuffle ? 'RAND()' : 'name']] - ); + $condition1 = DBA::mergeConditions($condition, ["`relation-cid` = ?", $sourceId]); + $condition2 = DBA::mergeConditions($condition, ["`relation-cid` = ?", $targetId]); + $sql1 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " . array_shift($condition1); + $sql2 = "SELECT `contact`.* FROM `contact-relation` INNER JOIN `contact` ON `contact`.`id` = `cid` WHERE " .array_shift($condition2); + $union = array_merge($condition1, $condition2); + $sql = $sql1 . " INTERSECT " . $sql2; + if ($count > 0) { + $sql .= " LIMIT ?, ?"; + $union = array_merge($union, [$offset, $count]); + } + return DBA::toArray(DBA::p($sql, $union)); } /** diff --git a/src/Model/Contact/User.php b/src/Model/Contact/User.php index 651c4d005a..7b808ac4a1 100644 --- a/src/Model/Contact/User.php +++ b/src/Model/Contact/User.php @@ -1,6 +1,6 @@ $contact, 'callstack' => System::callstack(20)]); + Logger::info('Missing contact details', ['contact' => $contact]); return false; } diff --git a/src/Model/Conversation.php b/src/Model/Conversation.php index 1c2a75b588..c07d3eee91 100644 --- a/src/Model/Conversation.php +++ b/src/Model/Conversation.php @@ -1,6 +1,6 @@ t('l, F j'); - $item = Post::selectFirst(['plink', 'author-name', 'author-network', 'author-id', 'author-avatar', 'author-link', 'private', 'uri-id'], ['id' => $event['itemid']]); + $item = Post::selectFirst(['plink', 'author-name', 'author-network', 'author-id', 'author-avatar', 'author-link', 'author-alias', 'private', 'uri-id'], ['id' => $event['itemid']]); if (empty($item)) { // Using default values when no item had been found $item = ['plink' => '', 'author-name' => '', 'author-avatar' => '', 'author-link' => '', 'private' => Item::PUBLIC, 'uri-id' => ($event['uri-id'] ?? 0)]; diff --git a/src/Model/FileTag.php b/src/Model/FileTag.php index eded02a0a6..8b6af6596f 100644 --- a/src/Model/FileTag.php +++ b/src/Model/FileTag.php @@ -1,6 +1,6 @@ Strings::normaliseLink($url)]); if (DBA::isResult($gserver)) { - Logger::debug('Got ID for URL', ['id' => $gserver['id'], 'url' => $url, 'callstack' => System::callstack(20)]); + Logger::debug('Got ID for URL', ['id' => $gserver['id'], 'url' => $url]); if (Network::isUrlBlocked($url)) { self::setBlockedById($gserver['id']); @@ -241,7 +240,7 @@ class GServer } elseif (!empty($contact['baseurl'])) { $server = $contact['baseurl']; } elseif ($contact['network'] == Protocol::DIASPORA) { - $parts = parse_url($contact['url']); + $parts = (array)parse_url($contact['url']); unset($parts['path']); $server = (string)Uri::fromParts($parts); } else { @@ -590,7 +589,7 @@ class GServer if ((parse_url($url, PHP_URL_HOST) != parse_url($valid_url, PHP_URL_HOST)) && (parse_url($url, PHP_URL_PATH) != parse_url($valid_url, PHP_URL_PATH)) && (parse_url($url, PHP_URL_PATH) == '')) { Logger::debug('Found redirect. Mark old entry as failure and redirect to the basepath.', ['old' => $url, 'new' => $valid_url]); - $parts = parse_url($valid_url); + $parts = (array)parse_url($valid_url); unset($parts['path']); $valid_url = (string)Uri::fromParts($parts); @@ -618,10 +617,14 @@ class GServer return false; } - $serverdata = self::parseNodeinfo210($curlResult); - if (empty($serverdata)) { - $curlResult = DI::httpClient()->get($url . '/.well-known/nodeinfo', HttpClientAccept::JSON); - $serverdata = self::fetchNodeinfo($url, $curlResult); + if (!empty($network) && !in_array($network, Protocol::NATIVE_SUPPORT)) { + $serverdata = ['detection-method' => self::DETECT_MANUAL, 'network' => $network, 'platform' => '', 'version' => '', 'site_name' => '', 'info' => '']; + } else { + $serverdata = self::parseNodeinfo210($curlResult); + if (empty($serverdata)) { + $curlResult = DI::httpClient()->get($url . '/.well-known/nodeinfo', HttpClientAccept::JSON); + $serverdata = self::fetchNodeinfo($url, $curlResult); + } } if ($only_nodeinfo && empty($serverdata)) { @@ -669,6 +672,12 @@ class GServer return false; } + if (in_array($url, ['https://www.threads.net', 'https://threads.net'])) { + $serverdata['detection-method'] = self::DETECT_THREADS; + $serverdata['network'] = Protocol::ACTIVITYPUB; + $serverdata['platform'] = 'threads'; + } + if (($serverdata['network'] == Protocol::PHANTOM) || in_array($serverdata['detection-method'], self::DETECT_UNSPECIFIC)) { $serverdata = self::detectMastodonAlikes($url, $serverdata); } @@ -1238,6 +1247,11 @@ class GServer } } + // Special treatment for NextCloud, since there you can freely define your software name + if (!empty($nodeinfo['rootUrl']) && in_array(parse_url($nodeinfo['rootUrl'], PHP_URL_PATH), ['/index.php/apps/social', '/apps/social'])) { + $server['platform'] = 'nextcloud'; + } + if (!empty($nodeinfo['metadata']['nodeName'])) { $server['site_name'] = $nodeinfo['metadata']['nodeName']; } @@ -1264,9 +1278,13 @@ class GServer if (!empty($nodeinfo['protocols'])) { $protocols = []; - foreach ($nodeinfo['protocols'] as $protocol) { - if (is_string($protocol)) { - $protocols[$protocol] = true; + if (is_string($nodeinfo['protocols'])) { + $protocols[$nodeinfo['protocols']] = true; + } else { + foreach ($nodeinfo['protocols'] as $protocol) { + if (is_string($protocol)) { + $protocols[$protocol] = true; + } } } @@ -1365,9 +1383,13 @@ class GServer if (!empty($nodeinfo['protocols'])) { $protocols = []; - foreach ($nodeinfo['protocols'] as $protocol) { - if (is_string($protocol)) { - $protocols[$protocol] = true; + if (is_string($nodeinfo['protocols'])) { + $protocols[$nodeinfo['protocols']] = true; + } else { + foreach ($nodeinfo['protocols'] as $protocol) { + if (is_string($protocol)) { + $protocols[$protocol] = true; + } } } @@ -1548,7 +1570,7 @@ class GServer } foreach ($tags as $tag) { - if ((($tag['as:name'] ?? '') == 'Protocol') && (($tag['sc:value'] ?? '') == 'nomad')) { + if ((($tag['as:name'] ?? '') == 'Protocol') && in_array('nomad', [$tag['sc:value'] ?? '', $tag['as:content'] ?? ''])) { return true; } } @@ -2371,6 +2393,10 @@ class GServer */ public static function discover() { + if (!DI::config('system', 'discover_servers')) { + return; + } + // Update the server list self::discoverFederation(); @@ -2378,10 +2404,6 @@ class GServer $requery_days = intval(DI::config()->get('system', 'poco_requery_days')); - if ($requery_days == 0) { - $requery_days = 7; - } - $last_update = date('c', time() - (60 * 60 * 24 * $requery_days)); $gservers = DBA::select('gserver', ['id', 'url', 'nurl', 'network', 'poco', 'directory-type'], @@ -2515,7 +2537,7 @@ class GServer } } - Logger::info('Protocol for server', ['protocol' => $protocol, 'old' => $old, 'id' => $gsid, 'url' => $gserver['url'], 'callstack' => System::callstack(20)]); + Logger::info('Protocol for server', ['protocol' => $protocol, 'old' => $old, 'id' => $gsid, 'url' => $gserver['url']]); self::update(['protocol' => $protocol], ['id' => $gsid]); } diff --git a/src/Model/Item.php b/src/Model/Item.php index 8972d3b75e..3fea148b88 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1,6 +1,6 @@ $item_id, 'callstack' => System::callstack()]); + Logger::info('Mark item for deletion by id', ['id' => $item_id]); // locate item to be deleted $fields = [ 'id', 'uri', 'uri-id', 'uid', 'parent', 'parent-uri-id', 'origin', - 'deleted', 'resource-id', 'event-id', + 'thr-parent-id', 'deleted', 'resource-id', 'event-id', 'vid', 'body', 'verb', 'object-type', 'object', 'target', 'contact-id', 'psid', 'gravity' ]; $item = Post::selectFirst($fields, ['id' => $item_id]); @@ -410,6 +418,10 @@ class Item DI::notify()->deleteForItem($item['uri-id']); DI::notification()->deleteForItem($item['uri-id']); + if (in_array($item['gravity'], [self::GRAVITY_ACTIVITY, self::GRAVITY_COMMENT])) { + Post\Counts::update($item['thr-parent-id'], $item['parent-uri-id'], $item['vid'], $item['verb'], $item['body']); + } + Logger::info('Item has been marked for deletion.', ['id' => $item_id]); return true; @@ -791,7 +803,7 @@ class Item } if (!DBA::isResult($parent)) { - Logger::notice('item parent was not found - ignoring item', ['uri-id' => $item['uri-id'], 'thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid'], 'callstack' => System::callstack(20)]); + Logger::notice('item parent was not found - ignoring item', ['uri-id' => $item['uri-id'], 'thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid']]); return []; } @@ -876,6 +888,10 @@ class Item if (is_int($notify) && in_array($notify, Worker::PRIORITIES)) { $priority = $notify; } + + // Mastodon style API visibility + $copy_permissions = ($item['visibility'] ?? 'private') == 'private'; + unset($item['visibility']); } else { $item['network'] = trim(($item['network'] ?? '') ?: Protocol::PHANTOM); } @@ -1034,10 +1050,12 @@ class Item // Reshares have to keep their permissions to allow groups to work if (!$defined_permissions && (!$item['origin'] || ($item['verb'] != Activity::ANNOUNCE))) { - $item['allow_cid'] = $toplevel_parent['allow_cid']; - $item['allow_gid'] = $toplevel_parent['allow_gid']; - $item['deny_cid'] = $toplevel_parent['deny_cid']; - $item['deny_gid'] = $toplevel_parent['deny_gid']; + // Don't store the permissions on pure AP posts + $store_permissions = ($item['network'] != Protocol::ACTIVITYPUB) || $item['origin'] || !empty($item['diaspora_signed_text']); + $item['allow_cid'] = $store_permissions ? $toplevel_parent['allow_cid'] : ''; + $item['allow_gid'] = $store_permissions ? $toplevel_parent['allow_gid'] : ''; + $item['deny_cid'] = $store_permissions ? $toplevel_parent['deny_cid'] : ''; + $item['deny_gid'] = $store_permissions ? $toplevel_parent['deny_gid'] : ''; } $parent_origin = $toplevel_parent['origin']; @@ -1078,7 +1096,10 @@ class Item } if ($item['origin']) { - if (Photo::setPermissionFromBody($item['body'], $item['uid'], $item['contact-id'], $item['allow_cid'], $item['allow_gid'], $item['deny_cid'], $item['deny_gid'])) { + if ( + Photo::setPermissionFromBody($item['body'], $item['uid'], $item['contact-id'], $item['allow_cid'], $item['allow_gid'], $item['deny_cid'], $item['deny_gid']) + && ($item['object-type'] != Activity\ObjectType::EVENT) + ) { $item['object-type'] = Activity\ObjectType::IMAGE; } @@ -1176,11 +1197,16 @@ class Item if (!empty($quote_id)) { // This is one of these "should not happen" situations. // The protocol implementations should already have done this job. - Logger::notice('Quote-uri-id detected in post', ['id' => $quote_id, 'guid' => $item['guid'], 'uri-id' => $item['uri-id'], 'callstack' => System::callstack(20)]); + Logger::notice('Quote-uri-id detected in post', ['id' => $quote_id, 'guid' => $item['guid'], 'uri-id' => $item['uri-id']]); $item['quote-uri-id'] = $quote_id; } } + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] == $item['uri-id'])) { + Logger::info('Quote-Uri-Id is identical to Uri-Id', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]); + unset($item['quote-uri-id']); + } + if (!empty($item['quote-uri-id'])) { $item['raw-body'] = BBCode::removeSharedData($item['raw-body']); $item['body'] = BBCode::removeSharedData($item['body']); @@ -1200,8 +1226,6 @@ class Item // Check for hashtags in the body and repair or add hashtag links $item['body'] = self::setHashtags($item['body']); - $item['language'] = self::getLanguage($item); - $notify_type = Delivery::POST; // Filling item related side tables @@ -1250,6 +1274,8 @@ class Item } } + $item['language'] = self::getLanguage($item); + $inserted = Post::insert($item['uri-id'], $item); if ($item['gravity'] == self::GRAVITY_PARENT) { @@ -1347,6 +1373,9 @@ class Item if ($notify) { DI::contentItem()->postProcessPost($posted_item); + if ($copy_permissions && ($posted_item['thr-parent-id'] != $posted_item['uri-id']) && ($posted_item['private'] == self::PRIVATE)) { + DI::contentItem()->copyPermissions($posted_item['thr-parent-id'], $posted_item['uri-id'], $posted_item['parent-uri-id']); + } } else { Hook::callAll('post_remote_end', $posted_item); } @@ -1393,19 +1422,24 @@ class Item } if (!empty($source) && ($transmit || DI::config()->get('debug', 'store_source'))) { - Post\Activity::insert($item['uri-id'], $source); + Post\Activity::insert($posted_item['uri-id'], $source); } if ($transmit) { + ActivityPub\Transmitter::storeReceiversForItem($posted_item); + Worker::add(['priority' => $priority, 'dont_fork' => true], 'Notifier', $notify_type, (int)$posted_item['uri-id'], (int)$posted_item['uid']); } - // Fill the cache with the rendered content. - if (in_array($posted_item['gravity'], [self::GRAVITY_PARENT, self::GRAVITY_COMMENT]) && ($posted_item['uid'] == 0)) { - self::updateDisplayCache($posted_item['uri-id']); - } - if ($inserted) { + // Fill the cache with the rendered content. + if (in_array($posted_item['gravity'], [self::GRAVITY_PARENT, self::GRAVITY_COMMENT])) { + self::updateDisplayCache($posted_item['uri-id']); + } + + if (in_array($posted_item['gravity'], [self::GRAVITY_ACTIVITY, self::GRAVITY_COMMENT])) { + Post\Counts::update($posted_item['thr-parent-id'], $posted_item['parent-uri-id'], $posted_item['vid'], $posted_item['verb'], $posted_item['body']); + } Post\Engagement::storeFromItem($posted_item); } @@ -1463,6 +1497,10 @@ class Item */ private static function setOwnerforResharedItem(array $item) { + if ($item['uid'] == 0) { + return; + } + $parent = Post::selectFirst( ['id', 'causer-id', 'owner-id', 'author-id', 'author-link', 'origin', 'post-reason'], ['uri-id' => $item['thr-parent-id'], 'uid' => $item['uid']] @@ -1514,7 +1552,25 @@ class Item return; } + $languages = $item['language'] ? array_keys(json_decode($item['language'], true)) : []; + foreach (Tag::getUIDListByURIId($item['uri-id']) as $uid => $tags) { + if (!empty($languages)) { + $keep = false; + $user_languages = User::getWantedLanguages($uid); + foreach ($user_languages as $language) { + if (in_array($language, $languages)) { + $keep = true; + } + } + if ($keep) { + Logger::debug('Wanted languages found', ['uid' => $uid, 'user-languages' => $user_languages, 'item-languages' => $languages]); + } else { + Logger::debug('No wanted languages found', ['uid' => $uid, 'user-languages' => $user_languages, 'item-languages' => $languages]); + continue; + } + } + $stored = self::storeForUserByUriId($item['uri-id'], $uid, ['post-reason' => self::PR_TAG]); Logger::info('Stored item for users', ['uri-id' => $item['uri-id'], 'uid' => $uid, 'stored' => $stored]); foreach ($tags as $tag) { @@ -1969,19 +2025,31 @@ class Item * @return string detected language * @throws \Text_LanguageDetect_Exception */ - private static function getLanguage(array $item): string + private static function getLanguage(array $item): ?string { if (!empty($item['language'])) { return $item['language']; } - if (!in_array($item['gravity'], [self::GRAVITY_PARENT, self::GRAVITY_COMMENT]) || empty($item['body'])) { - return ''; + $transmitted = []; + foreach ($item['transmitted-languages'] ?? [] as $language) { + $transmitted[$language] = 0; } - $languages = self::getLanguageArray(trim($item['title'] . "\n" . $item['body']), 3); + $content = trim(($item['title'] ?? '') . ' ' . ($item['content-warning'] ?? '') . ' ' . ($item['body'] ?? '')); + + if (!in_array($item['gravity'], [self::GRAVITY_PARENT, self::GRAVITY_COMMENT]) || empty($content)) { + return !empty($transmitted) ? json_encode($transmitted) : null; + } + + $languages = self::getLanguageArray($content, 3, $item['uri-id'], $item['author-id']); if (empty($languages)) { - return ''; + return !empty($transmitted) ? json_encode($transmitted) : null; + } + + if (!empty($transmitted)) { + $languages = array_merge($transmitted, $languages); + arsort($languages); } return json_encode($languages); @@ -1992,63 +2060,147 @@ class Item * * @param string $body * @param integer $count + * @param integer $uri_id + * @param integer $author_id * @return array */ - public static function getLanguageArray(string $body, int $count): array + public static function getLanguageArray(string $body, int $count, int $uri_id = 0, int $author_id = 0): array { - // Convert attachments to links - $naked_body = BBCode::removeAttachment($body); - if (empty($naked_body)) { + $searchtext = BBCode::toSearchText($body, $uri_id); + + if ((count(explode(' ', $searchtext)) < 10) && (mb_strlen($searchtext) < 30) && $author_id) { + $author = Contact::selectFirst(['about'], ['id' => $author_id]); + if (!empty($author['about'])) { + $about = BBCode::toSearchText($author['about'], 0); + Logger::debug('About field added', ['author' => $author_id, 'body' => $searchtext, 'about' => $about]); + $searchtext .= ' ' . $about; + } + } + + if (empty($searchtext)) { return []; } - // Remove links and pictures - $naked_body = BBCode::removeLinks($naked_body); + $ld = new Language(DI::l10n()->getDetectableLanguages()); - // Convert the title and the body to plain text - $naked_body = BBCode::toPlaintext($naked_body); + $result = []; - // Remove possibly remaining links - $naked_body = preg_replace(Strings::autoLinkRegEx(), '', $naked_body); + foreach (self::splitByBlocks($searchtext) as $block) { + $languages = $ld->detect($block)->close() ?: []; - if (empty($naked_body)) { - return []; + $data = [ + 'text' => $block, + 'detected' => $languages, + 'uri-id' => $uri_id, + 'author-id' => $author_id, + ]; + Hook::callAll('detect_languages', $data); + + foreach ($data['detected'] as $language => $quality) { + $result[$language] = max($result[$language] ?? 0, $quality * (strlen($block) / strlen($searchtext))); + } } - $naked_body = self::getDominantLanguage($naked_body); + $result = self::compactLanguages($result); - $availableLanguages = DI::l10n()->getAvailableLanguages(true); - $availableLanguages = DI::l10n()->convertForLanguageDetection($availableLanguages); - - $ld = new Language(array_keys($availableLanguages)); - return $ld->detect($naked_body)->limit(0, $count)->close() ?: []; + arsort($result); + return array_slice($result, 0, $count); } /** - * Check if latin or non latin are dominant in the body and only return the dominant one + * Concert the language code in the detection result to ISO 639-1. + * On duplicates the system uses the higher quality value. * - * @param string $body - * @return string + * @param array $result + * @return array */ - private static function getDominantLanguage(string $body): string + private static function compactLanguages(array $result): array { - $latin = ''; - $non_latin = ''; - for ($i = 0; $i < mb_strlen($body); $i++) { - $character = mb_substr($body, $i, 1); - $ord = mb_ord($character); - - // We add the most common characters to both strings. - if (($ord <= 64) || ($ord >= 91 && $ord <= 96) || ($ord >= 123 && $ord <= 191) || in_array($ord, [215, 247]) || ($ord >= 697 && $ord <= 735) || ($ord > 65535)) { - $latin .= $character; - $non_latin .= $character; - } elseif ($ord < 768) { - $latin .= $character; - } else { - $non_latin .= $character; + $languages = []; + foreach ($result as $language => $quality) { + if ($quality == 0) { + continue; + } + $code = DI::l10n()->toISO6391($language); + if (empty($languages[$code]) || ($languages[$code] < $quality)) { + $languages[$code] = $quality; } } - return (mb_strlen($latin) > mb_strlen($non_latin)) ? $latin : $non_latin; + return $languages; + } + + /** + * Split a string into different unicode blocks + * Currently the text is split into the latin and the non latin part. + * + * @param string $body + * @return array + */ + private static function splitByBlocks(string $body): array + { + if (!class_exists('IntlChar')) { + return [$body]; + } + + $blocks = []; + $previous_block = 0; + + for ($i = 0; $i < mb_strlen($body); $i++) { + $character = mb_substr($body, $i, 1); + $previous = ($i > 0) ? mb_substr($body, $i - 1, 1) : ''; + $next = ($i < mb_strlen($body)) ? mb_substr($body, $i + 1, 1) : ''; + + if (!\IntlChar::isalpha($character)) { + if (($previous != '') && (\IntlChar::isalpha($previous))) { + $previous_block = self::getBlockCode($previous); + } + + $block = (($next != '') && \IntlChar::isalpha($next)) ? self::getBlockCode($next) : $previous_block; + $blocks[$block] = ($blocks[$block] ?? '') . $character; + } else { + $block = self::getBlockCode($character); + $blocks[$block] = ($blocks[$block] ?? '') . $character; + } + } + + foreach (array_keys($blocks) as $key) { + $blocks[$key] = trim($blocks[$key]); + if (empty($blocks[$key])) { + unset($blocks[$key]); + } + } + + return array_values($blocks); + } + + /** + * returns the block code for the given character + * + * @param string $character + * @return integer 0 = no alpha character (blank, signs, emojis, ...), 1 = latin character, 2 = character in every other language + */ + private static function getBlockCode(string $character): int + { + if (!\IntlChar::isalpha($character)) { + return 0; + } + return self::isLatin($character) ? 1 : 2; + } + + /** + * Checks if the given character is in one of the latin code blocks + * + * @param string $character + * @return boolean + */ + private static function isLatin(string $character): bool + { + return in_array(\IntlChar::getBlockCode($character), [ + \IntlChar::BLOCK_CODE_BASIC_LATIN, \IntlChar::BLOCK_CODE_LATIN_1_SUPPLEMENT, + \IntlChar::BLOCK_CODE_LATIN_EXTENDED_A, \IntlChar::BLOCK_CODE_LATIN_EXTENDED_B, + \IntlChar::BLOCK_CODE_LATIN_EXTENDED_C, \IntlChar::BLOCK_CODE_LATIN_EXTENDED_D, + \IntlChar::BLOCK_CODE_LATIN_EXTENDED_E, \IntlChar::BLOCK_CODE_LATIN_EXTENDED_ADDITIONAL + ]); } public static function getLanguageMessage(array $item): string @@ -2057,7 +2209,15 @@ class Item $used_languages = ''; foreach (json_decode($item['language'], true) as $language => $reliability) { - $used_languages .= $iso639->languageByCode1($language) . ' (' . $language . "): " . number_format($reliability, 5) . '\n'; + $code = DI::l10n()->toISO6391($language); + + $native = $iso639->nativeByCode1($code); + $language = $iso639->languageByCode1($code); + if ($native != $language) { + $used_languages .= DI::l10n()->t('%s (%s - %s): %s', $native, $language, $code, number_format($reliability, 5)) . '\n'; + } else { + $used_languages .= DI::l10n()->t('%s (%s): %s', $native, $code, number_format($reliability, 5)) . '\n'; + } } $used_languages = DI::l10n()->t('Detected languages in this post:\n%s', $used_languages); return $used_languages; @@ -2085,12 +2245,12 @@ class Item $hostPart = $host ?: $parsed['host'] ?? ''; if (!$hostPart) { - Logger::warning('Empty host GUID part', ['uri' => $uri, 'host' => $host, 'parsed' => $parsed, 'callstack' => System::callstack(10)]); + Logger::warning('Empty host GUID part', ['uri' => $uri, 'host' => $host, 'parsed' => $parsed]); } // Glue it together to be able to make a hash from it if (!empty($parsed)) { - $host_id = implode('/', $parsed); + $host_id = implode('/', (array)$parsed); } else { $host_id = $uri; } @@ -2435,11 +2595,14 @@ class Item $result = self::insert($datarray2); Logger::info('remote-self post original item', ['contact' => $contact['url'], 'result' => $result, 'item' => $datarray2]); } else { - $datarray['private'] = self::PUBLIC; $datarray['app'] = 'Feed'; $result = true; } + if ($result) { + unset($datarray['private']); + } + return (bool)$result; } @@ -3122,7 +3285,7 @@ class Item $item['body'] = BBCode::removeSharedData($item['body']); } elseif (empty($shared_item['uri-id']) && empty($item['quote-uri-id']) && ($item['network'] != Protocol::DIASPORA)) { $media = Post\Media::getByURIId($item['uri-id'], [Post\Media::ACTIVITY]); - if (!empty($media)) { + if (!empty($media) && ($media[0]['media-uri-id'] != $item['uri-id'])) { $shared_item = Post::selectFirst($fields, ['uri-id' => $media[0]['media-uri-id'], 'uid' => [$item['uid'], 0]]); if (empty($shared_item['uri-id'])) { $shared_item = Post::selectFirst($fields, ['plink' => $media[0]['url'], 'uid' => [$item['uid'], 0]]); @@ -3157,15 +3320,15 @@ class Item if (!empty($shared_item['uri-id'])) { $shared_uri_id = $shared_item['uri-id']; $shared_links[] = strtolower($shared_item['plink']); - $shared_attachments = Post\Media::splitAttachments($shared_uri_id, [], $shared_item['has-media']); - $shared_links = array_merge($shared_links, array_column($shared_attachments['visual'], 'url')); - $shared_links = array_merge($shared_links, array_column($shared_attachments['link'], 'url')); - $shared_links = array_merge($shared_links, array_column($shared_attachments['additional'], 'url')); - $item['body'] = self::replaceVisualAttachments($shared_attachments, $item['body']); + $sharedSplitAttachments = DI::postMediaRepository()->splitAttachments($shared_uri_id, [], $shared_item['has-media']); + $shared_links = array_merge($shared_links, $sharedSplitAttachments['visual']->column('url')); + $shared_links = array_merge($shared_links, $sharedSplitAttachments['link']->column('url')); + $shared_links = array_merge($shared_links, $sharedSplitAttachments['additional']->column('url')); + $item['body'] = self::replaceVisualAttachments($sharedSplitAttachments['visual'], $item['body']); } - $attachments = Post\Media::splitAttachments($item['uri-id'], $shared_links, $item['has-media'] ?? false); - $item['body'] = self::replaceVisualAttachments($attachments, $item['body'] ?? ''); + $itemSplitAttachments = DI::postMediaRepository()->splitAttachments($item['uri-id'], $shared_links, $item['has-media'] ?? false); + $item['body'] = self::replaceVisualAttachments($itemSplitAttachments['visual'], $item['body'] ?? ''); self::putInCache($item); $item['body'] = $body; @@ -3190,7 +3353,7 @@ class Item $filter_reasons[] = DI::l10n()->t('Content warning: %s', $item['content-warning']); } - $item['attachments'] = $attachments; + $item['attachments'] = $itemSplitAttachments; $hook_data = [ 'item' => $item, @@ -3219,11 +3382,11 @@ class Item return $s; } - if (!empty($shared_attachments)) { - $s = self::addGallery($s, $shared_attachments, $item['uri-id']); - $s = self::addVisualAttachments($shared_attachments, $shared_item, $s, true); - $s = self::addLinkAttachment($shared_uri_id ?: $item['uri-id'], $shared_attachments, $body, $s, true, $quote_shared_links); - $s = self::addNonVisualAttachments($shared_attachments, $item, $s, true); + if (!empty($sharedSplitAttachments)) { + $s = self::addGallery($s, $sharedSplitAttachments['visual']); + $s = self::addVisualAttachments($sharedSplitAttachments['visual'], $shared_item, $s, true); + $s = self::addLinkAttachment($shared_uri_id ?: $item['uri-id'], $sharedSplitAttachments, $body, $s, true, $quote_shared_links); + $s = self::addNonVisualAttachments($sharedSplitAttachments['additional'], $item, $s, true); $body = BBCode::removeSharedData($body); } @@ -3233,10 +3396,10 @@ class Item $s = substr($s, 0, $pos); } - $s = self::addGallery($s, $attachments, $item['uri-id']); - $s = self::addVisualAttachments($attachments, $item, $s, false); - $s = self::addLinkAttachment($item['uri-id'], $attachments, $body, $s, false, $shared_links); - $s = self::addNonVisualAttachments($attachments, $item, $s, false); + $s = self::addGallery($s, $itemSplitAttachments['visual']); + $s = self::addVisualAttachments($itemSplitAttachments['visual'], $item, $s, false); + $s = self::addLinkAttachment($item['uri-id'], $itemSplitAttachments, $body, $s, false, $shared_links); + $s = self::addNonVisualAttachments($itemSplitAttachments['additional'], $item, $s, false); $s = self::addQuestions($item, $s); // Map. @@ -3264,45 +3427,35 @@ class Item return $hook_data['html']; } - /** - * @param array $images - * @return string - * @throws \Friendica\Network\HTTPException\ServiceUnavailableException - */ - private static function makeImageGrid(array $images): string - { - // Image for first column (fc) and second column (sc) - $images_fc = []; - $images_sc = []; - - for ($i = 0; $i < count($images); $i++) { - ($i % 2 == 0) ? ($images_fc[] = $images[$i]) : ($images_sc[] = $images[$i]); - } - - return Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image_grid.tpl'), [ - 'columns' => [ - 'fc' => $images_fc, - 'sc' => $images_sc, - ], - ]); - } - /** * Modify links to pictures to links for the "Fancybox" gallery * - * @param string $s - * @param array $attachments - * @param integer $uri_id + * @param string $s + * @param PostMedias $PostMedias * @return string */ - private static function addGallery(string $s, array $attachments, int $uri_id): string + private static function addGallery(string $s, PostMedias $PostMedias): string { - foreach ($attachments['visual'] as $attachment) { - if (empty($attachment['preview']) || ($attachment['type'] != Post\Media::IMAGE)) { + foreach ($PostMedias as $PostMedia) { + if (!$PostMedia->preview || ($PostMedia->type !== Post\Media::IMAGE)) { continue; } - $s = str_replace('hasDimensions()) { + $pattern = '#(.*?)">#'; + + $s = preg_replace_callback($pattern, function () use ($PostMedia) { + return Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/single_with_height_allocation.tpl'), [ + '$image' => $PostMedia, + '$allocated_height' => $PostMedia->getAllocatedHeight(), + '$allocated_max_width' => ($PostMedia->previewWidth ?? $PostMedia->width) . 'px', + ]); + }, $s); + } else { + $s = str_replace('notice('Invalid URL', ['$url' => $url, '$urlparts' => $urlparts]); /* See https://github.com/friendica/friendica/issues/12113 @@ -3360,30 +3513,30 @@ class Item /** * Replace visual attachments in the body * - * @param array $attachments - * @param string $body + * @param PostMedias $PostMedias + * @param string $body * @return string modified body */ - private static function replaceVisualAttachments(array $attachments, string $body): string + private static function replaceVisualAttachments(PostMedias $PostMedias, string $body): string { DI::profiler()->startRecording('rendering'); - foreach ($attachments['visual'] as $attachment) { - if (!empty($attachment['preview'])) { - if (Network::isLocalLink($attachment['preview'])) { + foreach ($PostMedias as $PostMedia) { + if ($PostMedia->preview) { + if (DI::baseUrl()->isLocalUri($PostMedia->preview)) { continue; } - $proxy = Post\Media::getPreviewUrlForId($attachment['id'], Proxy::SIZE_LARGE); - $search = ['[img=' . $attachment['preview'] . ']', ']' . $attachment['preview'] . '[/img]']; + $proxy = DI::baseUrl() . $PostMedia->getPreviewPath(Proxy::SIZE_LARGE); + $search = ['[img=' . $PostMedia->preview . ']', ']' . $PostMedia->preview . '[/img]']; $replace = ['[img=' . $proxy . ']', ']' . $proxy . '[/img]']; $body = str_replace($search, $replace, $body); - } elseif ($attachment['filetype'] == 'image') { - if (Network::isLocalLink($attachment['url'])) { + } elseif ($PostMedia->mimetype->type == 'image') { + if (DI::baseUrl()->isLocalUri($PostMedia->url)) { continue; } - $proxy = Post\Media::getUrlForId($attachment['id']); - $search = ['[img=' . $attachment['url'] . ']', ']' . $attachment['url'] . '[/img]']; + $proxy = DI::baseUrl() . $PostMedia->getPreviewPath(Proxy::SIZE_LARGE); + $search = ['[img=' . $PostMedia->url . ']', ']' . $PostMedia->url . '[/img]']; $replace = ['[img=' . $proxy . ']', ']' . $proxy . '[/img]']; $body = str_replace($search, $replace, $body); @@ -3396,29 +3549,31 @@ class Item /** * Add visual attachments to the content * - * @param array $attachments - * @param array $item - * @param string $content + * @param PostMedias $PostMedias + * @param array $item + * @param string $content + * @param bool $shared * @return string modified content + * @throws ServiceUnavailableException */ - private static function addVisualAttachments(array $attachments, array $item, string $content, bool $shared): string + private static function addVisualAttachments(PostMedias $PostMedias, array $item, string $content, bool $shared): string { DI::profiler()->startRecording('rendering'); $leading = ''; $trailing = ''; - $images = []; + $images = new PostMedias(); // @todo In the future we should make a single for the template engine with all media in it. This allows more flexibilty. - foreach ($attachments['visual'] as $attachment) { - if (self::containsLink($item['body'], $attachment['preview'] ?? $attachment['url'], $attachment['type'])) { + foreach ($PostMedias as $PostMedia) { + if (self::containsLink($item['body'], $PostMedia->preview ?? $PostMedia->url, $PostMedia->type)) { continue; } - if ($attachment['filetype'] == 'image') { - $preview_url = Post\Media::getPreviewUrlForId($attachment['id'], ($attachment['width'] > $attachment['height']) ? Proxy::SIZE_MEDIUM : Proxy::SIZE_LARGE); - } elseif (!empty($attachment['preview'])) { - $preview_url = Post\Media::getPreviewUrlForId($attachment['id'], Proxy::SIZE_LARGE); + if ($PostMedia->mimetype->type == 'image' || $PostMedia->preview) { + $preview_size = Proxy::SIZE_MEDIUM; + $preview_url = DI::baseUrl() . $PostMedia->getPreviewPath($preview_size); } else { + $preview_size = 0; $preview_url = ''; } @@ -3426,15 +3581,15 @@ class Item continue; } - if (($attachment['filetype'] == 'video')) { + if ($PostMedia->mimetype->type == 'video') { /// @todo Move the template to /content as well $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('video_top.tpl'), [ '$video' => [ - 'id' => $attachment['id'], - 'src' => $attachment['url'], - 'name' => $attachment['name'] ?: $attachment['url'], + 'id' => $PostMedia->id, + 'src' => (string)$PostMedia->url, + 'name' => $PostMedia->name ?: $PostMedia->url, 'preview' => $preview_url, - 'mime' => $attachment['mimetype'], + 'mime' => (string)$PostMedia->mimetype, ], ]); if (($item['post-type'] ?? null) == Item::PT_VIDEO) { @@ -3442,13 +3597,13 @@ class Item } else { $trailing .= $media; } - } elseif ($attachment['filetype'] == 'audio') { + } elseif ($PostMedia->mimetype->type == 'audio') { $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('content/audio.tpl'), [ '$audio' => [ - 'id' => $attachment['id'], - 'src' => $attachment['url'], - 'name' => $attachment['name'] ?: $attachment['url'], - 'mime' => $attachment['mimetype'], + 'id' => $PostMedia->id, + 'src' => (string)$PostMedia->url, + 'name' => $PostMedia->name ?: $PostMedia->url, + 'mime' => (string)$PostMedia->mimetype, ], ]); if (($item['post-type'] ?? null) == Item::PT_AUDIO) { @@ -3456,23 +3611,17 @@ class Item } else { $trailing .= $media; } - } elseif ($attachment['filetype'] == 'image') { - $src_url = Post\Media::getUrlForId($attachment['id']); + } elseif ($PostMedia->mimetype->type == 'image') { + $src_url = DI::baseUrl() . $PostMedia->getPhotoPath(); if (self::containsLink($item['body'], $src_url)) { continue; } - $images[] = ['src' => $src_url, 'preview' => $preview_url, 'attachment' => $attachment, 'uri_id' => $item['uri-id']]; + + $images[] = $PostMedia->withUrl(new Uri($src_url))->withPreview(new Uri($preview_url), $preview_size); } } - $media = ''; - if (count($images) > 1) { - $media = self::makeImageGrid($images); - } elseif (count($images) == 1) { - $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image.tpl'), [ - '$image' => $images[0], - ]); - } + $media = Image::getBodyAttachHtml($images); // On Diaspora posts the attached pictures are leading if ($item['network'] == Protocol::DIASPORA) { @@ -3501,59 +3650,62 @@ class Item /** * Add link attachment to the content * - * @param array $attachments - * @param string $body - * @param string $content - * @param bool $shared - * @param array $ignore_links A list of URLs to ignore + * @param int $uriid + * @param PostMedias[] $attachments + * @param string $body + * @param string $content + * @param bool $shared + * @param array $ignore_links A list of URLs to ignore * @return string modified content + * @throws InternalServerErrorException + * @throws ServiceUnavailableException */ private static function addLinkAttachment(int $uriid, array $attachments, string $body, string $content, bool $shared, array $ignore_links): string { DI::profiler()->startRecording('rendering'); // Don't show a preview when there is a visual attachment (audio or video) - $types = array_column($attachments['visual'], 'type'); - $preview = !in_array(Post\Media::IMAGE, $types) && !in_array(Post\Media::VIDEO, $types); + $types = $attachments['visual']->column('type'); + $preview = !in_array(PostMedia::TYPE_IMAGE, $types) && !in_array(PostMedia::TYPE_VIDEO, $types); - if (!empty($attachments['link'])) { - foreach ($attachments['link'] as $link) { - $found = false; - foreach ($ignore_links as $ignore_link) { - if (Strings::compareLink($link['url'], $ignore_link)) { - $found = true; - } - } - // @todo Judge between the links to use the one with most information - if (!$found && (empty($attachment) || !empty($link['author-name']) || - (empty($attachment['name']) && !empty($link['name'])) || - (empty($attachment['description']) && !empty($link['description'])) || - (empty($attachment['preview']) && !empty($link['preview'])))) { - $attachment = $link; + /** @var ?PostMedia $attachment */ + $attachment = null; + foreach ($attachments['link'] as $PostMedia) { + $found = false; + foreach ($ignore_links as $ignore_link) { + if (Strings::compareLink($PostMedia->url, $ignore_link)) { + $found = true; } } + // @todo Judge between the links to use the one with most information + if (!$found && (empty($attachment) || $PostMedia->authorName || + (!$attachment->name && $PostMedia->name) || + (!$attachment->description && $PostMedia->description) || + (!$attachment->preview && $PostMedia->preview))) { + $attachment = $PostMedia; + } } if (!empty($attachment)) { $data = [ 'after' => '', - 'author_name' => $attachment['author-name'] ?? '', - 'author_url' => $attachment['author-url'] ?? '', - 'description' => $attachment['description'] ?? '', + 'author_name' => $attachment->authorName ?? '', + 'author_url' => (string)($attachment->authorUrl ?? ''), + 'description' => $attachment->description ?? '', 'image' => '', 'preview' => '', - 'provider_name' => $attachment['publisher-name'] ?? '', - 'provider_url' => $attachment['publisher-url'] ?? '', + 'provider_name' => $attachment->publisherName ?? '', + 'provider_url' => (string)($attachment->publisherUrl ?? ''), 'text' => '', - 'title' => $attachment['name'] ?? '', + 'title' => $attachment->name ?? '', 'type' => 'link', - 'url' => $attachment['url'] + 'url' => (string)$attachment->url, ]; - if ($preview && !empty($attachment['preview'])) { - if ($attachment['preview-width'] >= 500) { - $data['image'] = Post\Media::getPreviewUrlForId($attachment['id'], Proxy::SIZE_MEDIUM); + if ($preview && $attachment->preview) { + if ($attachment->previewWidth >= 500) { + $data['image'] = DI::baseUrl() . $attachment->getPreviewPath(Proxy::SIZE_MEDIUM); } else { - $data['preview'] = Post\Media::getPreviewUrlForId($attachment['id'], Proxy::SIZE_MEDIUM); + $data['preview'] = DI::baseUrl() . $attachment->getPreviewPath(Proxy::SIZE_MEDIUM); } } @@ -3621,19 +3773,21 @@ class Item } /** - * Add non visual attachments to the content + * Add non-visual attachments to the content * - * @param array $attachments - * @param array $item - * @param string $content + * @param PostMedias $PostMedias + * @param array $item + * @param string $content * @return string modified content + * @throws InternalServerErrorException + * @throws \ImagickException */ - private static function addNonVisualAttachments(array $attachments, array $item, string $content): string + private static function addNonVisualAttachments(PostMedias $PostMedias, array $item, string $content): string { DI::profiler()->startRecording('rendering'); $trailing = ''; - foreach ($attachments['additional'] as $attachment) { - if (strpos($item['body'], $attachment['url'])) { + foreach ($PostMedias as $PostMedia) { + if (strpos($item['body'], (string)$PostMedia->url)) { continue; } @@ -3644,16 +3798,16 @@ class Item 'url' => $item['author-link'], 'alias' => $item['author-alias'] ]; - $the_url = Contact::magicLinkByContact($author, $attachment['url']); + $the_url = Contact::magicLinkByContact($author, $PostMedia->url); - $title = Strings::escapeHtml(trim(($attachment['description'] ?? '') ?: $attachment['url'])); + $title = Strings::escapeHtml(trim($PostMedia->description ?? '' ?: $PostMedia->url)); - if (!empty($attachment['size'])) { - $title .= ' ' . $attachment['size'] . ' ' . DI::l10n()->t('bytes'); + if ($PostMedia->size) { + $title .= ' ' . $PostMedia->size . ' ' . DI::l10n()->t('bytes'); } /// @todo Use a template - $icon = '
'; + $icon = '
'; $trailing .= '
' . $icon . ''; } @@ -3680,16 +3834,16 @@ class Item foreach ($options as $key => $option) { if ($question['voters'] > 0) { $percent = $option['replies'] / $question['voters'] * 100; - $options[$key]['vote'] = DI::l10n()->tt('%2$s (%3$d%%, %1$d vote)', '%2$s (%3$d%%, %1$d votes)', $option['replies'], $option['name'], round($percent, 1)); + $options[$key]['vote'] = DI::l10n()->tt('%2$s (%3$d%%, %1$d vote)', '%2$s (%3$d%%, %1$d votes)', $option['replies'] ?? 0, $option['name'], round($percent, 1)); } else { - $options[$key]['vote'] = DI::l10n()->tt('%2$s (%1$d vote)', '%2$s (%1$d votes)', $option['replies'], $option['name']); + $options[$key]['vote'] = DI::l10n()->tt('%2$s (%1$d vote)', '%2$s (%1$d votes)', $option['replies'] ?? 0, $option['name']); } } if (!empty($question['voters']) && !empty($question['endtime'])) { - $summary = DI::l10n()->tt('%d voter. Poll end: %s', '%d voters. Poll end: %s', $question['voters'], Temporal::getRelativeDate($question['endtime'])); + $summary = DI::l10n()->tt('%d voter. Poll end: %s', '%d voters. Poll end: %s', $question['voters'] ?? 0, Temporal::getRelativeDate($question['endtime'])); } elseif (!empty($question['voters'])) { - $summary = DI::l10n()->tt('%d voter.', '%d voters.', $question['voters']); + $summary = DI::l10n()->tt('%d voter.', '%d voters.', $question['voters'] ?? 0); } elseif (!empty($question['endtime'])) { $summary = DI::l10n()->t('Poll end: %s', Temporal::getRelativeDate($question['endtime'])); } else { @@ -3837,11 +3991,12 @@ class Item * Fetches item for given URI or plink * * @param string $uri - * @param integer $uid + * @param int $uid + * @param int $completion * * @return integer item id */ - public static function fetchByLink(string $uri, int $uid = 0): int + public static function fetchByLink(string $uri, int $uid = 0, int $completion = ActivityPub\Receiver::COMPLETION_MANUAL): int { Logger::info('Trying to fetch link', ['uid' => $uid, 'uri' => $uri]); $item_id = self::searchByLink($uri, $uid); @@ -3862,7 +4017,7 @@ class Item return is_numeric($hookData['item_id']) ? $hookData['item_id'] : 0; } - $fetched_uri = ActivityPub\Processor::fetchMissingActivity($uri, [], '', ActivityPub\Receiver::COMPLETION_MANUAL, $uid); + $fetched_uri = ActivityPub\Processor::fetchMissingActivity($uri, [], '', $completion, $uid); if ($fetched_uri) { $item_id = self::searchByLink($fetched_uri, $uid); @@ -3922,7 +4077,7 @@ class Item } $url = $shared['message_id'] ?: $shared['link']; - $id = self::fetchByLink($url); + $id = self::fetchByLink($url, 0, ActivityPub\Receiver::COMPLETION_ASYNC); if (!$id) { Logger::notice('Post could not be fetched.', ['url' => $url, 'uid' => $uid]); return 0; diff --git a/src/Model/ItemURI.php b/src/Model/ItemURI.php index 1755552299..bca5a2862e 100644 --- a/src/Model/ItemURI.php +++ b/src/Model/ItemURI.php @@ -1,6 +1,6 @@ $image_url, 'uid' => $uid, 'cid' => $cid, 'callstack' => System::callstack(20)]); + Logger::warning('Invalid image url', ['image_url' => $image_url, 'uid' => $uid, 'cid' => $cid]); return false; } @@ -1001,7 +1001,7 @@ class Photo $filesize = strlen($image->asString()); $width = $image->getWidth(); $height = $image->getHeight(); - + if ($maximagesize && ($filesize > $maximagesize)) { // Scale down to multiples of 640 until the maximum size isn't exceeded anymore foreach ([5120, 2560, 1280, 640, 320] as $pixels) { @@ -1014,8 +1014,8 @@ class Photo } } } - - return $image; + + return $image; } /** @@ -1031,7 +1031,7 @@ class Photo $image->scaleDown($max_length); Logger::info('File upload: Scaling picture to new size', ['max-length' => $max_length]); } - + return self::resizeToFileSize($image, Strings::getBytesFromShorthand(DI::config()->get('system', 'maximagesize'))); } @@ -1255,16 +1255,16 @@ class Photo return -1; } - if ($width > 640 || $height > 640) { - $image->scaleDown(640); + if ($width > Proxy::PIXEL_MEDIUM || $height > Proxy::PIXEL_MEDIUM) { + $image->scaleDown(Proxy::PIXEL_MEDIUM); } - if ($width > 320 || $height > 320) { + if ($width > Proxy::PIXEL_SMALL || $height > Proxy::PIXEL_SMALL) { $result = self::store($image, $uid, 0, $resource_id, $filename, $album, 1, self::DEFAULT, $allow_cid, $allow_gid, $deny_cid, $deny_gid, $description); if ($result) { $preview = 1; } - $image->scaleDown(320); + $image->scaleDown(Proxy::PIXEL_SMALL); $result = self::store($image, $uid, 0, $resource_id, $filename, $album, 2, self::DEFAULT, $allow_cid, $allow_gid, $deny_cid, $deny_gid, $description); if ($result && ($preview == 0)) { $preview = 2; diff --git a/src/Model/Post.php b/src/Model/Post.php index fe48450221..6118dede91 100644 --- a/src/Model/Post.php +++ b/src/Model/Post.php @@ -1,6 +1,6 @@ $fields, 'condition' => $condition, 'uid' => DI::userSession()->getLocalUserId(),'callstack' => System::callstack(10)]); + Logger::info('Start Update', ['fields' => $fields, 'condition' => $condition, 'uid' => DI::userSession()->getLocalUserId()]); // Don't allow changes to fields that are responsible for the relation between the records unset($fields['id']); diff --git a/src/Model/Post/Activity.php b/src/Model/Post/Activity.php index 21a0462093..2618210459 100644 --- a/src/Model/Post/Activity.php +++ b/src/Model/Post/Activity.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Model\Post; + +use Friendica\Content\Smilies; +use Friendica\Database\Database; +use Friendica\Database\DBA; +use Friendica\Model\Item; +use Friendica\Model\Post; +use Friendica\Model\Verb; +use Friendica\Protocol\Activity; + +class Counts +{ + /** + * Insert or update a post-counts entry + * + * @param int $uri_id + */ + public static function update(int $uri_id, int $parent_uri_id, int $vid, string $verb, string $body = null) + { + if (!in_array($verb, [Activity::POST, Activity::LIKE, Activity::DISLIKE, + Activity::ATTEND, Activity::ATTENDMAYBE, Activity::ATTENDNO, + Activity::EMOJIREACT, Activity::ANNOUNCE, Activity::VIEW, Activity::READ])) { + return true; + } + + $condition = ['thr-parent-id' => $uri_id, 'vid' => $vid, 'deleted' => false]; + + if ($body == $verb) { + $condition['body'] = null; + $body = ''; + } elseif ($verb == Activity::POST) { + $condition['gravity'] = Item::GRAVITY_COMMENT; + $body = ''; + } elseif (($verb != Activity::POST) && (mb_strlen($body) == 1) && Smilies::isEmojiPost($body)) { + $condition['body'] = $body; + } else { + $body = ''; + } + + $fields = [ + 'uri-id' => $uri_id, + 'vid' => $vid, + 'reaction' => $body, + 'parent-uri-id' => $parent_uri_id, + 'count' => Post::countPosts($condition), + ]; + + if ($fields['count'] == 0) { + DBA::delete('post-counts', ['uri-id' => $uri_id, 'vid' => $vid, 'reaction' => $body]); + return true; + } + + return DBA::insert('post-counts', $fields, Database::INSERT_UPDATE); + } + + public static function updateForPost(int $uri_id, int $parent_uri_id) + { + self::update($uri_id, $parent_uri_id, Verb::getID(Activity::POST), Activity::POST); + + $activities = DBA::p("SELECT `parent-uri-id`, `vid`, `verb`, `body` FROM `post-view` WHERE `thr-parent-id` = ? AND `gravity` = ? GROUP BY `parent-uri-id`, `vid`, `verb`, `body`", $uri_id, Item::GRAVITY_ACTIVITY); + while ($activity = DBA::fetch($activities)) { + self::update($uri_id, $activity['parent-uri-id'], $activity['vid'], $activity['verb'], $activity['body']); + } + DBA::close($activities); + } + + /** + * Retrieves counts of the given condition + * + * @param array $condition + * + * @return array + */ + public static function get(array $condition): array + { + $counts = []; + + $activity_emoji = [ + Activity::LIKE => '👍', + Activity::DISLIKE => '👎', + Activity::ATTEND => '✔️', + Activity::ATTENDMAYBE => '❓', + Activity::ATTENDNO => '❌', + Activity::ANNOUNCE => '♻', + Activity::VIEW => '📺', + Activity::READ => '📖', + ]; + + $verbs = array_merge(array_keys($activity_emoji), [Activity::EMOJIREACT, Activity::POST]); + + $condition = DBA::mergeConditions($condition, ['verb' => $verbs]); + $countquery = DBA::select('post-counts-view', [], $condition); + while ($count = DBA::fetch($countquery)) { + if (!empty($count['reaction'])) { + $count['verb'] = Activity::EMOJIREACT; + $count['vid'] = Verb::getID($count['verb']); + } elseif (!empty($activity_emoji[$count['verb']])) { + $count['reaction'] = $activity_emoji[$count['verb']]; + } + $counts[] = $count; + } + DBA::close($counts); + return $counts; + } +} diff --git a/src/Model/Post/Delayed.php b/src/Model/Post/Delayed.php index e840a02384..c18d771ccc 100644 --- a/src/Model/Post/Delayed.php +++ b/src/Model/Post/Delayed.php @@ -1,6 +1,6 @@ $item['parent-uri-id']]); + $parent = Post::selectFirst(['uri-id', 'created', 'author-id', 'owner-id', 'uid', 'private', 'contact-contact-type', 'language', 'network', + 'title', 'content-warning', 'body', 'author-contact-type', 'author-nick', 'author-addr', 'author-gsid', 'owner-contact-type', 'owner-nick', 'owner-addr', 'owner-gsid'], + ['uri-id' => $item['parent-uri-id']]); - if ($parent['created'] < DateTimeFormat::utc('now - ' . DI::config()->get('channel', 'engagement_hours') . ' hour')) { + if ($parent['created'] < self::getCreationDateLimit(false)) { Logger::debug('Post is too old', ['uri-id' => $item['uri-id'], 'parent-uri-id' => $item['parent-uri-id'], 'created' => $parent['created']]); return; } @@ -78,7 +82,15 @@ class Engagement $mediatype = self::getMediaType($item['parent-uri-id']); if (!$store) { - $mediatype = !empty($mediatype); + $store = !empty($mediatype); + } + + $searchtext = self::getSearchTextForItem($parent); + if (!$store) { + $content = trim(($parent['title'] ?? '') . ' ' . ($parent['content-warning'] ?? '') . ' ' . ($parent['body'] ?? '')); + $languages = Item::getLanguageArray($content, 1, 0, $parent['author-id']); + $language = !empty($languages) ? array_key_first($languages) : ''; + $store = DI::userDefinedChannel()->match($searchtext, $language); } $engagement = [ @@ -87,6 +99,7 @@ class Engagement 'contact-type' => $parent['contact-contact-type'], 'media-type' => $mediatype, 'language' => $parent['language'], + 'searchtext' => $searchtext, 'created' => $parent['created'], 'restricted' => !in_array($item['network'], Protocol::FEDERATED) || ($parent['private'] != Item::PUBLIC), 'comments' => DBA::count('post', ['parent-uri-id' => $item['parent-uri-id'], 'gravity' => Item::GRAVITY_COMMENT]), @@ -104,6 +117,127 @@ class Engagement Logger::debug('Engagement stored', ['fields' => $engagement, 'ret' => $ret]); } + public static function getSearchTextForActivity(string $content, int $author_id, array $tags, array $receivers): string + { + $author = Contact::getById($author_id); + + $item = [ + 'uri-id' => 0, + 'network' => Protocol::ACTIVITYPUB, + 'title' => '', + 'content-warning' => '', + 'body' => $content, + 'private' => Item::PRIVATE, + 'author-id' => $author_id, + 'author-contact-type' => $author['contact-type'], + 'author-nick' => $author['nick'], + 'author-addr' => $author['addr'], + 'author-gsid' => $author['gsid'], + 'owner-id' => $author_id, + 'owner-contact-type' => $author['contact-type'], + 'owner-nick' => $author['nick'], + 'owner-addr' => $author['addr'], + 'author-gsid' => $author['gsid'], + ]; + + foreach ($receivers as $receiver) { + if ($receiver == Receiver::PUBLIC_COLLECTION) { + $item['private'] = Item::PUBLIC; + } + } + + return self::getSearchText($item, $receivers, $tags); + } + + private static function getSearchTextForItem(array $item): string + { + $receivers = array_column(Tag::getByURIId($item['uri-id'], [Tag::MENTION, Tag::IMPLICIT_MENTION, Tag::EXCLUSIVE_MENTION, Tag::AUDIENCE]), 'url'); + $tags = array_column(Tag::getByURIId($item['uri-id'], [Tag::HASHTAG]), 'name'); + return self::getSearchText($item, $receivers, $tags); + } + + private static function getSearchText(array $item, array $receivers, array $tags): string + { + $body = '[nosmile]network:' . $item['network']; + + if (!empty($item['author-gsid'])) { + $gserver = DBA::selectFirst('gserver', ['platform', 'nurl'], ['id' => $item['author-gsid']]); + $platform = preg_replace( '/[\W]/', '', $gserver['platform'] ?? ''); + if (!empty($platform)) { + $body .= ' platform:' . $platform; + } + $body .= ' server:' . parse_url($gserver['nurl'], PHP_URL_HOST); + } + + if (($item['owner-contact-type'] == Contact::TYPE_COMMUNITY) && !empty($item['owner-gsid']) && ($item['owner-gsid'] != ($item['author-gsid'] ?? 0))) { + $gserver = DBA::selectFirst('gserver', ['platform', 'nurl'], ['id' => $item['owner-gsid']]); + $platform = preg_replace( '/[\W]/', '', $gserver['platform'] ?? ''); + if (!empty($platform) && !strpos($body, 'platform:' . $platform)) { + $body .= ' platform:' . $platform; + } + $body .= ' server:' . parse_url($gserver['nurl'], PHP_URL_HOST); + } + + switch ($item['private']) { + case Item::PUBLIC: + $body .= ' visibility:public'; + break; + case Item::UNLISTED: + $body .= ' visibility:unlisted'; + break; + case Item::PRIVATE: + $body .= ' visibility:private'; + break; + } + + if (in_array(Contact::TYPE_COMMUNITY, [$item['author-contact-type'], $item['owner-contact-type']])) { + $body .= ' source:group'; + } elseif ($item['author-contact-type'] == Contact::TYPE_PERSON) { + $body .= ' source:person'; + } elseif ($item['author-contact-type'] == Contact::TYPE_NEWS) { + $body .= ' source:service'; + } elseif ($item['author-contact-type'] == Contact::TYPE_ORGANISATION) { + $body .= ' source:organization'; + } elseif ($item['author-contact-type'] == Contact::TYPE_RELAY) { + $body .= ' source:application'; + } + + if ($item['author-contact-type'] == Contact::TYPE_COMMUNITY) { + $body .= ' group:' . $item['author-nick'] . ' group:' . $item['author-addr']; + } elseif (in_array($item['author-contact-type'], [Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION])) { + $body .= ' from:' . $item['author-nick'] . ' from:' . $item['author-addr']; + } + + if ($item['author-id'] != $item['owner-id']) { + if ($item['owner-contact-type'] == Contact::TYPE_COMMUNITY) { + $body .= ' group:' . $item['owner-nick'] . ' group:' . $item['owner-addr']; + } elseif (in_array($item['owner-contact-type'], [Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION])) { + $body .= ' from:' . $item['owner-nick'] . ' from:' . $item['owner-addr']; + } + } + + foreach ($receivers as $receiver) { + $contact = Contact::getByURL($receiver, false, ['nick', 'addr', 'contact-type']); + if (empty($contact)) { + continue; + } + + if (($contact['contact-type'] == Contact::TYPE_COMMUNITY) && !strpos($body, 'group:' . $contact['addr'])) { + $body .= ' group:' . $contact['nick'] . ' group:' . $contact['addr']; + } elseif (in_array($contact['contact-type'], [Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION])) { + $body .= ' to:' . $contact['nick'] . ' to:' . $contact['addr']; + } + } + + foreach ($tags as $tag) { + $body .= ' tag:' . $tag; + } + + $body .= ' ' . $item['title'] . ' ' . $item['content-warning'] . ' ' . $item['body']; + + return BBCode::toSearchText($body, $item['uri-id']); + } + private static function getMediaType(int $uri_id): int { $media = Post\Media::getByURIId($uri_id); @@ -127,7 +261,27 @@ class Engagement */ public static function expire() { - DBA::delete('post-engagement', ["`created` < ?", DateTimeFormat::utc('now - ' . DI::config()->get('channel', 'engagement_hours') . ' hour')]); - Logger::notice('Cleared expired engagements', ['rows' => DBA::affectedRows()]); + $limit = self::getCreationDateLimit(true); + if (empty($limit)) { + Logger::notice('Expiration limit not reached'); + return; + } + DBA::delete('post-engagement', ["`created` < ?", $limit]); + Logger::notice('Cleared expired engagements', ['limit' => $limit, 'rows' => DBA::affectedRows()]); + } + + private static function getCreationDateLimit(bool $forDeletion): string + { + $posts = DI::config()->get('channel', 'engagement_post_limit'); + if (!empty($posts)) { + $limit = DBA::selectToArray('post-engagement', ['created'], [], ['limit' => [$posts, 1], 'order' => ['created' => true]]); + if (!empty($limit)) { + return $limit[0]['created']; + } elseif ($forDeletion) { + return ''; + } + } + + return DateTimeFormat::utc('now - ' . DI::config()->get('channel', 'engagement_hours') . ' hour'); } } diff --git a/src/Model/Post/History.php b/src/Model/Post/History.php index 8a373b3cd3..996993ad46 100644 --- a/src/Model/Post/History.php +++ b/src/Model/Post/History.php @@ -1,6 +1,6 @@ $uriId, 'url' => $url, 'callstack' => System::callstack(20)]); + Logger::info('Bad URL, quitting', ['uri-id' => $uriId, 'url' => $url]); return $url; } diff --git a/src/Model/Post/Media.php b/src/Model/Post/Media.php index a0d55b6e00..df05db98d5 100644 --- a/src/Model/Post/Media.php +++ b/src/Model/Post/Media.php @@ -1,6 +1,6 @@ $media['uri-id'], 'preview' => $media['url']])) { - Logger::info('Media already exists as preview', ['uri-id' => $media['uri-id'], 'url' => $media['url'], 'callstack' => System::callstack()]); + Logger::info('Media already exists as preview', ['uri-id' => $media['uri-id'], 'url' => $media['url']]); return false; } @@ -87,12 +87,12 @@ class Media // and embedded as picture then we only store the picture or replace the document $found = DBA::selectFirst('post-media', ['type'], ['uri-id' => $media['uri-id'], 'url' => $media['url']]); if (!$force && !empty($found) && (($found['type'] != self::DOCUMENT) || ($media['type'] == self::DOCUMENT))) { - Logger::info('Media already exists', ['uri-id' => $media['uri-id'], 'url' => $media['url'], 'callstack' => System::callstack()]); + Logger::info('Media already exists', ['uri-id' => $media['uri-id'], 'url' => $media['url']]); return false; } if (!ItemURI::exists($media['uri-id'])) { - Logger::info('Media referenced URI ID not found', ['uri-id' => $media['uri-id'], 'url' => $media['url'], 'callstack' => System::callstack()]); + Logger::info('Media referenced URI ID not found', ['uri-id' => $media['uri-id'], 'url' => $media['url']]); return false; } @@ -102,7 +102,7 @@ class Media // We are storing as fast as possible to avoid duplicated network requests // when fetching additional information for pictures and other content. $result = DBA::insert('post-media', $media, Database::INSERT_UPDATE); - Logger::info('Stored media', ['result' => $result, 'media' => $media, 'callstack' => System::callstack()]); + Logger::info('Stored media', ['result' => $result, 'media' => $media]); $stored = $media; $media = self::fetchAdditionalData($media); @@ -254,7 +254,7 @@ class Media */ private static function addActivity(array $media): array { - $id = Item::fetchByLink($media['url']); + $id = Item::fetchByLink($media['url'], 0, ActivityPub\Receiver::COMPLETION_ASYNC); if (empty($id)) { return $media; } @@ -265,6 +265,11 @@ class Media return $media; } + if ($item['uri-id'] == $media['uri-id']) { + Logger::info('Media-Uri-Id is identical to Uri-Id', ['uri-id' => $media['uri-id']]); + return $media; + } + if ( !empty($item['plink']) && Strings::compareLink($item['plink'], $media['url']) && parse_url($item['plink'], PHP_URL_HOST) != parse_url($item['uri'], PHP_URL_HOST) @@ -869,113 +874,6 @@ class Media return DBA::delete('post-media', ['id' => $id]); } - /** - * Split the attachment media in the three segments "visual", "link" and "additional" - * - * @param int $uri_id URI id - * @param array $links list of links that shouldn't be added - * @param bool $has_media - * @return array attachments - */ - public static function splitAttachments(int $uri_id, array $links = [], bool $has_media = true): array - { - $attachments = ['visual' => [], 'link' => [], 'additional' => []]; - - if (!$has_media) { - return $attachments; - } - - $media = self::getByURIId($uri_id); - if (empty($media)) { - return $attachments; - } - - $heights = []; - $selected = ''; - $previews = []; - - foreach ($media as $medium) { - foreach ($links as $link) { - if (Strings::compareLink($link, $medium['url'])) { - continue 2; - } - } - - // Avoid adding separate media entries for previews - foreach ($previews as $preview) { - if (Strings::compareLink($preview, $medium['url'])) { - continue 2; - } - } - - // Currently these two types are ignored here. - // Posts are added differently and contacts are not displayed as attachments. - if (in_array($medium['type'], [self::ACCOUNT, self::ACTIVITY])) { - continue; - } - - if (!empty($medium['preview'])) { - $previews[] = $medium['preview']; - } - - $type = explode('/', explode(';', $medium['mimetype'] ?? '')[0]); - if (count($type) < 2) { - Logger::info('Unknown MimeType', ['type' => $type, 'media' => $medium]); - $filetype = 'unkn'; - $subtype = 'unkn'; - } else { - $filetype = strtolower($type[0]); - $subtype = strtolower($type[1]); - } - - $medium['filetype'] = $filetype; - $medium['subtype'] = $subtype; - - if ($medium['type'] == self::HTML || (($filetype == 'text') && ($subtype == 'html'))) { - $attachments['link'][] = $medium; - continue; - } - - if ( - in_array($medium['type'], [self::AUDIO, self::IMAGE]) || - in_array($filetype, ['audio', 'image']) - ) { - $attachments['visual'][] = $medium; - } elseif (($medium['type'] == self::VIDEO) || ($filetype == 'video')) { - if (!empty($medium['height'])) { - // Peertube videos are delivered in many different resolutions. We pick a moderate one. - // Since only Peertube provides a "height" parameter, this wouldn't be executed - // when someone for example on Mastodon was sharing multiple videos in a single post. - $heights[$medium['height']] = $medium['url']; - $video[$medium['url']] = $medium; - } else { - $attachments['visual'][] = $medium; - } - } else { - $attachments['additional'][] = $medium; - } - } - - if (!empty($heights)) { - ksort($heights); - foreach ($heights as $height => $url) { - if (empty($selected) || $height <= 480) { - $selected = $url; - } - } - - if (!empty($selected)) { - $attachments['visual'][] = $video[$selected]; - unset($video[$selected]); - foreach ($video as $element) { - $attachments['additional'][] = $element; - } - } - } - - return $attachments; - } - /** * Add media attachments to the body * @@ -1114,25 +1012,9 @@ class Media */ public static function getPreviewUrlForId(int $id, string $size = ''): string { - $url = DI::baseUrl() . '/photo/preview/'; - switch ($size) { - case Proxy::SIZE_MICRO: - $url .= Proxy::PIXEL_MICRO . '/'; - break; - case Proxy::SIZE_THUMB: - $url .= Proxy::PIXEL_THUMB . '/'; - break; - case Proxy::SIZE_SMALL: - $url .= Proxy::PIXEL_SMALL . '/'; - break; - case Proxy::SIZE_MEDIUM: - $url .= Proxy::PIXEL_MEDIUM . '/'; - break; - case Proxy::SIZE_LARGE: - $url .= Proxy::PIXEL_LARGE . '/'; - break; - } - return $url . $id; + return DI::baseUrl() . '/photo/preview/' . + (Proxy::getPixelsFromSize($size) ? Proxy::getPixelsFromSize($size) . '/' : '') . + $id; } /** @@ -1144,24 +1026,8 @@ class Media */ public static function getUrlForId(int $id, string $size = ''): string { - $url = DI::baseUrl() . '/photo/media/'; - switch ($size) { - case Proxy::SIZE_MICRO: - $url .= Proxy::PIXEL_MICRO . '/'; - break; - case Proxy::SIZE_THUMB: - $url .= Proxy::PIXEL_THUMB . '/'; - break; - case Proxy::SIZE_SMALL: - $url .= Proxy::PIXEL_SMALL . '/'; - break; - case Proxy::SIZE_MEDIUM: - $url .= Proxy::PIXEL_MEDIUM . '/'; - break; - case Proxy::SIZE_LARGE: - $url .= Proxy::PIXEL_LARGE . '/'; - break; - } - return $url . $id; + return DI::baseUrl() . '/photo/media/' . + (Proxy::getPixelsFromSize($size) ? Proxy::getPixelsFromSize($size) . '/' : '') . + $id; } } diff --git a/src/Model/Post/Question.php b/src/Model/Post/Question.php index 6c58562978..4c20959d1a 100644 --- a/src/Model/Post/Question.php +++ b/src/Model/Post/Question.php @@ -1,6 +1,6 @@ $item['quote-uri-id'], 'uid' => $item['uid'], 'author-id' => $contacts, 'deleted' => false, 'gravity' => [item::GRAVITY_PARENT, Item::GRAVITY_COMMENT]]; + $condition = ['uri-id' => $item['quote-uri-id'], 'uid' => $item['uid'], 'author-id' => $contacts, 'deleted' => false, 'gravity' => [Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT]]; return Post::exists($condition); } diff --git a/src/Model/Profile.php b/src/Model/Profile.php index b80c83881a..44835bda9a 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -1,6 +1,6 @@ warning('System user found in Profile::load', ['nickname' => $nickname, 'callstack' => System::callstack(20)]); + DI::logger()->warning('System user found in Profile::load', ['nickname' => $nickname]); throw new HTTPException\NotFoundException(DI::l10n()->t('User not found.')); } @@ -307,7 +308,12 @@ class Profile $profile_url = $profile['url']; - $cid = $profile['id']; + $contact = Contact::selectFirst(['id'], ['uri-id' => $profile['uri-id'], 'uid' => 0]); + if (!$contact) { + return $o; + } + + $cid = $contact['id']; $follow_link = null; $unfollow_link = null; @@ -346,8 +352,6 @@ class Profile if (Contact::canReceivePrivateMessages($profile_contact)) { if ($visitor_is_followed || $visitor_is_following) { $wallmessage_link = $visitor_base_path . '/message/new/' . $profile_contact['id']; - } elseif ($visitor_is_authenticated && !empty($profile['unkmail'])) { - $wallmessage_link = 'profile/' . $profile['nickname'] . '/unkmail'; } } } @@ -450,7 +454,19 @@ class Profile $p['url'] = Contact::magicLinkById($cid, $profile['url']); if (!isset($profile['hidewall'])) { - Logger::warning('Missing hidewall key in profile array', ['profile' => $profile, 'callstack' => System::callstack(10)]); + Logger::warning('Missing hidewall key in profile array', ['profile' => $profile]); + } + + if ($profile['account-type'] == Contact::TYPE_COMMUNITY) { + $mention_label = DI::l10n()->t('Post to group'); + $mention_url = 'compose/0?body=!' . $profile['addr']; + $network_label = DI::l10n()->t('View group'); + $network_url = 'network/group/' . $cid; + } else { + $mention_label = DI::l10n()->t('Mention'); + $mention_url = 'compose/0?body=@' . $profile['addr']; + $network_label = DI::l10n()->t('Network Posts'); + $network_url = 'contact/' . $cid . '/conversations'; } $tpl = Renderer::getMarkupTemplate('profile/vcard.tpl'); @@ -476,6 +492,10 @@ class Profile '$updated' => $updated, '$diaspora' => $diaspora, '$contact_block' => $contact_block, + '$mention_label' => $mention_label, + '$mention_url' => $mention_url, + '$network_label' => $network_label, + '$network_url' => $network_url, ]); $arr = ['profile' => &$profile, 'entry' => &$o]; @@ -485,30 +505,40 @@ class Profile return $o; } + /** + * Check if the event list should be displayed + * + * @param integer $uid + * @param Mode $mode + * @return boolean + */ + public static function shouldDisplayEventList(int $uid, Mode $mode): bool + { + if (empty($uid) || $mode->isMobile()) { + return false; + } + + if (!DI::pConfig()->get($uid, 'system', 'display_eventlist', true)) { + return false; + } + + return !DI::config()->get('theme', 'hide_eventlist'); + } + /** * Returns the upcoming birthdays of contacts of the current user as HTML content + * @param int $uid User Id * * @return string The upcoming birthdays (HTML) * @throws HTTPException\InternalServerErrorException * @throws HTTPException\ServiceUnavailableException * @throws \ImagickException */ - public static function getBirthdays(): string + public static function getBirthdays(int $uid): string { - if (!DI::userSession()->getLocalUserId() || DI::mode()->isMobile() || DI::mode()->isMobile()) { - return ''; - } - - /* - * $mobile_detect = new Mobile_Detect(); - * $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet(); - * if ($is_mobile) - * return $o; - */ - $bd_short = DI::l10n()->t('F d'); - $cacheKey = 'get_birthdays:' . DI::userSession()->getLocalUserId(); + $cacheKey = 'get_birthdays:' . $uid; $events = DI::cache()->get($cacheKey); if (is_null($events)) { $result = DBA::p( @@ -525,7 +555,7 @@ class Profile ORDER BY `start`", Contact::SHARING, Contact::FRIEND, - DI::userSession()->getLocalUserId(), + $uid, DateTimeFormat::utc('now + 6 days'), DateTimeFormat::utcNow() ); @@ -589,30 +619,18 @@ class Profile /** * Renders HTML for event reminder (e.g. contact birthdays + * @param int $uid User Id + * @param int $pcid Public Contact Id * * @return string Rendered HTML */ - public static function getEventsReminderHTML(): string + public static function getEventsReminderHTML(int $uid, int $pcid): string { - $a = DI::app(); - $o = ''; - - if (!DI::userSession()->getLocalUserId() || DI::mode()->isMobile() || DI::mode()->isMobile()) { - return $o; - } - - /* - * $mobile_detect = new Mobile_Detect(); - * $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet(); - * if ($is_mobile) - * return $o; - */ - $bd_format = DI::l10n()->t('g A l F d'); // 8 AM Friday January 18 $classtoday = ''; $condition = ["`uid` = ? AND `type` != 'birthday' AND `start` < ? AND `start` >= ?", - DI::userSession()->getLocalUserId(), DateTimeFormat::utc('now + 7 days'), DateTimeFormat::utc('now - 1 days')]; + $uid, DateTimeFormat::utc('now + 7 days'), DateTimeFormat::utc('now - 1 days')]; $s = DBA::select('event', [], $condition, ['order' => ['start']]); $r = []; @@ -622,7 +640,7 @@ class Profile $total = 0; while ($rr = DBA::fetch($s)) { - $condition = ['parent-uri' => $rr['uri'], 'uid' => $rr['uid'], 'author-id' => DI::userSession()->getPublicContactId(), + $condition = ['parent-uri' => $rr['uri'], 'uid' => $rr['uid'], 'author-id' => $pcid, 'vid' => [Verb::getID(Activity::ATTEND), Verb::getID(Activity::ATTENDMAYBE)], 'visible' => true, 'deleted' => false]; if (!Post::exists($condition)) { @@ -813,12 +831,14 @@ class Profile /** * Set the visitor cookies (see remote_user()) for signed HTTP requests - ( + * + * @param array $server The content of the $_SERVER superglobal * @return array Visitor contact array + * @throws InternalServerErrorException */ - public static function addVisitorCookieForHTTPSigner(): array + public static function addVisitorCookieForHTTPSigner(array $server): array { - $requester = HTTPSignature::getSigner('', $_SERVER); + $requester = HTTPSignature::getSigner('', $server); if (empty($requester)) { return []; } diff --git a/src/Model/PushSubscriber.php b/src/Model/PushSubscriber.php index 2a2ce57ef3..e910f2f1e1 100644 --- a/src/Model/PushSubscriber.php +++ b/src/Model/PushSubscriber.php @@ -1,6 +1,6 @@ ?", 0]; + + $abandon_days = intval(DI::config()->get('system', 'account_abandon_days')); + if (!empty($abandon_days)) { + $user_condition = DBA::mergeConditions($user_condition, ["`last-activity` > ?", DateTimeFormat::utc('now - ' . $abandon_days . ' days')]); + } + + $condition = $user_condition; + $condition[0] = "SELECT DISTINCT(`term`) FROM `search` INNER JOIN `user` ON `search`.`uid` = `user`.`uid` WHERE " . $user_condition[0]; + $sql = array_shift($condition); + $termsStmt = DBA::p($sql, $condition); $tags = []; - while ($term = DBA::fetch($termsStmt)) { $tags[] = trim(mb_strtolower($term['term']), '#'); } DBA::close($termsStmt); + + $condition = $user_condition; + $condition[0] = "SELECT `include-tags` FROM `channel` INNER JOIN `user` ON `channel`.`uid` = `user`.`uid` WHERE " . $user_condition[0]; + $sql = array_shift($condition); + $channels = DBA::p($sql, $condition); + while ($channel = DBA::fetch($channels)) { + foreach (explode(',', $channel['include-tags']) as $tag) { + $tag = trim(mb_strtolower($tag)); + if (empty($tag)) { + continue; + } + if (!in_array($tag, $tags)) { + $tags[] = $tag; + } + } + } + DBA::close($channels); + + sort($tags); + return $tags; } } diff --git a/src/Model/Subscription.php b/src/Model/Subscription.php index 10a2d9b4d1..c5ddc24cf0 100644 --- a/src/Model/Subscription.php +++ b/src/Model/Subscription.php @@ -1,6 +1,6 @@ $url, 'callstack' => System::callstack(20)]); + Logger::notice('Wrong scheme in url', ['url' => $url]); } $cid = Contact::getIdForURL($url, 0, false); @@ -159,7 +162,7 @@ class Tag DBA::insert('post-tag', $fields, Database::INSERT_IGNORE); - Logger::debug('Stored tag/mention', ['uri-id' => $uriId, 'tag-id' => $tagid, 'contact-id' => $cid, 'name' => $name, 'type' => $type, 'callstack' => System::callstack(8)]); + Logger::debug('Stored tag/mention', ['uri-id' => $uriId, 'tag-id' => $tagid, 'contact-id' => $cid, 'name' => $name, 'type' => $type]); } /** @@ -197,7 +200,7 @@ class Tag $target = self::ACCOUNT; Logger::debug('URL is an account', ['url' => $url]); } elseif ($fetch && ($target != self::GENERAL_COLLECTION)) { - $content = ActivityPub::fetchContent($url); + $content = HTTPSignature::fetch($url); if (!empty($content['type']) && ($content['type'] == 'OrderedCollection')) { $target = self::GENERAL_COLLECTION; Logger::debug('URL is an ordered collection', ['url' => $url]); @@ -316,7 +319,7 @@ class Tag */ public static function storeFromArray(array $item, string $tags = null) { - Logger::info('Check for tags', ['uri-id' => $item['uri-id'], 'hash' => $tags, 'callstack' => System::callstack()]); + Logger::info('Check for tags', ['uri-id' => $item['uri-id'], 'hash' => $tags]); if (is_null($tags)) { $tags = self::TAG_CHARACTER[self::HASHTAG] . self::TAG_CHARACTER[self::MENTION] . self::TAG_CHARACTER[self::EXCLUSIVE_MENTION]; @@ -339,7 +342,7 @@ class Tag /** * Store raw tags (not encapsulated in links) from the body * This function is needed in the intermediate phase. - * Later we can call item::setHashtags in advance to have all tags converted. + * Later we can call Item::setHashtags in advance to have all tags converted. * * @param integer $uriId URI-Id * @param string $body Body of the post @@ -347,7 +350,7 @@ class Tag */ public static function storeRawTagsFromBody(int $uriId, string $body) { - Logger::info('Check for tags', ['uri-id' => $uriId, 'callstack' => System::callstack()]); + Logger::info('Check for tags', ['uri-id' => $uriId]); $result = BBCode::getTags($body); if (empty($result)) { @@ -396,7 +399,7 @@ class Tag return; } - Logger::debug('Removing tag/mention', ['uri-id' => $uriId, 'tid' => $tag['tid'], 'name' => $name, 'url' => $url, 'callstack' => System::callstack(8)]); + Logger::debug('Removing tag/mention', ['uri-id' => $uriId, 'tid' => $tag['tid'], 'name' => $name, 'url' => $url]); DBA::delete('post-tag', ['uri-id' => $uriId, 'type' => $type, 'tid' => $tag['tid'], 'cid' => $tag['cid']]); } diff --git a/src/Model/User.php b/src/Model/User.php index 79e2386381..2a8ce5330d 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -1,6 +1,6 @@ $system['sprvkey'], 'guid' => System::createUUID(), 'verified' => true, - 'page-flags' => User::PAGE_FLAGS_SOAPBOX, - 'account-type' => User::ACCOUNT_TYPE_RELAY, + 'page-flags' => self::PAGE_FLAGS_SOAPBOX, + 'account-type' => self::ACCOUNT_TYPE_RELAY, ]; DBA::update('user', $fields, ['uid' => 0]); @@ -344,6 +342,35 @@ class User return DBA::selectFirst('user', $fields, ['nickname' => $nickname]); } + /** + * Set static settings for community user accounts + * + * @param integer $uid + * @return void + */ + public static function setCommunityUserSettings(int $uid) + { + $user = self::getById($uid, ['account-type', 'page-flags']); + if ($user['account-type'] != self::ACCOUNT_TYPE_COMMUNITY) { + return; + } + + DI::pConfig()->set($uid, 'system', 'unlisted', true); + + $fields = [ + 'allow_cid' => '', + 'allow_gid' => $user['page-flags'] == self::PAGE_FLAGS_PRVGROUP ? '<' . Circle::FOLLOWERS . '>' : '', + 'deny_cid' => '', + 'deny_gid' => '', + 'blockwall' => true, + 'blocktags' => true, + ]; + + self::update($fields, $uid); + + Profile::update(['hide-friends' => true], $uid); + } + /** * Returns the user id of a given profile URL * @@ -397,7 +424,7 @@ class User * @return array user * @throws Exception */ - public static function getFirstAdmin(array $fields = []) : array + public static function getFirstAdmin(array $fields = []): array { if (!empty(DI::config()->get('config', 'admin_nickname'))) { return self::getByNickname(DI::config()->get('config', 'admin_nickname'), $fields); @@ -532,22 +559,90 @@ class User return $default_circle; } -/** - * Fetch the language code from the given user. If the code is invalid, return the system language - * - * @param integer $uid User-Id - * @return string - */ + /** + * Fetch the language code from the given user. If the code is invalid, return the system language + * + * @param integer $uid User-Id + * @return string + */ public static function getLanguageCode(int $uid): string { $owner = self::getOwnerDataById($uid); - $languages = DI::l10n()->getAvailableLanguages(true); - if (in_array($owner['language'], array_keys($languages))) { - $language = $owner['language']; - } else { - $language = DI::config()->get('system', 'language'); + if (!empty($owner['language'])) { + $language = DI::l10n()->toISO6391($owner['language']); + if (in_array($language, array_keys(DI::l10n()->getLanguageCodes()))) { + return $language; + } } - return $language; + return DI::l10n()->toISO6391(DI::config()->get('system', 'language')); + } + + /** + * Fetch the wanted languages for a given user + * + * @param integer $uid + * @return array + */ + public static function getWantedLanguages(int $uid): array + { + return DI::pConfig()->get($uid, 'channel', 'languages', [self::getLanguageCode($uid)]) ?? []; + } + + /** + * Get a list of all languages that are used by the users + * + * @return array + */ + public static function getLanguages(): array + { + $cachekey = 'user:getLanguages'; + $languages = DI::cache()->get($cachekey); + if (!is_null($languages)) { + return $languages; + } + + $supported = array_keys(DI::l10n()->getLanguageCodes()); + $languages = []; + $uids = []; + + $condition = ["`verified` AND NOT `blocked` AND NOT `account_removed` AND NOT `account_expired` AND `uid` > ?", 0]; + + $abandon_days = intval(DI::config()->get('system', 'account_abandon_days')); + if (!empty($abandon_days)) { + $condition = DBA::mergeConditions($condition, ["`last-activity` > ?", DateTimeFormat::utc('now - ' . $abandon_days . ' days')]); + } + + $users = DBA::select('user', ['uid', 'language'], $condition); + while ($user = DBA::fetch($users)) { + $uids[] = $user['uid']; + $code = DI::l10n()->toISO6391($user['language']); + if (!in_array($code, $supported)) { + continue; + } + $languages[$code] = $code; + } + DBA::close($users); + + $channels = DBA::select('pconfig', ['uid', 'v'], ["`cat` = ? AND `k` = ? AND `v` != ?", 'channel', 'languages', '']); + while ($channel = DBA::fetch($channels)) { + if (!in_array($channel['uid'], $uids)) { + continue; + } + $values = unserialize($channel['v']); + if (!empty($values) && is_array($values)) { + foreach ($values as $language) { + $language = DI::l10n()->toISO6391($language); + $languages[$language] = $language; + } + } + } + DBA::close($channels); + + ksort($languages); + $languages = array_keys($languages); + DI::cache()->set($cachekey, $languages); + + return $languages; } /** @@ -727,7 +822,7 @@ class User return; } - $user = User::getById($uid, ['last-activity']); + $user = self::getById($uid, ['last-activity']); if (empty($user)) { return; } @@ -735,7 +830,7 @@ class User $current_day = DateTimeFormat::utcNow('Y-m-d'); if ($user['last-activity'] != $current_day) { - User::update(['last-activity' => $current_day], $uid); + self::update(['last-activity' => $current_day], $uid); // Set the last activity for all identities of the user DBA::update('user', ['last-activity' => $current_day], ['parent-uid' => $uid, 'verified' => true, 'blocked' => false, 'account_removed' => false, 'account_expired' => false]); } @@ -963,7 +1058,7 @@ class User public static function getAvatarUrl(array $user, string $size = ''): string { if (empty($user['nickname'])) { - DI::logger()->warning('Missing user nickname key', ['trace' => System::callstack(20)]); + DI::logger()->warning('Missing user nickname key'); } $url = DI::baseUrl() . '/photo/'; @@ -1005,7 +1100,7 @@ class User public static function getBannerUrl(array $user): string { if (empty($user['nickname'])) { - DI::logger()->warning('Missing user nickname key', ['trace' => System::callstack(20)]); + DI::logger()->warning('Missing user nickname key'); } $url = DI::baseUrl() . '/photo/banner/'; @@ -1132,7 +1227,7 @@ class User throw new Exception(DI::l10n()->tt('Username should be at most %s character.', 'Username should be at most %s characters.', $username_max_length)); } - // So now we are just looking for a space in the full name. + // So now we are just looking for a space in the display name. $loose_reg = DI::config()->get('system', 'no_regfullname'); if (!$loose_reg) { $username = mb_convert_case($username, MB_CASE_TITLE, 'UTF-8'); @@ -1176,7 +1271,7 @@ class User throw new Exception(DI::l10n()->t('Nickname is already registered. Please choose another.')); } - $new_password = strlen($password) ? $password : User::generateNewPassword(); + $new_password = strlen($password) ? $password : self::generateNewPassword(); $new_password_encoded = self::hashPassword($new_password); $return['password'] = $new_password; @@ -1397,7 +1492,7 @@ class User return false; } - $user = User::getById($register['uid']); + $user = self::getById($register['uid']); if (!DBA::isResult($user)) { return false; } @@ -1415,7 +1510,7 @@ class User $l10n = DI::l10n()->withLang($register['language']); - return User::sendRegisterOpenEmail( + return self::sendRegisterOpenEmail( $l10n, $user, DI::config()->get('config', 'sitename'), @@ -1443,7 +1538,7 @@ class User return false; } - $user = User::getById($register['uid']); + $user = self::getById($register['uid']); if (!DBA::isResult($user)) { return false; } @@ -1452,7 +1547,7 @@ class User Photo::delete(['uid' => $register['uid']]); return DBA::delete('user', ['uid' => $register['uid']]) && - Register::deleteByHash($register['hash']); + Register::deleteByHash($register['hash']); } /** @@ -1502,10 +1597,9 @@ class User You may also wish to add some basic information to your default profile (on the "Profiles" page) so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" + (very useful in making new friends) - and perhaps what country you live in; + if you do not wish to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -1606,10 +1700,9 @@ class User You may also wish to add some basic information to your default profile ' . "\x28" . 'on the "Profiles" page' . "\x29" . ' so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" ' . "\x28" . 'very useful in making new friends' . "\x29" . ' - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" ' . "\x28" . 'very useful + in making new friends' . "\x29" . ' - and perhaps what country you live in; if you do not wish + to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -1638,16 +1731,24 @@ class User * @param int $uid user to remove * @return bool * @throws HTTPException\InternalServerErrorException + * @throws HTTPException\NotFoundException */ public static function remove(int $uid): bool { if (empty($uid)) { - return false; + throw new \InvalidArgumentException('uid needs to be greater than 0'); } Logger::notice('Removing user', ['user' => $uid]); - $user = DBA::selectFirst('user', [], ['uid' => $uid]); + $user = self::getById($uid); + if (!$user) { + throw new HTTPException\NotFoundException('User not found with uid: ' . $uid); + } + + if (DBA::exists('user', ['parent-uid' => $uid])) { + throw new \RuntimeException(DI::l10n()->t("User with delegates can't be removed, please remove delegate users first")); + } Hook::callAll('remove_user', $user); diff --git a/src/Model/User/Cookie.php b/src/Model/User/Cookie.php index aa89ae2275..c14600b441 100644 --- a/src/Model/User/Cookie.php +++ b/src/Model/User/Cookie.php @@ -1,6 +1,6 @@ $verb]); if (DBA::isResult($verb_record)) { + self::$verbs[$verb_record['id']] = $verb; return $verb_record['id']; } DBA::insert('verb', ['name' => $verb], Database::INSERT_IGNORE); - return DBA::lastInsertId(); + $id = DBA::lastInsertId(); + self::$verbs[$id] = $verb; + return $id; + } /** @@ -62,11 +73,17 @@ class Verb return ''; } + if (!empty(self::$verbs[$id])) { + return self::$verbs[$id]; + } + $verb_record = DBA::selectFirst('verb', ['name'], ['id' => $id]); if (!DBA::isResult($verb_record)) { return ''; } + self::$verbs[$id] = $verb_record['name']; + return $verb_record['name']; } } diff --git a/src/Moderation/Collection/Report/Posts.php b/src/Moderation/Collection/Report/Posts.php index 374654dc37..48475bd97a 100644 --- a/src/Moderation/Collection/Report/Posts.php +++ b/src/Moderation/Collection/Report/Posts.php @@ -1,6 +1,6 @@ jsonExit($output); } } diff --git a/src/Module/Acctlink.php b/src/Module/Acctlink.php index edff8b833c..df3bee1423 100644 --- a/src/Module/Acctlink.php +++ b/src/Module/Acctlink.php @@ -1,6 +1,6 @@ jsonExit($featured, 'application/activity+json'); } } diff --git a/src/Module/ActivityPub/Followers.php b/src/Module/ActivityPub/Followers.php index 1b9bdbb0f2..a5c44ab77d 100644 --- a/src/Module/ActivityPub/Followers.php +++ b/src/Module/ActivityPub/Followers.php @@ -1,6 +1,6 @@ jsonExit($followers, 'application/activity+json'); } } diff --git a/src/Module/ActivityPub/Following.php b/src/Module/ActivityPub/Following.php index ae27096117..ae7b8ecb28 100644 --- a/src/Module/ActivityPub/Following.php +++ b/src/Module/ActivityPub/Following.php @@ -1,6 +1,6 @@ jsonExit($following, 'application/activity+json'); } } diff --git a/src/Module/ActivityPub/Inbox.php b/src/Module/ActivityPub/Inbox.php index 77085c119a..656db0c76f 100644 --- a/src/Module/ActivityPub/Inbox.php +++ b/src/Module/ActivityPub/Inbox.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $page = $request['page'] ?? null; @@ -66,7 +66,7 @@ class Inbox extends BaseApi $inbox = ActivityPub\ClientToServer::getPublicInbox($uid, $page, $request['max_id'] ?? null); } - System::jsonExit($inbox, 'application/activity+json'); + $this->jsonExit($inbox, 'application/activity+json'); } protected function post(array $request = []) diff --git a/src/Module/ActivityPub/Objects.php b/src/Module/ActivityPub/Objects.php index 34d4609511..fc193df128 100644 --- a/src/Module/ActivityPub/Objects.php +++ b/src/Module/ActivityPub/Objects.php @@ -1,6 +1,6 @@ jsonExit($data, 'application/activity+json'); } } diff --git a/src/Module/ActivityPub/Outbox.php b/src/Module/ActivityPub/Outbox.php index 492971bba0..165d918c66 100644 --- a/src/Module/ActivityPub/Outbox.php +++ b/src/Module/ActivityPub/Outbox.php @@ -1,6 +1,6 @@ parameters['nickname'])) { - throw new \Friendica\Network\HTTPException\NotFoundException(); + $this->jsonExit([], 'application/activity+json'); } $owner = User::getOwnerDataByNick($this->parameters['nickname']); @@ -53,12 +52,12 @@ class Outbox extends BaseApi $outbox = ActivityPub\ClientToServer::getOutbox($owner, $uid, $page, $request['max_id'] ?? null, HTTPSignature::getSigner('', $_SERVER)); - System::jsonExit($outbox, 'application/activity+json'); + $this->jsonExit($outbox, 'application/activity+json'); } protected function post(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $postdata = Network::postdata(); @@ -79,6 +78,6 @@ class Outbox extends BaseApi throw new \Friendica\Network\HTTPException\BadRequestException(); } - System::jsonExit(ActivityPub\ClientToServer::processActivity($activity, $uid, self::getCurrentApplication() ?? [])); + $this->jsonExit(ActivityPub\ClientToServer::processActivity($activity, $uid, self::getCurrentApplication() ?? [])); } } diff --git a/src/Module/ActivityPub/Whoami.php b/src/Module/ActivityPub/Whoami.php index cac21744f8..19e74e2e96 100644 --- a/src/Module/ActivityPub/Whoami.php +++ b/src/Module/ActivityPub/Whoami.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $owner = User::getOwnerDataById($uid); @@ -100,6 +100,6 @@ class Whoami extends BaseApi ]; $data['generator'] = ActivityPub\Transmitter::getService(); - System::jsonExit($data, 'application/activity+json'); + $this->jsonExit($data, 'application/activity+json'); } } diff --git a/src/Module/Admin/Addons/Details.php b/src/Module/Admin/Addons/Details.php index 1667f7d5c7..eb30c97d7c 100644 --- a/src/Module/Admin/Addons/Details.php +++ b/src/Module/Admin/Addons/Details.php @@ -1,6 +1,6 @@ ['name' => 'Castopod', 'color' => '#00564a'], // Background color from the page 'diaspora' => ['name' => 'Diaspora', 'color' => '#a1a1a1'], // logo is black and white, makes a gray 'calckey' => ['name' => 'firefish (Calckey)', 'color' => '#1c4a5c'], // Color from the page + 'sharkey' => ['name' => 'Sharkey', 'color' => 'lightpink'], // Font color from the homepage 'foundkey' => ['name' => 'Foundkey', 'color' => '#609926'], // Some random color from the repository 'funkwhale' => ['name' => 'Funkwhale', 'color' => '#4082B4'], // From the homepage 'gancio' => ['name' => 'Gancio', 'color' => '#7253ed'], // Fontcolor from the page 'gnusocial' => ['name' => 'GNU Social/Statusnet', 'color' => '#a22430'], // dark red from the logo 'gotosocial' => ['name' => 'GoToSocial', 'color' => '#df8958'], // Some color from their mascot 'hometown' => ['name' => 'Hometown', 'color' => '#1f70c1'], // Color from the Patreon page - 'honk' => ['name' => 'Honk', 'color' => '##0d0d0d'], // Background color from the page + 'honk' => ['name' => 'Honk', 'color' => '#0d0d0d'], // Background color from the page 'hubzilla' => ['name' => 'Hubzilla/Red Matrix', 'color' => '#43488a'], // blue from the logo + 'iceshrimp' => ['name' => 'iceshrimp', 'color' => 'mediumslateblue'], // Color that is used in their software 'kbin' => ['name' => 'kbin', 'color' => '#61366b'], // Color from their main instance 'lemmy' => ['name' => 'Lemmy', 'color' => '#00c853'], // Green from the page 'mastodon' => ['name' => 'Mastodon', 'color' => '#1a9df9'], // blue from the Mastodon logo @@ -66,8 +68,10 @@ class Federation extends BaseAdmin 'pixelfed' => ['name' => 'Pixelfed', 'color' => '#11da47'], // One of the logo colors 'pleroma' => ['name' => 'Pleroma', 'color' => '#E46F0F'], // Orange from the text that is used on Pleroma instances 'plume' => ['name' => 'Plume', 'color' => '#7765e3'], // From the homepage + 'postmarks' => ['name' => 'Postmarks', 'color' => 'darkblue'], // Header color from the homepage 'relay' => ['name' => 'ActivityPub Relay', 'color' => '#888888'], // Grey like the second color of the ActivityPub logo 'socialhome' => ['name' => 'SocialHome', 'color' => '#52056b'], // lilac from the Django Image used at the Socialhome homepage + 'snac' => ['name' => 'Snac', 'color' => '#2966a8'], // Color from one of their themes 'takahe' => ['name' => 'Takahē', 'color' => '#26323c'], // Background color of the homepage 'wildebeest' => ['name' => 'Wildebeest', 'color' => '#0055dc'], // Color of the mascot 'wordpress' => ['name' => 'WordPress', 'color' => '#016087'], // Background color of the homepage @@ -185,8 +189,8 @@ class Federation extends BaseAdmin $gserver['platform'] = $systems[$platform]['name']; $gserver['totallbl'] = DI::l10n()->tt('%2$s total system' , '%2$s total systems' , $gserver['total'], number_format($gserver['total'])); - $gserver['monthlbl'] = DI::l10n()->tt('%2$s active user last month' , '%2$s active users last month' , $gserver['month'] ?? 0, number_format($gserver['month'])); - $gserver['halfyearlbl'] = DI::l10n()->tt('%2$s active user last six months' , '%2$s active users last six months' , $gserver['halfyear'] ?? 0, number_format($gserver['halfyear'])); + $gserver['monthlbl'] = DI::l10n()->tt('%2$s active user last month' , '%2$s active users last month' , $gserver['month'] ?? 0, number_format($gserver['month'] ?? 0)); + $gserver['halfyearlbl'] = DI::l10n()->tt('%2$s active user last six months' , '%2$s active users last six months' , $gserver['halfyear'] ?? 0, number_format($gserver['halfyear'] ?? 0)); $gserver['userslbl'] = DI::l10n()->tt('%2$s registered user' , '%2$s registered users' , $gserver['users'], number_format($gserver['users'])); $gserver['postslbl'] = DI::l10n()->tt('%2$s locally created post or comment', '%2$s locally created posts and comments', $gserver['posts'], number_format($gserver['posts'])); diff --git a/src/Module/Admin/Logs/Settings.php b/src/Module/Admin/Logs/Settings.php index 54f929f090..1839986c55 100644 --- a/src/Module/Admin/Logs/Settings.php +++ b/src/Module/Admin/Logs/Settings.php @@ -1,6 +1,6 @@ beginTransaction(); @@ -156,15 +183,16 @@ class Site extends BaseAdmin $diaspora_enabled = false; } - $transactionConfig->set('system', 'maxloadavg' , $maxloadavg); - $transactionConfig->set('system', 'min_memory' , $min_memory); - $transactionConfig->set('system', 'optimize_tables' , $optimize_tables); - $transactionConfig->set('system', 'contact_discovery' , $contact_discovery); - $transactionConfig->set('system', 'synchronize_directory' , $synchronize_directory); - $transactionConfig->set('system', 'poco_requery_days' , $poco_requery_days); - $transactionConfig->set('system', 'poco_discovery' , $poco_discovery); - $transactionConfig->set('system', 'poco_local_search' , $poco_local_search); - $transactionConfig->set('system', 'nodeinfo' , $nodeinfo); + $transactionConfig->set('system', 'maxloadavg' , $maxloadavg); + $transactionConfig->set('system', 'min_memory' , $min_memory); + $transactionConfig->set('system', 'optimize_tables' , $optimize_tables); + $transactionConfig->set('system', 'contact_discovery' , $contact_discovery); + $transactionConfig->set('system', 'update_active_contacts' , $update_active_contacts); + $transactionConfig->set('system', 'synchronize_directory' , $synchronize_directory); + $transactionConfig->set('system', 'poco_requery_days' , $poco_requery_days); + $transactionConfig->set('system', 'poco_discovery' , $poco_discovery); + $transactionConfig->set('system', 'poco_local_search' , $poco_local_search); + $transactionConfig->set('system', 'nodeinfo' , $nodeinfo); if (DI::config()->isWritable('config', 'sitename')) { $transactionConfig->set('config', 'sitename', $sitename); } @@ -234,8 +262,12 @@ class Site extends BaseAdmin $transactionConfig->set('system', 'enotify_no_content' , $enotify_no_content); $transactionConfig->set('system', 'disable_embedded' , $disable_embedded); $transactionConfig->set('system', 'allow_users_remote_self', $allow_users_remote_self); + $transactionConfig->set('system', 'adjust_poll_frequency' , $adjust_poll_frequency); + $transactionConfig->set('system', 'min_poll_interval' , $min_poll_interval); $transactionConfig->set('system', 'explicit_content' , $explicit_content); $transactionConfig->set('system', 'proxify_content' , $proxify_content); + $transactionConfig->set('system', 'local_search' , $local_search); + $transactionConfig->set('system', 'blocked_tags' , $blocked_tags); $transactionConfig->set('system', 'cache_contact_avatar' , $cache_contact_avatar); $transactionConfig->set('system', 'check_new_version_url' , $check_new_version_url); @@ -245,6 +277,7 @@ class Site extends BaseAdmin $transactionConfig->set('system', 'register_notification' , $register_notification); $transactionConfig->set('system', 'community_page_style' , $community_page_style); $transactionConfig->set('system', 'max_author_posts_community_page', $max_author_posts_community_page); + $transactionConfig->set('system', 'max_server_posts_community_page', $max_server_posts_community_page); $transactionConfig->set('system', 'verifyssl' , $verifyssl); $transactionConfig->set('system', 'proxyuser' , $proxyuser); $transactionConfig->set('system', 'proxy' , $proxy); @@ -270,6 +303,8 @@ class Site extends BaseAdmin $transactionConfig->set('system', 'max_comments', $max_comments); $transactionConfig->set('system', 'max_display_comments', $max_display_comments); + $transactionConfig->set('system', 'itemspage_network', $itemspage_network); + $transactionConfig->set('system', 'itemspage_network_mobile', $itemspage_network_mobile); if ($temppath != '') { $temppath = BasePath::getRealPath($temppath); @@ -279,15 +314,31 @@ class Site extends BaseAdmin $transactionConfig->set('system', 'only_tag_search' , $only_tag_search); $transactionConfig->set('system', 'compute_circle_counts', $compute_circle_counts); + $transactionConfig->set('system', 'process_view', $process_view); + $transactionConfig->set('system', 'archival_days', $archival_days); - $transactionConfig->set('system', 'worker_queues' , $worker_queues); - $transactionConfig->set('system', 'worker_fastlane' , $worker_fastlane); + $transactionConfig->set('system', 'worker_queues' , $worker_queues); + $transactionConfig->set('system', 'worker_load_cooldown', $worker_load_cooldown); + $transactionConfig->set('system', 'worker_fastlane' , $worker_fastlane); + $transactionConfig->set('system', 'decoupled_receiver' , $decoupled_receiver); + $transactionConfig->set('system', 'cron_interval' , max($cron_interval, 1)); + $transactionConfig->set('system', 'worker_defer_limit' , $worker_defer_limit); + $transactionConfig->set('system', 'worker_fetch_limit' , max($worker_fetch_limit, 1)); + + $transactionConfig->set('system', 'relay_directly' , $relay_directly); + $transactionConfig->set('system', 'relay_scope' , $relay_scope); + $transactionConfig->set('system', 'relay_server_tags' , $relay_server_tags); + $transactionConfig->set('system', 'relay_deny_tags' , $relay_deny_tags); + $transactionConfig->set('system', 'relay_user_tags' , $relay_user_tags); + $transactionConfig->set('system', 'relay_deny_undetected_language', $relay_deny_undetected_language); + $transactionConfig->set('system', 'relay_language_quality' , $relay_language_quality); + $transactionConfig->set('system', 'relay_languages' , max($relay_languages, 1)); - $transactionConfig->set('system', 'relay_directly' , $relay_directly); - $transactionConfig->set('system', 'relay_scope' , $relay_scope); - $transactionConfig->set('system', 'relay_server_tags', $relay_server_tags); - $transactionConfig->set('system', 'relay_deny_tags' , $relay_deny_tags); - $transactionConfig->set('system', 'relay_user_tags' , $relay_user_tags); + $transactionConfig->set('channel', 'engagement_hours' , $engagement_hours); + $transactionConfig->set('channel', 'engagement_post_limit' , $engagement_post_limit); + $transactionConfig->set('channel', 'interaction_score_days' , $interaction_score_days); + $transactionConfig->set('channel', 'max_posts_per_author' , $max_posts_per_author); + $transactionConfig->set('channel', 'sharer_interaction_days', $sharer_interaction_days); $transactionConfig->commit(); @@ -412,6 +463,7 @@ class Site extends BaseAdmin '$no_relay_list' => DI::l10n()->t('The system is not subscribed to any relays at the moment.'), '$relay_list_title' => DI::l10n()->t('The system is currently subscribed to the following relays:'), '$relay_list' => Relay::getList(['url']), + '$channel_title' => DI::l10n()->t('Channels'), '$relocate' => DI::l10n()->t('Relocate Node'), '$relocate_msg' => DI::l10n()->t('Relocating your node enables you to change the DNS domain of this node and keep all the existing users and posts. This process takes a while and can only be started from the relocate console command like this:'), '$relocate_cmd' => DI::l10n()->t('(Friendica directory)# bin/console relocate https://newdomain.com'), @@ -458,14 +510,19 @@ class Site extends BaseAdmin '$disable_embedded' => ['disable_embedded', DI::l10n()->t('Don\'t embed private images in posts'), DI::config()->get('system', 'disable_embedded'), DI::l10n()->t('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.')], '$explicit_content' => ['explicit_content', DI::l10n()->t('Explicit Content'), DI::config()->get('system', 'explicit_content'), DI::l10n()->t('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.')], '$proxify_content' => ['proxify_content', DI::l10n()->t('Proxify external content'), DI::config()->get('system', 'proxify_content'), DI::l10n()->t('Route external content via the proxy functionality. This is used for example for some OEmbed accesses and in some other rare cases.')], + '$local_search' => ['local_search', DI::l10n()->t('Only local search'), DI::config()->get('system', 'local_search'), DI::l10n()->t('Blocks search for users who are not logged in to prevent crawlers from blocking your system.')], + '$blocked_tags' => ['blocked_tags', DI::l10n()->t('Blocked tags for trending tags'), DI::config()->get('system', 'blocked_tags'), DI::l10n()->t("Comma separated list of hashtags that shouldn't be displayed in the trending tags.")], '$cache_contact_avatar' => ['cache_contact_avatar', DI::l10n()->t('Cache contact avatars'), DI::config()->get('system', 'cache_contact_avatar'), DI::l10n()->t('Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance.')], '$allow_users_remote_self'=> ['allow_users_remote_self', DI::l10n()->t('Allow Users to set remote_self'), DI::config()->get('system', 'allow_users_remote_self'), DI::l10n()->t('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.')], + '$adjust_poll_frequency' => ['adjust_poll_frequency', DI::l10n()->t('Adjust the feed poll frequency'), DI::config()->get('system', 'adjust_poll_frequency'), DI::l10n()->t('Automatically detect and set the best feed poll frequency.')], + '$min_poll_interval' => ['min_poll_interval', DI::l10n()->t('Minimum poll interval'), DI::config()->get('system', 'min_poll_interval'), DI::l10n()->t('Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59.')], '$enable_multi_reg' => ['enable_multi_reg', DI::l10n()->t('Enable multiple registrations'), !DI::config()->get('system', 'block_extended_register'), DI::l10n()->t('Enable users to register additional accounts for use as pages.')], '$enable_openid' => ['enable_openid', DI::l10n()->t('Enable OpenID'), !DI::config()->get('system', 'no_openid'), DI::l10n()->t('Enable OpenID support for registration and logins.')], - '$enable_regfullname' => ['enable_regfullname', DI::l10n()->t('Enable Fullname check'), !DI::config()->get('system', 'no_regfullname'), DI::l10n()->t('Enable check to only allow users to register with a space between the first name and the last name in their full name.')], + '$enable_regfullname' => ['enable_regfullname', DI::l10n()->t('Enable full name check'), !DI::config()->get('system', 'no_regfullname'), DI::l10n()->t('Prevents users from registering with a display name with fewer than two parts separated by spaces.')], '$register_notification' => ['register_notification', DI::l10n()->t('Email administrators on new registration'), DI::config()->get('system', 'register_notification'), DI::l10n()->t('If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.')], '$community_page_style' => ['community_page_style', DI::l10n()->t('Community pages for visitors'), DI::config()->get('system', 'community_page_style'), DI::l10n()->t('Which community pages should be available for visitors. Local users always see both pages.'), $community_page_style_choices], - '$max_author_posts_community_page' => ['max_author_posts_community_page', DI::l10n()->t('Posts per user on community page'), DI::config()->get('system', 'max_author_posts_community_page'), DI::l10n()->t('The maximum number of posts per user on the community page. (Not valid for "Global Community")')], + '$max_author_posts_community_page' => ['max_author_posts_community_page', DI::l10n()->t('Posts per user on community page'), DI::config()->get('system', 'max_author_posts_community_page'), DI::l10n()->t('The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page.')], + '$max_server_posts_community_page' => ['max_server_posts_community_page', DI::l10n()->t('Posts per server on community page'), DI::config()->get('system', 'max_server_posts_community_page'), DI::l10n()->t('The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page.')], '$mail_able' => function_exists('imap_open'), '$mail_enabled' => ['mail_enabled', DI::l10n()->t('Enable Mail support'), !DI::config()->get('system', 'imap_disabled', !function_exists('imap_open')), DI::l10n()->t('Enable built-in mail support to poll IMAP folders and to reply via mail.')], '$mail_not_able' => DI::l10n()->t('Mail support can\'t be enabled because the PHP IMAP module is not installed.'), @@ -486,10 +543,11 @@ class Site extends BaseAdmin '
  • ' . DI::l10n()->t('Local contacts - contacts of our local contacts are discovered for their followers/followings.') . '
  • ' . '
  • ' . DI::l10n()->t('Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.') . '
  • ', $discovery_choices], + '$update_active_contacts' => ['update_active_contacts', DI::l10n()->t('Only update contacts/servers with local data'), DI::config()->get('system', 'update_active_contacts'), DI::l10n()->t('If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system.')], '$synchronize_directory' => ['synchronize_directory', DI::l10n()->t('Synchronize the contacts with the directory server'), DI::config()->get('system', 'synchronize_directory'), DI::l10n()->t('if enabled, the system will check periodically for new contacts on the defined directory server.')], - '$poco_requery_days' => ['poco_requery_days', DI::l10n()->t('Days between requery'), DI::config()->get('system', 'poco_requery_days'), DI::l10n()->t('Number of days after which a server is requeried for his contacts.')], - '$poco_discovery' => ['poco_discovery', DI::l10n()->t('Discover contacts from other servers'), DI::config()->get('system', 'poco_discovery'), DI::l10n()->t('Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.')], + '$poco_discovery' => ['poco_discovery', DI::l10n()->t('Discover contacts from other servers'), DI::config()->get('system', 'poco_discovery'), DI::l10n()->t('Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load.')], + '$poco_requery_days' => ['poco_requery_days', DI::l10n()->t('Days between requery'), DI::config()->get('system', 'poco_requery_days'), DI::l10n()->t('Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated.')], '$poco_local_search' => ['poco_local_search', DI::l10n()->t('Search the local directory'), DI::config()->get('system', 'poco_local_search'), DI::l10n()->t('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.')], '$nodeinfo' => ['nodeinfo', DI::l10n()->t('Publish server information'), DI::config()->get('system', 'nodeinfo'), DI::l10n()->t('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.')], @@ -502,18 +560,36 @@ class Site extends BaseAdmin '$dbclean_expire_conv' => ['dbclean_expire_conv', DI::l10n()->t('Lifespan of raw conversation data'), DI::config()->get('system', 'dbclean_expire_conversation'), DI::l10n()->t('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.')], '$max_comments' => ['max_comments', DI::l10n()->t('Maximum numbers of comments per post'), DI::config()->get('system', 'max_comments'), DI::l10n()->t('How much comments should be shown for each post? Default value is 100.')], '$max_display_comments' => ['max_display_comments', DI::l10n()->t('Maximum numbers of comments per post on the display page'), DI::config()->get('system', 'max_display_comments'), DI::l10n()->t('How many comments should be shown on the single view for each post? Default value is 1000.')], + '$itemspage_network' => ['itemspage_network', DI::l10n()->t('Items per page'), DI::config()->get('system', 'itemspage_network'), DI::l10n()->t('Number of items per page in stream pages (network, community, profile/contact statuses, search).')], + '$itemspage_network_mobile' => ['itemspage_network_mobile', DI::l10n()->t('Items per page for mobile devices'), DI::config()->get('system', 'itemspage_network_mobile'), DI::l10n()->t('Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices.')], '$temppath' => ['temppath', DI::l10n()->t('Temp path'), DI::config()->get('system', 'temppath'), DI::l10n()->t('If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.')], '$only_tag_search' => ['only_tag_search', DI::l10n()->t('Only search in tags'), DI::config()->get('system', 'only_tag_search'), DI::l10n()->t('On large systems the text search can slow down the system extremely.')], - '$compute_circle_counts' => ['compute_circle_counts', DI::l10n()->t('Generate counts per contact circle when calculating network count'), DI::config()->get('system', 'compute_group_counts') ?? DI::config()->get('system', 'compute_circle_counts'), DI::l10n()->t('On systems with users that heavily use contact circles the query can be very expensive.')], + '$compute_circle_counts' => ['compute_circle_counts', DI::l10n()->t('Generate counts per contact circle when calculating network count'), DI::config()->get('system', 'compute_circle_counts'), DI::l10n()->t('On systems with users that heavily use contact circles the query can be very expensive.')], + '$process_view' => ['process_view', DI::l10n()->t('Process "view" activities'), DI::config()->get('system', 'process_view'), DI::l10n()->t('"view" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system.')], + '$archival_days' => ['archival_days', DI::l10n()->t('Days, after which a contact is archived'), DI::config()->get('system', 'archival_days'), DI::l10n()->t('Number of days that we try to deliver content or to update the contact data before we archive a contact.')], '$worker_queues' => ['worker_queues', DI::l10n()->t('Maximum number of parallel workers'), DI::config()->get('system', 'worker_queues'), DI::l10n()->t('On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.', 5, 20, 10)], + '$worker_load_cooldown' => ['worker_load_cooldown', DI::l10n()->t('Maximum load for workers'), DI::config()->get('system', 'worker_load_cooldown'), DI::l10n()->t('Maximum load that causes a cooldown before each worker function call.')], '$worker_fastlane' => ['worker_fastlane', DI::l10n()->t('Enable fastlane'), DI::config()->get('system', 'worker_fastlane'), DI::l10n()->t('When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.')], + '$decoupled_receiver' => ['decoupled_receiver', DI::l10n()->t('Decoupled receiver'), DI::config()->get('system', 'decoupled_receiver'), DI::l10n()->t('Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems.')], + '$cron_interval' => ['cron_interval', DI::l10n()->t('Cron interval'), DI::config()->get('system', 'cron_interval'), DI::l10n()->t('Minimal period in minutes between two calls of the "Cron" worker job.')], + '$worker_defer_limit' => ['worker_defer_limit', DI::l10n()->t('Worker defer limit'), DI::config()->get('system', 'worker_defer_limit'), DI::l10n()->t('Per default the systems tries delivering for 15 times before dropping it.')], + '$worker_fetch_limit' => ['worker_fetch_limit', DI::l10n()->t('Worker fetch limit'), DI::config()->get('system', 'worker_fetch_limit'), DI::l10n()->t('Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system.')], - '$relay_directly' => ['relay_directly', DI::l10n()->t('Direct relay transfer'), DI::config()->get('system', 'relay_directly'), DI::l10n()->t('Enables the direct transfer to other servers without using the relay servers')], - '$relay_scope' => ['relay_scope', DI::l10n()->t('Relay scope'), DI::config()->get('system', 'relay_scope'), DI::l10n()->t('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.'), [Relay::SCOPE_NONE => DI::l10n()->t('Disabled'), Relay::SCOPE_ALL => DI::l10n()->t('all'), Relay::SCOPE_TAGS => DI::l10n()->t('tags')]], - '$relay_server_tags' => ['relay_server_tags', DI::l10n()->t('Server tags'), DI::config()->get('system', 'relay_server_tags'), DI::l10n()->t('Comma separated list of tags for the "tags" subscription.')], - '$relay_deny_tags' => ['relay_deny_tags', DI::l10n()->t('Deny Server tags'), DI::config()->get('system', 'relay_deny_tags'), DI::l10n()->t('Comma separated list of tags that are rejected.')], - '$relay_user_tags' => ['relay_user_tags', DI::l10n()->t('Allow user tags'), DI::config()->get('system', 'relay_user_tags'), DI::l10n()->t('If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".')], + '$relay_directly' => ['relay_directly', DI::l10n()->t('Direct relay transfer'), DI::config()->get('system', 'relay_directly'), DI::l10n()->t('Enables the direct transfer to other servers without using the relay servers')], + '$relay_scope' => ['relay_scope', DI::l10n()->t('Relay scope'), DI::config()->get('system', 'relay_scope'), DI::l10n()->t('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.'), [Relay::SCOPE_NONE => DI::l10n()->t('Disabled'), Relay::SCOPE_ALL => DI::l10n()->t('all'), Relay::SCOPE_TAGS => DI::l10n()->t('tags')]], + '$relay_server_tags' => ['relay_server_tags', DI::l10n()->t('Server tags'), DI::config()->get('system', 'relay_server_tags'), DI::l10n()->t('Comma separated list of tags for the "tags" subscription.')], + '$relay_deny_tags' => ['relay_deny_tags', DI::l10n()->t('Deny Server tags'), DI::config()->get('system', 'relay_deny_tags'), DI::l10n()->t('Comma separated list of tags that are rejected.')], + '$relay_user_tags' => ['relay_user_tags', DI::l10n()->t('Allow user tags'), DI::config()->get('system', 'relay_user_tags'), DI::l10n()->t('If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".')], + '$relay_deny_undetected_language' => ['relay_deny_undetected_language', DI::l10n()->t('Deny undetected languages'), DI::config()->get('system', 'relay_deny_undetected_language'), DI::l10n()->t('If enabled, posts with undetected languages will be rejected.')], + '$relay_language_quality' => ['relay_language_quality', DI::l10n()->t('Language Quality'), DI::config()->get('system', 'relay_language_quality'), DI::l10n()->t('The minimum language quality that is required to accept the post.')], + '$relay_languages' => ['relay_languages', DI::l10n()->t('Number of languages for the language detection'), DI::config()->get('system', 'relay_languages'), DI::l10n()->t('The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected.')], + + '$engagement_hours' => ['engagement_hours', DI::l10n()->t('Maximum age of channel'), DI::config()->get('channel', 'engagement_hours'), DI::l10n()->t('This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance.')], + '$engagement_post_limit' => ['engagement_post_limit', DI::l10n()->t('Maximum number of channel posts'), DI::config()->get('channel', 'engagement_post_limit'), DI::l10n()->t('For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels.')], + '$interaction_score_days' => ['interaction_score_days', DI::l10n()->t('Interaction score days'), DI::config()->get('channel', 'interaction_score_days'), DI::l10n()->t('Number of days that are used to calculate the interaction score.')], + '$max_posts_per_author' => ['max_posts_per_author', DI::l10n()->t('Maximum number of posts per author'), DI::config()->get('channel', 'max_posts_per_author'), DI::l10n()->t('Maximum number of posts per page by author if the contact frequency is set to "Display only few posts". If there are more posts, then the post with the most interactions will be displayed.')], + '$sharer_interaction_days' => ['sharer_interaction_days', DI::l10n()->t('Sharer interaction days'), DI::config()->get('channel', 'sharer_interaction_days'), DI::l10n()->t('Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.')], '$form_security_token' => self::getFormSecurityToken('admin_site'), '$relocate_button' => DI::l10n()->t('Start Relocation'), diff --git a/src/Module/Admin/Storage.php b/src/Module/Admin/Storage.php index 434b43b32e..877d20721d 100644 --- a/src/Module/Admin/Storage.php +++ b/src/Module/Admin/Storage.php @@ -1,6 +1,6 @@ l10n = $l10n; $this->args = $args; $this->logger = $logger; $this->baseUrl = $baseUrl; $this->twitterUser = $twitterUser; + $this->server = $server; + $this->jsonpCallback = $jsonpCallback; } /** @@ -63,6 +70,7 @@ class ApiResponse extends Response * @param string $root_element Name of the root element * * @return string The XML data + * @throws \Exception */ public function createXML(array $data, string $root_element): string { @@ -109,6 +117,7 @@ class ApiResponse extends Response * @param int $cid Contact ID of template * * @return array + * @throws HTTPException\InternalServerErrorException */ private function addRSSValues(array $arr, int $cid): array { @@ -141,6 +150,7 @@ class ApiResponse extends Response * @param int $cid ID of the contact for RSS * * @return array|string (string|array) XML data or JSON data + * @throws HTTPException\InternalServerErrorException */ public function formatData(string $root_element, string $type, array $data, int $cid = 0) { @@ -180,7 +190,7 @@ class ApiResponse extends Response } /** - * Exit with error code + * Add formatted error message to response * * @param int $code * @param string $description @@ -188,6 +198,7 @@ class ApiResponse extends Response * @param string|null $format * * @return void + * @throws HTTPException\InternalServerErrorException */ public function error(int $code, string $description, string $message, string $format = null) { @@ -197,21 +208,23 @@ class ApiResponse extends Response 'request' => $this->args->getQueryString() ]; - $this->setHeader(($_SERVER['SERVER_PROTOCOL'] ?? 'HTTP/1.1') . ' ' . $code . ' ' . $description); + $this->setHeader(($this->server['SERVER_PROTOCOL'] ?? 'HTTP/1.1') . ' ' . $code . ' ' . $description); - $this->exit('status', ['status' => $error], $format); + $this->addFormattedContent('status', ['status' => $error], $format); } /** - * Outputs formatted data according to the data type and then exits the execution. + * Add formatted data according to the data type to the response. * * @param string $root_element * @param array $data An array with a single element containing the returned result * @param string|null $format Output format (xml, json, rss, atom) + * @param int $cid * * @return void + * @throws HTTPException\InternalServerErrorException */ - public function exit(string $root_element, array $data, string $format = null, int $cid = 0) + public function addFormattedContent(string $root_element, array $data, string $format = null, int $cid = 0) { $format = $format ?? 'json'; @@ -226,8 +239,8 @@ class ApiResponse extends Response $this->setType(static::TYPE_JSON); if (!empty($return)) { $json = json_encode(end($return)); - if (!empty($_GET['callback'])) { - $json = $_GET['callback'] . '(' . $json . ')'; + if ($this->jsonpCallback) { + $json = $this->jsonpCallback . '(' . $json . ')'; } $return = $json; } @@ -246,15 +259,16 @@ class ApiResponse extends Response } /** - * Wrapper around exit() for JSON only responses + * Wrapper around addFormattedContent() for JSON only responses * * @param array $data * * @return void + * @throws HTTPException\InternalServerErrorException */ - public function exitWithJson(array $data) + public function addJsonContent(array $data) { - $this->exit('content', ['content' => $data], static::TYPE_JSON); + $this->addFormattedContent('content', ['content' => $data], static::TYPE_JSON); } /** @@ -273,7 +287,7 @@ class ApiResponse extends Response [ 'method' => $method, 'path' => $path, - 'agent' => $_SERVER['HTTP_USER_AGENT'] ?? '', + 'agent' => $this->server['HTTP_USER_AGENT'] ?? '', 'request' => $request, ]); $error = $this->l10n->t('API endpoint %s %s is not implemented but might be in the future.', strtoupper($method), $path); diff --git a/src/Module/Api/Friendica/Activity.php b/src/Module/Api/Friendica/Activity.php index d5024db2c4..2cc6e3778e 100644 --- a/src/Module/Api/Friendica/Activity.php +++ b/src/Module/Api/Friendica/Activity.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -60,7 +60,7 @@ class Activity extends BaseApi if ($res) { $status_info = DI::twitterStatus()->createFromUriId($request['id'], $uid)->toArray(); - $this->response->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('status', ['status' => $status_info], $this->parameters['extension'] ?? null); } else { $this->response->error(500, 'Error adding activity', '', $this->parameters['extension'] ?? null); } diff --git a/src/Module/Api/Friendica/Circle/Create.php b/src/Module/Api/Friendica/Circle/Create.php index b2787bdd55..fa0b2a8fbf 100644 --- a/src/Module/Api/Friendica/Circle/Create.php +++ b/src/Module/Api/Friendica/Circle/Create.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -82,6 +82,6 @@ class Create extends BaseApi $result = ['success' => true, 'gid' => $gid, 'name' => $name, 'status' => $status, 'wrong users' => $errorusers]; - $this->response->exit('group_create', ['$result' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('group_create', ['$result' => $result], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Circle/Delete.php b/src/Module/Api/Friendica/Circle/Delete.php index 18db1216b2..a46243b017 100644 --- a/src/Module/Api/Friendica/Circle/Delete.php +++ b/src/Module/Api/Friendica/Circle/Delete.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -70,7 +70,7 @@ class Delete extends BaseApi if ($ret) { // return success $success = ['success' => $ret, 'gid' => $request['gid'], 'name' => $request['name'], 'status' => 'deleted', 'wrong users' => []]; - $this->response->exit('group_delete', ['$result' => $success], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('group_delete', ['$result' => $success], $this->parameters['extension'] ?? null); } else { throw new BadRequestException('other API error'); } diff --git a/src/Module/Api/Friendica/Circle/Show.php b/src/Module/Api/Friendica/Circle/Show.php index 9f2f93ede5..1ca4b89805 100644 --- a/src/Module/Api/Friendica/Circle/Show.php +++ b/src/Module/Api/Friendica/Circle/Show.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); @@ -75,6 +75,6 @@ class Show extends BaseApi $grps[] = ['name' => $circle['name'], 'gid' => $circle['id'], $user_element => $users]; } - $this->response->exit('group_update', ['group' => $grps], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('group_update', ['group' => $grps], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Circle/Update.php b/src/Module/Api/Friendica/Circle/Update.php index 38bbea382d..2473b0b0ee 100644 --- a/src/Module/Api/Friendica/Circle/Update.php +++ b/src/Module/Api/Friendica/Circle/Update.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -84,6 +84,6 @@ class Update extends BaseApi // return success message incl. missing users in array $status = ($erroraddinguser ? 'missing user' : 'ok'); $success = ['success' => true, 'gid' => $gid, 'name' => $name, 'status' => $status, 'wrong users' => $errorusers]; - $this->response->exit('group_update', ['$result' => $success], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('group_update', ['$result' => $success], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/DirectMessages/Search.php b/src/Module/Api/Friendica/DirectMessages/Search.php index 81fb4e89f0..88a25799fe 100644 --- a/src/Module/Api/Friendica/DirectMessages/Search.php +++ b/src/Module/Api/Friendica/DirectMessages/Search.php @@ -1,6 +1,6 @@ dba = $dba; $this->directMessage = $directMessage; @@ -54,7 +54,7 @@ class Search extends BaseApi protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -64,7 +64,7 @@ class Search extends BaseApi // error if no searchstring specified if ($request['searchstring'] == '') { $answer = ['result' => 'error', 'message' => 'searchstring not specified']; - $this->response->exit('direct_message_search', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_message_search', ['$result' => $answer], $this->parameters['extension'] ?? null); return; } @@ -82,6 +82,6 @@ class Search extends BaseApi $success = ['success' => true, 'search_results' => $ret]; } - $this->response->exit('direct_message_search', ['$result' => $success], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_message_search', ['$result' => $success], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/DirectMessages/Setseen.php b/src/Module/Api/Friendica/DirectMessages/Setseen.php index 1831db9809..15a46a8433 100644 --- a/src/Module/Api/Friendica/DirectMessages/Setseen.php +++ b/src/Module/Api/Friendica/DirectMessages/Setseen.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -42,14 +42,14 @@ class Setseen extends BaseApi // return error if id is zero if (empty($request['id'])) { $answer = ['result' => 'error', 'message' => 'message id not specified']; - $this->response->exit('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); return; } // error message if specified id is not in database if (!DBA::exists('mail', ['id' => $request['id'], 'uid' => $uid])) { $answer = ['result' => 'error', 'message' => 'message id not in database']; - $this->response->exit('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); return; } @@ -60,6 +60,6 @@ class Setseen extends BaseApi $answer = ['result' => 'error', 'message' => 'unknown error']; } - $this->response->exit('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_setseen', ['$result' => $answer], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Events/Create.php b/src/Module/Api/Friendica/Events/Create.php index 4eb92e9c86..86c123f06b 100644 --- a/src/Module/Api/Friendica/Events/Create.php +++ b/src/Module/Api/Friendica/Events/Create.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -110,6 +110,6 @@ class Create extends BaseApi $result = ['success' => true, 'event_id' => $event_id, 'event' => $event]; - $this->response->exit('event_create', ['$result' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('event_create', ['$result' => $result], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Events/Delete.php b/src/Module/Api/Friendica/Events/Delete.php index ab15e666e5..d6968a0675 100644 --- a/src/Module/Api/Friendica/Events/Delete.php +++ b/src/Module/Api/Friendica/Events/Delete.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -59,6 +59,6 @@ class Delete extends BaseApi Event::delete($eventid); $success = ['id' => $eventid, 'status' => 'deleted']; - $this->response->exit('event_delete', ['$result' => $success], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('event_delete', ['$result' => $success], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Events/Index.php b/src/Module/Api/Friendica/Events/Index.php index bb7381f729..8f4c599fac 100644 --- a/src/Module/Api/Friendica/Events/Index.php +++ b/src/Module/Api/Friendica/Events/Index.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -69,6 +69,6 @@ class Index extends BaseApi ]; } - $this->response->exit('events', ['events' => $items], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('events', ['events' => $items], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Notification.php b/src/Module/Api/Friendica/Notification.php index b7ae74b143..25d8b0af73 100644 --- a/src/Module/Api/Friendica/Notification.php +++ b/src/Module/Api/Friendica/Notification.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $Notifies = DI::notify()->selectAllForUser($uid, 50); @@ -56,6 +56,6 @@ class Notification extends BaseApi $result = false; } - $this->response->exit('notes', ['note' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('notes', ['note' => $result], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Notification/Seen.php b/src/Module/Api/Friendica/Notification/Seen.php index d445e917c1..a8662f4c0d 100644 --- a/src/Module/Api/Friendica/Notification/Seen.php +++ b/src/Module/Api/Friendica/Notification/Seen.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); if (DI::args()->getArgc() !== 4) { @@ -70,13 +70,13 @@ class Seen extends BaseApi // we found the item, return it to the user $ret = [DI::twitterStatus()->createFromUriId($item['uri-id'], $item['uid'], $include_entities)->toArray()]; $data = ['status' => $ret]; - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null); return; } // the item can't be found, but we set the notification as seen, so we count this as a success } - $this->response->exit('statuses', ['result' => 'success'], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('statuses', ['result' => 'success'], $this->parameters['extension'] ?? null); } catch (NotFoundException $e) { throw new BadRequestException('Invalid argument', $e); } catch (Exception $e) { diff --git a/src/Module/Api/Friendica/Photo.php b/src/Module/Api/Friendica/Photo.php index 0a331f6333..9c5d7e080e 100644 --- a/src/Module/Api/Friendica/Photo.php +++ b/src/Module/Api/Friendica/Photo.php @@ -1,6 +1,6 @@ friendicaPhoto = $friendicaPhoto; } protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_READ); + $this->checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); @@ -60,6 +60,6 @@ class Photo extends BaseApi // prepare json/xml output with data from database for the requested photo $data = ['photo' => $this->friendicaPhoto->createFromId($photo_id, $scale, $uid, $type)]; - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Friendica/Photo/Create.php b/src/Module/Api/Friendica/Photo/Create.php index 4190145aa0..eff1e0acd2 100644 --- a/src/Module/Api/Friendica/Photo/Create.php +++ b/src/Module/Api/Friendica/Photo/Create.php @@ -1,6 +1,6 @@ friendicaPhoto = $friendicaPhoto; } protected function post(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); @@ -90,7 +90,7 @@ class Create extends BaseApi if (!empty($photo)) { Photo::clearAlbumCache($uid); $data = ['photo' => $this->friendicaPhoto->createFromId($photo['resource_id'], null, $uid, $type)]; - $this->response->exit('photo_create', $data, $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photo_create', $data, $this->parameters['extension'] ?? null); } else { throw new HTTPException\InternalServerErrorException('unknown error - uploading photo failed, see Friendica log for more information'); } diff --git a/src/Module/Api/Friendica/Photo/Delete.php b/src/Module/Api/Friendica/Photo/Delete.php index 3bbd261545..36b0beb010 100644 --- a/src/Module/Api/Friendica/Photo/Delete.php +++ b/src/Module/Api/Friendica/Photo/Delete.php @@ -1,6 +1,6 @@ 'deleted', 'message' => 'photo with id `' . $request['photo_id'] . '` has been deleted from server.']; - $this->response->exit('photo_delete', ['$result' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photo_delete', ['$result' => $result], $this->parameters['extension'] ?? null); } else { throw new InternalServerErrorException("unknown error on deleting photo from database table"); } diff --git a/src/Module/Api/Friendica/Photo/Lists.php b/src/Module/Api/Friendica/Photo/Lists.php index 957575aa98..1584de349f 100644 --- a/src/Module/Api/Friendica/Photo/Lists.php +++ b/src/Module/Api/Friendica/Photo/Lists.php @@ -1,6 +1,6 @@ friendicaPhoto = $friendicaPhoto; } protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_READ); + $this->checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); @@ -77,6 +77,6 @@ class Lists extends BaseApi } } - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Friendica/Photo/Update.php b/src/Module/Api/Friendica/Photo/Update.php index d9ff769aa9..a0280da16a 100644 --- a/src/Module/Api/Friendica/Photo/Update.php +++ b/src/Module/Api/Friendica/Photo/Update.php @@ -1,6 +1,6 @@ friendicaPhoto = $friendicaPhoto; } protected function post(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); @@ -128,7 +128,7 @@ class Update extends BaseApi $photo = Photo::upload($uid, $_FILES['media'], $album, $allow_cid, $allow_gid, $deny_cid, $deny_gid, $desc, $photo_id); if (!empty($photo)) { $data = ['photo' => $this->friendicaPhoto->createFromId($photo['resource_id'], null, $uid, $type)]; - $this->response->exit('photo_update', $data, $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photo_update', $data, $this->parameters['extension'] ?? null); return; } } @@ -137,12 +137,12 @@ class Update extends BaseApi if ($result) { Photo::clearAlbumCache($uid); $answer = ['result' => 'updated', 'message' => 'Image id `' . $photo_id . '` has been updated.']; - $this->response->exit('photo_update', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photo_update', ['$result' => $answer], $this->parameters['extension'] ?? null); return; } else { if ($nothingtodo) { $answer = ['result' => 'cancelled', 'message' => 'Nothing to update for image id `' . $photo_id . '`.']; - $this->response->exit('photo_update', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photo_update', ['$result' => $answer], $this->parameters['extension'] ?? null); return; } throw new HTTPException\InternalServerErrorException('unknown error - update photo entry in database failed'); diff --git a/src/Module/Api/Friendica/Photoalbum/Delete.php b/src/Module/Api/Friendica/Photoalbum/Delete.php index 1c77356e73..1e599bffd6 100644 --- a/src/Module/Api/Friendica/Photoalbum/Delete.php +++ b/src/Module/Api/Friendica/Photoalbum/Delete.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -68,7 +68,7 @@ class Delete extends BaseApi if ($result) { Photo::clearAlbumCache($uid); $answer = ['result' => 'deleted', 'message' => 'album `' . $request['album'] . '` with all containing photos has been deleted.']; - $this->response->exit('photoalbum_delete', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photoalbum_delete', ['$result' => $answer], $this->parameters['extension'] ?? null); } else { throw new InternalServerErrorException("unknown error - deleting from database failed"); } diff --git a/src/Module/Api/Friendica/Photoalbum/Index.php b/src/Module/Api/Friendica/Photoalbum/Index.php index acf0b864dd..4b02a79ec9 100644 --- a/src/Module/Api/Friendica/Photoalbum/Index.php +++ b/src/Module/Api/Friendica/Photoalbum/Index.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $albums = Photo::getAlbums($uid); @@ -47,6 +47,6 @@ class Index extends BaseApi ]; } - $this->response->exit('albums', ['albums' => $items], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('albums', ['albums' => $items], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Friendica/Photoalbum/Show.php b/src/Module/Api/Friendica/Photoalbum/Show.php index e1ded1de81..89ef8f34a6 100644 --- a/src/Module/Api/Friendica/Photoalbum/Show.php +++ b/src/Module/Api/Friendica/Photoalbum/Show.php @@ -1,6 +1,6 @@ friendicaPhoto = $friendicaPhoto; } protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_READ); + $this->checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $type = $this->getRequestValue($this->parameters, 'extension', 'json'); $request = $this->getRequest([ @@ -104,6 +104,6 @@ class Show extends BaseApi } } - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Friendica/Photoalbum/Update.php b/src/Module/Api/Friendica/Photoalbum/Update.php index dfc2d2d431..ca44cf9074 100644 --- a/src/Module/Api/Friendica/Photoalbum/Update.php +++ b/src/Module/Api/Friendica/Photoalbum/Update.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -60,7 +60,7 @@ class Update extends BaseApi if ($result) { Photo::clearAlbumCache($uid); $answer = ['result' => 'updated', 'message' => 'album `' . $request['album'] . '` with all containing photos has been renamed to `' . $request['album_new'] . '`.']; - $this->response->exit('photoalbum_update', ['$result' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('photoalbum_update', ['$result' => $answer], $this->parameters['extension'] ?? null); } else { throw new InternalServerErrorException("unknown error - updating in database failed"); } diff --git a/src/Module/Api/Friendica/Profile/Show.php b/src/Module/Api/Friendica/Profile/Show.php index b97fcdcab9..5f85554668 100644 --- a/src/Module/Api/Friendica/Profile/Show.php +++ b/src/Module/Api/Friendica/Profile/Show.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); // retrieve general information about profiles for user @@ -62,7 +62,7 @@ class Show extends BaseApi 'profiles' => $profiles ]; - $this->response->exit('friendica_profiles', ['$result' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('friendica_profiles', ['$result' => $result], $this->parameters['extension'] ?? null); } /** diff --git a/src/Module/Api/Friendica/Statuses/Dislike.php b/src/Module/Api/Friendica/Statuses/Dislike.php index e9690d4858..4f730f8d38 100644 --- a/src/Module/Api/Friendica/Statuses/Dislike.php +++ b/src/Module/Api/Friendica/Statuses/Dislike.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectFirstForUser($uid, ['id'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Item::performActivity($item['id'], 'dislike', $uid); - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes())->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes())->toArray()); } } diff --git a/src/Module/Api/Friendica/Statuses/DislikedBy.php b/src/Module/Api/Friendica/Statuses/DislikedBy.php index 81860bc40c..9e8be7bc96 100644 --- a/src/Module/Api/Friendica/Statuses/DislikedBy.php +++ b/src/Module/Api/Friendica/Statuses/DislikedBy.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!Post::exists(['uri-id' => $id, 'uid' => [0, $uid]])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $activities = Post::selectPosts(['author-id'], ['thr-parent-id' => $id, 'gravity' => Item::GRAVITY_ACTIVITY, 'verb' => Activity::DISLIKE, 'deleted' => false]); @@ -57,6 +57,6 @@ class DislikedBy extends BaseApi $accounts[] = DI::mstdnAccount()->createFromContactId($activity['author-id'], $uid); } - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Friendica/Statuses/Undislike.php b/src/Module/Api/Friendica/Statuses/Undislike.php index 933d7a1ed5..b8b0e52617 100644 --- a/src/Module/Api/Friendica/Statuses/Undislike.php +++ b/src/Module/Api/Friendica/Statuses/Undislike.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectFirstForUser($uid, ['id'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Item::performActivity($item['id'], 'undislike', $uid); - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes())->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes())->toArray()); } } diff --git a/src/Module/Api/GNUSocial/GNUSocial/Config.php b/src/Module/Api/GNUSocial/GNUSocial/Config.php index 5a8f6aad30..4ea5119e17 100644 --- a/src/Module/Api/GNUSocial/GNUSocial/Config.php +++ b/src/Module/Api/GNUSocial/GNUSocial/Config.php @@ -1,6 +1,6 @@ response->exit('config', ['config' => $config], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('config', ['config' => $config], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/GNUSocial/GNUSocial/Version.php b/src/Module/Api/GNUSocial/GNUSocial/Version.php index 1f46500b3c..6c02884be0 100644 --- a/src/Module/Api/GNUSocial/GNUSocial/Version.php +++ b/src/Module/Api/GNUSocial/GNUSocial/Version.php @@ -1,6 +1,6 @@ response->exit('version', ['version' => '0.9.7'], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('version', ['version' => '0.9.7'], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/GNUSocial/Help/Test.php b/src/Module/Api/GNUSocial/Help/Test.php index d0b57d0a7e..7daa9a95fb 100644 --- a/src/Module/Api/GNUSocial/Help/Test.php +++ b/src/Module/Api/GNUSocial/Help/Test.php @@ -1,6 +1,6 @@ response->exit('ok', ['ok' => $ok], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('ok', ['ok' => $ok], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/GNUSocial/Statusnet/Conversation.php b/src/Module/Api/GNUSocial/Statusnet/Conversation.php index df44098116..8b5e1e9879 100644 --- a/src/Module/Api/GNUSocial/Statusnet/Conversation.php +++ b/src/Module/Api/GNUSocial/Statusnet/Conversation.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // params @@ -90,6 +90,6 @@ class Conversation extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Mastodon/Accounts.php b/src/Module/Api/Mastodon/Accounts.php index 72dac3749f..48202bea95 100644 --- a/src/Module/Api/Mastodon/Accounts.php +++ b/src/Module/Api/Mastodon/Accounts.php @@ -1,6 +1,6 @@ parameters['id']) && empty($this->parameters['name'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!empty($this->parameters['id'])) { $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } else { $contact = Contact::selectFirst(['id'], ['nick' => $this->parameters['name'], 'uid' => 0]); if (!empty($contact['id'])) { $id = $contact['id']; } elseif (!($id = Contact::getIdForURL($this->parameters['name'], 0, false))) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } $account = DI::mstdnAccount()->createFromContactId($id, $uid); - System::jsonExit($account); + $this->jsonExit($account); } } diff --git a/src/Module/Api/Mastodon/Accounts/Block.php b/src/Module/Api/Mastodon/Accounts/Block.php index e13a8b2ff4..4c5abc2475 100644 --- a/src/Module/Api/Mastodon/Accounts/Block.php +++ b/src/Module/Api/Mastodon/Accounts/Block.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Contact\User::setBlocked($this->parameters['id'], $uid, true); @@ -52,6 +52,6 @@ class Block extends BaseApi } } - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/FeaturedTags.php b/src/Module/Api/Mastodon/Accounts/FeaturedTags.php index f8687ce9a9..4c5afee978 100644 --- a/src/Module/Api/Mastodon/Accounts/FeaturedTags.php +++ b/src/Module/Api/Mastodon/Accounts/FeaturedTags.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Accounts/Follow.php b/src/Module/Api/Mastodon/Accounts/Follow.php index c19ac36476..ccc08f41ce 100644 --- a/src/Module/Api/Mastodon/Accounts/Follow.php +++ b/src/Module/Api/Mastodon/Accounts/Follow.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $request = $this->getRequest([ @@ -54,6 +54,6 @@ class Follow extends BaseApi Contact::update(['notify_new_posts' => $request['notify']], ['id' => $result['cid']]); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($result['cid'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($result['cid'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/Followers.php b/src/Module/Api/Mastodon/Accounts/Followers.php index e73c48855e..748d7725e8 100644 --- a/src/Module/Api/Mastodon/Accounts/Followers.php +++ b/src/Module/Api/Mastodon/Accounts/Followers.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $request = $this->getRequest([ @@ -115,6 +115,6 @@ class Followers extends BaseApi } self::setLinkHeader(); - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Accounts/Following.php b/src/Module/Api/Mastodon/Accounts/Following.php index 2aa0cad057..a32e30d470 100644 --- a/src/Module/Api/Mastodon/Accounts/Following.php +++ b/src/Module/Api/Mastodon/Accounts/Following.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $request = $this->getRequest([ @@ -115,6 +115,6 @@ class Following extends BaseApi } self::setLinkHeader(); - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Accounts/IdentityProofs.php b/src/Module/Api/Mastodon/Accounts/IdentityProofs.php index 8e2e7292b0..9517d5b304 100644 --- a/src/Module/Api/Mastodon/Accounts/IdentityProofs.php +++ b/src/Module/Api/Mastodon/Accounts/IdentityProofs.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Accounts/Lists.php b/src/Module/Api/Mastodon/Accounts/Lists.php index e34dd41370..6a15386307 100644 --- a/src/Module/Api/Mastodon/Accounts/Lists.php +++ b/src/Module/Api/Mastodon/Accounts/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $lists = []; @@ -60,6 +60,6 @@ class Lists extends BaseApi DBA::close($circles); } - System::jsonExit($lists); + $this->jsonExit($lists); } } diff --git a/src/Module/Api/Mastodon/Accounts/Mute.php b/src/Module/Api/Mastodon/Accounts/Mute.php index d5c708c779..147a62b25a 100644 --- a/src/Module/Api/Mastodon/Accounts/Mute.php +++ b/src/Module/Api/Mastodon/Accounts/Mute.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Contact\User::setIgnored($this->parameters['id'], $uid, true); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/Note.php b/src/Module/Api/Mastodon/Accounts/Note.php index abf100f543..a101c1519e 100644 --- a/src/Module/Api/Mastodon/Accounts/Note.php +++ b/src/Module/Api/Mastodon/Accounts/Note.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $request = $this->getRequest([ @@ -47,11 +47,11 @@ class Note extends BaseApi $cdata = Contact::getPublicAndUserContactID($this->parameters['id'], $uid); if (empty($cdata['user'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Contact::update(['info' => $request['comment']], ['id' => $cdata['user']]); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/Relationships.php b/src/Module/Api/Mastodon/Accounts/Relationships.php index 074daa95d1..e78f559c07 100644 --- a/src/Module/Api/Mastodon/Accounts/Relationships.php +++ b/src/Module/Api/Mastodon/Accounts/Relationships.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -44,7 +44,7 @@ class Relationships extends BaseApi ], $request); if (empty($request['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!is_array($request['id'])) { @@ -57,6 +57,6 @@ class Relationships extends BaseApi $relationships[] = DI::mstdnRelationship()->createFromContactId($id, $uid); } - System::jsonExit($relationships); + $this->jsonExit($relationships); } } diff --git a/src/Module/Api/Mastodon/Accounts/Search.php b/src/Module/Api/Mastodon/Accounts/Search.php index 5276161640..2ae24b51fe 100644 --- a/src/Module/Api/Mastodon/Accounts/Search.php +++ b/src/Module/Api/Mastodon/Accounts/Search.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -67,6 +67,6 @@ class Search extends BaseApi DBA::close($contacts); } - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Accounts/Statuses.php b/src/Module/Api/Mastodon/Accounts/Statuses.php index 4ee6ae66c2..a0604869f6 100644 --- a/src/Module/Api/Mastodon/Accounts/Statuses.php +++ b/src/Module/Api/Mastodon/Accounts/Statuses.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $request = $this->getRequest([ @@ -74,8 +74,10 @@ class Statuses extends BaseApi } elseif ($request['only_media']) { $condition = ['author-id' => $id, 'private' => [Item::PUBLIC, Item::UNLISTED], 'type' => [Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO]]; } elseif (!$uid) { - $condition = ['author-id' => $id, 'private' => [Item::PUBLIC, Item::UNLISTED], - 'uid' => 0, 'network' => Protocol::FEDERATED]; + $condition = [ + 'author-id' => $id, 'private' => [Item::PUBLIC, Item::UNLISTED], + 'uid' => 0, 'network' => Protocol::FEDERATED + ]; } else { $condition = ["`author-id` = ? AND (`uid` = 0 OR (`uid` = ? AND NOT `global`))", $id, $uid]; } @@ -85,11 +87,15 @@ class Statuses extends BaseApi if (!$request['pinned'] && !$request['only_media']) { if ($request['exclude_replies']) { - $condition = DBA::mergeConditions($condition, ["(`gravity` = ? OR (`gravity` = ? AND `vid` = ? AND `protocol` != ?))", - Item::GRAVITY_PARENT, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA]); + $condition = DBA::mergeConditions($condition, [ + "(`gravity` = ? OR (`gravity` = ? AND `vid` = ? AND `protocol` != ?))", + Item::GRAVITY_PARENT, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA + ]); } else { - $condition = DBA::mergeConditions($condition, ["(`gravity` IN (?, ?) OR (`gravity` = ? AND `vid` = ? AND `protocol` != ?))", - Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA]); + $condition = DBA::mergeConditions($condition, [ + "(`gravity` IN (?, ?) OR (`gravity` = ? AND `vid` = ? AND `protocol` != ?))", + Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), Conversation::PARCEL_DIASPORA + ]); } } elseif ($request['exclude_replies']) { $condition = DBA::mergeConditions($condition, ['gravity' => Item::GRAVITY_PARENT]); @@ -100,7 +106,7 @@ class Statuses extends BaseApi } elseif ($request['only_media']) { $items = DBA::select('media-view', ['uri-id'], $condition, $params); } else { - $items = Post::selectForUser($uid, ['uri-id'], $condition, $params); + $items = Post::selectTimelineForUser($uid, ['uri-id'], $condition, $params); } $display_quotes = self::appSupportsQuotes(); @@ -122,6 +128,6 @@ class Statuses extends BaseApi } self::setLinkHeader($request['friendica_order'] != TimelineOrderByTypes::ID); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Accounts/Unblock.php b/src/Module/Api/Mastodon/Accounts/Unblock.php index c67186908a..c0e712229e 100644 --- a/src/Module/Api/Mastodon/Accounts/Unblock.php +++ b/src/Module/Api/Mastodon/Accounts/Unblock.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Contact\User::setBlocked($this->parameters['id'], $uid, false); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/Unfollow.php b/src/Module/Api/Mastodon/Accounts/Unfollow.php index b67e92f61c..b898f85f18 100644 --- a/src/Module/Api/Mastodon/Accounts/Unfollow.php +++ b/src/Module/Api/Mastodon/Accounts/Unfollow.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $cdata = Contact::getPublicAndUserContactID($this->parameters['id'], $uid); if (empty($cdata['user'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $contact = Contact::getById($cdata['user']); Contact::unfollow($contact); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/Unmute.php b/src/Module/Api/Mastodon/Accounts/Unmute.php index e3f9033044..1b45a70ea7 100644 --- a/src/Module/Api/Mastodon/Accounts/Unmute.php +++ b/src/Module/Api/Mastodon/Accounts/Unmute.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Contact\User::setIgnored($this->parameters['id'], $uid, false); - System::jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnRelationship()->createFromContactId($this->parameters['id'], $uid)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/UpdateCredentials.php b/src/Module/Api/Mastodon/Accounts/UpdateCredentials.php index 8518d4c95d..1b63de10ef 100644 --- a/src/Module/Api/Mastodon/Accounts/UpdateCredentials.php +++ b/src/Module/Api/Mastodon/Accounts/UpdateCredentials.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $owner = User::getOwnerDataById($uid); @@ -105,6 +105,6 @@ class UpdateCredentials extends BaseApi } $account = DI::mstdnAccount()->createFromContactId($cdata['user'], $uid); - $this->response->exitWithJson($account->toArray()); + $this->response->addJsonContent($account->toArray()); } } diff --git a/src/Module/Api/Mastodon/Accounts/VerifyCredentials.php b/src/Module/Api/Mastodon/Accounts/VerifyCredentials.php index bdd6d76005..30a0f63500 100644 --- a/src/Module/Api/Mastodon/Accounts/VerifyCredentials.php +++ b/src/Module/Api/Mastodon/Accounts/VerifyCredentials.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $self = User::getOwnerDataById($uid); @@ -52,6 +52,6 @@ class VerifyCredentials extends BaseApi // @todo Support the source property, $account = DI::mstdnAccount()->createFromContactId($cdata['user'], $uid); - $this->response->exitWithJson($account->toArray()); + $this->response->addJsonContent($account->toArray()); } } diff --git a/src/Module/Api/Mastodon/Announcements.php b/src/Module/Api/Mastodon/Announcements.php index f04660948f..9fa0da80bf 100644 --- a/src/Module/Api/Mastodon/Announcements.php +++ b/src/Module/Api/Mastodon/Announcements.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); // @todo Possibly use the message from the pageheader addon for this - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Apps.php b/src/Module/Api/Mastodon/Apps.php index 40314a1149..4ebdfd764f 100644 --- a/src/Module/Api/Mastodon/Apps.php +++ b/src/Module/Api/Mastodon/Apps.php @@ -1,6 +1,6 @@ UnprocessableEntity(DI::l10n()->t('Missing parameters')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Missing parameters'))); } $client_id = bin2hex(random_bytes(32)); @@ -92,9 +92,9 @@ class Apps extends BaseApi } if (!DBA::insert('application', $fields)) { - DI::mstdnError()->InternalError(); + $this->logAndJsonError(500, $this->errorFactory->InternalError()); } - System::jsonExit(DI::mstdnApplication()->createFromApplicationId(DBA::lastInsertId())->toArray()); + $this->jsonExit(DI::mstdnApplication()->createFromApplicationId(DBA::lastInsertId())->toArray()); } } diff --git a/src/Module/Api/Mastodon/Apps/VerifyCredentials.php b/src/Module/Api/Mastodon/Apps/VerifyCredentials.php index ef9c775c10..6b5f49c580 100644 --- a/src/Module/Api/Mastodon/Apps/VerifyCredentials.php +++ b/src/Module/Api/Mastodon/Apps/VerifyCredentials.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $application = self::getCurrentApplication(); if (empty($application['id'])) { - DI::mstdnError()->Unauthorized(); + $this->logAndJsonError(401, $this->errorFactory->Unauthorized()); } - System::jsonExit(DI::mstdnApplication()->createFromApplicationId($application['id'])); + $this->jsonExit(DI::mstdnApplication()->createFromApplicationId($application['id'])); } } diff --git a/src/Module/Api/Mastodon/Blocks.php b/src/Module/Api/Mastodon/Blocks.php index 55e65b6196..c37dbfd942 100644 --- a/src/Module/Api/Mastodon/Blocks.php +++ b/src/Module/Api/Mastodon/Blocks.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -77,6 +77,6 @@ class Blocks extends BaseApi } self::setLinkHeader(); - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Bookmarks.php b/src/Module/Api/Mastodon/Bookmarks.php index 59cf7f54a2..185c2be303 100644 --- a/src/Module/Api/Mastodon/Bookmarks.php +++ b/src/Module/Api/Mastodon/Bookmarks.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -88,6 +88,6 @@ class Bookmarks extends BaseApi } self::setLinkHeader(); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Conversations.php b/src/Module/Api/Mastodon/Conversations.php index fa8804f542..879c649d34 100644 --- a/src/Module/Api/Mastodon/Conversations.php +++ b/src/Module/Api/Mastodon/Conversations.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (!empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } DBA::delete('conv', ['id' => $this->parameters['id'], 'uid' => $uid]); DBA::delete('mail', ['convid' => $this->parameters['id'], 'uid' => $uid]); - System::jsonExit([]); + $this->jsonExit([]); } /** @@ -51,7 +52,7 @@ class Conversations extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -83,9 +84,13 @@ class Conversations extends BaseApi $conversations = []; - while ($conv = DBA::fetch($convs)) { - self::setBoundaries($conv['id']); - $conversations[] = DI::mstdnConversation()->createFromConvId($conv['id']); + try { + while ($conv = DBA::fetch($convs)) { + self::setBoundaries($conv['id']); + $conversations[] = DI::mstdnConversation()->createFromConvId($conv['id']); + } + } catch (NotFoundException $e) { + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } DBA::close($convs); @@ -95,6 +100,6 @@ class Conversations extends BaseApi } self::setLinkHeader(); - System::jsonExit($conversations); + $this->jsonExit($conversations); } } diff --git a/src/Module/Api/Mastodon/Conversations/Read.php b/src/Module/Api/Mastodon/Conversations/Read.php index c88daafd57..e80541c666 100644 --- a/src/Module/Api/Mastodon/Conversations/Read.php +++ b/src/Module/Api/Mastodon/Conversations/Read.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (!empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } DBA::update('mail', ['seen' => true], ['convid' => $this->parameters['id'], 'uid' => $uid]); - System::jsonExit(DI::mstdnConversation()->createFromConvId($this->parameters['id'])->toArray()); + try { + $this->jsonExit(DI::mstdnConversation()->createFromConvId($this->parameters['id'])->toArray()); + } catch (NotFoundException $e) { + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); + } } } diff --git a/src/Module/Api/Mastodon/CustomEmojis.php b/src/Module/Api/Mastodon/CustomEmojis.php index 650e96cea3..a0f271cee8 100644 --- a/src/Module/Api/Mastodon/CustomEmojis.php +++ b/src/Module/Api/Mastodon/CustomEmojis.php @@ -1,6 +1,6 @@ createCollectionFromSmilies(Smilies::getList()); - System::jsonExit($emojis->getArrayCopy()); + $this->jsonExit($emojis->getArrayCopy()); } } diff --git a/src/Module/Api/Mastodon/Directory.php b/src/Module/Api/Mastodon/Directory.php index 2e4726397c..819e27a19e 100644 --- a/src/Module/Api/Mastodon/Directory.php +++ b/src/Module/Api/Mastodon/Directory.php @@ -1,6 +1,6 @@ jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Endorsements.php b/src/Module/Api/Mastodon/Endorsements.php index 40b41985a5..ff351d1ac8 100644 --- a/src/Module/Api/Mastodon/Endorsements.php +++ b/src/Module/Api/Mastodon/Endorsements.php @@ -1,6 +1,6 @@ jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Favourited.php b/src/Module/Api/Mastodon/Favourited.php index 7829f37d70..42902cb20a 100644 --- a/src/Module/Api/Mastodon/Favourited.php +++ b/src/Module/Api/Mastodon/Favourited.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -90,6 +90,6 @@ class Favourited extends BaseApi } self::setLinkHeader(); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Filters.php b/src/Module/Api/Mastodon/Filters.php index 25feb9d879..01f002a39d 100644 --- a/src/Module/Api/Mastodon/Filters.php +++ b/src/Module/Api/Mastodon/Filters.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $this->response->unsupported(Router::POST, $request); } @@ -43,8 +43,8 @@ class Filters extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/FollowRequests.php b/src/Module/Api/Mastodon/FollowRequests.php index dfe3aadf33..1a6c247a6d 100644 --- a/src/Module/Api/Mastodon/FollowRequests.php +++ b/src/Module/Api/Mastodon/FollowRequests.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_FOLLOW); $uid = self::getCurrentUserID(); $cdata = Contact::getPublicAndUserContactID($this->parameters['id'], $uid); @@ -79,7 +79,7 @@ class FollowRequests extends BaseApi throw new HTTPException\BadRequestException('Unexpected action parameter, expecting "authorize", "ignore" or "reject"'); } - System::jsonExit($relationship); + $this->jsonExit($relationship); } /** @@ -89,7 +89,7 @@ class FollowRequests extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -115,6 +115,6 @@ class FollowRequests extends BaseApi } self::setLinkHeader(); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Api/Mastodon/FollowedTags.php b/src/Module/Api/Mastodon/FollowedTags.php index 306f873236..81bc3dc402 100644 --- a/src/Module/Api/Mastodon/FollowedTags.php +++ b/src/Module/Api/Mastodon/FollowedTags.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -77,6 +77,6 @@ class FollowedTags extends BaseApi } self::setLinkHeader(); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Api/Mastodon/Instance.php b/src/Module/Api/Mastodon/Instance.php index aaa0bbf503..882f873408 100644 --- a/src/Module/Api/Mastodon/Instance.php +++ b/src/Module/Api/Mastodon/Instance.php @@ -1,6 +1,6 @@ database = $database; $this->config = $config; + $this->accountFactory = $accountFactory; } /** @@ -59,6 +68,36 @@ class Instance extends BaseApi */ protected function rawContent(array $request = []) { - System::jsonExit(new InstanceEntity($this->config, $this->baseUrl, $this->database, System::getRules())); + $administrator = User::getFirstAdmin(['nickname']); + if ($administrator) { + $adminContact = $this->database->selectFirst('contact', ['uri-id'], ['nick' => $administrator['nickname'], 'self' => true]); + $contact_account = $this->accountFactory->createFromUriId($adminContact['uri-id']); + } + + $this->jsonExit(new InstanceEntity($this->config, $this->baseUrl, $this->database, $this->buildConfigurationInfo(), $contact_account ?? null, System::getRules())); + } + + private function buildConfigurationInfo(): InstanceV2Entity\Configuration + { + $statuses_config = new InstanceV2Entity\StatusesConfig((int)$this->config->get( + 'config', + 'api_import_size', + $this->config->get('config', 'max_import_size') + ), 99, 23); + + $image_size_limit = Strings::getBytesFromShorthand($this->config->get('system', 'maximagesize')); + $max_image_length = $this->config->get('system', 'max_image_length'); + if ($max_image_length > 0) { + $image_matrix_limit = pow($max_image_length, 2); + } else { + $image_matrix_limit = 33177600; // 5760^2 + } + + return new InstanceV2Entity\Configuration( + $statuses_config, + new InstanceV2Entity\MediaAttachmentsConfig(array_keys(Images::supportedTypes()), $image_size_limit, $image_matrix_limit), + new InstanceV2Entity\Polls(), + new InstanceV2Entity\Accounts(), + ); } } diff --git a/src/Module/Api/Mastodon/Instance/Peers.php b/src/Module/Api/Mastodon/Instance/Peers.php index b33f07b69f..12cb1d942e 100644 --- a/src/Module/Api/Mastodon/Instance/Peers.php +++ b/src/Module/Api/Mastodon/Instance/Peers.php @@ -1,6 +1,6 @@ jsonExit($return); } } diff --git a/src/Module/Api/Mastodon/Instance/Rules.php b/src/Module/Api/Mastodon/Instance/Rules.php index 61434479bd..6bb154d2e0 100644 --- a/src/Module/Api/Mastodon/Instance/Rules.php +++ b/src/Module/Api/Mastodon/Instance/Rules.php @@ -1,6 +1,6 @@ jsonExit(System::getRules()); } } diff --git a/src/Module/Api/Mastodon/InstanceV2.php b/src/Module/Api/Mastodon/InstanceV2.php index bf5cbcfb55..638f329867 100644 --- a/src/Module/Api/Mastodon/InstanceV2.php +++ b/src/Module/Api/Mastodon/InstanceV2.php @@ -1,6 +1,6 @@ database = $database; $this->config = $config; @@ -85,6 +86,7 @@ class InstanceV2 extends BaseApi $domain = $this->baseUrl->getHost(); $title = $this->config->get('config', 'sitename'); $version = '2.8.0 (compatible; Friendica ' . App::VERSION . ')'; + $source_url = 'https://git.friendi.ca/friendica/friendica'; $description = $this->config->get('config', 'info'); $usage = $this->buildUsageInfo(); $thumbnail = new InstanceEntity\Thumbnail($this->baseUrl . $this->contactHeader->getMastodonBannerPath()); @@ -94,10 +96,11 @@ class InstanceV2 extends BaseApi $contact = $this->buildContactInfo(); $friendica_extensions = $this->buildFriendicaExtensionInfo(); $rules = System::getRules(); - System::jsonExit(new InstanceEntity( + $this->jsonExit(new InstanceEntity( $domain, $title, $version, + $source_url, $description, $usage, $thumbnail, @@ -116,13 +119,21 @@ class InstanceV2 extends BaseApi 'config', 'api_import_size', $this->config->get('config', 'max_import_size') - )); + ), 99, 23); $image_size_limit = Strings::getBytesFromShorthand($this->config->get('system', 'maximagesize')); + $max_image_length = $this->config->get('system', 'max_image_length'); + if ($max_image_length > 0) { + $image_matrix_limit = pow($max_image_length, 2); + } else { + $image_matrix_limit = 33177600; // 5760^2 + } return new InstanceEntity\Configuration( $statuses_config, - new InstanceEntity\MediaAttachmentsConfig(Images::supportedTypes(), $image_size_limit), + new InstanceEntity\MediaAttachmentsConfig(array_keys(Images::supportedTypes()), $image_size_limit, $image_matrix_limit), + new InstanceEntity\Polls(), + new InstanceEntity\Accounts(), ); } diff --git a/src/Module/Api/Mastodon/Lists.php b/src/Module/Api/Mastodon/Lists.php index a007c80d33..fac4ed41b1 100644 --- a/src/Module/Api/Mastodon/Lists.php +++ b/src/Module/Api/Mastodon/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!Circle::exists($this->parameters['id'], $uid)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if (!Circle::remove($this->parameters['id'])) { - DI::mstdnError()->InternalError(); + $this->logAndJsonError(500, $this->errorFactory->InternalError()); } - System::jsonExit([]); + $this->jsonExit([]); } protected function post(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -61,17 +61,17 @@ class Lists extends BaseApi ], $request); if (empty($request['title'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Circle::create($uid, $request['title']); $id = Circle::getIdByName($uid, $request['title']); if (!$id) { - DI::mstdnError()->InternalError(); + $this->logAndJsonError(500, $this->errorFactory->InternalError()); } - System::jsonExit(DI::mstdnList()->createFromCircleId($id)); + $this->jsonExit(DI::mstdnList()->createFromCircleId($id)); } public function put(array $request = []) @@ -82,7 +82,7 @@ class Lists extends BaseApi ], $request); if (empty($request['title']) || empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Circle::update($this->parameters['id'], $request['title']); @@ -93,7 +93,7 @@ class Lists extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { @@ -106,11 +106,11 @@ class Lists extends BaseApi $id = $this->parameters['id']; if (!Circle::exists($id, $uid)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $lists = DI::mstdnList()->createFromCircleId($id); } - System::jsonExit($lists); + $this->jsonExit($lists); } } diff --git a/src/Module/Api/Mastodon/Lists/Accounts.php b/src/Module/Api/Mastodon/Lists/Accounts.php index 465f22a268..eb6cf2e90f 100644 --- a/src/Module/Api/Mastodon/Lists/Accounts.php +++ b/src/Module/Api/Mastodon/Lists/Accounts.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $request = $this->getRequest([ 'account_ids' => [], // Array of account IDs to remove from the list ], $request); if (empty($request['account_ids']) || empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } return Circle::removeMembers($this->parameters['id'], $request['account_ids']); @@ -51,14 +51,14 @@ class Accounts extends BaseApi protected function post(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $request = $this->getRequest([ 'account_ids' => [], // Array of account IDs to add to the list ], $request); if (empty($request['account_ids']) || empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Circle::addMembers($this->parameters['id'], $request['account_ids']); @@ -69,16 +69,16 @@ class Accounts extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('group', ['id' => $id, 'uid' => $uid])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $request = $this->getRequest([ @@ -127,6 +127,6 @@ class Accounts extends BaseApi } self::setLinkHeader(); - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Markers.php b/src/Module/Api/Mastodon/Markers.php index a00b0f8317..7319c2c475 100644 --- a/src/Module/Api/Mastodon/Markers.php +++ b/src/Module/Api/Mastodon/Markers.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); @@ -48,7 +46,7 @@ class Markers extends BaseApi } if (empty($timeline) || empty($last_read_id) || empty($application['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $condition = ['application-id' => $application['id'], 'uid' => $uid, 'timeline' => $timeline]; @@ -61,7 +59,7 @@ class Markers extends BaseApi $fields = ['last_read_id' => $last_read_id, 'version' => $version, 'updated_at' => DateTimeFormat::utcNow()]; DBA::update('application-marker', $fields, $condition, true); - System::jsonExit($this->fetchTimelines($application['id'], $uid)); + $this->jsonExit($this->fetchTimelines($application['id'], $uid)); } /** @@ -69,19 +67,19 @@ class Markers extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); - System::jsonExit($this->fetchTimelines($application['id'], $uid)); + $this->jsonExit($this->fetchTimelines($application['id'], $uid)); } - private function fetchTimelines(int $application_id, int $uid) + private function fetchTimelines(int $application_id, int $uid): \stdClass { - $values = []; + $values = new \stdClass(); $markers = DBA::select('application-marker', [], ['application-id' => $application_id, 'uid' => $uid]); while ($marker = DBA::fetch($markers)) { - $values[$marker['timeline']] = [ + $values->{$marker['timeline']} = [ 'last_read_id' => $marker['last_read_id'], 'version' => $marker['version'], 'updated_at' => $marker['updated_at'] diff --git a/src/Module/Api/Mastodon/Media.php b/src/Module/Api/Mastodon/Media.php index 921ebdaf78..529b5c83fb 100644 --- a/src/Module/Api/Mastodon/Media.php +++ b/src/Module/Api/Mastodon/Media.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -48,22 +48,22 @@ class Media extends BaseApi Logger::info('Photo post', ['request' => $request, 'files' => $_FILES]); if (empty($_FILES['file'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $media = Photo::upload($uid, $_FILES['file'], '', null, null, '', '', $request['description']); if (empty($media)) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } Logger::info('Uploaded photo', ['media' => $media]); - System::jsonExit(DI::mstdnAttachment()->createFromPhoto($media['id'])); + $this->jsonExit(DI::mstdnAttachment()->createFromPhoto($media['id'])); } public function put(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -74,25 +74,25 @@ class Media extends BaseApi ], $request); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $photo = Photo::selectFirst(['resource-id'], ['id' => $this->parameters['id'], 'uid' => $uid]); if (empty($photo['resource-id'])) { $media = Post\Media::getById($this->parameters['id']); if (empty($media['uri-id'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if (!Post::exists(['uri-id' => $media['uri-id'], 'uid' => $uid, 'origin' => true])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Post\Media::updateById(['description' => $request['description']], $this->parameters['id']); - System::jsonExit(DI::mstdnAttachment()->createFromId($this->parameters['id'])); + $this->jsonExit(DI::mstdnAttachment()->createFromId($this->parameters['id'])); } Photo::update(['desc' => $request['description']], ['resource-id' => $photo['resource-id']]); - System::jsonExit(DI::mstdnAttachment()->createFromPhoto($this->parameters['id'])); + $this->jsonExit(DI::mstdnAttachment()->createFromPhoto($this->parameters['id'])); } /** @@ -100,18 +100,18 @@ class Media extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!Photo::exists(['id' => $id, 'uid' => $uid])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } - System::jsonExit(DI::mstdnAttachment()->createFromPhoto($id)); + $this->jsonExit(DI::mstdnAttachment()->createFromPhoto($id)); } } diff --git a/src/Module/Api/Mastodon/Mutes.php b/src/Module/Api/Mastodon/Mutes.php index 2190c397cc..2ea8b3b77f 100644 --- a/src/Module/Api/Mastodon/Mutes.php +++ b/src/Module/Api/Mastodon/Mutes.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; if (!DBA::exists('contact', ['id' => $id, 'uid' => 0])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $request = $this->getRequest([ @@ -85,6 +85,6 @@ class Mutes extends BaseApi } self::setLinkHeader(); - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Notifications.php b/src/Module/Api/Mastodon/Notifications.php index 70ef068982..dd8de17ab5 100644 --- a/src/Module/Api/Mastodon/Notifications.php +++ b/src/Module/Api/Mastodon/Notifications.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (!empty($this->parameters['id'])) { $id = $this->parameters['id']; try { $notification = DI::notification()->selectOneForUser($uid, ['id' => $id]); - System::jsonExit(DI::mstdnNotification()->createFromNotification($notification, self::appSupportsQuotes())); + $this->jsonExit(DI::mstdnNotification()->createFromNotification($notification, self::appSupportsQuotes())); } catch (\Exception $e) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } @@ -132,7 +132,7 @@ class Notifications extends BaseApi if ($request['summary']) { $count = DI::notification()->countForUser($uid, $condition); - System::jsonExit(['count' => $count]); + $this->jsonExit(['count' => $count]); } else { $mstdnNotifications = []; @@ -154,7 +154,7 @@ class Notifications extends BaseApi } self::setLinkHeader(); - System::jsonExit($mstdnNotifications); + $this->jsonExit($mstdnNotifications); } } } diff --git a/src/Module/Api/Mastodon/Notifications/Clear.php b/src/Module/Api/Mastodon/Notifications/Clear.php index 848bf46fb3..eb7d002bcf 100644 --- a/src/Module/Api/Mastodon/Notifications/Clear.php +++ b/src/Module/Api/Mastodon/Notifications/Clear.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); DI::notification()->setAllDismissedForUser($uid); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Notifications/Dismiss.php b/src/Module/Api/Mastodon/Notifications/Dismiss.php index 2b774c59e2..fbb0d99bde 100644 --- a/src/Module/Api/Mastodon/Notifications/Dismiss.php +++ b/src/Module/Api/Mastodon/Notifications/Dismiss.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $condition = ['id' => $this->parameters['id']]; @@ -46,6 +46,6 @@ class Dismiss extends BaseApi $Notification->setDismissed(); DI::notification()->save($Notification); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/Polls.php b/src/Module/Api/Mastodon/Polls.php index 00ee47e5ac..ed5ae99352 100644 --- a/src/Module/Api/Mastodon/Polls.php +++ b/src/Module/Api/Mastodon/Polls.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } - System::jsonExit(DI::mstdnPoll()->createFromId($this->parameters['id'], $uid)); + $this->jsonExit(DI::mstdnPoll()->createFromId($this->parameters['id'], $uid)); } } diff --git a/src/Module/Api/Mastodon/Preferences.php b/src/Module/Api/Mastodon/Preferences.php index 4b7d1300fe..98e9efa2fb 100644 --- a/src/Module/Api/Mastodon/Preferences.php +++ b/src/Module/Api/Mastodon/Preferences.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $user = User::getById($uid, ['language', 'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid']); @@ -55,6 +55,6 @@ class Preferences extends BaseApi $preferences = new \Friendica\Object\Api\Mastodon\Preferences($visibility, $sensitive, $language, $media, $spoilers); - System::jsonExit($preferences); + $this->jsonExit($preferences); } } diff --git a/src/Module/Api/Mastodon/Proofs.php b/src/Module/Api/Mastodon/Proofs.php index 1cbe1c03d7..2c9c7ae3b2 100644 --- a/src/Module/Api/Mastodon/Proofs.php +++ b/src/Module/Api/Mastodon/Proofs.php @@ -1,6 +1,6 @@ 'Record not found']); + $this->jsonError(404, ['error' => 'Record not found']); } } diff --git a/src/Module/Api/Mastodon/PushSubscription.php b/src/Module/Api/Mastodon/PushSubscription.php index 077f0b1028..8e997e0758 100644 --- a/src/Module/Api/Mastodon/PushSubscription.php +++ b/src/Module/Api/Mastodon/PushSubscription.php @@ -1,6 +1,6 @@ subscriptionFac = $subscriptionFac; - $this->errorFac = $errorFac; } protected function post(array $request = []): void { - self::checkAllowedScope(self::SCOPE_PUSH); + $this->checkAllowedScope(self::SCOPE_PUSH); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); @@ -81,12 +78,12 @@ class PushSubscription extends BaseApi $this->logger->info('Subscription stored', ['ret' => $ret, 'subscription' => $subscription]); $subscriptionObj = $this->subscriptionFac->createForApplicationIdAndUserId($application['id'], $uid); - $this->response->exitWithJson($subscriptionObj->toArray()); + $this->response->addJsonContent($subscriptionObj->toArray()); } public function put(array $request = []): void { - self::checkAllowedScope(self::SCOPE_PUSH); + $this->checkAllowedScope(self::SCOPE_PUSH); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); @@ -97,7 +94,7 @@ class PushSubscription extends BaseApi $subscription = Subscription::select($application['id'], $uid, ['id']); if (empty($subscription)) { $this->logger->info('Subscription not found', ['application-id' => $application['id'], 'uid' => $uid]); - $this->errorFac->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $fields = [ @@ -120,12 +117,12 @@ class PushSubscription extends BaseApi ]); $subscriptionObj = $this->subscriptionFac->createForApplicationIdAndUserId($application['id'], $uid); - $this->response->exitWithJson($subscriptionObj->toArray()); + $this->response->addJsonContent($subscriptionObj->toArray()); } protected function delete(array $request = []): void { - self::checkAllowedScope(self::SCOPE_PUSH); + $this->checkAllowedScope(self::SCOPE_PUSH); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); @@ -137,23 +134,23 @@ class PushSubscription extends BaseApi 'uid' => $uid, ]); - $this->response->exitWithJson([]); + $this->response->addJsonContent([]); } protected function rawContent(array $request = []): void { - self::checkAllowedScope(self::SCOPE_PUSH); + $this->checkAllowedScope(self::SCOPE_PUSH); $uid = self::getCurrentUserID(); $application = self::getCurrentApplication(); if (!Subscription::exists($application['id'], $uid)) { $this->logger->info('Subscription not found', ['application-id' => $application['id'], 'uid' => $uid]); - $this->errorFac->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $this->logger->info('Fetch subscription', ['application-id' => $application['id'], 'uid' => $uid]); $subscriptionObj = $this->subscriptionFac->createForApplicationIdAndUserId($application['id'], $uid); - $this->response->exitWithJson($subscriptionObj->toArray()); + $this->response->addJsonContent($subscriptionObj->toArray()); } } diff --git a/src/Module/Api/Mastodon/Reports.php b/src/Module/Api/Mastodon/Reports.php index 401d3da191..4a10b8cca1 100644 --- a/src/Module/Api/Mastodon/Reports.php +++ b/src/Module/Api/Mastodon/Reports.php @@ -1,6 +1,6 @@ reportFactory = $reportFactory; $this->reportRepo = $reportRepo; @@ -51,7 +51,7 @@ class Reports extends BaseApi public function post(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $request = $this->getRequest([ 'account_id' => '', // ID of the account to report @@ -82,6 +82,6 @@ class Reports extends BaseApi $this->reportRepo->save($report); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/Api/Mastodon/ScheduledStatuses.php b/src/Module/Api/Mastodon/ScheduledStatuses.php index 8d2ce00861..6853175622 100644 --- a/src/Module/Api/Mastodon/ScheduledStatuses.php +++ b/src/Module/Api/Mastodon/ScheduledStatuses.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $this->response->unsupported(Router::PUT, $request); @@ -43,20 +43,20 @@ class ScheduledStatuses extends BaseApi protected function delete(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!DBA::exists('delayed-post', ['id' => $this->parameters['id'], 'uid' => $uid])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Post\Delayed::deleteById($this->parameters['id']); - System::jsonExit([]); + $this->jsonExit([]); } /** @@ -64,11 +64,11 @@ class ScheduledStatuses extends BaseApi */ protected function rawContent(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (isset($this->parameters['id'])) { - System::jsonExit(DI::mstdnScheduledStatus()->createFromDelayedPostId($this->parameters['id'], $uid)->toArray()); + $this->jsonExit(DI::mstdnScheduledStatus()->createFromDelayedPostId($this->parameters['id'], $uid)->toArray()); } $request = $this->getRequest([ @@ -109,6 +109,6 @@ class ScheduledStatuses extends BaseApi } self::setLinkHeader(); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Search.php b/src/Module/Api/Mastodon/Search.php index 956e3d73b8..facaa06eb1 100644 --- a/src/Module/Api/Mastodon/Search.php +++ b/src/Module/Api/Mastodon/Search.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -60,7 +60,7 @@ class Search extends BaseApi ], $request); if (empty($request['q'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $limit = min($request['limit'], 40); @@ -91,7 +91,7 @@ class Search extends BaseApi $result['hashtags'] = self::searchHashtags($request['q'], $request['exclude_unreviewed'], $limit, $request['offset'], $this->parameters['version']); } - System::jsonExit($result); + $this->jsonExit($result); } /** @@ -115,7 +115,7 @@ class Search extends BaseApi } $accounts = []; - foreach (Contact::searchByName($q, '', $following ? $uid : 0, false, $limit, $offset) as $contact) { + foreach (Contact::searchByName($q, '', false, $following ? $uid : 0, $limit, $offset) as $contact) { $accounts[] = DI::mstdnAccount()->createFromContactId($contact['id'], $uid); } diff --git a/src/Module/Api/Mastodon/Statuses.php b/src/Module/Api/Mastodon/Statuses.php index a8f1dc1c66..d194e97e31 100644 --- a/src/Module/Api/Mastodon/Statuses.php +++ b/src/Module/Api/Mastodon/Statuses.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ - 'status' => '', // Text content of the status. If media_ids is provided, this becomes optional. Attaching a poll is optional while status is provided. - 'media_ids' => [], // Array of Attachment ids to be attached as media. If provided, status becomes optional, and poll cannot be used. - 'in_reply_to_id' => 0, // ID of the status being replied to, if status is a reply - 'spoiler_text' => '', // Text to be shown as a warning or subject before the actual content. Statuses are generally collapsed behind this field. - 'language' => '', // ISO 639 language code for this status. - 'friendica' => [], + 'status' => '', // Text content of the status. If media_ids is provided, this becomes optional. Attaching a poll is optional while status is provided. + 'media_ids' => [], // Array of Attachment ids to be attached as media. If provided, status becomes optional, and poll cannot be used. + 'in_reply_to_id' => 0, // ID of the status being replied to, if status is a reply + 'spoiler_text' => '', // Text to be shown as a warning or subject before the actual content. Statuses are generally collapsed behind this field. + 'language' => '', // ISO 639 language code for this status. + 'media_attributes' => [], + 'friendica' => [], ], $request); $owner = User::getOwnerDataById($uid); @@ -121,6 +121,12 @@ class Statuses extends BaseApi $media_ids = []; $existing_media = array_column(Post\Media::getByURIId($post['uri-id'], [Post\Media::AUDIO, Post\Media::VIDEO, Post\Media::IMAGE]), 'id'); + foreach ($request['media_attributes'] as $attributes) { + if (!empty($attributes['id']) && in_array($attributes['id'], $existing_media)) { + Post\Media::updateById(['description' => $attributes['description'] ?? null], $attributes['id']); + } + } + foreach ($request['media_ids'] as $media) { if (!in_array($media, $existing_media)) { $media_ids[] = $media; @@ -159,12 +165,12 @@ class Statuses extends BaseApi Item::updateDisplayCache($post['uri-id']); - System::jsonExit(DI::mstdnStatus()->createFromUriId($post['uri-id'], $uid, self::appSupportsQuotes())); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($post['uri-id'], $uid, self::appSupportsQuotes())); } protected function post(array $request = []) { - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -192,6 +198,7 @@ class Statuses extends BaseApi $item['title'] = ''; $item['body'] = $this->formatStatus($request['status'], $uid); $item['app'] = $this->getApp(); + $item['visibility'] = $request['visibility']; switch ($request['visibility']) { case 'public': @@ -209,6 +216,18 @@ class Statuses extends BaseApi $item['private'] = Item::UNLISTED; break; case 'private': + if ($request['in_reply_to_id']) { + $parent_item = Post::selectFirst(Item::ITEM_FIELDLIST, ['uri-id' => $request['in_reply_to_id'], 'uid' => $uid, 'private' => Item::PRIVATE]); + if (!empty($parent_item)) { + $item['allow_cid'] = $parent_item['allow_cid']; + $item['allow_gid'] = $parent_item['allow_gid']; + $item['deny_cid'] = $parent_item['deny_cid']; + $item['deny_gid'] = $parent_item['deny_gid']; + $item['private'] = $parent_item['private']; + break; + } + } + if (!empty($owner['allow_cid'] . $owner['allow_gid'] . $owner['deny_cid'] . $owner['deny_gid'])) { $item['allow_cid'] = $owner['allow_cid']; $item['allow_gid'] = $owner['allow_gid']; @@ -263,7 +282,7 @@ class Statuses extends BaseApi $item['gravity'] = Item::GRAVITY_COMMENT; $item['object-type'] = Activity\ObjectType::COMMENT; } else { - self::checkThrottleLimit(); + $this->checkThrottleLimit(); $item['gravity'] = Item::GRAVITY_PARENT; $item['object-type'] = Activity\ObjectType::NOTE; @@ -297,41 +316,41 @@ class Statuses extends BaseApi $item['uri'] = Item::newURI($item['guid']); $id = Post\Delayed::add($item['uri'], $item, Worker::PRIORITY_HIGH, Post\Delayed::PREPARED, DateTimeFormat::utc($request['scheduled_at'])); if (empty($id)) { - DI::mstdnError()->InternalError(); + $this->logAndJsonError(500, $this->errorFactory->InternalError()); } - System::jsonExit(DI::mstdnScheduledStatus()->createFromDelayedPostId($id, $uid)->toArray()); + $this->jsonExit(DI::mstdnScheduledStatus()->createFromDelayedPostId($id, $uid)->toArray()); } $id = Item::insert($item, true); if (!empty($id)) { $item = Post::selectFirst(['uri-id'], ['id' => $id]); if (!empty($item['uri-id'])) { - System::jsonExit(DI::mstdnStatus()->createFromUriId($item['uri-id'], $uid, self::appSupportsQuotes())); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($item['uri-id'], $uid, self::appSupportsQuotes())); } } - DI::mstdnError()->InternalError(); + $this->logAndJsonError(500, $this->errorFactory->InternalError()); } protected function delete(array $request = []) { - self::checkAllowedScope(self::SCOPE_READ); + $this->checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectFirstForUser($uid, ['id'], ['uri-id' => $this->parameters['id'], 'uid' => $uid]); if (empty($item['id'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if (!Item::markForDeletionById($item['id'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } - System::jsonExit([]); + $this->jsonExit([]); } /** @@ -342,10 +361,10 @@ class Statuses extends BaseApi $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), false)); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), false)); } private function getApp(): string @@ -422,7 +441,7 @@ class Statuses extends BaseApi if (preg_match("/\[url=[^\[\]]*\](.*)\[\/url\]\z/ism", $status, $matches)) { $status = preg_replace("/\[url=[^\[\]]*\].*\[\/url\]\z/ism", PageInfo::getFooterFromUrl($matches[1]), $status); } - + return $status; } } diff --git a/src/Module/Api/Mastodon/Statuses/Bookmark.php b/src/Module/Api/Mastodon/Statuses/Bookmark.php index 7f32c9a43c..30007bec69 100644 --- a/src/Module/Api/Mastodon/Statuses/Bookmark.php +++ b/src/Module/Api/Mastodon/Statuses/Bookmark.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginal(['uid', 'id', 'uri-id', 'gravity'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]], ['order' => ['uid' => true]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['gravity'] != Item::GRAVITY_PARENT) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Only starting posts can be bookmarked')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Only starting posts can be bookmarked'))); } if ($item['uid'] == 0) { @@ -56,10 +56,10 @@ class Bookmark extends BaseApi if (!empty($stored)) { $item = Post::selectFirst(['id', 'gravity'], ['id' => $stored]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } else { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } @@ -70,6 +70,6 @@ class Bookmark extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Card.php b/src/Module/Api/Mastodon/Statuses/Card.php index 3e973d9bba..cb88fe8e92 100644 --- a/src/Module/Api/Mastodon/Statuses/Card.php +++ b/src/Module/Api/Mastodon/Statuses/Card.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!$post = Post::selectOriginal(['uri-id'], ['uri-id' => $this->parameters['id'], 'uid' => [0, $uid]])) { @@ -49,6 +49,6 @@ class Card extends BaseApi $card = DI::mstdnCard()->createFromUriId($post['uri-id']); - System::jsonExit($card->toArray()); + $this->jsonExit($card->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Context.php b/src/Module/Api/Mastodon/Statuses/Context.php index c510fc9a8c..58a3f085b1 100644 --- a/src/Module/Api/Mastodon/Statuses/Context.php +++ b/src/Module/Api/Mastodon/Statuses/Context.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $request = $this->getRequest([ @@ -116,7 +116,7 @@ class Context extends BaseApi } DBA::close($posts); } else { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } @@ -140,7 +140,7 @@ class Context extends BaseApi $statuses['descendants'][] = DI::mstdnStatus()->createFromUriId($descendant, $uid, $display_quotes); } - System::jsonExit($statuses); + $this->jsonExit($statuses); } private static function getParents(int $id, array $parents, array $list = []) diff --git a/src/Module/Api/Mastodon/Statuses/Favourite.php b/src/Module/Api/Mastodon/Statuses/Favourite.php index 3543a3ba8f..5735570e9e 100644 --- a/src/Module/Api/Mastodon/Statuses/Favourite.php +++ b/src/Module/Api/Mastodon/Statuses/Favourite.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['id', 'uri-id'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Item::performActivity($item['id'], 'like', $uid); @@ -54,6 +54,6 @@ class Favourite extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/FavouritedBy.php b/src/Module/Api/Mastodon/Statuses/FavouritedBy.php index fcfb97d926..5cc7723d80 100644 --- a/src/Module/Api/Mastodon/Statuses/FavouritedBy.php +++ b/src/Module/Api/Mastodon/Statuses/FavouritedBy.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!$post = Post::selectOriginal(['uri-id'], ['uri-id' => $this->parameters['id'], 'uid' => [0, $uid]])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $activities = Post::selectPosts(['author-id'], ['thr-parent-id' => $post['uri-id'], 'gravity' => Item::GRAVITY_ACTIVITY, 'verb' => Activity::LIKE, 'deleted' => false]); @@ -56,6 +56,6 @@ class FavouritedBy extends BaseApi $accounts[] = DI::mstdnAccount()->createFromContactId($activity['author-id'], $uid); } - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Statuses/Mute.php b/src/Module/Api/Mastodon/Statuses/Mute.php index a99cd68635..8b4789c7ee 100644 --- a/src/Module/Api/Mastodon/Statuses/Mute.php +++ b/src/Module/Api/Mastodon/Statuses/Mute.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['uri-id', 'gravity'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['gravity'] != Item::GRAVITY_PARENT) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Only starting posts can be muted')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Only starting posts can be muted'))); } Post\ThreadUser::setIgnored($item['uri-id'], $uid, true); @@ -58,6 +58,6 @@ class Mute extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Pin.php b/src/Module/Api/Mastodon/Statuses/Pin.php index 5d9a181135..fbd7cdf1bd 100644 --- a/src/Module/Api/Mastodon/Statuses/Pin.php +++ b/src/Module/Api/Mastodon/Statuses/Pin.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['uri-id', 'gravity', 'author-id'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Post\Collection::add($item['uri-id'], Post\Collection::FEATURED, $item['author-id'], $uid); @@ -53,6 +53,6 @@ class Pin extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(),$isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(),$isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Reblog.php b/src/Module/Api/Mastodon/Statuses/Reblog.php index 98cbd417d0..10ca2b95b0 100644 --- a/src/Module/Api/Mastodon/Statuses/Reblog.php +++ b/src/Module/Api/Mastodon/Statuses/Reblog.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['id', 'uri-id', 'network'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['network'] == Protocol::DIASPORA) { Diaspora::performReshare($this->parameters['id'], $uid); } elseif (!in_array($item['network'], [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::TWITTER])) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t("Posts from %s can't be shared", ContactSelector::networkToName($item['network']))); + $this->logAndJsonError( + 422, + $this->errorFactory->UnprocessableEntity($this->t("Posts from %s can't be shared", ContactSelector::networkToName($item['network']))) + ); } else { Item::performActivity($item['id'], 'announce', $uid); } @@ -63,6 +66,6 @@ class Reblog extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/RebloggedBy.php b/src/Module/Api/Mastodon/Statuses/RebloggedBy.php index a12975a8be..7a00eb1ed0 100644 --- a/src/Module/Api/Mastodon/Statuses/RebloggedBy.php +++ b/src/Module/Api/Mastodon/Statuses/RebloggedBy.php @@ -1,6 +1,6 @@ parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if (!$post = Post::selectOriginal(['uri-id'], ['uri-id' => $this->parameters['id'], 'uid' => [0, $uid]])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } $activities = Post::selectPosts(['author-id'], ['thr-parent-id' => $post['uri-id'], 'gravity' => Item::GRAVITY_ACTIVITY, 'verb' => Activity::ANNOUNCE]); @@ -56,6 +56,6 @@ class RebloggedBy extends BaseApi $accounts[] = DI::mstdnAccount()->createFromContactId($activity['author-id'], $uid); } - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Statuses/Source.php b/src/Module/Api/Mastodon/Statuses/Source.php index 92e2c3dbb2..5087854685 100644 --- a/src/Module/Api/Mastodon/Statuses/Source.php +++ b/src/Module/Api/Mastodon/Statuses/Source.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $id = $this->parameters['id']; @@ -52,6 +52,6 @@ class Source extends BaseApi $source = DI::mstdnStatusSource()->createFromUriId($id, $uid); - System::jsonExit($source->toArray()); + $this->jsonExit($source->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Unbookmark.php b/src/Module/Api/Mastodon/Statuses/Unbookmark.php index 556db2b4b3..18a708c989 100644 --- a/src/Module/Api/Mastodon/Statuses/Unbookmark.php +++ b/src/Module/Api/Mastodon/Statuses/Unbookmark.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginal(['uid', 'id', 'uri-id', 'gravity'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]], ['order' => ['uid' => true]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['gravity'] != Item::GRAVITY_PARENT) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Only starting posts can be unbookmarked')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Only starting posts can be unbookmarked'))); } if ($item['uid'] == 0) { @@ -56,10 +56,10 @@ class Unbookmark extends BaseApi if (!empty($stored)) { $item = Post::selectFirst(['id', 'gravity'], ['id' => $stored]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } else { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } @@ -70,6 +70,6 @@ class Unbookmark extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Unfavourite.php b/src/Module/Api/Mastodon/Statuses/Unfavourite.php index 99358be55a..81ef6b92d9 100644 --- a/src/Module/Api/Mastodon/Statuses/Unfavourite.php +++ b/src/Module/Api/Mastodon/Statuses/Unfavourite.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['id', 'uri-id'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Item::performActivity($item['id'], 'unlike', $uid); @@ -54,6 +54,6 @@ class Unfavourite extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Unmute.php b/src/Module/Api/Mastodon/Statuses/Unmute.php index b6d9c2b195..2d6091d52d 100644 --- a/src/Module/Api/Mastodon/Statuses/Unmute.php +++ b/src/Module/Api/Mastodon/Statuses/Unmute.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['uri-id', 'gravity'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['gravity'] != Item::GRAVITY_PARENT) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Only starting posts can be unmuted')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Only starting posts can be unmuted'))); } Post\ThreadUser::setIgnored($item['uri-id'], $uid, false); @@ -58,6 +58,6 @@ class Unmute extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Unpin.php b/src/Module/Api/Mastodon/Statuses/Unpin.php index 75b1d6fa5f..c2b127f226 100644 --- a/src/Module/Api/Mastodon/Statuses/Unpin.php +++ b/src/Module/Api/Mastodon/Statuses/Unpin.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['uri-id', 'gravity'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } Post\Collection::remove($item['uri-id'], Post\Collection::FEATURED, $uid); @@ -53,6 +53,6 @@ class Unpin extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Statuses/Unreblog.php b/src/Module/Api/Mastodon/Statuses/Unreblog.php index 6730e0fb56..f857a935d2 100644 --- a/src/Module/Api/Mastodon/Statuses/Unreblog.php +++ b/src/Module/Api/Mastodon/Statuses/Unreblog.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $item = Post::selectOriginalForUser($uid, ['id', 'uri-id', 'network'], ['uri-id' => $this->parameters['id'], 'uid' => [$uid, 0]]); if (!DBA::isResult($item)) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if ($item['network'] == Protocol::DIASPORA) { $item = Post::selectFirstForUser($uid, ['id'], ['quote-uri-id' => $this->parameters['id'], 'body' => '', 'origin' => true, 'uid' => $uid]); if (empty($item['id'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if (!Item::markForDeletionById($item['id'])) { - DI::mstdnError()->RecordNotFound(); + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } } elseif (!in_array($item['network'], [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::TWITTER])) { - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t("Posts from %s can't be unshared", ContactSelector::networkToName($item['network']))); + $this->logAndJsonError( + 422, + $this->errorFactory->UnprocessableEntity($this->t("Posts from %s can't be unshared", ContactSelector::networkToName($item['network']))) + ); } else { Item::performActivity($item['id'], 'unannounce', $uid); } @@ -69,6 +72,6 @@ class Unreblog extends BaseApi // Issue tracking the behavior of createFromUriId: https://github.com/friendica/friendica/issues/13350 $isReblog = $item['uri-id'] != $this->parameters['id']; - System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); + $this->jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes(), $isReblog)->toArray()); } } diff --git a/src/Module/Api/Mastodon/Suggestions.php b/src/Module/Api/Mastodon/Suggestions.php index 9645d39a2e..cd3cc095ce 100644 --- a/src/Module/Api/Mastodon/Suggestions.php +++ b/src/Module/Api/Mastodon/Suggestions.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -54,6 +54,6 @@ class Suggestions extends BaseApi ]; } - System::jsonExit($accounts); + $this->jsonExit($accounts); } } diff --git a/src/Module/Api/Mastodon/Tags.php b/src/Module/Api/Mastodon/Tags.php index 229fd8e005..baf1587d5f 100644 --- a/src/Module/Api/Mastodon/Tags.php +++ b/src/Module/Api/Mastodon/Tags.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['hashtag'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $tag = ltrim($this->parameters['hashtag'], '#'); $following = DBA::exists('search', ['uid' => $uid, 'term' => '#' . $tag]); $hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, ['name' => $tag], [], $following); - System::jsonExit($hashtag->toArray()); + $this->jsonExit($hashtag->toArray()); } } diff --git a/src/Module/Api/Mastodon/Tags/Follow.php b/src/Module/Api/Mastodon/Tags/Follow.php index 13137a75a8..0ff474238d 100644 --- a/src/Module/Api/Mastodon/Tags/Follow.php +++ b/src/Module/Api/Mastodon/Tags/Follow.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['hashtag'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $fields = ['uid' => $uid, 'term' => '#' . ltrim($this->parameters['hashtag'], '#')]; @@ -46,6 +46,6 @@ class Follow extends BaseApi } $hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, ['name' => ltrim($this->parameters['hashtag'])], [], true); - System::jsonExit($hashtag->toArray()); + $this->jsonExit($hashtag->toArray()); } } diff --git a/src/Module/Api/Mastodon/Tags/Unfollow.php b/src/Module/Api/Mastodon/Tags/Unfollow.php index 06b08b7c3d..821226bfbc 100644 --- a/src/Module/Api/Mastodon/Tags/Unfollow.php +++ b/src/Module/Api/Mastodon/Tags/Unfollow.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); if (empty($this->parameters['hashtag'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $term = ['uid' => $uid, 'term' => '#' . ltrim($this->parameters['hashtag'], '#')]; @@ -45,6 +45,6 @@ class Unfollow extends BaseApi DBA::delete('search', $term); $hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, ['name' => ltrim($this->parameters['hashtag'])], [], false); - System::jsonExit($hashtag->toArray()); + $this->jsonExit($hashtag->toArray()); } } diff --git a/src/Module/Api/Mastodon/Timelines/Direct.php b/src/Module/Api/Mastodon/Timelines/Direct.php index 82b96e698f..dd16acfef1 100644 --- a/src/Module/Api/Mastodon/Timelines/Direct.php +++ b/src/Module/Api/Mastodon/Timelines/Direct.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -76,9 +77,13 @@ class Direct extends BaseApi $statuses = []; - while ($mail = DBA::fetch($mails)) { - self::setBoundaries($mail['uri-id']); - $statuses[] = DI::mstdnStatus()->createFromMailId($mail['id']); + try { + while ($mail = DBA::fetch($mails)) { + self::setBoundaries($mail['uri-id']); + $statuses[] = DI::mstdnStatus()->createFromMailId($mail['id']); + } + } catch (NotFoundException $e) { + $this->logAndJsonError(404, $this->errorFactory->RecordNotFound()); } if (!empty($request['min_id'])) { @@ -86,6 +91,6 @@ class Direct extends BaseApi } self::setLinkHeader(); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Timelines/Home.php b/src/Module/Api/Mastodon/Timelines/Home.php index 6d0b7a3340..bd1724eaab 100644 --- a/src/Module/Api/Mastodon/Timelines/Home.php +++ b/src/Module/Api/Mastodon/Timelines/Home.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $request = $this->getRequest([ @@ -67,8 +66,10 @@ class Home extends BaseApi } if ($request['only_media']) { - $condition = DBA::mergeConditions($condition, ["`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", - Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO]); + $condition = DBA::mergeConditions($condition, [ + "`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", + Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO + ]); } if ($request['remote']) { @@ -79,7 +80,7 @@ class Home extends BaseApi $condition = DBA::mergeConditions($condition, ['gravity' => Item::GRAVITY_PARENT]); } - $items = Post::selectForUser($uid, ['uri-id'], $condition, $params); + $items = Post::selectTimelineForUser($uid, ['uri-id'], $condition, $params); $display_quotes = self::appSupportsQuotes(); @@ -101,6 +102,6 @@ class Home extends BaseApi self::setLinkHeader($request['friendica_order'] != TimelineOrderByTypes::ID); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Timelines/ListTimeline.php b/src/Module/Api/Mastodon/Timelines/ListTimeline.php index 7f1d38c5c8..552c760015 100644 --- a/src/Module/Api/Mastodon/Timelines/ListTimeline.php +++ b/src/Module/Api/Mastodon/Timelines/ListTimeline.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['id'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } $request = $this->getRequest([ @@ -61,15 +61,19 @@ class ListTimeline extends BaseApi 'friendica_order' => TimelineOrderByTypes::ID, // Sort order options (defaults to ID) ], $request); - $condition = ["`uid` = ? AND `gravity` IN (?, ?) AND `contact-id` IN (SELECT `contact-id` FROM `group_member` WHERE `gid` = ?)", - $uid, Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT, $this->parameters['id']]; + $condition = [ + "`uid` = ? AND `gravity` IN (?, ?) AND `contact-id` IN (SELECT `contact-id` FROM `group_member` WHERE `gid` = ?)", + $uid, Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT, $this->parameters['id'] + ]; $condition = $this->addPagingConditions($request, $condition); $params = $this->buildOrderAndLimitParams($request); if ($request['only_media']) { - $condition = DBA::mergeConditions($condition, ["`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", - Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO]); + $condition = DBA::mergeConditions($condition, [ + "`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", + Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO + ]); } if ($request['exclude_replies']) { @@ -84,7 +88,7 @@ class ListTimeline extends BaseApi $condition = DBA::mergeConditions($condition, ["NOT `uri-id` IN (SELECT `uri-id` FROM `post-user` WHERE `origin` AND `post-user`.`uri-id` = `post-user-view`.`uri-id`)"]); } - $items = Post::selectForUser($uid, ['uri-id'], $condition, $params); + $items = Post::selectTimelineForUser($uid, ['uri-id'], $condition, $params); $display_quotes = self::appSupportsQuotes(); @@ -105,6 +109,6 @@ class ListTimeline extends BaseApi } self::setLinkHeader($request['friendica_order'] != TimelineOrderByTypes::ID); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Timelines/PublicTimeline.php b/src/Module/Api/Mastodon/Timelines/PublicTimeline.php index fa93d90c80..29a1d1b323 100644 --- a/src/Module/Api/Mastodon/Timelines/PublicTimeline.php +++ b/src/Module/Api/Mastodon/Timelines/PublicTimeline.php @@ -1,6 +1,6 @@ TimelineOrderByTypes::ID, // Sort order options (defaults to ID) ], $request); - $condition = ['gravity' => [Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT], 'private' => Item::PUBLIC, - 'network' => Protocol::FEDERATED, 'author-blocked' => false, 'author-hidden' => false]; + $condition = [ + 'gravity' => [Item::GRAVITY_PARENT, Item::GRAVITY_COMMENT], 'private' => Item::PUBLIC, + 'network' => Protocol::FEDERATED, 'author-blocked' => false, 'author-hidden' => false + ]; $condition = $this->addPagingConditions($request, $condition); $params = $this->buildOrderAndLimitParams($request); if ($request['local']) { - $condition = DBA::mergeConditions($condition, ["`uri-id` IN (SELECT `uri-id` FROM `post-user` WHERE `origin`)"]); + $condition = DBA::mergeConditions($condition, ['origin' => true]); + } else { + $condition = DBA::mergeConditions($condition, ['uid' => 0]); } if ($request['remote']) { - $condition = DBA::mergeConditions($condition, ["NOT `uri-id` IN (SELECT `uri-id` FROM `post-user` WHERE `origin` AND `post-user`.`uri-id` = `post-view`.`uri-id`)"]); + $condition = DBA::mergeConditions($condition, ["NOT `uri-id` IN (SELECT `uri-id` FROM `post-user` WHERE `origin` AND `post-user`.`uri-id` = `post-timeline-view`.`uri-id`)"]); } if ($request['only_media']) { - $condition = DBA::mergeConditions($condition, ["`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", - Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO]); + $condition = DBA::mergeConditions($condition, [ + "`uri-id` IN (SELECT `uri-id` FROM `post-media` WHERE `type` IN (?, ?, ?))", + Post\Media::AUDIO, Post\Media::IMAGE, Post\Media::VIDEO + ]); } if ($request['exclude_replies']) { $condition = DBA::mergeConditions($condition, ['gravity' => Item::GRAVITY_PARENT]); } - $items = Post::selectPostsForUser($uid, ['uri-id'], $condition, $params); + $items = Post::selectTimelineForUser($uid, ['uri-id'], $condition, $params); $display_quotes = self::appSupportsQuotes(); @@ -102,6 +107,6 @@ class PublicTimeline extends BaseApi } self::setLinkHeader($request['friendica_order'] != TimelineOrderByTypes::ID); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Timelines/Tag.php b/src/Module/Api/Mastodon/Timelines/Tag.php index 4943b51b07..cc5272622e 100644 --- a/src/Module/Api/Mastodon/Timelines/Tag.php +++ b/src/Module/Api/Mastodon/Timelines/Tag.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); if (empty($this->parameters['hashtag'])) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } /** @@ -131,6 +131,6 @@ class Tag extends BaseApi } self::setLinkHeader(); - System::jsonExit($statuses); + $this->jsonExit($statuses); } } diff --git a/src/Module/Api/Mastodon/Trends/Links.php b/src/Module/Api/Mastodon/Trends/Links.php index bfb3531478..ce6d7ebad2 100644 --- a/src/Module/Api/Mastodon/Trends/Links.php +++ b/src/Module/Api/Mastodon/Trends/Links.php @@ -1,6 +1,6 @@ jsonExit($trending); } } diff --git a/src/Module/Api/Mastodon/Trends/Statuses.php b/src/Module/Api/Mastodon/Trends/Statuses.php index 336f671559..4cd6a8fd27 100644 --- a/src/Module/Api/Mastodon/Trends/Statuses.php +++ b/src/Module/Api/Mastodon/Trends/Statuses.php @@ -1,6 +1,6 @@ jsonExit($trending); } } diff --git a/src/Module/Api/Mastodon/Trends/Tags.php b/src/Module/Api/Mastodon/Trends/Tags.php index 2190a2e3c9..d981e4bab6 100644 --- a/src/Module/Api/Mastodon/Trends/Tags.php +++ b/src/Module/Api/Mastodon/Trends/Tags.php @@ -1,6 +1,6 @@ jsonExit($trending); } } diff --git a/src/Module/Api/Mastodon/Unimplemented.php b/src/Module/Api/Mastodon/Unimplemented.php index 81dada2ec9..00f005b08b 100644 --- a/src/Module/Api/Mastodon/Unimplemented.php +++ b/src/Module/Api/Mastodon/Unimplemented.php @@ -1,6 +1,6 @@ response->exit('hash', ['hash' => $hash], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('hash', ['hash' => $hash], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Account/UpdateProfile.php b/src/Module/Api/Twitter/Account/UpdateProfile.php index 1bcb67cb9c..11b9e1cfff 100644 --- a/src/Module/Api/Twitter/Account/UpdateProfile.php +++ b/src/Module/Api/Twitter/Account/UpdateProfile.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $api_user = DI::twitterUser()->createFromUserId($uid, true)->toArray(); @@ -66,6 +66,6 @@ class UpdateProfile extends BaseApi // "uid" is only needed for some internal stuff, so remove it from here unset($user_info['uid']); - $this->response->exit('user', ['user' => $user_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('user', ['user' => $user_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Account/UpdateProfileImage.php b/src/Module/Api/Twitter/Account/UpdateProfileImage.php index f21d7ba852..0f79bd858e 100644 --- a/src/Module/Api/Twitter/Account/UpdateProfileImage.php +++ b/src/Module/Api/Twitter/Account/UpdateProfileImage.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // get mediadata from image or media (Twitter call api/account/update_profile_image provides image) @@ -67,6 +67,6 @@ class UpdateProfileImage extends BaseApi // "uid" is only needed for some internal stuff, so remove it from here unset($user_info['uid']); - $this->response->exit('user', ['user' => $user_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('user', ['user' => $user_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Account/VerifyCredentials.php b/src/Module/Api/Twitter/Account/VerifyCredentials.php index 4c98bcfa6c..79365f07db 100644 --- a/src/Module/Api/Twitter/Account/VerifyCredentials.php +++ b/src/Module/Api/Twitter/Account/VerifyCredentials.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $skip_status = $this->getRequestValue($request, 'skip_status', false); @@ -47,6 +47,6 @@ class VerifyCredentials extends BaseApi // "uid" is only needed for some internal stuff, so remove it from here unset($user_info['uid']); - $this->response->exit('user', ['user' => $user_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('user', ['user' => $user_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Blocks/Ids.php b/src/Module/Api/Twitter/Blocks/Ids.php index 53a9118b52..5146dd96f3 100644 --- a/src/Module/Api/Twitter/Blocks/Ids.php +++ b/src/Module/Api/Twitter/Blocks/Ids.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -83,6 +83,6 @@ class Ids extends ContactEndpoint self::setLinkHeader(); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Api/Twitter/Blocks/Lists.php b/src/Module/Api/Twitter/Blocks/Lists.php index b3583c853f..f5b7c7252a 100644 --- a/src/Module/Api/Twitter/Blocks/Lists.php +++ b/src/Module/Api/Twitter/Blocks/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -84,6 +84,6 @@ class Lists extends ContactEndpoint self::setLinkHeader(); - $this->response->exit('lists', ['lists' => $return]); + $this->response->addFormattedContent('lists', ['lists' => $return]); } } diff --git a/src/Module/Api/Twitter/ContactEndpoint.php b/src/Module/Api/Twitter/ContactEndpoint.php index a338d3ce70..b0842ed3ef 100644 --- a/src/Module/Api/Twitter/ContactEndpoint.php +++ b/src/Module/Api/Twitter/ContactEndpoint.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); } /** diff --git a/src/Module/Api/Twitter/DirectMessages/All.php b/src/Module/Api/Twitter/DirectMessages/All.php index cfd43ed845..bdc740cfe4 100644 --- a/src/Module/Api/Twitter/DirectMessages/All.php +++ b/src/Module/Api/Twitter/DirectMessages/All.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $this->getMessages($request, $uid, []); diff --git a/src/Module/Api/Twitter/DirectMessages/Conversation.php b/src/Module/Api/Twitter/DirectMessages/Conversation.php index 91157e9701..887cb55267 100644 --- a/src/Module/Api/Twitter/DirectMessages/Conversation.php +++ b/src/Module/Api/Twitter/DirectMessages/Conversation.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $this->getMessages($request, $uid, ["`parent-uri` = ?", $this->getRequestValue($request, 'uri', '')]); diff --git a/src/Module/Api/Twitter/DirectMessages/Destroy.php b/src/Module/Api/Twitter/DirectMessages/Destroy.php index b4b08b05d3..b76b32cffb 100644 --- a/src/Module/Api/Twitter/DirectMessages/Destroy.php +++ b/src/Module/Api/Twitter/DirectMessages/Destroy.php @@ -1,6 +1,6 @@ dba = $dba; } protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -61,7 +61,7 @@ class Destroy extends BaseApi // error if no id or parenturi specified (for clients posting parent-uri as well) if ($verbose && $id == 0 && $parenturi == "") { $answer = ['result' => 'error', 'message' => 'message id or parenturi not specified']; - $this->response->exit('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); return; } @@ -72,7 +72,7 @@ class Destroy extends BaseApi if (!$this->dba->exists('mail', ["`uid` = ? AND `id` = ? " . $sql_extra, $uid, $id])) { if ($verbose) { $answer = ['result' => 'error', 'message' => 'message id not in database']; - $this->response->exit('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); return; } throw new BadRequestException('message id not in database'); @@ -85,10 +85,10 @@ class Destroy extends BaseApi if ($result) { // return success $answer = ['result' => 'ok', 'message' => 'message deleted']; - $this->response->exit('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); } else { $answer = ['result' => 'error', 'message' => 'unknown error']; - $this->response->exit('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct_messages_delete', ['direct_messages_delete' => $answer], $this->parameters['extension'] ?? null); } } } diff --git a/src/Module/Api/Twitter/DirectMessages/Inbox.php b/src/Module/Api/Twitter/DirectMessages/Inbox.php index 798cceb410..a3cb11addd 100644 --- a/src/Module/Api/Twitter/DirectMessages/Inbox.php +++ b/src/Module/Api/Twitter/DirectMessages/Inbox.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $pcid = Contact::getPublicIdByUserId($uid); diff --git a/src/Module/Api/Twitter/DirectMessages/NewDM.php b/src/Module/Api/Twitter/DirectMessages/NewDM.php index 866660810c..18ac219f89 100644 --- a/src/Module/Api/Twitter/DirectMessages/NewDM.php +++ b/src/Module/Api/Twitter/DirectMessages/NewDM.php @@ -1,6 +1,6 @@ dba = $dba; $this->directMessage = $directMessage; @@ -56,7 +56,7 @@ class NewDM extends BaseApi protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); if (empty($request['text']) || empty($request['screen_name']) && empty($request['user_id'])) { @@ -91,6 +91,6 @@ class NewDM extends BaseApi $ret = ['error' => $id]; } - $this->response->exit('direct-messages', ['direct_message' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('direct-messages', ['direct_message' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/DirectMessages/Sent.php b/src/Module/Api/Twitter/DirectMessages/Sent.php index 2db0d48346..5c30d01466 100644 --- a/src/Module/Api/Twitter/DirectMessages/Sent.php +++ b/src/Module/Api/Twitter/DirectMessages/Sent.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $pcid = Contact::getPublicIdByUserId($uid); diff --git a/src/Module/Api/Twitter/DirectMessagesEndpoint.php b/src/Module/Api/Twitter/DirectMessagesEndpoint.php index fd5b1c552e..ec4ef65411 100644 --- a/src/Module/Api/Twitter/DirectMessagesEndpoint.php +++ b/src/Module/Api/Twitter/DirectMessagesEndpoint.php @@ -1,6 +1,6 @@ dba = $dba; $this->directMessage = $directMessage; @@ -99,7 +99,7 @@ abstract class DirectMessagesEndpoint extends BaseApi $mails = $this->dba->selectToArray('mail', ['id'], $condition, $params); if ($verbose && !DBA::isResult($mails)) { $answer = ['result' => 'error', 'message' => 'no mails available']; - $this->response->exit('direct-messages', ['direct_message' => $answer], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('direct-messages', ['direct_message' => $answer], $this->parameters['extension'] ?? null); return; } @@ -116,6 +116,6 @@ abstract class DirectMessagesEndpoint extends BaseApi self::setLinkHeader(); - $this->response->exit('direct-messages', ['direct_message' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('direct-messages', ['direct_message' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Favorites.php b/src/Module/Api/Twitter/Favorites.php index 6e63cc63e8..3a892ec197 100644 --- a/src/Module/Api/Twitter/Favorites.php +++ b/src/Module/Api/Twitter/Favorites.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // in friendica starred item are private @@ -72,6 +72,6 @@ class Favorites extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Favorites/Create.php b/src/Module/Api/Twitter/Favorites/Create.php index 96a5f06acb..714038beec 100644 --- a/src/Module/Api/Twitter/Favorites/Create.php +++ b/src/Module/Api/Twitter/Favorites/Create.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -52,6 +52,6 @@ class Create extends BaseApi $status_info = DI::twitterStatus()->createFromUriId($id, $uid)->toArray(); - $this->response->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('status', ['status' => $status_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Favorites/Destroy.php b/src/Module/Api/Twitter/Favorites/Destroy.php index 51ffc7fc73..608d9c5e69 100644 --- a/src/Module/Api/Twitter/Favorites/Destroy.php +++ b/src/Module/Api/Twitter/Favorites/Destroy.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -52,6 +52,6 @@ class Destroy extends BaseApi $status_info = DI::twitterStatus()->createFromUriId($id, $uid)->toArray(); - $this->response->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('status', ['status' => $status_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Followers/Ids.php b/src/Module/Api/Twitter/Followers/Ids.php index 9f55eb833a..1d6f03d749 100644 --- a/src/Module/Api/Twitter/Followers/Ids.php +++ b/src/Module/Api/Twitter/Followers/Ids.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -114,6 +114,6 @@ class Ids extends ContactEndpoint self::setLinkHeader(); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Api/Twitter/Followers/Lists.php b/src/Module/Api/Twitter/Followers/Lists.php index 4a141f1401..54382f31af 100644 --- a/src/Module/Api/Twitter/Followers/Lists.php +++ b/src/Module/Api/Twitter/Followers/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -114,6 +114,6 @@ class Lists extends ContactEndpoint $this->response->setHeader(self::getLinkHeader()); - $this->response->exit('lists', ['lists' => $return]); + $this->response->addFormattedContent('lists', ['lists' => $return]); } } diff --git a/src/Module/Api/Twitter/Friends/Ids.php b/src/Module/Api/Twitter/Friends/Ids.php index 0f0523e120..13597336b4 100644 --- a/src/Module/Api/Twitter/Friends/Ids.php +++ b/src/Module/Api/Twitter/Friends/Ids.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -114,6 +114,6 @@ class Ids extends ContactEndpoint self::setLinkHeader(); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Api/Twitter/Friends/Lists.php b/src/Module/Api/Twitter/Friends/Lists.php index 534a30aac1..c4e392970a 100644 --- a/src/Module/Api/Twitter/Friends/Lists.php +++ b/src/Module/Api/Twitter/Friends/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -114,6 +114,6 @@ class Lists extends ContactEndpoint $this->response->setHeader(self::getLinkHeader()); - $this->response->exit('lists', ['lists' => $return]); + $this->response->addFormattedContent('lists', ['lists' => $return]); } } diff --git a/src/Module/Api/Twitter/Friendships/Destroy.php b/src/Module/Api/Twitter/Friendships/Destroy.php index bf769bace5..619fbf3386 100644 --- a/src/Module/Api/Twitter/Friendships/Destroy.php +++ b/src/Module/Api/Twitter/Friendships/Destroy.php @@ -1,6 +1,6 @@ twitterUser = $twitterUser; } protected function post(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $owner = User::getOwnerDataById($uid); @@ -87,6 +87,6 @@ class Destroy extends ContactEndpoint throw new HTTPException\InternalServerErrorException('Unable to unfollow this contact, please contact your administrator'); } - $this->response->exit('friendships', ['user' => $user], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('friendships', ['user' => $user], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Friendships/Incoming.php b/src/Module/Api/Twitter/Friendships/Incoming.php index b8573d7ce2..34d17e328c 100644 --- a/src/Module/Api/Twitter/Friendships/Incoming.php +++ b/src/Module/Api/Twitter/Friendships/Incoming.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // Expected value for user_id parameter: public/user contact id @@ -82,6 +82,6 @@ class Incoming extends ContactEndpoint $this->response->setHeader(self::getLinkHeader()); - $this->response->exit('incoming', ['incoming' => $return]); + $this->response->addFormattedContent('incoming', ['incoming' => $return]); } } diff --git a/src/Module/Api/Twitter/Friendships/Show.php b/src/Module/Api/Twitter/Friendships/Show.php index 5e9656a719..23af79d2ae 100644 --- a/src/Module/Api/Twitter/Friendships/Show.php +++ b/src/Module/Api/Twitter/Friendships/Show.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $source_cid = BaseApi::getContactIDForSearchterm($this->getRequestValue($request, 'source_screen_name', ''), '', $this->getRequestValue($request, 'source_id', 0), $uid); @@ -112,6 +112,6 @@ class Show extends ContactEndpoint ] ]; - DI::apiResponse()->exit('relationship', ['relationship' => $relationship], $this->parameters['extension'] ?? null); + DI::apiResponse()->addFormattedContent('relationship', ['relationship' => $relationship], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Lists/Create.php b/src/Module/Api/Twitter/Lists/Create.php index 1f2f63882a..983c399fe7 100644 --- a/src/Module/Api/Twitter/Lists/Create.php +++ b/src/Module/Api/Twitter/Lists/Create.php @@ -1,6 +1,6 @@ dba = $dba; $this->friendicaCircle = $friendicaCircle; @@ -56,7 +56,7 @@ class Create extends BaseApi protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -80,6 +80,6 @@ class Create extends BaseApi $grp = $this->friendicaCircle->createFromId($gid); - $this->response->exit('statuses', ['lists' => ['lists' => $grp]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['lists' => ['lists' => $grp]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Lists/Destroy.php b/src/Module/Api/Twitter/Lists/Destroy.php index 0214e3ff6d..0e897f1198 100644 --- a/src/Module/Api/Twitter/Lists/Destroy.php +++ b/src/Module/Api/Twitter/Lists/Destroy.php @@ -1,6 +1,6 @@ dba = $dba; $this->friendicaCircle = $friendicaCircle; @@ -56,7 +56,7 @@ class Destroy extends BaseApi protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -77,7 +77,7 @@ class Destroy extends BaseApi $list = $this->friendicaCircle->createFromId($gid); if (Circle::remove($gid)) { - $this->response->exit('statuses', ['lists' => ['lists' => $list]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['lists' => ['lists' => $list]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } } diff --git a/src/Module/Api/Twitter/Lists/Lists.php b/src/Module/Api/Twitter/Lists/Lists.php index 2953c1c973..53fdecd909 100644 --- a/src/Module/Api/Twitter/Lists/Lists.php +++ b/src/Module/Api/Twitter/Lists/Lists.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // This is a dummy endpoint $ret = []; - $this->response->exit('statuses', ["lists_list" => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ["lists_list" => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Lists/Ownership.php b/src/Module/Api/Twitter/Lists/Ownership.php index 2a1ea5ac60..95d78824bf 100644 --- a/src/Module/Api/Twitter/Lists/Ownership.php +++ b/src/Module/Api/Twitter/Lists/Ownership.php @@ -1,6 +1,6 @@ dba = $dba; $this->friendicaCircle = $friendicaCircle; } protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_READ); + $this->checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $circles = $this->dba->select('group', [], ['deleted' => false, 'uid' => $uid, 'cid' => null]); @@ -64,6 +64,6 @@ class Ownership extends BaseApi $lists[] = $this->friendicaCircle->createFromId($circle['id']); } - $this->response->exit('statuses', ['lists' => ['lists' => $lists]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['lists' => ['lists' => $lists]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Lists/Statuses.php b/src/Module/Api/Twitter/Lists/Statuses.php index 7d159c498b..954f090164 100644 --- a/src/Module/Api/Twitter/Lists/Statuses.php +++ b/src/Module/Api/Twitter/Lists/Statuses.php @@ -1,6 +1,6 @@ dba = $dba; $this->twitterStatus = $twitterStatus; @@ -58,7 +58,7 @@ class Statuses extends BaseApi protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_READ); + $this->checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); if (empty($request['list_id'])) { @@ -103,6 +103,6 @@ class Statuses extends BaseApi } $this->dba->close($statuses); - $this->response->exit('statuses', ['status' => $items], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $items], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Lists/Update.php b/src/Module/Api/Twitter/Lists/Update.php index 6a925eeda5..3dcbcd5693 100644 --- a/src/Module/Api/Twitter/Lists/Update.php +++ b/src/Module/Api/Twitter/Lists/Update.php @@ -1,6 +1,6 @@ dba = $dba; $this->friendicaCircle = $friendicaCircle; @@ -56,7 +56,7 @@ class Update extends BaseApi protected function rawContent(array $request = []) { - BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); + $this->checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); // params @@ -78,7 +78,7 @@ class Update extends BaseApi if (Circle::update($gid, $name)) { $list = $this->friendicaCircle->createFromId($gid); - $this->response->exit('statuses', ['lists' => ['lists' => $list]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['lists' => ['lists' => $list]], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } } diff --git a/src/Module/Api/Twitter/Media/Metadata/Create.php b/src/Module/Api/Twitter/Media/Metadata/Create.php index be79636372..f439e44705 100644 --- a/src/Module/Api/Twitter/Media/Metadata/Create.php +++ b/src/Module/Api/Twitter/Media/Metadata/Create.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); $postdata = Network::postdata(); diff --git a/src/Module/Api/Twitter/Media/Upload.php b/src/Module/Api/Twitter/Media/Upload.php index d10b328148..c1a630dc11 100644 --- a/src/Module/Api/Twitter/Media/Upload.php +++ b/src/Module/Api/Twitter/Media/Upload.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID(); if (empty($_FILES['media'])) { @@ -65,6 +65,6 @@ class Upload extends BaseApi Logger::info('Media uploaded', ['return' => $returndata]); - $this->response->exit('media', ['media' => $returndata], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('media', ['media' => $returndata], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/SavedSearches.php b/src/Module/Api/Twitter/SavedSearches.php index 8901524ff2..daa07e668f 100644 --- a/src/Module/Api/Twitter/SavedSearches.php +++ b/src/Module/Api/Twitter/SavedSearches.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_READ); $uid = self::getCurrentUserID(); $terms = DBA::select('search', ['id', 'term'], ['uid' => $uid]); @@ -44,6 +44,6 @@ class SavedSearches extends BaseApi DBA::close($terms); - $this->response->exit('terms', ['terms' => $result], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('terms', ['terms' => $result], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Search/Tweets.php b/src/Module/Api/Twitter/Search/Tweets.php index 7be76cedcb..9a36932444 100644 --- a/src/Module/Api/Twitter/Search/Tweets.php +++ b/src/Module/Api/Twitter/Search/Tweets.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); if (empty($request['q'])) { @@ -72,7 +72,7 @@ class Tweets extends BaseApi DBA::close($tags); if (empty($uriids)) { - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); return; } @@ -116,6 +116,6 @@ class Tweets extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/Destroy.php b/src/Module/Api/Twitter/Statuses/Destroy.php index 0b43e4509f..ae6821ac5a 100644 --- a/src/Module/Api/Twitter/Statuses/Destroy.php +++ b/src/Module/Api/Twitter/Statuses/Destroy.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -59,6 +59,6 @@ class Destroy extends BaseApi Item::deleteForUser(['id' => $post['id']], $uid); - $this->response->exit('status', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('status', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/HomeTimeline.php b/src/Module/Api/Twitter/Statuses/HomeTimeline.php index 52284e3c1a..be97d80e4b 100644 --- a/src/Module/Api/Twitter/Statuses/HomeTimeline.php +++ b/src/Module/Api/Twitter/Statuses/HomeTimeline.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // get last network messages @@ -87,6 +87,6 @@ class HomeTimeline extends BaseApi } } - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/Mentions.php b/src/Module/Api/Twitter/Statuses/Mentions.php index 3c2e2ab804..d383b336ad 100644 --- a/src/Module/Api/Twitter/Statuses/Mentions.php +++ b/src/Module/Api/Twitter/Statuses/Mentions.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // get last network messages @@ -80,6 +80,6 @@ class Mentions extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php b/src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php index 1c3d52816e..7ec583ba9c 100644 --- a/src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php +++ b/src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $count = $this->getRequestValue($request, 'count', 20, 1, 100); @@ -63,6 +63,6 @@ class NetworkPublicTimeline extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/PublicTimeline.php b/src/Module/Api/Twitter/Statuses/PublicTimeline.php index a05fb5ace5..6d95e3a8f4 100644 --- a/src/Module/Api/Twitter/Statuses/PublicTimeline.php +++ b/src/Module/Api/Twitter/Statuses/PublicTimeline.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); // get last network messages @@ -85,6 +85,6 @@ class PublicTimeline extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Statuses/Retweet.php b/src/Module/Api/Twitter/Statuses/Retweet.php index 4a1051f0e3..9614cc9fe2 100644 --- a/src/Module/Api/Twitter/Statuses/Retweet.php +++ b/src/Module/Api/Twitter/Statuses/Retweet.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -69,6 +69,6 @@ class Retweet extends BaseApi $status_info = DI::twitterStatus()->createFromItemId($item_id, $uid)->toArray(); - DI::apiResponse()->exit('statuses', ['status' => $status_info], $this->parameters['extension'] ?? null); + DI::apiResponse()->addFormattedContent('statuses', ['status' => $status_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Statuses/Show.php b/src/Module/Api/Twitter/Statuses/Show.php index a7537c3445..a83ecf1fbf 100644 --- a/src/Module/Api/Twitter/Statuses/Show.php +++ b/src/Module/Api/Twitter/Statuses/Show.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $id = $this->getRequestValue($request, 'id', 0); @@ -85,10 +85,10 @@ class Show extends BaseApi if ($conversation) { $data = ['status' => $ret]; - $this->response->exit('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } else { $data = ['status' => $ret[0]]; - $this->response->exit('status', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('status', $data, $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } } diff --git a/src/Module/Api/Twitter/Statuses/Update.php b/src/Module/Api/Twitter/Statuses/Update.php index 397e3bbd27..da9d30422c 100644 --- a/src/Module/Api/Twitter/Statuses/Update.php +++ b/src/Module/Api/Twitter/Statuses/Update.php @@ -1,6 +1,6 @@ checkAllowedScope(self::SCOPE_WRITE); $uid = self::getCurrentUserID(); $owner = User::getOwnerDataById($uid); @@ -121,7 +121,7 @@ class Update extends BaseApi $item['gravity'] = Item::GRAVITY_COMMENT; $item['object-type'] = Activity\ObjectType::COMMENT; } else { - self::checkThrottleLimit(); + $this->checkThrottleLimit(); $item['gravity'] = Item::GRAVITY_PARENT; $item['object-type'] = Activity\ObjectType::NOTE; @@ -184,7 +184,7 @@ class Update extends BaseApi if (!empty($item['uri-id'])) { // output the post that we just posted. $status_info = DI::twitterStatus()->createFromUriId($item['uri-id'], $uid, $request['include_entities'])->toArray(); - DI::apiResponse()->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + DI::apiResponse()->addFormattedContent('status', ['status' => $status_info], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); return; } } diff --git a/src/Module/Api/Twitter/Statuses/UserTimeline.php b/src/Module/Api/Twitter/Statuses/UserTimeline.php index 391ed16ce2..c4e0730ff7 100644 --- a/src/Module/Api/Twitter/Statuses/UserTimeline.php +++ b/src/Module/Api/Twitter/Statuses/UserTimeline.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); Logger::info('api_statuses_user_timeline', ['api_user' => $uid, '_REQUEST' => $request]); @@ -80,6 +80,6 @@ class UserTimeline extends BaseApi } DBA::close($statuses); - $this->response->exit('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); + $this->response->addFormattedContent('statuses', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid)); } } diff --git a/src/Module/Api/Twitter/Users/Lookup.php b/src/Module/Api/Twitter/Users/Lookup.php index 809845d501..87775a7a5f 100644 --- a/src/Module/Api/Twitter/Users/Lookup.php +++ b/src/Module/Api/Twitter/Users/Lookup.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $users = []; @@ -51,6 +51,6 @@ class Lookup extends BaseApi throw new NotFoundException(); } - $this->response->exit('users', ['user' => $users], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('users', ['user' => $users], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Users/Search.php b/src/Module/Api/Twitter/Users/Search.php index f82c003d84..5c2810d2e7 100644 --- a/src/Module/Api/Twitter/Users/Search.php +++ b/src/Module/Api/Twitter/Users/Search.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); $userlist = []; @@ -69,6 +69,6 @@ class Search extends BaseApi throw new BadRequestException('No search term specified.'); } - $this->response->exit('users', $userlist, $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('users', $userlist, $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Api/Twitter/Users/Show.php b/src/Module/Api/Twitter/Users/Show.php index cd321a94c4..bb32439dde 100644 --- a/src/Module/Api/Twitter/Users/Show.php +++ b/src/Module/Api/Twitter/Users/Show.php @@ -1,6 +1,6 @@ checkAllowedScope(BaseApi::SCOPE_READ); $uid = BaseApi::getCurrentUserID(); if (empty($this->parameters['id'])) { @@ -48,6 +48,6 @@ class Show extends BaseApi // "uid" is only needed for some internal stuff, so remove it from here unset($user_info['uid']); - $this->response->exit('user', ['user' => $user_info], $this->parameters['extension'] ?? null); + $this->response->addFormattedContent('user', ['user' => $user_info], $this->parameters['extension'] ?? null); } } diff --git a/src/Module/Apps.php b/src/Module/Apps.php index 07863e44c5..ecc7b3ac62 100644 --- a/src/Module/Apps.php +++ b/src/Module/Apps.php @@ -1,6 +1,6 @@ app = $app; + $this->app = $app; + $this->errorFactory = $errorFactory; } /** @@ -93,7 +97,7 @@ class BaseApi extends BaseModule case Router::PATCH: case Router::POST: case Router::PUT: - self::checkAllowedScope(self::SCOPE_WRITE); + $this->checkAllowedScope(self::SCOPE_WRITE); if (!self::getCurrentUserID()) { throw new HTTPException\ForbiddenException($this->t('Permission denied.')); @@ -414,27 +418,27 @@ class BaseApi extends BaseModule * * @param string $scope the requested scope (read, write, follow, push) */ - public static function checkAllowedScope(string $scope) + public function checkAllowedScope(string $scope) { $token = self::getCurrentApplication(); if (empty($token)) { - Logger::notice('Empty application token'); - DI::mstdnError()->Forbidden(); + $this->logger->notice('Empty application token'); + $this->logAndJsonError(403, $this->errorFactory->Forbidden()); } if (!isset($token[$scope])) { - Logger::warning('The requested scope does not exist', ['scope' => $scope, 'application' => $token]); - DI::mstdnError()->Forbidden(); + $this->logger->warning('The requested scope does not exist', ['scope' => $scope, 'application' => $token]); + $this->logAndJsonError(403, $this->errorFactory->Forbidden()); } if (empty($token[$scope])) { - Logger::warning('The requested scope is not allowed', ['scope' => $scope, 'application' => $token]); - DI::mstdnError()->Forbidden(); + $this->logger->warning('The requested scope is not allowed', ['scope' => $scope, 'application' => $token]); + $this->logAndJsonError(403, $this->errorFactory->Forbidden()); } } - public static function checkThrottleLimit() + public function checkThrottleLimit() { $uid = self::getCurrentUserID(); @@ -447,11 +451,11 @@ class BaseApi extends BaseModule $posts_day = Post::countThread($condition); if ($posts_day > $throttle_day) { - Logger::notice('Daily posting limit reached', ['uid' => $uid, 'posts' => $posts_day, 'limit' => $throttle_day]); - $error = DI::l10n()->t('Too Many Requests'); - $error_description = DI::l10n()->tt("Daily posting limit of %d post reached. The post was rejected.", "Daily posting limit of %d posts reached. The post was rejected.", $throttle_day); + $this->logger->notice('Daily posting limit reached', ['uid' => $uid, 'posts' => $posts_day, 'limit' => $throttle_day]); + $error = $this->t('Too Many Requests'); + $error_description = $this->tt("Daily posting limit of %d post reached. The post was rejected.", "Daily posting limit of %d posts reached. The post was rejected.", $throttle_day); $errorobj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - System::jsonError(429, $errorobj->toArray()); + $this->jsonError(429, $errorobj->toArray()); } } @@ -464,10 +468,10 @@ class BaseApi extends BaseModule if ($posts_week > $throttle_week) { Logger::notice('Weekly posting limit reached', ['uid' => $uid, 'posts' => $posts_week, 'limit' => $throttle_week]); - $error = DI::l10n()->t('Too Many Requests'); - $error_description = DI::l10n()->tt("Weekly posting limit of %d post reached. The post was rejected.", "Weekly posting limit of %d posts reached. The post was rejected.", $throttle_week); + $error = $this->t('Too Many Requests'); + $error_description = $this->tt("Weekly posting limit of %d post reached. The post was rejected.", "Weekly posting limit of %d posts reached. The post was rejected.", $throttle_week); $errorobj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - System::jsonError(429, $errorobj->toArray()); + $this->jsonError(429, $errorobj->toArray()); } } @@ -480,10 +484,10 @@ class BaseApi extends BaseModule if ($posts_month > $throttle_month) { Logger::notice('Monthly posting limit reached', ['uid' => $uid, 'posts' => $posts_month, 'limit' => $throttle_month]); - $error = DI::l10n()->t('Too Many Requests'); - $error_description = DI::l10n()->tt('Monthly posting limit of %d post reached. The post was rejected.', 'Monthly posting limit of %d posts reached. The post was rejected.', $throttle_month); + $error = $this->t('Too Many Requests'); + $error_description = $this->tt('Monthly posting limit of %d post reached. The post was rejected.', 'Monthly posting limit of %d posts reached. The post was rejected.', $throttle_month); $errorobj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description); - System::jsonError(429, $errorobj->toArray()); + $this->jsonError(429, $errorobj->toArray()); } } } @@ -515,4 +519,16 @@ class BaseApi extends BaseModule return null; } + + /** + * @param int $errorno + * @param Error $error + * @return void + * @throws HTTPException\InternalServerErrorException + */ + protected function logAndJsonError(int $errorno, Error $error) + { + $this->logger->info('API Error', ['no' => $errorno, 'error' => $error->toArray(), 'method' => $this->args->getMethod(), 'command' => $this->args->getQueryString(), 'user-agent' => $this->server['HTTP_USER_AGENT'] ?? '']); + $this->jsonError(403, $error->toArray()); + } } diff --git a/src/Module/BaseModeration.php b/src/Module/BaseModeration.php index 8fa9733eb6..a735e91687 100644 --- a/src/Module/BaseModeration.php +++ b/src/Module/BaseModeration.php @@ -1,6 +1,6 @@ $pager->getPage(), ]; - System::jsonExit($notifications); + $this->jsonExit($notifications); } /** diff --git a/src/Module/BaseProfile.php b/src/Module/BaseProfile.php index b7584d9db6..b196d91c39 100644 --- a/src/Module/BaseProfile.php +++ b/src/Module/BaseProfile.php @@ -1,6 +1,6 @@ 'i', ]; + $tabs[] = [ + 'label' => $this->t('Channels'), + 'url' => 'settings/channels', + 'selected' => static::class == Settings\Channels::class ? 'active' : '', + 'accesskey' => '', + ]; + $tabs[] = [ 'label' => $this->t('Social Networks'), 'url' => 'settings/connectors', diff --git a/src/Module/Blocklist/Domain/Download.php b/src/Module/Blocklist/Domain/Download.php index 2f367a0aac..9fd6388223 100644 --- a/src/Module/Blocklist/Domain/Download.php +++ b/src/Module/Blocklist/Domain/Download.php @@ -1,6 +1,6 @@ t('Event can not end before it has started.')); + $this->httpExit($this->t('Event can not end before it has started.')); } else { $this->sysMessages->addNotice($this->t('Event can not end before it has started.')); $this->baseUrl->redirect($redirectOnError); @@ -192,7 +192,7 @@ class API extends BaseModule if (empty($summary) || ($start === DBA::NULL_DATETIME)) { if ($isPreview) { - System::httpExit($this->t('Event title and start time are required.')); + $this->httpExit($this->t('Event title and start time are required.')); } else { $this->sysMessages->addNotice($this->t('Event title and start time are required.')); $this->baseUrl->redirect($redirectOnError); @@ -251,7 +251,7 @@ class API extends BaseModule ]; if (intval($request['preview'])) { - System::httpExit(Event::getHTML($datarray)); + $this->httpExit(Event::getHTML($datarray)); } $eventId = Event::store($datarray); diff --git a/src/Module/Calendar/Event/Form.php b/src/Module/Calendar/Event/Form.php index 80037c9818..14bd6d8816 100644 --- a/src/Module/Calendar/Event/Form.php +++ b/src/Module/Calendar/Event/Form.php @@ -1,6 +1,6 @@ jsonExit($events ? self::map($events) : []); } private static function map(array $events): array diff --git a/src/Module/Calendar/Event/Show.php b/src/Module/Calendar/Event/Show.php index b6a0bd56cc..86fa9b434c 100644 --- a/src/Module/Calendar/Event/Show.php +++ b/src/Module/Calendar/Event/Show.php @@ -1,6 +1,6 @@ $tplEvent, ]); - System::httpExit($o); + $this->httpExit($o); } } diff --git a/src/Module/Calendar/Export.php b/src/Module/Calendar/Export.php index 3d45c7f928..1e1729ffd2 100644 --- a/src/Module/Calendar/Export.php +++ b/src/Module/Calendar/Export.php @@ -1,6 +1,6 @@ addInfo($message); - System::jsonExit(['status' => 'OK', 'message' => $message]); + $this->jsonExit(['status' => 'OK', 'message' => $message]); } catch (\Exception $e) { DI::sysmsg()->addNotice($e->getMessage()); - System::jsonError($e->getCode(), ['status' => 'error', 'message' => $e->getMessage()]); + $this->jsonError($e->getCode(), ['status' => 'error', 'message' => $e->getMessage()]); } } diff --git a/src/Module/Contact.php b/src/Module/Contact.php index 6e480c1931..d58fde0623 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -1,6 +1,6 @@ getMessage(), ['contact' => $contact, 'callstack' => System::callstack()]); + Logger::notice($e->getMessage(), ['contact' => $contact]); } } } diff --git a/src/Module/Contact/Advanced.php b/src/Module/Contact/Advanced.php index bcf48da1ff..af5cd4224c 100644 --- a/src/Module/Contact/Advanced.php +++ b/src/Module/Contact/Advanced.php @@ -1,6 +1,6 @@ conversation->statusEditor([], 0, true); $o .= Contact::getTabsHTML($contact, Contact::TAB_CONVERSATIONS); - $o .= Model\Contact::getPostsFromId($contact['id'], true); + $o .= Model\Contact::getThreadsFromId($contact['id'], $this->userSession->getLocalUserId(), 0, 0, $request['last_created'] ?? ''); return $o; } diff --git a/src/Module/Contact/Follow.php b/src/Module/Contact/Follow.php index 0199aca78f..28a13da033 100644 --- a/src/Module/Contact/Follow.php +++ b/src/Module/Contact/Follow.php @@ -1,6 +1,6 @@ session->getLocalUserId()); } return $output; diff --git a/src/Module/Contact/Hovercard.php b/src/Module/Contact/Hovercard.php index 4d58d994c2..85c841655f 100644 --- a/src/Module/Contact/Hovercard.php +++ b/src/Module/Contact/Hovercard.php @@ -1,6 +1,6 @@ userSession->isAuthenticated()) { - $actions = Contact::photoMenu($contact, $this->userSession->getLocalUserId()); - } else { - $actions = []; - } - - // Move the contact data to the profile array so we can deliver it to - $tpl = Renderer::getMarkupTemplate('hovercard.tpl'); - $o = Renderer::replaceMacros($tpl, [ - '$profile' => [ - 'name' => $contact['name'], - 'nick' => $contact['nick'], - 'addr' => $contact['addr'] ?: $contact['url'], - 'thumb' => Contact::getThumb($contact), - 'url' => Contact::magicLinkByContact($contact), - 'nurl' => $contact['nurl'], - 'location' => $contact['location'], - 'about' => $contact['about'], - 'network_link' => Strings::formatNetworkName($contact['network'], $contact['url']), - 'tags' => $contact['keywords'], - 'bd' => $contact['bd'] <= DBA::NULL_DATE ? '' : $contact['bd'], - 'account_type' => Contact::getAccountType($contact['contact-type']), - 'actions' => $actions, - ], - ]); - - System::httpExit($o); + $this->httpExit(Widget\Hovercard::getHTML($contact, $this->userSession->getLocalUserId())); } } diff --git a/src/Module/Contact/MatchInterests.php b/src/Module/Contact/MatchInterests.php index 16745a9590..604a917cbf 100644 --- a/src/Module/Contact/MatchInterests.php +++ b/src/Module/Contact/MatchInterests.php @@ -1,6 +1,6 @@ userSession = $userSession; + } + protected function content(array $request = []): string { $cid = $this->parameters['id']; @@ -47,7 +65,7 @@ class Media extends BaseModule $o = Contact::getTabsHTML($contact, Contact::TAB_MEDIA); - $o .= ModelContact::getPostsFromUrl($contact['url'], false, 0, 0, true); + $o .= ModelContact::getPostsFromUrl($contact['url'], $this->userSession->getLocalUserId(), true); return $o; } diff --git a/src/Module/Contact/Posts.php b/src/Module/Contact/Posts.php index aef979b677..2470e18272 100644 --- a/src/Module/Contact/Posts.php +++ b/src/Module/Contact/Posts.php @@ -1,6 +1,6 @@ userSession->getLocalUserId(), false, $request['last_created'] ?? ''); return $o; } diff --git a/src/Module/Contact/Profile.php b/src/Module/Contact/Profile.php index 04def1a4f9..38260e9da7 100644 --- a/src/Module/Contact/Profile.php +++ b/src/Module/Contact/Profile.php @@ -1,6 +1,6 @@ $this->t('Posts and Replies')]); // Show last public posts - $o .= Contact::getPostsFromUrl($contact['url']); + $o .= Contact::getPostsFromUrl($contact['url'], $this->userSession->getLocalUserId()); return $o; } diff --git a/src/Module/Conversation/Channel.php b/src/Module/Conversation/Channel.php index 35c988ce7c..0baa40f7f1 100644 --- a/src/Module/Conversation/Channel.php +++ b/src/Module/Conversation/Channel.php @@ -1,6 +1,6 @@ timeline = $timeline; - $this->conversation = $conversation; - $this->page = $page; - $this->systemMessages = $systemMessages; + $this->timeline = $timeline; + $this->conversation = $conversation; + $this->page = $page; + $this->systemMessages = $systemMessages; + $this->channel = $channelFactory; + $this->community = $community; + $this->networkFactory = $network; + $this->userDefinedChannel = $userDefinedChannel; } protected function content(array $request = []): string @@ -86,9 +103,10 @@ class Channel extends Timeline $o .= Renderer::replaceMacros($tpl, ['$reload_uri' => $this->args->getQueryString()]); } - if (empty($request['mode']) || ($request['mode'] != 'raw')) { - $tabs = $this->getTabArray($this->timeline->getChannelsForUser($this->session->getLocalUserId()), 'channel'); - $tabs = array_merge($tabs, $this->getTabArray($this->timeline->getCommunities(true), 'channel')); + if (!$this->raw) { + $tabs = $this->getTabArray($this->channel->getTimelines($this->session->getLocalUserId()), 'channel'); + $tabs = array_merge($tabs, $this->getTabArray($this->channelRepository->selectByUid($this->session->getLocalUserId()), 'channel')); + $tabs = array_merge($tabs, $this->getTabArray($this->community->getTimelines(true), 'channel')); $tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl'); $o .= Renderer::replaceMacros($tab_tpl, ['$tabs' => $tabs]); @@ -97,7 +115,7 @@ class Channel extends Timeline $this->page['aside'] .= Widget::accountTypes('channel/' . $this->selectedTab, $this->accountTypeString); - if (!in_array($this->selectedTab, [TimelineEntity::FOLLOWERS, TimelineEntity::FORYOU]) && $this->config->get('system', 'community_no_sharer')) { + if (!in_array($this->selectedTab, [ChannelEntity::FOLLOWERS, ChannelEntity::FORYOU])) { $this->page['aside'] .= $this->getNoSharerWidget('channel'); } @@ -109,7 +127,7 @@ class Channel extends Timeline $o .= $this->conversation->statusEditor([], 0, true); } - if ($this->timeline->isChannel($this->selectedTab)) { + if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) { $items = $this->getChannelItems(); $order = 'created'; } else { @@ -152,10 +170,10 @@ class Channel extends Timeline parent::parseRequest($request); if (!$this->selectedTab) { - $this->selectedTab = TimelineEntity::FORYOU; + $this->selectedTab = ChannelEntity::FORYOU; } - if (!$this->timeline->isChannel($this->selectedTab) && !$this->timeline->isCommunity($this->selectedTab)) { + if (!$this->channel->isTimeline($this->selectedTab) && !$this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId()) && !$this->community->isTimeline($this->selectedTab)) { throw new HTTPException\BadRequestException($this->l10n->t('Channel not available.')); } diff --git a/src/Module/Conversation/Community.php b/src/Module/Conversation/Community.php index 42f5620967..f00f633149 100644 --- a/src/Module/Conversation/Community.php +++ b/src/Module/Conversation/Community.php @@ -1,6 +1,6 @@ timeline = $timeline; + $this->community = $community; $this->conversation = $conversation; $this->page = $page; $this->systemMessages = $systemMessages; @@ -87,7 +88,7 @@ class Community extends Timeline $o = Renderer::replaceMacros($t, [ '$content' => '', '$header' => '', - '$show_global_community_hint' => ($this->selectedTab == TimelineEntity::GLOBAL) && $this->config->get('system', 'show_global_community_hint'), + '$show_global_community_hint' => ($this->selectedTab == CommunityEntity::GLOBAL) && $this->config->get('system', 'show_global_community_hint'), '$global_community_hint' => $this->l10n->t("This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.") ]); @@ -96,8 +97,8 @@ class Community extends Timeline $o .= Renderer::replaceMacros($tpl, ['$reload_uri' => $this->args->getQueryString()]); } - if (empty($request['mode']) || ($request['mode'] != 'raw')) { - $tabs = $this->getTabArray($this->timeline->getCommunities($this->session->isAuthenticated()), 'community'); + if (!$this->raw) { + $tabs = $this->getTabArray($this->community->getTimelines($this->session->isAuthenticated()), 'community'); $tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl'); $o .= Renderer::replaceMacros($tab_tpl, ['$tabs' => $tabs]); @@ -105,7 +106,7 @@ class Community extends Timeline $this->page['aside'] .= Widget::accountTypes('community/' . $this->selectedTab, $this->accountTypeString); - if ($this->session->getLocalUserId() && $this->config->get('system', 'community_no_sharer')) { + if ($this->session->getLocalUserId()) { $this->page['aside'] .= $this->getNoSharerWidget('community'); } @@ -168,14 +169,14 @@ class Community extends Timeline if (!$this->selectedTab) { if (!empty($this->config->get('system', 'singleuser'))) { // On single user systems only the global page does make sense - $this->selectedTab = TimelineEntity::GLOBAL; + $this->selectedTab = CommunityEntity::GLOBAL; } else { // When only the global community is allowed, we use this as default - $this->selectedTab = $this->pageStyle == self::GLOBAL ? TimelineEntity::GLOBAL : TimelineEntity::LOCAL; + $this->selectedTab = $this->pageStyle == self::GLOBAL ? CommunityEntity::GLOBAL : CommunityEntity::LOCAL; } } - if (!$this->timeline->isCommunity($this->selectedTab)) { + if (!$this->community->isTimeline($this->selectedTab)) { throw new HTTPException\BadRequestException($this->l10n->t('Community option not available.')); } @@ -184,11 +185,11 @@ class Community extends Timeline $available = $this->pageStyle == self::LOCAL_AND_GLOBAL; if (!$available) { - $available = ($this->pageStyle == self::LOCAL) && ($this->selectedTab == TimelineEntity::LOCAL); + $available = ($this->pageStyle == self::LOCAL) && ($this->selectedTab == CommunityEntity::LOCAL); } if (!$available) { - $available = ($this->pageStyle == self::GLOBAL) && ($this->selectedTab == TimelineEntity::GLOBAL); + $available = ($this->pageStyle == self::GLOBAL) && ($this->selectedTab == CommunityEntity::GLOBAL); } if (!$available) { diff --git a/src/Module/Conversation/Network.php b/src/Module/Conversation/Network.php index beb3a72f3e..76d7704b66 100644 --- a/src/Module/Conversation/Network.php +++ b/src/Module/Conversation/Network.php @@ -1,6 +1,6 @@ app = $app; - $this->timeline = $timeline; - $this->systemMessages = $systemMessages; - $this->conversation = $conversation; - $this->page = $page; + $this->app = $app; + $this->timeline = $timeline; + $this->systemMessages = $systemMessages; + $this->conversation = $conversation; + $this->page = $page; + $this->channel = $channelFactory; + $this->community = $community; + $this->networkFactory = $network; + $this->userDefinedChannel = $userDefinedChannel; } protected function content(array $request = []): string @@ -117,34 +128,17 @@ class Network extends Timeline $module = 'network'; - $this->page['aside'] .= Widget::channels($module, $this->selectedTab, $this->session->getLocalUserId()); - $this->page['aside'] .= Widget::accountTypes($module, $this->accountTypeString); - $arr = ['query' => $this->args->getQueryString()]; Hook::callAll('network_content_init', $arr); $o = ''; - if ($this->timeline->isChannel($this->selectedTab)) { - if (!in_array($this->selectedTab, [TimelineEntity::FOLLOWERS, TimelineEntity::FORYOU]) && $this->config->get('system', 'community_no_sharer')) { - $this->page['aside'] .= $this->getNoSharerWidget($module); - } - - $items = $this->getChannelItems(); - } elseif ($this->timeline->isCommunity($this->selectedTab)) { - if ($this->session->getLocalUserId() && $this->config->get('system', 'community_no_sharer')) { - $this->page['aside'] .= $this->getNoSharerWidget($module); - } - - $items = $this->getCommunityItems(); - } else { - $items = $this->getItems(); - } - $this->page['aside'] .= Circle::sidebarWidget($module, $module . '/circle', 'standard', $this->circleId); - $this->page['aside'] .= GroupManager::widget($module . '/group', $this->session->getLocalUserId(), $this->groupContactId); + $this->page['aside'] .= GroupManager::widget($this->session->getLocalUserId()); $this->page['aside'] .= Widget::postedByYear($module . '/archive', $this->session->getLocalUserId(), false); - $this->page['aside'] .= Widget::networks($module, !$this->groupContactId ? $this->network : ''); + $this->page['aside'] .= Widget::networks($module, $this->network); + $this->page['aside'] .= Widget::accountTypes($module, $this->accountTypeString); + $this->page['aside'] .= Widget::channels($module, $this->selectedTab, $this->session->getLocalUserId()); $this->page['aside'] .= Widget\SavedSearches::getHTML($this->args->getQueryString()); $this->page['aside'] .= Widget::fileAs('filed', ''); @@ -157,31 +151,20 @@ class Network extends Timeline $o .= Renderer::replaceMacros($tpl, ['$reload_uri' => $this->args->getQueryString()]); } - if (!(isset($_GET['mode']) and ($_GET['mode'] == 'raw'))) { + if (!$this->raw) { $o .= $this->getTabsHTML(); Nav::setSelected($this->args->get(0)); $content = ''; - if ($this->groupContactId) { - // If $this->groupContactId belongs to a community group or a private group, add a mention to the status editor - $condition = ["`id` = ? AND `contact-type` = ?", $this->groupContactId, Contact::TYPE_COMMUNITY]; - $contact = $this->database->selectFirst('contact', ['addr'], $condition); - if (!empty($contact['addr'])) { - $content = '!' . $contact['addr']; - } - } - $default_permissions = []; if ($this->circleId) { $default_permissions['allow_gid'] = [$this->circleId]; } $allowedCids = []; - if ($this->groupContactId) { - $allowedCids[] = (int) $this->groupContactId; - } elseif ($this->network) { + if ($this->network) { $condition = [ 'uid' => $this->session->getLocalUserId(), 'network' => $this->network, @@ -203,40 +186,42 @@ class Network extends Timeline } $x = [ - 'lockstate' => $this->circleId || $this->groupContactId || $this->network || ACL::getLockstateForUserId($this->session->getLocalUserId()) ? 'lock' : 'unlock', + 'lockstate' => $this->circleId || $this->network || ACL::getLockstateForUserId($this->session->getLocalUserId()) ? 'lock' : 'unlock', 'acl' => ACL::getFullSelectorHTML($this->page, $this->session->getLocalUserId(), true, $default_permissions), - 'bang' => (($this->circleId || $this->groupContactId || $this->network) ? '!' : ''), + 'bang' => (($this->circleId || $this->network) ? '!' : ''), 'content' => $content, ]; $o .= $this->conversation->statusEditor($x); - } - if ($this->circleId) { - $circle = $this->database->selectFirst('group', ['name'], ['id' => $this->circleId, 'uid' => $this->session->getLocalUserId()]); - if (!$this->database->isResult($circle)) { - $this->systemMessages->addNotice($this->l10n->t('No such circle')); - } + if ($this->circleId) { + $circle = $this->database->selectFirst('group', ['name'], ['id' => $this->circleId, 'uid' => $this->session->getLocalUserId()]); + if (!$this->database->isResult($circle)) { + $this->systemMessages->addNotice($this->l10n->t('No such circle')); + } - $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [ - '$title' => $this->l10n->t('Circle: %s', $circle['name']) - ]) . $o; - } elseif ($this->groupContactId) { - $contact = Contact::getById($this->groupContactId); - if ($this->database->isResult($contact)) { - $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('contact/list.tpl'), [ - 'contacts' => [ModuleContact::getContactTemplateVars($contact)], - 'id' => $this->args->get(0), + $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [ + '$title' => $this->l10n->t('Circle: %s', $circle['name']) ]) . $o; - } else { - $this->systemMessages->addNotice($this->l10n->t('Invalid contact.')); + } elseif (Profile::shouldDisplayEventList($this->session->getLocalUserId(), $this->mode)) { + $o .= Profile::getBirthdays($this->session->getLocalUserId()); + $o .= Profile::getEventsReminderHTML($this->session->getLocalUserId(), $this->session->getPublicContactId()); } - } elseif (!$this->config->get('theme', 'hide_eventlist')) { - $o .= Profile::getBirthdays(); - $o .= Profile::getEventsReminderHTML(); } - $o .= $this->conversation->render($items, Conversation::MODE_NETWORK, false, false, $this->getOrder(), $this->session->getLocalUserId()); + try { + if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) { + $items = $this->getChannelItems(); + } elseif ($this->community->isTimeline($this->selectedTab)) { + $items = $this->getCommunityItems(); + } else { + $items = $this->getItems(); + } + + $o .= $this->conversation->render($items, Conversation::MODE_NETWORK, false, false, $this->getOrder(), $this->session->getLocalUserId()); + } catch (\Exception $e) { + $o .= $this->l10n->t('Error %d (%s) while fetching the timeline.', $e->getCode(), $e->getMessage()); + } if ($this->pConfig->get($this->session->getLocalUserId(), 'system', 'infinite_scroll')) { $o .= HTML::scrollLoader(); @@ -274,13 +259,13 @@ class Network extends Timeline */ private function getTabsHTML() { - // @todo user confgurable selection of tabs - $tabs = $this->getTabArray($this->timeline->getNetworkFeeds($this->args->getCommand()), 'network'); + $tabs = $this->getTabArray($this->networkFactory->getTimelines($this->args->getCommand()), 'network'); $network_timelines = $this->pConfig->get($this->session->getLocalUserId(), 'system', 'network_timelines', []); if (!empty($network_timelines)) { - $tabs = array_merge($tabs, $this->getTabArray($this->timeline->getChannelsForUser($this->session->getLocalUserId()), 'network', 'channel')); - $tabs = array_merge($tabs, $this->getTabArray($this->timeline->getCommunities(true), 'network', 'channel')); + $tabs = array_merge($tabs, $this->getTabArray($this->channel->getTimelines($this->session->getLocalUserId()), 'network', 'channel')); + $tabs = array_merge($tabs, $this->getTabArray($this->channelRepository->selectByUid($this->session->getLocalUserId()), 'network', 'channel')); + $tabs = array_merge($tabs, $this->getTabArray($this->community->getTimelines(true), 'network', 'channel')); } $arr = ['tabs' => $tabs]; @@ -289,9 +274,9 @@ class Network extends Timeline if (!empty($network_timelines)) { $tabs = []; - foreach (array_keys($arr['tabs']) as $tab) { - if (in_array($tab, $network_timelines)) { - $tabs[] = $arr['tabs'][$tab]; + foreach ($arr['tabs'] as $tab) { + if (in_array($tab['code'], $network_timelines)) { + $tabs[] = $tab; } } } else { @@ -309,30 +294,28 @@ class Network extends Timeline $this->circleId = (int)($this->parameters['circle_id'] ?? 0); - $this->groupContactId = (int)($this->parameters['contact_id'] ?? 0); - if (!$this->selectedTab) { $this->selectedTab = self::getTimelineOrderBySession($this->session, $this->pConfig); - } elseif (!$this->timeline->isChannel($this->selectedTab) && !$this->timeline->isCommunity($this->selectedTab)) { + } elseif (!$this->networkFactory->isTimeline($this->selectedTab) && !$this->channel->isTimeline($this->selectedTab) && !$this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId()) && !$this->community->isTimeline($this->selectedTab)) { throw new HTTPException\BadRequestException($this->l10n->t('Network feed not available.')); } - if (($this->network || $this->circleId || $this->groupContactId) && ($this->timeline->isChannel($this->selectedTab) || $this->timeline->isCommunity($this->selectedTab))) { - $this->selectedTab = TimelineEntity::RECEIVED; + if (($this->network || $this->circleId) && ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId()) || $this->community->isTimeline($this->selectedTab))) { + $this->selectedTab = NetworkEntity::RECEIVED; } if (!empty($request['star'])) { - $this->selectedTab = TimelineEntity::STAR; + $this->selectedTab = NetworkEntity::STAR; $this->star = true; } else { - $this->star = $this->selectedTab == TimelineEntity::STAR; + $this->star = $this->selectedTab == NetworkEntity::STAR; } if (!empty($request['mention'])) { - $this->selectedTab = TimelineEntity::MENTION; + $this->selectedTab = NetworkEntity::MENTION; $this->mention = true; } else { - $this->mention = $this->selectedTab == TimelineEntity::MENTION; + $this->mention = $this->selectedTab == NetworkEntity::MENTION; } if (!empty($request['order'])) { @@ -340,9 +323,9 @@ class Network extends Timeline $this->order = $request['order']; $this->star = false; $this->mention = false; - } elseif (in_array($this->selectedTab, [TimelineEntity::RECEIVED, TimelineEntity::STAR]) || $this->timeline->isCommunity($this->selectedTab)) { + } elseif (in_array($this->selectedTab, [NetworkEntity::RECEIVED, NetworkEntity::STAR]) || $this->community->isTimeline($this->selectedTab)) { $this->order = 'received'; - } elseif (($this->selectedTab == TimelineEntity::CREATED) || $this->timeline->isChannel($this->selectedTab)) { + } elseif (($this->selectedTab == NetworkEntity::CREATED) || $this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) { $this->order = 'created'; } else { $this->order = 'commented'; @@ -352,16 +335,16 @@ class Network extends Timeline // Upon updates in the background and order by last comment we order by received date, // since otherwise the feed will optically jump, when some already visible thread has been updated. - if ($this->update && ($this->selectedTab == TimelineEntity::COMMENTED)) { + if ($this->update && ($this->selectedTab == NetworkEntity::COMMENTED)) { $this->order = 'received'; $request['last_received'] = $request['last_commented'] ?? null; $request['first_received'] = $request['first_commented'] ?? null; } // Prohibit combined usage of "star" and "mention" - if ($this->selectedTab == TimelineEntity::STAR) { + if ($this->selectedTab == NetworkEntity::STAR) { $this->mention = false; - } elseif ($this->selectedTab == TimelineEntity::MENTION) { + } elseif ($this->selectedTab == NetworkEntity::MENTION) { $this->star = false; } @@ -421,10 +404,6 @@ class Network extends Timeline if ($this->circleId) { $conditionStrings = DBA::mergeConditions($conditionStrings, ["`contact-id` IN (SELECT `contact-id` FROM `group_member` WHERE `gid` = ?)", $this->circleId]); - } elseif ($this->groupContactId) { - $conditionStrings = DBA::mergeConditions($conditionStrings, - ["((`contact-id` = ?) OR `uri-id` IN (SELECT `parent-uri-id` FROM `post-user-view` WHERE (`contact-id` = ? AND `gravity` = ? AND `vid` = ? AND `uid` = ?)))", - $this->groupContactId, $this->groupContactId, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), $this->session->getLocalUserId()]); } // Currently only the order modes "received" and "commented" are in use @@ -493,7 +472,7 @@ class Network extends Timeline // We aren't going to try and figure out at the item, circle, and page // level which items you've seen and which you haven't. If you're looking // at the top level network page just mark everything seen. - if (!$this->circleId && !$this->groupContactId && !$this->star && !$this->mention) { + if (!$this->circleId && !$this->star && !$this->mention) { $condition = ['unseen' => true, 'uid' => $this->session->getLocalUserId()]; $this->setItemsSeenByCondition($condition); } elseif (!empty($parents)) { diff --git a/src/Module/Conversation/Timeline.php b/src/Module/Conversation/Timeline.php index 1a4d98e61c..1fdc9e0603 100644 --- a/src/Module/Conversation/Timeline.php +++ b/src/Module/Conversation/Timeline.php @@ -1,6 +1,6 @@ mode = $mode; - $this->session = $session; - $this->database = $database; - $this->pConfig = $pConfig; - $this->config = $config; - $this->cache = $cache; + $this->channelRepository = $channel; + $this->mode = $mode; + $this->session = $session; + $this->database = $database; + $this->pConfig = $pConfig; + $this->config = $config; + $this->cache = $cache; } /** @@ -135,6 +144,7 @@ class Timeline extends BaseModule $this->noSharer = !empty($request['no_sharer']); $this->force = !empty($request['force']) && !empty($request['item']); $this->update = !empty($request['force']) && !empty($request['first_received']) && !empty($request['first_created']) && !empty($request['first_uriid']) && !empty($request['first_commented']); + $this->raw = !empty($request['mode']) && ($request['mode'] == 'raw'); } protected function getNoSharerWidget(string $base): string @@ -176,6 +186,7 @@ class Timeline extends BaseModule $path = $tab->path ?? $prefix . '/' . $tab->code; } $tabs[$tab->code] = [ + 'code' => $tab->code, 'label' => $tab->label, 'url' => $path, 'sel' => $this->selectedTab == $tab->code ? 'active' : '', @@ -264,13 +275,13 @@ class Timeline extends BaseModule { $uid = $this->session->getLocalUserId(); - if ($this->selectedTab == TimelineEntity::WHATSHOT) { + if ($this->selectedTab == ChannelEntity::WHATSHOT) { if (!is_null($this->accountType)) { $condition = ["(`comments` > ? OR `activities` > ?) AND `contact-type` = ?", $this->getMedianComments($uid, 4), $this->getMedianActivities($uid, 4), $this->accountType]; } else { $condition = ["(`comments` > ? OR `activities` > ?) AND `contact-type` != ?", $this->getMedianComments($uid, 4), $this->getMedianActivities($uid, 4), Contact::TYPE_COMMUNITY]; } - } elseif ($this->selectedTab == TimelineEntity::FORYOU) { + } elseif ($this->selectedTab == ChannelEntity::FORYOU) { $cid = Contact::getPublicIdByUserId($uid); $condition = [ @@ -280,9 +291,9 @@ class Timeline extends BaseModule $cid, $this->getMedianRelationThreadScore($cid, 4), $this->getMedianComments($uid, 4), $this->getMedianActivities($uid, 4), $cid, $uid, Contact\User::FREQUENCY_ALWAYS ]; - } elseif ($this->selectedTab == TimelineEntity::FOLLOWERS) { + } elseif ($this->selectedTab == ChannelEntity::FOLLOWERS) { $condition = ["`owner-id` IN (SELECT `pid` FROM `account-user-view` WHERE `uid` = ? AND `rel` = ?)", $uid, Contact::FOLLOWER]; - } elseif ($this->selectedTab == TimelineEntity::SHARERSOFSHARERS) { + } elseif ($this->selectedTab == ChannelEntity::SHARERSOFSHARERS) { $cid = Contact::getPublicIdByUserId($uid); // @todo Suggest posts from contacts that are followed most by our followers @@ -292,17 +303,19 @@ class Timeline extends BaseModule AND NOT `cid` IN (SELECT `cid` FROM `contact-relation` WHERE `follows` AND `relation-cid` = ?))", DateTimeFormat::utc('now - ' . $this->config->get('channel', 'sharer_interaction_days') . ' day'), $cid, $this->getMedianRelationThreadScore($cid, 4), $cid ]; - } elseif ($this->selectedTab == TimelineEntity::IMAGE) { + } elseif ($this->selectedTab == ChannelEntity::IMAGE) { $condition = ["`media-type` & ?", 1]; - } elseif ($this->selectedTab == TimelineEntity::VIDEO) { + } elseif ($this->selectedTab == ChannelEntity::VIDEO) { $condition = ["`media-type` & ?", 2]; - } elseif ($this->selectedTab == TimelineEntity::AUDIO) { + } elseif ($this->selectedTab == ChannelEntity::AUDIO) { $condition = ["`media-type` & ?", 4]; - } elseif ($this->selectedTab == TimelineEntity::LANGUAGE) { - $condition = ["JSON_EXTRACT(JSON_KEYS(language), '$[0]') = ?", $this->l10n->convertCodeForLanguageDetection(User::getLanguageCode($uid))]; + } elseif ($this->selectedTab == ChannelEntity::LANGUAGE) { + $condition = ["JSON_EXTRACT(JSON_KEYS(language), '$[0]') = ?", User::getLanguageCode($uid)]; + } elseif (is_numeric($this->selectedTab)) { + $condition = $this->getUserChannelConditions($this->selectedTab, $uid); } - if ($this->selectedTab != TimelineEntity::LANGUAGE) { + if (($this->selectedTab != ChannelEntity::LANGUAGE) && !is_numeric($this->selectedTab)) { $condition = $this->addLanguageCondition($uid, $condition); } @@ -310,7 +323,7 @@ class Timeline extends BaseModule $condition = DBA::mergeConditions($condition, ["NOT EXISTS(SELECT `cid` FROM `user-contact` WHERE `uid` = ? AND `cid` = `post-engagement`.`owner-id` AND (`ignored` OR `blocked` OR `collapsed` OR `is-blocked` OR `channel-frequency` = ?))", $uid, Contact\User::FREQUENCY_NEVER]); - if (($this->selectedTab != TimelineEntity::WHATSHOT) && !is_null($this->accountType)) { + if (($this->selectedTab != ChannelEntity::WHATSHOT) && !is_null($this->accountType)) { $condition = DBA::mergeConditions($condition, ['contact-type' => $this->accountType]); } @@ -339,6 +352,10 @@ class Timeline extends BaseModule $items = []; $result = $this->database->select('post-engagement', ['uri-id', 'created', 'owner-id', 'comments', 'activities'], $condition, $params); + if ($this->database->errorNo()) { + throw new \Exception($this->database->errorMessage(), $this->database->errorNo()); + } + while ($item = $this->database->fetch($result)) { $items[$item['uri-id']] = $item; } @@ -359,11 +376,61 @@ class Timeline extends BaseModule return $items; } - private function addLanguageCondition(int $uid, array $condition): array + private function getUserChannelConditions(int $id, int $uid): array + { + $channel = $this->channelRepository->selectById($id, $uid); + if (empty($channel)) { + return []; + } + + $condition = []; + + if (!empty($channel->circle)) { + if ($channel->circle == -1) { + $condition = ["`owner-id` IN (SELECT `pid` FROM `account-user-view` WHERE `uid` = ? AND `rel` IN (?, ?))", $uid, Contact::SHARING, Contact::FRIEND]; + } elseif ($channel->circle == -2) { + $condition = ["`owner-id` IN (SELECT `pid` FROM `account-user-view` WHERE `uid` = ? AND `rel` = ?)", $uid, Contact::FOLLOWER]; + } elseif ($channel->circle == -3) { + $condition = ["EXISTS(SELECT `uri-id` FROM `post-thread-user` WHERE `uid` = ? AND `post-thread-user`.`uri-id` = `post-engagement`.`uri-id`)", $uid]; + } elseif ($channel->circle > 0) { + $condition = DBA::mergeConditions($condition, ["`owner-id` IN (SELECT `pid` FROM `group_member` INNER JOIN `account-user-view` ON `group_member`.`contact-id` = `account-user-view`.`id` WHERE `gid` = ? AND `account-user-view`.`uid` = ?)", $channel->circle, $uid]); + } + } + + if (!empty($channel->fullTextSearch)) { + $search = $channel->fullTextSearch; + foreach (Engagement::KEYWORDS as $keyword) { + $search = preg_replace('~(' . $keyword . ':.[\w@\.-]+)~', '"$1"', $search); + } + $condition = DBA::mergeConditions($condition, ["MATCH (`searchtext`) AGAINST (? IN BOOLEAN MODE)", $search]); + } + + if (!empty($channel->includeTags)) { + $search = explode(',', mb_strtolower($channel->includeTags)); + $placeholders = substr(str_repeat("?, ", count($search)), 0, -2); + $condition = DBA::mergeConditions($condition, array_merge(["`uri-id` IN (SELECT `uri-id` FROM `post-tag` INNER JOIN `tag` ON `tag`.`id` = `post-tag`.`tid` WHERE `post-tag`.`type` = 1 AND `name` IN (" . $placeholders . "))"], $search)); + } + + if (!empty($channel->excludeTags)) { + $search = explode(',', mb_strtolower($channel->excludeTags)); + $placeholders = substr(str_repeat("?, ", count($search)), 0, -2); + $condition = DBA::mergeConditions($condition, array_merge(["NOT `uri-id` IN (SELECT `uri-id` FROM `post-tag` INNER JOIN `tag` ON `tag`.`id` = `post-tag`.`tid` WHERE `post-tag`.`type` = 1 AND `name` IN (" . $placeholders . "))"], $search)); + } + + if (!empty($channel->mediaType)) { + $condition = DBA::mergeConditions($condition, ["`media-type` & ?", $channel->mediaType]); + } + + // For "addLanguageCondition" to work, the condition must not be empty + $condition = $this->addLanguageCondition($uid, $condition ?: ["true"], $channel->languages); + + return $condition; + } + + private function addLanguageCondition(int $uid, array $condition, $languages = null): array { $conditions = []; - $languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid)]); - $languages = $this->l10n->convertForLanguageDetection($languages); + $languages = $languages ?: User::getWantedLanguages($uid); foreach ($languages as $language) { $conditions[] = "JSON_EXTRACT(JSON_KEYS(language), '$[0]') = ?"; $condition[] = $language; @@ -376,7 +443,7 @@ class Timeline extends BaseModule private function getMedianComments(int $uid, int $divider): int { - $languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid)]); + $languages = User::getWantedLanguages($uid); $cache_key = 'Channel:getMedianComments:' . $divider . ':' . implode(':', $languages); $comments = $this->cache->get($cache_key); if (!empty($comments)) { @@ -400,7 +467,7 @@ class Timeline extends BaseModule private function getMedianActivities(int $uid, int $divider): int { - $languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid)]); + $languages = User::getWantedLanguages($uid); $cache_key = 'Channel:getMedianActivities:' . $divider . ':' . implode(':', $languages); $activities = $this->cache->get($cache_key); if (!empty($activities)) { @@ -457,37 +524,53 @@ class Timeline extends BaseModule { $items = $this->selectItems(); - $maxpostperauthor = (int) $this->config->get('system', 'max_author_posts_community_page'); - if ($maxpostperauthor != 0 && $this->selectedTab == 'local') { + if ($this->selectedTab == 'local') { + $maxpostperauthor = (int)$this->config->get('system', 'max_author_posts_community_page'); + $key = 'author-id'; + } elseif ($this->selectedTab == 'global') { + $maxpostperauthor = (int)$this->config->get('system', 'max_server_posts_community_page'); + $key = 'author-gsid'; + } else { + $maxpostperauthor = 0; + } + if ($maxpostperauthor != 0) { $count = 1; - $previousauthor = ''; - $numposts = 0; + $author_posts = []; $selected_items = []; while (count($selected_items) < $this->itemsPerPage && ++$count < 50 && count($items) > 0) { - foreach ($items as $item) { - if ($previousauthor == $item["author-link"]) { - ++$numposts; - } else { - $numposts = 0; - } - $previousauthor = $item["author-link"]; + $maxposts = round((count($items) / $this->itemsPerPage) * $maxpostperauthor); + $minId = $items[array_key_first($items)]['received']; + $maxId = $items[array_key_last($items)]['received']; - if (($numposts < $maxpostperauthor) && (count($selected_items) < $this->itemsPerPage)) { - $selected_items[] = $item; + foreach ($items as $item) { + $author_posts[$item[$key]][$item['uri-id']] = $item['received']; + } + foreach ($author_posts as $posts) { + if (count($posts) <= $maxposts) { + continue; + } + asort($posts); + while (count($posts) > $maxposts) { + $uri_id = array_key_first($posts); + unset($posts[$uri_id]); + unset($items[$uri_id]); } } + $selected_items = array_merge($selected_items, $items); // If we're looking at a "previous page", the lookup continues forward in time because the list is // sorted in chronologically decreasing order - if (isset($this->minId)) { - $this->minId = $items[0]['received']; + if (!empty($this->minId)) { + $this->minId = $minId; } else { // In any other case, the lookup continues backwards in time - $this->maxId = $items[count($items) - 1]['received']; + $this->maxId = $maxId; } - $items = $this->selectItems(); + if (count($selected_items) < $this->itemsPerPage) { + $items = $this->selectItems(); + } } } else { $selected_items = $items; @@ -543,13 +626,26 @@ class Timeline extends BaseModule } } - $r = Post::selectThreadForUser($this->session->getLocalUserId() ?: 0, ['uri-id', 'received', 'author-link'], $condition, $params); + $items = []; + $result = Post::selectThreadForUser($this->session->getLocalUserId() ?: 0, ['uri-id', 'received', 'author-id', 'author-gsid'], $condition, $params); + + while ($item = $this->database->fetch($result)) { + $item['comments'] = 0; + + $items[$item['uri-id']] = $item; + } + $this->database->close($result); - $items = Post::toArray($r); if (empty($items)) { return []; } + $uriids = array_keys($items); + + foreach (Post\Counts::get(['parent-uri-id' => $uriids, 'verb' => Activity::POST]) as $count) { + $items[$count['parent-uri-id']]['comments'] += $count['count']; + } + // Previous page case: once we get the relevant items closest to min_id, we need to restore the expected display order if (empty($this->itemUriId) && isset($this->minId) && !isset($this->maxId)) { $items = array_reverse($items); diff --git a/src/Module/Credits.php b/src/Module/Credits.php index d16879f7d8..27ea3c5865 100644 --- a/src/Module/Credits.php +++ b/src/Module/Credits.php @@ -1,6 +1,6 @@ database = $database; - } - protected function post(array $request = []) { $postdata = Network::postdata(); @@ -88,21 +70,21 @@ class Notify extends BaseModule $contact_id = Contact::getIdForURL($msg['author']); if (empty($contact_id)) { $this->logger->notice('Contact not found', ['address' => $msg['author']]); - System::xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); + $this->xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); } // Fetch the importer (Mixture of sender and receiver) $importer = DFRN::getImporter($contact_id); if (empty($importer)) { $this->logger->notice('Importer contact not found', ['address' => $msg['author']]); - System::xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); + $this->xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); } $this->logger->debug('Importing post with the public envelope.', ['transmitter' => $msg['author']]); // Now we should be able to import it $ret = DFRN::import($msg['message'], $importer, Conversation::PARCEL_DIASPORA_DFRN, Conversation::RELAY); - System::xmlExit($ret, 'Done'); + $this->xmlExit($ret, 'Done'); return true; } @@ -111,32 +93,57 @@ class Notify extends BaseModule { $msg = Diaspora::decodeRaw($postdata, $user['prvkey'] ?? ''); if (!is_array($msg)) { - System::xmlExit(4, 'Unable to parse message'); + $this->xmlExit(4, 'Unable to parse message'); } // Fetch the contact $contact = Contact::getByURLForUser($msg['author'], $user['uid'], null, ['id', 'blocked', 'pending']); if (empty($contact['id'])) { $this->logger->notice('Contact not found', ['address' => $msg['author']]); - System::xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); + $this->xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); } if ($contact['pending'] || $contact['blocked']) { $this->logger->notice('Contact is blocked or pending', ['address' => $msg['author'], 'contact' => $contact]); - System::xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); + $this->xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); } // Fetch the importer (Mixture of sender and receiver) $importer = DFRN::getImporter($contact['id'], $user['uid']); if (empty($importer)) { $this->logger->notice('Importer contact not found for user', ['uid' => $user['uid'], 'cid' => $contact['id'], 'address' => $msg['author']]); - System::xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); + $this->xmlExit(3, 'Contact ' . $msg['author'] . ' not found'); } $this->logger->debug('Importing post with the private envelope.', ['transmitter' => $msg['author'], 'receiver' => $user['nickname']]); // Now we should be able to import it $ret = DFRN::import($msg['message'], $importer, Conversation::PARCEL_DIASPORA_DFRN, Conversation::PUSH); - System::xmlExit($ret, 'Done'); + $this->xmlExit($ret, 'Done'); + } + + + /** + * Generic XML return + * Outputs a basic dfrn XML status structure to STDOUT, with a variable + * of $st and an optional text of $message and terminates the current process. + * + * @param mixed $status + * @param string $message + * @throws \Exception + */ + private function xmlExit($status, string $message = '') + { + $result = ['status' => $status]; + + if ($message != '') { + $result['message'] = $message; + } + + if ($status) { + $this->logger->notice('xml_status returning non_zero: ' . $status . " message=" . $message); + } + + $this->httpExit(XML::fromArray(['result' => $result]), Response::TYPE_XML); } } diff --git a/src/Module/DFRN/Poll.php b/src/Module/DFRN/Poll.php index dbf91712fc..d05298a79d 100644 --- a/src/Module/DFRN/Poll.php +++ b/src/Module/DFRN/Poll.php @@ -1,6 +1,6 @@ httpExit(OStatus::feed($owner['nickname'], $last_update, 10) ?? '', Response::TYPE_ATOM); } } diff --git a/src/Module/Debug/ActivityPubConversion.php b/src/Module/Debug/ActivityPubConversion.php index 34628ecf28..c6162eb2e7 100644 --- a/src/Module/Debug/ActivityPubConversion.php +++ b/src/Module/Debug/ActivityPubConversion.php @@ -1,6 +1,6 @@ . - * - */ - -namespace Friendica\Module; - -use Friendica\BaseModule; -use Friendica\Core\Hook; -use Friendica\Core\Renderer; -use Friendica\Database\DBA; -use Friendica\DI; -use Friendica\Model\Notification; -use Friendica\Model\User; -use Friendica\Network\HTTPException\ForbiddenException; -use Friendica\Util\Proxy; - -/** - * Switches current user between delegates/parent user - */ -class Delegation extends BaseModule -{ - protected function post(array $request = []) - { - if (!DI::userSession()->getLocalUserId()) { - return; - } - - $uid = DI::userSession()->getLocalUserId(); - $orig_record = User::getById(DI::app()->getLoggedInUserId()); - - if (DI::userSession()->getSubManagedUserId()) { - $user = User::getById(DI::userSession()->getSubManagedUserId()); - if (DBA::isResult($user)) { - $uid = intval($user['uid']); - $orig_record = $user; - } - } - - $identity = intval($request['identity'] ?? 0); - if (!$identity) { - return; - } - - $limited_id = 0; - $original_id = $uid; - - $manages = DBA::selectToArray('manage', ['mid'], ['uid' => $uid]); - foreach ($manages as $manage) { - if ($identity == $manage['mid']) { - $limited_id = $manage['mid']; - break; - } - } - - if ($limited_id) { - $user = User::getById($limited_id); - } else { - // Check if the target user is one of our children - $user = DBA::selectFirst('user', [], ['uid' => $identity, 'parent-uid' => $orig_record['uid']]); - - // Check if the target user is one of our siblings - if (!DBA::isResult($user) && $orig_record['parent-uid']) { - $user = DBA::selectFirst('user', [], ['uid' => $identity, 'parent-uid' => $orig_record['parent-uid']]); - } - - // Check if it's our parent or our own user - if (!DBA::isResult($user) - && ( - $orig_record['parent-uid'] && $orig_record['parent-uid'] === $identity - || - $orig_record['uid'] && $orig_record['uid'] === $identity - ) - ) { - $user = User::getById($identity); - } - } - - if (!DBA::isResult($user)) { - return; - } - - DI::session()->clear(); - - DI::auth()->setForUser(DI::app(), $user, true, true); - - if ($limited_id) { - DI::userSession()->setSubManagedUserId($original_id); - } - - $ret = []; - Hook::callAll('home_init', $ret); - - DI::sysmsg()->addNotice($this->t('You are now logged in as %s', $user['username'])); - - DI::baseUrl()->redirect('network'); - } - - protected function content(array $request = []): string - { - if (!DI::userSession()->getLocalUserId()) { - throw new ForbiddenException(DI::l10n()->t('Permission denied.')); - } - - $identities = User::identities(DI::userSession()->getSubManagedUserId() ?: DI::userSession()->getLocalUserId()); - - //getting additional information for each identity - foreach ($identities as $key => $identity) { - $identities[$key]['thumb'] = User::getAvatarUrl($identity, Proxy::SIZE_THUMB); - - $identities[$key]['selected'] = ($identity['nickname'] === DI::app()->getLoggedInUserNickname()); - - $condition = ["`msg` != '' AND NOT (`type` IN (?, ?)) AND NOT `seen`", Notification\Type::INTRO, Notification\Type::MAIL]; - $params = ['distinct' => true, 'expression' => 'parent']; - $notifications = DI::notify()->countForUser($identity['uid'], $condition, $params); - - $params = ['distinct' => true, 'expression' => 'convid']; - $notifications += DBA::count('mail', ['uid' => $identity['uid'], 'seen' => false], $params); - - $notifications += DI::intro()->countActiveForUser($identity['uid']); - - $identities[$key]['notifications'] = $notifications; - } - - $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('delegation.tpl'), [ - '$title' => DI::l10n()->t('Switch between your accounts'), - '$settings_label' => DI::l10n()->t('Manage your accounts'), - '$desc' => DI::l10n()->t('Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'), - '$choose' => DI::l10n()->t('Select an identity to manage: '), - '$identities' => $identities, - '$submit' => DI::l10n()->t('Submit'), - ]); - - return $o; - } -} diff --git a/src/Module/Diaspora/Fetch.php b/src/Module/Diaspora/Fetch.php index 6e1259152f..649c640cab 100644 --- a/src/Module/Diaspora/Fetch.php +++ b/src/Module/Diaspora/Fetch.php @@ -1,6 +1,6 @@ httpExit(Diaspora::buildMagicEnvelope($xml, $user), Response::TYPE_XML, 'application/magic-envelope+xml'); } } diff --git a/src/Module/Diaspora/Receive.php b/src/Module/Diaspora/Receive.php index 4df2192d39..57835a37b7 100644 --- a/src/Module/Diaspora/Receive.php +++ b/src/Module/Diaspora/Receive.php @@ -1,6 +1,6 @@ httpExit($feed, Response::TYPE_ATOM); } } diff --git a/src/Module/Filer/RemoveTag.php b/src/Module/Filer/RemoveTag.php index 874fa90466..f7ace3c23c 100644 --- a/src/Module/Filer/RemoveTag.php +++ b/src/Module/Filer/RemoveTag.php @@ -1,6 +1,6 @@ removeTag($request)); + $this->httpError($this->removeTag($request)); } protected function content(array $request = []): string diff --git a/src/Module/Filer/SaveTag.php b/src/Module/Filer/SaveTag.php index 326f415cfc..6ea49a29c7 100644 --- a/src/Module/Filer/SaveTag.php +++ b/src/Module/Filer/SaveTag.php @@ -1,6 +1,6 @@ jsonExit($data, 'application/activity+json'); } catch (HTTPException\NotFoundException $e) { - System::jsonError(404, ['error' => 'Record not found']); + $this->jsonError(404, ['error' => 'Record not found']); } } @@ -200,6 +200,6 @@ class Friendica extends BaseModule 'no_scrape_url' => $this->baseUrl . '/noscrape', ]; - System::jsonExit($data); + $this->jsonExit($data); } } diff --git a/src/Module/HCard.php b/src/Module/HCard.php index ce63d77c35..f245d71354 100644 --- a/src/Module/HCard.php +++ b/src/Module/HCard.php @@ -1,6 +1,6 @@ jsonExit($result); } $taglist = DBA::select( @@ -50,6 +50,6 @@ class Hashtag extends BaseModule } DBA::close($taglist); - System::jsonExit($result); + $this->jsonExit($result); } } diff --git a/src/Module/Help.php b/src/Module/Help.php index 3212d2fe48..e2db79e1f6 100644 --- a/src/Module/Help.php +++ b/src/Module/Help.php @@ -1,6 +1,6 @@ 1, ]; - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Item/Compose.php b/src/Module/Item/Compose.php index 76a99750a1..70f5d50ef6 100644 --- a/src/Module/Item/Compose.php +++ b/src/Module/Item/Compose.php @@ -1,6 +1,6 @@ t('The feed for this item is unavailable.', ['uri-id' => $uriId])); } - System::httpExit($xml, Response::TYPE_ATOM); + $this->httpExit($xml, Response::TYPE_ATOM); } } diff --git a/src/Module/Item/Follow.php b/src/Module/Item/Follow.php index 1b64ebcd41..c0caa1b86d 100644 --- a/src/Module/Item/Follow.php +++ b/src/Module/Item/Follow.php @@ -1,6 +1,6 @@ 1 ]; - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Item/Ignore.php b/src/Module/Item/Ignore.php index 4950ba069d..0b1ed92a3d 100644 --- a/src/Module/Item/Ignore.php +++ b/src/Module/Item/Ignore.php @@ -1,6 +1,6 @@ $ignored, ]; - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Item/Pin.php b/src/Module/Item/Pin.php index f3163a6b52..53f391c61e 100644 --- a/src/Module/Item/Pin.php +++ b/src/Module/Item/Pin.php @@ -1,6 +1,6 @@ (int)$pinned, ]; - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Item/Star.php b/src/Module/Item/Star.php index 931d0cca21..cb2b6e6c89 100644 --- a/src/Module/Item/Star.php +++ b/src/Module/Item/Star.php @@ -1,6 +1,6 @@ (int)$starred, ]; - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Magic.php b/src/Module/Magic.php index dc0d4f8ad1..aa7a75aa70 100644 --- a/src/Module/Magic.php +++ b/src/Module/Magic.php @@ -1,6 +1,6 @@ jsonExit($manifest, 'application/manifest+json'); } } diff --git a/src/Module/Media/Attachment/Browser.php b/src/Module/Media/Attachment/Browser.php index 80a87d5bde..1e8abdab11 100644 --- a/src/Module/Media/Attachment/Browser.php +++ b/src/Module/Media/Attachment/Browser.php @@ -1,6 +1,6 @@ httpExit($output); } return $output; diff --git a/src/Module/Media/Attachment/Upload.php b/src/Module/Media/Attachment/Upload.php index 50c20b3641..042c216290 100644 --- a/src/Module/Media/Attachment/Upload.php +++ b/src/Module/Media/Attachment/Upload.php @@ -1,6 +1,6 @@ response->addContent($message); } - $this->page->exit($this->response->generate()); + System::echoResponse($this->response->generate()); System::exit(); } } diff --git a/src/Module/Media/Photo/Browser.php b/src/Module/Media/Photo/Browser.php index bf545d0db6..e667e02ba7 100644 --- a/src/Module/Media/Photo/Browser.php +++ b/src/Module/Media/Photo/Browser.php @@ -1,6 +1,6 @@ httpExit($output); } return $output; @@ -109,8 +109,8 @@ class Browser extends BaseModule [ "`resource-id` = ? AND `height` <= ? AND `width` <= ?", $record['resource-id'], - 640, - 640 + Proxy::PIXEL_MEDIUM, + Proxy::PIXEL_MEDIUM ], ['order' => ['scale']]); $scale = $photo['scale'] ?? $record['loq']; diff --git a/src/Module/Media/Photo/Upload.php b/src/Module/Media/Photo/Upload.php index e53ca35b86..d5d01290cd 100644 --- a/src/Module/Media/Photo/Upload.php +++ b/src/Module/Media/Photo/Upload.php @@ -1,6 +1,6 @@ response->addContent($message); } - $this->page->exit($this->response->generate()); + System::echoResponse($this->response->generate()); System::exit(); } } diff --git a/src/Module/Moderation/BaseUsers.php b/src/Module/Moderation/BaseUsers.php index 33a013961f..f92348c08a 100644 --- a/src/Module/Moderation/BaseUsers.php +++ b/src/Module/Moderation/BaseUsers.php @@ -1,6 +1,6 @@ database->fetch($posts)) { if (in_array($post['rid'], array_keys($reports))) { $post['created'] = DateTimeFormat::local($post['created'], DateTimeFormat::MYSQL); - $post['body'] = BBCode::toPlaintext($post['body']); + $post['body'] = BBCode::toPlaintext($post['body'] ?? ''); $reports[$post['rid']]['posts'][] = $post; } diff --git a/src/Module/Moderation/Summary.php b/src/Module/Moderation/Summary.php index 849eb284f5..ec235f155e 100644 --- a/src/Module/Moderation/Summary.php +++ b/src/Module/Moderation/Summary.php @@ -1,6 +1,6 @@ getLoggedInUserNickname(); } else { - System::jsonError(403, 'Authentication required'); + $this->jsonError(403, 'Authentication required'); } $owner = User::getOwnerDataByNick($which); if (empty($owner['uid'])) { - System::jsonError(404, 'Profile not found'); + $this->jsonError(404, 'Profile not found'); } $json_info = [ @@ -71,7 +71,7 @@ class NoScrape extends BaseModule if (!$owner['net-publish']) { $json_info['hide'] = true; - System::jsonExit($json_info); + $this->jsonExit($json_info); } $keywords = $owner['pub_keywords'] ?? ''; @@ -107,6 +107,6 @@ class NoScrape extends BaseModule } } - System::jsonExit($json_info); + $this->jsonExit($json_info); } } diff --git a/src/Module/NodeInfo110.php b/src/Module/NodeInfo110.php index 85785ccca2..cefe231205 100644 --- a/src/Module/NodeInfo110.php +++ b/src/Module/NodeInfo110.php @@ -1,6 +1,6 @@ (($success) ? 'success' : 'fail')]); + $this->jsonExit(['result' => (($success) ? 'success' : 'fail')]); } } diff --git a/src/Module/Notifications/Notifications.php b/src/Module/Notifications/Notifications.php index 7852f81c24..8181a76354 100644 --- a/src/Module/Notifications/Notifications.php +++ b/src/Module/Notifications/Notifications.php @@ -1,6 +1,6 @@ config->get('system','compute_group_counts') ?? $this->config->get('system','compute_circle_counts'); + $compute_circle_counts = $this->config->get('system','compute_circle_counts'); if ($network_count && $compute_circle_counts) { // Find out how unseen network posts are spread across circles - foreach (Circle::countUnseen() as $circle_count) { + foreach (Circle::countUnseen($this->session->getLocalUserId()) as $circle_count) { if ($circle_count['count'] > 0) { $circles_unseen[] = $circle_count; } @@ -303,9 +303,9 @@ class Ping extends BaseModule if (isset($_GET['callback'])) { // JSONP support - System::httpExit($_GET['callback'] . '(' . json_encode(['result' => $data]) . ')', Response::TYPE_BLANK, 'application/javascript'); + $this->httpExit($_GET['callback'] . '(' . json_encode(['result' => $data]) . ')', Response::TYPE_BLANK, 'application/javascript'); } else { - System::jsonExit(['result' => $data]); + $this->jsonExit(['result' => $data]); } } } diff --git a/src/Module/OAuth/Acknowledge.php b/src/Module/OAuth/Acknowledge.php index 861d22f279..af17567591 100644 --- a/src/Module/OAuth/Acknowledge.php +++ b/src/Module/OAuth/Acknowledge.php @@ -1,6 +1,6 @@ $_REQUEST]); - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Unsupported or missing response type')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Unsupported or missing response type'))); } if (empty($request['client_id']) || empty($request['redirect_uri'])) { Logger::warning('Incomplete request data', ['request' => $_REQUEST]); - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Incomplete request data')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Incomplete request data'))); } $application = OAuth::getApplication($request['client_id'], $request['client_secret'], $request['redirect_uri']); if (empty($application)) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } // @todo Compare the application scope and requested scope @@ -87,7 +87,7 @@ class Authorize extends BaseApi $token = OAuth::createTokenForUser($application, $uid, $request['scope']); if (!$token) { - DI::mstdnError()->UnprocessableEntity(); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity()); } if ($application['redirect_uri'] != 'urn:ietf:wg:oauth:2.0:oob') { diff --git a/src/Module/OAuth/Revoke.php b/src/Module/OAuth/Revoke.php index ccadfbeff8..b98f943daf 100644 --- a/src/Module/OAuth/Revoke.php +++ b/src/Module/OAuth/Revoke.php @@ -1,6 +1,6 @@ $request['client_id'], 'client_secret' => $request['client_secret'], 'access_token' => $request['token']]; $token = DBA::selectFirst('application-view', ['id'], $condition); if (empty($token['id'])) { - Logger::notice('Token not found', $condition); - DI::mstdnError()->Unauthorized(); + $this->logger->notice('Token not found', $condition); + $this->logAndJsonError(401, $this->errorFactory->Unauthorized()); } DBA::delete('application-token', ['application-id' => $token['id']]); - System::jsonExit([]); + $this->jsonExit([]); } } diff --git a/src/Module/OAuth/Token.php b/src/Module/OAuth/Token.php index f5aec0802e..bc53b401d7 100644 --- a/src/Module/OAuth/Token.php +++ b/src/Module/OAuth/Token.php @@ -1,6 +1,6 @@ $request]); - DI::mstdnError()->Unauthorized('invalid_client', DI::l10n()->t('Incomplete request data')); + $this->logger->warning('Incomplete request data', ['request' => $request]); + $this->logAndJsonError(401, $this->errorFactory->Unauthorized('invalid_client', $this->t('Incomplete request data')));; } $application = OAuth::getApplication($request['client_id'], $request['client_secret'], $request['redirect_uri']); if (empty($application)) { - DI::mstdnError()->Unauthorized('invalid_client', DI::l10n()->t('Invalid data or unknown client')); + $this->logAndJsonError(401, $this->errorFactory->Unauthorized('invalid_client', $this->t('Invalid data or unknown client'))); } if ($request['grant_type'] == 'client_credentials') { @@ -90,26 +90,26 @@ class Token extends BaseApi $me = null; } elseif ($request['grant_type'] == 'authorization_code') { // For security reasons only allow freshly created tokens - $uri = new Uri($request['redirect_uri']); + $redirect_uri = strtok($request['redirect_uri'],'?'); $condition = [ "`redirect_uri` LIKE ? AND `id` = ? AND `code` = ? AND `created_at` > ?", - '%' . $uri->getScheme() . '://' . $uri->getHost() . $uri->getPath() . '%', $application['id'], $request['code'], DateTimeFormat::utc('now - 5 minutes') + $redirect_uri, $application['id'], $request['code'], DateTimeFormat::utc('now - 5 minutes') ]; $token = DBA::selectFirst('application-view', ['access_token', 'created_at', 'uid'], $condition); if (!DBA::isResult($token)) { - Logger::notice('Token not found or outdated', $condition); - DI::mstdnError()->Unauthorized(); + $this->logger->notice('Token not found or outdated', $condition); + $this->logAndJsonError(401, $this->errorFactory->Unauthorized()); } $owner = User::getOwnerDataById($token['uid']); $me = $owner['url']; } else { Logger::warning('Unsupported or missing grant type', ['request' => $_REQUEST]); - DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Unsupported or missing grant type')); + $this->logAndJsonError(422, $this->errorFactory->UnprocessableEntity($this->t('Unsupported or missing grant type'))); } $object = new \Friendica\Object\Api\Mastodon\Token($token['access_token'], 'Bearer', $application['scopes'], $token['created_at'], $me); - System::jsonExit($object->toArray()); + $this->jsonExit($object->toArray()); } } diff --git a/src/Module/OStatus/PubSub.php b/src/Module/OStatus/PubSub.php index f1f3266cb8..34e4900578 100644 --- a/src/Module/OStatus/PubSub.php +++ b/src/Module/OStatus/PubSub.php @@ -1,6 +1,6 @@ logger->notice('Success for contact.', ['mode' => $hub_mode, 'contact' => $contact_id]); } - System::httpExit($hub_challenge); + $this->httpExit($hub_challenge); } } diff --git a/src/Module/OStatus/PubSubHubBub.php b/src/Module/OStatus/PubSubHubBub.php index c8fcb4249b..431d603ee0 100644 --- a/src/Module/OStatus/PubSubHubBub.php +++ b/src/Module/OStatus/PubSubHubBub.php @@ -1,6 +1,6 @@ "$baseUrl/opensearch", ]); - System::httpExit($xml->saveXML(), Response::TYPE_XML, 'application/opensearchdescription+xml'); + $this->httpExit($xml->saveXML(), Response::TYPE_XML, 'application/opensearchdescription+xml'); } } diff --git a/src/Module/Owa.php b/src/Module/Owa.php index 69abd8e871..7b3af7b52f 100644 --- a/src/Module/Owa.php +++ b/src/Module/Owa.php @@ -1,6 +1,6 @@ jsonExit($ret, 'application/x-zot+json'); } } diff --git a/src/Module/ParseUrl.php b/src/Module/ParseUrl.php index e2d75ee844..6620229cd1 100644 --- a/src/Module/ParseUrl.php +++ b/src/Module/ParseUrl.php @@ -1,6 +1,6 @@ jsonExit($arr['text']); } else { - System::httpExit($arr['text']); + $this->httpExit($arr['text']); } } @@ -133,9 +133,9 @@ class ParseUrl extends BaseModule $ret['success'] = true; } - System::jsonExit($ret); + $this->jsonExit($ret); } else { - System::httpExit(BBCode::embedURL($url, empty($_GET['noAttachment']), $title, $description, $_GET['tags'] ?? '')); + $this->httpExit(BBCode::embedURL($url, empty($_GET['noAttachment']), $title, $description, $_GET['tags'] ?? '')); } } } diff --git a/src/Module/PermissionTooltip.php b/src/Module/PermissionTooltip.php index 4e5191e5a4..f4fd566502 100644 --- a/src/Module/PermissionTooltip.php +++ b/src/Module/PermissionTooltip.php @@ -1,6 +1,6 @@ fetchReceiversFromACL($model); + } + + $this->httpExit(DI::l10n()->t('Visible to:') . '
    ' . $receivers); + } + + /** + * Fetch a list of receivers based on the ACL data + * + * @param array $model + * @return string + */ + private function fetchReceiversFromACL(array $model) + { $allowed_users = $model['allow_cid']; $allowed_circles = $model['allow_gid']; $deny_users = $model['deny_cid']; $deny_circles = $model['deny_gid']; - $o = DI::l10n()->t('Visible to:') . '
    '; $l = []; if (count($allowed_circles)) { @@ -165,11 +179,7 @@ class PermissionTooltip extends \Friendica\BaseModule $l[] = '' . $contact['name'] . ''; } - if (!empty($l)) { - System::httpExit($o . implode(', ', $l)); - } else { - System::httpExit($o . $receivers);; - } + return implode(', ', $l); } /** diff --git a/src/Module/Photo.php b/src/Module/Photo.php index c8e0656d2d..133c91d8d9 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -1,6 +1,6 @@ server); $customsize = 0; $square_resize = true; diff --git a/src/Module/Post/Edit.php b/src/Module/Post/Edit.php index 1505c301ac..62ecedbc76 100644 --- a/src/Module/Post/Edit.php +++ b/src/Module/Post/Edit.php @@ -1,6 +1,6 @@ parameters['post_id']; if (!$post_id || !$this->session->getLocalUserId()) { - System::httpError(403); + $this->httpError(403); } $item = Post::selectFirst(['private', 'body', 'uri', 'plink', 'network'], ['id' => $post_id]); if (!$item || $item['private'] == Item::PRIVATE) { - System::httpError(404); + $this->httpError(404); } $shared = $this->contentItem->getSharedPost($item, ['uri']); @@ -74,6 +74,6 @@ class Share extends \Friendica\BaseModule $content = '[share]' . $item['uri'] . '[/share]'; } - System::httpExit($content); + $this->httpExit($content); } } diff --git a/src/Module/Post/Tag/Add.php b/src/Module/Post/Tag/Add.php index 53be1c639d..e2a9c79a71 100644 --- a/src/Module/Post/Tag/Add.php +++ b/src/Module/Post/Tag/Add.php @@ -1,6 +1,6 @@ session->set('last_updated', $last_updated_array); - if ($is_owner && !$this->config->get('theme', 'hide_eventlist')) { - $o .= ProfileModel::getBirthdays(); - $o .= ProfileModel::getEventsReminderHTML(); + if ($is_owner && ProfileModel::shouldDisplayEventList($this->session->getLocalUserId(), $this->mode)) { + $o .= ProfileModel::getBirthdays($this->session->getLocalUserId()); + $o .= ProfileModel::getEventsReminderHTML($this->session->getLocalUserId(), $this->session->getPublicContactId()); } if ($is_owner) { diff --git a/src/Module/Profile/Index.php b/src/Module/Profile/Index.php index 7a009739e4..6aa822fa33 100644 --- a/src/Module/Profile/Index.php +++ b/src/Module/Profile/Index.php @@ -1,6 +1,6 @@ userSession = $userSession; + } + protected function content(array $request = []): string { $a = DI::app(); @@ -46,7 +64,7 @@ class Media extends BaseProfile $o = self::getTabsHTML('media', $is_owner, $profile['nickname'], $profile['hide-friends']); - $o .= Contact::getPostsFromUrl($profile['url'], false, 0, 0, true); + $o .= Contact::getPostsFromUrl($profile['url'], $this->userSession->getLocalUserId(), true); return $o; } diff --git a/src/Module/Profile/Photos.php b/src/Module/Profile/Photos.php index fcd0b78b09..f80c63d1a4 100644 --- a/src/Module/Profile/Photos.php +++ b/src/Module/Profile/Photos.php @@ -1,6 +1,6 @@ jsonExit($data, 'application/activity+json'); } catch (HTTPException\NotFoundException $e) { - System::jsonError(404, ['error' => 'Record not found']); + $this->jsonError(404, ['error' => 'Record not found']); } } @@ -97,10 +97,10 @@ class Profile extends BaseProfile // Known deleted user $data = ActivityPub\Transmitter::getDeletedUser($this->parameters['nickname']); - System::jsonError(410, $data); + $this->jsonError(410, $data); } else { // Any other case (unknown, blocked, nverified, expired, no profile, no self contact) - System::jsonError(404, []); + $this->jsonError(404, []); } } } diff --git a/src/Module/Profile/RemoteFollow.php b/src/Module/Profile/RemoteFollow.php index 5c7ff5138d..df6f885b8d 100644 --- a/src/Module/Profile/RemoteFollow.php +++ b/src/Module/Profile/RemoteFollow.php @@ -1,6 +1,6 @@ . - * - */ - -namespace Friendica\Module\Profile; - -use Friendica\App; -use Friendica\Core\L10n; -use Friendica\Core\Renderer; -use Friendica\Core\Session\Capability\IHandleUserSessions; -use Friendica\Database\Database; -use Friendica\Model\Mail; -use Friendica\Model\User; -use Friendica\Module\Response; -use Friendica\Navigation\SystemMessages; -use Friendica\Util\DateTimeFormat; -use Friendica\Util\Profiler; -use Friendica\Util\Strings; -use Psr\Log\LoggerInterface; - -/** - * Unknown Mail module - */ -class UnkMail extends \Friendica\BaseModule -{ - /** @var IHandleUserSessions */ - private $userSessions; - - /** @var SystemMessages */ - private $systemMessages; - - /** @var Database */ - private $database; - - /** @var App\Page */ - private $page; - - public function __construct(App\Page $page, Database $database, SystemMessages $systemMessages, IHandleUserSessions $userSessions, L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, Response $response, array $server, array $parameters = []) - { - parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters); - - $this->userSessions = $userSessions; - $this->systemMessages = $systemMessages; - $this->database = $database; - $this->page = $page; - } - - protected function post(array $request = []) - { - $replyto = $this->userSessions->getMyUrl(); - if (!$replyto) { - $this->systemMessages->addNotice($this->l10n->t('Permission denied.')); - return; - } - - $recipient = $this->parameters['nickname']; - $subject = trim($request['subject'] ?? ''); - $body = Strings::escapeHtml(trim($request['body'] ?? '')); - - if (!$body) { - $this->systemMessages->addNotice($this->l10n->t('Empty message body.')); - return; - } - - $user = User::getByNickname($recipient); - if (empty($user)) { - return; - } - - if (!$user['unkmail']) { - return; - } - - $total = $this->database->count('mail', ["`uid` = ? AND `created` > ? AND `unknown`", $user['uid'], DateTimeFormat::utc('now - 1 day')]); - if ($total > $user['cntunkmail']) { - return; - } - - $ret = Mail::sendWall($user, $body, $subject, $replyto); - - switch ($ret) { - case -1: - $this->systemMessages->addNotice($this->l10n->t('No recipient selected.')); - break; - case -2: - $this->systemMessages->addNotice($this->l10n->t('Unable to check your home location.')); - break; - case -3: - $this->systemMessages->addNotice($this->l10n->t('Message could not be sent.')); - break; - case -4: - $this->systemMessages->addNotice($this->l10n->t('Message collection failure.')); - break; - } - - $this->baseUrl->redirect('profile/' . $user['nickname']); - } - - protected function content(array $request = []): string - { - $returnUrl = 'profile/' . $this->parameters['nickname']; - - if (!$this->userSessions->getMyUrl()) { - $this->systemMessages->addNotice($this->l10n->t('Permission denied.')); - $this->baseUrl->redirect($returnUrl); - } - - $user = User::getByNickname($this->parameters['nickname']); - if (empty($user)) { - $this->systemMessages->addNotice($this->l10n->t('Recipient not found.')); - $this->baseUrl->redirect($returnUrl); - } - - if (!$user['unkmail']) { - $this->systemMessages->addNotice($this->l10n->t('Permission denied.')); - $this->baseUrl->redirect($returnUrl); - } - - $total = $this->database->count('mail', ["`uid` = ? AND `created` > ? AND `unknown`", $user['uid'], DateTimeFormat::utc('now - 1 day')]); - if ($total > $user['cntunkmail']) { - $this->systemMessages->addNotice($this->l10n->t('Number of daily wall messages for %s exceeded. Message failed.', $user['username'])); - $this->baseUrl->redirect($returnUrl); - } - - $tpl = Renderer::getMarkupTemplate('profile/unkmail-header.tpl'); - $this->page['htmlhead'] .= Renderer::replaceMacros($tpl, [ - '$nickname' => $user['nickname'], - '$linkurl' => $this->l10n->t('Please enter a link URL:') - ]); - - $tpl = Renderer::getMarkupTemplate('profile/unkmail.tpl'); - return Renderer::replaceMacros($tpl, [ - '$l10n' => [ - 'header' => $this->l10n->t('Send Private Message'), - 'subheader' => $this->l10n->t('If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.', $user['username']), - 'insert' => $this->l10n->t('Insert web link'), - 'wait' => $this->l10n->t('Please wait'), - 'submit' => $this->l10n->t('Submit'), - ], - - '$nickname' => $user['nickname'], - - '$to' => ['to' , $this->l10n->t('To') , $user['username'], '', '', 'disabled'], - '$subject' => ['subject', $this->l10n->t('Subject') , $request['subject'] ?? ''], - '$body' => ['body' , $this->l10n->t('Your message'), $request['body'] ?? ''], - ]); - } -} diff --git a/src/Module/Proxy.php b/src/Module/Proxy.php index 4d1e1c304b..a4a140e47c 100644 --- a/src/Module/Proxy.php +++ b/src/Module/Proxy.php @@ -1,6 +1,6 @@ httpExit( Salmon::salmonKey($user['spubkey']), Response::TYPE_BLANK, 'application/magic-public-key' diff --git a/src/Module/RandomProfile.php b/src/Module/RandomProfile.php index 1821211203..b61ca7d59e 100644 --- a/src/Module/RandomProfile.php +++ b/src/Module/RandomProfile.php @@ -1,6 +1,6 @@ httpExit($content, Response::TYPE_XML); } } diff --git a/src/Module/Register.php b/src/Module/Register.php index a62525a986..def750b3a8 100644 --- a/src/Module/Register.php +++ b/src/Module/Register.php @@ -1,6 +1,6 @@ $fillext, '$oidlabel' => $oidlabel, '$openid' => $openid_url, - '$namelabel' => DI::l10n()->t('Your Full Name (e.g. Joe Smith, real or real-looking): '), + '$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system'), '$addrlabel' => DI::l10n()->t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'), '$addrlabel2' => DI::l10n()->t('Please repeat your e-mail address:'), '$ask_password' => $ask_password, diff --git a/src/Module/Response.php b/src/Module/Response.php index d38b330bb3..841902a558 100644 --- a/src/Module/Response.php +++ b/src/Module/Response.php @@ -1,6 +1,6 @@ regularContactSearch($request, $type); } - System::jsonExit($o); + $this->jsonExit($o); } private function globalContactSearch(array $request): array diff --git a/src/Module/Search/Directory.php b/src/Module/Search/Directory.php index b3231a9085..211f6a259b 100644 --- a/src/Module/Search/Directory.php +++ b/src/Module/Search/Directory.php @@ -1,6 +1,6 @@ jsonExit([ 'total' => 0, 'items_page' => $perPage, 'page' => $page, @@ -74,7 +74,7 @@ class Tags extends BaseModule $totalCount = $this->database->count('owner-view', $condition); if ($totalCount === 0) { - System::jsonExit([ + $this->jsonExit([ 'total' => 0, 'items_page' => $perPage, 'page' => $page, @@ -97,7 +97,7 @@ class Tags extends BaseModule $this->database->close($searchStmt); - System::jsonExit([ + $this->jsonExit([ 'total' => $totalCount, 'items_page' => $perPage, 'page' => $page, diff --git a/src/Module/Security/Login.php b/src/Module/Security/Login.php index c5028ffc57..3f89a56fdd 100644 --- a/src/Module/Security/Login.php +++ b/src/Module/Security/Login.php @@ -1,6 +1,6 @@ $blockwall, 'hidewall' => $hidewall, 'blocktags' => $blocktags, - 'unkmail' => $unkmail, - 'cntunkmail' => $cntunkmail, ]; $profile_fields = [ @@ -199,6 +195,7 @@ class Account extends BaseSettings DI::sysmsg()->addNotice(DI::l10n()->t('Settings were not updated.')); } + User::setCommunityUserSettings(DI::userSession()->getLocalUserId()); DI::baseUrl()->redirect($redirectUrl); } @@ -321,37 +318,16 @@ class Account extends BaseSettings $page_flags = User::PAGE_FLAGS_COMMUNITY; } - $fields = []; - $profile_fields = []; - - if ($account_type == User::ACCOUNT_TYPE_COMMUNITY) { - DI::pConfig()->set(DI::userSession()->getLocalUserId(), 'system', 'unlisted', true); - - $fields = [ - 'allow_cid' => '', - 'allow_gid' => $page_flags == User::PAGE_FLAGS_PRVGROUP ? - '<' . Circle::FOLLOWERS . '>' - : '', - 'deny_cid' => '', - 'deny_gid' => '', - 'blockwall' => true, - 'blocktags' => true, - ]; - - $profile_fields = [ - 'hide-friends' => true, - ]; - } - - $fields = array_merge($fields, [ + $fields = [ 'page-flags' => $page_flags, 'account-type' => $account_type, - ]); + ]; - if (!User::update($fields, DI::userSession()->getLocalUserId()) || !empty($profile_fields) && !Profile::update($profile_fields, DI::userSession()->getLocalUserId())) { + if (!User::update($fields, DI::userSession()->getLocalUserId())) { DI::sysmsg()->addNotice(DI::l10n()->t('Settings were not updated.')); } + User::setCommunityUserSettings(DI::userSession()->getLocalUserId()); DI::baseUrl()->redirect($redirectUrl); } @@ -428,8 +404,6 @@ class Account extends BaseSettings $openid = $user['openid']; $maxreq = $user['maxreq']; $expire = $user['expire'] ?: ''; - $unkmail = $user['unkmail']; - $cntunkmail = $user['cntunkmail']; $expire_items = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'expire', 'items', true); $expire_notes = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'expire', 'notes', true); @@ -591,8 +565,6 @@ class Account extends BaseSettings '$accessiblephotos' => ['accessible-photos', DI::l10n()->t('Make all posted pictures accessible'), DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'accessible-photos'), DI::l10n()->t("This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can't handle permissions on pictures. Non public pictures still won't be visible for the public on your photo albums though.")], '$blockwall' => ['blockwall', DI::l10n()->t('Allow friends to post to your profile page?'), (intval($user['blockwall']) ? '0' : '1'), DI::l10n()->t('Your contacts may write posts on your profile wall. These posts will be distributed to your contacts')], '$blocktags' => ['blocktags', DI::l10n()->t('Allow friends to tag your posts?'), (intval($user['blocktags']) ? '0' : '1'), DI::l10n()->t('Your contacts can add additional tags to your posts.')], - '$unkmail' => ['unkmail', DI::l10n()->t('Permit unknown people to send you private mail?'), $unkmail, DI::l10n()->t('Friendica network users may send you private messages even if they are not in your contact list.')], - '$cntunkmail' => ['cntunkmail', DI::l10n()->t('Maximum private messages per day from unknown people:'), $cntunkmail, DI::l10n()->t("(to prevent spam abuse)")], '$circle_select' => Circle::getSelectorHTML(DI::userSession()->getLocalUserId(), $user['def_gid'], 'circle-selection', DI::l10n()->t('Default privacy circle for new contacts')), '$circle_select_group' => Circle::getSelectorHTML(DI::userSession()->getLocalUserId(), DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'default-group-gid', $user['def_gid']), 'circle-selection-group', DI::l10n()->t('Default privacy circle for new group contacts')), '$permissions' => DI::l10n()->t('Default Post Permissions'), diff --git a/src/Module/Settings/Addons.php b/src/Module/Settings/Addons.php index b6ac406ba6..cc79753f03 100644 --- a/src/Module/Settings/Addons.php +++ b/src/Module/Settings/Addons.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Module\Settings; + +use Friendica\App; +use Friendica\Content\Conversation\Factory; +use Friendica\Content\Conversation\Repository\UserDefinedChannel; +use Friendica\Core\L10n; +use Friendica\Core\Renderer; +use Friendica\Core\Session\Capability\IHandleUserSessions; +use Friendica\Model\Circle; +use Friendica\Model\User; +use Friendica\Module\BaseSettings; +use Friendica\Module\Response; +use Friendica\Network\HTTPException; +use Friendica\Util\Profiler; +use Psr\Log\LoggerInterface; + +class Channels extends BaseSettings +{ + /** @var UserDefinedChannel */ + private $channel; + /** @var Factory\UserDefinedChannel */ + private $userDefinedChannel; + + public function __construct(Factory\UserDefinedChannel $userDefinedChannel, UserDefinedChannel $channel, App\Page $page, IHandleUserSessions $session, L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, Response $response, array $server, array $parameters = []) + { + parent::__construct($session, $page, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters); + + $this->userDefinedChannel = $userDefinedChannel; + $this->channel = $channel; + } + + protected function post(array $request = []) + { + $uid = $this->session->getLocalUserId(); + if (!$uid) { + throw new HTTPException\ForbiddenException($this->t('Permission denied.')); + } + + if (empty($request['edit_channel']) && empty($request['add_channel'])) { + return; + } + + self::checkFormSecurityTokenRedirectOnError('/settings/channels', 'settings_channels'); + + $channel_languages = User::getWantedLanguages($uid); + + if (!empty($request['add_channel'])) { + if (!array_diff((array)$request['new_languages'], $channel_languages)) { + $request['new_languages'] = null; + } + + $channel = $this->userDefinedChannel->createFromTableRow([ + 'label' => $request['new_label'], + 'description' => $request['new_description'], + 'access-key' => substr(mb_strtolower($request['new_access_key']), 0, 1), + 'uid' => $uid, + 'circle' => (int)$request['new_circle'], + 'include-tags' => $this->cleanTags($request['new_include_tags']), + 'exclude-tags' => $this->cleanTags($request['new_exclude_tags']), + 'full-text-search' => $request['new_text_search'], + 'media-type' => ($request['new_image'] ? 1 : 0) | ($request['new_video'] ? 2 : 0) | ($request['new_audio'] ? 4 : 0), + 'languages' => $request['new_languages'], + ]); + $saved = $this->channel->save($channel); + $this->logger->debug('New channel added', ['saved' => $saved]); + return; + } + + foreach (array_keys((array)$request['label']) as $id) { + if ($request['delete'][$id]) { + $success = $this->channel->deleteById($id, $uid); + $this->logger->debug('Channel deleted', ['id' => $id, 'success' => $success]); + continue; + } + + if (!array_diff((array)$request['languages'][$id], $channel_languages)) { + $request['languages'][$id] = null; + } + + $channel = $this->userDefinedChannel->createFromTableRow([ + 'id' => $id, + 'label' => $request['label'][$id], + 'description' => $request['description'][$id], + 'access-key' => substr(mb_strtolower($request['access_key'][$id]), 0, 1), + 'uid' => $uid, + 'circle' => (int)$request['circle'][$id], + 'include-tags' => $this->cleanTags($request['include_tags'][$id]), + 'exclude-tags' => $this->cleanTags($request['exclude_tags'][$id]), + 'full-text-search' => $request['text_search'][$id], + 'media-type' => ($request['image'][$id] ? 1 : 0) | ($request['video'][$id] ? 2 : 0) | ($request['audio'][$id] ? 4 : 0), + 'languages' => $request['languages'][$id], + ]); + $saved = $this->channel->save($channel); + $this->logger->debug('Save channel', ['id' => $id, 'saved' => $saved]); + } + } + + protected function content(array $request = []): string + { + parent::content(); + + $uid = $this->session->getLocalUserId(); + if (!$uid) { + throw new HTTPException\ForbiddenException($this->t('Permission denied.')); + } + + $circles = [ + 0 => $this->l10n->t('Global Community'), + -3 => $this->l10n->t('Network'), + -1 => $this->l10n->t('Following'), + -2 => $this->l10n->t('Followers'), + ]; + + foreach (Circle::getByUserId($uid) as $circle) { + $circles[$circle['id']] = $circle['name']; + } + + $languages = $this->l10n->getLanguageCodes(true); + $channel_languages = User::getWantedLanguages($uid); + + $channels = []; + foreach ($this->channel->selectByUid($uid) as $channel) { + if (!empty($request['id'])) { + $open = $channel->code == $request['id']; + } elseif (!empty($request['new_label'])) { + $open = $channel->label == $request['new_label']; + } else { + $open = false; + } + + $channels[] = [ + 'id' => $channel->code, + 'open' => $open, + 'label' => ["label[$channel->code]", $this->t('Label'), $channel->label, '', $this->t('Required')], + 'description' => ["description[$channel->code]", $this->t("Description"), $channel->description], + 'access_key' => ["access_key[$channel->code]", $this->t("Access Key"), $channel->accessKey], + 'circle' => ["circle[$channel->code]", $this->t('Circle/Channel'), $channel->circle, '', $circles], + 'include_tags' => ["include_tags[$channel->code]", $this->t("Include Tags"), str_replace(',', ', ', $channel->includeTags)], + 'exclude_tags' => ["exclude_tags[$channel->code]", $this->t("Exclude Tags"), str_replace(',', ', ', $channel->excludeTags)], + 'text_search' => ["text_search[$channel->code]", $this->t("Full Text Search"), $channel->fullTextSearch], + 'image' => ["image[$channel->code]", $this->t("Images"), $channel->mediaType & 1], + 'video' => ["video[$channel->code]", $this->t("Videos"), $channel->mediaType & 2], + 'audio' => ["audio[$channel->code]", $this->t("Audio"), $channel->mediaType & 4], + 'languages' => ["languages[$channel->code][]", $this->t('Languages'), $channel->languages ?? $channel_languages, $this->t('Select all languages that you want to see in this channel.'), $languages, 'multiple'], + 'delete' => ["delete[$channel->code]", $this->t("Delete channel") . ' (' . $channel->label . ')', false, $this->t("Check to delete this entry from the channel list")] + ]; + } + + $t = Renderer::getMarkupTemplate('settings/channels.tpl'); + return Renderer::replaceMacros($t, [ + 'open' => count($channels) == 0, + 'label' => ["new_label", $this->t('Label'), '', $this->t('Short name for the channel. It is displayed on the channels widget.'), $this->t('Required')], + 'description' => ["new_description", $this->t("Description"), '', $this->t('This should describe the content of the channel in a few word.')], + 'access_key' => ["new_access_key", $this->t("Access Key"), '', $this->t('When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one.')], + 'circle' => ['new_circle', $this->t('Circle/Channel'), 0, $this->t('Select a circle or channel, that your channel should be based on.'), $circles], + 'include_tags' => ["new_include_tags", $this->t("Include Tags"), '', $this->t('Comma separated list of tags. A post will be used when it contains any of the listed tags.')], + 'exclude_tags' => ["new_exclude_tags", $this->t("Exclude Tags"), '', $this->t('Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel.')], + 'text_search' => ["new_text_search", $this->t("Full Text Search"), '', $this->t('Search terms for the body, supports the "boolean mode" operators from MariaDB. See the help for a complete list of operators and additional keywords: %s', 'help/Channels')], + 'image' => ['new_image', $this->t("Images"), false, $this->t("Check to display images in the channel.")], + 'video' => ["new_video", $this->t("Videos"), false, $this->t("Check to display videos in the channel.")], + 'audio' => ["new_audio", $this->t("Audio"), false, $this->t("Check to display audio in the channel.")], + 'languages' => ["new_languages[]", $this->t('Languages'), $channel_languages, $this->t('Select all languages that you want to see in this channel.'), $languages, 'multiple'], + '$l10n' => [ + 'title' => $this->t('Channels'), + 'intro' => $this->t('This page can be used to define your own channels.'), + 'addtitle' => $this->t('Add new entry to the channel list'), + 'addsubmit' => $this->t('Add'), + 'savechanges' => $this->t('Save'), + 'currenttitle' => $this->t('Current Entries in the channel list'), + 'thurl' => $this->t('Blocked server domain pattern'), + 'threason' => $this->t('Reason for the block'), + 'delentry' => $this->t('Delete entry from the channel list'), + 'confirm_delete' => $this->t('Delete entry from the channel list?'), + ], + '$entries' => $channels, + '$baseurl' => $this->baseUrl, + + '$form_security_token' => self::getFormSecurityToken('settings_channels'), + ]); + } + + private function cleanTags(string $tag_list): string + { + $tags = []; + + $tagitems = explode(',', mb_strtolower($tag_list)); + foreach ($tagitems as $tag) { + $tag = trim($tag, '# '); + if (!empty($tag)) { + $tags[] = preg_replace('#\s#u', '', $tag); + } + } + return implode(',', $tags); + } +} diff --git a/src/Module/Settings/Connectors.php b/src/Module/Settings/Connectors.php index 0032f087d5..0373cab5cc 100644 --- a/src/Module/Settings/Connectors.php +++ b/src/Module/Settings/Connectors.php @@ -1,6 +1,6 @@ systemMessages = $systemMessages; + $this->db = $db; + } + protected function post(array $request = []) { - if (!DI::app()->isLoggedIn()) { - throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.')); + if (!$this->session->isAuthenticated()) { + return; } BaseModule::checkFormSecurityTokenRedirectOnError('settings/delegation', 'delegate'); - $parent_uid = $request['parent_user'] ?? null; + $parent_uid = $request['parent_user'] ?? null; $parent_password = $request['parent_password'] ?? ''; if ($parent_uid) { @@ -51,66 +70,63 @@ class Delegation extends BaseSettings // An integer value will trigger the direct user query on uid in User::getAuthenticationInfo $parent_uid = (int)$parent_uid; User::getIdFromPasswordAuthentication($parent_uid, $parent_password); - DI::sysmsg()->addInfo(DI::l10n()->t('Delegation successfully granted.')); + $this->systemMessages->addInfo($this->t('Delegation successfully granted.')); } catch (\Exception $ex) { - DI::sysmsg()->addNotice(DI::l10n()->t('Parent user not found, unavailable or password doesn\'t match.')); + $this->systemMessages->addNotice($this->t('Parent user not found, unavailable or password doesn\'t match.')); return; } } else { - DI::sysmsg()->addInfo(DI::l10n()->t('Delegation successfully revoked.')); + $this->systemMessages->addInfo($this->t('Delegation successfully revoked.')); } - DBA::update('user', ['parent-uid' => $parent_uid], ['uid' => DI::userSession()->getLocalUserId()]); + $this->db->update('user', ['parent-uid' => $parent_uid], ['uid' => $this->session->getLocalUserId()]); } protected function content(array $request = []): string { parent::content(); - if (!DI::userSession()->getLocalUserId()) { - throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.')); + if (!$this->session->isAuthenticated()) { + throw new HTTPException\ForbiddenException($this->t('Permission denied.')); } - $args = DI::args(); - - // @TODO Replace with router-provided arguments - $action = $args->get(2); - $user_id = $args->get(3); + $action = $this->parameters['action'] ?? ''; + $user_id = $this->parameters['user_id'] ?? 0; if ($action === 'add' && $user_id) { - if (DI::userSession()->getSubManagedUserId()) { - DI::sysmsg()->addNotice(DI::l10n()->t('Delegated administrators can view but not change delegation permissions.')); - DI::baseUrl()->redirect('settings/delegation'); + if ($this->session->getSubManagedUserId()) { + $this->systemMessages->addNotice($this->t('Delegated administrators can view but not change delegation permissions.')); + $this->baseUrl->redirect('settings/delegation'); } $user = User::getById($user_id, ['nickname']); - if (DBA::isResult($user)) { + if ($this->db->isResult($user)) { $condition = [ - 'uid' => DI::userSession()->getLocalUserId(), - 'nurl' => Strings::normaliseLink(DI::baseUrl() . '/profile/' . $user['nickname']) + 'uid' => $this->session->getLocalUserId(), + 'nurl' => Strings::normaliseLink($this->baseUrl . '/profile/' . $user['nickname']) ]; - if (DBA::exists('contact', $condition)) { - DBA::insert('manage', ['uid' => $user_id, 'mid' => DI::userSession()->getLocalUserId()]); + if ($this->db->exists('contact', $condition)) { + $this->db->insert('manage', ['uid' => $user_id, 'mid' => $this->session->getLocalUserId()]); } } else { - DI::sysmsg()->addNotice(DI::l10n()->t('Delegate user not found.')); + $this->systemMessages->addNotice($this->t('Delegate user not found.')); } - DI::baseUrl()->redirect('settings/delegation'); + $this->baseUrl->redirect('settings/delegation'); } if ($action === 'remove' && $user_id) { - if (DI::userSession()->getSubManagedUserId()) { - DI::sysmsg()->addNotice(DI::l10n()->t('Delegated administrators can view but not change delegation permissions.')); - DI::baseUrl()->redirect('settings/delegation'); + if ($this->session->getSubManagedUserId()) { + $this->systemMessages->addNotice($this->t('Delegated administrators can view but not change delegation permissions.')); + $this->baseUrl->redirect('settings/delegation'); } - DBA::delete('manage', ['uid' => $user_id, 'mid' => DI::userSession()->getLocalUserId()]); - DI::baseUrl()->redirect('settings/delegation'); + $this->db->delete('manage', ['uid' => $user_id, 'mid' => $this->session->getLocalUserId()]); + $this->baseUrl->redirect('settings/delegation'); } // find everybody that currently has delegated management to this account/page - $delegates = DBA::selectToArray('user', [], ['`uid` IN (SELECT `uid` FROM `manage` WHERE `mid` = ?)', DI::userSession()->getLocalUserId()]); + $delegates = $this->db->selectToArray('user', [], ['`uid` IN (SELECT `uid` FROM `manage` WHERE `mid` = ?)', $this->session->getLocalUserId()]); $uids = []; foreach ($delegates as $user) { @@ -119,69 +135,76 @@ class Delegation extends BaseSettings // find every contact who might be a candidate for delegation $potentials = []; - $nicknames = []; + $nicknames = []; - $condition = ['baseurl' => DI::baseUrl(), 'self' => false, 'uid' => DI::userSession()->getLocalUserId(), 'blocked' => false]; - $contacts = DBA::select('contact', ['nick'], $condition); - while ($contact = DBA::fetch($contacts)) { + $condition = ['baseurl' => $this->baseUrl, 'self' => false, 'uid' => $this->session->getLocalUserId(), 'blocked' => false]; + $contacts = $this->db->select('contact', ['nick'], $condition); + while ($contact = $this->db->fetch($contacts)) { $nicknames[] = $contact['nick']; } - DBA::close($contacts); + $this->db->close($contacts); // get user records for all potential page delegates who are not already delegates or managers - $potentialDelegateUsers = DBA::selectToArray('user', ['uid', 'username', 'nickname'], ['nickname' => $nicknames]); + $potentialDelegateUsers = $this->db->selectToArray( + 'user', + ['uid', 'username', 'nickname'], + [ + 'nickname' => $nicknames, + 'account_removed' => false, + 'account_expired' => false, + 'blocked' => false, + ] + ); foreach ($potentialDelegateUsers as $user) { if (!in_array($user['uid'], $uids)) { $potentials[] = $user; } } - $parent_user = null; + $parent_user = null; $parent_password = null; - $user = User::getById(DI::userSession()->getLocalUserId(), ['parent-uid', 'email']); - if (DBA::isResult($user) && !DBA::exists('user', ['parent-uid' => DI::userSession()->getLocalUserId()])) { + $user = User::getById($this->session->getLocalUserId(), ['parent-uid', 'email']); + if ($this->db->isResult($user) && !$this->db->exists('user', ['parent-uid' => $this->session->getLocalUserId()])) { $parent_uid = $user['parent-uid']; - $parents = [0 => DI::l10n()->t('No parent user')]; + $parents = [0 => $this->t('No parent user')]; - $fields = ['uid', 'username', 'nickname']; - $condition = ['email' => $user['email'], 'verified' => true, 'blocked' => false, 'parent-uid' => null]; - $parent_users = DBA::selectToArray('user', $fields, $condition); - foreach($parent_users as $parent) { - if ($parent['uid'] != DI::userSession()->getLocalUserId()) { + $fields = ['uid', 'username', 'nickname']; + $condition = ['email' => $user['email'], 'verified' => true, 'blocked' => false, 'parent-uid' => null]; + $parent_users = $this->db->selectToArray('user', $fields, $condition); + foreach ($parent_users as $parent) { + if ($parent['uid'] != $this->session->getLocalUserId()) { $parents[$parent['uid']] = sprintf('%s (%s)', $parent['username'], $parent['nickname']); } } - $parent_user = ['parent_user', DI::l10n()->t('Parent User'), $parent_uid, '', $parents]; - $parent_password = ['parent_password', DI::l10n()->t('Parent Password:'), '', DI::l10n()->t('Please enter the password of the parent account to legitimize your request.')]; + $parent_user = ['parent_user', $this->t('Parent User'), $parent_uid, '', $parents]; + $parent_password = ['parent_password', $this->t('Parent Password:'), '', $this->t('Please enter the password of the parent account to legitimize your request.')]; } $is_child_user = !empty($user['parent-uid']); - $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('settings/delegation.tpl'), [ - '$form_security_token' => BaseModule::getFormSecurityToken('delegate'), - '$account_header' => DI::l10n()->t('Additional Accounts'), - '$account_desc' => DI::l10n()->t('Register additional accounts that are automatically connected to your existing account so you can manage them from this account.'), - '$add_account' => DI::l10n()->t('Register an additional account'), - '$parent_header' => DI::l10n()->t('Parent User'), - '$parent_user' => $parent_user, - '$parent_password' => $parent_password, - '$parent_desc' => DI::l10n()->t('Parent users have total control about this account, including the account settings. Please double check whom you give this access.'), - '$is_child_user' => $is_child_user, - '$submit' => DI::l10n()->t('Save Settings'), - '$header' => DI::l10n()->t('Manage Accounts'), - '$delegates_header' => DI::l10n()->t('Delegates'), - '$base' => DI::baseUrl(), - '$desc' => DI::l10n()->t('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.'), - '$head_delegates' => DI::l10n()->t('Existing Page Delegates'), - '$delegates' => $delegates, - '$head_potentials' => DI::l10n()->t('Potential Delegates'), - '$potentials' => $potentials, - '$remove' => DI::l10n()->t('Remove'), - '$add' => DI::l10n()->t('Add'), - '$none' => DI::l10n()->t('No entries.') - ]); + return Renderer::replaceMacros(Renderer::getMarkupTemplate('settings/delegation.tpl'), [ + '$l10n' => [ + 'account_header' => $this->t('Additional Accounts'), + 'account_desc' => $this->t('Register additional accounts that are automatically connected to your existing account so you can manage them from this account.'), + 'add_account' => $this->t('Register an additional account'), + 'parent_header' => $this->t('Parent User'), + 'parent_desc' => $this->t('Parent users have total control about this account, including the account settings. Please double check whom you give this access.'), + 'submit' => $this->t('Save Settings'), + 'header' => $this->t('Manage Accounts'), + 'delegates_header' => $this->t('Delegates'), + 'desc' => $this->t('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.'), + 'head_delegates' => $this->t('Existing Page Delegates'), + 'head_potentials' => $this->t('Potential Delegates'), + 'none' => $this->t('No entries.'), + ], - return $o; + '$form_security_token' => BaseModule::getFormSecurityToken('delegate'), + '$parent_user' => $parent_user, + '$parent_password' => $parent_password, + '$is_child_user' => $is_child_user, + '$delegates' => $delegates, + '$potentials' => $potentials, + ]); } } diff --git a/src/Module/Settings/Display.php b/src/Module/Settings/Display.php index 71c4caed59..f05a83b7bb 100644 --- a/src/Module/Settings/Display.php +++ b/src/Module/Settings/Display.php @@ -1,6 +1,6 @@ config = $config; - $this->pConfig = $pConfig; - $this->app = $app; - $this->systemMessages = $systemMessages; - $this->timeline = $timeline; + $this->config = $config; + $this->pConfig = $pConfig; + $this->app = $app; + $this->systemMessages = $systemMessages; + $this->timeline = $timeline; + $this->channel = $channel; + $this->community = $community; + $this->network = $network; + $this->userDefinedChannel = $userDefinedChannel; } protected function post(array $request = []) @@ -77,20 +94,23 @@ class Display extends BaseSettings $user = User::getById($uid); - $theme = !empty($request['theme']) ? trim($request['theme']) : $user['theme']; - $mobile_theme = !empty($request['mobile_theme']) ? trim($request['mobile_theme']) : ''; - $enable_smile = !empty($request['enable_smile']) ? intval($request['enable_smile']) : 0; - $network_timelines = !empty($request['network_timelines']) ? $request['network_timelines'] : []; - $channel_languages = !empty($request['channel_languages']) ? $request['channel_languages'] : []; - $first_day_of_week = !empty($request['first_day_of_week']) ? intval($request['first_day_of_week']) : 0; - $calendar_default_view = !empty($request['calendar_default_view']) ? trim($request['calendar_default_view']) : 'month'; - $infinite_scroll = !empty($request['infinite_scroll']) ? intval($request['infinite_scroll']) : 0; - $enable_smart_threading = !empty($request['enable_smart_threading']) ? intval($request['enable_smart_threading']) : 0; - $enable_dislike = !empty($request['enable_dislike']) ? intval($request['enable_dislike']) : 0; - $display_resharer = !empty($request['display_resharer']) ? intval($request['display_resharer']) : 0; - $stay_local = !empty($request['stay_local']) ? intval($request['stay_local']) : 0; - $preview_mode = !empty($request['preview_mode']) ? intval($request['preview_mode']) : 0; - $browser_update = !empty($request['browser_update']) ? intval($request['browser_update']) : 0; + $theme = trim($request['theme']); + $mobile_theme = trim($request['mobile_theme'] ?? ''); + $enable_smile = (bool)$request['enable_smile']; + $enable = (array)$request['enable']; + $bookmark = (array)$request['bookmark']; + $channel_languages = (array)$request['channel_languages']; + $first_day_of_week = (bool)$request['first_day_of_week']; + $calendar_default_view = trim($request['calendar_default_view']); + $infinite_scroll = (bool)$request['infinite_scroll']; + $enable_smart_threading = (bool)$request['enable_smart_threading']; + $enable_dislike = (bool)$request['enable_dislike']; + $display_resharer = (bool)$request['display_resharer']; + $stay_local = (bool)$request['stay_local']; + $show_page_drop = (bool)$request['show_page_drop']; + $display_eventlist = (bool)$request['display_eventlist']; + $preview_mode = (int)$request['preview_mode']; + $browser_update = (int)$request['browser_update']; if ($browser_update != -1) { $browser_update = $browser_update * 1000; if ($browser_update < 10000) { @@ -98,6 +118,20 @@ class Display extends BaseSettings } } + $enabled_timelines = []; + foreach ($enable as $code => $enabled) { + if ($enabled) { + $enabled_timelines[] = $code; + } + } + + $network_timelines = []; + foreach ($bookmark as $code => $bookmarked) { + if ($bookmarked) { + $network_timelines[] = $code; + } + } + $itemspage_network = !empty($request['itemspage_network']) ? intval($request['itemspage_network']) : $this->config->get('system', 'itemspage_network'); @@ -124,9 +158,12 @@ class Display extends BaseSettings $this->pConfig->set($uid, 'system', 'hide_dislike' , !$enable_dislike); $this->pConfig->set($uid, 'system', 'display_resharer' , $display_resharer); $this->pConfig->set($uid, 'system', 'stay_local' , $stay_local); + $this->pConfig->set($uid, 'system', 'show_page_drop' , $show_page_drop); + $this->pConfig->set($uid, 'system', 'display_eventlist' , $display_eventlist); $this->pConfig->set($uid, 'system', 'preview_mode' , $preview_mode); $this->pConfig->set($uid, 'system', 'network_timelines' , $network_timelines); + $this->pConfig->set($uid, 'system', 'enabled_timelines' , $enabled_timelines); $this->pConfig->set($uid, 'channel', 'languages' , $channel_languages); $this->pConfig->set($uid, 'calendar', 'first_day_of_week' , $first_day_of_week); @@ -209,12 +246,14 @@ class Display extends BaseSettings $browser_update = (($browser_update == 0) ? 40 : $browser_update / 1000); // default if not set: 40 seconds } - $enable_smile = !$this->pConfig->get($uid, 'system', 'no_smilies', 0); - $infinite_scroll = $this->pConfig->get($uid, 'system', 'infinite_scroll', 0); - $enable_smart_threading = !$this->pConfig->get($uid, 'system', 'no_smart_threading', 0); - $enable_dislike = !$this->pConfig->get($uid, 'system', 'hide_dislike', 0); - $display_resharer = $this->pConfig->get($uid, 'system', 'display_resharer', 0); - $stay_local = $this->pConfig->get($uid, 'system', 'stay_local', 0); + $enable_smile = !$this->pConfig->get($uid, 'system', 'no_smilies', false); + $infinite_scroll = $this->pConfig->get($uid, 'system', 'infinite_scroll', false); + $enable_smart_threading = !$this->pConfig->get($uid, 'system', 'no_smart_threading', false); + $enable_dislike = !$this->pConfig->get($uid, 'system', 'hide_dislike', false); + $display_resharer = $this->pConfig->get($uid, 'system', 'display_resharer', false); + $stay_local = $this->pConfig->get($uid, 'system', 'stay_local', false); + $show_page_drop = $this->pConfig->get($uid, 'system', 'show_page_drop', true); + $display_eventlist = $this->pConfig->get($uid, 'system', 'display_eventlist', true); $preview_mode = $this->pConfig->get($uid, 'system', 'preview_mode', BBCode::PREVIEW_LARGE); $preview_modes = [ @@ -224,10 +263,20 @@ class Display extends BaseSettings BBCode::PREVIEW_LARGE => $this->t('Large Image'), ]; - $network_timelines = $this->pConfig->get($uid, 'system', 'network_timelines', array_keys($this->getAvailableTimelines($uid, true))); - $channel_languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid)]); - $languages = $this->l10n->getAvailableLanguages(true); - $timelines = $this->getAvailableTimelines($uid); + $bookmarked_timelines = $this->pConfig->get($uid, 'system', 'network_timelines', $this->getAvailableTimelines($uid, true)->column('code')); + $enabled_timelines = $this->pConfig->get($uid, 'system', 'enabled_timelines', $this->getAvailableTimelines($uid, false)->column('code')); + $channel_languages = User::getWantedLanguages($uid); + $languages = $this->l10n->getLanguageCodes(true); + + $timelines = []; + foreach ($this->getAvailableTimelines($uid) as $timeline) { + $timelines[] = [ + 'label' => $timeline->label, + 'description' => $timeline->description, + 'enable' => ["enable[{$timeline->code}]", '', in_array($timeline->code, $enabled_timelines)], + 'bookmark' => ["bookmark[{$timeline->code}]", '', in_array($timeline->code, $bookmarked_timelines)], + ]; + } $first_day_of_week = $this->pConfig->get($uid, 'calendar', 'first_day_of_week', 0); $weekdays = [ @@ -282,9 +331,17 @@ class Display extends BaseSettings '$enable_dislike' => ['enable_dislike' , $this->t('Display the Dislike feature'), $enable_dislike, $this->t('Display the Dislike button and dislike reactions on posts and comments.')], '$display_resharer' => ['display_resharer' , $this->t('Display the resharer'), $display_resharer, $this->t('Display the first resharer as icon and text on a reshared item.')], '$stay_local' => ['stay_local' , $this->t('Stay local'), $stay_local, $this->t("Don't go to a remote system when following a contact link.")], + '$show_page_drop' => ['show_page_drop' , $this->t('Show the post deletion checkbox'), $show_page_drop, $this->t("Display the checkbox for the post deletion on the network page.")], + '$display_eventlist' => ['display_eventlist' , $this->t('DIsplay the event list'), $display_eventlist, $this->t("Display the birthday reminder and event list on the network page.")], '$preview_mode' => ['preview_mode' , $this->t('Link preview mode'), $preview_mode, $this->t('Appearance of the link preview that is added to each post with a link.'), $preview_modes, false], - '$network_timelines' => ['network_timelines[]', $this->t('Timelines for the network page:'), $network_timelines, $this->t('Select all the timelines that you want to see on your network page.'), $timelines, 'multiple'], + '$timeline_label' => $this->t('Label'), + '$timeline_descriptiom' => $this->t('Description'), + '$timeline_enable' => $this->t('Enable'), + '$timeline_bookmark' => $this->t('Bookmark'), + '$timelines' => $timelines, + '$timeline_explanation' => $this->t('Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'), + '$channel_languages' => ['channel_languages[]', $this->t('Channel languages:'), $channel_languages, $this->t('Select all languages that you want to see in your channels.'), $languages, 'multiple'], '$first_day_of_week' => ['first_day_of_week' , $this->t('Beginning of week:') , $first_day_of_week , '', $weekdays , false], @@ -292,26 +349,30 @@ class Display extends BaseSettings ]); } - private function getAvailableTimelines(int $uid, bool $only_network = false): array + private function getAvailableTimelines(int $uid, bool $only_network = false): Timelines { $timelines = []; - foreach ($this->timeline->getNetworkFeeds('') as $channel) { - $timelines[$channel->code] = $this->t('%s: %s', $channel->label, $channel->description); + foreach ($this->network->getTimelines('') as $channel) { + $timelines[] = $channel; } if ($only_network) { - return $timelines; + return new Timelines($timelines); } - foreach ($this->timeline->getChannelsForUser($uid) as $channel) { - $timelines[$channel->code] = $this->t('%s: %s', $channel->label, $channel->description); + foreach ($this->channel->getTimelines($uid) as $channel) { + $timelines[] = $channel; } - foreach ($this->timeline->getCommunities(true) as $community) { - $timelines[$community->code] = $this->t('%s: %s', $community->label, $community->description); + foreach ($this->userDefinedChannel->selectByUid($uid) as $channel) { + $timelines[] = $channel; } - return $timelines; + foreach ($this->community->getTimelines(true) as $community) { + $timelines[] = $community; + } + + return new Timelines($timelines); } } diff --git a/src/Module/Settings/Features.php b/src/Module/Settings/Features.php index c1766f6b92..906e03629a 100644 --- a/src/Module/Settings/Features.php +++ b/src/Module/Settings/Features.php @@ -1,6 +1,6 @@ getHeight(); if ($width < 175 || $height < 175) { - $Image->scaleUp(300); + $Image->scaleUp(Proxy::PIXEL_SMALL); $width = $Image->getWidth(); $height = $Image->getHeight(); } @@ -95,10 +96,10 @@ class Index extends BaseSettings DI::sysmsg()->addNotice(DI::l10n()->t('Image upload failed.')); } - if ($width > 640 || $height > 640) { - $Image->scaleDown(640); + if ($width > Proxy::PIXEL_MEDIUM || $height > Proxy::PIXEL_MEDIUM) { + $Image->scaleDown(Proxy::PIXEL_MEDIUM); if (!Photo::store($Image, DI::userSession()->getLocalUserId(), 0, $resource_id, $filename, DI::l10n()->t(Photo::PROFILE_PHOTOS), 1, Photo::USER_AVATAR)) { - DI::sysmsg()->addNotice(DI::l10n()->t('Image size reduction [%s] failed.', '640')); + DI::sysmsg()->addNotice(DI::l10n()->t('Image size reduction [%s] failed.', Proxy::PIXEL_MEDIUM)); } } diff --git a/src/Module/Settings/RemoveMe.php b/src/Module/Settings/RemoveMe.php index 1225cc1e2e..333fca5b7e 100644 --- a/src/Module/Settings/RemoveMe.php +++ b/src/Module/Settings/RemoveMe.php @@ -1,6 +1,6 @@ config = $config; - $this->database = $database; $this->emailer = $emailer; $this->systemMessages = $systemMessages; $this->cookie = $cookie; @@ -79,6 +72,9 @@ class RemoveMe extends BaseSettings try { $userId = User::getIdFromPasswordAuthentication($this->session->getLocalUserId(), trim($request[$hash])); + if ($userId != $this->session->getLocalUserId()) { + throw new \RuntimeException($this->t("There was a validation error, please make sure you're logged in with the account you want to remove and try again.") . ' ' . $this->t('If this error persists, please contact your administrator.')); + } } catch (\Throwable $e) { $this->systemMessages->addNotice($e->getMessage()); return; @@ -100,13 +96,19 @@ class RemoveMe extends BaseSettings $this->emailer->send($email); } - User::remove($userId); + try { + User::remove($userId); - $this->session->clear(); - $this->cookie->clear(); + $this->session->clear(); + $this->cookie->clear(); - $this->systemMessages->addInfo($this->t('Your user account has been successfully removed. Bye bye!')); - $this->baseUrl->redirect(); + $this->systemMessages->addInfo($this->t('Your account has been successfully removed. Bye bye!')); + $this->baseUrl->redirect(); + } catch (\RuntimeException $e) { + $this->systemMessages->addNotice($e->getMessage()); + } finally { + return; + } } protected function content(array $request = []): string @@ -128,6 +130,9 @@ class RemoveMe extends BaseSettings 'title' => DI::l10n()->t('Remove My Account'), 'desc' => DI::l10n()->t('This will completely remove your account. Once this has been done it is not recoverable.'), ], + + '$hovercard' => Widget\Hovercard::getHTML(User::getOwnerDataById($this->session->getLocalUserId())), + '$password' => [$hash, $this->t('Please enter your password for verification:'), null, null, true], ]); } diff --git a/src/Module/Settings/Server/Action.php b/src/Module/Settings/Server/Action.php index e06cbf26be..ee86e3cb99 100644 --- a/src/Module/Settings/Server/Action.php +++ b/src/Module/Settings/Server/Action.php @@ -1,6 +1,6 @@ pConfig = $pConfig; + $this->systemMessages = $systemMessages; - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - $verified = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); if (!$verified) { $this->baseUrl->redirect('settings/2fa'); } if (!self::checkFormSecurityToken('settings_2fa_password', 't')) { - DI::sysmsg()->addNotice($this->t('Please enter your password to access this page.')); + $this->systemMessages->addNotice($this->t('Please enter your password to access this page.')); $this->baseUrl->redirect('settings/2fa'); } } protected function post(array $request = []) { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - if (!empty($_POST['action'])) { + if (!empty($request['action'])) { self::checkFormSecurityTokenRedirectOnError('settings/2fa/app_specific', 'settings_2fa_app_specific'); - switch ($_POST['action']) { + switch ($request['action']) { case 'generate': - $description = $_POST['description'] ?? ''; + $description = $request['description'] ?? ''; if (empty($description)) { - DI::sysmsg()->addNotice($this->t('App-specific password generation failed: The description is empty.')); + $this->systemMessages->addNotice($this->t('App-specific password generation failed: The description is empty.')); $this->baseUrl->redirect('settings/2fa/app_specific?t=' . self::getFormSecurityToken('settings_2fa_password')); - } elseif (AppSpecificPassword::checkDuplicateForUser(DI::userSession()->getLocalUserId(), $description)) { - DI::sysmsg()->addNotice($this->t('App-specific password generation failed: This description already exists.')); + } elseif (AppSpecificPassword::checkDuplicateForUser($this->session->getLocalUserId(), $description)) { + $this->systemMessages->addNotice($this->t('App-specific password generation failed: This description already exists.')); $this->baseUrl->redirect('settings/2fa/app_specific?t=' . self::getFormSecurityToken('settings_2fa_password')); } else { - $this->appSpecificPassword = AppSpecificPassword::generateForUser(DI::userSession()->getLocalUserId(), $_POST['description'] ?? ''); - DI::sysmsg()->addInfo($this->t('New app-specific password generated.')); + $this->appSpecificPassword = AppSpecificPassword::generateForUser($this->session->getLocalUserId(), $request['description'] ?? ''); + $this->systemMessages->addInfo($this->t('New app-specific password generated.')); } break; case 'revoke_all' : - AppSpecificPassword::deleteAllForUser(DI::userSession()->getLocalUserId()); - DI::sysmsg()->addInfo($this->t('App-specific passwords successfully revoked.')); + AppSpecificPassword::deleteAllForUser($this->session->getLocalUserId()); + $this->systemMessages->addInfo($this->t('App-specific passwords successfully revoked.')); $this->baseUrl->redirect('settings/2fa/app_specific?t=' . self::getFormSecurityToken('settings_2fa_password')); break; } } - if (!empty($_POST['revoke_id'])) { + if (!empty($request['revoke_id'])) { self::checkFormSecurityTokenRedirectOnError('settings/2fa/app_specific', 'settings_2fa_app_specific'); - if (AppSpecificPassword::deleteForUser(DI::userSession()->getLocalUserId(), $_POST['revoke_id'])) { - DI::sysmsg()->addInfo($this->t('App-specific password successfully revoked.')); + if (AppSpecificPassword::deleteForUser($this->session->getLocalUserId(), $request['revoke_id'])) { + $this->systemMessages->addInfo($this->t('App-specific password successfully revoked.')); } $this->baseUrl->redirect('settings/2fa/app_specific?t=' . self::getFormSecurityToken('settings_2fa_password')); @@ -113,13 +116,13 @@ class AppSpecific extends BaseSettings protected function content(array $request = []): string { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return Login::form('settings/2fa/app_specific'); } parent::content(); - $appSpecificPasswords = AppSpecificPassword::getListForUser(DI::userSession()->getLocalUserId()); + $appSpecificPasswords = AppSpecificPassword::getListForUser($this->session->getLocalUserId()); return Renderer::replaceMacros(Renderer::getMarkupTemplate('settings/twofactor/app_specific.tpl'), [ '$form_security_token' => self::getFormSecurityToken('settings_2fa_app_specific'), diff --git a/src/Module/Settings/TwoFactor/Index.php b/src/Module/Settings/TwoFactor/Index.php index 8e51992d4f..ba7f919f24 100644 --- a/src/Module/Settings/TwoFactor/Index.php +++ b/src/Module/Settings/TwoFactor/Index.php @@ -1,6 +1,6 @@ pConfig = $pConfig; + $this->systemMessages = $systemMessages; + } + protected function post(array $request = []) { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } self::checkFormSecurityTokenRedirectOnError('settings/2fa', 'settings_2fa'); try { - User::getIdFromPasswordAuthentication(DI::userSession()->getLocalUserId(), $_POST['password'] ?? ''); + User::getIdFromPasswordAuthentication($this->session->getLocalUserId(), $request['password'] ?? ''); - $has_secret = (bool)DI::pConfig()->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'); - $verified = DI::pConfig()->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $has_secret = (bool)$this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); - switch ($_POST['action'] ?? '') { + switch ($request['action'] ?? '') { case 'enable': if (!$has_secret && !$verified) { $Google2FA = new Google2FA(); - DI::pConfig()->set(DI::userSession()->getLocalUserId(), '2fa', 'secret', $Google2FA->generateSecretKey(32)); + $this->pConfig->set($this->session->getLocalUserId(), '2fa', 'secret', $Google2FA->generateSecretKey(32)); - DI::baseUrl() + $this->baseUrl ->redirect('settings/2fa/recovery?t=' . self::getFormSecurityToken('settings_2fa_password')); } break; case 'disable': if ($has_secret) { - RecoveryCode::deleteForUser(DI::userSession()->getLocalUserId()); - DI::pConfig()->delete(DI::userSession()->getLocalUserId(), '2fa', 'secret'); - DI::pConfig()->delete(DI::userSession()->getLocalUserId(), '2fa', 'verified'); - DI::session()->remove('2fa'); + RecoveryCode::deleteForUser($this->session->getLocalUserId()); + $this->pConfig->delete($this->session->getLocalUserId(), '2fa', 'secret'); + $this->pConfig->delete($this->session->getLocalUserId(), '2fa', 'verified'); + $this->session->remove('2fa'); - DI::sysmsg()->addInfo(DI::l10n()->t('Two-factor authentication successfully disabled.')); - DI::baseUrl()->redirect('settings/2fa'); + $this->systemMessages->addInfo($this->t('Two-factor authentication successfully disabled.')); + $this->baseUrl->redirect('settings/2fa'); } break; case 'recovery': if ($has_secret) { - DI::baseUrl() + $this->baseUrl ->redirect('settings/2fa/recovery?t=' . self::getFormSecurityToken('settings_2fa_password')); } break; case 'app_specific': if ($has_secret) { - DI::baseUrl() + $this->baseUrl ->redirect('settings/2fa/app_specific?t=' . self::getFormSecurityToken('settings_2fa_password')); } break; case 'trusted': if ($has_secret) { - DI::baseUrl() + $this->baseUrl ->redirect('settings/2fa/trusted?t=' . self::getFormSecurityToken('settings_2fa_password')); } break; case 'configure': if (!$verified) { - DI::baseUrl() + $this->baseUrl ->redirect('settings/2fa/verify?t=' . self::getFormSecurityToken('settings_2fa_password')); } break; } } catch (FoundException $exception) { - // Nothing to do here + // Redirection, passing along + throw $exception; } catch (\Exception $e) { - DI::sysmsg()->addNotice(DI::l10n()->t($e->getMessage())); + $this->systemMessages->addNotice($this->t($e->getMessage())); } } protected function content(array $request = []): string { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return Login::form('settings/2fa'); } parent::content(); - $has_secret = (bool) DI::pConfig()->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'); - $verified = DI::pConfig()->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $has_secret = (bool) $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); return Renderer::replaceMacros(Renderer::getMarkupTemplate('settings/twofactor/index.tpl'), [ '$form_security_token' => self::getFormSecurityToken('settings_2fa'), - '$title' => DI::l10n()->t('Two-factor authentication'), - '$help_label' => DI::l10n()->t('Help'), - '$status_title' => DI::l10n()->t('Status'), - '$message' => DI::l10n()->t('

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

    '), + '$title' => $this->t('Two-factor authentication'), + '$help_label' => $this->t('Help'), + '$status_title' => $this->t('Status'), + '$message' => $this->t('

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

    '), '$has_secret' => $has_secret, '$verified' => $verified, - '$auth_app_label' => DI::l10n()->t('Authenticator app'), - '$app_status' => $has_secret ? $verified ? DI::l10n()->t('Configured') : DI::l10n()->t('Not Configured') : DI::l10n()->t('Disabled'), - '$not_configured_message' => DI::l10n()->t('

    You haven\'t finished configuring your authenticator app.

    '), - '$configured_message' => DI::l10n()->t('

    Your authenticator app is correctly configured.

    '), + '$auth_app_label' => $this->t('Authenticator app'), + '$app_status' => $has_secret ? $verified ? $this->t('Configured') : $this->t('Not Configured') : $this->t('Disabled'), + '$not_configured_message' => $this->t('

    You haven\'t finished configuring your authenticator app.

    '), + '$configured_message' => $this->t('

    Your authenticator app is correctly configured.

    '), - '$recovery_codes_title' => DI::l10n()->t('Recovery codes'), - '$recovery_codes_remaining' => DI::l10n()->t('Remaining valid codes'), - '$recovery_codes_count' => RecoveryCode::countValidForUser(DI::userSession()->getLocalUserId()), - '$recovery_codes_message' => DI::l10n()->t('

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

    '), + '$recovery_codes_title' => $this->t('Recovery codes'), + '$recovery_codes_remaining' => $this->t('Remaining valid codes'), + '$recovery_codes_count' => RecoveryCode::countValidForUser($this->session->getLocalUserId()), + '$recovery_codes_message' => $this->t('

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

    '), - '$app_specific_passwords_title' => DI::l10n()->t('App-specific passwords'), - '$app_specific_passwords_remaining' => DI::l10n()->t('Generated app-specific passwords'), - '$app_specific_passwords_count' => AppSpecificPassword::countForUser(DI::userSession()->getLocalUserId()), - '$app_specific_passwords_message' => DI::l10n()->t('

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

    '), + '$app_specific_passwords_title' => $this->t('App-specific passwords'), + '$app_specific_passwords_remaining' => $this->t('Generated app-specific passwords'), + '$app_specific_passwords_count' => AppSpecificPassword::countForUser($this->session->getLocalUserId()), + '$app_specific_passwords_message' => $this->t('

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

    '), - '$action_title' => DI::l10n()->t('Actions'), - '$password' => ['password', DI::l10n()->t('Current password:'), '', DI::l10n()->t('You need to provide your current password to change two-factor authentication settings.'), DI::l10n()->t('Required'), 'autofocus'], - '$enable_label' => DI::l10n()->t('Enable two-factor authentication'), - '$disable_label' => DI::l10n()->t('Disable two-factor authentication'), - '$recovery_codes_label' => DI::l10n()->t('Show recovery codes'), - '$app_specific_passwords_label' => DI::l10n()->t('Manage app-specific passwords'), - '$trusted_browsers_label' => DI::l10n()->t('Manage trusted browsers'), - '$configure_label' => DI::l10n()->t('Finish app configuration'), + '$action_title' => $this->t('Actions'), + '$password' => ['password', $this->t('Current password:'), '', $this->t('You need to provide your current password to change two-factor authentication settings.'), $this->t('Required'), 'autofocus'], + '$enable_label' => $this->t('Enable two-factor authentication'), + '$disable_label' => $this->t('Disable two-factor authentication'), + '$recovery_codes_label' => $this->t('Show recovery codes'), + '$app_specific_passwords_label' => $this->t('Manage app-specific passwords'), + '$trusted_browsers_label' => $this->t('Manage trusted browsers'), + '$configure_label' => $this->t('Finish app configuration'), ]); } } diff --git a/src/Module/Settings/TwoFactor/Recovery.php b/src/Module/Settings/TwoFactor/Recovery.php index cf577a82a0..0524192482 100644 --- a/src/Module/Settings/TwoFactor/Recovery.php +++ b/src/Module/Settings/TwoFactor/Recovery.php @@ -1,6 +1,6 @@ pConfig = $pConfig; + $this->systemMessages = $systemMessages; - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - $secret = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'); + $secret = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'); if (!$secret) { $this->baseUrl->redirect('settings/2fa'); } if (!self::checkFormSecurityToken('settings_2fa_password', 't')) { - DI::sysmsg()->addNotice($this->t('Please enter your password to access this page.')); + $this->systemMessages->addNotice($this->t('Please enter your password to access this page.')); $this->baseUrl->redirect('settings/2fa'); } } protected function post(array $request = []) { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } @@ -76,8 +79,8 @@ class Recovery extends BaseSettings self::checkFormSecurityTokenRedirectOnError('settings/2fa/recovery', 'settings_2fa_recovery'); if ($_POST['action'] == 'regenerate') { - RecoveryCode::regenerateForUser(DI::userSession()->getLocalUserId()); - DI::sysmsg()->addInfo($this->t('New recovery codes successfully generated.')); + RecoveryCode::regenerateForUser($this->session->getLocalUserId()); + $this->systemMessages->addInfo($this->t('New recovery codes successfully generated.')); $this->baseUrl->redirect('settings/2fa/recovery?t=' . self::getFormSecurityToken('settings_2fa_password')); } } @@ -85,19 +88,19 @@ class Recovery extends BaseSettings protected function content(array $request = []): string { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return Login::form('settings/2fa/recovery'); } parent::content(); - if (!RecoveryCode::countValidForUser(DI::userSession()->getLocalUserId())) { - RecoveryCode::generateForUser(DI::userSession()->getLocalUserId()); + if (!RecoveryCode::countValidForUser($this->session->getLocalUserId())) { + RecoveryCode::generateForUser($this->session->getLocalUserId()); } - $recoveryCodes = RecoveryCode::getListForUser(DI::userSession()->getLocalUserId()); + $recoveryCodes = RecoveryCode::getListForUser($this->session->getLocalUserId()); - $verified = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); return Renderer::replaceMacros(Renderer::getMarkupTemplate('settings/twofactor/recovery.tpl'), [ '$form_security_token' => self::getFormSecurityToken('settings_2fa_recovery'), diff --git a/src/Module/Settings/TwoFactor/Trusted.php b/src/Module/Settings/TwoFactor/Trusted.php index 7460785b13..bcd64805d9 100644 --- a/src/Module/Settings/TwoFactor/Trusted.php +++ b/src/Module/Settings/TwoFactor/Trusted.php @@ -1,6 +1,6 @@ pConfig = $pConfig; $this->trustedBrowserRepo = $trustedBrowserRepo; + $this->systemMessages = $systemMessages; - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - $verified = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); if (!$verified) { $this->baseUrl->redirect('settings/2fa'); } if (!self::checkFormSecurityToken('settings_2fa_password', 't')) { - DI::sysmsg()->addNotice($this->t('Please enter your password to access this page.')); + $this->systemMessages->addNotice($this->t('Please enter your password to access this page.')); $this->baseUrl->redirect('settings/2fa'); } } protected function post(array $request = []) { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - if (!empty($_POST['action'])) { + if (!empty($request['action'])) { self::checkFormSecurityTokenRedirectOnError('settings/2fa/trusted', 'settings_2fa_trusted'); - switch ($_POST['action']) { + switch ($request['action']) { case 'remove_all': - $this->trustedBrowserRepo->removeAllForUser(DI::userSession()->getLocalUserId()); - DI::sysmsg()->addInfo($this->t('Trusted browsers successfully removed.')); + $this->trustedBrowserRepo->removeAllForUser($this->session->getLocalUserId()); + $this->systemMessages->addInfo($this->t('Trusted browsers successfully removed.')); $this->baseUrl->redirect('settings/2fa/trusted?t=' . self::getFormSecurityToken('settings_2fa_password')); break; } } - if (!empty($_POST['remove_id'])) { + if (!empty($request['remove_id'])) { self::checkFormSecurityTokenRedirectOnError('settings/2fa/trusted', 'settings_2fa_trusted'); - if ($this->trustedBrowserRepo->removeForUser(DI::userSession()->getLocalUserId(), $_POST['remove_id'])) { - DI::sysmsg()->addInfo($this->t('Trusted browser successfully removed.')); + if ($this->trustedBrowserRepo->removeForUser($this->session->getLocalUserId(), $request['remove_id'])) { + $this->systemMessages->addInfo($this->t('Trusted browser successfully removed.')); } $this->baseUrl->redirect('settings/2fa/trusted?t=' . self::getFormSecurityToken('settings_2fa_password')); @@ -103,7 +106,7 @@ class Trusted extends BaseSettings { parent::content(); - $trustedBrowsers = $this->trustedBrowserRepo->selectAllByUid(DI::userSession()->getLocalUserId()); + $trustedBrowsers = $this->trustedBrowserRepo->selectAllByUid($this->session->getLocalUserId()); $parser = Parser::create(); diff --git a/src/Module/Settings/TwoFactor/Verify.php b/src/Module/Settings/TwoFactor/Verify.php index 7f7a7ba7dc..81a3b8c3b4 100644 --- a/src/Module/Settings/TwoFactor/Verify.php +++ b/src/Module/Settings/TwoFactor/Verify.php @@ -1,6 +1,6 @@ pConfig = $pConfig; + $this->pConfig = $pConfig; + $this->systemMessages = $systemMessages; - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - $secret = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'); - $verified = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'verified'); + $secret = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'); + $verified = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'verified'); if ($secret && $verified) { $this->baseUrl->redirect('settings/2fa'); } if (!self::checkFormSecurityToken('settings_2fa_password', 't')) { - DI::sysmsg()->addNotice($this->t('Please enter your password to access this page.')); + $this->systemMessages->addNotice($this->t('Please enter your password to access this page.')); $this->baseUrl->redirect('settings/2fa'); } } protected function post(array $request = []) { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return; } - if (($_POST['action'] ?? '') == 'verify') { + if (($request['action'] ?? '') == 'verify') { self::checkFormSecurityTokenRedirectOnError('settings/2fa/verify', 'settings_2fa_verify'); $google2fa = new Google2FA(); - $valid = $google2fa->verifyKey($this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'), $_POST['verify_code'] ?? ''); + $valid = $google2fa->verifyKey($this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'), $request['verify_code'] ?? ''); if ($valid) { - $this->pConfig->set(DI::userSession()->getLocalUserId(), '2fa', 'verified', true); - DI::session()->set('2fa', true); + $this->pConfig->set($this->session->getLocalUserId(), '2fa', 'verified', true); + $this->session->set('2fa', true); - DI::sysmsg()->addInfo($this->t('Two-factor authentication successfully activated.')); + $this->systemMessages->addInfo($this->t('Two-factor authentication successfully activated.')); $this->baseUrl->redirect('settings/2fa'); } else { - DI::sysmsg()->addNotice($this->t('Invalid code, please retry.')); + $this->systemMessages->addNotice($this->t('Invalid code, please retry.')); } } } protected function content(array $request = []): string { - if (!DI::userSession()->getLocalUserId()) { + if (!$this->session->getLocalUserId()) { return Login::form('settings/2fa/verify'); } parent::content(); $company = 'Friendica'; - $holder = DI::session()->get('my_address'); - $secret = $this->pConfig->get(DI::userSession()->getLocalUserId(), '2fa', 'secret'); + $holder = $this->session->get('my_address'); + $secret = $this->pConfig->get($this->session->getLocalUserId(), '2fa', 'secret'); $otpauthUrl = (new Google2FA())->getQRCodeUrl($company, $holder, $secret); diff --git a/src/Module/Settings/UserExport.php b/src/Module/Settings/UserExport.php index 7ff08d97b7..f0be187513 100644 --- a/src/Module/Settings/UserExport.php +++ b/src/Module/Settings/UserExport.php @@ -1,6 +1,6 @@ $smilies['texts'][$i], 'icon' => $smilies['icons'][$i]]; } - System::jsonExit($results); + $this->jsonExit($results); } } diff --git a/src/Module/Special/DisplayNotFound.php b/src/Module/Special/DisplayNotFound.php index 293f40aa06..6b928df4ac 100644 --- a/src/Module/Special/DisplayNotFound.php +++ b/src/Module/Special/DisplayNotFound.php @@ -1,6 +1,6 @@ logger = $logger; $this->l10n = $l10n; @@ -113,7 +113,13 @@ class HTTPException } } - System::httpError($e->getCode(), $e->getDescription(), $content); + // We can't use a constructor parameter for this response object because we + // are in an Exception context where we don't want an existing Response. + $response = new Response(); + $response->setStatus($e->getCode(), $e->getDescription()); + $response->addContent($content); + System::echoResponse($response->generate()); + System::exit(); } /** @@ -132,7 +138,6 @@ class HTTPException 'code' => $e->getCode(), 'description' => $e->getDescription(), 'query' => $this->args->getQueryString(), - 'callstack' => System::callstack(20), 'method' => $this->args->getMethod(), 'agent' => $this->server['HTTP_USER_AGENT'] ?? '' ]); diff --git a/src/Module/Special/Options.php b/src/Module/Special/Options.php index 26a21f0482..6853439386 100644 --- a/src/Module/Special/Options.php +++ b/src/Module/Special/Options.php @@ -1,6 +1,6 @@ logger->debug("statistics.", ['statistics' => $statistics]); - System::jsonExit($statistics); + $this->jsonExit($statistics); } } diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 5161725d5e..fe532db405 100644 --- a/src/Module/Theme.php +++ b/src/Module/Theme.php @@ -1,6 +1,6 @@ jsonExit([ 'img' => Theme::getScreenshot($theme), 'desc' => $description, 'version' => $version, diff --git a/src/Module/ToggleMobile.php b/src/Module/ToggleMobile.php index 193f4566c7..0ecf813d32 100644 --- a/src/Module/ToggleMobile.php +++ b/src/Module/ToggleMobile.php @@ -1,6 +1,6 @@ update || $this->force) { - if ($this->timeline->isChannel($this->selectedTab)) { + if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) { $items = $this->getChannelItems(); } else { $items = $this->getCommunityItems(); diff --git a/src/Module/Update/Community.php b/src/Module/Update/Community.php index 05ea8f828c..468214b39c 100644 --- a/src/Module/Update/Community.php +++ b/src/Module/Update/Community.php @@ -1,6 +1,6 @@ timeline->isChannel($this->selectedTab)) { + if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) { $items = $this->getChannelItems(); - } elseif ($this->timeline->isCommunity($this->selectedTab)) { + } elseif ($this->community->isTimeline($this->selectedTab)) { $items = $this->getCommunityItems(); } else { $items = $this->getItems(); diff --git a/src/Module/Update/Profile.php b/src/Module/Update/Profile.php index 4712cc3f5b..cc5d61e13f 100644 --- a/src/Module/Update/Profile.php +++ b/src/Module/Update/Profile.php @@ -1,6 +1,6 @@ set('last_updated', $last_updated_array); - if ($is_owner && !$a->getProfileOwner() && !DI::config()->get('theme', 'hide_eventlist')) { - $o .= ProfileModel::getBirthdays(); - $o .= ProfileModel::getEventsReminderHTML(); + if ($is_owner && !$a->getProfileOwner() && ProfileModel::shouldDisplayEventList(DI::userSession()->getLocalUserId(), DI::mode())) { + $o .= ProfileModel::getBirthdays(DI::userSession()->getLocalUserId()); + $o .= ProfileModel::getEventsReminderHTML(DI::userSession()->getLocalUserId(), DI::userSession()->getPublicContactId()); } if ($is_owner) { diff --git a/src/Module/User/Delegation.php b/src/Module/User/Delegation.php new file mode 100644 index 0000000000..8c57462ca8 --- /dev/null +++ b/src/Module/User/Delegation.php @@ -0,0 +1,195 @@ +. + * + */ + +namespace Friendica\Module\User; + +use Friendica\App; +use Friendica\BaseModule; +use Friendica\Contact\Introduction\Repository\Introduction; +use Friendica\Core\Hook; +use Friendica\Core\L10n; +use Friendica\Core\Renderer; +use Friendica\Core\Session\Capability\IHandleUserSessions; +use Friendica\Database\Database; +use Friendica\Model\Notification; +use Friendica\Model\User; +use Friendica\Module\Response; +use Friendica\Navigation\Notifications\Repository\Notify; +use Friendica\Navigation\SystemMessages; +use Friendica\Network\HTTPException\ForbiddenException; +use Friendica\Security\Authentication; +use Friendica\Util; +use Psr\Log\LoggerInterface; + +/** + * Switches current user between delegates/parent user + */ +class Delegation extends BaseModule +{ + /** @var IHandleUserSessions */ + private $session; + /** @var Database */ + private $db; + /** @var Authentication */ + private $auth; + /** @var SystemMessages */ + private $systemMessages; + /** @var Notify */ + private $notify; + /** @var Introduction */ + private $intro; + /** @var App */ + private $app; + + public function __construct(App $app, Introduction $intro, Notify $notify, SystemMessages $systemMessages, Authentication $auth, Database $db, IHandleUserSessions $session, L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Util\Profiler $profiler, Response $response, array $server, array $parameters = []) + { + parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters); + + $this->session = $session; + $this->db = $db; + $this->auth = $auth; + $this->systemMessages = $systemMessages; + $this->notify = $notify; + $this->intro = $intro; + $this->app = $app; + } + + protected function post(array $request = []) + { + if (!$this->session->getLocalUserId()) { + return; + } + + $uid = $this->session->getLocalUserId(); + $orig_record = User::getById($this->session->getLocalUserId()); + + if ($this->session->getSubManagedUserId()) { + $user = User::getById($this->session->getSubManagedUserId()); + if ($this->db->isResult($user)) { + $uid = intval($user['uid']); + $orig_record = $user; + } + } + + $identity = intval($request['identity'] ?? 0); + if (!$identity) { + return; + } + + $limited_id = 0; + $original_id = $uid; + + $manages = $this->db->selectToArray('manage', ['mid'], ['uid' => $uid]); + foreach ($manages as $manage) { + if ($identity == $manage['mid']) { + $limited_id = $manage['mid']; + break; + } + } + + if ($limited_id) { + $user = User::getById($limited_id); + } else { + // Check if the target user is one of our children + $user = $this->db->selectFirst('user', [], ['uid' => $identity, 'parent-uid' => $orig_record['uid']]); + + // Check if the target user is one of our siblings + if (!$this->db->isResult($user) && $orig_record['parent-uid']) { + $user = $this->db->selectFirst('user', [], ['uid' => $identity, 'parent-uid' => $orig_record['parent-uid']]); + } + + // Check if it's our parent or our own user + if (!$this->db->isResult($user) + && ( + $orig_record['parent-uid'] && $orig_record['parent-uid'] === $identity + || + $orig_record['uid'] && $orig_record['uid'] === $identity + ) + ) { + $user = User::getById($identity); + } + } + + if (!$this->db->isResult($user)) { + return; + } + + $this->session->clear(); + + $this->auth->setForUser($this->app, $user, true, true); + + if ($limited_id) { + $this->session->setSubManagedUserId($original_id); + } + + $ret = []; + Hook::callAll('home_init', $ret); + + $this->systemMessages->addNotice($this->t('You are now logged in as %s', $user['username'])); + + $this->baseUrl->redirect('network'); + } + + protected function content(array $request = []): string + { + if (!$this->session->getLocalUserId()) { + throw new ForbiddenException($this->t('Permission denied.')); + } + + $identities = User::identities($this->session->getSubManagedUserId() ?: $this->session->getLocalUserId()); + + //getting additional information for each identity + foreach ($identities as $key => $identity) { + $identities[$key]['thumb'] = User::getAvatarUrl($identity, Util\Proxy::SIZE_THUMB); + + $identities[$key]['selected'] = ($identity['nickname'] === $this->session->getLocalUserNickname()); + + $notifications = $this->notify->countForUser( + $identity['uid'], + ["`msg` != '' AND NOT (`type` IN (?, ?)) AND NOT `seen`", Notification\Type::INTRO, Notification\Type::MAIL], + ['distinct' => true, 'expression' => 'parent'] + ); + + $notifications += $this->db->count( + 'mail', + ['uid' => $identity['uid'], 'seen' => false], + ['distinct' => true, 'expression' => 'convid'] + ); + + $notifications += $this->intro->countActiveForUser($identity['uid']); + + $identities[$key]['notifications'] = $notifications; + } + + $tpl = Renderer::getMarkupTemplate('delegation.tpl'); + return Renderer::replaceMacros($tpl, [ + '$l10n' => [ + 'title' => $this->t('Switch between your accounts'), + 'settings_label' => $this->t('Manage your accounts'), + 'desc' => $this->t('Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'), + 'choose' => $this->t('Select an identity to manage: '), + 'submit' => $this->t('Submit'), + ], + + '$identities' => $identities, + ]); + } +} diff --git a/src/Module/User/Import.php b/src/Module/User/Import.php index 33db88da9a..252649819b 100644 --- a/src/Module/User/Import.php +++ b/src/Module/User/Import.php @@ -1,6 +1,6 @@ logger->info('End of poco'); - System::jsonExit($return); + $this->jsonExit($return); } } diff --git a/src/Module/Welcome.php b/src/Module/Welcome.php index ad35f31e89..c95d490db1 100644 --- a/src/Module/Welcome.php +++ b/src/Module/Welcome.php @@ -1,6 +1,6 @@ 'http://host-meta.net/xrd/1.0', 'mk' => 'http://salmon-protocol.org/ns/magic-key']); - System::httpExit($xml->saveXML(), Response::TYPE_XML, 'application/xrd+xml'); + $this->httpExit($xml->saveXML(), Response::TYPE_XML, 'application/xrd+xml'); } } diff --git a/src/Module/WellKnown/NodeInfo.php b/src/Module/WellKnown/NodeInfo.php index 9ae641d41d..816aa9c20e 100644 --- a/src/Module/WellKnown/NodeInfo.php +++ b/src/Module/WellKnown/NodeInfo.php @@ -1,6 +1,6 @@ [ ['rel' => 'http://nodeinfo.diaspora.software/ns/schema/1.0', - 'href' => DI::baseUrl() . '/nodeinfo/1.0'], + 'href' => DI::baseUrl() . '/nodeinfo/1.0'], ['rel' => 'http://nodeinfo.diaspora.software/ns/schema/2.0', - 'href' => DI::baseUrl() . '/nodeinfo/2.0'], + 'href' => DI::baseUrl() . '/nodeinfo/2.0'], ] ]; - System::jsonExit($nodeinfo); + $this->jsonExit($nodeinfo); } } diff --git a/src/Module/WellKnown/SecurityTxt.php b/src/Module/WellKnown/SecurityTxt.php index 0e8e552178..ccc9ad8dde 100644 --- a/src/Module/WellKnown/SecurityTxt.php +++ b/src/Module/WellKnown/SecurityTxt.php @@ -1,6 +1,6 @@ DI::baseUrl() . '/receive/public']; } - System::jsonExit($relay); + $this->jsonExit($relay); } } diff --git a/src/Module/Xrd.php b/src/Module/Xrd.php index af40bc3b02..8e31440018 100644 --- a/src/Module/Xrd.php +++ b/src/Module/Xrd.php @@ -1,6 +1,6 @@ jsonExit($json, 'application/jrd+json; charset=utf-8'); } private function printJSON(string $alias, array $owner, array $avatar) @@ -233,7 +233,7 @@ class Xrd extends BaseModule ]; header('Access-Control-Allow-Origin: *'); - System::jsonExit($json, 'application/jrd+json; charset=utf-8'); + $this->jsonExit($json, 'application/jrd+json; charset=utf-8'); } private function printXML(string $alias, array $owner, array $avatar) @@ -330,6 +330,6 @@ class Xrd extends BaseModule ]); header('Access-Control-Allow-Origin: *'); - System::httpExit($xmlString, Response::TYPE_XML, 'application/xrd+xml'); + $this->httpExit($xmlString, Response::TYPE_XML, 'application/xrd+xml'); } } diff --git a/src/Navigation/Notifications/Collection/FormattedNotifies.php b/src/Navigation/Notifications/Collection/FormattedNotifies.php index ffed8c9158..654cc2923f 100644 --- a/src/Navigation/Notifications/Collection/FormattedNotifies.php +++ b/src/Navigation/Notifications/Collection/FormattedNotifies.php @@ -1,6 +1,6 @@ ' . BBCode::toPlaintext($name, false) . '', htmlspecialchars($message)); + return str_replace('{0}', '' . htmlspecialchars(BBCode::toPlaintext($name, false)) . '', htmlspecialchars($message)); } } diff --git a/src/Navigation/Notifications/Exception/NoMessageException.php b/src/Navigation/Notifications/Exception/NoMessageException.php index f1f93162c6..da60e0e835 100644 --- a/src/Navigation/Notifications/Exception/NoMessageException.php +++ b/src/Navigation/Notifications/Exception/NoMessageException.php @@ -1,6 +1,6 @@ logger->notice('Missing parameters "uid".', ['params' => $params, 'callstack' => System::callstack()]); + $this->logger->notice('Missing parameters "uid".', ['params' => $params]); } // Ensure that the important fields are set at any time @@ -476,7 +476,7 @@ class Notify extends BaseRepository '[url='.$params['source_link'].']'.$params['source_name'].'[/url]' ); - $body = $l10n->t("Full Name: %s\nSite Location: %s\nLogin Name: %s (%s)", + $body = $l10n->t("Display Name: %s\nSite Location: %s\nLogin Name: %s (%s)", $params['source_name'], $siteurl, $params['source_mail'], $params['source_nick'] @@ -497,7 +497,7 @@ class Notify extends BaseRepository '[url='.$params['source_link'].']'.$params['source_name'].'[/url]' ); - $body = $l10n->t("Full Name: %s\nSite Location: %s\nLogin Name: %s (%s)", + $body = $l10n->t("Display Name: %s\nSite Location: %s\nLogin Name: %s (%s)", $params['source_name'], $siteurl, $params['source_mail'], $params['source_nick'] @@ -664,6 +664,8 @@ class Notify extends BaseRepository $email = $emailBuilder->build(); + $this->logger->debug('Send mail', $datarray); + // use the Emailer class to send the message return $this->emailer->send($email); } diff --git a/src/Navigation/Notifications/ValueObject/FormattedNavNotification.php b/src/Navigation/Notifications/ValueObject/FormattedNavNotification.php index 8f64bf25ad..ec39626744 100644 --- a/src/Navigation/Notifications/ValueObject/FormattedNavNotification.php +++ b/src/Navigation/Notifications/ValueObject/FormattedNavNotification.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Network\Entity; + +use Friendica\BaseEntity; + +/** + * Implementation of the Content-Type header value from the MIME type RFC + * + * @see https://www.rfc-editor.org/rfc/rfc2045#section-5 + * + * @property-read string $type + * @property-read string $subtype + * @property-read array $parameters + */ +class MimeType extends BaseEntity +{ + /** @var string */ + protected $type; + /** @var string */ + protected $subtype; + /** @var array */ + protected $parameters; + + public function __construct(string $type, string $subtype, array $parameters = []) + { + $this->type = $type; + $this->subtype = $subtype; + $this->parameters = $parameters; + } + + public function __toString(): string + { + $parameters = array_map(function (string $attribute, string $value) { + if ( + strpos($value, '"') !== false || + strpos($value, '\\') !== false || + strpos($value, "\r") !== false + ) { + $value = '"' . str_replace(['\\', '"', "\r"], ['\\\\', '\\"', "\\\r"], $value) . '"'; + } + + return '; ' . $attribute . '=' . $value; + }, array_keys($this->parameters), array_values($this->parameters)); + + return $this->type . '/' . + $this->subtype . + implode('', $parameters); + } +} diff --git a/src/Network/Factory/MimeType.php b/src/Network/Factory/MimeType.php new file mode 100644 index 0000000000..93efc2129c --- /dev/null +++ b/src/Network/Factory/MimeType.php @@ -0,0 +1,75 @@ +. + * + */ + +namespace Friendica\Network\Factory; + +use Friendica\BaseFactory; +use Friendica\Network\Entity; + +/** + * Implementation of the Content-Type header value from the MIME type RFC + * + * @see https://www.rfc-editor.org/rfc/rfc2045#section-5 + */ +class MimeType extends BaseFactory +{ + public function createFromContentType(?string $contentType): Entity\MimeType + { + if ($contentType) { + $parameterStrings = explode(';', $contentType); + $mimetype = array_shift($parameterStrings); + + $types = explode('/', $mimetype); + if (count($types) >= 2) { + $filetype = strtolower($types[0]); + $subtype = strtolower($types[1]); + } else { + $this->logger->notice('Unknown MimeType', ['type' => $contentType]); + } + + $parameters = []; + foreach ($parameterStrings as $parameterString) { + $parameterString = trim($parameterString); + $parameterParts = explode('=', $parameterString, 2); + if (count($parameterParts) < 2) { + continue; + } + + $attribute = trim($parameterParts[0]); + $valueString = trim($parameterParts[1]); + + if ($valueString[0] == '"' && $valueString[strlen($valueString) - 1] == '"') { + $valueString = substr(str_replace(['\\"', '\\\\', "\\\r"], ['"', '\\', "\r"], $valueString), 1, -1); + } + + $value = preg_replace('#\s*\([^()]*?\)#', '', $valueString); + + $parameters[$attribute] = $value; + } + } + + return new Entity\MimeType( + $filetype ?? 'unkn', + $subtype ?? 'unkn', + $parameters ?? [], + ); + } +} diff --git a/src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php b/src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php index 7c4670e811..e5de3e561b 100644 --- a/src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php +++ b/src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php @@ -1,6 +1,6 @@ logger->debug('URL cannot be resolved.', ['url' => $url, 'callstack' => System::callstack(20)]); + $this->logger->debug('URL cannot be resolved.', ['url' => $url]); $this->profiler->stopRecording(); return CurlResult::createErrorCurl($this->logger, $url); } if (Network::isLocalLink($url)) { - $this->logger->info('Local link', ['url' => $url, 'callstack' => System::callstack(20)]); + $this->logger->info('Local link', ['url' => $url]); } if (strlen($url) > 1000) { - $this->logger->debug('URL is longer than 1000 characters.', ['url' => $url, 'callstack' => System::callstack(20)]); + $this->logger->debug('URL is longer than 1000 characters.', ['url' => $url]); $this->profiler->stopRecording(); return CurlResult::createErrorCurl($this->logger, substr($url, 0, 200)); } @@ -160,7 +160,7 @@ class HttpClient implements ICanSendHttpRequests }; if (empty($conf[HttpClientOptions::HEADERS]['Accept']) && in_array($method, ['get', 'head'])) { - $this->logger->info('Accept header was missing, using default.', ['url' => $url, 'callstack' => System::callstack()]); + $this->logger->info('Accept header was missing, using default.', ['url' => $url]); $conf[HttpClientOptions::HEADERS]['Accept'] = HttpClientAccept::DEFAULT; } @@ -238,7 +238,7 @@ class HttpClient implements ICanSendHttpRequests $this->profiler->startRecording('network'); if (Network::isLocalLink($url)) { - $this->logger->debug('Local link', ['url' => $url, 'callstack' => System::callstack(20)]); + $this->logger->debug('Local link', ['url' => $url]); } if (Network::isUrlBlocked($url)) { diff --git a/src/Network/HTTPClient/Client/HttpClientAccept.php b/src/Network/HTTPClient/Client/HttpClientAccept.php index c1ff55364c..76eb736fe2 100644 --- a/src/Network/HTTPClient/Client/HttpClientAccept.php +++ b/src/Network/HTTPClient/Client/HttpClientAccept.php @@ -1,6 +1,6 @@ get('system', 'xrd_timeout', 20); - Logger::info('Probing', ['host' => $host, 'ssl_url' => $ssl_url, 'url' => $url, 'callstack' => System::callstack(20)]); + Logger::info('Probing', ['host' => $host, 'ssl_url' => $ssl_url, 'url' => $url]); $xrd = null; $curlResult = DI::httpClient()->get($ssl_url, HttpClientAccept::XRD_XML, [HttpClientOptions::TIMEOUT => $xrd_timeout]); @@ -1861,7 +1861,7 @@ class Probe unset($baseParts['query']); unset($baseParts['fragment']); - return Network::unparseURL($baseParts); + return Network::unparseURL((array)$baseParts); } /** @@ -2133,7 +2133,7 @@ class Probe */ private static function updateFromOutbox(string $feed, array $data): string { - $outbox = ActivityPub::fetchContent($feed); + $outbox = HTTPSignature::fetch($feed); if (empty($outbox)) { return ''; } diff --git a/src/Object/Api/Friendica/Circle.php b/src/Object/Api/Friendica/Circle.php index 5ff1a32cce..604720fdd5 100644 --- a/src/Object/Api/Friendica/Circle.php +++ b/src/Object/Api/Friendica/Circle.php @@ -1,6 +1,6 @@ get('config', 'register_policy')); @@ -98,13 +90,8 @@ class Instance extends BaseDataTransferObject $this->registrations = ($register_policy != Register::CLOSED); $this->approval_required = ($register_policy == Register::APPROVE); $this->invites_enabled = false; - $this->contact_account = []; + $this->configuration = $configuration; + $this->contact_account = $contact_account ?? []; $this->rules = $rules; - - $administrator = User::getFirstAdmin(['nickname']); - if ($administrator) { - $adminContact = $database->selectFirst('contact', ['uri-id'], ['nick' => $administrator['nickname'], 'self' => true]); - $this->contact_account = DI::mstdnAccount()->createFromUriId($adminContact['uri-id']); - } } } diff --git a/src/Object/Api/Mastodon/InstanceV2.php b/src/Object/Api/Mastodon/InstanceV2.php index ec32b944f0..b7dbd62e22 100644 --- a/src/Object/Api/Mastodon/InstanceV2.php +++ b/src/Object/Api/Mastodon/InstanceV2.php @@ -1,6 +1,6 @@ domain = $domain; $this->title = $title; $this->version = $version; - $this->source_url = null; //not supported yet + $this->source_url = $source_url; $this->description = $description; $this->usage = $usage; $this->thumbnail = $thumbnail; diff --git a/src/Object/Api/Mastodon/InstanceV2/Accounts.php b/src/Object/Api/Mastodon/InstanceV2/Accounts.php new file mode 100644 index 0000000000..e464b78004 --- /dev/null +++ b/src/Object/Api/Mastodon/InstanceV2/Accounts.php @@ -0,0 +1,35 @@ +. + * + */ + +namespace Friendica\Object\Api\Mastodon\InstanceV2; + +use Friendica\BaseDataTransferObject; + +/** + * Class Accounts + * + * @see https://docs.joinmastodon.org/entities/Instance/ + */ +class Accounts extends BaseDataTransferObject +{ + /** @var int */ + protected $max_featured_tags = 0; +} diff --git a/src/Object/Api/Mastodon/InstanceV2/Configuration.php b/src/Object/Api/Mastodon/InstanceV2/Configuration.php index 276dece280..8987e48095 100644 --- a/src/Object/Api/Mastodon/InstanceV2/Configuration.php +++ b/src/Object/Api/Mastodon/InstanceV2/Configuration.php @@ -1,6 +1,6 @@ accounts = $accounts; $this->statuses = $statuses; $this->media_attachments = $media_attachments; + $this->polls = $polls; } } diff --git a/src/Object/Api/Mastodon/InstanceV2/Contact.php b/src/Object/Api/Mastodon/InstanceV2/Contact.php index 74a6f8e248..ea18e0ec93 100644 --- a/src/Object/Api/Mastodon/InstanceV2/Contact.php +++ b/src/Object/Api/Mastodon/InstanceV2/Contact.php @@ -1,6 +1,6 @@ supported_mime_types = $supported_mime_types; $this->image_size_limit = $image_size_limit; + $this->image_matrix_limit = $image_matrix_limit; } } diff --git a/src/Object/Api/Mastodon/InstanceV2/Polls.php b/src/Object/Api/Mastodon/InstanceV2/Polls.php new file mode 100644 index 0000000000..b3500d7d86 --- /dev/null +++ b/src/Object/Api/Mastodon/InstanceV2/Polls.php @@ -0,0 +1,41 @@ +. + * + */ + +namespace Friendica\Object\Api\Mastodon\InstanceV2; + +use Friendica\BaseDataTransferObject; + +/** + * Class Polls + * + * @see https://docs.joinmastodon.org/entities/Instance/ + */ +class Polls extends BaseDataTransferObject +{ + /** @var int */ + protected $max_options = 0; + /** @var int */ + protected $max_characters_per_option = 0; + /** @var int */ + protected $min_expiration = 0; + /** @var int */ + protected $max_expiration = 0; +} diff --git a/src/Object/Api/Mastodon/InstanceV2/Registrations.php b/src/Object/Api/Mastodon/InstanceV2/Registrations.php index b4a9054568..291a406070 100644 --- a/src/Object/Api/Mastodon/InstanceV2/Registrations.php +++ b/src/Object/Api/Mastodon/InstanceV2/Registrations.php @@ -1,6 +1,6 @@ max_characters = $max_characters; + $this->max_characters = $max_characters; + $this->max_media_attachments = $max_media_attachments; + $this->characters_reserved_per_url = $characters_reserved_per_url; } } diff --git a/src/Object/Api/Mastodon/InstanceV2/Thumbnail.php b/src/Object/Api/Mastodon/InstanceV2/Thumbnail.php index 3d4989e367..ebdf21c276 100644 --- a/src/Object/Api/Mastodon/InstanceV2/Thumbnail.php +++ b/src/Object/Api/Mastodon/InstanceV2/Thumbnail.php @@ -1,6 +1,6 @@ id = (string)$item['uri-id']; @@ -152,7 +152,7 @@ class Status extends BaseDataTransferObject $this->media_attachments = $reblogged ? [] : $attachments; $this->mentions = $reblogged ? [] : $mentions; $this->tags = $reblogged ? [] : $tags; - $this->emojis = $reblogged ? [] : []; + $this->emojis = $reblogged ? [] : ($emojis ?: []); $this->card = $reblogged ? null : ($card->toArray() ?: null); $this->poll = $reblogged ? null : $poll; $this->friendica = $reblogged ? null : $friendica; diff --git a/src/Object/Api/Mastodon/Status/Counts.php b/src/Object/Api/Mastodon/Status/Counts.php index 207f78a43d..d245a33788 100644 --- a/src/Object/Api/Mastodon/Status/Counts.php +++ b/src/Object/Api/Mastodon/Status/Counts.php @@ -1,6 +1,6 @@ type=='image/png') { imagefill($dest, 0, 0, imagecolorallocatealpha($dest, 0, 0, 0, 127)); // fill with alpha } diff --git a/src/Object/Log/ParsedLogLine.php b/src/Object/Log/ParsedLogLine.php index 33f9ad6650..c5aa884428 100644 --- a/src/Object/Log/ParsedLogLine.php +++ b/src/Object/Log/ParsedLogLine.php @@ -1,6 +1,6 @@ getData(); $edited = false; @@ -200,7 +201,7 @@ class Post $indent = ''; $shiny = ''; $osparkle = ''; - $total_children = $this->countDescendants(); + $total_children = $item['counts'] ?? $this->countDescendants(); $conv = $this->getThread(); @@ -319,7 +320,7 @@ class Post $location_html = $locate['html'] ?: Strings::escapeHtml($locate['location'] ?: $locate['coord'] ?: ''); // process action responses - e.g. like/dislike/attend/agree/whatever - $response_verbs = ['like', 'dislike', 'announce']; + $response_verbs = ['like', 'dislike', 'announce', 'comment']; $isevent = false; $attend = []; @@ -334,14 +335,31 @@ class Post } } + $emojis = $this->getEmojis($item); + + $verbs = [ + 'like' => Activity::LIKE, + 'dislike' => Activity::DISLIKE, + 'announce' => Activity::ANNOUNCE, + 'comment' => Activity::POST, + 'attendyes' => Activity::ATTEND, + 'attendno' => Activity::ATTENDNO, + 'attendmaybe' => Activity::ATTENDMAYBE, + ]; + $reactions = $emojis; $responses = []; foreach ($response_verbs as $value => $verb) { $responses[$verb] = [ 'self' => $conv_responses[$verb][$item['uri-id']]['self'] ?? 0, - 'output' => !empty($conv_responses[$verb][$item['uri-id']]) ? DI::conversation()->formatActivity($conv_responses[$verb][$item['uri-id']]['links'], $verb, $item['uri-id']) : '', + 'output' => !empty($conv_responses[$verb][$item['uri-id']]) ? DI::conversation()->formatActivity($conv_responses[$verb][$item['uri-id']]['links'], $verb, $item['uri-id'], $verbs[$verb], $emojis) : '', + 'total' => $emojis[$verbs[$verb]]['total'] ?? '', + 'title' => $emojis[$verbs[$verb]]['title'] ?? '', ]; + unset($reactions[$verbs[$verb]]); } + unset($emojis[Activity::POST]); + /* * We should avoid doing this all the time, but it depends on the conversation mode * And the conv mode may change when we change the conv, or it changes its mode @@ -440,7 +458,8 @@ class Post $title = ''; } - if (DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'hide_dislike')) { + $hide_dislike = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'hide_dislike'); + if ($hide_dislike) { $buttons['dislike'] = false; } @@ -496,7 +515,15 @@ class Post $browsershare = null; } + $parent_guid = $thread_parent[$item['thr-parent-id']]['guid'] ?? ''; + $parent_username = $thread_parent[$item['thr-parent-id']]['name'] ?? ''; + $parent_unknown = $parent_username ? '' : DI::l10n()->t('Unknown parent'); + $tmp_item = [ + 'parentguid' => $parent_guid, + 'inreplyto' => DI::l10n()->t('in reply to %s', $parent_username), + 'isunknown' => $parent_unknown, + 'isunknown_label' => DI::l10n()->t('Parent is probably private or not federated.'), 'template' => $this->getTemplate(), 'type' => implode('', array_slice(explode('/', $item['verb']), -1)), 'comment_firstcollapsed' => false, @@ -563,12 +590,16 @@ class Post 'ignore_author' => $ignore, 'collapse' => $collapse, 'report' => $report, - 'ignore_server' => $ignoreServer, + 'ignore_server' => $ignoreServer, 'vote' => $buttons, 'like_html' => $responses['like']['output'], 'dislike_html' => $responses['dislike']['output'], - 'emojis' => $this->getEmojis($item), + 'hide_dislike' => $hide_dislike, + 'emojis' => $emojis, + 'quoteshares' => $this->getQuoteShares($item['quoteshares']), + 'reactions' => $reactions, 'responses' => $responses, + 'legacy_activities' => DI::config()->get('system', 'legacy_activities'), 'switchcomment' => DI::l10n()->t('Comment'), 'reply_label' => DI::l10n()->t('Reply to %s', $profile_name), 'comment_html' => $comment_html, @@ -609,8 +640,10 @@ class Post $children = $this->getChildren(); $nb_children = count($children); if ($nb_children > 0) { + $thread_parent[$item['uri-id']] = ['guid' => $item['guid'], 'name' => $item['author-name']]; foreach ($children as $child) { - $result['children'][] = $child->getTemplateData($conv_responses, $formSecurityToken, $thread_level + 1); + $thread_parent[$child->getDataValue('uri-id')] = ['guid' => $child->getDataValue('guid'), 'name' => $child->getDataValue('author-name')]; + $result['children'][] = $child->getTemplateData($conv_responses, $formSecurityToken, $thread_level + 1, $thread_parent); } // Collapse @@ -651,6 +684,7 @@ class Post $emojis = []; foreach ($item['emojis'] as $index => $element) { + $key = $element['verb']; $actors = implode(', ', $element['title']); switch ($element['verb']) { case Activity::ANNOUNCE: @@ -663,6 +697,11 @@ class Post $icon = ['fa' => 'fa-eye', 'icon' => 'icon-eye-open']; break; + case Activity::READ: + $title = DI::l10n()->t('Read by: %s', $actors); + $icon = ['fa' => 'fa-book', 'icon' => 'icon-book']; + break; + case Activity::LIKE: $title = DI::l10n()->t('Liked by: %s', $actors); $icon = ['fa' => 'fa-thumbs-up', 'icon' => 'icon-thumbs-up']; @@ -688,18 +727,38 @@ class Post $icon = ['fa' => 'fa-times', 'icon' => 'icon-remove']; break; + case Activity::POST: + $title = DI::l10n()->t('Commented by: %s', $actors); + $icon = ['fa' => 'fa-commenting', 'icon' => 'icon-commenting']; + break; + default: $title = DI::l10n()->t('Reacted with %s by: %s', $element['emoji'], $actors); $icon = []; + $key = $element['emoji']; break; } - $emojis[$index] = ['emoji' => $element['emoji'], 'total' => $element['total'], 'title' => $title, 'icon' => $icon]; + $emojis[$key] = ['emoji' => $element['emoji'], 'total' => $element['total'], 'title' => $title, 'icon' => $icon]; } - ksort($emojis); return $emojis; } + /** + * Fetch quote shares + * + * @param array $quoteshares + * @return array + */ + private function getQuoteShares($quoteshares) + { + if (empty($quoteshares)) { + return []; + } + + return ['total' => $quoteshares['total'], 'title' => DI::l10n()->t('Quote shared by: %s', implode(', ', $quoteshares['title']))]; + } + /** * @return integer */ diff --git a/src/Object/Search/ContactResult.php b/src/Object/Search/ContactResult.php index c46b9b6e4c..6d901dece9 100644 --- a/src/Object/Search/ContactResult.php +++ b/src/Object/Search/ContactResult.php @@ -1,6 +1,6 @@ 60) { + Logger::info('Fetch time limit reached', ['url' => $url, 'uid' => $uid]); + return []; + } + + $data = HTTPSignature::fetch($url, $uid); if (empty($data)) { return []; } @@ -257,13 +253,13 @@ class ActivityPub } elseif (!empty($data['first']['orderedItems'])) { $items = $data['first']['orderedItems']; } elseif (!empty($data['first']) && is_string($data['first']) && ($data['first'] != $url)) { - return self::fetchItems($data['first'], $uid); + return self::fetchItems($data['first'], $uid, $start_timestamp); } else { return []; } if (!empty($data['next']) && is_string($data['next'])) { - $items = array_merge($items, self::fetchItems($data['next'], $uid)); + $items = array_merge($items, self::fetchItems($data['next'], $uid, $start_timestamp)); } return $items; @@ -299,7 +295,7 @@ class ActivityPub return false; } - if (empty($apcontact['gsid'] || empty($apcontact['baseurl']))) { + if (empty($apcontact['gsid']) || empty($apcontact['baseurl'])) { Logger::debug('No server found', ['uid' => $uid, 'signer' => $signer, 'called_by' => $called_by]); return false; } @@ -310,7 +306,18 @@ class ActivityPub return false; } - // @todo Look for user blocked domains + $limited = DI::config()->get('system', 'limited_servers'); + if (!empty($limited)) { + $servers = explode(',', str_replace(' ', '', $limited)); + $host = parse_url($apcontact['baseurl'], PHP_URL_HOST); + if (!empty($host) && in_array($host, $servers)) { + return false; + } + } + + if (DI::userGServer()->isIgnoredByUser($uid, $apcontact['gsid'])) { + return false; + } Logger::debug('Server is an accepted requester', ['uid' => $uid, 'id' => $apcontact['gsid'], 'url' => $apcontact['baseurl'], 'signer' => $signer, 'called_by' => $called_by]); diff --git a/src/Protocol/ActivityPub/ClientToServer.php b/src/Protocol/ActivityPub/ClientToServer.php index 2b52d17b76..49c13d1e50 100644 --- a/src/Protocol/ActivityPub/ClientToServer.php +++ b/src/Protocol/ActivityPub/ClientToServer.php @@ -1,6 +1,6 @@ $uid, 'origin' => true, 'id' => $id]); if (empty($original_post)) { Logger::debug('Item not found or does not belong to the user', ['id' => $id, 'uid' => $uid, 'object_id' => $object_id, 'activity' => $ldactivity]); diff --git a/src/Protocol/ActivityPub/Delivery.php b/src/Protocol/ActivityPub/Delivery.php index 04f5841c2e..8e03cdcbc5 100644 --- a/src/Protocol/ActivityPub/Delivery.php +++ b/src/Protocol/ActivityPub/Delivery.php @@ -1,6 +1,6 @@ $activity['reply-to-id']])) { $result = self::fetchParent($activity, !empty($conversation)); - if (!empty($result)) { - if (($item['thr-parent'] != $result) && Post::exists(['uri' => $result])) { - $item['thr-parent'] = $result; - } - } elseif (empty($conversation)) { - return []; + if (!empty($result) && ($item['thr-parent'] != $result) && Post::exists(['uri' => $result])) { + $item['thr-parent'] = $result; } } @@ -472,7 +468,7 @@ class Processor $item['uri'] = $activity['id']; if (empty($activity['published']) || empty($activity['updated'])) { - DI::logger()->notice('published or updated keys are empty for activity', ['activity' => $activity, 'callstack' => System::callstack(10)]); + DI::logger()->notice('published or updated keys are empty for activity', ['activity' => $activity]); } $item['created'] = DateTimeFormat::utc($activity['published'] ?? 'now'); @@ -533,39 +529,35 @@ class Processor self::addActivityId($activity['reply-to-id']); - if (!DI::config()->get('system', 'fetch_by_worker')) { - $in_background = false; + $completion = $activity['completion-mode'] ?? Receiver::COMPLETION_NONE; + + if (DI::config()->get('system', 'decoupled_receiver') && ($completion != Receiver::COMPLETION_MANUAL)) { + $in_background = true; } $recursion_depth = $activity['recursion-depth'] ?? 0; if (!$in_background && ($recursion_depth < DI::config()->get('system', 'max_recursion_depth'))) { - Logger::info('Parent not found. Try to refetch it.', ['parent' => $activity['reply-to-id'], 'recursion-depth' => $recursion_depth]); + Logger::info('Parent not found. Try to refetch it.', ['completion' => $completion, 'recursion-depth' => $recursion_depth, 'parent' => $activity['reply-to-id']]); $result = self::fetchMissingActivity($activity['reply-to-id'], $activity, '', Receiver::COMPLETION_AUTO); if (empty($result) && self::isActivityGone($activity['reply-to-id'])) { Logger::notice('The activity is gone, the queue entry will be deleted', ['parent' => $activity['reply-to-id']]); if (!empty($activity['entry-id'])) { Queue::deleteById($activity['entry-id']); } - return ''; } elseif (!empty($result)) { - $exists = Post::exists(['uri' => [$result, $activity['reply-to-id']]]); - if ($exists) { - Logger::info('The activity has been fetched and created.', ['parent' => $result]); - return $result; - } elseif (DI::config()->get('system', 'fetch_by_worker') || DI::config()->get('system', 'decoupled_receiver')) { - Logger::info('The activity has been fetched and will hopefully be created later.', ['parent' => $result]); + $post = Post::selectFirstPost(['uri'], ['uri' => [$result, $activity['reply-to-id']]]); + if (!empty($post['uri'])) { + Logger::info('The activity has been fetched and created.', ['result' => $result, 'uri' => $post['uri']]); + return $post['uri']; } else { Logger::notice('The activity exists but has not been created, the queue entry will be deleted.', ['parent' => $result]); if (!empty($activity['entry-id'])) { Queue::deleteById($activity['entry-id']); } } - return ''; - } - if (empty($result) && !DI::config()->get('system', 'fetch_by_worker')) { - return ''; } + return ''; } elseif (self::isActivityGone($activity['reply-to-id'])) { Logger::notice('The activity is gone. We will not spawn a worker. The queue entry will be deleted', ['parent' => $activity['reply-to-id']]); if ($in_background) { @@ -587,7 +579,7 @@ class Processor Logger::notice('Fetching is done by worker.', ['parent' => $activity['reply-to-id'], 'recursion-depth' => $recursion_depth]); Fetch::add($activity['reply-to-id']); $activity['recursion-depth'] = 0; - $wid = Worker::add(Worker::PRIORITY_HIGH, 'FetchMissingActivity', $activity['reply-to-id'], $activity, '', Receiver::COMPLETION_AUTO); + $wid = Worker::add(Worker::PRIORITY_HIGH, 'FetchMissingActivity', $activity['reply-to-id'], $activity, '', Receiver::COMPLETION_ASYNC); Fetch::setWorkerId($activity['reply-to-id'], $wid); } else { Logger::debug('Activity will already be fetched via a worker.', ['url' => $activity['reply-to-id']]); @@ -605,6 +597,10 @@ class Processor */ public static function isActivityGone(string $url): bool { + if (Network::isUrlBlocked($url)) { + return true; + } + try { $curlResult = HTTPSignature::fetchRaw($url, 0); } catch (\Exception $exception) { @@ -612,10 +608,6 @@ class Processor return true; } - if (Network::isUrlBlocked($url)) { - return true; - } - // @todo To ensure that the remote system is working correctly, we can check if the "Content-Type" contains JSON if (in_array($curlResult->getReturnCode(), [401, 404])) { return true; @@ -746,7 +738,7 @@ class Processor } if (!empty($parent['uri-id'])) { - $parent; + return $parent; } return null; @@ -760,7 +752,8 @@ class Processor public static function addToFeaturedCollection(array $activity) { $post = self::getUriIdForFeaturedCollection($activity); - if (empty($post)) { + if (empty($post) || empty($post['author-id'])) { + Queue::remove($activity); return; } @@ -779,6 +772,7 @@ class Processor { $post = self::getUriIdForFeaturedCollection($activity); if (empty($post)) { + Queue::remove($activity); return; } @@ -861,6 +855,8 @@ class Processor $item['language'] = self::processLanguages($activity['languages']); } + $item['transmitted-languages'] = $activity['transmitted-languages']; + if (!empty($activity['emojis'])) { $content = self::replaceEmojis($item['uri-id'], $content, $activity['emojis']); } @@ -868,7 +864,7 @@ class Processor $content = self::addMentionLinks($content, $activity['tags']); if (!empty($activity['quote-url'])) { - $id = Item::fetchByLink($activity['quote-url']); + $id = Item::fetchByLink($activity['quote-url'], 0, ActivityPub\Receiver::COMPLETION_ASYNC); if ($id) { $shared_item = Post::selectFirst(['uri-id'], ['id' => $id]); $item['quote-uri-id'] = $shared_item['uri-id']; @@ -922,6 +918,16 @@ class Processor self::storeReceivers($item['uri-id'], $activity['receiver_urls'] ?? []); + if (!empty($activity['capabilities'])) { + $restrictions = self::storeCapabilities($item['uri-id'], $activity['capabilities']); + } elseif (!is_null($activity['can-comment']) && !$activity['can-comment']) { + $restrictions = [Tag::CAN_REPLY]; + } else { + $restrictions = []; + } + + // @todo Store restrictions + $item['location'] = $activity['location']; if (!empty($activity['latitude']) && !empty($activity['longitude'])) { @@ -1008,7 +1014,7 @@ class Processor } $tags = array_column(Tag::getByURIId($item['uri-id'], [Tag::HASHTAG]), 'name'); - if (Relay::isSolicitedPost($tags, $item['body'], $item['author-id'], $item['uri'], Protocol::ACTIVITYPUB, $activity['thread-completion'] ?? 0)) { + if (Relay::isSolicitedPost($tags, $item['title'] . ' ' . ($item['content-warning'] ?? '') . ' ' . $item['body'], $item['author-id'], $item['uri'], Protocol::ACTIVITYPUB, $activity['thread-completion'] ?? 0)) { Logger::debug('Post is accepted because of the relay settings', ['uri-id' => $item['uri-id'], 'guid' => $item['guid'], 'url' => $item['uri']]); return true; } else { @@ -1114,12 +1120,15 @@ class Processor $item['contact-id'] = Contact::getIdForURL($activity['author']); } - if (!empty($activity['directmessage'])) { - self::postMail($activity, $item); + if (!empty($activity['directmessage']) && self::postMail($item)) { + if (!empty($item['source']) && DI::config()->get('debug', 'store_source')) { + Post\Activity::insert($item['uri-id'], $item['source']); + } + continue; } - if (($receiver != 0) && ($item['gravity'] == Item::GRAVITY_PARENT) && !in_array($item['post-reason'], [Item::PR_FOLLOWER, Item::PR_TAG, item::PR_TO, Item::PR_CC, Item::PR_AUDIENCE])) { + if (($receiver != 0) && ($item['gravity'] == Item::GRAVITY_PARENT) && !in_array($item['post-reason'], [Item::PR_FOLLOWER, Item::PR_TAG, Item::PR_TO, Item::PR_CC, Item::PR_AUDIENCE])) { if (!$item['isGroup']) { if ($item['post-reason'] == Item::PR_BCC) { Logger::info('Top level post via BCC from a non sharer, ignoring', ['uid' => $receiver, 'contact' => $item['contact-id'], 'url' => $item['uri']]); @@ -1236,7 +1245,7 @@ class Processor $has_parents = false; - if (!empty($item['parent-uri-id'])) { + if (($item['private'] != Item::PRIVATE) && !empty($item['parent-uri-id'])) { if (Post::exists(['uri-id' => $item['parent-uri-id'], 'uid' => $receiver])) { $has_parents = true; } elseif ($add_parent && Post::exists(['uri-id' => $item['parent-uri-id'], 'uid' => 0])) { @@ -1255,7 +1264,7 @@ class Processor } } - if (empty($item['parent-uri-id']) || ($item['thr-parent-id'] != $item['parent-uri-id'])) { + if (($item['private'] == Item::PRIVATE) || empty($item['parent-uri-id']) || ($item['thr-parent-id'] != $item['parent-uri-id'])) { if (Post::exists(['uri-id' => $item['thr-parent-id'], 'uid' => $receiver])) { $has_parents = true; } elseif (($has_parents || $add_parent) && Post::exists(['uri-id' => $item['thr-parent-id'], 'uid' => 0])) { @@ -1323,42 +1332,72 @@ class Processor public static function storeReceivers(int $uriid, array $receivers) { foreach (['as:to' => Tag::TO, 'as:cc' => Tag::CC, 'as:bto' => Tag::BTO, 'as:bcc' => Tag::BCC, 'as:audience' => Tag::AUDIENCE, 'as:attributedTo' => Tag::ATTRIBUTED] as $element => $type) { - if (!empty($receivers[$element])) { - foreach ($receivers[$element] as $receiver) { - if ($receiver == ActivityPub::PUBLIC_COLLECTION) { - $name = Receiver::PUBLIC_COLLECTION; - } elseif ($path = parse_url($receiver, PHP_URL_PATH)) { - $name = trim($path, '/'); - } elseif ($host = parse_url($receiver, PHP_URL_HOST)) { - $name = $host; - } else { - Logger::warning('Unable to coerce name from receiver', ['element' => $element, 'type' => $type, 'receiver' => $receiver]); - $name = ''; - } - - $target = Tag::getTargetType($receiver); - Logger::debug('Got target type', ['type' => $target, 'url' => $receiver]); - Tag::store($uriid, $type, $name, $receiver, $target); + foreach ($receivers[$element] ?? [] as $receiver) { + if ($receiver == ActivityPub::PUBLIC_COLLECTION) { + $name = Receiver::PUBLIC_COLLECTION; + } elseif ($path = parse_url($receiver, PHP_URL_PATH)) { + $name = trim($path, '/'); + } elseif ($host = parse_url($receiver, PHP_URL_HOST)) { + $name = $host; + } else { + Logger::warning('Unable to coerce name from receiver', ['element' => $element, 'type' => $type, 'receiver' => $receiver]); + $name = ''; } + + $target = Tag::getTargetType($receiver); + Logger::debug('Got target type', ['type' => $target, 'url' => $receiver]); + Tag::store($uriid, $type, $name, $receiver, $target); } } } + private static function storeCapabilities(int $uriid, array $capabilities): array + { + $restrictions = []; + foreach (['pixelfed:canAnnounce' => Tag::CAN_ANNOUNCE, 'pixelfed:canLike' => Tag::CAN_LIKE, 'pixelfed:canReply' => Tag::CAN_REPLY] as $element => $type) { + $restricted = true; + foreach ($capabilities[$element] ?? [] as $capability) { + if ($capability == ActivityPub::PUBLIC_COLLECTION) { + $name = Receiver::PUBLIC_COLLECTION; + } elseif (empty($capability) || ($capability == '[]')) { + continue; + } elseif ($path = parse_url($capability, PHP_URL_PATH)) { + $name = trim($path, '/'); + } elseif ($host = parse_url($capability, PHP_URL_HOST)) { + $name = $host; + } else { + Logger::warning('Unable to coerce name from capability', ['element' => $element, 'type' => $type, 'capability' => $capability]); + $name = ''; + } + $restricted = false; + Tag::store($uriid, $type, $name, $capability); + } + if ($restricted) { + $restrictions[] = $type; + } + } + return $restrictions; + } + /** * Creates an mail post * - * @param array $activity Activity data - * @param array $item item array + * @param array $item item array * @return int|bool New mail table row id or false on error * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ - private static function postMail(array $activity, array $item) + private static function postMail(array $item): bool { if (($item['gravity'] != Item::GRAVITY_PARENT) && !DBA::exists('mail', ['uri' => $item['thr-parent'], 'uid' => $item['uid']])) { Logger::info('Parent not found, mail will be discarded.', ['uid' => $item['uid'], 'uri' => $item['thr-parent']]); return false; } + if (!Contact::isFollower($item['contact-id'], $item['uid']) && !Contact::isSharing($item['contact-id'], $item['uid'])) { + Logger::info('Contact is not a sharer or follower, mail will be discarded.', ['item' => $item]); + return false; + } + Logger::info('Direct Message', $item); $msg = []; @@ -1454,7 +1493,7 @@ class Processor if (empty($post['id'])) { continue; } - $id = Item::fetchByLink($post['id']); + $id = Item::fetchByLink($post['id'], 0, ActivityPub\Receiver::COMPLETION_ASYNC); if (!empty($id)) { $item = Post::selectFirst(['uri-id', 'featured', 'author-id'], ['id' => $id]); if (!empty($item['uri-id'])) { @@ -1497,7 +1536,7 @@ class Processor return $object; } - $object = ActivityPub::fetchContent($url, $uid); + $object = HTTPSignature::fetch($url, $uid); if (empty($object)) { Logger::notice('Activity was not fetchable, aborting.', ['url' => $url, 'uid' => $uid]); // We perform negative caching. @@ -1524,31 +1563,57 @@ class Processor * @param string $relay_actor Relay actor * @param int $completion Completion mode, see Receiver::COMPLETION_* * @param int $uid User id that is used to fetch the activity - * @return string fetched message URL + * @return string fetched message URL. An empty string indicates a temporary error, null indicates a permament error, * @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \ImagickException */ - public static function fetchMissingActivity(string $url, array $child = [], string $relay_actor = '', int $completion = Receiver::COMPLETION_MANUAL, int $uid = 0): string + public static function fetchMissingActivity(string $url, array $child = [], string $relay_actor = '', int $completion = Receiver::COMPLETION_MANUAL, int $uid = 0): ?string { - $object = self::fetchCachedActivity($url, $uid); - if (empty($object)) { + if (Network::isUrlBlocked($url)) { + return null; + } + + try { + $curlResult = HTTPSignature::fetchRaw($url, $uid); + } catch (\Exception $exception) { + Logger::notice('Error fetching url', ['url' => $url, 'exception' => $exception]); return ''; } + if (empty($curlResult)) { + return ''; + } + + $body = $curlResult->getBody(); + if (!$curlResult->isSuccess() || empty($body)) { + if (in_array($curlResult->getReturnCode(), [403, 404, 406, 410])) { + return null; + } + return ''; + } + + $object = json_decode($body, true); + if (empty($object) || !is_array($object)) { + $element = explode(';', $curlResult->getContentType()); + if (!in_array($element[0], ['application/activity+json', 'application/ld+json', 'application/json'])) { + Logger::debug('Unexpected content-type', ['url' => $url, 'content-type' => $curlResult->getContentType()]); + return null; + } + Logger::notice('Invalid JSON data', ['url' => $url, 'content-type' => $curlResult->getContentType(), 'body' => $body]); + return ''; + } + + $ldobject = JsonLD::compact($object); + $signer = []; - if (!empty($object['attributedTo'])) { - $attributed_to = $object['attributedTo']; - if (is_array($attributed_to)) { - $compacted = JsonLD::compact($object); - $attributed_to = JsonLD::fetchElement($compacted, 'as:attributedTo', '@id'); - } + $attributed_to = JsonLD::fetchElement($ldobject, 'as:attributedTo', '@id'); + if (!empty($attributed_to)) { $signer[] = $attributed_to; } - if (!empty($object['actor'])) { - $object_actor = $object['actor']; - } elseif (!empty($attributed_to)) { + $object_actor = JsonLD::fetchElement($ldobject, 'as:actor', '@id'); + if (!empty($attributed_to)) { $object_actor = $attributed_to; } else { // Shouldn't happen @@ -1564,28 +1629,27 @@ class Processor $actor = $object_actor; } - if (!empty($object['published'])) { - $published = $object['published']; - } elseif (!empty($child['published'])) { - $published = $child['published']; + $type = JsonLD::fetchElement($ldobject, '@type'); + $object_id = JsonLD::fetchElement($ldobject, 'as:object', '@id'); + + if (!in_array($type, Receiver::CONTENT_TYPES) && !empty($object_id)) { + if (($type == 'as:Announce') && !empty($relay_actor) && ($completion = Receiver::COMPLETION_RELAY)) { + if (Item::searchByLink($object_id)) { + return $object_id; + } + Logger::debug('Fetch announced activity', ['type' => $type, 'id' => $object_id, 'actor' => $relay_actor, 'signer' => $signer]); + + return self::fetchMissingActivity($object_id, $child, $relay_actor, $completion, $uid); + } + $activity = $object; + $ldactivity = $ldobject; + } elseif (!empty($object['id'])) { + $activity = self::getActivityForObject($object, $actor); + $ldactivity = JsonLD::compact($activity); } else { - $published = DateTimeFormat::utcNow(); + return null; } - $activity = []; - $activity['@context'] = $object['@context'] ?? ActivityPub::CONTEXT; - unset($object['@context']); - $activity['id'] = $object['id']; - $activity['to'] = $object['to'] ?? []; - $activity['cc'] = $object['cc'] ?? []; - $activity['audience'] = $object['audience'] ?? []; - $activity['actor'] = $actor; - $activity['object'] = $object; - $activity['published'] = $published; - $activity['type'] = 'Create'; - - $ldactivity = JsonLD::compact($activity); - $ldactivity['recursion-depth'] = !empty($child['recursion-depth']) ? $child['recursion-depth'] + 1 : 0; if ($object_actor != $actor) { @@ -1604,8 +1668,8 @@ class Processor if ($completion == Receiver::COMPLETION_RELAY) { $ldactivity['from-relay'] = $ldactivity['thread-completion']; - if (!self::acceptIncomingMessage($ldactivity, $object['id'])) { - return ''; + if (in_array($type, Receiver::CONTENT_TYPES) && !self::acceptIncomingMessage($ldactivity)) { + return null; } } @@ -1628,20 +1692,47 @@ class Processor return $activity['id']; } + private static function getActivityForObject(array $object, string $actor): array + { + if (!empty($object['published'])) { + $published = $object['published']; + } elseif (!empty($child['published'])) { + $published = $child['published']; + } else { + $published = DateTimeFormat::utcNow(); + } + + $activity = []; + $activity['@context'] = $object['@context'] ?? ActivityPub::CONTEXT; + unset($object['@context']); + $activity['id'] = $object['id']; + $activity['to'] = $object['to'] ?? []; + $activity['cc'] = $object['cc'] ?? []; + $activity['audience'] = $object['audience'] ?? []; + $activity['actor'] = $actor; + $activity['object'] = $object; + $activity['published'] = $published; + $activity['type'] = 'Create'; + + return $activity; + } + /** * Test if incoming relay messages should be accepted * * @param array $activity activity array - * @param string $id object ID * @return boolean true if message is accepted */ - private static function acceptIncomingMessage(array $activity, string $id): bool + private static function acceptIncomingMessage(array $activity): bool { if (empty($activity['as:object'])) { + $id = JsonLD::fetchElement($activity, '@id'); Logger::info('No object field in activity - accepted', ['id' => $id]); return true; } + $id = JsonLD::fetchElement($activity, 'as:object', '@id'); + $replyto = JsonLD::fetchElement($activity['as:object'], 'as:inReplyTo', '@id'); $uriid = ItemURI::getIdByURI($replyto ?? ''); if (Post::exists(['uri-id' => $uriid])) { @@ -1652,20 +1743,81 @@ class Processor $attributed_to = JsonLD::fetchElement($activity['as:object'], 'as:attributedTo', '@id'); $authorid = Contact::getIdForURL($attributed_to); - $body = HTML::toBBCode(JsonLD::fetchElement($activity['as:object'], 'as:content', '@value') ?? ''); + $content = JsonLD::fetchElement($activity['as:object'], 'as:name', '@value') ?? ''; + $content .= ' ' . JsonLD::fetchElement($activity['as:object'], 'as:summary', '@value') ?? ''; + $content .= ' ' . HTML::toBBCode(JsonLD::fetchElement($activity['as:object'], 'as:content', '@value') ?? ''); + + $attachments = JsonLD::fetchElementArray($activity['as:object'], 'as:attachment') ?? []; + foreach ($attachments as $media) { + if (!empty($media['as:summary'])) { + $content .= ' ' . JsonLD::fetchElement($media, 'as:summary', '@value'); + } + if (!empty($media['as:name'])) { + $content .= ' ' . JsonLD::fetchElement($media, 'as:name', '@value'); + } + } $messageTags = []; $tags = Receiver::processTags(JsonLD::fetchElementArray($activity['as:object'], 'as:tag') ?? []); if (!empty($tags)) { foreach ($tags as $tag) { - if (($tag['type'] != 'Hashtag') && !strpos($tag['type'], ':Hashtag')) { + if (($tag['type'] != 'Hashtag') && !strpos($tag['type'], ':Hashtag') || empty($tag['name'])) { continue; } $messageTags[] = ltrim(mb_strtolower($tag['name']), '#'); } } - return Relay::isSolicitedPost($messageTags, $body, $authorid, $id, Protocol::ACTIVITYPUB, $activity['thread-completion'] ?? 0); + $languages = self::getPostLanguages($activity['as:object'] ?? ''); + + $wanted = Relay::isSolicitedPost($messageTags, $content, $authorid, $id, Protocol::ACTIVITYPUB, $activity['from-relay'], $languages); + if ($wanted) { + return true; + } + + $receivers = []; + foreach (['as:to', 'as:cc', 'as:bto', 'as:bcc', 'as:audience'] as $element) { + $receiver_list = JsonLD::fetchElementArray($activity, $element, '@id'); + if (empty($receiver_list)) { + continue; + } + $receivers = array_merge($receivers, $receiver_list); + } + + $searchtext = Engagement::getSearchTextForActivity($content, $authorid, $messageTags, $receivers); + $languages = Item::getLanguageArray($content, 1, 0, $authorid); + $language = !empty($languages) ? array_key_first($languages) : ''; + return DI::userDefinedChannel()->match($searchtext, $language); + } + + /** + * Fetch the post language from the content + * + * @param array $activity + * @return array + */ + public static function getPostLanguages(array $activity): array + { + $content = JsonLD::fetchElement($activity, 'as:content') ?? ''; + $languages = JsonLD::fetchElementArray($activity, 'as:content', '@language') ?? []; + if (empty($languages)) { + return []; + } + + $iso639 = new \Matriphe\ISO639\ISO639; + + $result = []; + foreach ($languages as $language) { + if ($language == $content) { + continue; + } + $language = DI::l10n()->toISO6391($language); + if (!in_array($language, array_column($iso639->allLanguages(), 0))) { + continue; + } + $result[] = $language; + } + return $result; } /** diff --git a/src/Protocol/ActivityPub/Queue.php b/src/Protocol/ActivityPub/Queue.php index beb8817bfb..384675a88e 100644 --- a/src/Protocol/ActivityPub/Queue.php +++ b/src/Protocol/ActivityPub/Queue.php @@ -1,6 +1,6 @@ $entry['id'], 'type' => $entry['type'], 'object-type' => $entry['object-type'], 'uri' => $entry['object-id'], 'in-reply-to' => $entry['in-reply-to-id'], 'callstack' => System::callstack(20)]); + Logger::debug('Processing queue entry', ['id' => $entry['id'], 'type' => $entry['type'], 'object-type' => $entry['object-type'], 'uri' => $entry['object-id'], 'in-reply-to' => $entry['in-reply-to-id']]); $activity = json_decode($entry['activity'], true); $type = $entry['type']; @@ -252,12 +252,7 @@ class Queue { $entries = DBA::select('inbox-entry', ['id', 'type', 'object-type', 'object-id', 'in-reply-to-id'], ["`trust` AND `wid` IS NULL"], ['order' => ['id' => true]]); while ($entry = DBA::fetch($entries)) { - // Don't process entries of items that are answer to nonexistent posts - if (!empty($entry['in-reply-to-id']) && !Post::exists(['uri' => $entry['in-reply-to-id']])) { - continue; - } - // We don't need to process entries that depend on already existing entries. - if (!empty($entry['in-reply-to-id']) && DBA::exists('inbox-entry', ["`id` != ? AND `object-id` = ?", $entry['id'], $entry['in-reply-to-id']])) { + if (!self::isProcessable($entry['id'])) { continue; } Logger::debug('Process leftover entry', $entry); @@ -273,6 +268,10 @@ class Queue return false; } + if (($entry['type'] == 'as:Follow') && ($entry['object-type'] == 'as:Note')) { + return true; + } + if (!empty($entry['object-id']) && Post::exists(['uri' => $entry['object-id']])) { // The object already exists, so processing can be done return true; @@ -286,9 +285,25 @@ class Queue } } - if (!empty($entry['object-id']) && !empty($entry['in-reply-to-id']) && ($entry['object-id'] != $entry['in-reply-to-id']) && DBA::exists('inbox-entry', ['object-id' => $entry['in-reply-to-id']])) { - // This entry belongs to some other entry that should be processed first - return false; + if (!empty($entry['object-id']) && !empty($entry['in-reply-to-id']) && ($entry['object-id'] != $entry['in-reply-to-id'])) { + if (DBA::exists('inbox-entry', ['object-id' => $entry['in-reply-to-id']])) { + // This entry belongs to some other entry that should be processed first + return false; + } + if (!Post::exists(['uri' => $entry['in-reply-to-id']])) { + // This entry belongs to some other entry that need to be fetched first + if (Fetch::hasWorker($entry['in-reply-to-id'])) { + Logger::debug('Fetching of the activity is already queued', ['id' => $entry['activity-id'], 'reply-to-id' => $entry['in-reply-to-id']]); + return false; + } + Fetch::add($entry['in-reply-to-id']); + $activity = json_decode($entry['activity'], true); + $activity['recursion-depth'] = 0; + $wid = Worker::add(Worker::PRIORITY_HIGH, 'FetchMissingActivity', $entry['in-reply-to-id'], $activity, '', Receiver::COMPLETION_ASYNC); + Fetch::setWorkerId($entry['in-reply-to-id'], $wid); + Logger::debug('Fetch missing activity', ['wid' => $wid, 'id' => $entry['activity-id'], 'reply-to-id' => $entry['in-reply-to-id']]); + return false; + } } return true; diff --git a/src/Protocol/ActivityPub/Receiver.php b/src/Protocol/ActivityPub/Receiver.php index 7a07e1a7f2..07eca4a3e7 100644 --- a/src/Protocol/ActivityPub/Receiver.php +++ b/src/Protocol/ActivityPub/Receiver.php @@ -1,6 +1,6 @@ $actor]); return; - } elseif (APContact::isRelay($apcontact)) { + } elseif (APContact::isRelay($apcontact) && self::isRelayPost($ldactivity)) { self::processRelayPost($ldactivity, $actor); return; } else { @@ -115,7 +116,7 @@ class Receiver } $sig_contact = HTTPSignature::getKeyIdContact($header); - if (APContact::isRelay($sig_contact)) { + if (APContact::isRelay($sig_contact) && self::isRelayPost($ldactivity)) { Logger::info('Message from a relay', ['url' => $sig_contact['url']]); self::processRelayPost($ldactivity, $sig_contact['url']); return; @@ -168,6 +169,34 @@ class Receiver self::processActivity($ldactivity, $body, $uid, $trust_source, true, $signer, $http_signer); } + /** + * Check if the activity is a post rhat can be send via a relay + * + * @param array $activity + * @return boolean + */ + private static function isRelayPost(array $activity): bool + { + $type = JsonLD::fetchElement($activity, '@type'); + if (!$type) { + return false; + } + + $object_type = JsonLD::fetchElement($activity, 'as:object', '@type') ?? ''; + + $object_id = JsonLD::fetchElement($activity, 'as:object', '@id'); + if (empty($object_id)) { + return false; + } + + $handle = ($type == 'as:Announce'); + + if (!$handle && in_array($type, ['as:Create', 'as:Update'])) { + $handle = in_array($object_type, self::CONTENT_TYPES); + } + return $handle; + } + /** * Process incoming posts from relays * @@ -191,34 +220,6 @@ class Receiver return; } - $handle = ($type == 'as:Announce'); - - if (!$handle && in_array($type, ['as:Create', 'as:Update'])) { - $handle = in_array($object_type, self::CONTENT_TYPES); - } - - if (!$handle) { - $trust_source = false; - $object_data = self::prepareObjectData($activity, 0, false, $trust_source); - - if (!$trust_source) { - Logger::notice('Activity trust could not be achieved.', ['type' => $type, 'object_type' => $object_type, 'object_id' => $object_id, 'actor' => $actor, 'activity' => $activity]); - return; - } - - if (empty($object_data)) { - Logger::notice('No object data found', ['type' => $type, 'object_type' => $object_type, 'object_id' => $object_id, 'actor' => $actor, 'activity' => $activity]); - return; - } - - if (self::routeActivities($object_data, $type, true)) { - Logger::debug('Handled activity', ['type' => $type, 'object_type' => $object_type, 'object_id' => $object_id, 'actor' => $actor]); - } else { - Logger::info('Unhandled activity', ['type' => $type, 'object_type' => $object_type, 'object_id' => $object_id, 'actor' => $actor, 'activity' => $activity]); - } - return; - } - $contact = Contact::getByURL($actor); if (empty($contact)) { Logger::info('Relay contact not found', ['actor' => $actor]); @@ -230,7 +231,7 @@ class Receiver return; } - Logger::debug('Got relayed message id', ['id' => $object_id, 'actor' => $actor]); + Logger::debug('Process post from relay server', ['type' => $type, 'object_type' => $object_type, 'object_id' => $object_id, 'actor' => $actor]); $item_id = Item::searchByLink($object_id); if ($item_id) { @@ -238,10 +239,21 @@ class Receiver return; } - $id = Processor::fetchMissingActivity($object_id, [], $actor, self::COMPLETION_RELAY); - if (empty($id)) { - Logger::notice('Relayed message had not been fetched', ['id' => $object_id, 'actor' => $actor]); - return; + if (!DI::config()->get('system', 'decoupled_receiver')) { + $id = Processor::fetchMissingActivity($object_id, [], $actor, self::COMPLETION_RELAY); + if (!empty($id)) { + Logger::notice('Relayed message is fetched', ['result' => $id, 'id' => $object_id, 'actor' => $actor]); + } else { + Logger::notice('Relayed message had not been fetched', ['id' => $object_id, 'actor' => $actor, 'activity' => $activity]); + } + } elseif (!Fetch::hasWorker($object_id)) { + Logger::notice('Fetching is done by worker.', ['id' => $object_id]); + Fetch::add($object_id); + $activity['recursion-depth'] = 0; + $wid = Worker::add(Worker::PRIORITY_HIGH, 'FetchMissingActivity', $object_id, [], $actor, self::COMPLETION_RELAY); + Fetch::setWorkerId($object_id, $wid); + } else { + Logger::debug('Activity will already be fetched via a worker.', ['url' => $object_id]); } } @@ -424,11 +436,11 @@ class Receiver $object_data['object_id'] = $object_id; - // Test if it is an answer to a mail - if (DBA::exists('mail', ['uri' => $object_data['reply-to-id']])) { + // Test if it is a direct message + if (self::checkForDirectMessage($object_data, $activity)) { $object_data['directmessage'] = true; - } else { - $object_data['directmessage'] = JsonLD::fetchElement($activity, 'litepub:directMessage'); + } elseif (!empty(JsonLD::fetchElement($activity['as:object'], 'misskey:_misskey_talk'))) { + $object_data = self::setChatData($object_data, $receivers); } } elseif (in_array($type, array_merge(self::ACTIVITY_TYPES, ['as:Announce', 'as:Follow'])) && in_array($object_type, self::CONTENT_TYPES)) { // Create a mostly empty array out of the activity data (instead of the object). @@ -486,19 +498,6 @@ class Receiver $object_data['receiver'] = array_replace($object_data['receiver'] ?? [], $receivers); $object_data['reception_type'] = array_replace($object_data['reception_type'] ?? [], $reception_types); -// This check here interferes with Hubzilla posts where the author host differs from the host the post was created -// $author = $object_data['author'] ?? $actor; -// if (!empty($author) && !empty($object_data['id'])) { -// $author_host = parse_url($author, PHP_URL_HOST); -// $id_host = parse_url($object_data['id'], PHP_URL_HOST); -// if ($author_host == $id_host) { -// Logger::info('Valid hosts', ['type' => $type, 'host' => $id_host]); -// } else { -// Logger::notice('Differing hosts on author and id', ['type' => $type, 'author' => $author_host, 'id' => $id_host]); -// $trust_source = false; -// } -// } - $account = Contact::selectFirstAccount(['platform'], ['nurl' => Strings::normaliseLink($actor)]); $platform = $account['platform'] ?? ''; @@ -507,6 +506,77 @@ class Receiver return $object_data; } + /** + * Check if the received message is a direct message + * + * @param array $object_data + * @param array $activity + * @return boolean + */ + private static function checkForDirectMessage(array $object_data, array $activity): bool + { + if (DBA::exists('mail', ['uri' => $object_data['reply-to-id']])) { + return true; + } + + if ($object_data['id'] != $object_data['reply-to-id']) { + return false; + } + + if (JsonLD::fetchElement($activity, 'litepub:directMessage')) { + return true; + } + + if (!empty($object_data['attachments'])) { + return false; + } + + if (!empty($object_data['receiver_urls']['as:cc']) || empty($object_data['receiver_urls']['as:to'])) { + return false; + } + + if ((count($object_data['receiver_urls']['as:to']) != 1) || !User::getIdForURL($object_data['receiver_urls']['as:to'][0])) { + return false; + } + + $mentions = 0; + foreach ($object_data['tags'] as $mention) { + if ($mention['type'] != 'Mention') { + continue; + } + if (!User::getIdForURL($mention['href'])) { + return false; + } + ++$mentions; + } + + if ($mentions > 1) { + return false; + } + + return true; + } + + private static function setChatData(array $object_data, array $receivers): array + { + if (count($receivers) != 1) { + return $object_data; + } + + $user = User::getById(array_key_first($receivers), ['language']); + $l10n = DI::l10n()->withLang($user['language']); + $object_data['name'] = $l10n->t('Chat'); + + $mail = DBA::selectFirst('mail', ['uri'], ['uid' => array_key_first($receivers), 'title' => $object_data['name']], ['order' => ['id' => true]]); + if (!empty($mail['uri'])) { + $object_data['reply-to-id'] = $mail['uri']; + } + + $object_data['directmessage'] = true; + Logger::debug('Got Misskey Chat'); + return $object_data; + } + /** * Fetches the first user id from the receiver array * @@ -601,7 +671,7 @@ class Receiver // $trust_source is called by reference and is set to true if the content was retrieved successfully $object_data = self::prepareObjectData($activity, $uid, $push, $trust_source, $original_actor); if (empty($object_data)) { - Logger::info('No object data found', ['activity' => $activity, 'callstack' => System::callstack(20)]); + Logger::info('No object data found', ['activity' => $activity]); return true; } @@ -646,7 +716,7 @@ class Receiver self::addArrivedId($object_data['object_id']); } - $decouple = DI::config()->get('system', 'decoupled_receiver') && !in_array($completion, [self::COMPLETION_MANUAL, self::COMPLETION_ANNOUNCE]); + $decouple = DI::config()->get('system', 'decoupled_receiver') && !in_array($completion, [self::COMPLETION_MANUAL, self::COMPLETION_ANNOUNCE]) && empty($object_data['directmessage']); if ($decouple && ($trust_source || DI::config()->get('debug', 'ap_inbox_store_untrusted'))) { $object_data = Queue::add($object_data, $type, $uid, $http_signer, $push, $trust_source); @@ -657,7 +727,7 @@ class Receiver return true; } - if (!empty($object_data['entry-id']) && $decouple && ($push || ($completion == self::COMPLETION_RELAY))) { + if (!empty($object_data['entry-id']) && $decouple && ($push || in_array($completion, [self::COMPLETION_RELAY, self::COMPLETION_ASYNC]))) { if (Queue::isProcessable($object_data['entry-id'])) { // We delay by 5 seconds to allow to accumulate all receivers $delayed = date(DateTimeFormat::MYSQL, time() + 5); @@ -977,7 +1047,7 @@ class Receiver * @param boolean $unknown "true" if the activity is unknown, "false" if it is unhandled * @param string $type Activity type * @param array $object_data Preprocessed array that is generated out of the received activity - * @param array $activity Array with activity data + * @param array $activity Array with activity data * @param string $body The unprocessed body * @param integer $uid User ID * @param boolean $trust_source Do we trust the source? @@ -1014,7 +1084,7 @@ class Receiver * * @return int user id */ - public static function getBestUserForActivity(array $activity, string $actor = ''): int + private static function getBestUserForActivity(array $activity, string $actor): int { $uid = 0; $actor = $actor ?: JsonLD::fetchElement($activity, 'as:actor', '@id') ?? ''; @@ -1053,7 +1123,7 @@ class Receiver foreach ($receiver_list as $receiver) { if ($receiver == 'Public') { - Logger::warning('Not compacted public collection found', ['activity' => $activity, 'callstack' => System::callstack(20)]); + Logger::warning('Not compacted public collection found', ['activity' => $activity]); $receiver = ActivityPub::PUBLIC_COLLECTION; } if ($receiver == self::PUBLIC_COLLECTION) { @@ -1114,10 +1184,19 @@ class Receiver $isGroup = false; } + $parent_followers = ''; + $parent = Post::selectFirstPost(['parent-author-link'], ['uri' => $reply]); + if (!empty($parent['parent-author-link'])) { + $parent_profile = APContact::getByURL($parent['parent-author-link']); + if (!in_array($parent_profile['followers'] ?? '', ['', $followers])) { + $parent_followers = $parent_profile['followers']; + } + } + // We have to prevent false follower assumptions upon thread completions $follower_target = empty($activity['thread-completion']) ? self::TARGET_FOLLOWER : self::TARGET_UNKNOWN; - foreach (['as:to', 'as:cc', 'as:bto', 'as:bcc','as:audience'] as $element) { + foreach (['as:to', 'as:cc', 'as:bto', 'as:bcc', 'as:audience'] as $element) { $receiver_list = JsonLD::fetchElementArray($activity, $element, '@id'); if (empty($receiver_list)) { continue; @@ -1134,8 +1213,13 @@ class Receiver } // Fetch the receivers for the public and the followers collection - if ((($receiver == $followers) || (($receiver == self::PUBLIC_COLLECTION) && !$isGroup) || ($isGroup && ($element == 'as:audience'))) && !empty($actor)) { - $receivers = self::getReceiverForActor($actor, $tags, $receivers, $follower_target, $profile); + if ((($receiver == $followers) || (($receiver == self::PUBLIC_COLLECTION) && !$isGroup) || ($isGroup && ($element == 'as:audience'))) && !empty($profile)) { + $receivers = self::getReceiverForActor($tags, $receivers, $follower_target, $profile); + continue; + } + + if ($receiver == $parent_followers) { + $receivers = self::getReceiverForActor([], $receivers, $follower_target, $parent_profile); continue; } @@ -1188,6 +1272,11 @@ class Receiver } } + if (empty($receivers) && !empty($parent['parent-author-link'])) { + $uid = User::getIdForURL($parent['parent-author-link']); + $receivers[$uid] = ['uid' => $uid, 'type' => self::TARGET_BTO]; + } + if (!empty($reply) && (!empty($receivers[0]) || !empty($receivers[-1]))) { $parents = Post::select(['uid'], DBA::mergeConditions(['uri' => $reply], ["`uid` != ?", 0])); while ($parent = Post::fetch($parents)) { @@ -1210,7 +1299,7 @@ class Receiver } elseif (empty($receivers) && in_array($activity_type, ['as:Delete', 'as:Undo'])) { $receivers[0] = ['uid' => 0, 'type' => self::TARGET_GLOBAL]; } elseif (empty($receivers)) { - Logger::notice('Post has got no receivers', ['fetch_unlisted' => $fetch_unlisted, 'actor' => $actor, 'id' => JsonLD::fetchElement($activity, '@id'), 'type' => $activity_type, 'callstack' => System::callstack(20)]); + Logger::notice('Post has got no receivers', ['fetch_unlisted' => $fetch_unlisted, 'actor' => $actor, 'id' => JsonLD::fetchElement($activity, '@id'), 'type' => $activity_type]); } return $receivers; @@ -1219,7 +1308,6 @@ class Receiver /** * Fetch the receiver list of a given actor * - * @param string $actor * @param array $tags * @param array $receivers * @param integer $target_type @@ -1228,41 +1316,20 @@ class Receiver * @return array with receivers (user id) * @throws \Exception */ - private static function getReceiverForActor(string $actor, array $tags, array $receivers, int $target_type, array $profile): array + private static function getReceiverForActor(array $tags, array $receivers, int $target_type, array $profile): array { $basecondition = ['rel' => [Contact::SHARING, Contact::FRIEND, Contact::FOLLOWER], 'network' => Protocol::FEDERATED, 'archive' => false, 'pending' => false]; - if (!empty($profile['uri-id'])) { - $condition = DBA::mergeConditions($basecondition, ["`uri-id` = ? AND `uid` != ?", $profile['uri-id'], 0]); - $contacts = DBA::select('contact', ['uid', 'rel'], $condition); - while ($contact = DBA::fetch($contacts)) { - if (empty($receivers[$contact['uid']]) && self::isValidReceiverForActor($contact, $tags)) { - $receivers[$contact['uid']] = ['uid' => $contact['uid'], 'type' => $target_type]; - } + $condition = DBA::mergeConditions($basecondition, ["`uri-id` = ? AND `uid` != ?", $profile['uri-id'], 0]); + $contacts = DBA::select('contact', ['uid', 'rel'], $condition); + while ($contact = DBA::fetch($contacts)) { + if (empty($receivers[$contact['uid']]) && self::isValidReceiverForActor($contact, $tags)) { + $receivers[$contact['uid']] = ['uid' => $contact['uid'], 'type' => $target_type]; } - DBA::close($contacts); - } else { - // This part will only be called while post update 1426 wasn't finished - $condition = DBA::mergeConditions($basecondition, ["`nurl` = ? AND `uid` != ?", Strings::normaliseLink($actor), 0]); - $contacts = DBA::select('contact', ['uid', 'rel'], $condition); - while ($contact = DBA::fetch($contacts)) { - if (empty($receivers[$contact['uid']]) && self::isValidReceiverForActor($contact, $tags)) { - $receivers[$contact['uid']] = ['uid' => $contact['uid'], 'type' => $target_type]; - } - } - DBA::close($contacts); - - // The queries are split because of performance issues - $condition = DBA::mergeConditions($basecondition, ["`alias` IN (?, ?) AND `uid` != ?", Strings::normaliseLink($actor), $actor, 0]); - $contacts = DBA::select('contact', ['uid', 'rel'], $condition); - while ($contact = DBA::fetch($contacts)) { - if (empty($receivers[$contact['uid']]) && self::isValidReceiverForActor($contact, $tags)) { - $receivers[$contact['uid']] = ['uid' => $contact['uid'], 'type' => $target_type]; - } - } - DBA::close($contacts); } + DBA::close($contacts); + return $receivers; } @@ -1498,9 +1565,11 @@ class Receiver continue; } - $element = ['type' => str_replace('as:', '', JsonLD::fetchElement($tag, '@type') ?? ''), + $element = [ + 'type' => str_replace('as:', '', JsonLD::fetchElement($tag, '@type') ?? ''), 'href' => JsonLD::fetchElement($tag, 'as:href', '@id'), - 'name' => JsonLD::fetchElement($tag, 'as:name', '@value')]; + 'name' => JsonLD::fetchElement($tag, 'as:name', '@value') + ]; if (empty($element['type'])) { continue; @@ -1531,8 +1600,10 @@ class Receiver } $url = JsonLD::fetchElement($emoji['as:icon'], 'as:url', '@id'); - $element = ['name' => JsonLD::fetchElement($emoji, 'as:name', '@value'), - 'href' => $url]; + $element = [ + 'name' => JsonLD::fetchElement($emoji, 'as:name', '@value'), + 'href' => $url + ]; $emojilist[] = $element; } @@ -1877,6 +1948,10 @@ class Receiver $object_data['receiver'] = $receivers; $object_data['reception_type'] = $reception_types; + if (!empty($object['pixelfed:capabilities'])) { + $object_data['capabilities'] = self::getCapabilities($object); + } + $object_data['unlisted'] = in_array(-1, $object_data['receiver']); unset($object_data['receiver'][-1]); unset($object_data['reception_type'][-1]); @@ -1884,6 +1959,18 @@ class Receiver return $object_data; } + private static function getCapabilities($object) { + $capabilities = []; + foreach (['pixelfed:canAnnounce', 'pixelfed:canLike', 'pixelfed:canReply'] as $element) { + $capabilities_list = JsonLD::fetchElementArray($object['pixelfed:capabilities'], $element, '@id'); + if (empty($capabilities_list)) { + continue; + } + $capabilities[$element] = $capabilities_list; + } + return $capabilities; + } + /** * Create an object data array from a given activity * @@ -1969,6 +2056,7 @@ class Receiver $object_data['tags'] = self::processTags(JsonLD::fetchElementArray($object, 'as:tag') ?? []); $object_data['emojis'] = self::processEmojis(JsonLD::fetchElementArray($object, 'as:tag', null, '@type', 'toot:Emoji') ?? []); $object_data['languages'] = self::processLanguages(JsonLD::fetchElementArray($object, 'sc:inLanguage') ?? []); + $object_data['transmitted-languages'] = Processor::getPostLanguages($object); $object_data['generator'] = JsonLD::fetchElement($object, 'as:generator', 'as:name', '@type', 'as:Application'); $object_data['generator'] = JsonLD::fetchElement($object_data, 'generator', '@value'); $object_data['alternate-url'] = JsonLD::fetchElement($object, 'as:url', '@id'); @@ -1991,6 +2079,11 @@ class Receiver $object_data['attachments'] = array_merge($object_data['attachments'], self::processAttachmentUrls($object['as:url'] ?? [])); } + $object_data['can-comment'] = JsonLD::fetchElement($object, 'pt:commentsEnabled', '@value'); + if (is_null($object_data['can-comment'])) { + $object_data['can-comment'] = JsonLD::fetchElement($object, 'pixelfed:commentsEnabled', '@value'); + } + // Support for quoted posts (Pleroma, Fedibird and Misskey) $object_data['quote-url'] = JsonLD::fetchElement($object, 'as:quoteUrl', '@value'); if (empty($object_data['quote-url'])) { diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index 4b0450a0cd..baa46e373e 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -1,6 +1,6 @@ error('Unable to find owner data for uid', ['uid' => $uid, 'callstack' => System::callstack(20)]); + DI::logger()->error('Unable to find owner data for uid', ['uid' => $uid]); throw new HTTPException\NotFoundException('User not found.'); } @@ -367,13 +368,14 @@ class Transmitter $data['outbox'] = DI::baseUrl() . '/outbox/' . $owner['nick']; $data['featured'] = DI::baseUrl() . '/featured/' . $owner['nick']; } else { - $data['inbox'] = DI::baseUrl() . '/friendica/inbox'; + $data['inbox'] = DI::baseUrl() . '/friendica/inbox'; + $data['outbox'] = DI::baseUrl() . '/friendica/outbox'; } $data['preferredUsername'] = $owner['nick']; - $data['name'] = $owner['name']; + $data['name'] = $full ? $owner['name'] : $owner['nick']; - if (!$full && !empty($owner['country-name'] . $owner['region'] . $owner['locality'])) { + if ($full && !empty($owner['country-name'] . $owner['region'] . $owner['locality'])) { $data['vcard:hasAddress'] = ['@type' => 'vcard:Home', 'vcard:country-name' => $owner['country-name'], 'vcard:region' => $owner['region'], 'vcard:locality' => $owner['locality']]; } @@ -395,7 +397,7 @@ class Transmitter $data['url'] = $owner['url']; $data['manuallyApprovesFollowers'] = in_array($owner['page-flags'], [User::PAGE_FLAGS_NORMAL, User::PAGE_FLAGS_PRVGROUP]); - $data['discoverable'] = (bool)$owner['net-publish']; + $data['discoverable'] = (bool)$owner['net-publish'] && $full; $data['publicKey'] = ['id' => $owner['url'] . '#main-key', 'owner' => $owner['url'], 'publicKeyPem' => $owner['pubkey']]; @@ -560,14 +562,13 @@ class Transmitter * * @param array $item Item array * @param boolean $blindcopy addressing via "bcc" or "cc"? - * @param boolean $expand_followers Expand the list of followers * @param integer $last_id Last item id for adding receivers * * @return array with permission data * @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \ImagickException */ - private static function createPermissionBlockForItem(array $item, bool $blindcopy, bool $expand_followers, int $last_id = 0): array + private static function createPermissionBlockForItem(array $item, bool $blindcopy, int $last_id = 0): array { if ($last_id == 0) { $last_id = $item['id']; @@ -704,7 +705,7 @@ class Transmitter $data['to'][] = $actor_profile['followers']; } } else { - $receiver_list = Item::enumeratePermissions($item, true, $expand_followers); + $receiver_list = Item::enumeratePermissions($item, true, false); foreach ($terms as $term) { $cid = Contact::getIdForURL($term['url'], $item['uid']); @@ -851,6 +852,28 @@ class Transmitter unset($receivers['bcc']); } + if (!$blindcopy && count($receivers['audience']) == 1) { + $receivers['audience'] = $receivers['audience'][0]; + } elseif (!$receivers['audience']) { + unset($receivers['audience']); + } + + return $receivers; + } + + /** + * Store the receivers for the given item + * + * @param array $item + * @return void + */ + public static function storeReceiversForItem(array $item) + { + $receivers = self::createPermissionBlockForItem($item, true); + if (empty($receivers)) { + return; + } + foreach (['to' => Tag::TO, 'cc' => Tag::CC, 'bcc' => Tag::BCC, 'audience' => Tag::AUDIENCE] as $element => $type) { if (!empty($receivers[$element])) { foreach ($receivers[$element] as $receiver) { @@ -863,6 +886,57 @@ class Transmitter } } } + } + + /** + * Get a list of receivers for the provided uri-id + * + * @param array $item + * @param boolean $blindcopy + * @return void + */ + public static function getReceiversForUriId(int $uri_id, bool $blindcopy) + { + $tags = Tag::getByURIId($uri_id, [Tag::TO, Tag::CC, Tag::BCC, Tag::AUDIENCE]); + if (empty($tags)) { + Logger::debug('No receivers found', ['uri-id' => $uri_id]); + $post = Post::selectFirst(Item::DELIVER_FIELDLIST, ['uri-id' => $uri_id, 'origin' => true]); + if (!empty($post)) { + ActivityPub\Transmitter::storeReceiversForItem($post); + $tags = Tag::getByURIId($uri_id, [Tag::TO, Tag::CC, Tag::BCC, Tag::AUDIENCE]); + Logger::debug('Receivers are created', ['uri-id' => $uri_id, 'receivers' => count($tags)]); + } else { + Logger::debug('Origin item not found', ['uri-id' => $uri_id]); + } + } + + $receivers = [ + 'to' => [], + 'cc' => [], + 'bcc' => [], + 'audience' => [], + ]; + + foreach ($tags as $receiver) { + switch ($receiver['type']) { + case Tag::TO: + $receivers['to'][] = $receiver['url']; + break; + case Tag::CC: + $receivers['cc'][] = $receiver['url']; + break; + case Tag::BCC: + $receivers['bcc'][] = $receiver['url']; + break; + case Tag::AUDIENCE: + $receivers['audience'][] = $receiver['url']; + break; + } + } + + if (!$blindcopy) { + unset($receivers['bcc']); + } if (!$blindcopy && count($receivers['audience']) == 1) { $receivers['audience'] = $receivers['audience'][0]; @@ -905,13 +979,12 @@ class Transmitter * Fetches a list of inboxes of followers of a given user * * @param integer $uid User ID - * @param boolean $personal fetch personal inboxes * @param boolean $all_ap Retrieve all AP enabled inboxes * @return array of follower inboxes * @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \ImagickException */ - public static function fetchTargetInboxesforUser(int $uid, bool $personal = false, bool $all_ap = false): array + public static function fetchTargetInboxesforUser(int $uid, bool $all_ap = false): array { $inboxes = []; @@ -932,11 +1005,13 @@ class Transmitter } $condition = [ - 'uid' => $uid, - 'archive' => false, - 'pending' => false, - 'blocked' => false, - 'network' => Protocol::FEDERATED, + 'uid' => $uid, + 'self' => false, + 'archive' => false, + 'pending' => false, + 'blocked' => false, + 'network' => Protocol::FEDERATED, + 'contact-type' => [Contact::TYPE_UNKNOWN, Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION], ]; if (!empty($uid)) { @@ -959,7 +1034,7 @@ class Transmitter $profile = APContact::getByURL($contact['url'], false); if (!empty($profile)) { - if (empty($profile['sharedinbox']) || $personal || Contact::isLocal($contact['url'])) { + if (empty($profile['sharedinbox']) || Contact::isLocal($contact['url'])) { $target = $profile['inbox']; } else { $target = $profile['sharedinbox']; @@ -979,15 +1054,13 @@ class Transmitter * * @param array $item Item array * @param integer $uid User ID - * @param boolean $personal fetch personal inboxes - * @param integer $last_id Last item id for adding receivers * @return array with inboxes * @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \ImagickException */ - public static function fetchTargetInboxes(array $item, int $uid, bool $personal = false, int $last_id = 0): array + public static function fetchTargetInboxes(array $item, int $uid): array { - $permissions = self::createPermissionBlockForItem($item, true, true, $last_id); + $permissions = self::getReceiversForUriId($item['uri-id'], true); if (empty($permissions)) { return []; } @@ -1019,13 +1092,13 @@ class Transmitter } if ($item_profile && ($receiver == $item_profile['followers']) && ($uid == $profile_uid)) { - $inboxes = array_merge_recursive($inboxes, self::fetchTargetInboxesforUser($uid, $personal, self::isAPPost($last_id))); + $inboxes = array_merge_recursive($inboxes, self::fetchTargetInboxesforUser($uid, true)); } else { $profile = APContact::getByURL($receiver, false); if (!empty($profile)) { $contact = Contact::getByURLForUser($receiver, $uid, false, ['id']); - if (empty($profile['sharedinbox']) || $personal || $blindcopy || Contact::isLocal($receiver)) { + if (empty($profile['sharedinbox']) || $blindcopy || Contact::isLocal($receiver)) { $target = $profile['inbox']; } else { $target = $profile['sharedinbox']; @@ -1041,6 +1114,27 @@ class Transmitter return $inboxes; } + /** + * Fetch the target inboxes for a given mail id + * + * @param integer $mail_id + * @return array + */ + public static function fetchTargetInboxesFromMail(int $mail_id): array + { + $mail = DBA::selectFirst('mail', ['contact-id'], ['id' => $mail_id]); + if (!DBA::isResult($mail)) { + return []; + } + + $account = DBA::selectFirst('account-user-view', ['ap-inbox'], ['id' => $mail['contact-id']]); + if (empty($account['ap-inbox'])) { + return []; + } + + return [$account['ap-inbox'] => [$mail['contact-id']]]; + } + /** * Creates an array in the structure of the item table for a given mail id * @@ -1119,7 +1213,7 @@ class Transmitter $data['actor'] = $mail['author-link']; $data['published'] = DateTimeFormat::utc($mail['created'] . '+00:00', DateTimeFormat::ATOM); $data['instrument'] = self::getService(); - $data = array_merge($data, self::createPermissionBlockForItem($mail, true, false)); + $data = array_merge($data, self::createPermissionBlockForItem($mail, true)); if (empty($data['to']) && !empty($data['cc'])) { $data['to'] = $data['cc']; @@ -1351,7 +1445,7 @@ class Transmitter $data['instrument'] = self::getService(); - $data = array_merge($data, self::createPermissionBlockForItem($item, false, false)); + $data = array_merge($data, self::createPermissionBlockForItem($item, false)); if (in_array($data['type'], ['Create', 'Update', 'Delete'])) { $data['object'] = self::createNote($item, $api_mode); @@ -1433,6 +1527,29 @@ class Transmitter return $location; } + /** + * Appends emoji tags to a tag array according to the tags used. + * + * @param array $tags Tag array + * @param string $text Text containing tags like :tag: + * @return string normalized text + */ + private static function addEmojiTags(array &$tags, string $text): string + { + $emojis = Smilies::extractUsedSmilies($text, $normalized); + foreach ($emojis as $name => $url) { + $tags[] = [ + 'type' => 'Emoji', + 'name' => $name, + 'icon' => [ + 'type' => 'Image', + 'url' => $url, + ], + ]; + } + return $normalized; + } + /** * Returns a tag array for a given item array * @@ -1705,17 +1822,18 @@ class Transmitter $data['name'] = BBCode::toPlaintext($item['title'], false); } - $permission_block = self::createPermissionBlockForItem($item, false, false); + $permission_block = self::getReceiversForUriId($item['uri-id'], false); $real_quote = false; $item = Post\Media::addHTMLAttachmentToItem($item); $body = $item['body']; - + $emojis = []; if ($type == 'Note') { $body = $item['raw-body'] ?? self::removePictures($body); } + $body = self::addEmojiTags($emojis, $body); /** * @todo Improve the automated summary @@ -1752,7 +1870,7 @@ class Transmitter $body = BBCode::setMentionsToNicknames($body); - if (!empty($item['quote-uri-id'])) { + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] != $item['uri-id'])) { if (Post::exists(['uri-id' => $item['quote-uri-id'], 'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN]])) { $real_quote = true; $data['quoteUrl'] = $item['quote-uri']; @@ -1772,7 +1890,7 @@ class Transmitter if (!empty($language)) { $richbody = BBCode::setMentionsToNicknames($item['body'] ?? ''); $richbody = Post\Media::removeFromEndOfBody($richbody); - if (!empty($item['quote-uri-id'])) { + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] != $item['uri-id'])) { if ($real_quote) { $richbody = DI::contentItem()->addShareLink($richbody, $item['quote-uri-id']); } else { @@ -1784,7 +1902,7 @@ class Transmitter $data['contentMap'][$language] = BBCode::convertForUriId($item['uri-id'], $richbody, BBCode::EXTERNAL); } - if (!empty($item['quote-uri-id'])) { + if (!empty($item['quote-uri-id']) && ($item['quote-uri-id'] != $item['uri-id'])) { $source = DI::contentItem()->addSharedPost($item, $item['body']); } else { $source = $item['body']; @@ -1797,7 +1915,7 @@ class Transmitter } $data['attachment'] = self::createAttachmentList($item); - $data['tag'] = self::createTagList($item, $data['quoteUrl'] ?? ''); + $data['tag'] = array_merge(self::createTagList($item, $data['quoteUrl'] ?? ''), $emojis); if (empty($data['location']) && (!empty($item['coord']) || !empty($item['location']))) { $data['location'] = self::createLocation($item); @@ -1824,7 +1942,7 @@ class Transmitter if (!empty($item['language'])) { $languages = array_keys(json_decode($item['language'], true)); if (!empty($languages[0])) { - return $languages[0]; + return DI::l10n()->toISO6391($languages[0]); } } @@ -1832,12 +1950,12 @@ class Transmitter if (!empty($item['uid'])) { $user = DBA::selectFirst('user', ['language'], ['uid' => $item['uid']]); if (!empty($user['language'])) { - return $user['language']; + return DI::l10n()->toISO6391($user['language']); } } // And finally just use the system language - return DI::config()->get('system', 'language'); + return DI::l10n()->toISO6391(DI::config()->get('system', 'language')); } /** diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1ab12089de..b358796ce7 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1,6 +1,6 @@ $uri->getAddr(), 'callstack' => System::callstack(20)]); + Logger::info('Fetching diaspora key', ['handle' => $uri->getAddr()]); try { return DI::dsprContact()->getByAddr($uri)->pubKey; } catch (HTTPException\NotFoundException | \InvalidArgumentException $e) { @@ -1192,6 +1192,7 @@ class Diaspora { $fields = [ 'id', 'parent', 'body', 'wall', 'uri', 'guid', 'private', 'origin', + 'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'author-name', 'author-link', 'author-avatar', 'gravity', 'owner-name', 'owner-link', 'owner-avatar' ]; @@ -1567,6 +1568,12 @@ class Diaspora $datarray['verb'] = Activity::POST; $datarray['gravity'] = Item::GRAVITY_COMMENT; + $datarray['private'] = $toplevel_parent_item['private']; + $datarray['allow_cid'] = $toplevel_parent_item['allow_cid']; + $datarray['allow_gid'] = $toplevel_parent_item['allow_gid']; + $datarray['deny_cid'] = $toplevel_parent_item['deny_cid']; + $datarray['deny_gid'] = $toplevel_parent_item['deny_gid']; + $datarray['thr-parent'] = $thr_parent ?: $toplevel_parent_item['uri']; $datarray['object-type'] = Activity\ObjectType::COMMENT; @@ -1823,6 +1830,13 @@ class Diaspora $datarray['verb'] = $verb; $datarray['gravity'] = Item::GRAVITY_ACTIVITY; + + $datarray['private'] = $toplevel_parent_item['private']; + $datarray['allow_cid'] = $toplevel_parent_item['allow_cid']; + $datarray['allow_gid'] = $toplevel_parent_item['allow_gid']; + $datarray['deny_cid'] = $toplevel_parent_item['deny_cid']; + $datarray['deny_gid'] = $toplevel_parent_item['deny_gid']; + $datarray['thr-parent'] = $toplevel_parent_item['uri']; $datarray['object-type'] = Activity\ObjectType::NOTE; @@ -3022,7 +3036,7 @@ class Diaspora // The "addr" field should always be filled. // If this isn't the case, it will raise a notice some lines later. // And in the log we will see where it came from, and we can handle it there. - Logger::notice('Empty addr', ['contact' => $contact ?? [], 'callstack' => System::callstack(20)]); + Logger::notice('Empty addr', ['contact' => $contact ?? []]); } $envelope = self::buildMessage($msg, $owner, $contact, $owner['uprvkey'], $pubkey ?? '', $public_batch); @@ -3245,7 +3259,9 @@ class Diaspora /// @todo - establish "all day" events in Friendica $eventdata['all_day'] = 'false'; - $eventdata['timezone'] = 'UTC'; + // @todo Should be user timezone - but only if the event is supposed to be displayed + // in that specific timezone and not the user's timezone. + // $eventdata['timezone'] = 'UTC'; if ($event['start']) { $eventdata['start'] = DateTimeFormat::utc($event['start'], $mask); @@ -3870,7 +3886,7 @@ class Diaspora */ private static function createProfileData(int $uid): array { - $profile = DBA::selectFirst('owner-view', ['uid', 'addr', 'name', 'location', 'net-publish', 'dob', 'about', 'pub_keywords'], ['uid' => $uid]); + $profile = DBA::selectFirst('owner-view', ['uid', 'addr', 'name', 'location', 'net-publish', 'dob', 'about', 'pub_keywords', 'updated'], ['uid' => $uid]); if (!DBA::isResult($profile)) { return []; @@ -3880,17 +3896,21 @@ class Diaspora $data = [ 'author' => $profile['addr'], + 'edited_at' => DateTimeFormat::utc($profile['updated']), + 'full_name' => $profile['name'], 'first_name' => $split_name['first'], 'last_name' => $split_name['last'], 'image_url' => DI::baseUrl() . '/photo/custom/300/' . $profile['uid'] . '.jpg', 'image_url_medium' => DI::baseUrl() . '/photo/custom/100/' . $profile['uid'] . '.jpg', 'image_url_small' => DI::baseUrl() . '/photo/custom/50/' . $profile['uid'] . '.jpg', - 'searchable' => ($profile['net-publish'] ? 'true' : 'false'), + 'bio' => null, 'birthday' => null, - 'about' => null, + 'gender' => null, 'location' => null, - 'tag_string' => null, + 'searchable' => ($profile['net-publish'] ? 'true' : 'false'), + 'public' => 'false', 'nsfw' => 'false', + 'tag_string' => null, ]; if ($data['searchable'] === 'true') { @@ -3904,7 +3924,7 @@ class Diaspora $data['birthday'] = DateTimeFormat::utc($year . '-' . $month . '-' . $day, 'Y-m-d'); } - $data['about'] = BBCode::toMarkdown($profile['about'] ?? ''); + $data['bio'] = BBCode::toMarkdown($profile['about'] ?? ''); $data['location'] = $profile['location']; $data['tag_string'] = ''; @@ -3963,8 +3983,10 @@ class Diaspora // @todo Split this into single worker jobs foreach ($recipients as $recipient) { - Logger::info('Send updated profile data for user ' . $uid . ' to contact ' . $recipient['id']); - self::buildAndTransmit($owner, $recipient, 'profile', $message); + if ((empty($recipient['gsid']) || GServer::isReachableById($recipient['gsid'])) && !Contact\User::isBlocked($recipient['id'], $uid)) { + Logger::info('Send updated profile data for user ' . $uid . ' to contact ' . $recipient['id']); + self::buildAndTransmit($owner, $recipient, 'profile', $message); + } } } diff --git a/src/Protocol/Diaspora/Entity/DiasporaContact.php b/src/Protocol/Diaspora/Entity/DiasporaContact.php index a8b19d292d..76a92bfb57 100644 --- a/src/Protocol/Diaspora/Entity/DiasporaContact.php +++ b/src/Protocol/Diaspora/Entity/DiasporaContact.php @@ -1,6 +1,6 @@ save($DiasporaContact); - $this->logger->info('Updated diaspora-contact', ['url' => (string) $DiasporaContact->url, 'callstack' => System::callstack(20)]); + $this->logger->info('Updated diaspora-contact', ['url' => (string) $DiasporaContact->url]); return $DiasporaContact; } diff --git a/src/Protocol/Email.php b/src/Protocol/Email.php index 35f5fdfdd4..68d56da8bc 100644 --- a/src/Protocol/Email.php +++ b/src/Protocol/Email.php @@ -1,6 +1,6 @@ createElement('entry'); if ($owner['contact-type'] == Contact::TYPE_COMMUNITY) { + $entry->setAttribute('xmlns:activity', ActivityNamespace::ACTIVITY); + $contact = Contact::getByURL($item['author-link']) ?: $owner; $contact['nickname'] = $contact['nickname'] ?? $contact['nick']; $author = self::addAuthor($doc, $contact, false); diff --git a/src/Protocol/Relay.php b/src/Protocol/Relay.php index 57bd712557..611d66cf44 100644 --- a/src/Protocol/Relay.php +++ b/src/Protocol/Relay.php @@ -1,6 +1,6 @@ $network, 'url' => $url, 'author' => $authorid, 'tags' => $tags]); + return true; + } + $scope = $config->get('system', 'relay_scope'); if ($scope == self::SCOPE_NONE) { @@ -125,7 +136,7 @@ class Relay } } - if (!self::isWantedLanguage($body)) { + if (!self::isWantedLanguage($body, 0, $authorid, $languages)) { Logger::info('Unwanted or Undetected language found - rejected', ['network' => $network, 'url' => $url, 'causer' => $causer, 'tags' => $tags]); return false; } @@ -166,24 +177,43 @@ class Relay * Detect the language of a post and decide if the post should be accepted * * @param string $body + * @param int $uri_id + * @param int $author_id + * @param array $languages * @return boolean */ - public static function isWantedLanguage(string $body) + public static function isWantedLanguage(string $body, int $uri_id = 0, int $author_id = 0, array $languages = []) { - $languages = []; - foreach (Item::getLanguageArray($body, 10) as $language => $reliability) { - if ($reliability > 0) { - $languages[] = $language; + $detected = []; + $quality = DI::config()->get('system', 'relay_language_quality'); + foreach (Item::getLanguageArray($body, DI::config()->get('system', 'relay_languages'), $uri_id, $author_id) as $language => $reliability) { + if (($reliability >= $quality) && ($quality > 0)) { + $detected[] = $language; } } - Logger::debug('Got languages', ['languages' => $languages, 'body' => $body]); + if (empty($languages) && empty($detected) && (empty($body) || Smilies::isEmojiPost($body))) { + Logger::debug('Empty body or only emojis', ['body' => $body]); + return true; + } - if (!empty($languages)) { - if (in_array($languages[0], DI::config()->get('system', 'relay_deny_languages'))) { - Logger::info('Unwanted language found', ['language' => $languages[0]]); - return false; + if (!empty($languages) || !empty($detected)) { + $user_languages = User::getLanguages(); + + foreach ($detected as $language) { + if (in_array($language, $user_languages)) { + Logger::debug('Wanted language found in detected languages', ['language' => $language, 'detected' => $detected, 'userlang' => $user_languages, 'body' => $body]); + return true; + } } + foreach ($languages as $language) { + if (in_array($language, $user_languages)) { + Logger::debug('Wanted language found in defined languages', ['language' => $language, 'languages' => $languages, 'detected' => $detected, 'userlang' => $user_languages, 'body' => $body]); + return true; + } + } + Logger::debug('No wanted language found', ['languages' => $languages, 'detected' => $detected, 'userlang' => $user_languages, 'body' => $body]); + return false; } elseif (DI::config()->get('system', 'relay_deny_undetected_language')) { Logger::info('Undetected language found', ['body' => $body]); return false; diff --git a/src/Protocol/Salmon.php b/src/Protocol/Salmon.php index 5047375ea0..03e2b8b782 100644 --- a/src/Protocol/Salmon.php +++ b/src/Protocol/Salmon.php @@ -1,6 +1,6 @@ getScheme() . '://' . $uri->getHost() . $uri->getPath(); + $redirect_uri = strtok($redirect_uri, '?'); $condition = DBA::mergeConditions($condition, ["`redirect_uri` LIKE ?", '%' . $redirect_uri . '%']); } diff --git a/src/Security/OAuth1/OAuthConsumer.php b/src/Security/OAuth1/OAuthConsumer.php index a827180349..aee64adfa6 100644 --- a/src/Security/OAuth1/OAuthConsumer.php +++ b/src/Security/OAuth1/OAuthConsumer.php @@ -1,6 +1,6 @@ System::callstack()]); + Logger::warning('Empty key parameter'); } openssl_sign($data, $sig, $key, (($alg == 'sha1') ? OPENSSL_ALGO_SHA1 : $alg)); return $sig; @@ -58,7 +57,7 @@ class Crypto public static function rsaVerify($data, $sig, $key, $alg = 'sha256') { if (empty($key)) { - Logger::warning('Empty key parameter', ['callstack' => System::callstack()]); + Logger::warning('Empty key parameter'); } return openssl_verify($data, $sig, $key, (($alg == 'sha1') ? OPENSSL_ALGO_SHA1 : $alg)); } diff --git a/src/Util/DateTimeFormat.php b/src/Util/DateTimeFormat.php index e8b3482620..b413e80c57 100644 --- a/src/Util/DateTimeFormat.php +++ b/src/Util/DateTimeFormat.php @@ -1,6 +1,6 @@ isSuccess() || empty($curlResult->getBody())) { + Logger::debug('Fetching was unsuccessful', ['url' => $request, 'return-code' => $curlResult->getReturnCode(), 'error-number' => $curlResult->getErrorNumber(), 'error' => $curlResult->getError()]); return []; } diff --git a/src/Util/Images.php b/src/Util/Images.php index aed72f065b..b44b1fb8f5 100644 --- a/src/Util/Images.php +++ b/src/Util/Images.php @@ -1,6 +1,6 @@ isValid()) { - $data['blurhash'] = $image->getBlurHash(); - } - - $data['size'] = $filesize; + if (!$data) { + return []; } - return is_array($data) ? $data : []; + $image = new Image($img_str); + + if ($image->isValid()) { + $data['blurhash'] = $image->getBlurHash(); + } + + $data['size'] = $filesize; + + return $data; } /** @@ -352,4 +354,15 @@ class Images return '[img=' . $photo . ']' . $description . '[/img]'; } + + /** + * Get the maximum possible upload size in bytes + * + * @return integer + */ + public static function getMaxUploadBytes(): int + { + $upload_size = ini_get('upload_max_filesize') ?: DI::config()->get('system', 'maximagesize'); + return Strings::getBytesFromShorthand($upload_size); + } } diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 427205958f..f1d4da3f5b 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -1,6 +1,6 @@ (object)['@id' => 'https://joinmobilizon.org/ns#', '@type' => '@id'], 'fedibird' => (object)['@id' => 'http://fedibird.com/ns#', '@type' => '@id'], 'misskey' => (object)['@id' => 'https://misskey-hub.net/ns#', '@type' => '@id'], + 'pixelfed' => (object)['@id' => 'http://pixelfed.org/ns#', '@type' => '@id'], ]; $orig_json = $json; @@ -208,7 +212,7 @@ class JsonLD Logger::notice('compacting error', ['msg' => $e->getMessage(), 'previous' => $e->getPrevious(), 'line' => $e->getLine()]); if ($logfailed && DI::config()->get('debug', 'ap_log_failure')) { $tempfile = tempnam(System::getTempPath(), 'failed-jsonld'); - file_put_contents($tempfile, json_encode(['json' => $orig_json, 'callstack' => System::callstack(20), 'msg' => $e->getMessage(), 'previous' => $e->getPrevious()], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)); + file_put_contents($tempfile, json_encode(['json' => $orig_json, 'msg' => $e->getMessage(), 'previous' => $e->getPrevious()], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)); Logger::notice('Failed message stored', ['file' => $tempfile]); } } diff --git a/src/Util/LDSignature.php b/src/Util/LDSignature.php index 8cfadb16da..65695a5216 100644 --- a/src/Util/LDSignature.php +++ b/src/Util/LDSignature.php @@ -1,6 +1,6 @@ $e->getCode(), 'message' => $e->getMessage(), 'uri' => $uri]); + return null; + } + } } diff --git a/src/Util/ParseUrl.php b/src/Util/ParseUrl.php index 79f427a654..684f54c402 100644 --- a/src/Util/ParseUrl.php +++ b/src/Util/ParseUrl.php @@ -1,6 +1,6 @@ $url, 'callstack' => System::callstack(20)]); + Logger::info('Created proxy link', ['url' => $url]); // Too long files aren't supported by Apache if (strlen($proxypath) > 250) { @@ -211,4 +211,21 @@ class Proxy return $matches[1] . self::proxifyUrl(htmlspecialchars_decode($matches[2])) . $matches[3]; } + public static function getPixelsFromSize(string $size): int + { + switch ($size) { + case Proxy::SIZE_MICRO: + return Proxy::PIXEL_MICRO; + case Proxy::SIZE_THUMB: + return Proxy::PIXEL_THUMB; + case Proxy::SIZE_SMALL: + return Proxy::PIXEL_SMALL; + case Proxy::SIZE_MEDIUM: + return Proxy::PIXEL_MEDIUM; + case Proxy::SIZE_LARGE: + return Proxy::PIXEL_LARGE; + default: + return 0; + } + } } diff --git a/src/Util/ReversedFileReader.php b/src/Util/ReversedFileReader.php index 58fb2cb3fa..322c7ec79d 100644 --- a/src/Util/ReversedFileReader.php +++ b/src/Util/ReversedFileReader.php @@ -1,6 +1,6 @@ $text, 'regex' => $regex, 'blocks' => $blocks, 'executionId' => $executionId, 'callstack' => System::callstack(10)]); + Logger::notice('Received null value from preg_replace_callback', ['text' => $text, 'regex' => $regex, 'blocks' => $blocks, 'executionId' => $executionId]); } $text = $callback($return ?? $text) ?? ''; diff --git a/src/Util/Temporal.php b/src/Util/Temporal.php index acafb66ab6..d2599179fa 100644 --- a/src/Util/Temporal.php +++ b/src/Util/Temporal.php @@ -1,6 +1,6 @@ get(DI::userSession()->getLocalUserId(), 'calendar', 'first_day_of_week', 0); - $lang = substr(DI::l10n()->getCurrentLang(), 0, 2); + $lang = DI::l10n()->toISO6391(DI::l10n()->getCurrentLang()); // Check if the detected language is supported by the picker if (!in_array($lang, diff --git a/src/Util/Writer/DbaDefinitionSqlWriter.php b/src/Util/Writer/DbaDefinitionSqlWriter.php index 786eb86650..ad42eed315 100644 --- a/src/Util/Writer/DbaDefinitionSqlWriter.php +++ b/src/Util/Writer/DbaDefinitionSqlWriter.php @@ -1,6 +1,6 @@ System::callstack()]); + Logger::error('Error(s) while parsing XML string.'); foreach (libxml_get_errors() as $err) { Logger::info('libxml error', ['code' => $err->code, 'position' => $err->line . ':' . $err->column, 'message' => $err->message]); } diff --git a/src/Worker/APDelivery.php b/src/Worker/APDelivery.php index b16ad7705f..e10f8fbc6a 100644 --- a/src/Worker/APDelivery.php +++ b/src/Worker/APDelivery.php @@ -1,6 +1,6 @@ get('system', 'poco_discovery')) { + Worker::add(Worker::PRIORITY_LOW, 'UpdateServerDirectories'); + } // Expire and remove user entries Worker::add(Worker::PRIORITY_MEDIUM, 'ExpireAndRemoveUsers'); diff --git a/src/Worker/DBUpdate.php b/src/Worker/DBUpdate.php index 7b7c3b8c92..23b458501b 100644 --- a/src/Worker/DBUpdate.php +++ b/src/Worker/DBUpdate.php @@ -1,6 +1,6 @@ $url]); - } elseif (!Worker::defer()) { - Logger::info('Activity could not be fetched', ['url' => $url]); + } elseif (is_null($result)) { + Logger::info('Permament error, activity could not be fetched', ['url' => $url]); + } elseif (!Worker::defer(self::WORKER_DEFER_LIMIT)) { + Logger::info('Defer limit reached, activity could not be fetched', ['url' => $url]); // recursively delete all entries that belong to this worker task $queue = DI::app()->getQueue(); diff --git a/src/Worker/ForkHook.php b/src/Worker/ForkHook.php index 406dcd171c..1683d6d267 100644 --- a/src/Worker/ForkHook.php +++ b/src/Worker/ForkHook.php @@ -1,6 +1,6 @@ $receivers) { $ap_contacts = array_merge($ap_contacts, $receivers); Logger::info('Delivery via ActivityPub', ['cmd' => $cmd, 'target' => $target_id, 'inbox' => $inbox]); @@ -102,7 +101,7 @@ class Notifier $uid = $target_id; $condition = ['uid' => $target_id, 'self' => false, 'network' => [Protocol::DFRN, Protocol::DIASPORA]]; - $delivery_contacts_stmt = DBA::select('contact', ['id', 'url', 'addr', 'network', 'protocol', 'baseurl', 'gsid', 'batch'], $condition); + $delivery_contacts_stmt = DBA::select('contact', ['id', 'uri-id', 'url', 'addr', 'network', 'protocol', 'baseurl', 'gsid', 'batch'], $condition); } else { $post = Post::selectFirst(['id'], ['uri-id' => $post_uriid, 'uid' => $sender_uid]); if (!DBA::isResult($post)) { @@ -191,7 +190,8 @@ class Notifier $apdelivery = self::activityPubDelivery($cmd, $target_item, $parent, $thr_parent, $a->getQueueValue('priority'), $a->getQueueValue('created'), $owner); $ap_contacts = $apdelivery['contacts']; $delivery_queue_count += $apdelivery['count']; - if (($thr_parent['network'] == Protocol::ACTIVITYPUB) && ($thr_parent['private'] == Item::PRIVATE)) { + // Restrict distribution to AP, when there are no permissions. + if (($target_item['private'] == Item::PRIVATE) && empty($target_item['allow_cid']) && empty($target_item['allow_gid']) && empty($target_item['deny_cid']) && empty($target_item['deny_gid'])) { $only_ap_delivery = true; $public_message = false; $diaspora_delivery = false; @@ -438,7 +438,7 @@ class Notifier if (!empty($networks)) { $condition['network'] = $networks; } - $delivery_contacts_stmt = DBA::select('contact', ['id', 'addr', 'url', 'network', 'protocol', 'baseurl', 'gsid', 'batch'], $condition); + $delivery_contacts_stmt = DBA::select('contact', ['id', 'uri-id', 'addr', 'url', 'network', 'protocol', 'baseurl', 'gsid', 'batch'], $condition); } $conversants = []; @@ -462,7 +462,7 @@ class Notifier $condition = ['network' => Protocol::DFRN, 'uid' => $owner['uid'], 'blocked' => false, 'pending' => false, 'archive' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]]; - $contacts = DBA::selectToArray('contact', ['id', 'url', 'addr', 'name', 'network', 'protocol', 'baseurl', 'gsid'], $condition); + $contacts = DBA::selectToArray('contact', ['id', 'uri-id', 'url', 'addr', 'name', 'network', 'protocol', 'baseurl', 'gsid'], $condition); $conversants = array_merge($contacts, $participants); @@ -593,6 +593,11 @@ class Notifier continue; } + if (($contact['network'] == Protocol::ACTIVITYPUB) && !DI::dsprContact()->existsByUriId($contact['uri-id'])) { + Logger::info('The ActivityPub contact does not support Diaspora, so skip delivery via Diaspora', ['id' => $post_uriid, 'uid' => $sender_uid, 'url' => $contact['url']]); + continue; + } + Logger::info('Delivery', ['batch' => $in_batch, 'target' => $post_uriid, 'uid' => $sender_uid, 'guid' => $target_item['guid'] ?? '', 'to' => $contact]); // Ensure that posts with our own protocol arrives before Diaspora posts arrive. @@ -815,7 +820,7 @@ class Notifier Logger::info('Remote item is no AP post. It will not be distributed.', ['id' => $target_item['id'], 'url' => $target_item['uri'], 'verb' => $target_item['verb']]); return ['count' => 0, 'contacts' => []]; } elseif ($parent['origin'] && (($target_item['gravity'] != Item::GRAVITY_ACTIVITY) || DI::config()->get('system', 'redistribute_activities'))) { - $inboxes = ActivityPub\Transmitter::fetchTargetInboxes($parent, $uid, false, $target_item['id']); + $inboxes = ActivityPub\Transmitter::fetchTargetInboxes($parent, $uid); if (in_array($target_item['private'], [Item::PUBLIC])) { $inboxes = ActivityPub\Transmitter::addRelayServerInboxesForItem($parent['id'], $inboxes); diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 15a9c856da..9f342a30a7 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -1,6 +1,6 @@ get('system', 'optimize_all_tables')) { DBA::optimizeTable('apcontact'); diff --git a/src/Worker/PollContacts.php b/src/Worker/PollContacts.php index 80b7ae4456..55443c96f6 100644 --- a/src/Worker/PollContacts.php +++ b/src/Worker/PollContacts.php @@ -1,6 +1,6 @@ $total, 'outdated' => $outdated, 'updating' => $limit]); - $gservers = DBA::select('gserver', ['url', 'nurl'], $condition, ['limit' => $limit]); + $gservers = DBA::select('gserver', ['id', 'url', 'nurl', 'failed', 'created', 'last_contact'], $condition, ['limit' => $limit]); if (!DBA::isResult($gservers)) { return; } $count = 0; while ($gserver = DBA::fetch($gservers)) { + if (DI::config()->get('system', 'update_active_contacts') && !Contact::exists(['gsid' => $gserver['id'], 'local-data' => true])) { + $next_update = GServer::getNextUpdateDate(!$gserver['failed'], $gserver['created'], $gserver['last_contact']); + Logger::debug('Skip server without contacts with local data', ['url' => $gserver['url'], 'failed' => $gserver['failed'], 'next_update' => $next_update]); + GServer::update(['next_contact' => $next_update], ['nurl' => $gserver['nurl']]); + continue; + } + // Sometimes the "nurl" and "url" doesn't seem to fit, see https://forum.friendi.ca/display/ec054ce7-155f-c94d-6159-f50372664245 // There are duplicated "url" but not "nurl". So we check both addresses instead of just overwriting them, // since that would mean loosing data. diff --git a/src/Worker/UpdatePhotoAlbums.php b/src/Worker/UpdatePhotoAlbums.php index a0e3bca027..e986712d47 100644 --- a/src/Worker/UpdatePhotoAlbums.php +++ b/src/Worker/UpdatePhotoAlbums.php @@ -1,6 +1,6 @@ get('system', 'poco_discovery')) { + return; + } + if ($gserver['directory-type'] == GServer::DT_MASTODON) { self::discoverMastodonDirectory($gserver); } elseif (!empty($gserver['poco'])) { diff --git a/src/Worker/UpdateServerPeers.php b/src/Worker/UpdateServerPeers.php index 4829b538cf..e6998c446d 100644 --- a/src/Worker/UpdateServerPeers.php +++ b/src/Worker/UpdateServerPeers.php @@ -1,6 +1,6 @@ get('system', 'poco_discovery')) { + return; + } + $ret = DI::httpClient()->get($url . '/api/v1/instance/peers', HttpClientAccept::JSON); if (!$ret->isSuccess() || empty($ret->getBody())) { Logger::info('Server is not reachable or does not offer the "peers" endpoint', ['url' => $url]); diff --git a/src/Worker/UpdateSuggestions.php b/src/Worker/UpdateSuggestions.php index f7b4b9a0ac..11dbdbbb31 100644 --- a/src/Worker/UpdateSuggestions.php +++ b/src/Worker/UpdateSuggestions.php @@ -1,6 +1,6 @@ ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Prohibit contacts to post to the profile page of the user"], "hidewall" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Hide profile details from unknown viewers"], "blocktags" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Prohibit contacts to tag the post of this user"], - "unkmail" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Permit unknown people to send private mails to this user"], - "cntunkmail" => ["type" => "int unsigned", "not null" => "1", "default" => "10", "comment" => ""], "notify-flags" => ["type" => "smallint unsigned", "not null" => "1", "default" => "65535", "comment" => "email notification options"], "page-flags" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => "page/profile type"], "account-type" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => ""], @@ -551,6 +549,26 @@ return [ "k_expires" => ["k", "expires"], ] ], + "channel" => [ + "comment" => "User defined Channels", + "fields" => [ + "id" => ["type" => "int unsigned", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => ""], + "uid" => ["type" => "mediumint unsigned", "not null" => "1", "foreign" => ["user" => "uid"], "comment" => "User id"], + "label" => ["type" => "varchar(64)", "not null" => "1", "comment" => "Channel label"], + "description" => ["type" => "varchar(64)", "comment" => "Channel description"], + "circle" => ["type" => "int", "comment" => "Circle or channel that this channel is based on"], + "access-key" => ["type" => "varchar(1)", "comment" => "Access key"], + "include-tags" => ["type" => "varchar(1023)", "comment" => "Comma separated list of tags that will be included in the channel"], + "exclude-tags" => ["type" => "varchar(1023)", "comment" => "Comma separated list of tags that aren't allowed in the channel"], + "full-text-search" => ["type" => "varchar(1023)", "comment" => "Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode"], + "media-type" => ["type" => "smallint unsigned", "comment" => "Filtered media types"], + "languages" => ["type" => "mediumtext", "comment" => "Desired languages"], + ], + "indexes" => [ + "PRIMARY" => ["id"], + "uid" => ["uid"], + ] + ], "config" => [ "comment" => "main configuration storage", "fields" => [ @@ -1245,6 +1263,21 @@ return [ "uid_uri-id" => ["uid", "uri-id"], ] ], + "post-counts" => [ + "comment" => "Original remote activity", + "fields" => [ + "uri-id" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "foreign" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"], + "vid" => ["type" => "smallint unsigned", "not null" => "1", "primary" => "1", "foreign" => ["verb" => "id", "on delete" => "restrict"], "comment" => "Id of the verb table entry that contains the activity verbs"], + "reaction" => ["type" => "varchar(1)", "not null" => "1", "primary" => "1", "comment" => "Emoji Reaction"], + "parent-uri-id" => ["type" => "int unsigned", "foreign" => ["item-uri" => "id"], "comment" => "Id of the item-uri table that contains the parent uri"], + "count" => ["type" => "int unsigned", "default" => 0, "comment" => "Number of activities"], + ], + "indexes" => [ + "PRIMARY" => ["uri-id", "vid", "reaction"], + "vid" => ["vid"], + "parent-uri-id" => ["parent-uri-id"], + ] + ], "post-collection" => [ "comment" => "Collection of posts", "fields" => [ @@ -1332,6 +1365,7 @@ return [ "contact-type" => ["type" => "tinyint", "not null" => "1", "default" => "0", "comment" => "Person, organisation, news, community, relay"], "media-type" => ["type" => "tinyint", "not null" => "1", "default" => "0", "comment" => "Type of media in a bit array (1 = image, 2 = video, 4 = audio"], "language" => ["type" => "varbinary(128)", "comment" => "Language information about this post"], + "searchtext" => ["type" => "mediumtext", "comment" => "Simplified text for the full text search"], "created" => ["type" => "datetime", "comment" => ""], "restricted" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "If true, this post is either unlisted or not from a federated network"], "comments" => ["type" => "mediumint unsigned", "comment" => "Number of comments"], @@ -1341,6 +1375,7 @@ return [ "PRIMARY" => ["uri-id"], "owner-id" => ["owner-id"], "created" => ["created"], + "searchtext" => ["FULLTEXT", "searchtext"], ] ], "post-history" => [ @@ -1530,7 +1565,8 @@ return [ "event-id" => ["event-id"], "psid" => ["psid"], "author-id_uid" => ["author-id", "uid"], - "author-id_received" => ["author-id", "received"], + "author-id_created" => ["author-id", "created"], + "owner-id_created" => ["owner-id", "created"], "parent-uri-id_uid" => ["parent-uri-id", "uid"], "uid_wall_received" => ["uid", "wall", "received"], "uid_contactid" => ["uid", "contact-id"], @@ -1580,11 +1616,18 @@ return [ "post-user-id" => ["post-user-id"], "commented" => ["commented"], "received" => ["received"], + "author-id_created" => ["author-id", "created"], + "owner-id_created" => ["owner-id", "created"], "uid_received" => ["uid", "received"], "uid_wall_received" => ["uid", "wall", "received"], "uid_commented" => ["uid", "commented"], + "uid_received" => ["uid", "received"], + "uid_created" => ["uid", "created"], "uid_starred" => ["uid", "starred"], "uid_mention" => ["uid", "mention"], + "contact-id_commented" => ["contact-id", "commented"], + "contact-id_received" => ["contact-id", "received"], + "contact-id_created" => ["contact-id", "created"], ] ], "post-user-notification" => [ @@ -1837,6 +1880,17 @@ return [ "uid_application-id" => ["uid", "application-id"], ] ], + "check-full-text-search" => [ + "comment" => "Check for a full text search match in user defined channels before storing the message in the system", + "fields" => [ + "pid" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "comment" => "The ID of the process"], + "searchtext" => ["type" => "mediumtext", "comment" => "Simplified text for the full text search"], + ], + "indexes" => [ + "PRIMARY" => ["pid"], + "searchtext" => ["FULLTEXT", "searchtext"], + ], + ], "userd" => [ "comment" => "Deleted usernames", "fields" => [ diff --git a/static/dbview.config.php b/static/dbview.config.php index d688cef3fa..f0183db81a 100644 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -1,6 +1,6 @@ [ + "fields" => [ + "uri-id" => ["post-counts", "uri-id"], + "vid" => ["post-counts", "vid"], + "verb" => ["verb", "name"], + "reaction" => ["post-counts", "reaction"], + "parent-uri-id" => ["post-counts", "parent-uri-id"], + "count" => ["post-counts", "count"], + ], + "query" => "FROM `post-counts` + INNER JOIN `verb` ON `verb`.`id` = `post-counts`.`vid`" + ], + "post-timeline-view" => [ + "fields" => [ + "uid" => ["post-user", "uid"], + "uri-id" => ["post-user", "uri-id"], + "gravity" => ["post-user", "gravity"], + "created" => ["post-user", "created"], + "edited" => ["post-user", "edited"], + "commented" => ["post-thread-user", "commented"], + "received" => ["post-user", "received"], + "changed" => ["post-thread-user", "changed"], + "private" => ["post-user", "private"], + "visible" => ["post-user", "visible"], + "deleted" => ["post-user", "deleted"], + "origin" => ["post-user", "origin"], + "global" => ["post-user", "global"], + "network" => ["post-user", "network"], + "protocol" => ["post-user", "protocol"], + "vid" => ["post-user", "vid"], + "contact-id" => ["post-user", "contact-id"], + "contact-blocked" => ["contact", "blocked"], + "contact-readonly" => ["contact", "readonly"], + "contact-pending" => ["contact", "pending"], + "contact-rel" => ["contact", "rel"], + "contact-uid" => ["contact", "uid"], + "self" => ["contact", "self"], + "author-id" => ["post-user", "author-id"], + "author-blocked" => ["author", "blocked"], + "author-hidden" => ["author", "hidden"], + "author-gsid" => ["author", "gsid"], + "owner-id" => ["post-user", "owner-id"], + "owner-blocked" => ["owner", "blocked"], + "owner-gsid" => ["owner", "gsid"], + "causer-id" => ["post-user", "causer-id"], + "causer-blocked" => ["causer", "blocked"], + "causer-gsid" => ["causer", "gsid"], + ], + "query" => "FROM `post-user` + LEFT JOIN `post-thread-user` ON `post-thread-user`.`uri-id` = `post-user`.`parent-uri-id` AND `post-thread-user`.`uid` = `post-user`.`uid` + STRAIGHT_JOIN `contact` ON `contact`.`id` = `post-user`.`contact-id` + STRAIGHT_JOIN `contact` AS `author` ON `author`.`id` = `post-user`.`author-id` + STRAIGHT_JOIN `contact` AS `owner` ON `owner`.`id` = `post-user`.`owner-id` + LEFT JOIN `contact` AS `causer` ON `causer`.`id` = `post-user`.`causer-id`" + ], "post-user-view" => [ "fields" => [ "id" => ["post-user", "id"], @@ -184,6 +239,7 @@ "author-blocked" => ["author", "blocked"], "author-hidden" => ["author", "hidden"], "author-updated" => ["author", "updated"], + "author-contact-type" => ["author", "contact-type"], "author-gsid" => ["author", "gsid"], "author-baseurl" => ["author", "baseurl"], "owner-id" => ["post-user", "owner-id"], @@ -366,6 +422,7 @@ "author-blocked" => ["author", "blocked"], "author-hidden" => ["author", "hidden"], "author-updated" => ["author", "updated"], + "author-contact-type" => ["author", "contact-type"], "author-gsid" => ["author", "gsid"], "owner-id" => ["post-thread-user", "owner-id"], "owner-uri-id" => ["owner", "uri-id"], @@ -532,6 +589,7 @@ "author-blocked" => ["author", "blocked"], "author-hidden" => ["author", "hidden"], "author-updated" => ["author", "updated"], + "author-contact-type" => ["author", "contact-type"], "author-gsid" => ["author", "gsid"], "owner-id" => ["post", "owner-id"], "owner-uri-id" => ["owner", "uri-id"], @@ -675,6 +733,7 @@ "author-blocked" => ["author", "blocked"], "author-hidden" => ["author", "hidden"], "author-updated" => ["author", "updated"], + "author-contact-type" => ["author", "contact-type"], "author-gsid" => ["author", "gsid"], "owner-id" => ["post-thread", "owner-id"], "owner-uri-id" => ["owner", "uri-id"], @@ -943,8 +1002,6 @@ "blockwall" => ["user", "blockwall"], "hidewall" => ["user", "hidewall"], "blocktags" => ["user", "blocktags"], - "unkmail" => ["user", "unkmail"], - "cntunkmail" => ["user", "cntunkmail"], "notify-flags" => ["user", "notify-flags"], "page-flags" => ["user", "page-flags"], "account-type" => ["user", "account-type"], diff --git a/static/defaults.config.php b/static/defaults.config.php index ceb60c4151..819b0ad85f 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ 'php', ], 'system' => [ - // adjust_poll_frequency (Boolean) - // Automatically detect and set the best feed poll frequency. - 'adjust_poll_frequency' => false, + // add_missing_posts (boolean) + // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them + 'add_missing_posts' => false, // allowed_link_protocols (Array) // Allowed protocols in links URLs, add at your own risk. http(s) is always allowed. @@ -109,10 +109,6 @@ return [ // Addresses non-mentioned ActivityPub receivers by BCC instead of CC. Increases privacy, decreases performance. 'ap_always_bcc' => false, - // archival_days (Integer) - // Number of days that we try to deliver content before we archive a contact. - 'archival_days' => 32, - // auth_cookie_lifetime (Integer) // Number of days that should pass without any activity before a user who // chose "Remember me" when logging in is considered logged out. @@ -138,7 +134,7 @@ return [ // big_emojis (Boolean) // Display "Emoji Only" posts in big. - 'big_emojis' => false, + 'big_emojis' => true, // bulk_delivery (Boolean) // Delivers AP messages in a bulk (experimental) @@ -148,30 +144,14 @@ return [ // Deny public access to the local user directory. 'block_local_dir' => false, - // blocked_tags (String) - // Comma separated list of hashtags that shouldn't be displayed in the trending tags - 'blocked_tags' => '', - - // community_no_sharer (Boolean) - // Don't display sharing accounts on the global community - 'community_no_sharer' => false, - // contact_update_limit (Integer) // How many contacts should be checked at a time? 'contact_update_limit' => 100, - // cron_interval (Integer) - // Minimal period in minutes between two calls of the "Cron" worker job. - 'cron_interval' => 5, - // cache_driver (database|memcache|memcached|redis|apcu) // Whether to use Memcache, Memcached, Redis or APCu to store temporary cache. 'cache_driver' => 'database', - // decoupled_receiver (Boolean) - // Decouple incoming AP posts by doing the processing in the background. - 'decoupled_receiver' => false, - // distributed_cache_driver (database|memcache|memcached|redis) // Whether to use database, Memcache, Memcached or Redis as a distributed cache. 'distributed_cache_driver' => 'database', @@ -182,12 +162,9 @@ return [ // config_adapter (jit|preload) // Allow to switch the configuration adapter to improve performances at the cost of memory consumption. + // jit is slightly slower, while preload consumes marginally more memory 'config_adapter' => 'jit', - // curl_range_bytes (Integer) - // Maximum number of bytes that should be fetched. Default is 0, which mean "no limit". - 'curl_range_bytes' => 0, - // crawl_permit_period (Integer) // Period in seconds between allowed searches when the number of free searches is reached and "permit_crawling" is activated. 'crawl_permit_period' => 60, @@ -274,10 +251,6 @@ return [ // Disable the exposition check against the remote haveibeenpwned API on password change. 'disable_password_exposed' => false, - // disable_polling (Boolean) - // Disable the polling of DFRN and OStatus contacts through onepoll.php. - 'disable_polling' => false, - // display_resharer (Boolean) // Display the first resharer as icon and text on a reshared item. 'display_resharer' => false, @@ -290,18 +263,14 @@ return [ // restricts develop log writes to requests originating from this IP address. 'dlogip' => '', - // emoji_activities (Boolean) - // Display received activities (like, dislike, reshare) as emojis - 'emoji_activities' => false, + // legacy_activities (Boolean) + // Display received activities (like, dislike, reshare) as detailed list + 'legacy_activities' => true, // expire-notify-priority (integer) // Priority for the expiry notification 'expire-notify-priority' => Friendica\Core\Worker::PRIORITY_LOW, - // fetch_by_worker (Boolean) - // Fetch missing posts via a background process - 'fetch_by_worker' => false, - // fetch_featured_posts (Boolean) // Fetch featured posts from all contacts 'fetch_featured_posts' => false, @@ -353,36 +322,17 @@ return [ // If set true registration is only possible after a current member of the node has sent an invitation. 'invitation_only' => false, - // itemspage_network (Integer) - // default number of items per page in stream pages (network, community, profile/contact statuses, search) - 'itemspage_network' => 40, - - // itemspage_network_mobile (Integer) - // default number of items per page in stream pages (network, community, profile/contact statuses, search) - // on detected mobile devices - 'itemspage_network_mobile' => 20, - - // jpeg_quality (Integer) - // - // Lower numbers save space at cost of image detail - // where n is between 1 and 100, and with very poor results below about 50 - 'jpeg_quality' => 100, - // like_no_comment (Boolean) // Don't update the "commented" value of an item when it is liked. 'like_no_comment' => false, - // local_block (Boolean) - // Used in conjunction with "block_public". - 'local_block' => false, - - // local_search (Boolean) - // Blocks search for users who are not logged in to prevent crawlers from blocking your system. - 'local_search' => false, + // limited_servers (String) + // A comma separated list of server hostnames that should get limited profile data + 'limited_servers' => '', // local_tags (Boolean) // If activated, all hashtags will point to the local server. - 'local_tags' => false, + 'local_tags' => true, // lock_driver (semaphore|database|memcache|memcached|redis|apcu) // Whether to use semaphores, the database, Memcache, Memcached, Redis or APCu to handle locks. @@ -393,11 +343,11 @@ return [ // Sets the logging adapter of Friendica globally (monolog, syslog, stream) 'logger_config' => 'stream', - // syslog flags (Integer) + // syslog_flags (Integer) // Sets the syslog flags in case 'logger_config' is set to 'syslog' 'syslog_flags' => LOG_CONS | LOG_PID | LOG_ODELAY, - // syslog flags (Integer) + // syslog_facility (Integer) // Sets the syslog facility in case 'logger_config' is set to 'syslog' 'syslog_facility' => LOG_USER, @@ -411,10 +361,6 @@ return [ // The system timezone is used when no timezone is defined here. 'maintenance_end' => '03:00 +00:00', - // max_batch_queue (Integer) - // Maximum number of batched queue items for a single contact before subsequent messages are discarded. - 'max_batch_queue' => 1000, - // max_connections (Integer) // The maximum number of database connections which can be in use before the worker process is deferred to its next interval. // When the system can't detect the maximum numbers of connection then this value can be used. Use 0 for auto-detection. @@ -424,10 +370,6 @@ return [ // The maximum percentage of connections that are allowed to let the worker start. 'max_connections_level' => 75, - // max_contact_queue (Integer) - // Maximum number of queue items for a single contact before subsequent messages are discarded. - 'max_contact_queue' => 500, - // max_csv_file_size (Integer) // When uploading a CSV with account addresses to follow // in the user settings, this controls the maximum file @@ -457,14 +399,14 @@ return [ // Maximum number of concurrent database processes for foreground tasks. 'max_processes_frontend' => 20, + // max_receivers (Integer) + // The maximum number of displayed receivers of posts + 'max_receivers' => 10, + // max_recursion_depth (Integer) // Maximum recursion depth when fetching posts until the job is delegated to a worker task or finished. 'max_recursion_depth' => 50, - // maximagesize (Integer) - // Maximum size in bytes of an uploaded photo. - 'maximagesize' => 800000, - // memcache_host (String) // Host name of the memcache daemon. 'memcache_host' => '127.0.0.1', @@ -479,10 +421,6 @@ return [ ['127.0.0.1', '11211'], ], - // min_poll_interval (Integer) - // minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59. - 'min_poll_interval' => 15, - // minimum_posting_interval (Integer) // Minimum interval between two feed posts per user 'minimum_posting_interval' => 0, @@ -523,25 +461,10 @@ return [ // Sets the ImageMagick compression level for PNG images. Values range from 0 (uncompressed) to 9 (most compressed). 'png_quality' => 8, - // process_view (Boolean) - // Process the "View" activity that is used by Peertube. View activities are displayed, when "emoji_activities" are enabled. - 'process_view' => false, - // profiler (Boolean) // Enable internal timings to help optimize code. Needed for "rendertime" addon. 'profiler' => false, - // pushpoll_frequency (Integer) - // Frequency of contact poll for subhub contact using the DFRN or OStatus network. - // Available values: - // - 5 = every month - // - 4 = every week - // - 3 = every day - // - 2 = twice a day - // - 1 = every hour - // - 0 = every minute - 'pushpoll_frequency' => 3, - // redis_host (String) // Host name or the path to the Unix domain socket of the Redis daemon. 'redis_host' => '127.0.0.1', @@ -562,14 +485,6 @@ return [ // Redistribute incoming activities via ActivityPub 'redistribute_activities' => true, - // relay_deny_languages (Array) - // Array of languages (two digit format) that are rejected. - 'relay_deny_languages' => [], - - // relay_deny_undetected_language (Boolean) - // Deny undetected languages - 'relay_deny_undetected_language' => false, - // session_handler (database|cache|native) // Whether to use Cache to store session data or to use PHP native session storage. 'session_handler' => 'database', @@ -636,10 +551,6 @@ return [ // Transmit pending events upon accepted contact request for groups 'transmit_pending_events' => false, - // update_active_contacts (Boolean) - // When activated, only public contacts will be activated regularly that are used for example in items or tags. - 'update_active_contacts' => false, - // username_min_length (Integer) // The minimum character length a username can be. // This length is checked once the username has been trimmed and multiple spaces have been collapsed into one. @@ -660,10 +571,6 @@ return [ // If enabled, it prints out the number of running processes split by priority. 'worker_debug' => false, - // worker_fetch_limit (Integer) - // Number of worker tasks that are fetched in a single query. - 'worker_fetch_limit' => 1, - // worker_fork (Boolean) // Experimental setting. Use pcntl_fork to spawn a new worker process. // Does not work when "worker_multiple_fetch" is enabled (Needs more testing) @@ -677,10 +584,6 @@ return [ // List of minutes for the jobs per minute (JPM) calculation 'worker_jpm_range' => '1, 10, 60', - // worker_load_cooldown (Integer) - // Maximum load that causes a cooldown before each worker function call. - 'worker_load_cooldown' => 0, - // worker_load_exponent (Integer) // Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load. // For a linear response where 25% of worker queues are allowed at 75% of maximum load, set this to 1. @@ -707,10 +610,6 @@ return [ // Does not work when "worker_fork" is enabled (Needs more testing) 'worker_multiple_fetch' => false, - // worker_defer_limit (Integer) - // Per default the systems tries delivering for 15 times before dropping it. - 'worker_defer_limit' => 15, - // xrd_timeout (Integer) // Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout 'xrd_timeout' => 20, @@ -796,21 +695,4 @@ return [ // Wether the blocklist is publicly listed under /about (or in any later API) 'public' => true, ], - 'channel' => [ - // engagement_hours (Integer) - // Number of hours posts are held in the engagement table - 'engagement_hours' => 24, - - // interaction_score_days (Integer) - // Number of days that are used to calculate the interaction score. - 'interaction_score_days' => 30, - - // max_posts_per_author (Integer) - // Maixmum number of posts per page by author - 'max_posts_per_author' => 2, - - // sharer_interaction_days (Integer) - // Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel. - 'sharer_interaction_days' => 90, - ], ]; diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 3dfde6b5f4..74f5cfb120 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -1,6 +1,6 @@ [ - 'constructParams' => [ - $_SERVER - ], - ], ParsedLogIterator::class => [ 'constructParams' => [ [Dice::INSTANCE => Util\ReversedFileReader::class], @@ -330,4 +325,10 @@ return [ $_SERVER ], ], + \Friendica\Module\Api\ApiResponse::class => [ + 'constructParams' => [ + $_SERVER, + $_GET['callback'] ?? '', + ], + ], ]; diff --git a/static/did-v1.jsonld b/static/did-v1.jsonld new file mode 100644 index 0000000000..ea65773c17 --- /dev/null +++ b/static/did-v1.jsonld @@ -0,0 +1,54 @@ +{ + "@context": { + "alsoKnownAs": { + "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs", + "@type": "@id" + }, + "assertionMethod": { + "@id": "https://w3id.org/security#assertionMethod", + "@type": "@id", + "@container": "@set" + }, + "authentication": { + "@id": "https://w3id.org/security#authenticationMethod", + "@type": "@id", + "@container": "@set" + }, + "capabilityDelegation": { + "@id": "https://w3id.org/security#capabilityDelegationMethod", + "@type": "@id", + "@container": "@set" + }, + "capabilityInvocation": { + "@id": "https://w3id.org/security#capabilityInvocationMethod", + "@type": "@id", + "@container": "@set" + }, + "controller": { + "@id": "https://w3id.org/security#controller", + "@type": "@id" + }, + "keyAgreement": { + "@id": "https://w3id.org/security#keyAgreementMethod", + "@type": "@id", + "@container": "@set" + }, + "service": { + "@id": "https://www.w3.org/ns/did#service", + "@type": "@id", + "@context": { + "@protected": true, + "id": "@id", + "type": "@type", + "serviceEndpoint": { + "@id": "https://www.w3.org/ns/did#serviceEndpoint", + "@type": "@id" + } + } + }, + "verificationMethod": { + "@id": "https://w3id.org/security#verificationMethod", + "@type": "@id" + } + } +} diff --git a/static/env.config.php b/static/env.config.php index 81c399060b..d719c6c8a5 100644 --- a/static/env.config.php +++ b/static/env.config.php @@ -1,6 +1,6 @@ [Module\Profile\Restricted::class, [R::GET ]], '/schedule' => [Module\Profile\Schedule::class, [R::GET, R::POST]], '/conversations[/{category}[/{date1}[/{date2}]]]' => [Module\Profile\Conversations::class, [R::GET]], - '/unkmail' => [Module\Profile\UnkMail::class, [R::GET, R::POST]], ]; $apiRoutes = [ @@ -125,7 +124,7 @@ $apiRoutes = [ '/list[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Lists\Lists::class, [R::GET ]], '/ownerships[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Lists\Ownership::class, [R::GET ]], '/statuses[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Lists\Statuses::class, [R::GET ]], - '/subscriptions[.{extension:json|xml|rss|atom}]' => [Module\Api\Friendica\Lists\Lists::class, [R::GET ]], + '/subscriptions[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Lists\Lists::class, [R::GET ]], '/update[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Lists\Update::class, [ R::POST]], ], @@ -423,8 +422,8 @@ return [ ], '/credits' => [Module\Credits::class, [R::GET]], - '/delegation' => [Module\Delegation::class, [R::GET, R::POST]], - '/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [R::POST]], + '/delegation' => [Module\User\Delegation::class, [R::GET, R::POST]], + '/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [ R::POST]], '/dfrn_poll/{nickname}' => [Module\DFRN\Poll::class, [R::GET]], '/dirfind' => [Module\Search\Directory::class, [R::GET]], '/directory' => [Module\Directory::class, [R::GET]], @@ -452,6 +451,7 @@ return [ '/following/{nickname}' => [Module\ActivityPub\Following::class, [R::GET]], '/friendica[/{format:json}]' => [Module\Friendica::class, [R::GET]], '/friendica/inbox' => [Module\ActivityPub\Inbox::class, [R::GET, R::POST]], + '/friendica/outbox' => [Module\ActivityPub\Outbox::class, [R::GET]], '/fsuggest/{contact:\d+}' => [Module\FriendSuggest::class, [R::GET, R::POST]], @@ -651,6 +651,7 @@ return [ '/{open}' => [Module\Settings\Account::class, [R::GET, R::POST]], ], '/addons[/{addon}]' => [Module\Settings\Addons::class, [R::GET, R::POST]], + '/channels' => [Module\Settings\Channels::class, [R::GET, R::POST]], '/connectors[/{connector}]' => [Module\Settings\Connectors::class, [R::GET, R::POST]], '/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class, [R::GET, R::POST]], '/display' => [Module\Settings\Display::class, [R::GET, R::POST]], diff --git a/static/settings.config.php b/static/settings.config.php index 335b702561..d6cf142cae 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ 0, - // add_missing_posts (boolean) - // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them - 'add_missing_posts' => false, + // adjust_poll_frequency (Boolean) + // Automatically detect and set the best feed poll frequency. + 'adjust_poll_frequency' => false, // allowed_themes (Comma-separated list) // Themes users can change to in their settings. 'allowed_themes' => 'frio,vier', + // archival_days (Integer) + // Number of days that we try to deliver content before we archive a contact. + 'archival_days' => 32, + // banner (HTML string) // HTML snippet of the top navigation banner. Not supported by frio. 'banner' => 'logoFriendica', + // blocked_tags (String) + // Comma separated list of hashtags that shouldn't be displayed in the trending tags + 'blocked_tags' => '', + // cache_contact_avatar (Boolean) // Cache versions of the contact avatars. Uses a lot of storage space 'cache_contact_avatar' => true, + // cron_interval (Integer) + // Minimal period in minutes between two calls of the "Cron" worker job. + 'cron_interval' => 5, + // curl_timeout (Integer) // Value is in seconds. Set to 0 for unlimited (not recommended). 'curl_timeout' => 60, @@ -96,6 +108,10 @@ return [ // Enable/Disable Debugging (logging) 'debugging' => false, + // decoupled_receiver (Boolean) + // Decouple incoming AP posts by doing the processing in the background. + 'decoupled_receiver' => false, + // default_timezone (String) // Choose a default timezone. See https://secure.php.net/manual/en/timezones.php // It only applies to timestamps for anonymous viewers. @@ -118,6 +134,15 @@ return [ // Compute contact circle level when counting unseen network posts. 'compute_circle_counts' => true, + // itemspage_network (Integer) + // default number of items per page in stream pages (network, community, profile/contact statuses, search) + 'itemspage_network' => 40, + + // itemspage_network_mobile (Integer) + // default number of items per page in stream pages (network, community, profile/contact statuses, search) + // on detected mobile devices + 'itemspage_network_mobile' => 20, + // jpeg_quality (Integer) // Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect). 'jpeg_quality' => 100, @@ -127,6 +152,10 @@ return [ // Two-letters ISO 639-1 code. 'language' => 'en', + // local_search (Boolean) + // Blocks search for users who are not logged in to prevent crawlers from blocking your system. + 'local_search' => false, + // logfile (String) // The logfile for storing logs. // Can be a full path or a relative path to the Friendica home directory @@ -137,6 +166,10 @@ return [ // Has to be one of these values: emergency, alert, critical, error, warning, notice, info, debug 'loglevel' => 'notice', + // max_author_posts_community_page (Integer) + // The maximum number of posts on the local community page from a single author. + 'max_author_posts_community_page' => 0, + // max_image_length (Integer) // An alternate way of limiting picture upload sizes. // Specify the maximum pixel length that pictures are allowed to be (for non-square pictures, it will apply to the longest side). @@ -144,9 +177,9 @@ return [ // If you don't want to set a maximum length, set to -1. 'max_image_length' => -1, - // max_receivers (Integer) - // The maximum number of displayed receivers of posts - 'max_receivers' => 10, + // max_server_posts_community_page (Integer) + // The maximum number of posts on the global community page from a single server. + 'max_server_posts_community_page' => 0, // maximagesize (Integer) // Maximum size in bytes of an uploaded photo. @@ -160,8 +193,12 @@ return [ // Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated). 'min_memory' => 0, + // min_poll_interval (Integer) + // minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59. + 'min_poll_interval' => 15, + // no_regfullname (Boolean) - // Allow pseudonyms (true) or enforce a space between first name and last name in Full name, as an anti spam measure (false). + // Allow users to register with a display name comporting fewer than two parts separated by spaces. 'no_regfullname' => true, // no_oembed_rich_content (Boolean) @@ -172,6 +209,10 @@ return [ // Periodically (once an hour) run an "optimize table" command for cache tables 'optimize_tables' => false, + // process_view (Boolean) + // Process the "View" activity that is used by Peertube. + 'process_view' => false, + // register_notification (Boolean) // Send a notification mail to the admin for each new registration. 'register_notification' => true, @@ -180,6 +221,18 @@ return [ // Comma separated list of tags that are rejected. 'relay_deny_tags' => '', + // relay_deny_undetected_language (Boolean) + // Deny undetected languages + 'relay_deny_undetected_language' => false, + + // relay_languages (Integer) + // Number of languages that are used per post to check for acceptable posts. + 'relay_languages' => 10, + + // relay_language_quality (Float) + // Minimum value for the language detection quality for relay posts. The value must be between 0 and 1. + 'relay_language_quality' => 0, + // proxify_content (Boolean) // Use the proxy functionality for fetching external content 'proxify_content' => true, @@ -208,10 +261,56 @@ return [ // System theme name. 'theme' => 'frio', + // update_active_contacts (Boolean) + // When activated, only public contacts will be activated regularly that are used for example in items or tags. + 'update_active_contacts' => false, + // url (String) // The fully-qualified URL of this Friendica node. // Used by the worker in a non-HTTP execution environment. 'url' => '', + + // poco_discovery (Boolean) + // If enabled, the system will check for the existance of other contacts and servers + 'poco_discovery' => false, + + // poco_requery_days (Integer) + // Number of days after which a server is requeried for their contacts and servers it knows of. + 'poco_requery_days' => 30, + + // worker_defer_limit (Integer) + // Per default the systems tries delivering for 15 times before dropping it. + 'worker_defer_limit' => 15, + + // worker_fetch_limit (Integer) + // Number of worker tasks that are fetched in a single query. + 'worker_fetch_limit' => 1, + + // worker_load_cooldown (Integer) + // Maximum load that causes a cooldown before each worker function call. + 'worker_load_cooldown' => 0, + ], + + 'channel' => [ + // engagement_hours (Integer) + // Maximum age of incoming posts for the engagement table, when the engagement post limit is 0 or hasn't been reached yet. + 'engagement_hours' => 24, + + // engagement_post_limit (Integer) + // NUmber of posts that are held in the engagement table + 'engagement_post_limit' => 20000, + + // interaction_score_days (Integer) + // Number of days that are used to calculate the interaction score. + 'interaction_score_days' => 30, + + // max_posts_per_author (Integer) + // Maixmum number of posts per page by author + 'max_posts_per_author' => 2, + + // sharer_interaction_days (Integer) + // Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel. + 'sharer_interaction_days' => 90, ], // Used in the admin settings to lock certain features diff --git a/static/strategies.config.php b/static/strategies.config.php index 18872dc1d4..7283756b7a 100644 --- a/static/strategies.config.php +++ b/static/strategies.config.php @@ -1,6 +1,6 @@ . + * + */ + +use Friendica\Content\Smilies; + +function add_test_unicode_smilies(array &$b) +{ + // String-substitution smilies + // - no whitespaces + Smilies::add($b, '⽕', '🔥'); + // - with whitespaces + Smilies::add($b, ':hugging face:', '🤗'); + // - with multiple whitespaces + Smilies::add($b, ':face with hand over mouth:', '🤭'); + // Image-based smilies + // - with whitespaces + Smilies::add($b, ':smiley heart 333:', 'smiley-heart'); +} diff --git a/tests/Util/StaticCookie.php b/tests/Util/StaticCookie.php index 6660863733..760beb9ad2 100644 --- a/tests/Util/StaticCookie.php +++ b/tests/Util/StaticCookie.php @@ -1,6 +1,6 @@ 'http://localhost/profile/mutualcontact', 'guid' => '46', ], + [ + 'id' => 100, + 'uri' => 'https://friendica.local/posts/100', + 'guid' => '100', + ], ], 'contact' => [ [ @@ -363,6 +368,12 @@ return [ 'et sed beatae nihil ullam temporibus corporis ratione blanditiis', 'plink' => 'http://localhost/display/6', ], + [ + 'uri-id' => 100, + 'title' => 'item_title', + 'body' => ':like ~friendica no [code]:dislike[/code] :-p :-[ :hugging face: <3 :smiley heart 333: ⽕', + 'plink' => 'https://friendica.local/post/100', + ], ], 'post' => [ [ @@ -744,6 +755,28 @@ return [ 'deleted' => 0, 'wall' => 0, ], + // An emoji post + [ + 'id' => 14, + 'uri-id' => 100, + 'visible' => 1, + 'contact-id' => 44, + 'author-id' => 44, + 'owner-id' => 42, + 'causer-id' => 44, + 'uid' => 0, + 'vid' => 8, + 'unseen' => 0, + 'parent-uri-id' => 7, + 'thr-parent-id' => 7, + 'private' => Item::PUBLIC, + 'global' => true, + 'gravity' => Item::GRAVITY_PARENT, + 'network' => Protocol::DFRN, + 'origin' => 0, + 'deleted' => 0, + 'wall' => 0, + ], ], 'post-thread' => [ [ diff --git a/tests/datasets/storage/database.fixture.php b/tests/datasets/storage/database.fixture.php index 9fbd7f983f..9e8c225b26 100644 --- a/tests/datasets/storage/database.fixture.php +++ b/tests/datasets/storage/database.fixture.php @@ -1,6 +1,6 @@ dice->create(Cache::class); - $configCache->set('database', 'disable_pdo', true); - } - /** @var Database $database */ $database = $this->dice->create(Database::class); diff --git a/tests/src/App/ArgumentsTest.php b/tests/src/App/ArgumentsTest.php index a066c04e2d..c81acbed32 100644 --- a/tests/src/App/ArgumentsTest.php +++ b/tests/src/App/ArgumentsTest.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Test\src; + +use Friendica\BaseCollection; +use Friendica\BaseEntity; +use Mockery\Mock; +use PHPUnit\Framework\TestCase; + +class BaseCollectionTest extends TestCase +{ + public function testChunk() + { + $entity1 = \Mockery::mock(BaseEntity::class); + $entity2 = \Mockery::mock(BaseEntity::class); + $entity3 = \Mockery::mock(BaseEntity::class); + $entity4 = \Mockery::mock(BaseEntity::class); + + $collection = new BaseCollection([$entity1, $entity2]); + + $this->assertEquals([new BaseCollection([$entity1]), new BaseCollection([$entity2])], $collection->chunk(1)); + $this->assertEquals([new BaseCollection([$entity1, $entity2])], $collection->chunk(2)); + + $collection = new BaseCollection([$entity1, $entity2, $entity3]); + + $this->assertEquals([new BaseCollection([$entity1]), new BaseCollection([$entity2]), new BaseCollection([$entity3])], $collection->chunk(1)); + $this->assertEquals([new BaseCollection([$entity1, $entity2]), new BaseCollection([$entity3])], $collection->chunk(2)); + $this->assertEquals([new BaseCollection([$entity1, $entity2, $entity3])], $collection->chunk(3)); + + $collection = new BaseCollection([$entity1, $entity2, $entity3, $entity4]); + + $this->assertEquals([new BaseCollection([$entity1, $entity2]), new BaseCollection([$entity3, $entity4])], $collection->chunk(2)); + $this->assertEquals([new BaseCollection([$entity1, $entity2, $entity3]), new BaseCollection([$entity4])], $collection->chunk(3)); + $this->assertEquals([new BaseCollection([$entity1, $entity2, $entity3, $entity4])], $collection->chunk(4)); + } + + public function testChunkLengthException() + { + $this->expectException(\RangeException::class); + + $entity1 = \Mockery::mock(BaseEntity::class); + + $collection = new BaseCollection([$entity1]); + + $collection->chunk(0); + } +} diff --git a/tests/src/CollectionTest.php b/tests/src/CollectionTest.php index f4fd6ab248..385f0b8daf 100644 --- a/tests/src/CollectionTest.php +++ b/tests/src/CollectionTest.php @@ -1,6 +1,6 @@ set('system', 'no_smilies', false); + + Hook::register('smilie', 'tests/Util/SmileyWhitespaceAddon.php', 'add_test_unicode_smilies'); + Hook::loadHooks(); } public function dataLinks() @@ -72,4 +76,242 @@ class SmiliesTest extends FixtureTest $output = Smilies::replaceFromArray($text, $smilies); self::assertEquals($expected, $output); } + + public function dataIsEmojiPost(): array + { + return [ + 'emoji' => [ + 'expected' => true, + 'body' => '👀', + ], + 'emojis' => [ + 'expected' => true, + 'body' => '👀🤷', + ], + 'emoji+whitespace' => [ + 'expected' => true, + 'body' => ' 👀 ', + ], + 'empty' => [ + 'expected' => false, + 'body' => '', + ], + 'whitespace' => [ + 'expected' => false, + 'body' => ' + ', + ], + 'emoji+ASCII' => [ + 'expected' => false, + 'body' => '🤷a', + ], + 'HTML entity whitespace' => [ + 'expected' => false, + 'body' => ' ', + ], + 'HTML entity else' => [ + 'expected' => false, + 'body' => '°', + ], + 'emojis+HTML whitespace' => [ + 'expected' => true, + 'body' => '👀 🤷', + ], + 'emojis+HTML else' => [ + 'expected' => false, + 'body' => '👀<🤷', + ], + 'zwj' => [ + 'expected' => true, + 'body' => '👨‍👨‍👧‍', + ], + 'zwj+whitespace' => [ + 'expected' => true, + 'body' => ' 👨‍👨‍👧‍ ', + ], + 'zwj+HTML whitespace' => [ + 'expected' => true, + 'body' => ' 👨‍👨‍👧‍ ', + ], + ]; + } + + /** + * @dataProvider dataIsEmojiPost + * + * @param bool $expected + * @param string $body + * @return void + */ + public function testIsEmojiPost(bool $expected, string $body) + { + $this->assertEquals($expected, Smilies::isEmojiPost($body)); + } + + + public function dataReplace(): array + { + $data = [ + 'simple-1' => [ + 'expected' => 'alt=":-p"', + 'body' => ':-p', + ], + 'simple-1' => [ + 'expected' => 'alt=":-p"', + 'body' => ' :-p ', + ], + 'word-boundary-1' => [ + 'expected' => ':-pppp', + 'body' => ':-pppp', + ], + 'word-boundary-2' => [ + 'expected' => '~friendicaca', + 'body' => '~friendicaca', + ], + 'symbol-boundary-1' => [ + 'expected' => 'alt=":-p"', + 'body' => '(:-p)', + ], + 'hearts-1' => [ + 'expected' => '❤ (❤) ❤', + 'body' => '<3 (<3) <3', + ], + 'hearts-8' => [ + 'expected' => '(❤❤❤❤❤❤❤❤)', + 'body' => '(<33333333)', + ], + 'no-hearts-1' => [ + 'expected' => '(<30)', + 'body' => '(<30)', + ], + 'no-hearts-2' => [ + 'expected' => '(3<33)', + 'body' => '(3<33)', + ], + 'space' => [ + 'expected' => 'alt="smiley-heart"', + 'body' => ':smiley heart 333:', + ], + 'substitution-1' => [ + 'expected' => '🔥', + 'body' => '⽕', + ], + 'substitution-2' => [ + 'expected' => '🤗', + 'body' => ':hugging face:', + ], + 'substitution-3' => [ + 'expected' => '🤭', + 'body' => ':face with hand over mouth:', + ], + 'mixed' => [ + 'expected' => '🔥 🤭 invalid:hugging face: 🤗', + 'body' => '⽕ :face with hand over mouth: invalid:hugging face: :hugging face:', + ], + ]; + foreach ([':-[', ':-D', 'o.O'] as $emoji) { + foreach (['A', '_', ':', '-'] as $prefix) { + foreach (['', ' ', 'A', ':', '-'] as $suffix) { + $no_smile = ($prefix !== '' && ctype_alnum($prefix)) || ($suffix !== '' && ctype_alnum($suffix)); + $s = $prefix . $emoji . $suffix; + $data[] = [ + 'expected' => $no_smile ? $s : 'alt="' . $emoji . '"', + 'body' => $s, + ]; + } + } + } + return $data; + } + + /** + * @dataProvider dataReplace + * + * @param string $expected + * @param string $body + */ + public function testReplace(string $expected, string $body) + { + $result = Smilies::replace($body); + $this->assertStringContainsString($expected, $result); + } + + public function dataExtractUsedSmilies(): array + { + return [ + 'symbols' => [ + 'expected' => ['p', 'heart', 'embarrassed', 'kiss'], + 'body' => ':-p <3 ":-[:-"', + 'normalized' => ':p: :heart: ":embarrassed::kiss:', + ], + 'single-smiley' => [ + 'expected' => ['like'], + 'body' => ':like', + 'normalized' => ':like:', + ], + 'multiple-smilies' => [ + 'expected' => ['like', 'dislike'], + 'body' => ':like :dislike', + 'normalized' => ':like: :dislike:', + ], + 'nosmile' => [ + 'expected' => [], + 'body' => '[nosmile] :like :like', + 'normalized' => '[nosmile] :like :like' + ], + 'in-code' => [ + 'expected' => [], + 'body' => '[code]:like :like :like[/code]', + 'normalized' => '[code]:like :like :like[/code]' + ], + '~friendica' => [ + 'expected' => ['friendica'], + 'body' => '~friendica', + 'normalized' => ':friendica:' + ], + 'space' => [ + 'expected' => ['smileyheart333'], + 'body' => ':smiley heart 333:', + 'normalized' => ':smileyheart333:' + ], + 'substitution-1' => [ + 'expected' => [], + 'body' => '⽕', + 'normalized' => '🔥', + ], + 'substitution-2' => [ + 'expected' => [], + 'body' => ':hugging face:', + 'normalized' => '🤗', + ], + 'substitution-3' => [ + 'expected' => [], + 'body' => ':face with hand over mouth:', + 'normalized' => '🤭', + ], + 'mixed' => [ + 'expected' => [], + 'body' => '⽕ :face with hand over mouth: invalid:hugging face: :hugging face:', + 'normalized' => '🔥 🤭 invalid:hugging face: 🤗', + ], + ]; + } + + /** + * @dataProvider dataExtractUsedSmilies + * + * @param array $expected + * @param string $body + * @param stirng $normalized + */ + public function testExtractUsedSmilies(array $expected, string $body, string $normalized) + { + $extracted = Smilies::extractUsedSmilies($body, $converted); + $expected = array_fill_keys($expected, true); + $this->assertEquals($normalized, $converted); + foreach (array_keys($extracted) as $shortcode) { + $this->assertArrayHasKey($shortcode, $expected); + } + $this->assertEquals(count($expected), count($extracted)); + } } diff --git a/tests/src/Content/Text/BBCode/VideoTest.php b/tests/src/Content/Text/BBCode/VideoTest.php index 6591504fa1..8dff3870f5 100644 --- a/tests/src/Content/Text/BBCode/VideoTest.php +++ b/tests/src/Content/Text/BBCode/VideoTest.php @@ -1,6 +1,6 @@ structure)->at($this->root); @@ -190,7 +190,7 @@ EOF; public function testNoHooksConfig() { $filename = 'addon/testaddon1/static/hooks.config.php'; - $wrongContent = "structure)->at($this->root); diff --git a/tests/src/Core/Cache/APCuCacheTest.php b/tests/src/Core/Cache/APCuCacheTest.php index 03a3fa10a4..1eec3b4253 100644 --- a/tests/src/Core/Cache/APCuCacheTest.php +++ b/tests/src/Core/Cache/APCuCacheTest.php @@ -1,6 +1,6 @@ root->url(), $addonLoader); vfsStream::newFile(StrategiesFileManager::STATIC_DIR . '/' . StrategiesFileManager::CONFIG_NAME . '.config.php') - ->withContent("withContent("at($this->root); self::expectException(HookConfigException::class); diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index 376703a270..e16a7380e3 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -1,6 +1,6 @@ t() calls for the function checks + * + * @param bool $disableTimes if true, the L10, which are just created in case of an error, will be set to false (because the check will succeed) */ - private function mockFunctionL10TCalls() + private function mockFunctionL10TCalls(bool $disableTimes = false) { $this->mockL10nT('Apache mod_rewrite module', 1); $this->mockL10nT('PDO or MySQLi PHP module', 1); + $this->mockL10nT('IntlChar PHP module', 1); + $this->mockL10nT('Error: The IntlChar module is not installed.', $disableTimes ? 0 : 1); $this->mockL10nT('libCurl PHP module', 1); $this->mockL10nT('Error: libCURL PHP module required but not installed.', 1); $this->mockL10nT('XML PHP module', 1); @@ -180,11 +184,22 @@ class InstallerTest extends MockedTest */ public function testCheckFunctions() { + $this->mockFunctionL10TCalls(); + $this->setClasses(['IntlChar' => false]); + $install = new Installer(); + self::assertFalse($install->checkFunctions()); + self::assertCheckExist(2, + 'IntlChar PHP module', + 'Error: The IntlChar module is not installed.', + false, + true, + $install->getChecks()); + $this->mockFunctionL10TCalls(); $this->setFunctions(['curl_init' => false, 'imagecreatefromjpeg' => true]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(3, + self::assertCheckExist(4, 'libCurl PHP module', 'Error: libCURL PHP module required but not installed.', false, @@ -195,7 +210,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['imagecreatefromjpeg' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(4, + self::assertCheckExist(5, 'GD graphics PHP module', 'Error: GD graphics PHP module with JPEG support required but not installed.', false, @@ -206,7 +221,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['openssl_public_encrypt' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(5, + self::assertCheckExist(6, 'OpenSSL PHP module', 'Error: openssl PHP module required but not installed.', false, @@ -217,7 +232,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['mb_strlen' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(6, + self::assertCheckExist(7, 'mb_string PHP module', 'Error: mb_string PHP module required but not installed.', false, @@ -228,7 +243,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['iconv_strlen' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(7, + self::assertCheckExist(8, 'iconv PHP module', 'Error: iconv PHP module required but not installed.', false, @@ -239,7 +254,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['posix_kill' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(8, + self::assertCheckExist(9, 'POSIX PHP module', 'Error: POSIX PHP module required but not installed.', false, @@ -250,7 +265,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['proc_open' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(9, + self::assertCheckExist(10, 'Program execution functions', 'Error: Program execution functions (proc_open) required but not enabled.', false, @@ -260,7 +275,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['json_encode' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(10, + self::assertCheckExist(11, 'JSON PHP module', 'Error: JSON PHP module required but not installed.', false, @@ -271,7 +286,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['finfo_open' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(11, + self::assertCheckExist(12, 'File Information PHP module', 'Error: File Information PHP module required but not installed.', false, @@ -282,14 +297,14 @@ class InstallerTest extends MockedTest $this->setFunctions(['gmp_strval' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(12, + self::assertCheckExist(13, 'GNU Multiple Precision PHP module', 'Error: GNU Multiple Precision PHP module required but not installed.', false, true, $install->getChecks()); - $this->mockFunctionL10TCalls(); + $this->mockFunctionL10TCalls(true); $this->setFunctions([ 'curl_init' => true, 'imagecreatefromjpeg' => true, @@ -301,6 +316,7 @@ class InstallerTest extends MockedTest 'finfo_open' => true, 'gmp_strval' => true, ]); + $this->setClasses(['IntlChar' => true]); $install = new Installer(); self::assertTrue($install->checkFunctions()); } diff --git a/tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php b/tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php index 3a3b255365..08987db26d 100644 --- a/tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php +++ b/tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Test\src\Factory\Api\Mastodon; + +use Friendica\Content\Smilies; +use Friendica\DI; +use Friendica\Test\FixtureTest; + +class EmojiTest extends FixtureTest +{ + protected function setUp(): void + { + parent::setUp(); + + DI::config()->set('system', 'no_smilies', false); + } + + public function testBuiltInCollection() + { + $emoji = DI::mstdnEmoji(); + $collection = $emoji->createCollectionFromSmilies(Smilies::getList())->getArrayCopy(true); + foreach ($collection as $item) { + $this->assertTrue(preg_match('(/images/.*)', $item['url']) === 1, $item['url']); + } + } +} diff --git a/tests/src/Factory/Api/Mastodon/StatusTest.php b/tests/src/Factory/Api/Mastodon/StatusTest.php new file mode 100644 index 0000000000..3815a6bde1 --- /dev/null +++ b/tests/src/Factory/Api/Mastodon/StatusTest.php @@ -0,0 +1,65 @@ +. + * + */ + +namespace Friendica\Test\src\Factory\Api\Mastodon; + +use Friendica\Core\Hook; +use Friendica\DI; +use Friendica\Model\Post; +use Friendica\Test\FixtureTest; + +class StatusTest extends FixtureTest +{ + protected $status; + + protected function setUp(): void + { + parent::setUp(); + + DI::config()->set('system', 'no_smilies', false); + $this->status = DI::mstdnStatus(); + + Hook::register('smilie', 'tests/Util/SmileyWhitespaceAddon.php', 'add_test_unicode_smilies'); + Hook::loadHooks(); + } + + public function testSimpleStatus() + { + $post = Post::selectFirst([], ['id' => 13]); + $this->assertNotNull($post); + $result = $this->status->createFromUriId($post['uri-id']); + $this->assertNotNull($result); + } + + public function testSimpleEmojiStatus() + { + $post = Post::selectFirst([], ['id' => 14]); + $this->assertNotNull($post); + $result = $this->status->createFromUriId($post['uri-id'])->toArray(); + $this->assertEquals(':like: :friendica: no :dislike :p: :embarrassed: 🤗 ❤ :smileyheart333: 🔥', $result['content']); + $emojis = array_fill_keys(['like', 'friendica', 'p', 'embarrassed', 'smileyheart333'], true); + $this->assertEquals(count($emojis), count($result['emojis'])); + foreach ($result['emojis'] as $emoji) { + $this->assertTrue(array_key_exists($emoji['shortcode'], $emojis)); + $this->assertEquals(0, strpos($emoji['url'], 'http')); + } + } +} diff --git a/tests/src/Factory/Api/Twitter/ActivitiesTest.php b/tests/src/Factory/Api/Twitter/ActivitiesTest.php index f76ced98fd..e5128259c7 100644 --- a/tests/src/Factory/Api/Twitter/ActivitiesTest.php +++ b/tests/src/Factory/Api/Twitter/ActivitiesTest.php @@ -1,6 +1,6 @@ shouldReceive('info')->withArgs(['Unimplemented API call', ['method' => 'all', 'path' => '', 'agent' => '', 'request' => []]]); + + $response = new ApiResponse($l10n, $args, $logger, $baseUrl, $twitterUser); + $response->unsupported(); + + self::assertEquals('{"error":"API endpoint %s %s is not implemented but might be in the future.","code":"501 Not Implemented","request":""}', $response->getContent()); + } + + public function testUnsupportedUserAgent() + { + $l10n = \Mockery::mock(L10n::class); + $l10n->shouldReceive('t')->andReturnUsing(function ($args) { + return $args; + }); + $args = \Mockery::mock(Arguments::class); + $args->shouldReceive('getQueryString')->andReturn(''); + $baseUrl = \Mockery::mock(BaseURL::class); + $twitterUser = \Mockery::mock(User::class); + + $logger = \Mockery::mock(NullLogger::class); + $logger->shouldReceive('info')->withArgs(['Unimplemented API call', ['method' => 'all', 'path' => '', 'agent' => 'PHPUnit', 'request' => []]]); + + $response = new ApiResponse($l10n, $args, $logger, $baseUrl, $twitterUser, ['HTTP_USER_AGENT' => 'PHPUnit']); $response->unsupported(); self::assertEquals('{"error":"API endpoint %s %s is not implemented but might be in the future.","code":"501 Not Implemented","request":""}', $response->getContent()); @@ -250,6 +273,40 @@ class ApiResponseTest extends MockedTest self::assertEquals($data, $response->formatData('root_element', 'json', $data)); } + public function testApiExitWithJson() + { + $l10n = \Mockery::mock(L10n::class); + $l10n->shouldReceive('t')->andReturnUsing(function ($args) { + return $args; + }); + $args = \Mockery::mock(Arguments::class); + $args->shouldReceive('getQueryString')->andReturn(''); + $baseUrl = \Mockery::mock(BaseURL::class); + $twitterUser = \Mockery::mock(User::class); + + $response = new ApiResponse($l10n, $args, new NullLogger(), $baseUrl, $twitterUser); + $response->addJsonContent(['some_data']); + + self::assertEquals('["some_data"]', $response->getContent()); + } + + public function testApiExitWithJsonP() + { + $l10n = \Mockery::mock(L10n::class); + $l10n->shouldReceive('t')->andReturnUsing(function ($args) { + return $args; + }); + $args = \Mockery::mock(Arguments::class); + $args->shouldReceive('getQueryString')->andReturn(''); + $baseUrl = \Mockery::mock(BaseURL::class); + $twitterUser = \Mockery::mock(User::class); + + $response = new ApiResponse($l10n, $args, new NullLogger(), $baseUrl, $twitterUser, [], 'JsonPCallback'); + $response->addJsonContent(['some_data']); + + self::assertEquals('JsonPCallback(["some_data"])', $response->getContent()); + } + /** * Test the BaseApi::formatData() function with an XML result. * diff --git a/tests/src/Module/Api/ApiTest.php b/tests/src/Module/Api/ApiTest.php index 812993aa98..31723cd90f 100644 --- a/tests/src/Module/Api/ApiTest.php +++ b/tests/src/Module/Api/ApiTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); @@ -52,7 +52,7 @@ class SearchTest extends ApiTest $directMessage = new DirectMessage(new NullLogger(), DI::dba(), DI::twitterUser()); - $response = (new Search($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Search($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'searchstring' => 'item_body' ]); @@ -73,7 +73,7 @@ class SearchTest extends ApiTest { $directMessage = new DirectMessage(new NullLogger(), DI::dba(), DI::twitterUser()); - $response = (new Search($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Search($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'searchstring' => 'test' ]); diff --git a/tests/src/Module/Api/Friendica/NotificationTest.php b/tests/src/Module/Api/Friendica/NotificationTest.php index aaf7022024..73e0bca6f9 100644 --- a/tests/src/Module/Api/Friendica/NotificationTest.php +++ b/tests/src/Module/Api/Friendica/NotificationTest.php @@ -1,6 +1,6 @@ XML; - $response = (new Notification(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) + $response = (new Notification(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) ->run($this->httpExceptionMock); self::assertXmlStringEqualsXmlString($assertXml, (string)$response->getBody()); @@ -78,7 +78,7 @@ XML; public function testWithJsonResult() { - $response = (new Notification(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new Notification(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Friendica/Photo/DeleteTest.php b/tests/src/Module/Api/Friendica/Photo/DeleteTest.php index 637ff95812..1475df39da 100644 --- a/tests/src/Module/Api/Friendica/Photo/DeleteTest.php +++ b/tests/src/Module/Api/Friendica/Photo/DeleteTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), []))->run($this->httpExceptionMock); + (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), []))->run($this->httpExceptionMock); } public function testWithoutAuthenticatedUser() @@ -50,14 +50,14 @@ class DeleteTest extends ApiTest public function testWrong() { $this->expectException(BadRequestException::class); - (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), []))->run($this->httpExceptionMock, ['photo_id' => 1]); + (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), []))->run($this->httpExceptionMock, ['photo_id' => 1]); } public function testValidWithPost() { $this->loadFixture(__DIR__ . '/../../../../../datasets/photo/photo.fixture.php', DI::dba()); - $response = (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'photo_id' => '709057080661a283a6aa598501504178' ]); @@ -72,7 +72,7 @@ class DeleteTest extends ApiTest { $this->loadFixture(__DIR__ . '/../../../../../datasets/photo/photo.fixture.php', DI::dba()); - $response = (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'photo_id' => '709057080661a283a6aa598501504178' ]); diff --git a/tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php b/tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php index 1cc255c365..8396a560f6 100644 --- a/tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php +++ b/tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -47,7 +47,7 @@ class DeleteTest extends ApiTest public function testWrong() { $this->expectException(BadRequestException::class); - (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'album' => 'album_name' ]); @@ -57,7 +57,7 @@ class DeleteTest extends ApiTest { $this->loadFixture(__DIR__ . '/../../../../../datasets/photo/photo.fixture.php', DI::dba()); - $response = (new Delete(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Delete(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'album' => 'test_album'] ); diff --git a/tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php b/tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php index 3812c7ffb7..d814c0d200 100644 --- a/tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php +++ b/tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Update(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Update(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } public function testTooFewArgs() { $this->expectException(BadRequestException::class); - (new Update(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Update(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'album' => 'album_name' ]); @@ -55,7 +55,7 @@ class UpdateTest extends ApiTest public function testWrongUpdate() { $this->expectException(BadRequestException::class); - (new Update(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Update(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'album' => 'album_name', 'album_new' => 'album_name' @@ -71,7 +71,7 @@ class UpdateTest extends ApiTest { $this->loadFixture(__DIR__ . '/../../../../../datasets/photo/photo.fixture.php', DI::dba()); - $response = (new Update(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Update(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'album' => 'test_album', 'album_new' => 'test_album_2' diff --git a/tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php b/tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php index b6166fc400..d35995f838 100644 --- a/tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php +++ b/tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php b/tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php index 2b636565ae..4a7fe5be42 100644 --- a/tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php +++ b/tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new Version(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); self::assertEquals([ diff --git a/tests/src/Module/Api/GnuSocial/Help/TestTest.php b/tests/src/Module/Api/GnuSocial/Help/TestTest.php index 1b7934a196..8f607d0218 100644 --- a/tests/src/Module/Api/GnuSocial/Help/TestTest.php +++ b/tests/src/Module/Api/GnuSocial/Help/TestTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new Test(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $json = $this->toJson($response); @@ -44,13 +44,13 @@ class TestTest extends ApiTest public function testXml() { - $response = (new Test(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) + $response = (new Test(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) ->run($this->httpExceptionMock); self::assertEquals([ 'Content-type' => ['text/xml'], ICanCreateResponses::X_HEADER => ['xml'] ], $response->getHeaders()); - self::assertxml($response->getBody(), 'ok'); + self::assertXml($response->getBody(), 'ok'); } } diff --git a/tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php b/tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php index 0523d04c9e..e0ec7e190d 100644 --- a/tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php +++ b/tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Mastodon/ConversationsTest.php b/tests/src/Module/Api/Mastodon/ConversationsTest.php index 7b85ebb6d9..1428e9bc44 100644 --- a/tests/src/Module/Api/Mastodon/ConversationsTest.php +++ b/tests/src/Module/Api/Mastodon/ConversationsTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new RateLimitStatus(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $result = $this->toJson($response); @@ -47,7 +47,7 @@ class RateLimitStatusTest extends ApiTest public function testWithXml() { - $response = (new RateLimitStatus(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) + $response = (new RateLimitStatus(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'xml'])) ->run($this->httpExceptionMock); self::assertEquals([ diff --git a/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php b/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php index 2e452e3d52..fab11039a2 100644 --- a/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php +++ b/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php @@ -1,6 +1,6 @@ useHttpMethod(Router::POST); - $response = (new UpdateProfile(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new UpdateProfile(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'name' => 'new_name', 'description' => 'new_description' diff --git a/tests/src/Module/Api/Twitter/Blocks/ListsTest.php b/tests/src/Module/Api/Twitter/Blocks/ListsTest.php index 8a61ad88fd..2e6cba69ec 100644 --- a/tests/src/Module/Api/Twitter/Blocks/ListsTest.php +++ b/tests/src/Module/Api/Twitter/Blocks/ListsTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/ContactEndpointMock.php b/tests/src/Module/Api/Twitter/ContactEndpointMock.php index cf3e0fef1c..f5d25748a1 100644 --- a/tests/src/Module/Api/Twitter/ContactEndpointMock.php +++ b/tests/src/Module/Api/Twitter/ContactEndpointMock.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new All($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php b/tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php index f194d2a364..415efa5e62 100644 --- a/tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php +++ b/tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new Conversation($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'friendica_verbose' => true, ]); diff --git a/tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php b/tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php index 509a65a7eb..ba7964b0a1 100644 --- a/tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php +++ b/tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php @@ -1,6 +1,6 @@ expectException(\Friendica\Network\HTTPException\BadRequestException::class); - (new Destroy(DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + (new Destroy(DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); } @@ -48,7 +48,7 @@ class DestroyTest extends ApiTest */ public function testApiDirectMessagesDestroyWithVerbose() { - $response = (new Destroy(DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new Destroy(DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'friendica_verbose' => true, ]); @@ -84,7 +84,7 @@ class DestroyTest extends ApiTest public function testApiDirectMessagesDestroyWithId() { $this->expectException(\Friendica\Network\HTTPException\BadRequestException::class); - (new Destroy(DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + (new Destroy(DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'id' => 1 ]); @@ -97,7 +97,7 @@ class DestroyTest extends ApiTest */ public function testApiDirectMessagesDestroyWithIdAndVerbose() { - $response = (new Destroy(DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new Destroy(DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'id' => 1, 'friendica_parenturi' => 'parent_uri', @@ -121,7 +121,7 @@ class DestroyTest extends ApiTest $ids = DBA::selectToArray('mail', ['id']); $id = $ids[0]['id']; - $response = (new Destroy(DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new Destroy(DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'id' => $id, 'friendica_verbose' => true, diff --git a/tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php b/tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php index c73592261d..b0348cfab6 100644 --- a/tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php +++ b/tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new Inbox($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php b/tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php index d5df5e4adc..ebd7ef8df6 100644 --- a/tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php +++ b/tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new NewDM($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); self::assertEmpty((string)$response->getBody()); @@ -70,7 +70,7 @@ class NewDMTest extends ApiTest { $directMessage = new DirectMessage(DI::logger(), DI::dba(), DI::twitterUser()); - $response = (new NewDM($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new NewDM($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'text' => 'message_text', 'user_id' => 43 @@ -92,7 +92,7 @@ class NewDMTest extends ApiTest $directMessage = new DirectMessage(DI::logger(), DI::dba(), DI::twitterUser()); - $response = (new NewDM($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new NewDM($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'text' => 'message_text', 'user_id' => 44 @@ -116,7 +116,7 @@ class NewDMTest extends ApiTest $directMessage = new DirectMessage(DI::logger(), DI::dba(), DI::twitterUser()); - $response = (new NewDM($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) + $response = (new NewDM($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'text' => 'message_text', 'user_id' => 44, @@ -142,7 +142,7 @@ class NewDMTest extends ApiTest $directMessage = new DirectMessage(DI::logger(), DI::dba(), DI::twitterUser()); - $response = (new NewDM($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) + $response = (new NewDM($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) ->run($this->httpExceptionMock, [ 'text' => 'message_text', 'user_id' => 44, diff --git a/tests/src/Module/Api/Twitter/DirectMessages/SentTest.php b/tests/src/Module/Api/Twitter/DirectMessages/SentTest.php index 7886c8cffd..c43b87a3dc 100644 --- a/tests/src/Module/Api/Twitter/DirectMessages/SentTest.php +++ b/tests/src/Module/Api/Twitter/DirectMessages/SentTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new Sent($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock, [ 'friendica_verbose' => true, ]); @@ -58,7 +58,7 @@ class SentTest extends ApiTest { $directMessage = new DirectMessage(DI::logger(), DI::dba(), DI::twitterUser()); - $response = (new Sent($directMessage, DI::dba(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) + $response = (new Sent($directMessage, DI::dba(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) ->run($this->httpExceptionMock); self::assertXml((string)$response->getBody(), 'direct-messages'); diff --git a/tests/src/Module/Api/Twitter/Favorites/CreateTest.php b/tests/src/Module/Api/Twitter/Favorites/CreateTest.php index 9ddffeef6f..148ee7bab2 100644 --- a/tests/src/Module/Api/Twitter/Favorites/CreateTest.php +++ b/tests/src/Module/Api/Twitter/Favorites/CreateTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Create(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Create(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -57,7 +57,7 @@ class CreateTest extends ApiTest */ public function testApiFavoritesCreateDestroyWithCreateAction() { - $response = (new Create(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Create(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 3 ]); @@ -74,7 +74,7 @@ class CreateTest extends ApiTest */ public function testApiFavoritesCreateDestroyWithCreateActionAndRss() { - $response = (new Create(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => ICanCreateResponses::TYPE_RSS])) + $response = (new Create(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => ICanCreateResponses::TYPE_RSS])) ->run($this->httpExceptionMock, [ 'id' => 3 ]); diff --git a/tests/src/Module/Api/Twitter/Favorites/DestroyTest.php b/tests/src/Module/Api/Twitter/Favorites/DestroyTest.php index 8dd4435bcd..0370828688 100644 --- a/tests/src/Module/Api/Twitter/Favorites/DestroyTest.php +++ b/tests/src/Module/Api/Twitter/Favorites/DestroyTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Destroy(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Destroy(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -56,7 +56,7 @@ class DestroyTest extends ApiTest */ public function testApiFavoritesCreateDestroyWithDestroyAction() { - $response = (new Destroy(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Destroy(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 3 ]); diff --git a/tests/src/Module/Api/Twitter/FavoritesTest.php b/tests/src/Module/Api/Twitter/FavoritesTest.php index c25cb86094..4fcc8b48dd 100644 --- a/tests/src/Module/Api/Twitter/FavoritesTest.php +++ b/tests/src/Module/Api/Twitter/FavoritesTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'page' => -1, 'max_id' => 10, @@ -56,7 +56,7 @@ class FavoritesTest extends ApiTest */ public function testApiFavoritesWithRss() { - $response = (new Favorites(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ + $response = (new Favorites(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ 'extension' => ICanCreateResponses::TYPE_RSS ]))->run($this->httpExceptionMock); diff --git a/tests/src/Module/Api/Twitter/Followers/ListsTest.php b/tests/src/Module/Api/Twitter/Followers/ListsTest.php index fdbfb55f25..d3c8e6c5ab 100644 --- a/tests/src/Module/Api/Twitter/Followers/ListsTest.php +++ b/tests/src/Module/Api/Twitter/Followers/ListsTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/Friends/ListsTest.php b/tests/src/Module/Api/Twitter/Friends/ListsTest.php index 70b28557d3..054f5961b9 100644 --- a/tests/src/Module/Api/Twitter/Friends/ListsTest.php +++ b/tests/src/Module/Api/Twitter/Friends/ListsTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/Friendships/IncomingTest.php b/tests/src/Module/Api/Twitter/Friendships/IncomingTest.php index 076edd4f67..a5e5d3aff9 100644 --- a/tests/src/Module/Api/Twitter/Friendships/IncomingTest.php +++ b/tests/src/Module/Api/Twitter/Friendships/IncomingTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/Lists/StatusesTest.php b/tests/src/Module/Api/Twitter/Lists/StatusesTest.php index b393c3b7b9..13e755e199 100644 --- a/tests/src/Module/Api/Twitter/Lists/StatusesTest.php +++ b/tests/src/Module/Api/Twitter/Lists/StatusesTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Statuses(DI::dba(), DI::twitterStatus(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Statuses(DI::dba(), DI::twitterStatus(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -47,7 +47,7 @@ class StatusesTest extends ApiTest */ public function testApiListsStatusesWithListId() { - $response = (new Statuses(DI::dba(), DI::twitterStatus(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Statuses(DI::dba(), DI::twitterStatus(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'list_id' => 1, 'page' => -1, @@ -67,7 +67,7 @@ class StatusesTest extends ApiTest */ public function testApiListsStatusesWithListIdAndRss() { - $response = (new Statuses(DI::dba(), DI::twitterStatus(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) + $response = (new Statuses(DI::dba(), DI::twitterStatus(), DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'rss'])) ->run($this->httpExceptionMock, [ 'list_id' => 1 ]); diff --git a/tests/src/Module/Api/Twitter/Media/UploadTest.php b/tests/src/Module/Api/Twitter/Media/UploadTest.php index c830260d1c..b0c270a459 100644 --- a/tests/src/Module/Api/Twitter/Media/UploadTest.php +++ b/tests/src/Module/Api/Twitter/Media/UploadTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Upload(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Upload(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -60,7 +60,7 @@ class UploadTest extends ApiTest $this->expectException(UnauthorizedException::class); AuthTestConfig::$authenticated = false; - (new Upload(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Upload(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -79,7 +79,7 @@ class UploadTest extends ApiTest ] ]; - (new Upload(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Upload(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -102,7 +102,7 @@ class UploadTest extends ApiTest ] ]; - $response = (new Upload(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Upload(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); $media = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/SavedSearchesTest.php b/tests/src/Module/Api/Twitter/SavedSearchesTest.php index 2e9ba9990e..6c5ba70c4a 100644 --- a/tests/src/Module/Api/Twitter/SavedSearchesTest.php +++ b/tests/src/Module/Api/Twitter/SavedSearchesTest.php @@ -1,6 +1,6 @@ 'json'])) + $response = (new SavedSearches(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => 'json'])) ->run($this->httpExceptionMock); $result = $this->toJson($response); diff --git a/tests/src/Module/Api/Twitter/Statuses/DestroyTest.php b/tests/src/Module/Api/Twitter/Statuses/DestroyTest.php index b93cb327ca..cb0370b787 100644 --- a/tests/src/Module/Api/Twitter/Statuses/DestroyTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/DestroyTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Destroy(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Destroy(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -71,7 +71,7 @@ class DestroyTest extends ApiTest */ public function testApiStatusesDestroyWithId() { - $response = (new Destroy(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Destroy(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 1 ]); diff --git a/tests/src/Module/Api/Twitter/Statuses/MentionsTest.php b/tests/src/Module/Api/Twitter/Statuses/MentionsTest.php index 2e2f3cc0eb..8c82700f82 100644 --- a/tests/src/Module/Api/Twitter/Statuses/MentionsTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/MentionsTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'max_id' => 10 ]); @@ -54,7 +54,7 @@ class MentionsTest extends ApiTest */ public function testApiStatusesMentionsWithNegativePage() { - $response = (new Mentions(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Mentions(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'page' => -2 ]); @@ -86,7 +86,7 @@ class MentionsTest extends ApiTest */ public function testApiStatusesMentionsWithRss() { - $response = (new Mentions(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => ICanCreateResponses::TYPE_RSS])) + $response = (new Mentions(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], ['extension' => ICanCreateResponses::TYPE_RSS])) ->run($this->httpExceptionMock, [ 'page' => -2 ]); diff --git a/tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php b/tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php index 8ae8945520..bd86b7f0fc 100644 --- a/tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'max_id' => 10 ]); @@ -58,7 +58,7 @@ class NetworkPublicTimelineTest extends ApiTest */ public function testApiStatusesNetworkpublicTimelineWithNegativePage() { - $response = (new NetworkPublicTimeline(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new NetworkPublicTimeline(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'page' => -2 ]); @@ -94,7 +94,7 @@ class NetworkPublicTimelineTest extends ApiTest */ public function testApiStatusesNetworkpublicTimelineWithRss() { - $response = (new NetworkPublicTimeline(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ + $response = (new NetworkPublicTimeline(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ 'extension' => ICanCreateResponses::TYPE_RSS ]))->run($this->httpExceptionMock, [ 'page' => -2 diff --git a/tests/src/Module/Api/Twitter/Statuses/RetweetTest.php b/tests/src/Module/Api/Twitter/Statuses/RetweetTest.php index ead1e607db..2a5757c10e 100644 --- a/tests/src/Module/Api/Twitter/Statuses/RetweetTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/RetweetTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Retweet(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Retweet(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -71,7 +71,7 @@ class RetweetTest extends ApiTest */ public function testApiStatusesRepeatWithId() { - $response = (new Retweet(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Retweet(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 1 ]); @@ -88,7 +88,7 @@ class RetweetTest extends ApiTest */ public function testApiStatusesRepeatWithSharedId() { - $response = (new Retweet(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Retweet(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 5 ]); diff --git a/tests/src/Module/Api/Twitter/Statuses/ShowTest.php b/tests/src/Module/Api/Twitter/Statuses/ShowTest.php index 628859df24..bdd744f2ec 100644 --- a/tests/src/Module/Api/Twitter/Statuses/ShowTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/ShowTest.php @@ -1,6 +1,6 @@ expectException(BadRequestException::class); - (new Show(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Show(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -50,7 +50,7 @@ class ShowTest extends ApiTest */ public function testApiStatusesShowWithId() { - $response = (new Show(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Show(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 1 ]); @@ -68,7 +68,7 @@ class ShowTest extends ApiTest */ public function testApiStatusesShowWithConversation() { - $response = (new Show(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Show(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'id' => 1, 'conversation' => 1 diff --git a/tests/src/Module/Api/Twitter/Statuses/UpdateTest.php b/tests/src/Module/Api/Twitter/Statuses/UpdateTest.php index 206e610487..9e035cf8cc 100644 --- a/tests/src/Module/Api/Twitter/Statuses/UpdateTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/UpdateTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'status' => 'Status content #friendica', 'in_reply_to_status_id' => 0, @@ -76,7 +76,7 @@ class UpdateTest extends ApiTest */ public function testApiStatusesUpdateWithHtml() { - $response = (new Update(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Update(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'htmlstatus' => 'Status content', ]); diff --git a/tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php b/tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php index e9f40d030d..71cf0b35f8 100644 --- a/tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php +++ b/tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'user_id' => 42, 'max_id' => 10, @@ -61,7 +61,7 @@ class UserTimelineTest extends ApiTest */ public function testApiStatusesUserTimelineWithNegativePage() { - $response = (new UserTimeline(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new UserTimeline(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'user_id' => 42, 'page' => -2, @@ -84,7 +84,7 @@ class UserTimelineTest extends ApiTest */ public function testApiStatusesUserTimelineWithRss() { - $response = (new UserTimeline(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ + $response = (new UserTimeline(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ 'extension' => ICanCreateResponses::TYPE_RSS ]))->run($this->httpExceptionMock); diff --git a/tests/src/Module/Api/Twitter/Users/LookupTest.php b/tests/src/Module/Api/Twitter/Users/LookupTest.php index c4f8d8568f..cc336ee492 100644 --- a/tests/src/Module/Api/Twitter/Users/LookupTest.php +++ b/tests/src/Module/Api/Twitter/Users/LookupTest.php @@ -1,6 +1,6 @@ expectException(NotFoundException::class); - (new Lookup(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Lookup(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } @@ -49,7 +49,7 @@ class LookupTest extends ApiTest */ public function testApiUsersLookupWithUserId() { - $response = (new Lookup(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + $response = (new Lookup(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock, [ 'user_id' => static::OTHER_USER['id'] ]); diff --git a/tests/src/Module/Api/Twitter/Users/SearchTest.php b/tests/src/Module/Api/Twitter/Users/SearchTest.php index 921d2a434a..fcedbbce99 100644 --- a/tests/src/Module/Api/Twitter/Users/SearchTest.php +++ b/tests/src/Module/Api/Twitter/Users/SearchTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock, [ 'q' => static::OTHER_USER['name'] ]); @@ -54,7 +54,7 @@ class SearchTest extends ApiTest */ public function testApiUsersSearchWithXml() { - $response = (new Search(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ + $response = (new Search(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ 'extension' => ICanCreateResponses::TYPE_XML ]))->run($this->httpExceptionMock, [ 'q' => static::OTHER_USER['name'] @@ -72,7 +72,7 @@ class SearchTest extends ApiTest { $this->expectException(BadRequestException::class); - (new Search(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) + (new Search(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [])) ->run($this->httpExceptionMock); } } diff --git a/tests/src/Module/Api/Twitter/Users/ShowTest.php b/tests/src/Module/Api/Twitter/Users/ShowTest.php index 3fec80181a..99ce3df8a5 100644 --- a/tests/src/Module/Api/Twitter/Users/ShowTest.php +++ b/tests/src/Module/Api/Twitter/Users/ShowTest.php @@ -1,6 +1,6 @@ run($this->httpExceptionMock); $json = $this->toJson($response); @@ -56,7 +56,7 @@ class ShowTest extends ApiTest */ public function testApiUsersShowWithXml() { - $response = (new Show(DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ + $response = (new Show(DI::mstdnError(), DI::app(), DI::l10n(), DI::baseUrl(), DI::args(), DI::logger(), DI::profiler(), DI::apiResponse(), [], [ 'extension' => ICanCreateResponses::TYPE_XML ]))->run($this->httpExceptionMock); diff --git a/tests/src/Module/BaseApiTest.php b/tests/src/Module/BaseApiTest.php index 08a0794c83..f3c2931c45 100644 --- a/tests/src/Module/BaseApiTest.php +++ b/tests/src/Module/BaseApiTest.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Test\src\Network; + +use Friendica\Network\Entity; +use Friendica\Network\Factory; +use PHPUnit\Framework\TestCase; +use Psr\Log\NullLogger; + +class MimeTypeTest extends TestCase +{ + public function dataCreateFromContentType(): array + { + return [ + 'image/jpg' => [ + 'expected' => new Entity\MimeType('image', 'jpg'), + 'contentType' => 'image/jpg', + ], + 'image/jpg;charset=utf8' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + 'contentType' => 'image/jpg; charset=utf8', + ], + 'image/jpg; charset=utf8' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + 'contentType' => 'image/jpg; charset=utf8', + ], + 'image/jpg; charset = utf8' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + 'contentType' => 'image/jpg; charset=utf8', + ], + 'image/jpg; charset="utf8"' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + 'contentType' => 'image/jpg; charset="utf8"', + ], + 'image/jpg; charset="\"utf8\""' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => '"utf8"']), + 'contentType' => 'image/jpg; charset="\"utf8\""', + ], + 'image/jpg; charset="\"utf8\" (comment)"' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => '"utf8"']), + 'contentType' => 'image/jpg; charset="\"utf8\" (comment)"', + ], + 'image/jpg; charset=utf8 (comment)' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + 'contentType' => 'image/jpg; charset="utf8 (comment)"', + ], + 'image/jpg; charset=utf8; attribute=value' => [ + 'expected' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8', 'attribute' => 'value']), + 'contentType' => 'image/jpg; charset=utf8; attribute=value', + ], + 'empty' => [ + 'expected' => new Entity\MimeType('unkn', 'unkn'), + 'contentType' => '', + ], + 'unknown' => [ + 'expected' => new Entity\MimeType('unkn', 'unkn'), + 'contentType' => 'unknown', + ], + ]; + } + + /** + * @dataProvider dataCreateFromContentType + * @param Entity\MimeType $expected + * @param string $contentType + * @return void + */ + public function testCreateFromContentType(Entity\MimeType $expected, string $contentType) + { + $factory = new Factory\MimeType(new NullLogger()); + + $this->assertEquals($expected, $factory->createFromContentType($contentType)); + } + + public function dataToString(): array + { + return [ + 'image/jpg' => [ + 'expected' => 'image/jpg', + 'mimeType' => new Entity\MimeType('image', 'jpg'), + ], + 'image/jpg;charset=utf8' => [ + 'expected' => 'image/jpg; charset=utf8', + 'mimeType' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8']), + ], + 'image/jpg; charset="\"utf8\""' => [ + 'expected' => 'image/jpg; charset="\"utf8\""', + 'mimeType' => new Entity\MimeType('image', 'jpg', ['charset' => '"utf8"']), + ], + 'image/jpg; charset=utf8; attribute=value' => [ + 'expected' => 'image/jpg; charset=utf8; attribute=value', + 'mimeType' => new Entity\MimeType('image', 'jpg', ['charset' => 'utf8', 'attribute' => 'value']), + ], + 'empty' => [ + 'expected' => 'unkn/unkn', + 'mimeType' => new Entity\MimeType('unkn', 'unkn'), + ], + ]; + } + + /** + * @dataProvider dataToString + * @param string $expected + * @param Entity\MimeType $mimeType + * @return void + */ + public function testToString(string $expected, Entity\MimeType $mimeType) + { + $this->assertEquals($expected, $mimeType->__toString()); + } + + public function dataRoundtrip(): array + { + return [ + ['image/jpg'], + ['image/jpg; charset=utf8'], + ['image/jpg; charset="\"utf8\""'], + ['image/jpg; charset=utf8; attribute=value'], + ]; + } + + /** + * @dataProvider dataRoundtrip + * @param string $expected + * @return void + */ + public function testRoundtrip(string $expected) + { + $factory = new Factory\MimeType(new NullLogger()); + + $this->assertEquals($expected, $factory->createFromContentType($expected)->__toString()); + } +} diff --git a/tests/src/Network/ProbeTest.php b/tests/src/Network/ProbeTest.php index d9c0f074ec..1d8293fc5a 100644 --- a/tests/src/Network/ProbeTest.php +++ b/tests/src/Network/ProbeTest.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Test\src\Protocol\ActivityPub; + +use Friendica\Core\Hook; +use Friendica\DI; +use Friendica\Model\Post; +use Friendica\Protocol\ActivityPub\Transmitter; +use Friendica\Test\FixtureTest; + +class TransmitterTest extends FixtureTest +{ + protected function setUp(): void + { + parent::setUp(); + + DI::config()->set('system', 'no_smilies', false); + + Hook::register('smilie', 'tests/Util/SmileyWhitespaceAddon.php', 'add_test_unicode_smilies'); + Hook::loadHooks(); + } + + public function testEmojiPost() + { + $post = Post::selectFirst([], ['id' => 14]); + $this->assertNotNull($post); + $note = Transmitter::createNote($post); + $this->assertNotNull($note); + + $this->assertEquals(':like: :friendica: no :dislike :p: :embarrassed: 🤗 ❤ :smileyheart333: 🔥', $note['content']); + $emojis = array_fill_keys(['like', 'friendica', 'p', 'embarrassed', 'smileyheart333'], true); + $this->assertEquals(count($emojis), count($note['tag'])); + foreach ($note['tag'] as $emoji) { + $this->assertTrue(array_key_exists($emoji['name'], $emojis)); + $this->assertEquals('Emoji', $emoji['type']); + } + } +} diff --git a/tests/src/Protocol/ActivityTest.php b/tests/src/Protocol/ActivityTest.php index b93a0352ee..343cfa28f9 100644 --- a/tests/src/Protocol/ActivityTest.php +++ b/tests/src/Protocol/ActivityTest.php @@ -1,6 +1,6 @@ . + * + */ + +namespace Friendica\Test\src\Util; + +use Friendica\Util\Network; +use PHPUnit\Framework\TestCase; + +/** + * Network utility test class + */ +class NetworkTest extends TestCase +{ + public function testValidUri() + { + self::assertNotNull(Network::createUriFromString('https://friendi.ca')); + self::assertNotNull(Network::createUriFromString('magnet:?xs=https%3A%2F%2Ftube.jeena.net%2Flazy-static%2Ftorrents%2F04bec7a8-34de-4847-b080-6ee00c4b3d49-1080-hls.torrent&xt=urn:btih:5def5a24dfa7307e999a0d4f0fcc29c3e2b13be2&dn=My+fediverse+setup+-+I+host+everything+myself&tr=https%3A%2F%2Ftube.jeena.net%2Ftracker%2Fannounce&tr=wss%3A%2F%2Ftube.jeena.net%3A443%2Ftracker%2Fsocket&ws=https%3A%2F%2Ftube.jeena.net%2Fstatic%2Fstreaming-playlists%2Fhls%2F23989f41-e230-4dbf-9111-936bc730bf50%2Fe5905de3-e488-4bb8-a1e8-eb7a53ac24ad-1080-fragmented.mp4')); + self::assertNotNull(Network::createUriFromString('did:plc:geqiabvo4b4jnfv2paplzcge')); + self::assertNull(Network::createUriFromString('https://')); + self::assertNull(Network::createUriFromString('')); + self::assertNull(Network::createUriFromString(null)); + } +} diff --git a/tests/src/Util/ProfilerTest.php b/tests/src/Util/ProfilerTest.php index 9ca2e664c0..f196a1dffa 100644 --- a/tests/src/Util/ProfilerTest.php +++ b/tests/src/Util/ProfilerTest.php @@ -1,6 +1,6 @@ get('system', 'compute_group_counts')) { + DI::config()->set('system', 'compute_circle_counts', true); + } + DI::config()->delete('system', 'compute_group_counts'); + + return Update::SUCCESS; +} + +function update_1539() +{ + $users = DBA::select('user', ['uid'], ['account-type' => User::ACCOUNT_TYPE_COMMUNITY]); + while ($user = DBA::fetch($users)) { + User::setCommunityUserSettings($user['uid']); + } + DBA::close($users); + return Update::SUCCESS; } \ No newline at end of file diff --git a/view/global.css b/view/global.css index 714bb55dbd..aab6e8d67d 100644 --- a/view/global.css +++ b/view/global.css @@ -110,6 +110,12 @@ span.connector { margin: 0; } +.wall-item-response { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + .type-link blockquote, .type-video blockquote { margin-left: 0px; max-height: 160px; @@ -706,6 +712,39 @@ audio { * Image grid settings END **/ +/* This helps allocating space for image before they are loaded, preventing content shifting once they are. + * Inspired by https://www.smashingmagazine.com/2016/08/ways-to-reduce-content-shifting-on-page-load/ + * Please note: The space is effectively allocated using padding-bottom using the image ratio as a value. + * This ratio is never known in advance so no value is set in the stylesheet. + */ +figure.img-allocated-height { + position: relative; + background: center / auto rgba(0, 0, 0, 0.05) url(/images/icons/image.png) no-repeat; + margin: 0; +} +figure.img-allocated-height img{ + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; +} + +/** + * Horizontal masonry settings START + **/ +.masonry-row { + display: -ms-flexbox; /* IE10 */ + display: flex; + /* Both the following values should be the same to ensure consistent margins between images in the grid */ + column-gap: 5px; + margin-top: 5px; +} +/** + * Horizontal masonry settings AND + **/ + #contactblock .icon { width: 48px; height: 48px; diff --git a/view/js/fancybox/fancybox.config.js b/view/js/fancybox/fancybox.config.js index 233b423f9f..94a67eb7ff 100644 --- a/view/js/fancybox/fancybox.config.js +++ b/view/js/fancybox/fancybox.config.js @@ -1,13 +1,10 @@ $(document).ready(function() { $.fancybox.defaults.loop = "true"; - // this disables the colorbox hook found in frio/js/modal.js:34 - $("body").off("click", ".wall-item-body a img"); - - // Adds ALT/TITLE text to fancybox - $('a[data-fancybox').fancybox({ - afterLoad : function(instance, current) { - current.$image.attr('alt', current.opts.$orig.find('img').attr('alt') ); - current.$image.attr('title', current.opts.$orig.find('img').attr('title') ); - } - }); -}); \ No newline at end of file + $.fancybox.defaults.afterLoad = function(instance, current) { + current.$image.attr('alt', current.opts.$orig.find('img').attr('alt') ); + current.$image.attr('title', current.opts.$orig.find('img').attr('title') ); + }; + $.fancybox.defaults.caption = function (instance, slide, caption) { + return slide.$thumb.attr('alt'); + }; +}); diff --git a/view/js/main.js b/view/js/main.js index 6a7874a1e2..0da6c1df10 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -378,16 +378,10 @@ $(function() { // Allow folks to stop the ajax page updates with the pause/break key $(document).keydown(function(event) { - if (event.keyCode == '8') { - var target = event.target || event.srcElement; - if (!/input|textarea/i.test(target.nodeName)) { - return false; - } - } - - if (event.keyCode == '19' || (event.ctrlKey && event.which == '32')) { + // Pause/Break or Ctrl + Space + if (event.which === 19 || (!event.shiftKey && !event.altKey && event.ctrlKey && event.which === 32)) { event.preventDefault(); - if (stopped == false) { + if (stopped === false) { stopped = true; if (event.ctrlKey) { totStopped = true; @@ -647,6 +641,11 @@ function liveUpdate(src) { }); } +function updateItem(itemNo) { + force_update = true; + update_item = itemNo; +} + function imgbright(node) { $(node).removeClass("drophide").addClass("drop"); } diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 6ca0fe4dad..652a82709b 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -1,14 +1,14 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2023, the Friendica project +# Copyright (C) 2010-2024, the Friendica project # This file is distributed under the same license as the Friendica package. # Mike Macgirvin, 2010 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2023.09-dev\n" +"Project-Id-Version: 2024.03-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-18 05:30+0000\n" +"POT-Creation-Date: 2024-01-03 19:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,19 +34,19 @@ msgstr "" msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "" -#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "" -#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 #: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 #: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 @@ -55,29 +55,28 @@ msgstr "" #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Invite.php:42 -#: src/Module/Invite.php:131 src/Module/Notifications/Notification.php:76 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 #: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 #: src/Module/Profile/Contacts.php:78 src/Module/Profile/Photos.php:92 #: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 -#: src/Module/Profile/UnkMail.php:69 src/Module/Profile/UnkMail.php:121 -#: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 -#: src/Module/Register.php:90 src/Module/Register.php:206 -#: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71 -#: src/Module/Settings/Display.php:73 src/Module/Settings/Display.php:160 +#: src/Module/Register.php:77 src/Module/Register.php:90 +#: src/Module/Register.php:206 src/Module/Register.php:245 +#: src/Module/Search/Directory.php:37 src/Module/Settings/Account.php:50 +#: src/Module/Settings/Account.php:384 src/Module/Settings/Channels.php:57 +#: src/Module/Settings/Channels.php:125 src/Module/Settings/Delegation.php:90 +#: src/Module/Settings/Display.php:90 src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "" @@ -223,7 +222,7 @@ msgstr "" msgid "New Message" msgstr "" -#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 msgid "No recipient selected." msgstr "" @@ -231,11 +230,11 @@ msgstr "" msgid "Unable to locate contact information." msgstr "" -#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 msgid "Message could not be sent." msgstr "" -#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 msgid "Message collection failure." msgstr "" @@ -261,11 +260,11 @@ msgstr "" msgid "Conversation was not removed." msgstr "" -#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 msgid "Please enter a link URL:" msgstr "" -#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 msgid "Send Private Message" msgstr "" @@ -281,20 +280,19 @@ msgstr "" msgid "Your message:" msgstr "" -#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "" #: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 -#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "" #: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 -#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1586 #: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:578 +#: src/Object/Post.php:609 msgid "Please wait" msgstr "" @@ -306,19 +304,19 @@ msgstr "" #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 #: src/Module/Moderation/Report/Create.php:168 #: src/Module/Moderation/Report/Create.php:183 #: src/Module/Moderation/Report/Create.php:211 #: src/Module/Moderation/Report/Create.php:263 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:257 -#: src/Module/Settings/Server/Action.php:79 src/Object/Post.php:1095 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Profile/Profile.php:274 src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1154 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "" @@ -384,17 +382,17 @@ msgstr "" #: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:189 msgid "Save" msgstr "" #: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 -#: src/Model/Event.php:512 src/Model/Profile.php:232 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 #: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 -#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:56 #: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 #: src/Module/Register.php:267 msgid "User not found." @@ -449,7 +447,7 @@ msgstr "" msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: mod/photos.php:582 src/Module/Conversation/Community.php:159 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 #: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." @@ -480,7 +478,7 @@ msgstr "" msgid "Do not show a status post for this upload" msgstr "" -#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 #: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "" @@ -493,7 +491,7 @@ msgstr "" msgid "Delete Album" msgstr "" -#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -600,35 +598,35 @@ msgid "Rotate CCW (left)" msgstr "" #: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 -#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1092 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1151 msgid "This is you" msgstr "" #: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 -#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:572 -#: src/Object/Post.php:1094 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1153 msgid "Comment" msgstr "" #: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 -#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 #: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1108 +#: src/Object/Post.php:1167 msgid "Preview" msgstr "" -#: mod/photos.php:1144 src/Content/Conversation.php:367 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1096 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1155 msgid "Loading..." msgstr "" -#: mod/photos.php:1236 src/Content/Conversation.php:1464 -#: src/Object/Post.php:260 +#: mod/photos.php:1236 src/Content/Conversation.php:1501 +#: src/Object/Post.php:261 msgid "Select" msgstr "" -#: mod/photos.php:1237 src/Content/Conversation.php:1465 +#: mod/photos.php:1237 src/Content/Conversation.php:1502 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 @@ -637,19 +635,19 @@ msgstr "" msgid "Delete" msgstr "" -#: mod/photos.php:1298 src/Object/Post.php:408 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "" -#: mod/photos.php:1299 src/Object/Post.php:408 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "" -#: mod/photos.php:1300 src/Object/Post.php:409 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "" -#: mod/photos.php:1302 src/Object/Post.php:409 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "" @@ -661,112 +659,112 @@ msgstr "" msgid "No system theme config value set." msgstr "" -#: src/App.php:580 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:248 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "" -#: src/App/Page.php:249 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:250 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 +#: src/App/Page.php:252 msgid "Collapse this author's posts?" msgstr "" -#: src/App/Page.php:252 +#: src/App/Page.php:253 msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 #: src/Module/Settings/Server/Index.php:108 msgid "" "You won't see any content from this server including reshares in your " "Network page, the community pages and individual conversations." msgstr "" -#: src/App/Page.php:255 +#: src/App/Page.php:256 msgid "Like not successful" msgstr "" -#: src/App/Page.php:256 +#: src/App/Page.php:257 msgid "Dislike not successful" msgstr "" -#: src/App/Page.php:257 +#: src/App/Page.php:258 msgid "Sharing not successful" msgstr "" -#: src/App/Page.php:258 +#: src/App/Page.php:259 msgid "Attendance unsuccessful" msgstr "" -#: src/App/Page.php:259 +#: src/App/Page.php:260 msgid "Backend error" msgstr "" -#: src/App/Page.php:260 +#: src/App/Page.php:261 msgid "Network error" msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:264 msgid "Drop files here to upload" msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:265 msgid "Your browser does not support drag and drop file uploads." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:270 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:271 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:272 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:273 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:351 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "" @@ -783,31 +781,33 @@ msgstr "" msgid "You must be logged in to use addons. " msgstr "" -#: src/BaseModule.php:401 +#: src/BaseModule.php:407 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/BaseModule.php:428 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "" -#: src/BaseModule.php:433 src/Content/Conversation/Factory/Timeline.php:62 -#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 -#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:132 msgid "Followers" msgstr "" -#: src/BaseModule.php:438 src/Content/Widget.php:240 src/Module/Contact.php:418 +#: src/BaseModule.php:444 src/Content/Widget.php:240 src/Module/Contact.php:417 +#: src/Module/Settings/Channels.php:131 msgid "Following" msgstr "" -#: src/BaseModule.php:443 src/Content/Widget.php:241 src/Module/Contact.php:421 +#: src/BaseModule.php:449 src/Content/Widget.php:241 src/Module/Contact.php:420 msgid "Mutual friends" msgstr "" -#: src/BaseModule.php:451 +#: src/BaseModule.php:457 msgid "Common" msgstr "" @@ -957,7 +957,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:711 +#: src/Console/User.php:182 src/Model/User.php:806 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1192,14 +1192,14 @@ msgid_plural "%2$s reshared this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:274 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:277 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural "" @@ -1207,423 +1207,427 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:280 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:283 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:286 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:289 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:336 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 -#: src/Object/Post.php:1107 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1166 msgid "Please enter a image/video/audio/webpage URL:" msgstr "" -#: src/Content/Conversation.php:338 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "" -#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "" -#: src/Content/Conversation.php:340 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "" -#: src/Content/Conversation.php:341 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "" -#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:363 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "" -#: src/Content/Conversation.php:366 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "" -#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "" -#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "" -#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1097 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1156 msgid "Bold" msgstr "" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1098 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1157 msgid "Italic" msgstr "" -#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1099 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1158 msgid "Underline" msgstr "" -#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1101 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1160 msgid "Quote" msgstr "" -#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1102 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1161 msgid "Add emojis" msgstr "" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1100 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1159 msgid "Content Warning" msgstr "" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1103 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1162 msgid "Code" msgstr "" -#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 -#: src/Object/Post.php:1104 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1163 msgid "Image" msgstr "" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1105 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1164 msgid "Link" msgstr "" -#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 -#: src/Module/Post/Edit.php:178 src/Object/Post.php:1106 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1165 msgid "Link or Media" msgstr "" -#: src/Content/Conversation.php:382 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "" -#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "" -#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "" -#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "" -#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "" -#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "" -#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "" -#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:120 -#: src/Model/Profile.php:467 src/Module/Admin/Logs/View.php:92 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:483 src/Module/Admin/Logs/View.php:92 #: src/Module/Post/Edit.php:181 msgid "Message" msgstr "" -#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "" -#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:595 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "" -#: src/Content/Conversation.php:599 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "" -#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 -#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 -#: src/Content/Conversation.php:766 +#: src/Content/Conversation.php:729 src/Content/Conversation.php:732 +#: src/Content/Conversation.php:735 src/Content/Conversation.php:738 +#: src/Content/Conversation.php:741 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:769 +#: src/Content/Conversation.php:744 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:774 +#: src/Content/Conversation.php:749 #, php-format msgid "You subscribed to %s." msgstr "" -#: src/Content/Conversation.php:776 +#: src/Content/Conversation.php:751 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:771 #, php-format msgid "%s reshared this." msgstr "" -#: src/Content/Conversation.php:798 +#: src/Content/Conversation.php:773 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:798 +#: src/Content/Conversation.php:773 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:801 +#: src/Content/Conversation.php:776 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:804 +#: src/Content/Conversation.php:779 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:807 +#: src/Content/Conversation.php:782 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:810 +#: src/Content/Conversation.php:785 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:810 +#: src/Content/Conversation.php:785 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:813 +#: src/Content/Conversation.php:788 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:813 +#: src/Content/Conversation.php:788 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:816 +#: src/Content/Conversation.php:791 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:819 +#: src/Content/Conversation.php:794 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:822 +#: src/Content/Conversation.php:797 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:825 +#: src/Content/Conversation.php:800 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:828 +#: src/Content/Conversation.php:803 msgid "Pushed to us" msgstr "" -#: src/Content/Conversation.php:1492 src/Object/Post.php:247 +#: src/Content/Conversation.php:1529 src/Object/Post.php:248 msgid "Pinned item" msgstr "" -#: src/Content/Conversation.php:1509 src/Object/Post.php:521 -#: src/Object/Post.php:522 +#: src/Content/Conversation.php:1546 src/Object/Post.php:548 +#: src/Object/Post.php:549 #, php-format msgid "View %s's profile @ %s" msgstr "" -#: src/Content/Conversation.php:1522 src/Object/Post.php:509 +#: src/Content/Conversation.php:1559 src/Object/Post.php:536 msgid "Categories:" msgstr "" -#: src/Content/Conversation.php:1523 src/Object/Post.php:510 +#: src/Content/Conversation.php:1560 src/Object/Post.php:537 msgid "Filed under:" msgstr "" -#: src/Content/Conversation.php:1531 src/Object/Post.php:535 +#: src/Content/Conversation.php:1568 src/Object/Post.php:562 #, php-format msgid "%s from %s" msgstr "" -#: src/Content/Conversation.php:1547 +#: src/Content/Conversation.php:1584 msgid "View in context" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:59 +#: src/Content/Conversation/Factory/Channel.php:42 msgid "For you" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:59 +#: src/Content/Conversation/Factory/Channel.php:42 msgid "Posts from contacts you interact with and who interact with you" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:60 +#: src/Content/Conversation/Factory/Channel.php:43 msgid "What's Hot" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:60 +#: src/Content/Conversation/Factory/Channel.php:43 msgid "Posts with a lot of interactions" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:61 +#: src/Content/Conversation/Factory/Channel.php:44 #, php-format msgid "Posts in %s" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:62 +#: src/Content/Conversation/Factory/Channel.php:45 msgid "Posts from your followers that you don't follow" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:63 +#: src/Content/Conversation/Factory/Channel.php:46 msgid "Sharers of sharers" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:63 +#: src/Content/Conversation/Factory/Channel.php:46 msgid "Posts from accounts that are followed by accounts that you follow" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:64 +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:162 src/Module/Settings/Channels.php:180 msgid "Images" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:64 +#: src/Content/Conversation/Factory/Channel.php:47 msgid "Posts with images" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:65 +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:164 src/Module/Settings/Channels.php:182 msgid "Audio" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:65 +#: src/Content/Conversation/Factory/Channel.php:48 msgid "Posts with audio" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:66 +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:163 src/Module/Settings/Channels.php:181 msgid "Videos" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:66 +#: src/Content/Conversation/Factory/Channel.php:49 msgid "Posts with videos" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:85 +#: src/Content/Conversation/Factory/Community.php:43 msgid "Local Community" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:85 +#: src/Content/Conversation/Factory/Community.php:43 msgid "Posts from local users on this server" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:89 +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:129 msgid "Global Community" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:89 +#: src/Content/Conversation/Factory/Community.php:47 msgid "Posts from users of the whole federated network" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:103 +#: src/Content/Conversation/Factory/Network.php:38 msgid "Latest Activity" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:103 +#: src/Content/Conversation/Factory/Network.php:38 msgid "Sort by latest activity" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:104 +#: src/Content/Conversation/Factory/Network.php:39 msgid "Latest Posts" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:104 +#: src/Content/Conversation/Factory/Network.php:39 msgid "Sort by post received date" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:105 +#: src/Content/Conversation/Factory/Network.php:40 msgid "Latest Creation" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:105 +#: src/Content/Conversation/Factory/Network.php:40 msgid "Sort by post creation date" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:106 +#: src/Content/Conversation/Factory/Network.php:41 #: src/Module/Settings/Profile/Index.php:260 msgid "Personal" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:106 +#: src/Content/Conversation/Factory/Network.php:41 msgid "Posts that mention or involve you" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:107 src/Object/Post.php:380 +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 msgid "Starred" msgstr "" -#: src/Content/Conversation/Factory/Timeline.php:107 +#: src/Content/Conversation/Factory/Network.php:42 msgid "Favourite Posts" msgstr "" @@ -1739,80 +1743,80 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/GroupManager.php:147 src/Content/Nav.php:278 #: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 -#: src/Model/User.php:1273 +#: src/Model/User.php:1368 msgid "Groups" msgstr "" -#: src/Content/GroupManager.php:154 +#: src/Content/GroupManager.php:149 msgid "External link to group" msgstr "" -#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 +#: src/Content/GroupManager.php:153 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/GroupManager.php:154 src/Content/Widget.php:410 #: src/Content/Widget.php:513 msgid "show more" msgstr "" -#: src/Content/GroupManager.php:160 +#: src/Content/GroupManager.php:155 msgid "Create new group" msgstr "" -#: src/Content/Item.php:331 src/Model/Item.php:3003 +#: src/Content/Item.php:332 src/Model/Item.php:3166 msgid "event" msgstr "" -#: src/Content/Item.php:334 src/Content/Item.php:344 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "" -#: src/Content/Item.php:340 src/Model/Item.php:3005 +#: src/Content/Item.php:341 src/Model/Item.php:3168 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "" -#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: src/Content/Item.php:428 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "" -#: src/Content/Item.php:429 src/Model/Contact.php:1227 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "" -#: src/Content/Item.php:430 src/Content/Item.php:451 src/Model/Contact.php:1176 -#: src/Model/Contact.php:1219 src/Model/Contact.php:1228 +#: src/Content/Item.php:431 src/Content/Item.php:452 src/Model/Contact.php:1176 +#: src/Model/Contact.php:1233 src/Model/Contact.php:1243 #: src/Module/Directory.php:157 src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "" -#: src/Content/Item.php:431 src/Model/Contact.php:1229 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "" -#: src/Content/Item.php:432 src/Model/Contact.php:1220 -#: src/Model/Contact.php:1230 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:468 msgid "Network Posts" msgstr "" -#: src/Content/Item.php:433 src/Model/Contact.php:1221 -#: src/Model/Contact.php:1231 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "" -#: src/Content/Item.php:434 src/Model/Contact.php:1232 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "" -#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Content/Item.php:436 src/Module/Contact.php:467 #: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 @@ -1820,7 +1824,7 @@ msgstr "" msgid "Block" msgstr "" -#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Content/Item.php:437 src/Module/Contact.php:468 #: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 @@ -1828,27 +1832,28 @@ msgstr "" msgid "Ignore" msgstr "" -#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Content/Item.php:438 src/Module/Contact.php:469 #: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:438 src/Object/Post.php:288 +#: src/Content/Item.php:439 src/Object/Post.php:289 #, php-format msgid "Ignore %s server" msgstr "" -#: src/Content/Item.php:442 src/Object/Post.php:490 +#: src/Content/Item.php:443 src/Module/Settings/Channels.php:165 +#: src/Module/Settings/Channels.php:183 src/Object/Post.php:509 msgid "Languages" msgstr "" -#: src/Content/Item.php:448 src/Content/Widget.php:80 -#: src/Model/Contact.php:1222 src/Model/Contact.php:1233 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 #: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "" -#: src/Content/Item.php:882 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" @@ -1886,7 +1891,7 @@ msgid "Sign in" msgstr "" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:512 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" @@ -1895,7 +1900,7 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 #: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" @@ -1915,7 +1920,7 @@ msgid "Your photos" msgstr "" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" @@ -1927,7 +1932,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:267 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "" @@ -1962,10 +1967,10 @@ msgid "Create an account" msgstr "" #: src/Content/Nav.php:261 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "" @@ -2001,8 +2006,8 @@ msgstr "" #: src/Content/Nav.php:274 src/Content/Nav.php:329 #: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 -#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "" @@ -2041,7 +2046,8 @@ msgstr "" msgid "Terms of Service of this Friendica instance" msgstr "" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:130 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "" @@ -2099,7 +2105,7 @@ msgid "Manage other pages" msgstr "" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:175 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "" @@ -2170,39 +2176,39 @@ msgstr "" msgid "last" msgstr "" -#: src/Content/Text/BBCode.php:696 src/Content/Text/BBCode.php:1636 -#: src/Content/Text/BBCode.php:1637 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "" -#: src/Content/Text/BBCode.php:914 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "" "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:939 src/Model/Item.php:3745 -#: src/Model/Item.php:3751 src/Model/Item.php:3752 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3899 +#: src/Model/Item.php:3905 src/Model/Item.php:3906 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1543 src/Content/Text/HTML.php:904 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "" -#: src/Content/Text/BBCode.php:1576 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "" -#: src/Content/Text/BBCode.php:1641 src/Content/Text/BBCode.php:1642 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "" -#: src/Content/Text/BBCode.php:1901 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:1920 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "" @@ -2214,8 +2220,8 @@ msgstr "" msgid "The end" msgstr "" -#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:116 -#: src/Model/Profile.php:461 src/Module/Contact/Profile.php:471 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:477 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "" @@ -2254,7 +2260,7 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 #: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "" @@ -2285,8 +2291,8 @@ msgstr "" msgid "Local Directory" msgstr "" -#: src/Content/Widget.php:215 src/Model/Circle.php:600 -#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 msgid "Circles" msgstr "" @@ -2294,7 +2300,7 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/Content/Widget.php:242 src/Module/Contact.php:424 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 msgid "No relationship" msgstr "" @@ -2303,7 +2309,7 @@ msgid "Relationships" msgstr "" #: src/Content/Widget.php:249 src/Module/Circle.php:292 -#: src/Module/Contact.php:345 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "" @@ -2350,11 +2356,11 @@ msgstr "" msgid "Organisations" msgstr "" -#: src/Content/Widget.php:536 src/Model/Contact.php:1698 +#: src/Content/Widget.php:536 src/Model/Contact.php:1738 msgid "News" msgstr "" -#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:428 msgid "Account Types" msgstr "" @@ -2362,7 +2368,9 @@ msgstr "" msgid "All" msgstr "" -#: src/Content/Widget.php:573 src/Module/Settings/Display.php:266 +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:466 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:185 +#: src/Module/Settings/Display.php:315 msgid "Channels" msgstr "" @@ -2412,41 +2420,56 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:109 src/Model/Profile.php:376 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:461 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:466 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:380 #: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:377 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:381 #: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:111 src/Model/Event.php:82 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 #: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 -#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "" -#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:474 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:490 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "" -#: src/Content/Widget/VCard.php:118 src/Model/Contact.php:1223 -#: src/Model/Contact.php:1234 src/Model/Profile.php:463 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:479 #: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:463 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "" @@ -2455,7 +2478,7 @@ msgid "Post to Email" msgstr "" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "" @@ -2588,390 +2611,403 @@ msgstr "" msgid "Generate encryption keys" msgstr "" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation. " "Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the " "new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "" -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:430 -#: src/Module/Settings/Display.php:235 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:236 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:237 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:238 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:239 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:240 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "" -#: src/Core/L10n.php:476 src/Model/Event.php:429 -#: src/Module/Settings/Display.php:234 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:450 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:451 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "" -#: src/Core/L10n.php:480 src/Core/L10n.php:499 src/Model/Event.php:441 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "" -#: src/Core/L10n.php:480 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:422 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "" -#: src/Core/L10n.php:495 src/Model/Event.php:421 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:437 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:438 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:443 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "" -#: src/Core/L10n.php:499 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:447 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "" -#: src/Core/L10n.php:499 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "" @@ -3123,24 +3159,24 @@ msgstr "" msgid "%s: updating %s table." msgstr "" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "" @@ -3156,115 +3192,115 @@ msgid "" "not what you intended, please create another circle with a different name." msgstr "" -#: src/Model/Circle.php:543 +#: src/Model/Circle.php:544 msgid "Everybody" msgstr "" -#: src/Model/Circle.php:562 +#: src/Model/Circle.php:563 msgid "edit" msgstr "" -#: src/Model/Circle.php:599 +#: src/Model/Circle.php:600 msgid "add" msgstr "" -#: src/Model/Circle.php:604 +#: src/Model/Circle.php:605 msgid "Edit circle" msgstr "" -#: src/Model/Circle.php:605 src/Module/Circle.php:193 +#: src/Model/Circle.php:606 src/Module/Circle.php:193 msgid "Contacts not in any circle" msgstr "" -#: src/Model/Circle.php:607 +#: src/Model/Circle.php:608 msgid "Create a new circle" msgstr "" -#: src/Model/Circle.php:608 src/Module/Circle.php:178 src/Module/Circle.php:201 +#: src/Model/Circle.php:609 src/Module/Circle.php:178 src/Module/Circle.php:201 #: src/Module/Circle.php:276 msgid "Circle Name: " msgstr "" -#: src/Model/Circle.php:609 +#: src/Model/Circle.php:610 msgid "Edit circles" msgstr "" -#: src/Model/Contact.php:1240 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "" -#: src/Model/Contact.php:1694 +#: src/Model/Contact.php:1734 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1702 +#: src/Model/Contact.php:1742 msgid "Group" msgstr "" -#: src/Model/Contact.php:3005 +#: src/Model/Contact.php:3045 msgid "Disallowed profile URL." msgstr "" -#: src/Model/Contact.php:3010 src/Module/Friendica.php:101 +#: src/Model/Contact.php:3050 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:3015 +#: src/Model/Contact.php:3055 msgid "Connect URL missing." msgstr "" -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3064 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:3042 +#: src/Model/Contact.php:3082 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3059 +#: src/Model/Contact.php:3099 msgid "The profile address specified does not provide adequate information." msgstr "" -#: src/Model/Contact.php:3061 +#: src/Model/Contact.php:3101 msgid "No compatible communication protocols or feeds were discovered." msgstr "" -#: src/Model/Contact.php:3064 +#: src/Model/Contact.php:3104 msgid "An author or name was not found." msgstr "" -#: src/Model/Contact.php:3067 +#: src/Model/Contact.php:3107 msgid "No browser URL could be matched to this address." msgstr "" -#: src/Model/Contact.php:3070 +#: src/Model/Contact.php:3110 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "" -#: src/Model/Contact.php:3071 +#: src/Model/Contact.php:3111 msgid "Use mailto: in front of address to force email check." msgstr "" -#: src/Model/Contact.php:3077 +#: src/Model/Contact.php:3117 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "" -#: src/Model/Contact.php:3082 +#: src/Model/Contact.php:3122 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "" -#: src/Model/Contact.php:3148 +#: src/Model/Contact.php:3188 msgid "Unable to retrieve contact information." msgstr "" @@ -3296,17 +3332,17 @@ msgid "today" msgstr "" #: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:245 src/Util/Temporal.php:353 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "" #: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:246 src/Util/Temporal.php:354 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "" #: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:247 src/Util/Temporal.php:355 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "" @@ -3369,81 +3405,91 @@ msgstr "" msgid "Happy Birthday %s" msgstr "" -#: src/Model/Item.php:2062 +#: src/Model/Item.php:2217 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" + +#: src/Model/Item.php:2219 +#, php-format +msgid "%s (%s): %s" +msgstr "" + +#: src/Model/Item.php:2222 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:3007 +#: src/Model/Item.php:3170 msgid "activity" msgstr "" -#: src/Model/Item.php:3009 +#: src/Model/Item.php:3172 msgid "comment" msgstr "" -#: src/Model/Item.php:3012 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3175 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "" -#: src/Model/Item.php:3182 +#: src/Model/Item.php:3345 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3184 +#: src/Model/Item.php:3347 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3186 +#: src/Model/Item.php:3349 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3190 +#: src/Model/Item.php:3353 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3652 +#: src/Model/Item.php:3806 msgid "bytes" msgstr "" -#: src/Model/Item.php:3683 +#: src/Model/Item.php:3837 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3685 +#: src/Model/Item.php:3839 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3690 +#: src/Model/Item.php:3844 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3692 +#: src/Model/Item.php:3846 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3694 +#: src/Model/Item.php:3848 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3728 src/Model/Item.php:3729 +#: src/Model/Item.php:3882 src/Model/Item.php:3883 msgid "View on separate page" msgstr "" @@ -3455,291 +3501,291 @@ msgstr "" msgid "Wall Photos" msgstr "" -#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:363 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "" -#: src/Model/Profile.php:361 +#: src/Model/Profile.php:365 msgid "Change profile photo" msgstr "" -#: src/Model/Profile.php:374 src/Module/Directory.php:152 +#: src/Model/Profile.php:378 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "" -#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 +#: src/Model/Profile.php:379 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "" -#: src/Model/Profile.php:465 +#: src/Model/Profile.php:481 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:472 +#: src/Model/Profile.php:488 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:509 +#: src/Model/Profile.php:539 msgid "F d" msgstr "" -#: src/Model/Profile.php:573 src/Model/Profile.php:662 +#: src/Model/Profile.php:603 src/Model/Profile.php:680 msgid "[today]" msgstr "" -#: src/Model/Profile.php:582 +#: src/Model/Profile.php:612 msgid "Birthday Reminders" msgstr "" -#: src/Model/Profile.php:583 +#: src/Model/Profile.php:613 msgid "Birthdays this week:" msgstr "" -#: src/Model/Profile.php:611 +#: src/Model/Profile.php:629 msgid "g A l F d" msgstr "" -#: src/Model/Profile.php:649 +#: src/Model/Profile.php:667 msgid "[No description]" msgstr "" -#: src/Model/Profile.php:675 +#: src/Model/Profile.php:693 msgid "Event Reminders" msgstr "" -#: src/Model/Profile.php:676 +#: src/Model/Profile.php:694 msgid "Upcoming events the next 7 days:" msgstr "" -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:893 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: src/Model/Profile.php:1013 +#: src/Model/Profile.php:1033 msgid "Hometown:" msgstr "" -#: src/Model/Profile.php:1014 +#: src/Model/Profile.php:1034 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "With:" msgstr "" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "Sexual Preference:" msgstr "" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Political Views:" msgstr "" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Religious Views:" msgstr "" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Likes:" msgstr "" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Dislikes:" msgstr "" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Title/Description:" msgstr "" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:197 +#: src/Model/Profile.php:1043 src/Module/Admin/Summary.php:197 #: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Musical interests" msgstr "" -#: src/Model/Profile.php:1025 +#: src/Model/Profile.php:1045 msgid "Books, literature" msgstr "" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Television" msgstr "" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Film/dance/culture/entertainment" msgstr "" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Hobbies/Interests" msgstr "" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Love/romance" msgstr "" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Work/employment" msgstr "" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "School/education" msgstr "" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Contact information and Social Networks" msgstr "" -#: src/Model/User.php:227 src/Model/User.php:1186 +#: src/Model/User.php:225 src/Model/User.php:1281 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "" -#: src/Model/User.php:620 src/Model/User.php:653 +#: src/Model/User.php:715 src/Model/User.php:748 msgid "Login failed" msgstr "" -#: src/Model/User.php:685 +#: src/Model/User.php:780 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:806 +#: src/Model/User.php:901 msgid "Password can't be empty" msgstr "" -#: src/Model/User.php:848 +#: src/Model/User.php:943 msgid "Empty passwords are not allowed." msgstr "" -#: src/Model/User.php:852 +#: src/Model/User.php:947 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:856 +#: src/Model/User.php:951 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:860 +#: src/Model/User.php:955 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1069 +#: src/Model/User.php:1164 msgid "Passwords do not match. Password unchanged." msgstr "" -#: src/Model/User.php:1076 +#: src/Model/User.php:1171 msgid "An invitation is required." msgstr "" -#: src/Model/User.php:1080 +#: src/Model/User.php:1175 msgid "Invitation could not be verified." msgstr "" -#: src/Model/User.php:1088 +#: src/Model/User.php:1183 msgid "Invalid OpenID url" msgstr "" -#: src/Model/User.php:1101 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 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:1101 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "" -#: src/Model/User.php:1107 +#: src/Model/User.php:1202 msgid "Please enter the required information." msgstr "" -#: src/Model/User.php:1121 +#: src/Model/User.php:1216 #, 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:1128 +#: src/Model/User.php:1223 #, 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:1132 +#: src/Model/User.php:1227 #, 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:1140 +#: src/Model/User.php:1235 msgid "That doesn't appear to be your full (First Last) name." msgstr "" -#: src/Model/User.php:1145 +#: src/Model/User.php:1240 msgid "Your email domain is not among those allowed on this site." msgstr "" -#: src/Model/User.php:1149 +#: src/Model/User.php:1244 msgid "Not a valid email address." msgstr "" -#: src/Model/User.php:1152 +#: src/Model/User.php:1247 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1156 src/Model/User.php:1162 +#: src/Model/User.php:1251 src/Model/User.php:1257 msgid "Cannot use that email." msgstr "" -#: src/Model/User.php:1168 +#: src/Model/User.php:1263 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1176 src/Model/User.php:1233 +#: src/Model/User.php:1271 src/Model/User.php:1328 msgid "Nickname is already registered. Please choose another." msgstr "" -#: src/Model/User.php:1220 src/Model/User.php:1224 +#: src/Model/User.php:1315 src/Model/User.php:1319 msgid "An error occurred during registration. Please try again." msgstr "" -#: src/Model/User.php:1247 +#: src/Model/User.php:1342 msgid "An error occurred creating your default profile. Please try again." msgstr "" -#: src/Model/User.php:1254 +#: src/Model/User.php:1349 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1259 +#: src/Model/User.php:1354 msgid "Friends" msgstr "" -#: src/Model/User.php:1263 +#: src/Model/User.php:1358 msgid "" "An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1307 +#: src/Model/User.php:1402 msgid "Profile Photos" msgstr "" -#: src/Model/User.php:1487 +#: src/Model/User.php:1582 #, php-format msgid "" "\n" @@ -3747,7 +3793,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1490 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" @@ -3767,12 +3813,10 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - " -"and\n" -"\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live " +"in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are " "necessary.\n" @@ -3785,12 +3829,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1523 src/Model/User.php:1630 +#: src/Model/User.php:1617 src/Model/User.php:1723 #, php-format msgid "Registration details for %s" msgstr "" -#: src/Model/User.php:1543 +#: src/Model/User.php:1637 #, php-format msgid "" "\n" @@ -3806,12 +3850,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1562 +#: src/Model/User.php:1656 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1586 +#: src/Model/User.php:1680 #, php-format msgid "" "\n" @@ -3820,7 +3864,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1594 +#: src/Model/User.php:1688 #, php-format msgid "" "\n" @@ -3841,12 +3885,11 @@ msgid "" "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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords" +"\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you " +"do not wish\n" +"\t\t\tto be more specific than that.\n" "\n" "\t\t\tWe fully respect your right to privacy, and none of these items are " "necessary.\n" @@ -3859,6 +3902,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1750 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "" @@ -3879,14 +3927,14 @@ msgid "Disable" msgstr "" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "" #: src/Module/Admin/Addons/Details.php:111 src/Module/Admin/Addons/Index.php:67 -#: src/Module/Admin/Federation.php:214 src/Module/Admin/Logs/Settings.php:85 +#: src/Module/Admin/Federation.php:218 src/Module/Admin/Logs/Settings.php:85 #: src/Module/Admin/Logs/View.php:83 src/Module/Admin/Queue.php:72 -#: src/Module/Admin/Site.php:398 src/Module/Admin/Storage.php:138 +#: src/Module/Admin/Site.php:449 src/Module/Admin/Storage.php:138 #: src/Module/Admin/Summary.php:196 src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3895,7 +3943,7 @@ msgid "Administration" msgstr "" #: src/Module/Admin/Addons/Details.php:112 src/Module/Admin/Addons/Index.php:68 -#: src/Module/BaseAdmin.php:92 src/Module/BaseSettings.php:132 +#: src/Module/BaseAdmin.php:92 src/Module/BaseSettings.php:139 msgid "Addons" msgstr "" @@ -3924,12 +3972,12 @@ msgid "Addon %s failed to install." msgstr "" #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:452 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:535 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:260 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "" @@ -4014,77 +4062,77 @@ msgstr "" msgid "Manage Additional Features" msgstr "" -#: src/Module/Admin/Federation.php:76 +#: src/Module/Admin/Federation.php:80 #: src/Module/Moderation/Report/Create.php:191 #: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "" -#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 +#: src/Module/Admin/Federation.php:158 src/Module/Admin/Federation.php:407 msgid "unknown" msgstr "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:188 +#: src/Module/Admin/Federation.php:192 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:193 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:190 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:191 +#: src/Module/Admin/Federation.php:195 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:198 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:199 +#: src/Module/Admin/Federation.php:203 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Federation.php:213 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:215 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:219 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:219 +#: src/Module/Admin/Federation.php:223 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -4124,8 +4172,8 @@ msgid "Enable Debugging" msgstr "" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:480 msgid "Read-only because it is set by an environment variable" msgstr "" @@ -4285,269 +4333,269 @@ msgstr "" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:240 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:178 +#: src/Module/Admin/Site.php:364 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:188 +#: src/Module/Admin/Site.php:381 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:393 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:394 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:395 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:396 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:397 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:403 msgid "Multi user instance" msgstr "" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:426 msgid "Closed" msgstr "" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:427 msgid "Requires approval" msgstr "" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:428 msgid "Open" msgstr "" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:432 msgid "Don't check" msgstr "" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:433 msgid "check the stable version" msgstr "" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:434 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:438 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:439 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:440 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:450 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:451 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:453 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:454 src/Module/Register.php:152 msgid "Registration" msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:455 msgid "File upload" msgstr "" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:456 msgid "Policies" msgstr "" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:457 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:458 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:459 msgid "Performance" msgstr "" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:460 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:461 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:462 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:463 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:464 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:467 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:468 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:469 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:472 msgid "Site name" msgstr "" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "Sender Email" msgstr "" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:475 msgid "Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:476 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Shortcut icon" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 msgid "Additional Info" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:480 msgid "System language" msgstr "" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 msgid "System theme" msgstr "" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Mobile system theme" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "Force SSL" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead " "to endless loops." msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 msgid "Maximum image size" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " @@ -4559,35 +4607,35 @@ msgid "" "to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "Maximum image length" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "JPEG image quality" msgstr "" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:494 msgid "Register policy" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4595,168 +4643,168 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 msgid "Maximum Daily Registrations" msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 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:445 +#: src/Module/Admin/Site.php:497 msgid "Register text" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:497 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 msgid "Forbidden Nicknames" msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 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:447 +#: src/Module/Admin/Site.php:499 msgid "Accounts abandoned after x days" msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:499 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 msgid "Allowed friend domains" msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 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:449 +#: src/Module/Admin/Site.php:501 msgid "Allowed email domains" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:501 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:450 +#: src/Module/Admin/Site.php:502 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:502 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "" "Comma separated list of domains from which content is allowed to be embedded " "in posts like with OEmbed. All sub-domains of the listed domains are allowed " "as well." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 msgid "Block public" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 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:453 +#: src/Module/Admin/Site.php:505 msgid "Force publish" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 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:455 +#: src/Module/Admin/Site.php:507 msgid "Private posts by default for new users" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:507 msgid "" "Set default post permissions for all new members to the default privacy " "circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 msgid "Don't include post content in email notifications" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 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:457 +#: src/Module/Admin/Site.php:509 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:509 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 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:459 +#: src/Module/Admin/Site.php:511 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:511 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 " @@ -4765,267 +4813,329 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "" "Route external content via the proxy functionality. This is used for example " "for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:513 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:514 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:514 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending " +"tags." +msgstr "" + +#: src/Module/Admin/Site.php:515 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:515 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 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:463 +#: src/Module/Admin/Site.php:517 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:517 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:518 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:518 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:519 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:519 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:521 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:521 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" +"The maximum number of posts per user on the local community page. This is " +"useful, when a single user floods the local community page." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:525 +msgid "Posts per server on community page" +msgstr "" + +#: src/Module/Admin/Site.php:525 +msgid "" +"The maximum number of posts per server on the global community page. This is " +"useful, when posts from a single server flood the global community page." +msgstr "" + +#: src/Module/Admin/Site.php:527 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:527 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:528 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:531 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub " "directory." msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "Enable Diaspora support" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 msgid "Verify SSL" msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 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:477 +#: src/Module/Admin/Site.php:534 msgid "Proxy user" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:534 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "Proxy URL" msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Network timeout" msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 msgid "Maximum Load Average" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:542 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:543 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:544 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:546 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:546 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:547 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:547 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "" -"Periodically query other servers for contacts. The system queries Friendica, " -"Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of. " +"The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:550 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:550 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:551 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:551 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:495 +#: src/Module/Admin/Site.php:553 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:553 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 " @@ -5033,50 +5143,50 @@ msgid "" "href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 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:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "" "Remove old remote items, orphaned database records and old content from some " "other helper tables." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 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:501 +#: src/Module/Admin/Site.php:559 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:559 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -5084,144 +5194,308 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 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:503 +#: src/Module/Admin/Site.php:561 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:561 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:563 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:563 +msgid "" +"Number of items per page in stream pages (network, community, profile/" +"contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:564 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:564 +msgid "" +"Number of items per page in stream pages (network, community, profile/" +"contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:565 msgid "Temp path" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:565 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:506 +#: src/Module/Admin/Site.php:566 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:566 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:567 msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:567 msgid "" "On systems with users that heavily use contact circles the query can be very " "expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:568 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on " +"performant system." +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:571 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:571 #, 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:510 +#: src/Module/Admin/Site.php:572 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:573 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:573 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:512 +#: src/Module/Admin/Site.php:574 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via " +"a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:575 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:575 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:576 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:576 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:577 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:577 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease " +"it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:579 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:579 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 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:513 src/Module/Contact/Profile.php:309 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:580 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 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:519 +#: src/Module/Admin/Site.php:584 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:584 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:590 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:590 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:591 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:591 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:592 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:592 +msgid "" +"Number of days of the last interaction that are used to define which sharers " +"are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:595 msgid "Start Relocation" msgstr "" @@ -5507,7 +5781,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5524,7 +5798,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5537,7 +5811,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5633,26 +5907,26 @@ msgstr "" msgid "User registrations waiting for confirmation" msgstr "" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "Weekly posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5699,7 +5973,7 @@ msgstr "" msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "" @@ -5755,7 +6029,7 @@ msgid "Account" msgstr "" #: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "" @@ -5763,27 +6037,27 @@ msgstr "" msgid "Display" msgstr "" -#: src/Module/BaseSettings.php:125 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "" -#: src/Module/BaseSettings.php:139 src/Module/Settings/Delegation.php:172 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:146 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "" -#: src/Module/BaseSettings.php:153 +#: src/Module/BaseSettings.php:160 msgid "Remote servers" msgstr "" -#: src/Module/BaseSettings.php:160 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "" -#: src/Module/BaseSettings.php:167 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "" @@ -5842,8 +6116,9 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:155 src/Module/Settings/Channels.php:173 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "" @@ -5903,7 +6178,7 @@ msgstr "" msgid "Create New Event" msgstr "" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:248 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "" @@ -5927,7 +6202,7 @@ msgstr "" #: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 #: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 #: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:61 #: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 #: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 #: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 @@ -5937,7 +6212,6 @@ msgid "Contact not found." msgstr "" #: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 -#: src/Module/Conversation/Network.php:232 msgid "Invalid contact." msgstr "" @@ -6009,149 +6283,149 @@ msgstr "" msgid "Add contact to circle" msgstr "" -#: src/Module/Contact.php:97 +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:348 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "" -#: src/Module/Contact.php:353 src/Module/Contact.php:432 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "" -#: src/Module/Contact.php:356 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:361 src/Module/Contact.php:435 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "" -#: src/Module/Contact.php:364 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "" -#: src/Module/Contact.php:369 src/Module/Contact.php:441 -#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:368 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "" -#: src/Module/Contact.php:372 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "" -#: src/Module/Contact.php:377 src/Module/Contact.php:444 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:380 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:385 src/Module/Contact.php:447 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "" -#: src/Module/Contact.php:388 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "" -#: src/Module/Contact.php:393 src/Module/Contact.php:438 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "" -#: src/Module/Contact.php:396 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "" -#: src/Module/Contact.php:404 +#: src/Module/Contact.php:403 msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:459 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "" -#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:467 +#: src/Module/Contact.php:466 msgid "Update" msgstr "" -#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "" -#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "" -#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:472 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:515 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:523 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:531 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:539 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:550 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "" -#: src/Module/Contact.php:586 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "" -#: src/Module/Contact.php:590 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "" -#: src/Module/Contact.php:594 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "" -#: src/Module/Contact.php:612 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:614 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "" @@ -6249,7 +6523,7 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:165 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6546,12 +6820,12 @@ msgid "" msgstr "" #: src/Module/Contact/Profile.php:415 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "" #: src/Module/Contact/Profile.php:417 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "" @@ -6669,7 +6943,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "" @@ -6699,52 +6973,57 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Channel.php:121 -#: src/Module/Conversation/Community.php:125 src/Module/Search/Index.php:152 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 #: src/Module/Search/Index.php:194 msgid "No results." msgstr "" -#: src/Module/Conversation/Channel.php:159 +#: src/Module/Conversation/Channel.php:177 msgid "Channel not available." msgstr "" -#: src/Module/Conversation/Community.php:91 +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may " "not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:179 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:195 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "" -#: src/Module/Conversation/Network.php:218 +#: src/Module/Conversation/Network.php:200 msgid "No such circle" msgstr "" -#: src/Module/Conversation/Network.php:222 +#: src/Module/Conversation/Network.php:204 #, php-format msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:317 +#: src/Module/Conversation/Network.php:223 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" + +#: src/Module/Conversation/Network.php:300 msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Timeline.php:158 +#: src/Module/Conversation/Timeline.php:168 msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Timeline.php:162 +#: src/Module/Conversation/Timeline.php:172 msgid "Include" msgstr "" -#: src/Module/Conversation/Timeline.php:163 +#: src/Module/Conversation/Timeline.php:173 msgid "Hide" msgstr "" @@ -7025,29 +7304,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "" @@ -7113,6 +7369,7 @@ msgstr "" #: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:192 msgid "Reason for the block" msgstr "" @@ -7490,7 +7747,7 @@ msgstr "" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "" @@ -7513,12 +7770,12 @@ msgstr "" #: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "" #: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "" @@ -7550,19 +7807,19 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:466 msgid "Normal Account Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:473 msgid "Soapbox Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:480 msgid "Public Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:487 msgid "Automatic Friend Page" msgstr "" @@ -7570,19 +7827,19 @@ msgstr "" msgid "Private Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:438 msgid "Personal Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:445 msgid "Organisation Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:452 msgid "News Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:459 msgid "Community Group" msgstr "" @@ -7860,6 +8117,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:191 msgid "Blocked server domain pattern" msgstr "" @@ -7973,10 +8231,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -8487,7 +8741,7 @@ msgstr "" #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "" @@ -8670,46 +8924,46 @@ msgstr "" msgid "Remote privacy information not available." msgstr "" -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" @@ -8769,8 +9023,8 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:180 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "" @@ -8800,7 +9054,7 @@ msgstr "" #: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 #: src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 +#: src/Module/Settings/Profile/Photo/Index.php:60 #, php-format msgid "Image exceeds size limit of %s" msgstr "" @@ -8950,42 +9204,6 @@ msgstr "" msgid "Remove post" msgstr "" -#: src/Module/Profile/UnkMail.php:78 -msgid "Empty message body." -msgstr "" - -#: src/Module/Profile/UnkMail.php:103 -msgid "Unable to check your home location." -msgstr "" - -#: src/Module/Profile/UnkMail.php:127 -msgid "Recipient not found." -msgstr "" - -#: src/Module/Profile/UnkMail.php:138 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: src/Module/Profile/UnkMail.php:152 -#, 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 "" - -#: src/Module/Profile/UnkMail.php:160 -msgid "To" -msgstr "" - -#: src/Module/Profile/UnkMail.php:161 -msgid "Subject" -msgstr "" - -#: src/Module/Profile/UnkMail.php:162 -msgid "Your message" -msgstr "" - #: src/Module/Register.php:84 msgid "Only parent users can create additional accounts." msgstr "" @@ -9033,7 +9251,7 @@ msgid "Your invitation code: " msgstr "" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgid "Your Display Name (as you would like it to be displayed on this system" msgstr "" #: src/Module/Register.php:159 @@ -9047,7 +9265,7 @@ msgid "Please repeat your e-mail address:" msgstr "" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:541 msgid "New Password:" msgstr "" @@ -9056,7 +9274,7 @@ msgid "Leave empty for an auto generated password." msgstr "" #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:542 msgid "Confirm:" msgstr "" @@ -9083,11 +9301,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -9274,24 +9492,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:543 msgid "Current Password:" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:543 msgid "Your current password to confirm the changes" msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:527 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:554 +#: src/Module/Settings/Account.php:528 msgid "Password length is limited to 72 characters." msgstr "" @@ -9302,7 +9520,7 @@ msgstr "" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "" @@ -9388,7 +9606,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "" @@ -9416,99 +9634,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 -#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 -#: src/Module/Settings/Account.php:352 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:195 +#: src/Module/Settings/Account.php:216 src/Module/Settings/Account.php:300 +#: src/Module/Settings/Account.php:327 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:364 +#: src/Module/Settings/Account.php:340 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:383 +#: src/Module/Settings/Account.php:359 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:396 +#: src/Module/Settings/Account.php:372 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:413 +#: src/Module/Settings/Account.php:389 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:455 +#: src/Module/Settings/Account.php:429 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:456 +#: src/Module/Settings/Account.php:430 msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:466 +#: src/Module/Settings/Account.php:440 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:473 +#: src/Module/Settings/Account.php:447 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:480 +#: src/Module/Settings/Account.php:454 msgid "" "Account for a news reflector that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:487 +#: src/Module/Settings/Account.php:461 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:494 +#: src/Module/Settings/Account.php:468 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:501 +#: src/Module/Settings/Account.php:475 msgid "" "Account for a public profile that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:508 +#: src/Module/Settings/Account.php:482 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:515 +#: src/Module/Settings/Account.php:489 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:520 +#: src/Module/Settings/Account.php:494 msgid "Private Group [Experimental]" msgstr "" -#: src/Module/Settings/Account.php:522 +#: src/Module/Settings/Account.php:496 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:531 +#: src/Module/Settings/Account.php:505 msgid "OpenID:" msgstr "" -#: src/Module/Settings/Account.php:531 +#: src/Module/Settings/Account.php:505 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: src/Module/Settings/Account.php:539 +#: src/Module/Settings/Account.php:513 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:539 +#: src/Module/Settings/Account.php:513 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9516,94 +9734,94 @@ msgid "" "system settings." msgstr "" -#: src/Module/Settings/Account.php:545 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will also be published in the global friendica directories (e." "g. %s)." msgstr "" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:532 msgid "Account Settings" msgstr "" -#: src/Module/Settings/Account.php:559 +#: src/Module/Settings/Account.php:533 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:540 msgid "Password Settings" msgstr "" -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:542 msgid "Leave password fields blank unless changing" msgstr "" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:544 msgid "Password:" msgstr "" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:544 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:573 +#: src/Module/Settings/Account.php:547 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:575 +#: src/Module/Settings/Account.php:549 msgid "Basic Settings" msgstr "" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:550 #: src/Module/Settings/Profile/Index.php:283 msgid "Display name:" msgstr "" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:551 msgid "Email Address:" msgstr "" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:552 msgid "Your Timezone:" msgstr "" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:553 msgid "Your Language:" msgstr "" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:553 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:554 msgid "Default Post Location:" msgstr "" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:555 msgid "Use Browser Location:" msgstr "" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:557 msgid "Security and Privacy Settings" msgstr "" -#: src/Module/Settings/Account.php:585 +#: src/Module/Settings/Account.php:559 msgid "Maximum Friend Requests/Day:" msgstr "" -#: src/Module/Settings/Account.php:585 src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:559 msgid "(to prevent spam abuse)" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:561 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:561 msgid "" "Activate this setting if you want others to easily find and follow you. Your " "profile will be searchable on remote systems. This setting also determines " @@ -9611,43 +9829,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:562 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:562 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:563 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:563 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:564 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:564 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:565 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:565 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9655,241 +9873,227 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:566 msgid "Allow friends to post to your profile page?" msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:566 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:567 msgid "Allow friends to tag your posts?" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:567 msgid "Your contacts can add additional tags to your posts." msgstr "" -#: src/Module/Settings/Account.php:594 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: src/Module/Settings/Account.php:594 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "" - -#: src/Module/Settings/Account.php:595 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:568 msgid "Default privacy circle for new contacts" msgstr "" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:569 msgid "Default privacy circle for new group contacts" msgstr "" -#: src/Module/Settings/Account.php:598 +#: src/Module/Settings/Account.php:570 msgid "Default Post Permissions" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:574 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:575 msgid "Automatically expire posts after this many days:" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:575 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:576 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:576 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:577 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:577 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:578 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:578 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:579 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:579 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:582 msgid "Notification Settings" msgstr "" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:583 msgid "Send a notification email when:" msgstr "" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:584 msgid "You receive an introduction" msgstr "" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:585 msgid "Your introductions are confirmed" msgstr "" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:586 msgid "Someone writes on your profile wall" msgstr "" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:587 msgid "Someone writes a followup comment" msgstr "" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:588 msgid "You receive a private message" msgstr "" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:589 msgid "You receive a friend suggestion" msgstr "" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:590 msgid "You are tagged in a post" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:592 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:593 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:594 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:595 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:595 src/Module/Settings/Account.php:596 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:596 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:597 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:598 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:599 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:629 +#: src/Module/Settings/Account.php:601 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:629 +#: src/Module/Settings/Account.php:601 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:605 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:635 +#: src/Module/Settings/Account.php:607 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:611 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:641 +#: src/Module/Settings/Account.php:613 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:617 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:647 +#: src/Module/Settings/Account.php:619 msgid "" "You don't see posts from ignored contacts. But you still see their comments. " "This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:622 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:651 +#: src/Module/Settings/Account.php:623 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:626 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:627 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:656 +#: src/Module/Settings/Account.php:628 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:631 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:632 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:661 +#: src/Module/Settings/Account.php:633 msgid "Resend relocate message to contacts" msgstr "" @@ -9901,6 +10105,123 @@ msgstr "" msgid "No Addon settings configured" msgstr "" +#: src/Module/Settings/Channels.php:155 src/Module/Settings/Channels.php:173 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:156 src/Module/Settings/Channels.php:174 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "" + +#: src/Module/Settings/Channels.php:157 src/Module/Settings/Channels.php:175 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:158 src/Module/Settings/Channels.php:176 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:159 src/Module/Settings/Channels.php:177 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:160 src/Module/Settings/Channels.php:178 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:161 src/Module/Settings/Channels.php:179 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:165 src/Module/Settings/Channels.php:183 +msgid "Select all languages that you want to see in this channel." +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:173 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:174 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:175 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:176 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:177 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:178 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:179 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:180 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:181 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:182 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:186 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:187 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:188 +msgid "Add" +msgstr "" + +#: src/Module/Settings/Channels.php:190 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:193 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:194 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "" @@ -10097,248 +10418,256 @@ msgstr "" msgid "Move to folder:" msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:56 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:60 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:82 src/Module/Settings/Delegation.php:104 +#: src/Module/Settings/Delegation.php:98 src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:96 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:144 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:155 -#: src/Module/Settings/Delegation.php:166 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:165 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:169 +#: src/Module/Settings/Delegation.php:192 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:173 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:175 +#: src/Module/Settings/Delegation.php:196 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:176 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:178 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:181 -msgid "Add" -msgstr "" - -#: src/Module/Settings/Delegation.php:182 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "" -#: src/Module/Settings/Display.php:146 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:186 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:221 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:222 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:223 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:224 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:264 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:314 msgid "Timelines" msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "" -#: src/Module/Settings/Display.php:276 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:276 src/Module/Settings/Display.php:277 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "" -#: src/Module/Settings/Display.php:277 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:278 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "" -#: src/Module/Settings/Display.php:278 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:279 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:279 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:280 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:280 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:281 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:281 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:282 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:282 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:283 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:283 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:284 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:284 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:285 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:285 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:287 -msgid "Timelines for the network page:" +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" msgstr "" -#: src/Module/Settings/Display.php:287 -msgid "Select all the timelines that you want to see on your network page." +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." msgstr "" -#: src/Module/Settings/Display.php:288 +#: src/Module/Settings/Display.php:345 msgid "Channel languages:" msgstr "" -#: src/Module/Settings/Display.php:288 +#: src/Module/Settings/Display.php:345 msgid "Select all languages that you want to see in your channels." msgstr "" -#: src/Module/Settings/Display.php:290 +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:291 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" -#: src/Module/Settings/Display.php:300 src/Module/Settings/Display.php:308 -#: src/Module/Settings/Display.php:312 -#, php-format -msgid "%s: %s" -msgstr "" - #: src/Module/Settings/Features.php:74 msgid "Additional Features" msgstr "" @@ -10500,7 +10829,7 @@ msgstr "" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "" @@ -10536,74 +10865,84 @@ msgstr "" msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "" -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "" -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "" @@ -10643,186 +10982,182 @@ msgstr "" msgid "Save changes" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it " "can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10911,24 +11246,24 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "" @@ -11056,6 +11391,29 @@ msgstr "" msgid "The requested item doesn't exist or has been deleted." msgstr "" +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -11475,7 +11833,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -11519,7 +11877,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -11531,7 +11889,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" @@ -11695,7 +12053,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" msgstr "" @@ -11724,22 +12082,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11778,250 +12136,282 @@ msgstr "" msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:181 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "" -#: src/Object/Post.php:209 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:225 src/Object/Post.php:227 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "" -#: src/Object/Post.php:261 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:261 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:268 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:273 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:278 +#: src/Object/Post.php:279 #, php-format msgid "Collapse %s" msgstr "" -#: src/Object/Post.php:282 +#: src/Object/Post.php:283 msgid "Report post" msgstr "" -#: src/Object/Post.php:293 +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:333 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "" -#: src/Object/Post.php:333 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:333 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "" -#: src/Object/Post.php:363 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:376 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:377 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:389 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:393 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:398 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:411 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:411 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:414 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:414 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:415 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:415 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:466 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:472 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:472 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:494 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:494 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:523 -msgid "to" +#: src/Object/Post.php:520 +msgid "Unknown parent" msgstr "" #: src/Object/Post.php:524 -msgid "via" -msgstr "" - -#: src/Object/Post.php:525 -msgid "Wall-to-Wall" +#, php-format +msgid "in reply to %s" msgstr "" #: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 +msgid "to" +msgstr "" + +#: src/Object/Post.php:551 +msgid "via" +msgstr "" + +#: src/Object/Post.php:552 +msgid "Wall-to-Wall" +msgstr "" + +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "" -#: src/Object/Post.php:573 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:576 +#: src/Object/Post.php:607 msgid "More" msgstr "" -#: src/Object/Post.php:595 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:596 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:597 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:598 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:599 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:619 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: src/Object/Post.php:620 +#: src/Object/Post.php:653 msgid "Show more" msgstr "" -#: src/Object/Post.php:621 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:657 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:662 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:667 +#: src/Object/Post.php:701 +#, php-format +msgid "Read by: %s" +msgstr "" + +#: src/Object/Post.php:706 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:672 +#: src/Object/Post.php:711 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:677 +#: src/Object/Post.php:716 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:682 +#: src/Object/Post.php:721 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:687 +#: src/Object/Post.php:726 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:692 +#: src/Object/Post.php:731 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:736 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:759 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" diff --git a/view/lang/ar/messages.po b/view/lang/ar/messages.po index 745946d667..416ec56c04 100644 --- a/view/lang/ar/messages.po +++ b/view/lang/ar/messages.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: abidin toumi , 2020-2021,2023\n" "Language-Team: Arabic (http://app.transifex.com/Friendica/friendica/language/ar/)\n" @@ -42,29 +42,29 @@ msgstr "لم يخزن العنصر." msgid "Item couldn't be fetched." msgstr "تعذر جلب العنصر." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "رُفضت المشاركة الفارغة." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "لم يُعثر على العنصر." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -75,17 +75,18 @@ msgstr "لم يُعثر على العنصر." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "رُفض الإذن." @@ -223,150 +224,156 @@ msgstr "\n\t\t\tتفاصيل الولوج كالتالي:\n\n\t\t\tالموقع: msgid "Your password has been changed at %s" msgstr "غُيرت كلمة المرور على %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "رسالة جديدة" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "لم تختر متلقيا." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "تعذر العثور على معلومات المتراسل." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "تعذر إرسال الرسالة." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "فشل استرجاع الرسائل." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "ارفض" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "الرسائل" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "لم يُعثر على المُحادثة." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "لم تحذف الرسالة." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "لم تُزل المحادثة." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "يرجى إدخال الرابط:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "أرسل رسالة خاصة" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "إلى:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "الموضوع:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "رسالتك:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "ارفع صورة" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "أدرج رابط ويب" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "يرجى الانتظار" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "أرسل" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "لا رسائل." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "الرّسالة غير متوفّرة." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "احذف الرسالة" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "احذف المحادثة" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "لا يتوافر اتصال آمن. قد تستطيع الرد من خلال صفحة الملف الشخصي للمرسل." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "أرسل ردًا" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "المرسل مجهول - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "أنت و %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s وأنت" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -385,14 +392,14 @@ msgstr "ملاحظات شخصية" msgid "Personal notes are visible only by yourself." msgstr "الملاحظات الشخصية مرئية لك فقط." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "احفظ" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -404,22 +411,22 @@ msgid "User not found." msgstr "لم يُعثر على المستخدم." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "ألبومات الصور" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "الصور الأخيرة" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "ارفع صور جديدة" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "الجميع" @@ -431,72 +438,72 @@ msgstr "معلومات المتراسل غير متوفرة" msgid "Album not found." msgstr "لم يُعثر على الألبوم." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "حُذف الألبوم بنجاح" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "ألبوم فارغ." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "فشل حذف الصفحة." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "صورة" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "ذكر %3$s %1$s في %2$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "رُفض الوصول العلني." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "لم تختر صورًا" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "الحد الأقصى لحجم الصورة المسموح به هو %s" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "ارفع صورًا" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "اسم الألبوم الجديد: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "أو اختر ألبومًا موجودًا:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "لا تظهر مشاركة حالة لهذا الملف المرفوع" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "الأُذونات" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "أتريد حذف هذا الألبوم وكافة محتوياته؟" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "احذف الألبوم" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -506,254 +513,271 @@ msgstr "احذف الألبوم" msgid "Cancel" msgstr "ألغ" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "عدّل الألبوم" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "احذف الألبوم" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "اعرض الأحدث أولًا" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "اعرض الأقدم أولًا" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "اعرض الصور" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "رُفض الإذن. قد يكون الوصول إلى هذا العنصر مقيدا." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "الصورة غير متوفرة" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "أتريد حذف هذه الصورة؟" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "احذف الصورة" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "اعرض الصورة" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "عدّل الصورة" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "احذف الصورة" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "استخدامها كصورة الملف الشخصي" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "صور خاصة" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "اعرض بالحجم الكامل" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "الوسوم: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[اختر وسومًا لإزالتها]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "اسم الألبوم الجديد" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "وصف الصورة" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "أضف وسمًا" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "مثال: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "لا تُدر" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "أدر باتجاه عقارب الساعة" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "أدر عكس اتجاه عقارب الساعة" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "هذا أنت" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "علِّق" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "معاينة" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "يحمل..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "اختر" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "احذف" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "أعجبني" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "أعجبني (بدِّل)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "لم يعجبني" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "لم يعجبني (بدِّل)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "خريطة" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "لم تُضبط سمة النظام." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "نعتذر هذا الموقع غير متاح حاليا." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "أتريد حذف العنصر؟" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "أتريد حظر هذا المتراسل؟ لن يتمكن من متابعتك أو رؤية مشاركاتك العلنية، ولن تكون قادراً على رؤية مشاركاتهم واستلام تنبيهات منهم." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "بدّل واجهة الهاتف" @@ -770,33 +794,34 @@ msgstr "لم يُعثر على الصفحة." msgid "You must be logged in to use addons. " msgstr "يجب عليك الولوج لاستخدام الإضافات. " -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "كل المتراسلين" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "متابِعون" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "متابَعون" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "أصدقاء مشتركون" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "الشائع" @@ -946,7 +971,7 @@ msgstr "تمت كل تحديثات المعلقة للمشاركة." msgid "Enter user nickname: " msgstr "أدخل لقب المستخدم: " -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1121,21 +1146,25 @@ msgstr "" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (عبر %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "و" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "و %d أشخاص آخرين" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." @@ -1146,7 +1175,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." @@ -1157,7 +1186,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." @@ -1168,7 +1197,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." @@ -1179,7 +1208,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." @@ -1190,7 +1219,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." @@ -1201,7 +1230,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" @@ -1212,7 +1241,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" @@ -1223,7 +1252,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" @@ -1234,7 +1263,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" @@ -1245,7 +1274,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" @@ -1256,7 +1285,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" @@ -1267,269 +1296,402 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "مرئي للجميع" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "رجاء أدخل رابط صورة/فيديو/صوت/صفحة ويب:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "مصطلح الوسم:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "احفظ في مجلد:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "أين أنت حاليا؟" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "أتريد حذف العناصر؟" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "أُنشئ في" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "مشاركة جديدة" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "شارك" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "ارفع صورة" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "أرفق ملفًا" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "أرفق ملفًا" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "عريض" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "مائل" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "تحته خط" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "اقتبس" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "شفرة" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "صورة" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "رابط" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "رابط أو وسائط" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "فيديو" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "عيّن موقعك" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "عين الموقع" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "امسح موقع المتصفح" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "امسح الموقع" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "عين العنوان" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "الفئات (قائمة مفصولة بفاصلة)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "بُرمِج في" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "إعدادات الأذونات" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "مشاركة علنية" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "الرسالة" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "المتصفح" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "افتح صفحة الإنشاء" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "عنصر مثبت" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "اعرض ملف %s الشخصي @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "الفئات:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "مصنف كـ:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s من %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "اعرضه في السياق" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "أزل" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "أزل العناصر المختارة" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "ذُكرت (%s)." -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "تتابع %s." -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "أعاد %s نشره." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "أُعيد نشره" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "أعاد نشره %s <%s>" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s مشترك في هذا النقاش." -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "مشاركة علنية" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "جُلب" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "جُلب بسبب %s <%s>" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "عنصر مثبت" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "اعرض ملف %s الشخصي @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "الفئات:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "مصنف كـ:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s من %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "اعرضه في السياق" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "المجتمع المحلي" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "مشاركات مستخدمي هذا الخادم" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "المجتمع العالمي" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "مشركات من الشبكة الموحدة" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "آخر نشاط" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "رتب حسب آخر نشاط" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "آخر المشاركات" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "رتب حسب تاريخ استلام المشاركة" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "نشاطي" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "المشاركات التي تذكرك أو تتعلق بك" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "المفضلة" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "المشاركات المفضلة" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "الميّزات العامة" @@ -1559,12 +1721,12 @@ msgid "Post Composition Features" msgstr "ميّزات إنشاء المشاركة" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "ذكر المنتديات تلقائيا" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1605,12 +1767,12 @@ msgid "Advanced Profile Settings" msgstr "إعدادات الحساب الشخصي المُتقدّمة" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "اسرد المنتديات" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "إظهار منتديات المجتمعية للزوار على صفحة الملف الشخصي المتقدمة" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1642,385 +1804,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "المنتديات" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "رابط خارجي للمنتدى" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "اعرض أقلّ" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "اعرض المزيد" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "حدث" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "حالة" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "صورة" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s وسم %3$s %2$s بـ %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "تابع المناقشة" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "اعرض الحالة" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "اعرض الملف الشخصي" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "اعرض الصور" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "مشاركات الشبكة" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "اعرض المتراسل" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "أرسل رسالة خاصة" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "احجب" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "تجاهل" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "اللغات" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "اقترن\\تابع" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "لا جديد هنا" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "عُد" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "امسح التنبيهات" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@مستخدم، !منتدى، #وسم، محتوى" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "خروج" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "أنه هذه الجلسة" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "لِج" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "لِج" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "الملف شخصي" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "صفحة ملفك الشخصي" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "الصور" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "صورك" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "الوسائط" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "مشاركاتك التي تحوي وسائط" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "التقويم" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "الملاحظات الشخصية" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "ملاحظاتك الشخصية" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "الرئيسية" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "الصفحة الرئيسية" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "سجل" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "أنشئ حسابا" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "المساعدة" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "المساعدة والوثائق" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "التطبيقات" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "إضافات، أدوات، ألعاب" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "ابحث" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "ابحث في محتوى الموقع" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "النص الكامل" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "الوسوم" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "المتراسلون" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "المجتمع" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "محادثات في هذا الخادم وخوادم أخرى" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "الدليل" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "دليل الأشخاص" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "معلومات" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "معلومات حول هذا المثيل" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "شروط الخدمة" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "شروط الخدمة لهذا المثيل" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "الشبكة" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "محادثات أصدقائك" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "مشاركاتك ومحادثاتك" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "المقدمات" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "طلبات الصداقة" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "التنبيهات" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "الاطّلاع على جميع التنبيهات" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "علّمه كمُشاهَد" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "علّم كل تنبيهات النظام كمقروءة" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "بريد خاص" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "صندوق الوارد" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "صندوق الصادر" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "الحسابات" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "إدارة الصفحات الأخرى" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "الإعدادات" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "إعدادات الحساب" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "أدر/عدّل الأصدقاء والمتراسلين" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "مدير" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "إعداد الموقع وتكوينه" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2028,23 +2201,23 @@ msgstr "إعداد الموقع وتكوينه" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "تصفح" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "خريطة الموقع" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "التضمين معطل" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "محتوى مضمن" @@ -2064,51 +2237,51 @@ msgstr "التالي" msgid "last" msgstr "الأخير" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "صورة" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "رابط المصدر" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "أنقر للفتح/للإغلاق" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "كتب $1:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "محتوى مشفر" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "ميفاق المصدر غير صالح" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "ميفاق الرابط غير صالح" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "يحمل مزيدًا من المدخلات..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "النهاية" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "تابع" @@ -2139,88 +2312,92 @@ msgstr[3] "%d دعوات متاحة" msgstr[4] "%d دعوة متاحة" msgstr[5] "%d دعوة متاحة" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "ابحث عن أشخاص" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "أدخل اسما أو اهتماما" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "مثال: أحمد علي، الصيد" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "ابحث" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "اقتراحات الأصدقاء" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "اهتمامات مشتركة" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "ملف شخصي عشوائي" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "دعوة أصدقاء" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "الدليل العالمي" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "الدليل المحلي" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "المجموعات" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "الجميع" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "العلاقات" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "كل المتراسلين" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "الموافيق" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "كل الموافيق" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "المجلدات المحفوظة" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "كلّ شيء" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "الفئات" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2231,30 +2408,40 @@ msgstr[3] "%d متراسلين مشتركين" msgstr[4] "%d متراسلًا مشتركًا" msgstr[5] "%d متراسل مشترك" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "الأرشيفات" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "الأشخاص" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "المنظّمات" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "الأخبار" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "أنواع الحسابات" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "الكل" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "صدّر" @@ -2309,41 +2496,56 @@ msgstr[5] "الوسوم الشائعة (آخر %d ساعة)" msgid "More Trending Tags" msgstr "المزيد من الوسوم الشائعة" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "ذكر" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "مايتركس:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "الموقع:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "الشبكة:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "ألغِ المتابعة" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "أنت" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "المشتركة" @@ -2352,7 +2554,7 @@ msgid "Post to Email" msgstr "أنشر عبر البريد الإلكتروني" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "علني" @@ -2375,8 +2577,8 @@ msgstr "سيكون هذا المحتوى مرئيًا فقط من قبل الم #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2485,394 +2687,418 @@ msgstr "إذا كنت تستعمل ويندوز راجع \"http://www.php.net/ma msgid "Generate encryption keys" msgstr "ولّد مفاتيح التشفير" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "خطأ: وحدة mod-rewrite لخادم أباتشي مطلوبة لكنها لم تثبت." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "وحدة Apache mod_rewrite" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "وحدة iconv PHP" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "خطأ: وحدة iconv PHP مطلوبة ولكنها غير مثبتة." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "وحدة POSIX PHP" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "خطأ: وحدة POSIX PHP مطلوبة ولكنها غير مثبتة." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "مهام تنفيذ البرنامج" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "وحدة JSON PHP" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "خطأ: وحدة JSON PHP مطلوبة ولكنها غير مثبتة." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "وحدة PHP fileinfo" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "خطأ: وحدة PHP fileinfo مطلوبة ولكنها غير مثبتة." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "مثبِت الويب غير قادر على إنشاء ملف \"local.config.php\" في مجلد \"config\" التابع للخادم." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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 "عند نهاية التثبيت سنزودك بمحتويات لملف \"local.config.php\" لتنشئه يدويًا في الدليل الفرعي \"config\" في دليل خادم فرنديكا." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "يمكنك أيضًا تخطي هذه الخطوة وإجراء تثبيت يدوي. للقيام بذلك يرجى مراجعة ملف \"doc/INSTALL.md\"." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "ملف \"config/local.config.php\" قابل للكتابة" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "يستخدم فرنديكا محرك القوالب Smarty3 لتصيير عرض الويب. يقوم Smarty3 ببناء القوالب كـ PHP لتسريع عملية التصيير." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "لتتمكن من تخزين هذه النماذج المترجمة ، يجب أن يكون لخادم الإنترنت أذون الكتابة في دليل view/smarty3/ ضمن المجلد الجذر لفرنديكا." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "ملف \"view/smarty3\" قابل للكتابة" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "في بعض المواقف (مثل تشغيله من حاوية) يمكنك تجاهل هذا الخطأ." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "رسالة خطأ من Curl أثناء الجلب" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "إعادة كتابة الرابط تعمل" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "نوصي بشدة باستخدام فرنديكا عبر اتصال آمن فقط حيث سيتم تبادل معلومات حساسة مثل كلمات المرور." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "يرجى التأكد من أن الاتصال بالخادم آمن." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick يدعم GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "قاعدة البيانات قيد الاستخدام." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "يتعذر الاتصال بقاعدة البيانات." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "الإثنين" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "الثلاثاء" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "الأربعاء" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "الخميس" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "الجمعة" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "السبت" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "الأحد" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "جانفي" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "فيفري" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "مارس" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "أفريل" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "ماي" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "جوان" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "جويلية" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "أوت" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "سبتمبر" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "أكتوبر" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "نوفمبر" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "ديسمبر" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "إث" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "ثلا" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "أر" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "خم" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "جم" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "سب" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "أح" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "جا" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "في" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "مارس" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "أف" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "جو" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "جوي" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "أو" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "سب" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "أك" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "نو" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "دي" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "لا يمكن استخدام ملف السجل ''%s'. لا يمكن كتابة السجلات (خطأ: '%s')" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "لا يمكن استخدام ملف السجل الخاص بالتنقيح '%s'. لا يمكن كتابة السجلات (خطأ: '%s')" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2917,22 +3143,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "التحديث التلقائي للبيانات من الإصدار %s غير مدعوم. يرجى التحديث يدويًا إلى الإصدار 2021.01 وانتظر تحديث البيانات للوصول إلى الإصدار 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: ينفذ التحديث الاستباقي %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: ينفذ تحديث البيانات %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "فشل تحديث %s. راجع سجلات الأخطاء." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2942,16 +3168,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\tمطورو فرَندِكا أصدروا التحديث %s مؤخرا،\n\t\t\tولكن حدث خطأ أثناء تثبيته\n\t\t\tوهذا يحتاج إلى إصلاح ، ولا يمكنني فعل ذلك بمفردي. يرجى التواصل مع مطور\n\t\t\t فرَندِكا إذا لم تتمكن من مساعدتي بمفردك. قد تكون قاعدة البيانات غير صالحة." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "رسالة الخطأ\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[تنبيهات فرنديكا] تحديث قاعدة البيانات" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2963,28 +3189,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "عُين إصدار قاعدة البيانات إلى %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "تحديث البيانات هو إصدار %d، لكن يجب أن يكون إصدار %d لتتمكن من حذف الجداول بأمان." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "لم يُعثر على جداول غير مستعملة." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "فرنديكا لا تستخدم هذه الجداول يمكنك حذفها بتنفيذ \"dbstructure drop -e\":" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "لا توجد جداول في MyISAM أو InnoDB بتنسيق ملف Antelope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2992,42 +3218,42 @@ msgid "" "%s\n" msgstr "\nحدث الخطأ %d أثناء تحديث قاعدة البيانات:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "حدثت أخطاء أثناء تحديث قاعدة البيانات: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "تحديث آخر لقاعدة البيانات جارٍ." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: تحديث قاعدة البيانات" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s يحدث جدول %s." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "لم يُعثر على التسجيل" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "كيان غير قابل للمعالجة" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "لم يخوّل" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "لم يُخول الرمز عبر مستخدم صالح أو يفتقر إلى حيّزٍ مطلوب" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "خطأ داخلي في الخادم" @@ -3036,82 +3262,122 @@ msgstr "خطأ داخلي في الخادم" msgid "Legacy module file not found: %s" msgstr "لم يُعثر على ملف الوحدة القديم: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "الجميع" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "عدّل" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "أضف" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "موافق" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "منظّمة" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "منتدى" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "رابط الملف الشخصي غير المسموح." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "نطاق محجوب" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "رابط الاتصال مفقود." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "تعذر إضافة المتراسل. تحقق من بيانات اعتماد الشبكة المستهدفة في الإعدادات -> صفحة الشبكات الاجتماعية." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "عنوان الملف الشخصي لا يوفر معلومات كافية." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "لم تكتشف أي موافيق اتصال أو تغذيات متوافقة." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "لم يُعثر على الكاتب أو اسمه." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "لا يوجد رابط يطابق هذا العنوان." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "غير قادر على مطابقة عنوان المعرف \"@\" بميفاق معروف أو متراسل بريد إلكتروني." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "استخدم mailto: أمام العنوان للتعرّف عليه كبريد إلكتروني." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "عنوان الملف الشخصي تابع لشبكة محجوبة في هذا الموقع." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "ملف شخصي محدود. لن يتمكن هذا الشخص من تلقي تنبيهات مباشرة/شخصية." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "تعذر جلب معلومات المتراسل." @@ -3119,54 +3385,54 @@ msgstr "تعذر جلب معلومات المتراسل." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "يبدأ:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "ينتهي:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "طوال اليوم" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "سبتمبر" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "اليوم" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "شهر" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "أسبوع" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "يوم" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "لا توجد أحداث لعرضها" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "قُيِّد الوصول لهذا الملف الشخصي." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3198,110 +3464,76 @@ msgstr "" msgid "g:i A" msgstr "" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "أظهر الخريطة" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "اخف الخريطة" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "عيد ميلاد %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "%s عيد ميلاد سعيد" -#: src/Model/Group.php:105 -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/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "المجموعة الافتراضية للمتراسلين الجدد" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "الجميع" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "عدّل" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "أضف" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "عدّل المجموعة" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "متراسلون لا ينتمون لأي مجموعة" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "أنشئ مجموعة جديدة" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "اسم المجموعة: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "عدّل المجموعات" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "اللغات المكتشفة في هذه المشاركة:\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "النشاط" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "تعليق" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "مشاركة" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "تحذير من المحتوى: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "بايت" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3312,7 +3544,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3323,7 +3555,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3334,7 +3566,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3345,12 +3577,12 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "اعرضه في صفحة منفصلة" @@ -3358,227 +3590,228 @@ msgstr "اعرضه في صفحة منفصلة" msgid "[no subject]" msgstr "[بدون موضوع]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "صور الحائط" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "عدّل الملف الشخصي" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "غير صورة الملف الشخصي" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "الصفحة رئيسية:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "حول:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "تغذية Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[اليوم]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "التذكير أبعياد الميلاد" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "أعياد ميلاد لهذا الأسبوع:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[بدون وصف]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "التذكير بالأحداث" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "أحداث لهذا الأسبوع:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s يرحب بـ %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "المدينة:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "الحالة الاجتماعية:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "مع:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "منذ:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "التفضيل الجنسي:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "الآراء السياسية:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "الآراء الدينية:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "أعجبني:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "لم يعجبني:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "العنوان/الوصف:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "موجز" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "الموسيقى المفضلة" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "الكتب والأدب" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "العروض التلفزيونة" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "أفلام/رقص/ثقافة/ترفيه" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "الهوايات/الاهتمامات" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "الحب/الرومانسية" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "العمل/التوظيف" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "المدرسة/التعليم" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "معلومات الاتصال وحسابات الشبكات الاجتماعية" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "خطأ قاتل: فشل توليد مفاتيح الأمان." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "فشل الولوج" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "لا توجد معلومات كافية للاستيثاق" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "لا يمكن أن تكون كلمة المرور فارغة" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "لا يسمح بكلمات مرور فارغة." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "كلمة المرور الجديدة جزء من تسريب بيانات علني ، يرجى اختيار كلمة مرور مختلفة." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "كلمتا المرور غير متطابقتين. لم تغيَّر كلمة المرور." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "الدعوة إلزامية." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "تعذر التحقق من الدعوة." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "رابط OpenID عير صالح" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "واجهنا مشكلة أثناء الولوج باستخدام OpenID. يرجى التحقق من صحة المعرف." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "رسالة الخطأ:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "رجاءً أدخل المعلومات المطلوبة." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3589,7 +3822,7 @@ msgstr[3] "يجب أن لا يقل اسم المستخدم عن %s محارف." msgstr[4] "يجب أن لا يقل اسم المستخدم عن %s محرف." msgstr[5] "يجب أن لا يقل اسم المستخدم عن %s محرف." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3600,60 +3833,60 @@ msgstr[3] "يجب أن لا يزيد اسم المستخدم عن %s محارف. msgstr[4] "يجب أن لا يزيد اسم المستخدم عن %s محرف." msgstr[5] "يجب أن لا يزيد اسم المستخدم عن %s محرف." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "لا يبدو أن هذا اسمك الكامل." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "نطاق بريدك الإلكتروني غير مسموح به على هذا الموقع." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "عنوان البريد الإلكتروني غير صالح." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "هذا اللقب محظور من قبل مدير العقدة." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "لا يمكن استخدام هذا البريد الإلكتروني." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "يجب أن يتكون اللقب من المحارف a-z، 0-9، _." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "هذا اللقب محجوز. اختر لقبًا آخر." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "حدث خطأ أثناء التسجيل، رجاء حاول مرة أخرى." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "حدث خطأ أثناء إنشاء الملف الشخصي الافتراضي، رجاء حاول مرة أخرى." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "الأصدقاء" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "حدث خطأ أثناء إنشاء مجموعة المتراسلين الافتراضية، رجاء حاول مرة أخرى." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "صور الملف الشخصي" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3661,7 +3894,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tعزيزي %1$s،\n\t\t\tأنشأ مدير %2$s حساب لك." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3679,10 +3912,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3693,12 +3925,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "تفاصيل التسجيل لـ %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3713,12 +3945,12 @@ 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\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "التسجيل في %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3727,7 +3959,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\t عزيزي %1$s،\n\t\t\t\tشكرا لك على التسجيل في %2$s. نجح إنشاء حسابك.\n\t\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3745,10 +3977,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3759,6 +3990,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "لم يُعثر على الإضافة." @@ -3779,15 +4015,15 @@ msgid "Disable" msgstr "عطّل" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "فعّل" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3797,7 +4033,7 @@ msgstr "إدارة" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "الإضافات" @@ -3826,12 +4062,12 @@ msgid "Addon %s failed to install." msgstr "فشل تثبيت إضافة %s." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "احفظ الإعدادات" @@ -3916,15 +4152,17 @@ msgstr "أقفل ميزة %s" msgid "Manage Additional Features" msgstr "إدارة الميّزات الإضافية" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "أخرى" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "مجهول" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3935,7 +4173,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3946,7 +4184,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3957,7 +4195,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3968,7 +4206,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3979,7 +4217,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3990,7 +4228,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -4001,18 +4239,18 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "إحصائيات الشبكة الموحدة" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -4056,8 +4294,8 @@ msgid "Enable Debugging" msgstr "فعّل التنقيح" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4209,7 +4447,8 @@ msgstr "أمر" msgid "Job Parameters" msgstr "معطيات العملية" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "أُنشئ" @@ -4217,269 +4456,269 @@ msgstr "أُنشئ" msgid "Priority" msgstr "الأولوية" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "لا توجد سمة مخصصة للهاتف" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (اختباري)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "لا توجد صفحة مجتمع" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "المشاركات العلنية لمستخدمي هذا الموقع" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "المشاركات العلنية من الشبكة الموحدة" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "المشركات العلنية من الشبكة الموحدة والشبكة المحلية" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "مثيل متعدد المستخدمين" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "مغلق" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "تتطلب الحصول على موافقة" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "افتح" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "لا تتحقق" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "تحقق من الإصدار المستقر" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "تحقق من الإصدار التطويري" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "لا شيﺀ" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "المُتراسِلون المحليون" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "المتفاعلون" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "موقع" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "معلومات عامة" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "أعد نشر المستخدمين في الدليل" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "التسجيل" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "رفع الملف" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "السياسات" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "متقدم" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "دليل المتراسلين المكتشفين تلقائيًا" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "الأداء" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "مهمة" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "ترحيل الرسالة" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "هذا الخادم ليس مشترك في أي مرحلات حاليًا." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "هذا الخادم مشترك حاليًا في المرحلات التالية:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "اسم الموقع" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "بريد المرسل" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "عنوان البريد الإلكتروني الذي سيستخدمه الخادم لإرسال رسائل التنبيه." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "اسم حساب النظام" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "اسم حساب النظام الداخلي المستخدم لتنفيذ طلبات ActivityPub. يجب أن لا يكون هذا الاسم محجوز. إذا عُين لا يمكن تغييره." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "اللافتة/الشعار" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "شعار\\لافتة البريد الإلكتروني" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "أيقونة الاختصار" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "رابط إلى أيقونة سيتم استخدامها للمتصفحات." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "أيقونة الأجهزة اللمسية" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "رابط إلى أيقونة سيتم استخدامها للأجهزة اللوحية والهواتف." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "معلومات إضافية" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, 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:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "لغة النظام" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "سمة النظام" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "سمة الهاتف" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "سمة للأجهزة المحمولة" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "فرض SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "أعد توجيه جميع الطلبات غير المشفرة إلى طلبات SSL. تحذير: في بعض الأنظمة يمكن أن يؤدي هذا إلى حلقات إعادة توجيه لا نهائية." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "أظهر المساعدة في قائمة التصفح" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "إظهار المساعدة في قائمة التصفح. تظل المساعدة قابلة للوصول من خلال الانتقال إلى /help مباشرة." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "مثيل لمستخدم وحيد" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "اجعل هذا المثيل إما لمستخدم واحد أولعدّة مستخدمين" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "الحجم الأقصى للصورة" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4487,35 +4726,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "الطول الأقصى للصورة" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 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:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "جودة صور JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "سيتم حفظ ملفات JPEG المرفوعة بنسبة جودة [0-100]. القيمة الافتراضية هي 100 وهي جودة الأصلية للملف." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "سياسات التسجيل" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4523,157 +4762,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "الحد اليومي للتسجيل" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "نص صفحة التسجيل" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "ستعرض في صفحة التسجيل. يمكنك استخدام BBCode." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "الألقاب المحظورة" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 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:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "الحسابات المهجورة بعد x يوم" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 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:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "النطاقات المسموحة" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 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:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "نطاقات البريد الإلكتروني المسموحة" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "نطاقات الخارجية الموثوق بها" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "قائمة مفصولة بفواصل من النطاقات التي يُسمح بتضمين محتواها في المشاركات مثل OEmbed. يُسمح أيضًا بجميع النطاقات الفرعية التابعة لها." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "احجب المشاركات العلنية" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 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:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "افرض النشر" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "أشر لفرض إدراج جميع الملفات الشخصية في دليل الموقع." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "تفعيله قد ينتهك قوانين حماية الخصوصية مثل GDPR" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "رابط الدليل العالمي" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "جعل المشاركات خاصة للمستخدمين الجدد افتراضيًا" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "تعيين أذونات النشر الافتراضية لجميع الأعضاء الجدد إلى خاصة بدل العلنية." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "لا تضمن محتويات المشاركات في تنبيهات البريد الإلكتروني" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "لا تسمح بالوصول العلني للإضافات المدرجة في قائمة التطبيقات." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "تأشير هذا الخِيار سيجعل الوصول إلى الإضافات في قائمة التطبيقات للأعضاء فقط." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "لا تضمن الصور الخاصة في المشاركات" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4681,11 +4920,11 @@ msgid "" "while." msgstr "لا تستبدل الصور الخاصة المستضافة محليًا في المشاركات بنسخة مضمنة ، لأن هذا يعني أن المتراسلين الذين يتلقون المشاركات التي تحوي تلك الصور ستحتاج إلى مصادقة لرؤية كل صورة ، ما قد يستغرق بعض الوقت." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "محتوى حساس" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4694,267 +4933,319 @@ msgid "" "will be shown at the user registration page." msgstr "عيّن هذا الخيار للإعلان عن أن عقدتك تحتوي محتوى حساس قد لا يكون مناسباً للقصر. وسوف تنشر هذه المعلومات في معلومات العقدة وصفحة التسجيل، ويستخدم هذا الخيار في الدليل العالمي، فأثناء استعراض هذه العقدة في الدليل ستظهر لهم هذه المعلومة." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "توجيه المحتوى الخارجي عبر الوكيل" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "توجيه المحتوى الخارجي عن طريق وميل. يستخدم هذا على سبيل المثال وصول OEmbed وفي بعض الحالات النادرة الأخرى." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "خزن الصور الرمزية محليًا. يحجز مساحة كبير ولكنه يزيد الأداء." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "اسمح للمستخدمين بتعيين remote_self" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "فعّل تعدد التسجيل" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "يمكن المستخدمين من تسجيل حسابات إضافية لتستخدم كصفحات." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "فعّل OpenID" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "فعّل دعم OpenID للتسجيل والولوج." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "افرض استخدام الأسماء الكاملة" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" +msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "يفرض على المستخدمين تضمين مسافة واحدة في اسم المستخدم الخاص بهم بين الاسم الأول والاسم الأخير." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "عرض صفحة المجتمع للزوار" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "صفحات المجتمع المتاحة للزوار. المستخدمون المحليون يمكنهم مشاهدة كلا النوعين." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "حد المشاركات لكل مستخدم في صفحة المجتمع" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "الحد الأقصى لعدد المشاركات لكل مستخدم في صفحة المجتمع المحلي" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "فعّل دعم البريد الإلكتروني" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "مستخدم الوكيل" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "رابط الوكيل" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "انتهت مهلة الاتصال بالشبكة" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "القيمة بالثواني. تعيينها لـ 0 يعني مهلة غير محدودة (غير مستحسن)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "الحد الأدنى للذاكرة" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "الحد الأدنى لذاكرة الحرة للمهمة بالميغابايت. تحتاج إذن الوصول إلى /proc/meminfo - الافتراضي 0 (معطل)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "تحسين الجداول بصفة دورية" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "حسن بانتظام بعض جداول قاعدة البيانات المستخدمة على نطاق واسع مثل ذاكرة التخزين المؤقت أو الأقفال أو الجلسة أو طابور المهام" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "اكتشف قائمة متابِعي/متابَعي متراسليك" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "اذا فُعل سيقوم هذا الخادم بتجميع قائمة متابِعي ومتابَعي متراسليك." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "لا شيء - معطل" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "المتراسلون المحليون - متراسلوا مستخدمي هذا الخادم." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "المتفاعلون: متراسلو مستخدمي هذا الخادم والمتراسلون الذين تفاعلوا مع المشاركات المحلية لهذا الخادم." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "زامن المتراسلين مع خادم الدليل" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "إذا فُعل سيقوم النظام بالتحقق دوريا للبحث عن متراسلين جدد على خادم الدليل المحدد." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "المهلة بالأيام بين الطلبات" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "اكتشف متراسلين من خوادم أخرى" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "يجلب دوريا متراسلين من خوادم أخرى. يُطبّق على خوادم فرنديكا وماستدون وهوبزيلا." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "المهلة بالأيام بين الطلبات" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "ابحث في الدليل المحلي" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "انشر معلومات الخادم" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4962,50 +5253,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "إذا فعل ستنشر البيانات العامة للخادم وبيانات استخدامه. تحتوي هذه البيانات على اسم وإصدار الخادم ، وعدد المستخدمين الذين لهم ملف شخصي علني، وعدد المنشورات وقائمة الموصّلات والموافيق النشطة. راجع federation.info للحصول على التفاصيل." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "تحقق من الاصدار المنبعي" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "اخف الوسوم" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "اخف قائمة الوسوم من أسفل المشاركة." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "امسح قاعدة البيانات" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "يزيل العناصر البعيدة القديمة والسجلات اليتيمة والمحتوى القديم من بعض الجداول المساعدة." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "عمر العناصر البعيدة" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -5013,144 +5304,308 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "حد عدد التعليقات لكل مشاركة" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "عدد التعليقات التي تعرض لكل مشاركة؟ القيمة الافتراضية هي 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "الحد الأقصى لعدد التعليقات لكل محادثة في صفحة العرض (/display)" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "عدد التعليقات المعروضة في سياق المشاركة، القيمة الافتراضية هي 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "مسار التخزين المؤقت" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "إذا كان نظامك مقيد حيث لا يستطيع خادم الويب الوصول إلى مسار مجلد التخزين المؤقت (temp)، أدخل مسار آخر هنا." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "ابحث في الوسوم فقط" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "في النّظم الكبيرة، يمكن أن يؤدي البحث عن النصوص إلى إبطاء النظام." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "الحد الأقصى لعدد المهام" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, 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:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "معطّل" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "الكل" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "الوسوم" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "وسوم الخادم" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "الوسوم المرفوضة" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "قائمة بالوسوم المرفوضة مفصول بفاصلة." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "اسمح بوسوم المستخدمين" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "ابدأ النقل" @@ -5306,51 +5761,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "لا يمكن استخدام ملف السجل ''%s'. لا يمكن كتابة السجلات (خطأ: '%s')" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "لا يمكن استخدام ملف السجل الخاص بالتنقيح '%s'. لا يمكن كتابة السجلات (خطأ: '%s')" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "طوابير الرسائل" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "إعدادات الخادم" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "الإصدار" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "الإضافات النشطة" @@ -5447,7 +5891,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5464,7 +5908,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "لا تمكن مشاركة مشاركات %s" @@ -5477,7 +5921,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "لا يمكن إلغاء مشاركة مشاركات %s" @@ -5503,11 +5947,11 @@ msgstr "لم يُعثر على العنصر." msgid "Please login to continue." msgstr "يرجى الولوج للمتابعة." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "ليس لديك حق النفاذ لصفحات الإدارة." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5517,11 +5961,11 @@ msgstr "" msgid "Overview" msgstr "نظرة عامّة" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "الضبط" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "ميزات إضافية" @@ -5541,7 +5985,7 @@ msgstr "فحص المهام المؤجلة" msgid "Inspect worker Queue" msgstr "فحص طابور المهام" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "التشخيصات" @@ -5569,16 +6013,16 @@ msgstr "محادثة عبر ActivityPub" msgid "Addon Features" msgstr "ميزات الإضافة" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "مستخدم ينتظر الموافقة على طلب تسجيله" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "طلبات كثيرة" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5589,7 +6033,7 @@ msgstr[3] "رُفضت المشاركة. تجاوزت الحد اليومي وه msgstr[4] "رُفضت المشاركة. تجاوزت الحد اليومي وهو %d مشاركة." msgstr[5] "رُفضت المشاركة. تجاوزت الحد اليومي وهو %d مشاركة." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5601,7 +6045,7 @@ msgstr[3] "رُفضت المشاركة. تجاوزت الحد الأسبوعي msgstr[4] "رُفضت المشاركة. تجاوزت الحد الأسبوعي وهو %d مشاركة." msgstr[5] "رُفضت المشاركة. تجاوزت الحد الأسبوعي وهو %d مشاركة." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5613,32 +6057,46 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "المستخدمون" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "أدوات" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "قائمة المتراسلين المحظورين" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "قائمة الخوادم المحظورة" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "احذف عنصر" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "مصدر العنصر" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "تفاصيل الملف الشخصي" @@ -5662,15 +6120,15 @@ msgstr "المشاركات المقرر نشرها" msgid "Tips for New Members" msgstr "تلميحات للأعضاء الجدد" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "البحث عن أشخاص - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "البحث عن منتديات - %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5693,36 +6151,40 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "الحساب" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "الاستيثاق بعاملَيْن" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "العرض" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "الشبكات الاجتماعية" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "إدارة الحسابات" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "التطبيقات المتصلة" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "تصدير البيانات الشخصية" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "أزل الحساب" @@ -5781,8 +6243,9 @@ msgstr "يبدأ الحدث في:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "إلزامي" @@ -5842,11 +6305,114 @@ msgstr "اعرض" msgid "Create New Event" msgstr "أنشئ حدثاً جديدًا" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "قائمة" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "لم يُعثر على المتراسل." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "متراسل غير صالح." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "حُذف المتراسل." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "طلب خاطئ." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "رشّح" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "الأعضاء" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "أنقر على المتراسل لإضافته أو حذفه." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5857,159 +6423,146 @@ msgstr[3] "حُرر %d متراسلين." msgstr[4] "حُرر %d متراسلا." msgstr[5] "حُرر %d متراسل." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "أظهِر كل المتراسلين" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "معلق" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "أظهِر المتراسلين المعلقين" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "محجوب" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "أظهِر المتراسلين المحجوبين فقط" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "مُتجاهَل" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "أظهِر المتراسلين المتجاهلين فقط" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "مؤرشف" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "أظهِر المتراسلين المؤرشفين فقط" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "‮مخفي" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "أظهِر المتراسلين المخفيين فقط" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "نظّم مجموعات متراسليك" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "ابحث في متراسليك" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "نتائج: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "حدّث" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "ارفع الحجب" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "ألغي التجاهل" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "إجراءات متعددة" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "بدأ هذا المتراسل للمحادثة" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "التعليقات والمشاركات" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "مشاركات تحوي وسائط" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "أظهِر كل المتراسلين المعروفين" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "إعدادات المتراسلين المُتقدّمة" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "صداقة متبادلة" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "أحد معجبيك" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "أنت معجب" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "طلب تراسل صادر معلق" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "طلب تراسل وارد معلق" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "زر ملف %s الشخصي [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "لم يُعثر على المتراسل." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "فشل تحديث المتراسل." @@ -6020,6 +6573,7 @@ msgstr "عُد لمحرر المتراسلين" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -6046,11 +6600,6 @@ msgstr "رابط استطلاع/تغذية" msgid "New photo from this URL" msgstr "صورة من هذا الرابط" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "متراسل غير صالح." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "لا يوجد متراسل معروف." @@ -6127,7 +6676,7 @@ msgstr[4] "%s متراسلا" msgstr[5] "%s متراسل" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6165,15 +6714,16 @@ msgstr "من فضلك أجب على ما يلي:" msgid "Your Identity Address:" msgstr "عنوان معرّفك:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "رابط الملف الشخصي" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6199,8 +6749,8 @@ msgstr "تعذر إضافة المتراسل." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "طلب غير صالح." @@ -6212,248 +6762,312 @@ msgstr "لا توجد كلمات مفتاحية لمطابقتها. من فضل msgid "Profile Match" msgstr "الملفات الشخصية المطابقة" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "فشل تحديث سجل التراسل." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "رُفع الحجب عن المتراسل" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "حُجب المتراسل" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "ألغي تجاهل المتراسل" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "تُجوهل المتراسل" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "أنتما صديقان مشتركان لـ %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "أنت تشارك مع %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s يشارك معك" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "المراسلات الخاصة غير متوفرة لهذا المتراسل." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "أبدا" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(لم ينجح التحديث)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(حُدث بنجاح)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "اقترح أصدقاء" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "نوع الشبكة: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "فُقد التواصل مع هذا المتراسل!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "اجلب مزيدًا من المعلومات للتغذيات" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "اجلب معلومات" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "اجلب كلمات مفتاحية" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "اجلب معلومات وكلمات مفتاحية" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "إعادة النشر الأصلية" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "ملاحظات / معلومات المتراسل" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "إعدادات المتراسل" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "متراسل" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "ملاحظتهم الشخصية" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "عدّل ملاحظات المتراسل" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "احجب/ ارفع الحجب عن متراسل" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "تجاهل المتراسل" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "اعرض المحادثات" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "آخر تحديث:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "حدّث المشاركات العلنية" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "حدّث الآن" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "ينتظر قبول الاتصال" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "محجوب حاليا" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "متجاهَل حاليا" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "مُؤرشف حاليا" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "اخف هذا المتراسل عن الآخرين" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "قد تبقى الإعجابات/الردود على مشاركاتك مرئية" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "تنبيه للمشاركات الجديدة" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "أرسل تنبيها عند نشر هذا المتراسل لمشاركات الجديدة" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "قائمة الكلمات المفتاحية المرفوضة" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "قائمة بالكلمات المفتاحية مفصولة بفواصل والتي لا تخول الى وسوم عند اختيار \"اجلب المعلومات والكلمات المفتاحية\"" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "الإجراءات" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "الحالة" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "علّم هذا المتراسل على أنه remote_self ، سيقوم فرنديكا بإعادة نشر المدخلات الجديدة لهذا المتراسل." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "أعد جلب بيانات المتراسل" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "بدّل حالة الحجب" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "بدّل حالة التجاهل" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "أبطل المتابعة" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "أبطل المتابعة من هذا المتراسل" @@ -6465,10 +7079,6 @@ msgstr "طلب خاطئ." msgid "Unknown contact." msgstr "متراسل مجهول." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "حُذف المتراسل." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "المتراسل يحذف." @@ -6486,7 +7096,7 @@ msgstr "هل تريد إلغاء متابعة هذا المتراسل لك؟ ل #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "نعم" @@ -6516,102 +7126,59 @@ msgstr "نجح إلغاء متابعة المتراسل" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "يتعذر إلغاء متابعة هذا المتراسل، يرجى الاتصال بمدير الموقع" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "لا نتائج." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "يسرد هذا الدفق المجتمعي كافة المحادثات العامة التي يتلقاها الخادم. هذا لا يمثل الآراء الشخصية للمستخدمين المحليين." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "المجتمع المحلي" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "مشاركات مستخدمي هذا الخادم" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "المجتمع العالمي" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "مشركات من الشبكة الموحدة" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "مشاركات متراسليك" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "تضمين" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "اخف" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "لا نتائج." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "غير متاح." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "لا توجد مثل هذه المجموعة" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "المجموعة: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "آخر نشاط" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "رتب حسب آخر نشاط" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "آخر المشاركات" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "رتب حسب تاريخ استلام المشاركة" - -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "نشاطي" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "المشاركات التي تذكرك أو تتعلق بك" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "مشاركات متراسليك" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "المفضلة" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "تضمين" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "المشاركات المفضلة" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "اخف" #: src/Module/Credits.php:44 msgid "Credits" @@ -6833,7 +7400,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "يجب عليك الولوج لاستخدام هذه الوحدة" @@ -6894,29 +7461,6 @@ msgstr "" msgid "Lookup address:" msgstr "عنوان المسح:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "بدّل الحساب" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "إدارة حسابك" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "لا توجد مدخلات (قد تكون بعض المدخلات مخفية)." @@ -6962,138 +7506,59 @@ msgstr "اقترح أصدقاء" msgid "Suggest a friend for %s" msgstr "أقترح أصدقاء لـ %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "التطبيقات/الإضافات المثبتة:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "لم تُثبت أي تطبيقات/إضافات" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "اقرأ عن شروط الخدمة لهذه العقدة." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "الخوادم البعيدة المحجوبة عن هذا الموقع." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "سبب الحجب" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "هذا فرانديكا إصدار %s يعمل على موقع %s. إصدار قاعدة البيانات هو %s، وإصدار تحديث البيانات هو %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "رجاء زر Friendi.ca لمعرفة المزيد عن مشروع فرَندِكا." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "لبلاغات العلل والمشاكل: زر" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "متعقب العلل على غيت-هب" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "للاقتراحات، أو الإشادة ، إلخ.- رجاءً راسل \"info\" at \"friendi - dot - ca" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "تعذّر إنشاء المجموعة." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "لم يُعثر على المجموعة." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "لم يُغير اسم المجموعة." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "مجموعة مجهولة." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "تعذرت إضافة المتراسل إلى المجموعة." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "أُضيف المتراسل الى المجموعة بنجاح." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "تعذرت إزالة المتراسل من المجموعة." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "أُزيل المتراسل من المجموعة بنجاح." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "طلب خاطئ." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "احفظ المجموعة" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "رشّح" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "أنشئ مجموعة من المتراسلين/الأصدقاء." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "تعذر حذف المجموعة." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "احذف المجموعة" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "عدّل اسم المجموعة" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "الأعضاء" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "المجموعة فارغة" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "احذف المتراسل من المجموعة" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "أنقر على المتراسل لإضافته أو حذفه." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "أضف المتراسل لمجموعة" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "لا ملفًا شخصيًا" @@ -7389,30 +7854,26 @@ msgstr "أنشئ مشاركة جديدة" msgid "Visibility" msgstr "الظّهور" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "امسح الموقع الجغرافي" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "خدمات الموقع الجغرافي غير متاحة على جهازك" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "العنصر غير موجود أو حُذف." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "تغذية هذا العنصر غير متوفرة." @@ -7447,7 +7908,7 @@ msgstr "الملفات" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "ارفع" @@ -7468,21 +7929,14 @@ msgstr "تجاوز الملف الحد الأقصى للحجم وهو %s" msgid "File upload failed." msgstr "فشل رفع الملف." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "تعذرت معالجة الصورة." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "تجاوزت الصورة الحد الأقصى للحجم وهو %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "فشل رفع الصورة." @@ -7514,41 +7968,41 @@ msgstr "حُذف" msgid "List of pending user deletions" msgstr "قائمة الحذف المعلق للمستخدمين" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "صفحة حساب عادي" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "صفحة سياسي" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "منتدى عمومي" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "صفحة اشترك تلقائي" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "منتدى خاص" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "صفحة شخصية" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "صفحة منظمة" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "صفحة إخبارية" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "منتدى مجتمعي" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7608,6 +8062,7 @@ msgid "Block New Remote Contact" msgstr "احجب مستخدمًا بعيدًا" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "صورة" @@ -7689,6 +8144,8 @@ msgid "Matching known servers" msgstr "يطابق الخوادم المعروفة" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "اسم الخادم" @@ -7848,6 +8305,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "صيّغ النطاقات المحجوبة" @@ -7961,10 +8419,6 @@ msgstr "مصطلح" msgid "URL" msgstr "رابط" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "ذكر" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "ذِكر صريح" @@ -7987,6 +8441,241 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "حساب عادي" @@ -7996,8 +8685,8 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "حساب منتدى عمومي" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -8008,8 +8697,8 @@ msgid "Blog Account" msgstr "حساب مدونة" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "حساب منتدى خاص" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8265,7 +8954,7 @@ msgstr "يدعي أنّه يعرفك: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "لا" @@ -8329,11 +9018,11 @@ msgstr "تنبيهات الصفحة الرئيسية" msgid "Show unread" msgstr "اعرض غير المقروءة" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} طلبَ التسجيل" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} و %d أخرون يطلبون التسجيل" @@ -8352,7 +9041,7 @@ msgstr "هل تخول لهذا التطبيق الوصول إلى مشاركات msgid "Unsupported or missing response type" msgstr "نوع الاستجابة غير مدعومة أو مفقودة" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "بيانات الطلب غير كاملة" @@ -8363,11 +9052,11 @@ msgid "" "close this window: %s" msgstr "الرجاء نسخ رمز الاستيثاق إلى التطبيق وإغلاق هذه النافذة: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8448,65 +9137,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "معلومات الخصوصية غير متوفرة." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "مرئي لـ:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "متابِعون (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "إلى: %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "ووجه إلى:%s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "الصورة غير متوفرة." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "الصورة ذات المعرف %s غير متوفّرة." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "الصورة ذات المعرف %s غير صالحة." @@ -8547,8 +9236,8 @@ msgstr "أزل وسم العنصر" msgid "Select a tag to remove: " msgstr "اختر الوسم لإزالته: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "أزل" @@ -8558,24 +9247,31 @@ msgstr "لا متراسلين." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "الخط الزمني لـ %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "مشاركات %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "تعليقات %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "تجاوزت الصورة الحد الأقصى للحجم وهو %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "لم يكتمل رفع الصورة، من فضلك أعد المحاولة" @@ -8594,7 +9290,7 @@ msgstr "الخادم لا يقبل رفع ملفات جديدة، يرجى ال msgid "Image file is empty." msgstr "ملف الصورة فارغ." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "اعرض الألبوم" @@ -8609,7 +9305,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "أنت حاليا تستعرض ملفك الشخصي كـ %s ألغ" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "الاسم الكامل:" @@ -8630,12 +9326,12 @@ msgid "Birthday:" msgstr "تاريخ الميلاد:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "العمر: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8647,13 +9343,13 @@ msgstr[4] "%d سنة" msgstr[5] "%d سنة" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "الوصف:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "المنتديات:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8809,8 +9505,8 @@ msgid "Your invitation code: " msgstr "رمز الدعوة: " #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "اسمك الكامل (على سبيل المثال جو سميث): " +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8823,7 +9519,7 @@ msgid "Please repeat your e-mail address:" msgstr "رجاء أعد إدخال عنوان بريدك الإلكتروني:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "كلمة المرور الجديدة:" @@ -8832,7 +9528,7 @@ msgid "Leave empty for an auto generated password." msgstr "" #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "التأكيد:" @@ -8859,11 +9555,11 @@ msgstr "استورد ملفك الشخصي لهذا المثيل" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "كلمة المرور الولي:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "يرجى إدخال كلمة مرور الولي للمصادقة على طلبك." @@ -9050,24 +9746,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "كلمة المرور الحالية:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "اكتب كلمة المرور الحالية لتأكيد التغييرات" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -9078,7 +9774,7 @@ msgstr "رموز الاستعادة المتبقية: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "رمز غير صالح، من فضلك أعد المحاولة." @@ -9163,7 +9859,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "يرجى إدخال رمز من تطبيق الاستيثاق" @@ -9191,99 +9887,99 @@ msgstr "البريد الإلكتروني غير صالح." msgid "Cannot change to that email." msgstr "لا يمكن التغيير إلى هذا البريد الإلكتروني." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "لم تُحدث الإعدادات." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "خطأ أثناء رفع ملف CSV" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "أُستورد المتراسلون" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "أُرسلت رسالة تنبيه بانتقالك إلى متراسليك" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "تعذر العثور على ملفك الشخصي. من فضلك اتصال بالمدير." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "الأنواع الفرعية للصفحة الشخصية" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "الأنواع الفرعية للمنتدى المجتمعي" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "حساب ملف شخصي خاص." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "حساب المنظمة يوافق تلقائياً على طلبات المراسلة \"كمتابعين\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "حساب إخباري يوافق تلقائياً على طلبات المراسلة \"كمتابعين\"." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "حساب مناقشات مجتمعية." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "حساب ملف شخصي عادي يتطلب الموافقة اليدوية على \"الأصدقاء\" و \"المتابعين\"." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "حساب شخصي علني يوافق تلقائياً على طلبات المراسلة \"كمتابعين\"." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "يوافق تلقائياً على جميع طلبات المراسلة." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "حساب ملف شخصي لمشهور يوافق تلقائياً على طلبات المراسلة كـ\"أصدقاء\"." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "منتدى خاص [تجريبي]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "يتطلب الموافقة اليدوية على طلبات المراسلة." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(اختياري) اسمح لمعرف OpenID بالولوج إلى هذا الحساب." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "أتريد نشر ملفك الشخصي في الدليل المحلي للموقع؟" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9291,89 +9987,94 @@ msgid "" " system settings." msgstr "سينشر ملفك الشخصي في الدليل المحلي لهذه العقدة. تعتمد خصوصية معلوماتك على إعدادات النظام." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "سينشر ملفك الشخصي كذلك في الأدلة العالمية لفرَندِيكا (مثال %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "إعدادات الحساب" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "عنوان معرفك هو '%s' أو '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "إعدادات كلمة المرور" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "اترك حقول كلمة المرور فارغة ما لم ترد تغييرها" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "كلمة المرور:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "اكتب كلمة المرور الحالية لتأكيد تغيير بريدك الإلكتروني" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "احذف معرف OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "الإعدادات الأساسيّة" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "الاسم العلني:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "البريد الإلكتروني:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "المنطقة الزمنية:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "لغتك:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "عيّن لغة واجهة فرَندِيكا ورسائل البريد الإلكتروني" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "موقع النشر الافتراضي:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "استخدم موقع المتصفح:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "إعدادات الأمان والخصوصية" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "حدُ طلبات الصداقة لليوم الواحد:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(لمنع الرسائل المزعجة)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "أتريد السماح لملفك الشخصي بالظهور في نتائج البحث العالمي؟" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9381,43 +10082,43 @@ msgid "" "indexed or not." msgstr "فعّل هذا الإعداد إن أردت أن يُعثر عليك بسهولة. سيتمكن المستخدمون في المواقع البعيد من العثور عليك، وأيضا سيسمح بظهور ملفك الشخصي في محركات البحث." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "أتريد إخفاء قائمة المتراسلين/الأصدقاء عن متصفحي ملفك الشخصي؟" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "عادة تُعرض قائمة المتراسلين على صفحة ملفك الشخصي. إن قمت بتفعيل هذا الخيار ستخفى القائمة." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "لا تدرج المشاركات العلنية" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "لن تظهر مشاركتك العلنية على صفحات المجتمع أو في نتائج البحث لهذا الموقع، ولن يتم إرسالها إلى خوادم الترحيل. غير أنها ستبقى تظهر في التغذيات العمومية للخوادم البعيدة." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "أتح كل الصور المنشورة" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9425,233 +10126,241 @@ msgid "" "public on your photo albums though." msgstr "يسمح هذا الخيار بالوصول للصورة المنشورة عبر رابط مباشر. هذا حل لمعظم الشبكات التي لا يمكنها التعامل مع الأذونات. صورك غير العلنية ستبقى مخفية." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "أتسمح لأصدقائك بالنشر في صفحة ملفك الشخصي؟" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "يمكن للمتراسلين كتابة مشاركات على حائط ملفك الشخصي. ستكون هذه المشركات مرئية لكل المتراسلين" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "أتسمح لأصدقائك بوسم مشاركاتك؟" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "يمكن لأصدقائك إضافة وسوم لمشاركاتك." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "أتسمح لأشخاص مجهولين بإرسال بريد خاص لك؟" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "يمكن لمستخدمي شبكة فرَندِكا إرسال رسائل خاصة لك حتى إن لم يكونوا في قائمة المتراسلين." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "حد الرسائل اليومي المستلمة من مجهولين:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "أذونات النشر الافتراضية" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "إعدادات انتهاء الصلاحية" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "أنه صَلاحِيَة المشاركات تلقائياً بعد هذا العدد من الأيام:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "إذا كان فارغاً، لن تنتهي صلاحية المشاركات. وإلا بعد المهلة ستحذف المشاركات المنتهية صلاحيتها" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "أنه صَلاحِيَة المشاركات" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "عند تفعيله، ستنهى صلاحية المشاركات والتعليقات." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "أنه صَلاحِيَة الملاحظات الشخصية" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "عند تفعيله، ستنهى صلاحية الملاحظات الشخصية على صفحة ملفك الشخصي." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "أنتهي صلاحية المشاركات المفضلة" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "تفضيل مشاركة تقيها من انتهاء الصلاحية. هذا السلوك يُتجاوز من خلال هذا الإعداد." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "أنه صَلاحِيَة مشاركات الآخرين فقط" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "عند تفعيله، لا نهاية لصلاحية مشاركاتك. ثم تكون الإعدادات أعلاه صالحة فقط للمشاركات التي استلمتها." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "إعدادات التنبيهات" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "أرسل تنبيها للبريدي الإلكتروني عند:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "تلقي تقديم" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "أُكدت تقديماتك" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "يكتب شخص ما على جدار ملفك الشخصي" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "شخص ما يعلق على ما نشرت" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "تلقي رسالة خاصة" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "تلقي اقتراح صداقة" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "ذُكرتَ في مشاركة" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "أنشئ تنبيه سطح المكتب عند:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "أُعجب شخص بمحتواك" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "شارك شخص محتواك" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "نشّط تنبيهات سطح المكتب" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "أظهر منبثقات للتنبيهات الجديدة" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "رسائل تنبيه نصية فقط" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "أرسل بريد التنبيه كنص فقط، دون وسوم html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "اعرض تنبيهات مفصلة" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "افتراضيًا ، يعرض أحدث تنبيه فقط لكل محادثة. عند تفعيله ستعرض جميع التنبيهات." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "أظهر تنبيهات للمتراسلين المتجاهلين" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "أنت لا ترى مشاركات المتراسلين المتجاهلين. لكن لا يزال بإمكانك رؤية تعليقاتهم. هذا الإعداد يتحكم إذا كنت ترغب في الاستمرار في تلقي تنبيهات سببها المتراسلون المتجاهلون." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "الإعدادات المتقدمة للحساب/للصفحة" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "غيّر سلوك هذا الحساب للحالات الخاصة" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "استيراد متراسلين" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 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 معرفات المتراسلين لحسابك القديم، معرفات المتابَعين تكون في العمود الأول." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "ارفع ملفًا" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "الانتقال" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "إذا كنت قد نقلت هذا الملف الشخصي من خادم آخر، وبعض المتراسلين لا يتلقون تحديثاتك، أنقر هذا الزر." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "أعد إرسال رسالة الانتقال للمتراسلين" @@ -9663,6 +10372,119 @@ msgstr "إعدادات الإضافة" msgid "No Addon settings configured" msgstr "لم تضبط إعدادات الإضافة" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "الوصف" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "أضف" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "فشل الاتصال بحساب البريد الإلكتروني باستخدام الإعدادات المقدمة." @@ -9860,221 +10682,255 @@ msgstr "انقل إلى مجلد" msgid "Move to folder:" msgstr "انقل إلى المجلد:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "منح التفويض بنجاح." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "لم يُعثر على الولي أو هو غير متوفر أو كلمة مرور غير صحيحة." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "نجح إبطال التفويض." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "لم يُعثر على المندوب." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "لا يوجد وليٌ" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "الوليٌ" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "الحسابات الإضافية" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "سجل حسابات إضافية مرتبطة تلقائيا بحسابك الحالي ويمكنك إدارتها عبر هذا الحساب." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "سجل حساب إضافي" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "المندوبون" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "مندوبو الصفحة الحاليون" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "المندوبون المحتملون" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "أضف" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "لا مدخلات." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "السمة التي اخترتها غير متوفرة." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (غير مدعوم)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "إعدادات العرض" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "الإعدادات العامة للسمة" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "الإعدادات المخصصة للسمة" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "إعدادات المحتوى" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "إعدادات السمة" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "سمة العرض:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "سمة الهاتف:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "عدد العناصر التي سيتم عرضها في كل صفحة:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "الحد الأقصى هو 100 عنصر" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "عدد العناصر التي سيتم عرضها في كل صفحة في وضع الهاتف:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "حدّث المتصفح كل xx ثانية" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "الحد الأدنى هو 10 ثواني. أدخل -1 لتعطيله." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "التمرير اللانهائي" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "يجلب عناصر جديدة تلقائياً عند الوصول إلى نهاية الصفحة." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "اعرض ميزة \"لم يعجبني\"" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "يعرض زر لم يعجبني والتفاعلات السلبية في المشاركات والتعليقات." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "اعرض صاحب إعادة النشر" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "اعرض صورة صاحب المشاركة الأصلية كأيقونة بالإضافة إلى نص على المشاركة." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "ابقى في الخادم المحلي" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "لا يذهب إلى نظام بعيد عند اتباع رابط متراسل." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "بداية الأسبوع:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -10090,160 +10946,156 @@ msgstr "التطبيقات المتصلة" msgid "Remove authorization" msgstr "أزل التخويل" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "اسم الملف الشخصي مطلوب." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "تعذر تحديث الملف الشخصي." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "التسمية:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "القيمة:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "أذونات الحقل" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(أنقر للفتح/للإغلاق)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "أضف حقلًا جديدًا للملف الشخصي" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "إجراءات الملف الشخصي" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "عدّل تفاصيل الملف الشخصي" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "غيّر صورة الملف الشخصي" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "صورة الملف الشخصي" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "الموقع" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "متنوّع" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "حقول مخصصة للملف الشخصي" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "ارفع صورة الملف الشخصي" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "الاسم العلني:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "عنوان الشارع:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "المدينة:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "الولاية:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "الرمز البريدي:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "الدّولة:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "عنوان XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "سيتم نشر عنوان XMPP حتى يتمكن الناس من متابعتك هناك." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "عنوان مايتركس:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "سيتم نشر عنوان مايتركس حتى يتمكن الناس من متابعتك هناك." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "رابط الصفحة الرئيسية:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "الكلمات المفتاحية العلنية:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(يستخدم لاقتراح أصدقاء، يمكن للآخرين رؤيتهم)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "الكلمات المفتاحية الخاصة:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(يستخدم للبحث عن ملفات الشخصية، لا يظهر للآخرين)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    الحقول المخصصة تظهر في صفحة ملفك الشخصي.

    \n\t\t\t\t

    يمكنك استخدام رموز BBCCode في حقول القيم.

    \n\t\t\t\t

    أعد الترتيب بسحب عنوان الحقل.

    \n\t\t\t\t

    أفرغ حقل التسمية لإزالة الحقل مخصص.

    \n\t\t\t\t

    لن يتمكن إلاّ المتراسلين المختارين والمجموعات المختارة من رؤية الحقول غير العلنية.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "عنوان الشارع:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "المدينة:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "الولاية:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "الرمز البريدي:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "الدّولة:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "عنوان XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "سيتم نشر عنوان XMPP حتى يتمكن الناس من متابعتك هناك." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "عنوان مايتركس:" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "سيتم نشر عنوان مايتركس حتى يتمكن الناس من متابعتك هناك." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "رابط الصفحة الرئيسية:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "الكلمات المفتاحية العلنية:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(يستخدم لاقتراح أصدقاء، يمكن للآخرين رؤيتهم)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "الكلمات المفتاحية الخاصة:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(يستخدم للبحث عن ملفات الشخصية، لا يظهر للآخرين)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "فشل تقليص حجم الصورة [%s]." @@ -10279,257 +11131,299 @@ msgstr "اضبط قص الصور للحصول على أفضل عرض ممكن." msgid "Use Image As Is" msgstr "استخدم الصورة كما هي" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "الصورة المرفوعة مفقودة." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "إعدادات الصورة الشخصية" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "الصورة الشخصية الحالية" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "ارفع صورة للملف الشخصي" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "ارفع صورة:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "أو" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "تخطى هذه الخطوة" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "اختر صورة من ألبومك" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[تنبيه نظام فرنديكا]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "حذف المستخدم حسابه" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "حذف مستخدم حسابه على عقدة فرَندِكا خاصتك. من فضلك تأكد أن بياناتهم أُزيلت من النسخ الاحتياطية." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "معرف المستخدم هو %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "أزل حسابي" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "سيزال حسابك نهائيًا. لا مجال لتراجع عند انتهائه." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "يرجى إدخال كلمة المرور للتأكيد:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "يرجى إدخال كلمة المرور للوصول إلى هذه الصفحة." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "أُنشئت كلمة مرور جديدة خاصة بالتطبيق بنجاح." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "الوصف" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "آخر استخدام" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "أبطل" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "أبطل الكل" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "ولّد" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "عُطل الاستيثاق بعاملين." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "تطبيق الاستيثاق" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "مضبوط" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "غير مضبوط" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    لم تنته من ضبط تطبيق الاستيثاق

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    ضُبط تطبيق الاستيثاق.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "رموز الاستعادة" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "رموز الاستعادة المتبقية" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "كلمة المرور الحالية:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "أدخل كلمة المرور لتغيير إعدادات الاستيثاق بعاملين." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "فعّل الاستيثاق بعاملين" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "عطّل الاستيثاق بعاملين" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "أظهر رموز الاستعادة" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "أنه ضبط التطبيق" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "نجح توليد رموز الاستعادة." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10538,68 +11432,68 @@ msgid "" "account.

    " msgstr "

    يمكن استخدام رموز الاستعادة للوصول إلى حسابك في حال فقدت الوصول إلى جهازك ولا يمكن أن تتلقى رموز الاستيثاق بعاملين.

    احتفظ بها في مكان آمن! إذا فقدت جهازك ولم يكن لديك رموز الاستعادة فستفقد الوصول إلى حسابك.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "ولّد رموز الاستعادة" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "التالي: التحقق" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "الجهاز" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "نظام التشغيل" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "موثوق" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "آخر استخدام" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "أزل الكل" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "فُعّل الاستيثاق بعاملين." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10619,24 +11513,24 @@ msgid "" "" msgstr "

    أو يمكنك إرسال إعدادات الاستيثاق يدوياً:

    \n
    \n\t
    المصدر
    \n\t
    %s
    \n\t
    اسم الحساب
    \n\t
    %s
    \n\t
    المفتاح السري
    \n\t
    %s
    \n\t
    النوع
    \n\t
    مبني الوقت
    \n\t
    عدد الأرقام
    \n\t
    6
    \n\t
    خوارزمية التجزئة
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "رمز التحقق للاستيثاق بعاملَيْن" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "تحقق من الرمز و فعّل الاستيثاق بعاملين" @@ -10671,20 +11565,41 @@ msgid "" " e.g. Mastodon." msgstr "صدّر قائمة الحسابات المتابَعة إلى ملف csv. هذا الملف متوافق مع ماستدون." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10696,7 +11611,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10709,14 +11624,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10727,11 +11642,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "بيان الخصوصية" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10739,6 +11654,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "العنصر غير موجود أو حُذف." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "بدّل الحساب" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "إدارة حسابك" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "تنقل بين مختلف الهويات أو الصفحات (المجموعات / المجتمعات) التي تملكها أو التي خوّل لك إدارتها" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "يمكن للمدراء فقط استيراد المستخدمين في الخوادم المغلقة." @@ -10787,11 +11729,11 @@ msgstr "خطأ! لا توجد بيانات إصدار في الملف! هذا ل msgid "User '%s' already exists on this server!" msgstr "المستخدم '%s' موجود سلفًا على هذا الخادم!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "خطأ أثناء إنشاء المستخدم" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10802,11 +11744,11 @@ msgstr[3] "لم يستورد %d متراسلين" msgstr[4] "لم يستورد %d متراسلًا" msgstr[5] "لم يستورد %d متراسل" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "خطأ أثناء إنشاء الملف الشخصي للمستخدم" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "تم. يمكنك الآن الولوج باستخدام اسم المستخدم وكلمة المرور" @@ -10940,15 +11882,15 @@ msgid "" msgstr "في الشريط الجانبي لصفحة المتراسلين يمكنك للعثور على عدة طرق للعثور على أصدقاء جدد. يمكننا مطابقة الأشخاص بناءً على اهتماماتهم، والبحث عن الأصدقاء بالاسم أو الاهتمام، وتقديم اقتراحات بناءً على هيكلية الشبكة. على موقع جديد تمامًا، يجب أن تبدأ اقتراحات الاشتراك في الظهور بعد 24 ساعة." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "نظّم متراسليك في مجموعات" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "بمجرد حصولك على عدد من الأصدقاء ،نظمهم في مجموعات محادثة خاصة من الشريط الجانبي لصفحة المتراسلين. بهذا يمكنك التفاعل مع كل مجموعة على حدى من خلال صفحة الشبكة." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11162,7 +12104,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "علق %1$s على نقاشك %2$s" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[فرنديكا: تنبيه]" @@ -11206,7 +12148,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "علق %1$s على %2$s له %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "علق %1$s على محادثة %3$s #%2$d" @@ -11218,7 +12160,7 @@ msgstr "علق %s على محادثة/عنصر تتابعه." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "من فضلك زر %s لعرض و/أو الرد على المحادثة." @@ -11383,10 +12325,10 @@ msgstr "تلقيت [url=%1$s]طلب تسجيل[/url] من %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "الاسم الكامل:\t%s\nالموقع:\t%s\nاسم الولوج:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11412,22 +12354,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "ذكرك %s%s" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "شارك %s%s مشاركة جديدة" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11455,199 +12397,221 @@ msgstr "رجاء اتصل بالمرسل بالرد على هذا المشارك msgid "%s posted an update." msgstr "نشر %s تحديثاً." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "رسالة خاصة" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "رسالة علنية" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "رسالة غير مدرجة" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "عدّل المدخل" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "تعديل" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "احذفه عالميًا" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "أزله محليًا" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "احجب %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "احفظ في مجلد" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "سأحضره" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "لن أحضره" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "قد أحضره" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "تجاهل النقاش" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "ألغ تجاهل النقاش" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "بدّل حالة التجاهل" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "أضف للمفضلة" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "أزل من المفضلة" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "بدِّل حالة التفضيل" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "ثبّت" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "ألغ التثبيت" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "بدِّل حالة التثبيت" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "مُثَبَت" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "أضف وسما" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "اقتبس وشارك" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "اقتبس وشارك" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "أعاد نشر هذا" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "أعد نشره" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "ألغ إعادة النشر" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "ألغ المشاركة" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (استلم %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "علّق على هذا العنصر على خادمك" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "تعليق بعيد" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "شارك عبر" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "إلى" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "عبر" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "حائط لحائط" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "عير حائط لحائط" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "رد على %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "المزيد" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "مهمة التنبيه معلقة" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "التسليم للخوادم البعيدة معلق" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "التسليم إلى الخوادم البعيدة جار" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "التسليم إلى الخوادم البعيدة يكاد يكتمل" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "التسليم للخوادم البعيدة اكتمل" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11658,73 +12622,87 @@ msgstr[3] "%d تعليقات" msgstr[4] "%d تعليقا" msgstr[5] "%d تعليق" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "اعرض المزيد" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "اعرض أقل" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(بدون موضوع)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s يتابع %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "يتابع" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s توقف عن متابعة %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "توقف عن متابعة" @@ -12082,8 +13060,8 @@ msgid "Textareas font size" msgstr "حجم خط مساحة النص" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "قائمة مقسمة بفاصلة لمنتديات الدعم" +msgid "Comma separated list of helper groups" +msgstr "" #: view/theme/vier/config.php:131 msgid "don't show" @@ -12101,7 +13079,7 @@ msgstr "عيّن أسلوبًا" msgid "Community Pages" msgstr "صفحات المجتمع" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "الملفات الشخصية المجتمعية" @@ -12109,7 +13087,7 @@ msgstr "الملفات الشخصية المجتمعية" msgid "Help or @NewHere ?" msgstr "تحتاج لمساعدة أو أنت جديد هنا NewHete@؟" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "اتصل بخدمات" @@ -12117,10 +13095,10 @@ msgstr "اتصل بخدمات" msgid "Find Friends" msgstr "اعثر على أصدقاء" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "آخر المستخدمين" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "ابدأ بسرعة" diff --git a/view/lang/ar/strings.php b/view/lang/ar/strings.php index 1164d9d786..1637935353 100644 --- a/view/lang/ar/strings.php +++ b/view/lang/ar/strings.php @@ -210,7 +210,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'كل المتراسلين'; $a->strings['Followers'] = 'متابِعون'; $a->strings['Following'] = 'متابَعون'; -$a->strings['Mutual friends'] = 'أصدقاء مشتركون'; $a->strings['Common'] = 'الشائع'; $a->strings['Addon not found'] = 'لم يُعثر على الإضافة'; $a->strings['Addon already enabled'] = 'الإضافة مفعلة سلفًا'; @@ -306,12 +305,6 @@ $a->strings['Public post'] = 'مشاركة علنية'; $a->strings['Message'] = 'الرسالة'; $a->strings['Browser'] = 'المتصفح'; $a->strings['Open Compose page'] = 'افتح صفحة الإنشاء'; -$a->strings['Pinned item'] = 'عنصر مثبت'; -$a->strings['View %s\'s profile @ %s'] = 'اعرض ملف %s الشخصي @ %s'; -$a->strings['Categories:'] = 'الفئات:'; -$a->strings['Filed under:'] = 'مصنف كـ:'; -$a->strings['%s from %s'] = '%s من %s'; -$a->strings['View in context'] = 'اعرضه في السياق'; $a->strings['remove'] = 'أزل'; $a->strings['Delete Selected Items'] = 'أزل العناصر المختارة'; $a->strings['You had been addressed (%s).'] = 'ذُكرت (%s).'; @@ -323,27 +316,40 @@ $a->strings['%s is participating in this thread.'] = '%s مشترك في هذا $a->strings['Global post'] = 'مشاركة علنية'; $a->strings['Fetched'] = 'جُلب'; $a->strings['Fetched because of %s <%s>'] = 'جُلب بسبب %s <%s>'; +$a->strings['Pinned item'] = 'عنصر مثبت'; +$a->strings['View %s\'s profile @ %s'] = 'اعرض ملف %s الشخصي @ %s'; +$a->strings['Categories:'] = 'الفئات:'; +$a->strings['Filed under:'] = 'مصنف كـ:'; +$a->strings['%s from %s'] = '%s من %s'; +$a->strings['View in context'] = 'اعرضه في السياق'; +$a->strings['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['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['Starred'] = 'المفضلة'; +$a->strings['Favourite Posts'] = 'المشاركات المفضلة'; $a->strings['General Features'] = 'الميّزات العامة'; $a->strings['Photo Location'] = 'موقع الصورة'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'عادة ما تتم إزالة البيانات الوصفية للصور. هذا يجعل من الممكن حفظ الموقع (قبل إزالة البيانات) ووضع الصورة على الخريطة.'; $a->strings['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['Explicit Mentions'] = 'ذِكر صريح'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'يضيف الذِكر الصريح في صندوق التعليق مما يسمح بالتحكم اليدوي بالذِكر في التعليقات.'; $a->strings['Post/Comment Tools'] = 'أدوات النشر\التعليق'; $a->strings['Post Categories'] = 'فئات المشاركة'; $a->strings['Add categories to your posts'] = 'أضف فئات لمشاركاتك'; $a->strings['Advanced Profile Settings'] = 'إعدادات الحساب الشخصي المُتقدّمة'; -$a->strings['List Forums'] = 'اسرد المنتديات'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'إظهار منتديات المجتمعية للزوار على صفحة الملف الشخصي المتقدمة'; $a->strings['Tag Cloud'] = 'سحابة الوسوم'; $a->strings['Provide a personal tag cloud on your profile page'] = 'إظهار سحابة وسوم في صفحة ملفك الشخصي'; $a->strings['Display Membership Date'] = 'اعرض عُمر العضوية'; $a->strings['Display membership date in profile'] = 'اعرض عُمر العضوية في الملف الشخصي'; -$a->strings['Forums'] = 'المنتديات'; -$a->strings['External link to forum'] = 'رابط خارجي للمنتدى'; $a->strings['show less'] = 'اعرض أقلّ'; $a->strings['show more'] = 'اعرض المزيد'; $a->strings['event'] = 'حدث'; @@ -364,7 +370,6 @@ $a->strings['Connect/Follow'] = 'اقترن\تابع'; $a->strings['Nothing new here'] = 'لا جديد هنا'; $a->strings['Go back'] = 'عُد'; $a->strings['Clear notifications'] = 'امسح التنبيهات'; -$a->strings['@name, !forum, #tags, content'] = '@مستخدم، !منتدى، #وسم، محتوى'; $a->strings['Logout'] = 'خروج'; $a->strings['End this session'] = 'أنه هذه الجلسة'; $a->strings['Login'] = 'لِج'; @@ -459,7 +464,6 @@ $a->strings['Random Profile'] = 'ملف شخصي عشوائي'; $a->strings['Invite Friends'] = 'دعوة أصدقاء'; $a->strings['Global Directory'] = 'الدليل العالمي'; $a->strings['Local Directory'] = 'الدليل المحلي'; -$a->strings['Groups'] = 'المجموعات'; $a->strings['Everyone'] = 'الجميع'; $a->strings['Relationships'] = 'العلاقات'; $a->strings['All Contacts'] = 'كل المتراسلين'; @@ -506,6 +510,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 5 => 'الوسوم الشائعة (آخر %d ساعة)', ]; $a->strings['More Trending Tags'] = 'المزيد من الوسوم الشائعة'; +$a->strings['Mention'] = 'ذكر'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'مايتركس:'; $a->strings['Location:'] = 'الموقع:'; @@ -600,6 +605,8 @@ $a->strings['Sep'] = 'سب'; $a->strings['Oct'] = 'أك'; $a->strings['Nov'] = 'نو'; $a->strings['Dec'] = 'دي'; +$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 can\'t display this page at the moment, please contact the administrator.'] = 'لا يمكن لفرَندِيكا عرض هذه الصفحة حاليا، رجاء اتصل بالمدير.'; $a->strings['template engine cannot be registered without a name.'] = 'لا يمكن تسجيل محرك القوالب بدون اسم.'; $a->strings['template engine is not registered!'] = 'لم يسجل محرك القوالب!'; @@ -644,9 +651,11 @@ $a->strings['Unauthorized'] = 'لم يخوّل'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'لم يُخول الرمز عبر مستخدم صالح أو يفتقر إلى حيّزٍ مطلوب'; $a->strings['Internal Server Error'] = 'خطأ داخلي في الخادم'; $a->strings['Legacy module file not found: %s'] = 'لم يُعثر على ملف الوحدة القديم: %s'; +$a->strings['Everybody'] = 'الجميع'; +$a->strings['edit'] = 'عدّل'; +$a->strings['add'] = 'أضف'; $a->strings['Approve'] = 'موافق'; $a->strings['Organisation'] = 'منظّمة'; -$a->strings['Forum'] = 'منتدى'; $a->strings['Disallowed profile URL.'] = 'رابط الملف الشخصي غير المسموح.'; $a->strings['Blocked domain'] = 'نطاق محجوب'; $a->strings['Connect URL missing.'] = 'رابط الاتصال مفقود.'; @@ -678,16 +687,6 @@ $a->strings['Show map'] = 'أظهر الخريطة'; $a->strings['Hide map'] = 'اخف الخريطة'; $a->strings['%s\'s birthday'] = 'عيد ميلاد %s'; $a->strings['Happy Birthday %s'] = '%s عيد ميلاد سعيد'; -$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['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['Detected languages in this post:\n%s'] = 'اللغات المكتشفة في هذه المشاركة:\n%s'; $a->strings['activity'] = 'النشاط'; $a->strings['comment'] = 'تعليق'; @@ -770,7 +769,6 @@ $a->strings['Nickname is already registered. Please choose another.'] = 'هذا $a->strings['An error occurred during registration. Please try again.'] = 'حدث خطأ أثناء التسجيل، رجاء حاول مرة أخرى.'; $a->strings['An error occurred creating your default profile. Please try again.'] = 'حدث خطأ أثناء إنشاء الملف الشخصي الافتراضي، رجاء حاول مرة أخرى.'; $a->strings['Friends'] = 'الأصدقاء'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'حدث خطأ أثناء إنشاء مجموعة المتراسلين الافتراضية، رجاء حاول مرة أخرى.'; $a->strings['Profile Photos'] = 'صور الملف الشخصي'; $a->strings[' Dear %1$s, @@ -957,7 +955,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'تفعي $a->strings['Global directory URL'] = 'رابط الدليل العالمي'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'رابط الدليل العالمي. إذا لم يتم تعريف هذا الحقل ، فلن يكون الدليل العام متاحًا.'; $a->strings['Private posts by default for new users'] = 'جعل المشاركات خاصة للمستخدمين الجدد افتراضيًا'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'تعيين أذونات النشر الافتراضية لجميع الأعضاء الجدد إلى خاصة بدل العلنية.'; $a->strings['Don\'t include post content in email notifications'] = 'لا تضمن محتويات المشاركات في تنبيهات البريد الإلكتروني'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'لا تضمن محتوى المشركات/التعليقات/الرسائل الخاصة/إلخ في تنبيهات البريد الإلكتروني المرسلة من هذا الموقع، كتدبير لحماية الخصوصية.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'لا تسمح بالوصول العلني للإضافات المدرجة في قائمة التطبيقات.'; @@ -975,8 +972,6 @@ $a->strings['Enable multiple registrations'] = 'فعّل تعدد التسجيل $a->strings['Enable users to register additional accounts for use as pages.'] = 'يمكن المستخدمين من تسجيل حسابات إضافية لتستخدم كصفحات.'; $a->strings['Enable OpenID'] = 'فعّل OpenID'; $a->strings['Enable OpenID support for registration and logins.'] = 'فعّل دعم OpenID للتسجيل والولوج.'; -$a->strings['Enable Fullname check'] = 'افرض استخدام الأسماء الكاملة'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'يفرض على المستخدمين تضمين مسافة واحدة في اسم المستخدم الخاص بهم بين الاسم الأول والاسم الأخير.'; $a->strings['Community pages for visitors'] = 'عرض صفحة المجتمع للزوار'; $a->strings['Which community pages should be available for visitors. Local users always see both pages.'] = 'صفحات المجتمع المتاحة للزوار. المستخدمون المحليون يمكنهم مشاهدة كلا النوعين.'; $a->strings['Posts per user on community page'] = 'حد المشاركات لكل مستخدم في صفحة المجتمع'; @@ -997,9 +992,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'المتفاعلون: متراسلو مستخدمي هذا الخادم والمتراسلون الذين تفاعلوا مع المشاركات المحلية لهذا الخادم.'; $a->strings['Synchronize the contacts with the directory server'] = 'زامن المتراسلين مع خادم الدليل'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'إذا فُعل سيقوم النظام بالتحقق دوريا للبحث عن متراسلين جدد على خادم الدليل المحدد.'; -$a->strings['Days between requery'] = 'المهلة بالأيام بين الطلبات'; $a->strings['Discover contacts from other servers'] = 'اكتشف متراسلين من خوادم أخرى'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'يجلب دوريا متراسلين من خوادم أخرى. يُطبّق على خوادم فرنديكا وماستدون وهوبزيلا.'; +$a->strings['Days between requery'] = 'المهلة بالأيام بين الطلبات'; $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'] = 'انشر معلومات الخادم'; @@ -1043,8 +1037,6 @@ $a->strings['The database update failed. Please run "php bin/console.php dbstruc $a->strings['The last update failed. Please run "php bin/console.php dbstructure update" from the command line and have a look at the errors that might appear. (Some of the errors are possibly inside the logfile.)'] = 'فشل آخر تحديث لقاعدة البيانات. رجاءً شغّل أمر "php bin/console.php dbstructure update" من سطر الأوامر وألق نظرة على الأخطاء التي قد تظهر. (قد تجد بعض الأخطاء في ملف السجل)'; $a->strings['The worker was never executed. Please check your database structure!'] = 'لم يتم تنفيذ المهمة أبداً. يرجى التحقق من بنية قاعدة البيانات!'; $a->strings['The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings.'] = 'تنفيذ آخر مهمة كان على %s UTC. هذا أقدم من ساعة. يرجى التحقق من إعدادات crontab.'; -$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['Message queues'] = 'طوابير الرسائل'; $a->strings['Server Settings'] = 'إعدادات الخادم'; $a->strings['Version'] = 'الإصدار'; @@ -1117,7 +1109,6 @@ $a->strings['Scheduled Posts'] = 'المشاركات المبرمجة'; $a->strings['Posts that are scheduled for publishing'] = 'المشاركات المقرر نشرها'; $a->strings['Tips for New Members'] = 'تلميحات للأعضاء الجدد'; $a->strings['People Search - %s'] = 'البحث عن أشخاص - %s'; -$a->strings['Forum Search - %s'] = 'البحث عن منتديات - %s'; $a->strings['No matches'] = 'لا تطابق'; $a->strings['Account'] = 'الحساب'; $a->strings['Two-factor authentication'] = 'الاستيثاق بعاملَيْن'; @@ -1146,6 +1137,13 @@ $a->strings['Events'] = 'الأحداث'; $a->strings['View'] = 'اعرض'; $a->strings['Create New Event'] = 'أنشئ حدثاً جديدًا'; $a->strings['list'] = 'قائمة'; +$a->strings['Contact not found.'] = 'لم يُعثر على المتراسل.'; +$a->strings['Invalid contact.'] = 'متراسل غير صالح.'; +$a->strings['Contact is deleted.'] = 'حُذف المتراسل.'; +$a->strings['Bad request.'] = 'طلب خاطئ.'; +$a->strings['Filter'] = 'رشّح'; +$a->strings['Members'] = 'الأعضاء'; +$a->strings['Click on a contact to add or remove.'] = 'أنقر على المتراسل لإضافته أو حذفه.'; $a->strings['%d contact edited.'] = [ 0 => 'لم يحُرر أي متراسل %d.', 1 => 'حُرر متراسل واحد %d.', @@ -1165,7 +1163,6 @@ $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'] = 'حدّث'; @@ -1183,7 +1180,6 @@ $a->strings['you are a fan of'] = 'أنت معجب'; $a->strings['Pending outgoing contact request'] = 'طلب تراسل صادر معلق'; $a->strings['Pending incoming contact request'] = 'طلب تراسل وارد معلق'; $a->strings['Visit %s\'s profile [%s]'] = 'زر ملف %s الشخصي [%s]'; -$a->strings['Contact not found.'] = 'لم يُعثر على المتراسل.'; $a->strings['Contact update failed.'] = 'فشل تحديث المتراسل.'; $a->strings['Return to contact editor'] = 'عُد لمحرر المتراسلين'; $a->strings['Name'] = 'الاسم'; @@ -1191,7 +1187,6 @@ $a->strings['Account Nickname'] = 'لقب الحساب'; $a->strings['Account URL'] = 'رابط الحساب'; $a->strings['Poll/Feed URL'] = 'رابط استطلاع/تغذية'; $a->strings['New photo from this URL'] = 'صورة من هذا الرابط'; -$a->strings['Invalid contact.'] = 'متراسل غير صالح.'; $a->strings['No known contacts.'] = 'لا يوجد متراسل معروف.'; $a->strings['No common contacts.'] = 'لا متراسلين مشترَكين.'; $a->strings['Follower (%s)'] = [ @@ -1303,7 +1298,6 @@ $a->strings['Revoke Follow'] = 'أبطل المتابعة'; $a->strings['Revoke the follow from this contact'] = 'أبطل المتابعة من هذا المتراسل'; $a->strings['Bad Request.'] = 'طلب خاطئ.'; $a->strings['Unknown contact.'] = 'متراسل مجهول.'; -$a->strings['Contact is deleted.'] = 'حُذف المتراسل.'; $a->strings['Contact is being deleted.'] = 'المتراسل يحذف.'; $a->strings['Follow was successfully revoked.'] = 'نجح إبطال المتابعة.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'هل تريد إلغاء متابعة هذا المتراسل لك؟ لا يمكن التراجع عن هذا الإجراء وسيتحتم عليهم متابعتك يدوياً.'; @@ -1314,26 +1308,12 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'شبك $a->strings['Disconnect/Unfollow'] = 'ألغ الاقتران/المتابعة'; $a->strings['Contact was successfully unfollowed'] = 'نجح إلغاء متابعة المتراسل'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'يتعذر إلغاء متابعة هذا المتراسل، يرجى الاتصال بمدير الموقع'; +$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['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['Not available.'] = 'غير متاح.'; $a->strings['Own Contacts'] = 'مشاركات متراسليك'; $a->strings['Include'] = 'تضمين'; $a->strings['Hide'] = 'اخف'; -$a->strings['No results.'] = 'لا نتائج.'; -$a->strings['Not available.'] = 'غير متاح.'; -$a->strings['No such group'] = 'لا توجد مثل هذه المجموعة'; -$a->strings['Group: %s'] = 'المجموعة: %s'; -$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['Starred'] = 'المفضلة'; -$a->strings['Favourite Posts'] = 'المشاركات المفضلة'; $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['Formatted'] = 'مهيأ'; @@ -1394,9 +1374,6 @@ $a->strings['Please select your timezone:'] = 'رجاء اختر منطقتك ا $a->strings['Output'] = 'الخَرْج'; $a->strings['Lookup address'] = 'عنوان المسح'; $a->strings['Lookup address:'] = 'عنوان المسح:'; -$a->strings['Switch between your accounts'] = 'بدّل الحساب'; -$a->strings['Manage your accounts'] = 'إدارة حسابك'; -$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['No entries (some entries may be hidden).'] = 'لا توجد مدخلات (قد تكون بعض المدخلات مخفية).'; $a->strings['Find on this site'] = 'ابحث في هذا الموقع'; $a->strings['Results for:'] = 'نتائج:'; @@ -1418,26 +1395,6 @@ $a->strings['Please visit Friendi.ca to learn m $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'] = 'للاقتراحات، أو الإشادة ، إلخ.- رجاءً راسل "info" at "friendi - dot - ca'; -$a->strings['Could not create group.'] = 'تعذّر إنشاء المجموعة.'; -$a->strings['Group not found.'] = 'لم يُعثر على المجموعة.'; -$a->strings['Group name was not changed.'] = 'لم يُغير اسم المجموعة.'; -$a->strings['Unknown 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['Bad request.'] = 'طلب خاطئ.'; -$a->strings['Save Group'] = 'احفظ المجموعة'; -$a->strings['Filter'] = 'رشّح'; -$a->strings['Create a group of contacts/friends.'] = 'أنشئ مجموعة من المتراسلين/الأصدقاء.'; -$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 profile'] = 'لا ملفًا شخصيًا'; $a->strings['Method Not Allowed.'] = 'الطريقة غير مسموح بها.'; $a->strings['Help:'] = 'مساعدة:'; @@ -1497,7 +1454,6 @@ $a->strings['Compose new post'] = 'أنشئ مشاركة جديدة'; $a->strings['Visibility'] = 'الظّهور'; $a->strings['Clear the location'] = 'امسح الموقع الجغرافي'; $a->strings['Location services are unavailable on your device'] = 'خدمات الموقع الجغرافي غير متاحة على جهازك'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'العنصر غير موجود أو حُذف.'; $a->strings['The feed for this item is unavailable.'] = 'تغذية هذا العنصر غير متوفرة.'; $a->strings['Unable to follow this item.'] = 'تتعذر متابعة هذا العنصر.'; $a->strings['System down for maintenance'] = 'النظام مغلق للصيانة'; @@ -1510,7 +1466,6 @@ $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 process image.'] = 'تعذرت معالجة الصورة.'; -$a->strings['Image exceeds size limit of %s'] = 'تجاوزت الصورة الحد الأقصى للحجم وهو %s'; $a->strings['Image upload failed.'] = 'فشل رفع الصورة.'; $a->strings['List of all users'] = 'قائمة المستخدمين'; $a->strings['Active'] = 'نشط'; @@ -1521,13 +1476,10 @@ $a->strings['Deleted'] = 'حُذف'; $a->strings['List of pending user deletions'] = 'قائمة الحذف المعلق للمستخدمين'; $a->strings['Normal Account Page'] = 'صفحة حساب عادي'; $a->strings['Soapbox Page'] = 'صفحة سياسي'; -$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['%s contact unblocked'] = [ 0 => 'لم يُرفع الحجب عن مستخدم %s', @@ -1612,13 +1564,10 @@ $a->strings['Tag'] = 'وسم'; $a->strings['Type'] = 'نوع'; $a->strings['Term'] = 'مصطلح'; $a->strings['URL'] = 'رابط'; -$a->strings['Mention'] = 'ذكر'; $a->strings['Implicit Mention'] = 'ذِكر صريح'; $a->strings['Item not found'] = 'لم يُعثر على العنصر'; $a->strings['Normal Account'] = 'حساب عادي'; -$a->strings['Public Forum Account'] = 'حساب منتدى عمومي'; $a->strings['Blog Account'] = 'حساب مدونة'; -$a->strings['Private Forum Account'] = 'حساب منتدى خاص'; $a->strings['Registered users'] = 'الأعضاء المسجلون'; $a->strings['Pending registrations'] = 'التسجيلات المعلقة'; $a->strings['%s user blocked'] = [ @@ -1744,6 +1693,7 @@ $a->strings['No contacts.'] = 'لا متراسلين.'; $a->strings['%s\'s timeline'] = 'الخط الزمني لـ %s'; $a->strings['%s\'s posts'] = 'مشاركات %s'; $a->strings['%s\'s comments'] = 'تعليقات %s'; +$a->strings['Image exceeds size limit of %s'] = 'تجاوزت الصورة الحد الأقصى للحجم وهو %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'] = 'الخادم لا يقبل رفع ملفات جديدة، يرجى التواصل مع مدير الموقع'; @@ -1766,7 +1716,6 @@ $a->strings['%d year old'] = [ 5 => '%d سنة', ]; $a->strings['Description:'] = 'الوصف:'; -$a->strings['Forums:'] = 'المنتديات:'; $a->strings['View profile as:'] = 'اعرض الملف الشخصي ك:'; $a->strings['View as'] = 'اعرض ك'; $a->strings['Profile unavailable.'] = 'الملف الشخصي غير متوفر.'; @@ -1788,7 +1737,6 @@ $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['Please repeat your e-mail address:'] = 'رجاء أعد إدخال عنوان بريدك الإلكتروني:'; $a->strings['New Password:'] = 'كلمة المرور الجديدة:'; $a->strings['Confirm:'] = 'التأكيد:'; @@ -1851,7 +1799,6 @@ $a->strings['Importing Contacts done'] = 'أُستورد المتراسلون'; $a->strings['Relocate message has been send to your contacts'] = 'أُرسلت رسالة تنبيه بانتقالك إلى متراسليك'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'تعذر العثور على ملفك الشخصي. من فضلك اتصال بالمدير.'; $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".'] = 'حساب إخباري يوافق تلقائياً على طلبات المراسلة "كمتابعين".'; @@ -1860,7 +1807,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $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 بالولوج إلى هذا الحساب.'; @@ -1875,6 +1821,7 @@ $a->strings['Password:'] = 'كلمة المرور:'; $a->strings['Your current password to confirm the changes of the email address'] = 'اكتب كلمة المرور الحالية لتأكيد تغيير بريدك الإلكتروني'; $a->strings['Delete OpenID URL'] = 'احذف معرف OpenID'; $a->strings['Basic Settings'] = 'الإعدادات الأساسيّة'; +$a->strings['Display name:'] = 'الاسم العلني:'; $a->strings['Email Address:'] = 'البريد الإلكتروني:'; $a->strings['Your Timezone:'] = 'المنطقة الزمنية:'; $a->strings['Your Language:'] = 'لغتك:'; @@ -1941,6 +1888,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'أعد إرسال رسالة الانتقال للمتراسلين'; $a->strings['Addon Settings'] = 'إعدادات الإضافة'; $a->strings['No Addon settings configured'] = 'لم تضبط إعدادات الإضافة'; +$a->strings['Description'] = 'الوصف'; +$a->strings['Add'] = 'أضف'; $a->strings['Failed to connect with email account using the settings provided.'] = 'فشل الاتصال بحساب البريد الإلكتروني باستخدام الإعدادات المقدمة.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'دياسبورا (سوشل-هوم، هوب-زيلا)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (غنو سوشل)'; @@ -1988,7 +1937,6 @@ $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['Add'] = 'أضف'; $a->strings['No entries.'] = 'لا مدخلات.'; $a->strings['The theme you chose isn\'t available.'] = 'السمة التي اخترتها غير متوفرة.'; $a->strings['%s - (Unsupported)'] = '%s - (غير مدعوم)'; @@ -2016,7 +1964,6 @@ $a->strings['Beginning of week:'] = 'بداية الأسبوع:'; $a->strings['Additional Features'] = 'ميزات إضافية'; $a->strings['Connected Apps'] = 'التطبيقات المتصلة'; $a->strings['Remove authorization'] = 'أزل التخويل'; -$a->strings['Profile Name is required.'] = 'اسم الملف الشخصي مطلوب.'; $a->strings['Profile couldn\'t be updated.'] = 'تعذر تحديث الملف الشخصي.'; $a->strings['Label:'] = 'التسمية:'; $a->strings['Value:'] = 'القيمة:'; @@ -2031,7 +1978,6 @@ $a->strings['Location'] = 'الموقع'; $a->strings['Miscellaneous'] = 'متنوّع'; $a->strings['Custom Profile Fields'] = 'حقول مخصصة للملف الشخصي'; $a->strings['Upload Profile Photo'] = 'ارفع صورة الملف الشخصي'; -$a->strings['Display name:'] = 'الاسم العلني:'; $a->strings['Street Address:'] = 'عنوان الشارع:'; $a->strings['Locality/City:'] = 'المدينة:'; $a->strings['Region/State:'] = 'الولاية:'; @@ -2046,15 +1992,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    الحقول المخصصة تظهر في صفحة ملفك الشخصي.

    -

    يمكنك استخدام رموز BBCCode في حقول القيم.

    -

    أعد الترتيب بسحب عنوان الحقل.

    -

    أفرغ حقل التسمية لإزالة الحقل مخصص.

    -

    لن يتمكن إلاّ المتراسلين المختارين والمجموعات المختارة من رؤية الحقول غير العلنية.

    '; $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'] = 'تعذرت معالجة الصورة'; @@ -2080,7 +2017,6 @@ $a->strings['This will completely remove your account. Once this has been done i $a->strings['Please enter your password for verification:'] = 'يرجى إدخال كلمة المرور للتأكيد:'; $a->strings['Please enter your password to access this page.'] = 'يرجى إدخال كلمة المرور للوصول إلى هذه الصفحة.'; $a->strings['New app-specific password generated.'] = 'أُنشئت كلمة مرور جديدة خاصة بالتطبيق بنجاح.'; -$a->strings['Description'] = 'الوصف'; $a->strings['Last Used'] = 'آخر استخدام'; $a->strings['Revoke'] = 'أبطل'; $a->strings['Revoke All'] = 'أبطل الكل'; @@ -2148,6 +2084,10 @@ $a->strings['Export your account info, contacts and all your items as json. Coul $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['Privacy Statement'] = 'بيان الخصوصية'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'العنصر غير موجود أو حُذف.'; +$a->strings['Switch between your accounts'] = 'بدّل الحساب'; +$a->strings['Manage your accounts'] = 'إدارة حسابك'; +$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['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.'] = 'يمكنك استيراد حساب من خادم فرَندِكا آخر.'; @@ -2188,8 +2128,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'انتقل إلى دليل موق $a->strings['The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.'] = 'تتيح لك صفحة الدليل العثور على أشخاص آخرين في هذه الشبكة أو عبر الشبكة الموحدة. ابحث عن رابط اتصل أو تابع في صفحة ملفهم الشخصي. قدم عنوان معرفك إذا طلب منك.'; $a->strings['Finding New People'] = 'إيجاد أشخاص جدد'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'في الشريط الجانبي لصفحة المتراسلين يمكنك للعثور على عدة طرق للعثور على أصدقاء جدد. يمكننا مطابقة الأشخاص بناءً على اهتماماتهم، والبحث عن الأصدقاء بالاسم أو الاهتمام، وتقديم اقتراحات بناءً على هيكلية الشبكة. على موقع جديد تمامًا، يجب أن تبدأ اقتراحات الاشتراك في الظهور بعد 24 ساعة.'; -$a->strings['Group Your Contacts'] = 'نظّم متراسليك في مجموعات'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'بمجرد حصولك على عدد من الأصدقاء ،نظمهم في مجموعات محادثة خاصة من الشريط الجانبي لصفحة المتراسلين. بهذا يمكنك التفاعل مع كل مجموعة على حدى من خلال صفحة الشبكة.'; $a->strings['Why Aren\'t My Posts Public?'] = 'لماذا لا تنشر مشاركاتي للعموم؟'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'فرَندِكا تحترم خصوصيتك. ولهذا افتراضيا ستظهر مشاركاتك لأصدقائك فقط. للمزيد من المعلومات راجع قسم المساعدة عبر الرابط أعلاه.'; $a->strings['Getting Help'] = 'الحصول على مساعدة'; @@ -2269,11 +2207,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'طلب تسجيل'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'تلقيت طلب تسجيل من \'%1$s\' على %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'تلقيت [url=%1$s]طلب تسجيل[/url] من %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'الاسم الكامل: %s -الموقع: %s -اسم الولوج: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'من فضلك زر %s لقبول أو رفض الطلب.'; $a->strings['%s %s tagged you'] = 'ذكرك %s%s'; $a->strings['%s %s shared a new post'] = 'شارك %s%s مشاركة جديدة'; @@ -2420,7 +2353,6 @@ $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'] = 'عيّن أسلوبًا'; diff --git a/view/lang/bg/messages.po b/view/lang/bg/messages.po index 178bdd6ccf..4ddf097f28 100644 --- a/view/lang/bg/messages.po +++ b/view/lang/bg/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-18 20:49+0000\n" +"POT-Creation-Date: 2023-09-18 05:30+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Rafael Kalachev , 2021\n" "Language-Team: Bulgarian (http://app.transifex.com/Friendica/friendica/language/bg/)\n" @@ -20,46 +20,46 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mod/item.php:102 mod/item.php:105 mod/item.php:171 mod/item.php:174 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Не може да се намери оригиналната публикация." -#: mod/item.php:139 +#: mod/item.php:138 msgid "Post updated." msgstr "" -#: mod/item.php:204 mod/item.php:208 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:218 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:256 mod/item.php:260 +#: mod/item.php:255 mod/item.php:259 msgid "Empty post discarded." msgstr "Empty мнение изхвърли." -#: mod/item.php:412 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Елемент не е намерен." -#: mod/item.php:436 mod/message.php:69 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:95 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:86 -#: src/Module/Contact/Follow.php:159 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 #: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 -#: src/Module/Notifications/Notification.php:76 +#: src/Module/FriendSuggest.php:57 src/Module/Invite.php:42 +#: src/Module/Invite.php:131 src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 #: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 @@ -69,9 +69,9 @@ msgstr "Елемент не е намерен." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 +#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71 +#: src/Module/Settings/Display.php:73 src/Module/Settings/Display.php:160 #: src/Module/Settings/Profile/Photo/Crop.php:165 #: src/Module/Settings/Profile/Photo/Index.php:111 #: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 @@ -149,7 +149,7 @@ msgid "" "your email for further instructions." msgstr "Въведете вашия имейл адрес и представя си за нулиране на паролата. След това проверявате електронната си поща за по-нататъшни инструкции." -#: mod/lostpass.php:130 src/Module/Security/Login.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Псевдоним или имейл адрес: " @@ -157,7 +157,7 @@ msgstr "Псевдоним или имейл адрес: " msgid "Reset" msgstr "Нулиране" -#: mod/lostpass.php:146 src/Module/Security/Login.php:173 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Смяна на паролата" @@ -217,90 +217,90 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:321 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Ново съобщение" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Не е избран получател." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Не може да се намери информация за контакт." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Писмото не може да бъде изпратена." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Съобщение за събиране на неуспех." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Отхвърляне" -#: mod/message.php:136 src/Content/Nav.php:318 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Съобщения" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "" -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:183 mod/message.php:289 src/Module/Profile/UnkMail.php:146 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Моля, въведете URL адреса за връзка:" -#: mod/message.php:192 src/Module/Profile/UnkMail.php:152 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Изпрати Лично Съобщение" -#: mod/message.php:193 mod/message.php:349 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "До:" -#: mod/message.php:194 mod/message.php:350 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Относно:" -#: mod/message.php:198 mod/message.php:353 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Ваше съобщение" -#: mod/message.php:201 mod/message.php:357 src/Content/Conversation.php:352 -#: src/Module/Post/Edit.php:128 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Качване на снимка" -#: mod/message.php:202 mod/message.php:358 src/Module/Post/Edit.php:132 -#: src/Module/Profile/UnkMail.php:154 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Вмъкване на връзка в Мрежата" -#: mod/message.php:203 mod/message.php:360 mod/photos.php:1291 -#: src/Content/Conversation.php:381 src/Content/Conversation.php:727 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:142 -#: src/Module/Profile/UnkMail.php:155 src/Object/Post.php:545 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:578 msgid "Please wait" msgstr "Моля, изчакайте" -#: mod/message.php:204 mod/message.php:359 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:340 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 @@ -308,59 +308,64 @@ msgstr "Моля, изчакайте" #: src/Module/Install.php:234 src/Module/Install.php:274 #: src/Module/Install.php:309 src/Module/Invite.php:178 #: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:156 -#: src/Module/Settings/Profile/Index.php:231 src/Object/Post.php:1058 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Object/Post.php:1095 #: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 #: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 msgid "Submit" msgstr "Изпращане" -#: mod/message.php:225 +#: mod/message.php:223 msgid "No messages." msgstr "Няма съобщения." -#: mod/message.php:281 +#: mod/message.php:279 msgid "Message not available." msgstr "Съобщението не е посочена." -#: mod/message.php:326 +#: mod/message.php:323 msgid "Delete message" msgstr "Изтриване на съобщение" -#: mod/message.php:328 mod/message.php:459 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, D MY - Г: А" -#: mod/message.php:343 mod/message.php:456 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Изтриване на разговор" -#: mod/message.php:345 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Няма сигурни комуникации. Можете май да бъде в състояние да отговори от страницата на профила на подателя." -#: mod/message.php:348 +#: mod/message.php:345 msgid "Send Reply" msgstr "Изпратете Отговор" -#: mod/message.php:430 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Непознат подател %s" -#: mod/message.php:432 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Вие и %s" -#: mod/message.php:434 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s" -#: mod/message.php:462 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -375,14 +380,14 @@ msgstr "Личните бележки" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:884 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:126 +#: src/Module/Post/Edit.php:129 msgid "Save" msgstr "Запази" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:232 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -394,22 +399,22 @@ msgid "User not found." msgstr "" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Фотоалбуми" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Последни снимки" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Качване на нови снимки" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "всички" @@ -421,239 +426,241 @@ msgstr "Свържете се с информация недостъпна" msgid "Album not found." msgstr "Албумът не е намерен." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:159 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Публичен достъп отказан." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Няма избрани снимки" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Качване на снимки" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Нов албум име: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Да не се показва след статут за това качване" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:383 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:179 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "права" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Изтриване на албума" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:399 -#: src/Module/Contact/Follow.php:172 src/Module/Contact/Revoke.php:109 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 -#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:164 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 #: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 #: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Cancel" msgstr "Отмени" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Редактиране на албум" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Преглед на снимка" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Разрешението е отказано. Достъпът до тази точка може да бъде ограничено." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Снимката не е" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Изтриване на снимка" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Преглед на снимка" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Редактиране на снимка" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Използва се като снимката на профила" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Изглед в пълен размер" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Маркери: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Ново име на албум" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Надпис" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Добавите етикет" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Пример: @ Боб, @ Barbara_Jensen, jim@example.com @, # Калифорния, къмпинг" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Rotate CW (вдясно)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Завъртане ККО (вляво)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:589 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1055 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1092 msgid "This is you" msgstr "Това сте вие" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:539 src/Object/Post.php:1057 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:572 +#: src/Object/Post.php:1094 msgid "Comment" msgstr "Коментар" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:396 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:162 -#: src/Object/Post.php:1069 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1108 msgid "Preview" msgstr "Преглед" -#: mod/photos.php:1140 src/Content/Conversation.php:351 -#: src/Module/Post/Edit.php:127 src/Object/Post.php:1059 +#: mod/photos.php:1144 src/Content/Conversation.php:367 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1096 msgid "Loading..." msgstr "Зареждане..." -#: mod/photos.php:1226 src/Content/Conversation.php:643 -#: src/Object/Post.php:256 +#: mod/photos.php:1236 src/Content/Conversation.php:1464 +#: src/Object/Post.php:260 msgid "Select" msgstr "избор" -#: mod/photos.php:1227 src/Content/Conversation.php:644 +#: mod/photos.php:1237 src/Content/Conversation.php:1465 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Изтриване" -#: mod/photos.php:1288 src/Object/Post.php:384 +#: mod/photos.php:1298 src/Object/Post.php:408 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:384 +#: mod/photos.php:1299 src/Object/Post.php:408 msgid "I like this (toggle)" msgstr "Харесва ми това (смяна)" -#: mod/photos.php:1290 src/Object/Post.php:385 +#: mod/photos.php:1300 src/Object/Post.php:409 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:385 +#: mod/photos.php:1302 src/Object/Post.php:409 msgid "I don't like this (toggle)" msgstr "Не ми харесва това (смяна)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:580 msgid "Apologies but the website is unavailable at the moment." msgstr "" @@ -673,7 +680,92 @@ msgid "" "notifications." msgstr "" -#: src/App/Page.php:320 +#: src/App/Page.php:251 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:252 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:255 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:256 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:260 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:263 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:264 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:265 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:266 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:267 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:268 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:269 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:270 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:271 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:272 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:273 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:351 msgid "toggle mobile" msgstr "" @@ -690,33 +782,33 @@ msgstr "Страницата не е намерена." msgid "You must be logged in to use addons. " msgstr "" -#: src/BaseModule.php:400 +#: src/BaseModule.php:401 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/BaseModule.php:427 +#: src/BaseModule.php:428 msgid "All contacts" msgstr "" -#: src/BaseModule.php:432 src/Content/Widget.php:235 src/Core/ACL.php:194 -#: src/Module/Contact.php:408 src/Module/PermissionTooltip.php:122 -#: src/Module/PermissionTooltip.php:144 +#: src/BaseModule.php:433 src/Content/Conversation/Factory/Timeline.php:62 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 +#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 msgid "Followers" msgstr "" -#: src/BaseModule.php:437 src/Content/Widget.php:236 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:438 src/Content/Widget.php:240 +#: src/Module/Contact.php:418 msgid "Following" msgstr "" -#: src/BaseModule.php:442 src/Content/Widget.php:237 -#: src/Module/Contact.php:410 +#: src/BaseModule.php:443 src/Content/Widget.php:241 +#: src/Module/Contact.php:421 msgid "Mutual friends" msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:451 msgid "Common" msgstr "" @@ -866,7 +958,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:662 +#: src/Console/User.php:182 src/Model/User.php:711 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -977,7 +1069,7 @@ msgstr "" #: src/Content/ContactSelector.php:129 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 @@ -1037,363 +1129,504 @@ msgstr "" msgid "pnut" msgstr "" -#: src/Content/ContactSelector.php:178 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:220 -#, php-format -msgid "%s likes this." -msgstr "%s харесва това." - -#: src/Content/Conversation.php:223 -#, php-format -msgid "%s doesn't like this." -msgstr "%s не харесва това." - #: src/Content/Conversation.php:226 -#, php-format -msgid "%s attends." -msgstr "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: src/Content/Conversation.php:232 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: src/Content/Conversation.php:235 src/Content/Conversation.php:273 -#: src/Content/Conversation.php:887 -#, php-format -msgid "%s reshared this." -msgstr "" - -#: src/Content/Conversation.php:241 msgid "and" msgstr "и" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:235 #, php-format -msgid " like this" -msgstr "" +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:253 +#: src/Content/Conversation.php:237 #, php-format -msgid "%s like this." -msgstr "" +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:239 #, php-format -msgid " don't like this" -msgstr "" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:257 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s don't like this." -msgstr "" +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:260 +#: src/Content/Conversation.php:243 #, php-format -msgid " attend" -msgstr "" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:261 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s attend." -msgstr "" +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:264 +#: src/Content/Conversation.php:274 #, php-format -msgid " don't attend" -msgstr "" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:265 +#: src/Content/Conversation.php:277 #, php-format -msgid "%s don't attend." -msgstr "" +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:268 +#: src/Content/Conversation.php:280 #, php-format -msgid " attend maybe" -msgstr "" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:283 #, php-format -msgid "%s attend maybe." -msgstr "" +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:286 #, php-format -msgid " reshared this" -msgstr "" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:320 +#: src/Content/Conversation.php:289 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:336 msgid "Visible to everybody" msgstr "Видим всички " -#: src/Content/Conversation.php:321 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1068 +#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1107 msgid "Please enter a image/video/audio/webpage URL:" msgstr "" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:338 msgid "Tag term:" msgstr "Tag термин:" -#: src/Content/Conversation.php:323 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Запиши в папка:" -#: src/Content/Conversation.php:324 +#: src/Content/Conversation.php:340 msgid "Where are you right now?" msgstr "Къде сте в момента?" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:341 msgid "Delete item(s)?" msgstr "" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:347 +#: src/Content/Conversation.php:363 msgid "New Post" msgstr "Нов пост" -#: src/Content/Conversation.php:350 +#: src/Content/Conversation.php:366 msgid "Share" msgstr "Споделяне" -#: src/Content/Conversation.php:353 src/Module/Post/Edit.php:129 +#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "качване на снимка" -#: src/Content/Conversation.php:354 src/Module/Post/Edit.php:130 +#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Прикачване на файл" -#: src/Content/Conversation.php:355 src/Module/Post/Edit.php:131 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "Прикачване на файл" -#: src/Content/Conversation.php:356 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:168 src/Object/Post.php:1060 +#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1097 msgid "Bold" msgstr "Получер" -#: src/Content/Conversation.php:357 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:169 src/Object/Post.php:1061 +#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1098 msgid "Italic" msgstr "Курсив" -#: src/Content/Conversation.php:358 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:170 src/Object/Post.php:1062 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1099 msgid "Underline" msgstr "Подчертан" -#: src/Content/Conversation.php:359 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1063 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1101 msgid "Quote" msgstr "Цитат" -#: src/Content/Conversation.php:360 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1064 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1102 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1100 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1103 msgid "Code" msgstr "Код" -#: src/Content/Conversation.php:361 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1065 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1104 msgid "Image" msgstr "Изображение" -#: src/Content/Conversation.php:362 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1066 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1105 msgid "Link" msgstr "Връзка" -#: src/Content/Conversation.php:363 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1067 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1106 msgid "Link or Media" msgstr "" -#: src/Content/Conversation.php:364 +#: src/Content/Conversation.php:382 msgid "Video" msgstr "" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:200 -#: src/Module/Post/Edit.php:138 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Задайте местоположението си" -#: src/Content/Conversation.php:366 src/Module/Post/Edit.php:139 +#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 msgid "set location" msgstr "Задаване на местоположението" -#: src/Content/Conversation.php:367 src/Module/Post/Edit.php:140 +#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Изчистване на браузъра място" -#: src/Content/Conversation.php:368 src/Module/Post/Edit.php:141 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "ясно място" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:205 -#: src/Module/Post/Edit.php:154 +#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Задайте заглавие" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:206 -#: src/Module/Post/Edit.php:156 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Категории (разделен със запетаи списък)" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:382 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Настройките за достъп" -#: src/Content/Conversation.php:392 src/Module/Post/Edit.php:152 +#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Обществена длъжност" -#: src/Content/Conversation.php:406 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:93 -#: src/Module/Post/Edit.php:177 +#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:120 +#: src/Model/Profile.php:467 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Съобщение" -#: src/Content/Conversation.php:407 src/Module/Post/Edit.php:178 +#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 #: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "Browser" msgstr "Браузър" -#: src/Content/Conversation.php:409 src/Module/Post/Edit.php:181 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:671 src/Object/Post.php:243 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:687 src/Object/Post.php:491 -#: src/Object/Post.php:492 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Преглед профила на %s в %s" - -#: src/Content/Conversation.php:700 src/Object/Post.php:479 -msgid "Categories:" -msgstr "Категории:" - -#: src/Content/Conversation.php:701 src/Object/Post.php:480 -msgid "Filed under:" -msgstr "Записано в:" - -#: src/Content/Conversation.php:709 src/Object/Post.php:505 -#, php-format -msgid "%s from %s" -msgstr "%s от %s" - -#: src/Content/Conversation.php:725 -msgid "View in context" -msgstr "Поглед в контекста" - -#: src/Content/Conversation.php:790 +#: src/Content/Conversation.php:595 msgid "remove" msgstr "Премахване" -#: src/Content/Conversation.php:794 +#: src/Content/Conversation.php:599 msgid "Delete Selected Items" msgstr "Изтриване на избраните елементи" -#: src/Content/Conversation.php:859 src/Content/Conversation.php:862 -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 +#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 +#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 +#: src/Content/Conversation.php:766 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:871 +#: src/Content/Conversation.php:769 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:874 +#: src/Content/Conversation.php:774 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:776 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:796 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: src/Content/Conversation.php:798 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:798 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:892 +#: src/Content/Conversation.php:801 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:895 +#: src/Content/Conversation.php:804 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:807 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:816 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:819 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:822 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:825 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:828 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1492 src/Object/Post.php:247 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1509 src/Object/Post.php:521 +#: src/Object/Post.php:522 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Преглед профила на %s в %s" + +#: src/Content/Conversation.php:1522 src/Object/Post.php:509 +msgid "Categories:" +msgstr "Категории:" + +#: src/Content/Conversation.php:1523 src/Object/Post.php:510 +msgid "Filed under:" +msgstr "Записано в:" + +#: src/Content/Conversation.php:1531 src/Object/Post.php:535 +#, php-format +msgid "%s from %s" +msgstr "%s от %s" + +#: src/Content/Conversation.php:1547 +msgid "View in context" +msgstr "Поглед в контекста" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:61 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:62 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Local Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Posts from local users on this server" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Global Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:106 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Лично" + +#: src/Content/Conversation/Factory/Timeline.php:106 +msgid "Posts that mention or involve you" +msgstr "Мнения, които споменават или включват" + +#: src/Content/Conversation/Factory/Timeline.php:107 src/Object/Post.php:380 +msgid "Starred" +msgstr "Със звезда" + +#: src/Content/Conversation/Factory/Timeline.php:107 +msgid "Favourite Posts" +msgstr "Любими Мнения" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "" @@ -1423,12 +1656,12 @@ msgid "Post Composition Features" msgstr "" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" +msgid "Auto-mention Groups" msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1469,11 +1702,11 @@ msgid "Advanced Profile Settings" msgstr "" #: src/Content/Feature.php:119 -msgid "List Forums" +msgid "List Groups" msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1506,127 +1739,137 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:278 -#: src/Content/Text/HTML.php:905 src/Content/Widget.php:524 -msgid "Forums" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1273 +msgid "Groups" msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:503 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:405 -#: src/Content/Widget.php:504 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "покажи още" -#: src/Content/Item.php:326 src/Model/Item.php:2900 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:331 src/Model/Item.php:3003 msgid "event" msgstr "събитието." -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:334 src/Content/Item.php:344 msgid "status" msgstr "статус" -#: src/Content/Item.php:335 src/Model/Item.php:2902 +#: src/Content/Item.php:340 src/Model/Item.php:3005 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "снимка" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s сложи етикет с %2$s - %3$s %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:428 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:429 src/Model/Contact.php:1227 msgid "View Status" msgstr "Показване на състоянието" -#: src/Content/Item.php:421 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:234 +#: src/Content/Item.php:430 src/Content/Item.php:451 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1219 +#: src/Model/Contact.php:1228 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Преглед на профил" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:431 src/Model/Contact.php:1229 msgid "View Photos" msgstr "Вижте снимки" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:432 src/Model/Contact.php:1220 +#: src/Model/Contact.php:1230 msgid "Network Posts" msgstr "Мрежови Мнения" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:433 src/Model/Contact.php:1221 +#: src/Model/Contact.php:1231 msgid "View Contact" msgstr "Преглед на Контакта" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:434 src/Model/Contact.php:1232 msgid "Send PM" msgstr "Изпратете PM" -#: src/Content/Item.php:426 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:478 +#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Блокиране" -#: src/Content/Item.php:427 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:486 +#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Пренебрегване" -#: src/Content/Item.php:428 src/Module/Contact.php:442 -#: src/Module/Contact/Profile.php:494 +#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:460 +#: src/Content/Item.php:438 src/Object/Post.php:288 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:442 src/Object/Post.php:490 msgid "Languages" msgstr "Езици" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:166 view/theme/vier/theme.php:196 +#: src/Content/Item.php:448 src/Content/Widget.php:80 +#: src/Model/Contact.php:1222 src/Model/Contact.php:1233 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Свържете се / последваща" -#: src/Content/Item.php:862 +#: src/Content/Item.php:882 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Нищо ново тук" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Изчистване на уведомленията" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:892 -msgid "@name, !forum, #tags, content" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" msgstr "" -#: src/Content/Nav.php:222 src/Module/Security/Login.php:158 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "изход" @@ -1635,7 +1878,7 @@ msgid "End this session" msgstr "Край на тази сесия" #: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Вход" @@ -1644,7 +1887,7 @@ msgid "Sign in" msgstr "Вход" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:484 +#: src/Module/Contact.php:512 msgid "Conversations" msgstr "" @@ -1653,8 +1896,8 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:476 -#: src/Module/Contact/Profile.php:393 src/Module/Profile/Profile.php:268 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Височина на профила" @@ -1673,7 +1916,7 @@ msgid "Your photos" msgstr "Вашите снимки" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:500 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" @@ -1685,7 +1928,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:267 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "" @@ -1706,7 +1949,7 @@ msgstr "" msgid "Home" msgstr "Начало" -#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:74 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Начална страница" @@ -1723,7 +1966,7 @@ msgstr "Създаване на сметка" #: src/Module/Settings/TwoFactor/AppSpecific.php:129 #: src/Module/Settings/TwoFactor/Index.php:118 #: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 msgid "Help" msgstr "Помощ" @@ -1739,8 +1982,8 @@ msgstr "Apps" msgid "Addon applications, utilities, games" msgstr "Адон приложения, помощни програми, игри" -#: src/Content/Nav.php:269 src/Content/Text/HTML.php:890 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Търсене" @@ -1748,19 +1991,19 @@ msgstr "Търсене" msgid "Search site content" msgstr "Търсене в сайта съдържание" -#: src/Content/Nav.php:272 src/Content/Text/HTML.php:899 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "" -#: src/Content/Nav.php:273 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "" #: src/Content/Nav.php:274 src/Content/Nav.php:329 -#: src/Content/Text/HTML.php:901 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:411 -#: src/Module/Contact.php:507 view/theme/frio/theme.php:243 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 +#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Контакти " @@ -1791,7 +2034,7 @@ msgstr "" #: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "" @@ -1828,7 +2071,7 @@ msgstr "Уведомления " msgid "See all notifications" msgstr "Вижте всички нотификации" -#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:241 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Марк, както се вижда" @@ -1857,7 +2100,7 @@ msgid "Manage other pages" msgstr "Управление на други страници" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:175 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Настройки" @@ -1878,13 +2121,13 @@ msgstr "admin" msgid "Site setup and configuration" msgstr "Настройка и конфигуриране на сайта" -#: src/Content/Nav.php:335 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1904,11 +2147,11 @@ msgstr "Навигация" msgid "Site map" msgstr "Карта на сайта" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Вграждане на инвалиди" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Вградени съдържание" @@ -1928,51 +2171,51 @@ msgstr "следващ" msgid "last" msgstr "Дата на последния одит. " -#: src/Content/Text/BBCode.php:949 src/Content/Text/BBCode.php:1811 -#: src/Content/Text/BBCode.php:1812 +#: src/Content/Text/BBCode.php:696 src/Content/Text/BBCode.php:1636 +#: src/Content/Text/BBCode.php:1637 msgid "Image/photo" msgstr "Изображение / снимка" -#: src/Content/Text/BBCode.php:1166 +#: src/Content/Text/BBCode.php:914 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1191 src/Model/Item.php:3573 -#: src/Model/Item.php:3579 src/Model/Item.php:3580 +#: src/Content/Text/BBCode.php:939 src/Model/Item.php:3745 +#: src/Model/Item.php:3751 src/Model/Item.php:3752 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1729 src/Content/Text/HTML.php:929 +#: src/Content/Text/BBCode.php:1543 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Кликнете за отваряне / затваряне" -#: src/Content/Text/BBCode.php:1760 +#: src/Content/Text/BBCode.php:1576 msgid "$1 wrote:" msgstr "$ 1 пише:" -#: src/Content/Text/BBCode.php:1816 src/Content/Text/BBCode.php:1817 +#: src/Content/Text/BBCode.php:1641 src/Content/Text/BBCode.php:1642 msgid "Encrypted content" msgstr "Шифрирано съдържание" -#: src/Content/Text/BBCode.php:2044 +#: src/Content/Text/BBCode.php:1901 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:2059 +#: src/Content/Text/BBCode.php:1920 msgid "Invalid link protocol" msgstr "" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "" -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "" -#: src/Content/Text/HTML.php:884 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:438 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:116 +#: src/Model/Profile.php:461 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "" @@ -1999,118 +2242,130 @@ msgid_plural "%d invitations available" msgstr[0] "" msgstr[1] "" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Намерете хора," -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Въведете името или интерес" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Примери: Робърт Morgenstein, Риболов" -#: src/Content/Widget.php:82 src/Module/Contact.php:433 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Търсене" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Предложения за приятели" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Сходни интереси" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Случайна Профил" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Покани приятели" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Глобален справочник" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Локалната директория" -#: src/Content/Widget.php:211 src/Model/Group.php:587 -#: src/Module/Contact.php:395 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Групи" +#: src/Content/Widget.php:215 src/Model/Circle.php:600 +#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:213 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:242 +#: src/Content/Widget.php:242 src/Module/Contact.php:424 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "" -#: src/Content/Widget.php:244 src/Module/Contact.php:339 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:345 msgid "All Contacts" msgstr "Всички Контакти" -#: src/Content/Widget.php:283 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "" -#: src/Content/Widget.php:285 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "" -#: src/Content/Widget.php:313 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Записани папки" -#: src/Content/Widget.php:315 src/Content/Widget.php:346 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Всичко" -#: src/Content/Widget.php:344 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Категории" -#: src/Content/Widget.php:401 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "" msgstr[1] "" -#: src/Content/Widget.php:497 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Архиви" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:522 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:523 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1698 msgid "News" msgstr "" -#: src/Content/Widget.php:527 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 msgid "Account Types" msgstr "" -#: src/Content/Widget.php:528 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:573 src/Module/Settings/Display.php:266 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "" @@ -2157,93 +2412,93 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:382 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:109 src/Model/Profile.php:376 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:377 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:380 +#: src/Content/Widget/VCard.php:111 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Място:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:474 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:430 +#: src/Content/Widget/VCard.php:118 src/Model/Contact.php:1223 +#: src/Model/Contact.php:1234 src/Model/Profile.php:463 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:269 +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 -#: src/Module/PermissionTooltip.php:150 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 +#: src/Module/PermissionTooltip.php:155 msgid "Mutuals" msgstr "" -#: src/Core/ACL.php:293 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Коментар на e-mail" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:197 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:201 msgid "Public" msgstr "" -#: src/Core/ACL.php:321 +#: src/Core/ACL.php:322 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:322 src/Module/PermissionTooltip.php:93 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "" -#: src/Core/ACL.php:323 +#: src/Core/ACL.php:324 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:323 -msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "" - #: src/Core/ACL.php:324 -msgid "Show to:" +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "" -#: src/Core/ACL.php:326 src/Module/Post/Edit.php:151 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 msgid "CC: email addresses" msgstr "CC: имейл адреси" -#: src/Core/ACL.php:327 src/Module/Post/Edit.php:157 +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 msgid "Example: bob@example.com, mary@example.com" msgstr "Пример: bob@example.com, mary@example.com" -#: src/Core/ACL.php:328 +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "" @@ -2566,161 +2821,172 @@ msgstr "" msgid "Could not connect to database." msgstr "Не може да се свърже с базата данни." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:476 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:235 msgid "Monday" msgstr "Понеделник" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:476 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:236 msgid "Tuesday" msgstr "Вторник" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:476 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:237 msgid "Wednesday" msgstr "Сряда" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:476 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:238 msgid "Thursday" msgstr "Четвъртък" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:476 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:239 msgid "Friday" msgstr "Петък" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:476 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:240 msgid "Saturday" msgstr "Събота" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:476 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:234 msgid "Sunday" msgstr "Неделя" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:480 src/Model/Event.php:450 msgid "January" msgstr "януари" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:480 src/Model/Event.php:451 msgid "February" msgstr "февруари" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:480 src/Model/Event.php:452 msgid "March" msgstr "март" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:480 src/Model/Event.php:453 msgid "April" msgstr "април" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:480 src/Core/L10n.php:499 src/Model/Event.php:441 msgid "May" msgstr "Май" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:480 src/Model/Event.php:454 msgid "June" msgstr "юни" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:480 src/Model/Event.php:455 msgid "July" msgstr "юли" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:480 src/Model/Event.php:456 msgid "August" msgstr "август" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:480 src/Model/Event.php:457 msgid "September" msgstr "септември" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:480 src/Model/Event.php:458 msgid "October" msgstr "октомври" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:480 src/Model/Event.php:459 msgid "November" msgstr "ноември" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:480 src/Model/Event.php:460 msgid "December" msgstr "декември" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:495 src/Model/Event.php:422 msgid "Mon" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:495 src/Model/Event.php:423 msgid "Tue" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:495 src/Model/Event.php:424 msgid "Wed" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:495 src/Model/Event.php:425 msgid "Thu" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:495 src/Model/Event.php:426 msgid "Fri" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:495 src/Model/Event.php:427 msgid "Sat" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:495 src/Model/Event.php:421 msgid "Sun" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:499 src/Model/Event.php:437 msgid "Jan" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:499 src/Model/Event.php:438 msgid "Feb" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:499 src/Model/Event.php:439 msgid "Mar" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:499 src/Model/Event.php:440 msgid "Apr" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:499 src/Model/Event.php:442 msgid "Jun" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:499 src/Model/Event.php:443 msgid "Jul" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:499 src/Model/Event.php:444 msgid "Aug" msgstr "" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:499 msgid "Sep" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:499 src/Model/Event.php:446 msgid "Oct" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:499 src/Model/Event.php:447 msgid "Nov" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:499 src/Model/Event.php:448 msgid "Dec" msgstr "" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2765,22 +3031,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Актуализация %s не успя. Виж логовете за грешки." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2790,16 +3056,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2811,28 +3077,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2840,20 +3106,20 @@ msgid "" "%s\n" msgstr "" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "" @@ -2884,82 +3150,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:543 +msgid "Everybody" +msgstr "Всички" + +#: src/Model/Circle.php:562 +msgid "edit" +msgstr "редактиране" + +#: src/Model/Circle.php:599 +msgid "add" +msgstr "добави" + +#: src/Model/Circle.php:604 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:605 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:607 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:608 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:609 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1240 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Одобряване" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1694 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1660 -msgid "Forum" +#: src/Model/Contact.php:1702 +msgid "Group" msgstr "" -#: src/Model/Contact.php:2942 +#: src/Model/Contact.php:3005 msgid "Disallowed profile URL." msgstr "Отхвърлен профила URL." -#: src/Model/Contact.php:2947 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3010 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3015 msgid "Connect URL missing." msgstr "Свързване URL липсва." -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3024 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2979 +#: src/Model/Contact.php:3042 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:2996 +#: src/Model/Contact.php:3059 msgid "The profile address specified does not provide adequate information." msgstr "Профилът на посочения адрес не предоставя достатъчна информация." -#: src/Model/Contact.php:2998 +#: src/Model/Contact.php:3061 msgid "No compatible communication protocols or feeds were discovered." msgstr "Няма съвместими комуникационни протоколи или фуражите не са били открити." -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3064 msgid "An author or name was not found." msgstr "Един автор или име не е намерен." -#: src/Model/Contact.php:3004 +#: src/Model/Contact.php:3067 msgid "No browser URL could be matched to this address." msgstr "Не браузър URL може да съвпадне с този адрес." -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3070 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Не мога да съответства @ стил Адрес идентичност с известен протокол или се свържете с имейл." -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3071 msgid "Use mailto: in front of address to force email check." msgstr "Използвайте mailto: пред адрес, за да принуди проверка на имейл." -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3077 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Профилът адрес принадлежи към мрежа, която е била забранена в този сайт." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3082 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Limited профил. Този човек ще бъде в състояние да получат преки / лична уведомления от вас." -#: src/Model/Contact.php:3084 +#: src/Model/Contact.php:3148 msgid "Unable to retrieve contact information." msgstr "Не мога да получа информация за контакт." @@ -2967,54 +3273,54 @@ msgstr "Не мога да получа информация за контакт msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Започва:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Играчи:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:245 src/Util/Temporal.php:353 msgid "month" msgstr "месец." -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:246 src/Util/Temporal.php:354 msgid "week" msgstr "седмица" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:247 src/Util/Temporal.php:355 msgid "day" msgstr "Ден:" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Достъпът до този профил е ограничен." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3046,210 +3352,166 @@ msgstr "" msgid "g:i A" msgstr "" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Честит рожден ден, %s!" -#: src/Model/Group.php:105 -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:503 -msgid "Default privacy group for new contacts" -msgstr "Неприкосновеността на личния живот на група по подразбиране за нови контакти" - -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Всички" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "редактиране" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "добави" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Редактиране на групата" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Контакти, не във всяка група" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Създайте нова група" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Име на група: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "" - -#: src/Model/Item.php:2001 +#: src/Model/Item.php:2062 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2904 +#: src/Model/Item.php:3007 msgid "activity" msgstr "дейност" -#: src/Model/Item.php:2906 +#: src/Model/Item.php:3009 msgid "comment" msgstr "" -#: src/Model/Item.php:2909 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3012 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "след" -#: src/Model/Item.php:3059 +#: src/Model/Item.php:3182 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3061 +#: src/Model/Item.php:3184 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3063 +#: src/Model/Item.php:3186 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3067 +#: src/Model/Item.php:3190 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3485 +#: src/Model/Item.php:3652 msgid "bytes" msgstr "байта" -#: src/Model/Item.php:3516 +#: src/Model/Item.php:3683 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3518 +#: src/Model/Item.php:3685 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3523 +#: src/Model/Item.php:3690 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3525 +#: src/Model/Item.php:3692 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3527 +#: src/Model/Item.php:3694 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3561 src/Model/Item.php:3562 +#: src/Model/Item.php:3728 src/Model/Item.php:3729 msgid "View on separate page" msgstr "" -#: src/Model/Mail.php:136 src/Model/Mail.php:264 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[Без тема]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:198 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Стена снимки" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Редактиране на потребителския профил" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:361 msgid "Change profile photo" msgstr "Промяна на снимката на профил" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:374 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Начална страница:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:386 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "това ?" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:465 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:472 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:509 msgid "F d" msgstr "F г" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:573 src/Model/Profile.php:662 msgid "[today]" msgstr "Днес" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:582 msgid "Birthday Reminders" msgstr "Напомняния за рождени дни" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:583 msgid "Birthdays this week:" msgstr "Рождени дни този Седмица:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:611 msgid "g A l F d" msgstr "грама Л Е г" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:649 msgid "[No description]" msgstr "[Няма описание]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:675 msgid "Event Reminders" msgstr "Напомняния" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:676 msgid "Upcoming events the next 7 days:" msgstr "" @@ -3298,7 +3560,8 @@ msgstr "Нехаресвания:" msgid "Title/Description:" msgstr "Наименование/Описание" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Резюме" @@ -3339,145 +3602,145 @@ msgstr "Училище / образование" msgid "Contact information and Social Networks" msgstr "Информация за контакти и социални мрежи" -#: src/Model/User.php:213 src/Model/User.php:1119 +#: src/Model/User.php:227 src/Model/User.php:1186 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "Сериозна грешка: генериране на ключове за защита не успя." -#: src/Model/User.php:571 src/Model/User.php:604 +#: src/Model/User.php:620 src/Model/User.php:653 msgid "Login failed" msgstr "" -#: src/Model/User.php:636 +#: src/Model/User.php:685 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:753 +#: src/Model/User.php:806 msgid "Password can't be empty" msgstr "" -#: src/Model/User.php:795 +#: src/Model/User.php:848 msgid "Empty passwords are not allowed." msgstr "" -#: src/Model/User.php:799 +#: src/Model/User.php:852 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:803 +#: src/Model/User.php:856 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:807 +#: src/Model/User.php:860 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1002 +#: src/Model/User.php:1069 msgid "Passwords do not match. Password unchanged." msgstr "Паролите не съвпадат. Парола непроменен." -#: src/Model/User.php:1009 +#: src/Model/User.php:1076 msgid "An invitation is required." msgstr "Се изисква покана." -#: src/Model/User.php:1013 +#: src/Model/User.php:1080 msgid "Invitation could not be verified." msgstr "Покана не може да бъде проверена." -#: src/Model/User.php:1021 +#: src/Model/User.php:1088 msgid "Invalid OpenID url" msgstr "Невалиден URL OpenID" -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Ние се натъкна на проблем, докато влезете с OpenID, който сте посочили. Моля, проверете правилното изписване на идентификацията." -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Съобщението за грешка е:" -#: src/Model/User.php:1040 +#: src/Model/User.php:1107 msgid "Please enter the required information." msgstr "Моля, въведете необходимата информация." -#: src/Model/User.php:1054 +#: src/Model/User.php:1121 #, 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:1061 +#: src/Model/User.php:1128 #, 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:1065 +#: src/Model/User.php:1132 #, 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:1073 +#: src/Model/User.php:1140 msgid "That doesn't appear to be your full (First Last) name." msgstr "Това не изглежда да е пълен (първи Последно) име." -#: src/Model/User.php:1078 +#: src/Model/User.php:1145 msgid "Your email domain is not among those allowed on this site." msgstr "Вашият имейл домейн не е сред тези, разрешени на този сайт." -#: src/Model/User.php:1082 +#: src/Model/User.php:1149 msgid "Not a valid email address." msgstr "Не е валиден имейл адрес." -#: src/Model/User.php:1085 +#: src/Model/User.php:1152 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1089 src/Model/User.php:1095 +#: src/Model/User.php:1156 src/Model/User.php:1162 msgid "Cannot use that email." msgstr "Не може да се използва този имейл." -#: src/Model/User.php:1101 +#: src/Model/User.php:1168 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1109 src/Model/User.php:1166 +#: src/Model/User.php:1176 src/Model/User.php:1233 msgid "Nickname is already registered. Please choose another." msgstr "Псевдоним вече е регистрирано. Моля, изберете друга." -#: src/Model/User.php:1153 src/Model/User.php:1157 +#: src/Model/User.php:1220 src/Model/User.php:1224 msgid "An error occurred during registration. Please try again." msgstr "Възникна грешка по време на регистрацията. Моля, опитайте отново." -#: src/Model/User.php:1180 +#: src/Model/User.php:1247 msgid "An error occurred creating your default profile. Please try again." msgstr "Възникна грешка при създаването на своя профил по подразбиране. Моля, опитайте отново." -#: src/Model/User.php:1187 +#: src/Model/User.php:1254 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1192 +#: src/Model/User.php:1259 msgid "Friends" msgstr "Приятели" -#: src/Model/User.php:1196 +#: src/Model/User.php:1263 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1235 +#: src/Model/User.php:1307 msgid "Profile Photos" msgstr "Снимка на профила" -#: src/Model/User.php:1428 +#: src/Model/User.php:1487 #, php-format msgid "" "\n" @@ -3485,7 +3748,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1431 +#: src/Model/User.php:1490 #, php-format msgid "" "\n" @@ -3517,12 +3780,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1464 src/Model/User.php:1571 +#: src/Model/User.php:1523 src/Model/User.php:1630 #, php-format msgid "Registration details for %s" msgstr "Регистрационни данни за %s" -#: src/Model/User.php:1484 +#: src/Model/User.php:1543 #, php-format msgid "" "\n" @@ -3537,12 +3800,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1503 +#: src/Model/User.php:1562 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1527 +#: src/Model/User.php:1586 #, php-format msgid "" "\n" @@ -3551,7 +3814,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1535 +#: src/Model/User.php:1594 #, php-format msgid "" "\n" @@ -3608,10 +3871,10 @@ msgid "Enable" msgstr "Да се активира ли?" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:207 -#: src/Module/Admin/Logs/Settings.php:79 src/Module/Admin/Logs/View.php:84 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:389 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3621,7 +3884,7 @@ msgstr "Администриране " #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:132 msgid "Addons" msgstr "" @@ -3630,13 +3893,13 @@ msgstr "" msgid "Toggle" msgstr "切換" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Автор: " -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Отговорник: " @@ -3649,13 +3912,13 @@ msgstr "" msgid "Addon %s failed to install." msgstr "" -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:81 src/Module/Admin/Site.php:392 +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 -#: src/Module/Settings/Connectors.php:158 -#: src/Module/Settings/Connectors.php:243 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:260 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "" @@ -3664,7 +3927,7 @@ msgstr "" msgid "Reload active addons" msgstr "" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -3706,28 +3969,28 @@ msgstr "Актуализация %s не се връща статус. Изве msgid "There was no additional update function %s that needed to be called." msgstr "" -#: src/Module/Admin/DBSync.php:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "Няма провалени новини." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Неуспешно Updates" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Това не включва актуализации, преди 1139, които не връщат статута." -#: src/Module/Admin/DBSync.php:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "Марк успех (ако актуализация е ръчно прилага)" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "Опита да изпълни тази стъпка се обновяват автоматично" @@ -3736,79 +3999,81 @@ msgstr "Опита да изпълни тази стъпка се обновяв msgid "Lock feature %s" msgstr "" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "" -#: src/Module/Admin/Federation.php:73 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Друг" -#: src/Module/Admin/Federation.php:147 src/Module/Admin/Federation.php:396 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:181 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:202 +#: src/Module/Admin/Federation.php:209 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:208 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:212 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3826,46 +4091,53 @@ msgstr[1] "" msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/Admin/Logs/Settings.php:71 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:73 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:102 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 #: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Дневници" -#: src/Module/Admin/Logs/Settings.php:82 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Безцветен " -#: src/Module/Admin/Logs/Settings.php:86 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Регистрационен файл" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:92 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Трябва да бъде записван от уеб сървър. В сравнение с вашата Friendica най-високо ниво директория." -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Вход ниво" -#: src/Module/Admin/Logs/Settings.php:90 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -3888,77 +4160,77 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:104 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "" -#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Admin/Logs/View.php:87 msgid "Search in logs" msgstr "" -#: src/Module/Admin/Logs/View.php:89 +#: src/Module/Admin/Logs/View.php:88 #: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "" -#: src/Module/Admin/Logs/View.php:90 +#: src/Module/Admin/Logs/View.php:89 msgid "Date" msgstr "" -#: src/Module/Admin/Logs/View.php:91 +#: src/Module/Admin/Logs/View.php:90 msgid "Level" msgstr "" -#: src/Module/Admin/Logs/View.php:92 +#: src/Module/Admin/Logs/View.php:91 msgid "Context" msgstr "" -#: src/Module/Admin/Logs/View.php:94 +#: src/Module/Admin/Logs/View.php:93 msgid "ALL" msgstr "" -#: src/Module/Admin/Logs/View.php:95 +#: src/Module/Admin/Logs/View.php:94 msgid "View details" msgstr "" -#: src/Module/Admin/Logs/View.php:96 +#: src/Module/Admin/Logs/View.php:95 msgid "Click to view details" msgstr "" -#: src/Module/Admin/Logs/View.php:97 src/Module/Calendar/Event/Form.php:207 +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" msgstr "Подробности за събитието" -#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" -#: src/Module/Admin/Logs/View.php:99 +#: src/Module/Admin/Logs/View.php:98 #: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "" -#: src/Module/Admin/Logs/View.php:100 +#: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" -#: src/Module/Admin/Logs/View.php:101 +#: src/Module/Admin/Logs/View.php:100 msgid "Line" msgstr "" -#: src/Module/Admin/Logs/View.php:102 +#: src/Module/Admin/Logs/View.php:101 msgid "Function" msgstr "" -#: src/Module/Admin/Logs/View.php:103 +#: src/Module/Admin/Logs/View.php:102 msgid "UID" msgstr "" -#: src/Module/Admin/Logs/View.php:104 +#: src/Module/Admin/Logs/View.php:103 msgid "Process ID" msgstr "" -#: src/Module/Admin/Logs/View.php:105 +#: src/Module/Admin/Logs/View.php:104 msgid "Close" msgstr "" @@ -3994,7 +4266,8 @@ msgstr "" msgid "Job Parameters" msgstr "" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:75 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "" @@ -4002,269 +4275,269 @@ msgstr "" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:207 +#: src/Module/Admin/Site.php:212 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:304 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:178 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:321 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:188 #, php-format msgid "%s - (Experimental)" msgstr "" -#: src/Module/Admin/Site.php:333 +#: src/Module/Admin/Site.php:342 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:334 +#: src/Module/Admin/Site.php:343 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:335 +#: src/Module/Admin/Site.php:344 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:336 +#: src/Module/Admin/Site.php:345 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:337 +#: src/Module/Admin/Site.php:346 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:352 msgid "Multi user instance" msgstr "" -#: src/Module/Admin/Site.php:366 +#: src/Module/Admin/Site.php:375 msgid "Closed" msgstr "Затворен" -#: src/Module/Admin/Site.php:367 +#: src/Module/Admin/Site.php:376 msgid "Requires approval" msgstr "Изисква одобрение" -#: src/Module/Admin/Site.php:368 +#: src/Module/Admin/Site.php:377 msgid "Open" msgstr "Отворена." -#: src/Module/Admin/Site.php:372 +#: src/Module/Admin/Site.php:381 msgid "Don't check" msgstr "" -#: src/Module/Admin/Site.php:373 +#: src/Module/Admin/Site.php:382 msgid "check the stable version" msgstr "" -#: src/Module/Admin/Site.php:374 +#: src/Module/Admin/Site.php:383 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:378 +#: src/Module/Admin/Site.php:387 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:379 +#: src/Module/Admin/Site.php:388 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:380 +#: src/Module/Admin/Site.php:389 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:390 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Сайт" -#: src/Module/Admin/Site.php:391 +#: src/Module/Admin/Site.php:400 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:393 +#: src/Module/Admin/Site.php:402 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:394 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 msgid "Registration" msgstr "Регистрация" -#: src/Module/Admin/Site.php:395 +#: src/Module/Admin/Site.php:404 msgid "File upload" msgstr "Прикачване на файлове" -#: src/Module/Admin/Site.php:396 +#: src/Module/Admin/Site.php:405 msgid "Policies" msgstr "Политики" -#: src/Module/Admin/Site.php:397 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:517 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Напреднал" -#: src/Module/Admin/Site.php:398 +#: src/Module/Admin/Site.php:407 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:399 +#: src/Module/Admin/Site.php:408 msgid "Performance" msgstr "Производителност" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:409 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:401 +#: src/Module/Admin/Site.php:410 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:411 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:403 +#: src/Module/Admin/Site.php:412 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:413 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:406 +#: src/Module/Admin/Site.php:415 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:416 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:417 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:420 msgid "Site name" msgstr "Име на сайта" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "Sender Email" msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:423 msgid "Banner/Logo" msgstr "Банер / лого" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:424 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Shortcut icon" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 msgid "Additional Info" msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 msgid "System language" msgstr "Системен език" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 msgid "System theme" msgstr "Системна тема" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Mobile system theme" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "Force SSL" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 msgid "Maximum image size" msgstr "Максимален размер на изображението" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4272,181 +4545,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 msgid "Maximum image length" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 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:432 +#: src/Module/Admin/Site.php:440 msgid "JPEG image quality" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:440 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:434 +#: src/Module/Admin/Site.php:442 msgid "Register policy" msgstr "Регистрирайте политика" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:443 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:443 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:444 msgid "Maximum Daily Registrations" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:444 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:436 +#: src/Module/Admin/Site.php:445 msgid "Register text" msgstr "Регистрирайте се текст" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:445 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 msgid "Forbidden Nicknames" msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 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:438 +#: src/Module/Admin/Site.php:447 msgid "Accounts abandoned after x days" msgstr "Сметките изоставени след дни х" -#: src/Module/Admin/Site.php:438 +#: src/Module/Admin/Site.php:447 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Няма да губи системните ресурси избирателните външни сайтове за abandonded сметки. Въведете 0 за без ограничение във времето." -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 msgid "Allowed friend domains" msgstr "Позволи на домейни приятел" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Разделени със запетая списък на домейни, на които е разрешено да се създадат приятелства с този сайт. Заместващи символи са приети. На Empty да се даде възможност на всички домейни" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:449 msgid "Allowed email domains" msgstr "Позволи на домейни имейл" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:449 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 "Разделени със запетая списък на домейни, които са разрешени в имейл адреси за регистрации в този сайт. Заместващи символи са приети. На Empty да се даде възможност на всички домейни" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:450 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:450 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 msgid "Block public" msgstr "Блокиране на обществения" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 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:444 +#: src/Module/Admin/Site.php:453 msgid "Force publish" msgstr "Принудително публикува" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Проверете, за да се принудят всички профили на този сайт да бъдат изброени в директорията на сайта." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 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:446 +#: src/Module/Admin/Site.php:455 msgid "Private posts by default for new users" msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:455 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." +"circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 msgid "Don't include post content in email notifications" msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 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:448 +#: src/Module/Admin/Site.php:457 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:457 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 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 " @@ -4454,11 +4739,11 @@ msgid "" "while." msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 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 " @@ -4467,267 +4752,267 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 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:454 +#: src/Module/Admin/Site.php:463 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:463 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "Enable Fullname check" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "" "Enable check to only allow users to register with a space between the first " "name and the last name in their full name." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:471 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:474 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "Enable Diaspora support" msgstr "Активирайте диаспора подкрепа" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 msgid "Verify SSL" msgstr "Провери SSL" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 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:468 +#: src/Module/Admin/Site.php:477 msgid "Proxy user" msgstr "Proxy потребител" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:477 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Network timeout" msgstr "Мрежа изчакване" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Стойността е в секунди. Настройте на 0 за неограничен (не се препоръчва)." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 msgid "Maximum Load Average" msgstr "Максимално натоварване" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:485 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:486 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:487 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Days between requery" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "" "Periodically query other servers for contacts. The system queries Friendica," " Mastodon and Hubzilla servers." msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 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:486 +#: src/Module/Admin/Site.php:495 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:495 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 " @@ -4735,50 +5020,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 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:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 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:492 +#: src/Module/Admin/Site.php:501 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:501 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4786,144 +5071,144 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 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:494 +#: src/Module/Admin/Site.php:503 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:494 +#: src/Module/Admin/Site.php:503 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 msgid "Temp path" msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 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:497 +#: src/Module/Admin/Site.php:506 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:506 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:498 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:507 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:507 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 #, 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:501 +#: src/Module/Admin/Site.php:510 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:510 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:503 +#: src/Module/Admin/Site.php:512 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:512 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 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:504 src/Module/Contact/Profile.php:287 +#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:309 #: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 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:510 +#: src/Module/Admin/Site.php:519 msgid "Start Relocation" msgstr "" @@ -4969,7 +5254,13 @@ msgstr "" msgid "This backend doesn't have custom settings" msgstr "" -#: src/Module/Admin/Storage.php:149 +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "" @@ -5073,51 +5364,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Съобщение опашки" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Версия " -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "" @@ -5157,16 +5437,16 @@ msgstr "" msgid "Reload active themes" msgstr "" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: src/Module/Admin/Themes/Index.php:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "(Експериментален)" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "Неподдържан]" @@ -5270,11 +5550,11 @@ msgstr "Елемент не е намерен." msgid "Please login to continue." msgstr "Моля, влезте, за да продължите." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5284,11 +5564,11 @@ msgstr "" msgid "Overview" msgstr "" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Допълнителни възможности" @@ -5308,7 +5588,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "" @@ -5336,23 +5616,23 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Потребителски регистрации, чакащи за потвърждение" -#: src/Module/BaseApi.php:266 src/Module/BaseApi.php:282 -#: src/Module/BaseApi.php:298 +#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 +#: src/Module/BaseApi.php:483 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:267 +#: src/Module/BaseApi.php:452 #, 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пост е достигнат. Постът беше отхвърлен." msgstr[1] "Дневният лимит от %d поста е достигнат. Постът беше отхвърлен." -#: src/Module/BaseApi.php:283 +#: src/Module/BaseApi.php:468 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5360,7 +5640,7 @@ msgid_plural "" msgstr[0] "Седмичният лимит от %d пост е достигнат. Постът беше отказан." msgstr[1] "Седмичният лимит от %d поста е достигнат. Постът беше отказан." -#: src/Module/BaseApi.php:299 +#: src/Module/BaseApi.php:484 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5368,32 +5648,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Потребители" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:479 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 msgid "Profile Details" msgstr "Детайли от профила" @@ -5405,7 +5699,7 @@ msgstr "" msgid "Only You Can See This" msgstr "Можете да видите това" -#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" @@ -5417,50 +5711,67 @@ msgstr "" msgid "Tips for New Members" msgstr "Съвети за нови членове" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" +msgid "Group Search - %s" msgstr "" -#: src/Module/BaseSearch.php:119 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Няма съответствия" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "профил" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 #: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:202 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:139 src/Module/Settings/Delegation.php:172 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:146 msgid "Connected apps" msgstr "Свързани приложения" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:153 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:160 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Експортиране на личните данни" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:167 msgid "Remove account" msgstr "Премахване сметка" @@ -5580,10 +5891,113 @@ msgstr "" msgid "Create New Event" msgstr "Създаване на нов събитие" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:248 msgid "list" msgstr "" +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Контактът не е намерен." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:232 +msgid "Invalid contact." +msgstr "Невалиден свържете." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Членове" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Щракнете върху контакт, за да добавите или премахнете." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + #: src/Module/Contact.php:97 #, php-format msgid "%d contact edited." @@ -5591,159 +6005,146 @@ msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:342 +#: src/Module/Contact.php:348 msgid "Show all contacts" msgstr "Покажи на всички контакти" -#: src/Module/Contact.php:347 src/Module/Contact.php:415 +#: src/Module/Contact.php:353 src/Module/Contact.php:432 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "" -#: src/Module/Contact.php:350 +#: src/Module/Contact.php:356 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:355 src/Module/Contact.php:416 +#: src/Module/Contact.php:361 src/Module/Contact.php:435 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Блокиран" -#: src/Module/Contact.php:358 +#: src/Module/Contact.php:364 msgid "Only show blocked contacts" msgstr "Покажи само Блокираните контакти" -#: src/Module/Contact.php:363 src/Module/Contact.php:418 -#: src/Object/Post.php:344 +#: src/Module/Contact.php:369 src/Module/Contact.php:441 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:368 msgid "Ignored" msgstr "Игнорирани" -#: src/Module/Contact.php:366 +#: src/Module/Contact.php:372 msgid "Only show ignored contacts" msgstr "Покажи само игнорирани контакти" -#: src/Module/Contact.php:371 src/Module/Contact.php:419 +#: src/Module/Contact.php:377 src/Module/Contact.php:444 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:380 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:379 src/Module/Contact.php:420 +#: src/Module/Contact.php:385 src/Module/Contact.php:447 msgid "Archived" msgstr "Архивиран:" -#: src/Module/Contact.php:382 +#: src/Module/Contact.php:388 msgid "Only show archived contacts" msgstr "Покажи само архивирани контакти" -#: src/Module/Contact.php:387 src/Module/Contact.php:417 +#: src/Module/Contact.php:393 src/Module/Contact.php:438 msgid "Hidden" msgstr "Скрит" -#: src/Module/Contact.php:390 +#: src/Module/Contact.php:396 msgid "Only show hidden contacts" msgstr "Само показва скрити контакти" -#: src/Module/Contact.php:398 -msgid "Organize your contact groups" +#: src/Module/Contact.php:404 +msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:431 +#: src/Module/Contact.php:459 msgid "Search your contacts" msgstr "Търсене на вашите контакти" -#: src/Module/Contact.php:432 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:467 msgid "Update" msgstr "Актуализиране" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:478 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Разблокиране" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:486 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Извади от пренебрегнатите" -#: src/Module/Contact.php:442 src/Module/Contact/Profile.php:494 +#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:444 +#: src/Module/Contact.php:472 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:487 +#: src/Module/Contact.php:515 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:492 +#: src/Module/Contact.php:520 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:523 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:531 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:539 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:550 msgid "Advanced Contact Settings" msgstr "Разширени настройки за контакт" -#: src/Module/Contact.php:556 +#: src/Module/Contact.php:586 msgid "Mutual Friendship" msgstr "Взаимното приятелство" -#: src/Module/Contact.php:560 +#: src/Module/Contact.php:590 msgid "is a fan of yours" msgstr "е фенка" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:594 msgid "you are a fan of" msgstr "Вие сте фен на" -#: src/Module/Contact.php:582 +#: src/Module/Contact.php:612 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:584 +#: src/Module/Contact.php:614 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:597 src/Module/Contact/Profile.php:347 +#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Посетете %s Профилът на [ %s ]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Контактът не е намерен." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Свържете се актуализира провали." @@ -5754,13 +6155,14 @@ msgstr "Назад, за да се свържете с редактор" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 -#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:73 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 msgid "Name" msgstr "Име" @@ -5780,11 +6182,6 @@ msgstr "Анкета / URL Feed" msgid "New photo from this URL" msgstr "Нова снимка от този адрес" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Невалиден свържете." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5793,28 +6190,28 @@ msgstr "" msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:132 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:135 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:138 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:140 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" @@ -5833,15 +6230,15 @@ msgid "" "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:146 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Follow.php:69 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:165 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5850,71 +6247,72 @@ msgstr[1] "" msgid "Access denied." msgstr "Отказан достъп." -#: src/Module/Contact/Follow.php:104 src/Module/Contact/Unfollow.php:125 +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 #: src/Module/Profile/RemoteFollow.php:133 msgid "Submit Request" msgstr "Изпращане на заявката" -#: src/Module/Contact/Follow.php:114 +#: src/Module/Contact/Follow.php:115 msgid "You already added this contact." msgstr "" -#: src/Module/Contact/Follow.php:129 +#: src/Module/Contact/Follow.php:130 msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:137 +#: src/Module/Contact/Follow.php:138 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:142 +#: src/Module/Contact/Follow.php:143 msgid "OStatus support is disabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:167 src/Module/Profile/RemoteFollow.php:132 +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 msgid "Please answer the following:" msgstr "Моля отговорете на следните:" -#: src/Module/Contact/Follow.php:168 src/Module/Contact/Unfollow.php:123 +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 msgid "Your Identity Address:" msgstr "Адрес на вашата самоличност:" -#: src/Module/Contact/Follow.php:169 src/Module/Contact/Profile.php:376 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:388 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" msgstr "Маркери:" -#: src/Module/Contact/Follow.php:181 +#: src/Module/Contact/Follow.php:182 #, php-format msgid "%s knows you" msgstr "" -#: src/Module/Contact/Follow.php:182 +#: src/Module/Contact/Follow.php:183 msgid "Add a personal note:" msgstr "Добавяне на лична бележка:" -#: src/Module/Contact/Follow.php:191 src/Module/Contact/Unfollow.php:138 +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Follow.php:220 +#: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." msgstr "" #: src/Module/Contact/MatchInterests.php:94 -#: src/Module/Media/Attachment/Upload.php:79 -#: src/Module/Media/Attachment/Upload.php:84 -#: src/Module/Media/Photo/Upload.php:83 src/Module/Media/Photo/Upload.php:88 -#: src/Module/Media/Photo/Upload.php:137 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "" @@ -5926,248 +6324,312 @@ msgstr "" msgid "Profile Match" msgstr "Профил мач" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Неуспех да се актуализира рекорд за контакт." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Контакт са отблокирани" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "За контакти е бил блокиран" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "За контакти е бил unignored" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Лицето е било игнорирано" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Вие сте общи приятели с %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Вие споделяте с %s" -#: src/Module/Contact/Profile.php:245 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s се споделя с вас" -#: src/Module/Contact/Profile.php:261 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Частни съобщения не са на разположение за този контакт." -#: src/Module/Contact/Profile.php:263 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Никога!" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Актуализация не е била успешна)" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Update е била успешна)" -#: src/Module/Contact/Profile.php:268 src/Module/Contact/Profile.php:449 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Предложете приятели" -#: src/Module/Contact/Profile.php:272 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Тип мрежа: %s" -#: src/Module/Contact/Profile.php:277 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Communications загубиха с този контакт!" -#: src/Module/Contact/Profile.php:283 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "" -#: src/Module/Contact/Profile.php:285 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "" -#: src/Module/Contact/Profile.php:290 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:305 -#: src/Module/Contact/Profile.php:310 src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:301 src/Module/Contact/Profile.php:311 -#: src/Module/Contact/Profile.php:317 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:306 src/Module/Contact/Profile.php:312 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Информация за контакти / Забележки" -#: src/Module/Contact/Profile.php:330 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "" -#: src/Module/Contact/Profile.php:338 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "" -#: src/Module/Contact/Profile.php:342 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "" -#: src/Module/Contact/Profile.php:344 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Редактиране на контакт с бележка" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Блокиране / Деблокиране на контакт" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Игнорирай се свържете с" -#: src/Module/Contact/Profile.php:350 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Вижте разговори" -#: src/Module/Contact/Profile.php:355 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Последна актуализация:" -#: src/Module/Contact/Profile.php:357 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Актуализиране на държавни длъжности" -#: src/Module/Contact/Profile.php:359 src/Module/Contact/Profile.php:459 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Актуализирай сега" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Които понастоящем са блокирани" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "В момента игнорирани" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:365 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "В момента архивират" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Скриване на този контакт от другите" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Отговори / обича да си публични длъжности май все още да се вижда" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:389 +#: src/Module/Contact/Profile.php:415 #: src/Module/Settings/TwoFactor/Index.php:139 msgid "Actions" msgstr "" -#: src/Module/Contact/Profile.php:391 +#: src/Module/Contact/Profile.php:417 #: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 msgid "Status" msgstr "Състояние:" -#: src/Module/Contact/Profile.php:397 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:399 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:469 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:480 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Превключване Блокирани статус" -#: src/Module/Contact/Profile.php:488 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Превключване игнорирани статус" -#: src/Module/Contact/Profile.php:496 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:503 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:505 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6179,10 +6641,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6230,103 +6688,55 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:121 +#: src/Module/Conversation/Community.php:125 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Няма резултати." + +#: src/Module/Conversation/Channel.php:159 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:91 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Няма резултати." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:179 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:195 msgid "Not available." msgstr "Няма налични" -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Няма такава група" +#: src/Module/Conversation/Network.php:218 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:222 #, php-format -msgid "Group: %s" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +#: src/Module/Conversation/Network.php:317 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Timeline.php:158 +msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Timeline.php:162 +msgid "Include" msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +#: src/Module/Conversation/Timeline.php:163 +msgid "Hide" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:236 -msgid "Personal" -msgstr "Лично" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Мнения, които споменават или включват" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:356 -msgid "Starred" -msgstr "Със звезда" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Любими Мнения" - #: src/Module/Credits.php:44 msgid "Credits" msgstr "" @@ -6543,7 +6953,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "" @@ -6672,138 +7082,58 @@ msgstr "Предлагане на приятели" msgid "Suggest a friend for %s" msgstr "Предлагане на приятел за %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 msgid "Reason for the block" msgstr "" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Доклади за грешки и проблеми: моля посетете" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Не може да се създаде група." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Групата не е намерен." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Създаване на група от контакти / приятели." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Не може да премахнете група." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Членове" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Групата е празна" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Щракнете върху контакт, за да добавите или премахнете." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Няма профил" @@ -7095,30 +7425,26 @@ msgstr "" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "" @@ -7157,37 +7483,30 @@ msgstr "Файлове" msgid "Upload" msgstr "Качете в Мрежата " -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Or - did you try to upload an empty file?" msgstr "" -#: src/Module/Media/Attachment/Upload.php:106 +#: src/Module/Media/Attachment/Upload.php:104 #, php-format msgid "File exceeds size limit of %s" msgstr "" -#: src/Module/Media/Attachment/Upload.php:116 +#: src/Module/Media/Attachment/Upload.php:114 msgid "File upload failed." msgstr "Файл за качване не успя." -#: src/Module/Media/Photo/Upload.php:154 src/Module/Media/Photo/Upload.php:155 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 #: src/Module/Settings/Profile/Photo/Index.php:68 msgid "Unable to process image." msgstr "Не може да се обработи." -#: src/Module/Media/Photo/Upload.php:188 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: src/Module/Media/Photo/Upload.php:206 src/Module/Profile/Photos.php:243 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 #: src/Module/Settings/Profile/Photo/Index.php:95 msgid "Image upload failed." msgstr "Image Upload неуспешно." @@ -7220,40 +7539,40 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 msgid "Normal Account Page" msgstr "Нормално страницата с профила" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 msgid "Soapbox Page" msgstr "Импровизирана трибуна Page" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +msgid "Public Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 msgid "Automatic Friend Page" msgstr "Автоматично приятел Page" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" +msgid "Private Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 msgid "Personal Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 msgid "Organisation Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 msgid "News Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +msgid "Community Group" msgstr "" #: src/Module/Moderation/BaseUsers.php:130 @@ -7310,6 +7629,7 @@ msgid "Block New Remote Contact" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "" @@ -7383,6 +7703,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7665,6 +7987,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Нормално профил" @@ -7674,7 +8227,7 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" +msgid "Public Group Account" msgstr "" #: src/Module/Moderation/Summary.php:56 @@ -7686,7 +8239,7 @@ msgid "Blog Account" msgstr "" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" +msgid "Private Group Account" msgstr "" #: src/Module/Moderation/Summary.php:78 @@ -7829,19 +8382,19 @@ msgstr "" msgid "Add User" msgstr "" -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 msgid "Name of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname" msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." msgstr "" @@ -7987,11 +8540,11 @@ msgstr "Начало Известия" msgid "Show unread" msgstr "" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} исканата регистрация" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8010,7 +8563,7 @@ msgstr "Искате ли да се разреши това приложение msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8021,11 +8574,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8094,67 +8647,77 @@ msgstr "" msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:66 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:89 +#: src/Module/PermissionTooltip.php:94 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:107 +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Дистанционно неприкосновеността на личния живот информация не е достъпен." -#: src/Module/PermissionTooltip.php:116 +#: src/Module/PermissionTooltip.php:121 msgid "Visible to:" msgstr "Вижда се от:" -#: src/Module/PermissionTooltip.php:200 +#: src/Module/PermissionTooltip.php:204 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:208 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:223 +#: src/Module/PermissionTooltip.php:227 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:231 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:230 +#: src/Module/PermissionTooltip.php:234 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:233 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/PermissionTooltip.php:240 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:243 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8167,23 +8730,23 @@ msgstr "" msgid "Edit post" msgstr "Редактиране на мнение" -#: src/Module/Post/Edit.php:133 +#: src/Module/Post/Edit.php:136 msgid "web link" msgstr "Уеб-линк" -#: src/Module/Post/Edit.php:134 +#: src/Module/Post/Edit.php:137 msgid "Insert video link" msgstr "Поставете линка на видео" -#: src/Module/Post/Edit.php:135 +#: src/Module/Post/Edit.php:138 msgid "video link" msgstr "видео връзка" -#: src/Module/Post/Edit.php:136 +#: src/Module/Post/Edit.php:139 msgid "Insert audio link" msgstr "Поставете аудио връзка" -#: src/Module/Post/Edit.php:137 +#: src/Module/Post/Edit.php:140 msgid "audio link" msgstr "аудио връзка" @@ -8195,35 +8758,42 @@ msgstr "Извадете Tag т." msgid "Select a tag to remove: " msgstr "Изберете етикет, за да премахнете: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 +#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:180 #: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Remove" msgstr "Премахване" -#: src/Module/Profile/Contacts.php:156 +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "Няма контакти." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1026 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1030 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1033 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:59 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "" @@ -8242,7 +8812,7 @@ msgstr "" msgid "Image file is empty." msgstr "Image файл е празен." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Вижте албуми" @@ -8257,7 +8827,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:576 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Собствено и фамилно име" @@ -8278,12 +8848,12 @@ msgid "Birthday:" msgstr "Дата на раждане:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Възраст: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8291,12 +8861,12 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Описание:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" +msgid "Groups:" msgstr "" #: src/Module/Profile/Profile.php:273 @@ -8358,15 +8928,15 @@ msgid "" "content from anonymous visitors." msgstr "" -#: src/Module/Profile/Schedule.php:84 +#: src/Module/Profile/Schedule.php:83 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Remove post" msgstr "" @@ -8387,22 +8957,22 @@ msgstr "" msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "Брой на ежедневните съобщения за стена за %s е превишен. Съобщение не успя." -#: src/Module/Profile/UnkMail.php:153 +#: src/Module/Profile/UnkMail.php:152 #, 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 да отговори, моля, проверете дали настройките за поверителност на сайта си позволяват частни съобщения от непознати податели." -#: src/Module/Profile/UnkMail.php:161 +#: src/Module/Profile/UnkMail.php:160 msgid "To" msgstr "" -#: src/Module/Profile/UnkMail.php:162 +#: src/Module/Profile/UnkMail.php:161 msgid "Subject" msgstr "" -#: src/Module/Profile/UnkMail.php:163 +#: src/Module/Profile/UnkMail.php:162 msgid "Your message" msgstr "" @@ -8466,7 +9036,7 @@ msgstr "" msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 #: src/Module/Settings/Account.php:567 msgid "New Password:" msgstr "нова парола" @@ -8475,7 +9045,7 @@ msgstr "нова парола" msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:102 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 #: src/Module/Settings/Account.php:568 msgid "Confirm:" msgstr "Потвърждаване..." @@ -8503,11 +9073,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -8598,45 +9168,45 @@ msgstr "" msgid "Create a New Account" msgstr "Създаване на нов профил:" -#: src/Module/Security/Login.php:143 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:146 +#: src/Module/Security/Login.php:145 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:148 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "Или да влезнете с OpenID: " -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Парола " -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "" -#: src/Module/Security/Login.php:172 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Забравена парола?" -#: src/Module/Security/Login.php:175 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "Условия за ползване на сайта" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "условия за ползване" -#: src/Module/Security/Login.php:178 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "Политика за поверителност на сайта" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "политика за поверителност" @@ -8693,25 +9263,25 @@ msgstr "" msgid "Update Password" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Current Password:" msgstr "Текуща парола:" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Your current password to confirm the changes" msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:552 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:553 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:553 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:554 msgid "Password length is limited to 72 characters." msgstr "" @@ -8835,99 +9405,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 +#: src/Module/Settings/Account.php:352 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:364 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:383 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:396 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:413 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:455 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:456 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:466 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:473 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:480 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:487 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:494 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:501 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:508 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:515 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Частен форум [експериментална]" +#: src/Module/Settings/Account.php:520 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:522 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(По избор) позволяват това OpenID, за да влезете в тази сметка." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8935,18 +9505,18 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:545 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:558 msgid "Account Settings" msgstr "Настройки на профила" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:559 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" @@ -8975,6 +9545,11 @@ msgstr "" msgid "Basic Settings" msgstr "Основни настройки" +#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + #: src/Module/Settings/Account.php:577 msgid "Email Address:" msgstr "Електронна поща:" @@ -9101,201 +9676,209 @@ msgstr "" msgid "Maximum private messages per day from unknown people:" msgstr "Максимални лични съобщения на ден от непознати хора:" +#: src/Module/Settings/Account.php:596 +msgid "Default privacy circle for new contacts" +msgstr "" + #: src/Module/Settings/Account.php:597 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:598 msgid "Default Post Permissions" msgstr "Разрешения по подразбиране и" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:602 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "Automatically expire posts after this many days:" msgstr "Автоматично изтича мнения след толкова много дни:" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Ако е празна, мнението няма да изтече. Изтекли мнения ще бъдат изтрити" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:610 msgid "Notification Settings" msgstr "Настройки за уведомяване" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:611 msgid "Send a notification email when:" msgstr "Изпращане на известие по имейл, когато:" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:612 msgid "You receive an introduction" msgstr "Вие получавате въведение" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:613 msgid "Your introductions are confirmed" msgstr "Вашите въвеждания са потвърдени" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:614 msgid "Someone writes on your profile wall" msgstr "Някой пише в профила ви стена" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:615 msgid "Someone writes a followup comment" msgstr "Някой пише последващ коментар" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:616 msgid "You receive a private message" msgstr "Ще получите лично съобщение" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:617 msgid "You receive a friend suggestion" msgstr "Ще получите предложение приятел" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:618 msgid "You are tagged in a post" msgstr "Са маркирани в един пост" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:620 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:621 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:622 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:623 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:624 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:625 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:626 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:627 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:633 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:634 +#: src/Module/Settings/Account.php:635 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:639 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:640 +#: src/Module/Settings/Account.php:641 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:645 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:646 +#: src/Module/Settings/Account.php:647 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:650 msgid "Advanced Account/Page Type Settings" msgstr "Разширено сметка / Настройки на вид страница" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:651 msgid "Change the behaviour of this account for special situations" msgstr "Промяна на поведението на тази сметка за специални ситуации" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:654 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:655 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:656 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:659 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:660 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:661 msgid "Resend relocate message to contacts" msgstr "" @@ -9307,73 +9890,73 @@ msgstr "" msgid "No Addon settings configured" msgstr "" -#: src/Module/Settings/Connectors.php:119 +#: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Неуспех да се свърже с имейл акаунт, като използвате предоставените настройки." -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:165 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:165 #: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:167 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 msgid "OStatus (GNU Social)" msgstr "" -#: src/Module/Settings/Connectors.php:180 +#: src/Module/Settings/Connectors.php:182 msgid "Email access is disabled on this site." msgstr "Достъп до електронна поща е забранен на този сайт." -#: src/Module/Settings/Connectors.php:195 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 msgid "None" msgstr "Няма " -#: src/Module/Settings/Connectors.php:207 +#: src/Module/Settings/Connectors.php:209 msgid "General Social Media Settings" msgstr "" -#: src/Module/Settings/Connectors.php:210 +#: src/Module/Settings/Connectors.php:212 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:212 +#: src/Module/Settings/Connectors.php:214 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:214 +#: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:215 +#: src/Module/Settings/Connectors.php:217 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:216 +#: src/Module/Settings/Connectors.php:218 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "Enable Content Warning" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning" " field which collapse their post by default. This enables the automatic " @@ -9381,499 +9964,531 @@ msgid "" " affect any other content filtering you eventually set up." msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "Enable intelligent shortening" msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character " "limit." msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" " share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "" "When activated, the \"spoiler_text\" field in the API will be used for the " "title on standalone posts. When deactivated it will be used for spoiler " "text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:227 msgid "" "If you enter your old account name from an ActivityPub based system or your " "GNU Social/Statusnet account name here (in the format user@domain.tld), your" " contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:229 msgid "Repair OStatus subscriptions" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:233 msgid "Email/Mailbox Setup" msgstr "Email / Mailbox Setup" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:234 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Ако желаете да се комуникира с имейл контакти, които използват тази услуга (по желание), моля посочете как да се свържете с вашата пощенска кутия." -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:235 msgid "Last successful email check:" msgstr "Последна успешна проверка на електронната поща:" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:237 msgid "IMAP server name:" msgstr "Име на IMAP сървъра:" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:238 msgid "IMAP port:" msgstr "IMAP порта:" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:239 msgid "Security:" msgstr "Сигурност" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:240 msgid "Email login name:" msgstr "Email потребителско име:" -#: src/Module/Settings/Connectors.php:238 +#: src/Module/Settings/Connectors.php:241 msgid "Email password:" msgstr "Email парола:" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:242 msgid "Reply-to address:" msgstr "Адрес за отговор:" -#: src/Module/Settings/Connectors.php:240 +#: src/Module/Settings/Connectors.php:243 msgid "Send public posts to all email contacts:" msgstr "Изпратете публични длъжности за всички имейл контакти:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Action after import:" msgstr "Действия след вноса:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Move to folder" msgstr "Премества избраното в папка" -#: src/Module/Settings/Connectors.php:242 +#: src/Module/Settings/Connectors.php:245 msgid "Move to folder:" msgstr "Премества избраното в папка" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:54 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:56 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:60 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:82 +#: src/Module/Settings/Delegation.php:104 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:96 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:144 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:155 +#: src/Module/Settings/Delegation.php:166 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:163 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:164 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:165 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:169 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:171 +#: src/Module/Settings/Delegation.php:173 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:175 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:174 +#: src/Module/Settings/Delegation.php:176 msgid "Existing Page Delegates" msgstr "Съществуващите Делегатите Страница" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:178 msgid "Potential Delegates" msgstr "Потенциални Делегатите" -#: src/Module/Settings/Delegation.php:179 +#: src/Module/Settings/Delegation.php:181 msgid "Add" msgstr "Добави" -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:182 msgid "No entries." msgstr "няма регистрирани" -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:146 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:186 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:221 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:222 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:223 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:224 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:259 msgid "Display Settings" msgstr "Настройки на дисплея" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:261 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:262 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:263 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:264 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Тема Настройки" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:265 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:272 msgid "Display Theme:" msgstr "Палитрата на дисплея:" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:273 msgid "Mobile Theme:" msgstr "" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:276 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:262 src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:276 src/Module/Settings/Display.php:277 msgid "Maximum of 100 items" msgstr "Максимум от 100 точки" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:277 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Update browser every xx seconds" msgstr "Актуализиране на браузъра на всеки ХХ секунди" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:287 +msgid "Timelines for the network page:" +msgstr "" + +#: src/Module/Settings/Display.php:287 +msgid "Select all the timelines that you want to see on your network page." +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:290 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:274 +#: src/Module/Settings/Display.php:291 msgid "Default calendar view:" msgstr "" +#: src/Module/Settings/Display.php:300 src/Module/Settings/Display.php:308 +#: src/Module/Settings/Display.php:312 +#, php-format +msgid "%s: %s" +msgstr "" + #: src/Module/Settings/Features.php:74 msgid "Additional Features" msgstr "Допълнителни възможности" -#: src/Module/Settings/OAuth.php:72 +#: src/Module/Settings/OAuth.php:71 msgid "Connected Apps" msgstr "Свързани Apps" -#: src/Module/Settings/OAuth.php:76 +#: src/Module/Settings/OAuth.php:75 msgid "Remove authorization" msgstr "Премахване на разрешение" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Име на профил се изисква." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(Щракнете за отваряне / затваряне)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:219 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Редактиране на детайли от профила" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Промяна снимката на профила" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Местоположение " -#: src/Module/Settings/Profile/Index.php:239 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Разни" -#: src/Module/Settings/Profile/Index.php:240 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Качване на снимка Профилът" -#: src/Module/Settings/Profile/Index.php:246 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Street Address:" -msgstr "Адрес:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Locality/City:" -msgstr "Махала / Град:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Region/State:" -msgstr "Регион / Щат:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Postal/Zip Code:" -msgstr "Postal / Zip Code:" - -#: src/Module/Settings/Profile/Index.php:253 -msgid "Country:" -msgstr "Държава:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Homepage URL:" -msgstr "Електронна страница:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Public Keywords:" -msgstr "Публичните Ключови думи:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Използва се за предполагайки потенциален приятели, може да се види от други)" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "Private Keywords:" -msgstr "Частни Ключови думи:" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Използва се за търсене на профилите, никога не показва и на други)" - -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Адрес:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Махала / Град:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Регион / Щат:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postal / Zip Code:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Държава:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Електронна страница:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Публичните Ключови думи:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Използва се за предполагайки потенциален приятели, може да се види от други)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Частни Ключови думи:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Използва се за търсене на профилите, никога не показва и на други)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 @@ -9984,6 +10599,42 @@ msgstr "Това ще премахне изцяло сметката си. Сл msgid "Please enter your password for verification:" msgstr "Моля, въведете паролата си за проверка:" +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + #: src/Module/Settings/TwoFactor/AppSpecific.php:66 #: src/Module/Settings/TwoFactor/Recovery.php:64 #: src/Module/Settings/TwoFactor/Trusted.php:67 @@ -10305,20 +10956,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10330,7 +11002,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10343,14 +11015,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10361,11 +11033,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10373,6 +11045,10 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -10421,22 +11097,22 @@ msgstr "" msgid "User '%s' already exists on this server!" msgstr "" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Грешка при създаване на потребителя" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Грешка при създаване профила на потребителя" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "" @@ -10570,15 +11246,15 @@ msgid "" msgstr "На страничния панел на страницата \"Контакти\" са няколко инструмента, да намерите нови приятели. Ние можем да съчетаем хора по интереси, потърсете хора по име или интерес, и да предостави предложения на базата на мрежови връзки. На чисто нов сайт, приятел предложения ще обикновено започват да се населена в рамките на 24 часа." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" +msgid "Add Your Contacts To Circle" msgstr "" #: src/Module/Welcome.php:78 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 "След като сте направили някои приятели, да ги организирате в групи от частния разговор от страничната лента на страницата с контакти и след това можете да взаимодействате с всяка група частно във вашата мрежа." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11085,249 +11761,258 @@ msgstr "Моля, свържете се с подателя, като отгов msgid "%s posted an update." msgstr "%s е публикувал актуализация." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Лично съобщение" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:181 msgid "This entry was edited" msgstr "Записът е редактиран" -#: src/Object/Post.php:206 +#: src/Object/Post.php:209 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:221 src/Object/Post.php:223 +#: src/Object/Post.php:225 src/Object/Post.php:227 msgid "Edit" msgstr "Редактиране" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:264 +#: src/Object/Post.php:268 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:269 +#: src/Object/Post.php:273 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:278 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:282 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:293 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I might attend" msgstr "" -#: src/Object/Post.php:339 +#: src/Object/Post.php:363 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:364 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:365 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:351 +#: src/Object/Post.php:375 msgid "Add star" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:376 msgid "Remove star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:377 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:388 msgid "Pin" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:389 msgid "Unpin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:390 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:369 +#: src/Object/Post.php:393 msgid "Pinned" msgstr "" -#: src/Object/Post.php:374 +#: src/Object/Post.php:398 msgid "Add tag" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Unshare" msgstr "" -#: src/Object/Post.php:438 +#: src/Object/Post.php:466 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:493 +#: src/Object/Post.php:523 msgid "to" msgstr "за" -#: src/Object/Post.php:494 +#: src/Object/Post.php:524 msgid "via" msgstr "" -#: src/Object/Post.php:495 +#: src/Object/Post.php:525 msgid "Wall-to-Wall" msgstr "От стена до стена" -#: src/Object/Post.php:496 +#: src/Object/Post.php:526 msgid "via Wall-To-Wall:" msgstr "чрез стена до стена:" -#: src/Object/Post.php:540 +#: src/Object/Post.php:573 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:543 +#: src/Object/Post.php:576 msgid "More" msgstr "" -#: src/Object/Post.php:561 +#: src/Object/Post.php:595 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:562 +#: src/Object/Post.php:596 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:563 +#: src/Object/Post.php:597 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:564 +#: src/Object/Post.php:598 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:565 +#: src/Object/Post.php:599 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:585 +#: src/Object/Post.php:619 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: src/Object/Post.php:586 +#: src/Object/Post.php:620 msgid "Show more" msgstr "" -#: src/Object/Post.php:587 +#: src/Object/Post.php:621 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:623 +#: src/Object/Post.php:657 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:662 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:667 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:672 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:677 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:682 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:687 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:692 #, php-format msgid "Reacted with %s by: %s" msgstr "" @@ -11336,21 +12021,21 @@ msgstr "" msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "следните условия:" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "спря след" @@ -11367,12 +12052,12 @@ msgstr "Влез не успя." msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:389 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:390 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Моля, да качите снимка профил." @@ -11708,7 +12393,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11727,7 +12412,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11735,7 +12420,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11743,10 +12428,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/bg/strings.php b/view/lang/bg/strings.php index 0ab46f29b4..ae11c14757 100644 --- a/view/lang/bg/strings.php +++ b/view/lang/bg/strings.php @@ -96,8 +96,6 @@ $a->strings['Password update failed. Please try again.'] = 'Парола акт $a->strings['Password changed.'] = 'Парола промени.'; $a->strings['Email'] = 'Е-поща'; $a->strings['Diaspora'] = 'Диаспора'; -$a->strings['%s likes this.'] = '%s харесва това.'; -$a->strings['%s doesn\'t like this.'] = '%s не харесва това.'; $a->strings['and'] = 'и'; $a->strings['Visible to everybody'] = 'Видим всички '; $a->strings['Tag term:'] = 'Tag термин:'; @@ -125,13 +123,17 @@ $a->strings['Permission settings'] = 'Настройките за достъп'; $a->strings['Public post'] = 'Обществена длъжност'; $a->strings['Message'] = 'Съобщение'; $a->strings['Browser'] = 'Браузър'; +$a->strings['remove'] = 'Премахване'; +$a->strings['Delete Selected Items'] = 'Изтриване на избраните елементи'; $a->strings['View %s\'s profile @ %s'] = 'Преглед профила на %s в %s'; $a->strings['Categories:'] = 'Категории:'; $a->strings['Filed under:'] = 'Записано в:'; $a->strings['%s from %s'] = '%s от %s'; $a->strings['View in context'] = 'Поглед в контекста'; -$a->strings['remove'] = 'Премахване'; -$a->strings['Delete Selected Items'] = 'Изтриване на избраните елементи'; +$a->strings['Personal'] = 'Лично'; +$a->strings['Posts that mention or involve you'] = 'Мнения, които споменават или включват'; +$a->strings['Starred'] = 'Със звезда'; +$a->strings['Favourite Posts'] = 'Любими Мнения'; $a->strings['show more'] = 'покажи още'; $a->strings['event'] = 'събитието.'; $a->strings['status'] = 'статус'; @@ -215,7 +217,6 @@ $a->strings['Random Profile'] = 'Случайна Профил'; $a->strings['Invite Friends'] = 'Покани приятели'; $a->strings['Global Directory'] = 'Глобален справочник'; $a->strings['Local Directory'] = 'Локалната директория'; -$a->strings['Groups'] = 'Групи'; $a->strings['All Contacts'] = 'Всички Контакти'; $a->strings['Saved Folders'] = 'Записани папки'; $a->strings['Everything'] = 'Всичко'; @@ -273,6 +274,9 @@ $a->strings['October'] = 'октомври'; $a->strings['November'] = 'ноември'; $a->strings['December'] = 'декември'; $a->strings['Update %s failed. See error logs.'] = 'Актуализация %s не успя. Виж логовете за грешки.'; +$a->strings['Everybody'] = 'Всички'; +$a->strings['edit'] = 'редактиране'; +$a->strings['add'] = 'добави'; $a->strings['Approve'] = 'Одобряване'; $a->strings['Disallowed profile URL.'] = 'Отхвърлен профила URL.'; $a->strings['Connect URL missing.'] = 'Свързване URL липсва.'; @@ -295,15 +299,6 @@ $a->strings['l, F j'] = 'л, F J'; $a->strings['Edit event'] = 'Редактиране на Събитието'; $a->strings['l F d, Y \@ g:i A'] = 'L F г, Y \ @ G: I A'; $a->strings['Happy Birthday %s'] = 'Честит рожден ден, %s!'; -$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['Edit group'] = 'Редактиране на групата'; -$a->strings['Contacts not in any group'] = 'Контакти, не във всяка група'; -$a->strings['Create a new group'] = 'Създайте нова група'; -$a->strings['Group Name: '] = 'Име на група: '; $a->strings['activity'] = 'дейност'; $a->strings['post'] = 'след'; $a->strings['bytes'] = 'байта'; @@ -447,6 +442,10 @@ $a->strings['Event Finishes:'] = 'Събитие играчи:'; $a->strings['Share this event'] = 'Споделете това събитие'; $a->strings['Events'] = 'Събития'; $a->strings['Create New Event'] = 'Създаване на нов събитие'; +$a->strings['Contact not found.'] = 'Контактът не е намерен.'; +$a->strings['Invalid contact.'] = 'Невалиден свържете.'; +$a->strings['Members'] = 'Членове'; +$a->strings['Click on a contact to add or remove.'] = 'Щракнете върху контакт, за да добавите или премахнете.'; $a->strings['Show all contacts'] = 'Покажи на всички контакти'; $a->strings['Blocked'] = 'Блокиран'; $a->strings['Only show blocked contacts'] = 'Покажи само Блокираните контакти'; @@ -465,7 +464,6 @@ $a->strings['Mutual Friendship'] = 'Взаимното приятелство'; $a->strings['is a fan of yours'] = 'е фенка'; $a->strings['you are a fan of'] = 'Вие сте фен на'; $a->strings['Visit %s\'s profile [%s]'] = 'Посетете %s Профилът на [ %s ]'; -$a->strings['Contact not found.'] = 'Контактът не е намерен.'; $a->strings['Contact update failed.'] = 'Свържете се актуализира провали.'; $a->strings['Return to contact editor'] = 'Назад, за да се свържете с редактор'; $a->strings['Name'] = 'Име'; @@ -473,7 +471,6 @@ $a->strings['Account Nickname'] = 'Сметка Псевдоним'; $a->strings['Account URL'] = 'Сметка URL'; $a->strings['Poll/Feed URL'] = 'Анкета / URL Feed'; $a->strings['New photo from this URL'] = 'Нова снимка от този адрес'; -$a->strings['Invalid contact.'] = 'Невалиден свържете.'; $a->strings['Access denied.'] = 'Отказан достъп.'; $a->strings['Submit Request'] = 'Изпращане на заявката'; $a->strings['Please answer the following:'] = 'Моля отговорете на следните:'; @@ -516,11 +513,6 @@ $a->strings['Yes'] = 'Yes'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Няма предложения. Ако това е нов сайт, моля опитайте отново в рамките на 24 часа.'; $a->strings['No results.'] = 'Няма резултати.'; $a->strings['Not available.'] = 'Няма налични'; -$a->strings['No such group'] = 'Няма такава група'; -$a->strings['Personal'] = 'Лично'; -$a->strings['Posts that mention or involve you'] = 'Мнения, които споменават или включват'; -$a->strings['Starred'] = 'Със звезда'; -$a->strings['Favourite Posts'] = 'Любими Мнения'; $a->strings['Time Conversion'] = 'Време за преобразуване'; $a->strings['UTC time: %s'] = 'UTC време: %s'; $a->strings['Current timezone: %s'] = 'Текуща часова зона: %s'; @@ -536,13 +528,6 @@ $a->strings['Friend suggestion sent.'] = 'Предложението за при $a->strings['Suggest Friends'] = 'Предлагане на приятели'; $a->strings['Suggest a friend for %s'] = 'Предлагане на приятел за %s'; $a->strings['Bug reports and issues: please visit'] = 'Доклади за грешки и проблеми: моля посетете'; -$a->strings['Could not create group.'] = 'Не може да се създаде група.'; -$a->strings['Group not found.'] = 'Групата не е намерен.'; -$a->strings['Create a group of contacts/friends.'] = 'Създаване на група от контакти / приятели.'; -$a->strings['Unable to remove group.'] = 'Не може да премахнете група.'; -$a->strings['Members'] = 'Членове'; -$a->strings['Group is empty'] = 'Групата е празна'; -$a->strings['Click on a contact to add or remove.'] = 'Щракнете върху контакт, за да добавите или премахнете.'; $a->strings['No profile'] = 'Няма профил'; $a->strings['Help:'] = 'Помощ'; $a->strings['Welcome to %s'] = 'Добре дошли %s'; @@ -661,7 +646,6 @@ $a->strings['Website Privacy Policy'] = 'Политика за поверите $a->strings['privacy policy'] = 'политика за поверителност'; $a->strings['Logged out.'] = 'Изход'; $a->strings['Current Password:'] = 'Текуща парола:'; -$a->strings['Private Forum [Experimental]'] = 'Частен форум [експериментална]'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(По избор) позволяват това OpenID, за да влезете в тази сметка.'; $a->strings['Account Settings'] = 'Настройки на профила'; @@ -723,7 +707,6 @@ $a->strings['Update browser every xx seconds'] = 'Актуализиране н $a->strings['Additional Features'] = 'Допълнителни възможности'; $a->strings['Connected Apps'] = 'Свързани Apps'; $a->strings['Remove authorization'] = 'Премахване на разрешение'; -$a->strings['Profile Name is required.'] = 'Име на профил се изисква.'; $a->strings['(click to open/close)'] = '(Щракнете за отваряне / затваряне)'; $a->strings['Edit Profile Details'] = 'Редактиране на детайли от профила'; $a->strings['Change Profile Photo'] = 'Промяна снимката на профила'; @@ -770,7 +753,6 @@ $a->strings['Your Contacts page is your gateway to managing friendships and conn $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.'] = 'Страницата на справочника ви позволява да намерите други хора в тази мрежа или други сайтове Федерални. Потърсете Свържете или Следвайте в профила си страница. Предоставяне на вашия собствен адрес за самоличност, ако това бъде поискано.'; $a->strings['Finding New People'] = 'Откриване на нови хора'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'На страничния панел на страницата "Контакти" са няколко инструмента, да намерите нови приятели. Ние можем да съчетаем хора по интереси, потърсете хора по име или интерес, и да предостави предложения на базата на мрежови връзки. На чисто нов сайт, приятел предложения ще обикновено започват да се населена в рамките на 24 часа.'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'След като сте направили някои приятели, да ги организирате в групи от частния разговор от страничната лента на страницата с контакти и след това можете да взаимодействате с всяка група частно във вашата мрежа.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Защо публикациите ми не са публични?'; $a->strings['Our help pages may be consulted for detail on other program features and resources.'] = 'Нашата помощ страницата може да бъде консултиран за подробности относно други характеристики, програма и ресурси.'; $a->strings['%s liked %s\'s post'] = '%s харесва %s е след'; diff --git a/view/lang/ca/messages.po b/view/lang/ca/messages.po index d1e9b055ae..47665ef52d 100644 --- a/view/lang/ca/messages.po +++ b/view/lang/ca/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Joan Bar , 2019\n" "Language-Team: Catalan (http://app.transifex.com/Friendica/friendica/language/ca/)\n" @@ -37,29 +37,29 @@ msgstr "" msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Buidat després de rebutjar." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Article no trobat." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -70,17 +70,18 @@ msgstr "Article no trobat." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Permís denegat." @@ -218,150 +219,156 @@ msgstr "\n\t\t\tLes dades de connexió són les següents:\n\n\t\t\tUbicació de msgid "Your password has been changed at %s" msgstr "La teva contrasenya ha estat canviada a %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nou Missatge" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "No s'ha seleccionat destinatari." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "No es pot trobar informació de contacte." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "El Missatge no ha estat enviat." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Ha fallat la recollida del missatge." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Descartar" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Missatges" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "No s'ha trobat la conversa." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Sius plau, entri l'enllaç URL:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Enviant Missatge Privat" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Per a:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Assumpte::" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "El teu missatge:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Carregar foto" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Inserir enllaç web" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Si us plau esperi" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Enviar" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Sense missatges." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Missatge no disponible." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Esborra missatge" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Esborrar conversació" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Comunicacions degures no disponibles. Tú pots respondre des de la pàgina de perfil del remitent." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Enviar Resposta" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "remitent desconegut - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Tu i %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s i Tu" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -376,14 +383,14 @@ msgstr "Notes Personals" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Guardar" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -395,22 +402,22 @@ msgid "User not found." msgstr "" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Àlbum de Fotos" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Fotos Recents" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Actualitzar Noves Fotos" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "tothom" @@ -422,72 +429,72 @@ msgstr "Informació del Contacte no disponible" msgid "Album not found." msgstr "Àlbum no trobat." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "una foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s fou etiquetat a %2$s per %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Accés públic denegat." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "No s'han seleccionat fotos" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Carregar Fotos" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nou nom d'àlbum:" -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "No tornis a mostrar un missatge d'estat d'aquesta pujada" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permisos" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Realment vols esborrar aquest album de fotos amb totes les fotos?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Eliminar Àlbum" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -497,254 +504,271 @@ msgstr "Eliminar Àlbum" msgid "Cancel" msgstr "Cancel·lar" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Editar Àlbum" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Mostrar el més Nou Primer" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Mostrar el més Antic Primer" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Veure Foto" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permís denegat. L'accés a aquest element pot estar restringit." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto no disponible" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Realment vols esborrar aquesta foto?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Eliminar Foto" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Veure foto" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Editar foto" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Emprar com a foto del perfil" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Veure'l a Mida Completa" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Etiquetes:" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nou nom d'àlbum" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Títol" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Afegir una etiqueta" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Exemple: @bob, @Barbara_jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Rotar CW (dreta)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Rotar CCW (esquerra)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Aquest ets tu" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Comentari" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Vista prèvia" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "" -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Selecionar" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Esborrar" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "M'agrada això (canviar)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "No m'agrada això (canviar)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Esborrar aquest element?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "canviar a mòbil" @@ -761,33 +785,34 @@ msgstr "Pàgina no trobada." msgid "You must be logged in to use addons. " msgstr "T'has d'identificar per emprar els complements" -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "El formulari del token de seguretat no es correcte. Això probablement passa perquè el formulari ha estat massa temps obert (>3 hores) abans d'enviat-lo." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Tots contactes" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Seguidors" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "" @@ -937,7 +962,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1112,367 +1137,504 @@ msgstr "" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "i" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "i %d altre gent" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Visible per a tothom" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Introduïu una URL / imatge / vídeo / àudio / pàgina web:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Terminis de l'etiqueta:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Guardar a la Carpeta:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "On ets ara?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Esborrar element(s)?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Missatge nou" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Compartir" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "carregar fotos" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Adjunta fitxer" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "adjuntar arxiu" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Negreta" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Itallica" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Subratllat" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Cometes" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Codi" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Imatge" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Enllaç" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Enllaç o suports" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Canvia la teva ubicació" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "establir la ubicació" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "neteja adreçes del navegador" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "netejar ubicació" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Canviar títol" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Categories (lista separada per comes)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Configuració de permisos" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Enviament públic" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Missatge" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Navegador" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Veure perfil de %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Categories:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Arxivat a:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s des de %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Veure en context" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "esborrar" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Esborra els Elements Seleccionats" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s va tornar a compartir això" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Veure perfil de %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Categories:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Arxivat a:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s des de %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Veure en context" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personal" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Missatge que et menciona o t'impliquen" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Favorits" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Enviaments Favorits" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Característiques Generals" @@ -1502,12 +1664,12 @@ msgid "Post Composition Features" msgstr "Característiques de Composició d'Enviaments" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" +msgid "Auto-mention Groups" msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1548,11 +1710,11 @@ msgid "Advanced Profile Settings" msgstr "" #: src/Content/Feature.php:119 -msgid "List Forums" +msgid "List Groups" msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1585,385 +1747,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Forums" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Enllaç extern al fòrum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "Mostrar més" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "esdeveniment" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "estatus" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s etiquetats %2$s %3$s amb %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Seguir el Fil" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Veure Estatus" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Veure Perfil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Veure Fotos" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Enviaments a la Xarxa" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Veure contacte" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Enviar Missatge Privat" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Bloquejar" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorar" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Connectar/Seguir" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Res nou aquí" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Neteja notificacions" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Sortir" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Termina sessió" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Identifica't" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Accedeix" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Perfil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "La seva pàgina de perfil" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Fotos" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Les seves fotos" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Notes personals" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Inici" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Pàgina d'Inici" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registrar" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Crear un compte" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Ajuda" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Ajuda i documentació" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Aplicacions" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Afegits: aplicacions, utilitats, jocs" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Cercar" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Busca contingut en el lloc" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Text Complet" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Etiquetes" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contactes" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Comunitat" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Directori" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Directori de gent" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Xarxa" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Converses dels teus amics" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Els teus anuncis i converses" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Presentacions" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Sol·licitud d'Amistat" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notificacions" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Veure totes les notificacions" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Marcar com a vist" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Correu privat" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Safata d'entrada" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Safata de sortida" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Gestiona altres pàgines" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Ajustos" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Configuració del compte" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Gestiona/edita amics i contactes" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Admin" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Ajustos i configuració del lloc" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1971,23 +2144,23 @@ msgstr "Ajustos i configuració del lloc" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navegació" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mapa del lloc" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Incrustacions deshabilitades" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Contingut incrustat" @@ -2007,51 +2180,51 @@ msgstr "següent" msgid "last" msgstr "Últim" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Imatge/foto" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Clicar per a obrir/tancar" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 va escriure:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Encriptar contingut" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Carregant mes entrades..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "El final" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Seguir" @@ -2078,118 +2251,132 @@ msgid_plural "%d invitations available" msgstr[0] "%d invitació disponible" msgstr[1] "%d invitacions disponibles" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Trobar Gent" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Introdueixi nom o aficions" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Exemples: Robert Morgenstein, Pescar" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Cercar" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Amics Suggerits" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Aficions Similars" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Perfi Aleatori" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invita Amics" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Directori Global" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Directori Local" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grups" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Tots els Contactes" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Carpetes Guardades" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Tot" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categories" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d contacte en comú" msgstr[1] "%d contactes en comú" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Arxius" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportar" @@ -2236,41 +2423,56 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Ubicació:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Mútues" @@ -2279,7 +2481,7 @@ msgid "Post to Email" msgstr "Correu per enviar" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "" @@ -2302,8 +2504,8 @@ msgstr "" #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2412,394 +2614,418 @@ msgstr "Si s'executa en Windows, per favor consulti la secció \"http://www.php. msgid "Generate encryption keys" msgstr "Generar claus d'encripció" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: el mòdul mod-rewrite del servidor web Apache és necessari però no està instal·lat." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite modul " -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: PDO or MySQLi PHP mòdul necessari però no instal·lat." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: The MySQL el controlador de PDO no està instal·lat." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Error, XML PHP mòdul necessari però no instal·lat." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "Mòdul libCurl de PHP" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: El mòdul libCURL de PHP és necessari però no està instal·lat." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "Mòdul GD de gràfics de PHP" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: el mòdul gràfic GD de PHP amb support per JPEG és necessari però no està instal·lat." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "Mòdul OpenSSl de PHP" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Error: El mòdul enssl de PHP és necessari però no està instal·lat." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "Mòdul mb_string de PHP" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Error: mòdul mb_string de PHP requerit però no instal·lat." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 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 "Això freqüentment és a causa d'una configuració de permisos; el servidor web no pot escriure arxius en la carpeta - encara que sigui possible." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica empra el motor de plantilla Smarty3 per dibuixar la web. Smarty3 compila plantilles a PHP per accelerar el redibuxar." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Per poder guardar aquestes plantilles compilades, el servidor web necessita tenir accés d'escriptura al directori view/smarty3/ sota la carpeta principal de Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Per favor, asegura que l'usuari que corre el servidor web (p.e. www-data) te accés d'escriptura a aquesta carpeta." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Nota: Com a mesura de seguretat, hauries de facilitar al servidor web, accés d'escriptura a view/smarty3/ excepte els fitxers de plantilles (.tpl) que conté." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 es escribible" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "URL rewrite està treballant" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "" -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "No puc connectar a la base de dades." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Dilluns" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Dimarts" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Dimecres" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Dijous" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Divendres" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Dissabte" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Diumenge" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Gener" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Febrer" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Març" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Abril" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Maig" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Juny" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Juliol" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Agost" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Setembre" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Octubre" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Novembre" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Desembre" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Dl" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Dt" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Dc" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Dj" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Dv" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Ds" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Dg" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Gen" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Abr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Ago" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Set" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Oct" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Des" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2844,22 +3070,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Actualització de %s fracassà. Mira el registre d'errors." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2869,16 +3095,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tEls desenvolupadors de Friendica van publicar l'actualització %s recentment\n\t\t\t\tperò, quan vaig intentar instal·lar-ho, alguna cosa va anar terriblement malament.\n\t\t\t\tAixò s'ha de solucionar aviat i no ho puc fer sol. Contacteu amb\n\t\t\t\tdesenvolupador amic si no em podeu ajudar pel vostre compte. És possible que la meva base de dades no sigui vàlida." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Notificació Friendica] Actualització de la base de dades" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2890,28 +3116,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2919,42 +3145,42 @@ msgid "" "%s\n" msgstr "\nError %d es va produir durant l'actualització de la base de dades:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "S'han produït errors en realitzar canvis de base de dades:" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Actualització de la base de dades" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: actualització %s taula." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "" @@ -2963,82 +3189,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Tothom" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "editar" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "afegir" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Aprovar" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1660 -msgid "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Perfil URL no permès." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "URL del connector perduda." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "L'adreça de perfil especificada no proveeix informació adient." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Protocol de comunnicació no compatible o alimentador descobert." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Un autor o nom no va ser trobat" -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Cap direcció URL del navegador coincideix amb aquesta adreça." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Incapaç de trobar coincidències amb la Adreça d'Identitat estil @ amb els protocols coneguts o contactes de correu. " -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Emprar mailto: davant la adreça per a forçar la comprovació del correu." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "La direcció del perfil especificat pertany a una xarxa que ha estat desactivada en aquest lloc." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Perfil limitat. Aquesta persona no podrà rebre notificacions personals/directes de tu." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "No es pot recuperar la informació de contacte." @@ -3046,54 +3312,54 @@ msgstr "No es pot recuperar la informació de contacte." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Inici:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Acaba:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "tot el dia" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Set" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "avui" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "mes" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "setmana" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "dia" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "No hi ha esdeveniments per mostrar" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "L'accés a aquest perfil ha estat restringit." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3125,143 +3391,109 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Mostra el mapa" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Amaga el mapa" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s aniversari" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Feliç Aniversari %s" -#: src/Model/Group.php:105 -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 "Un grup eliminat amb aquest nom va ser restablert. Els permisos dels elements existents poden aplicar-se a aquest grup i tots els futurs membres. Si això no és el que pretén, si us plau, crei un altre grup amb un nom diferent." - -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Privacitat per defecte per a nous contactes" - -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Tothom" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "editar" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "afegir" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Editar grup" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Contactes en cap grup" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Crear un nou grup" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nom del Grup:" - -#: src/Model/Group.php:596 -msgid "Edit groups" +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" msgstr "" -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" + +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "activitat" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "missatge" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Veure en un altre pàgina" @@ -3269,294 +3501,295 @@ msgstr "Veure en un altre pàgina" msgid "[no subject]" msgstr "[Sense assumpte]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Fotos del Mur" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Editar perfil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Canviar la foto del perfil" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Pàgina web:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Acerca de:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[avui]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Recordatori d'Aniversaris" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Aniversari aquesta setmana" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[sense descripció]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Recordatori d'Esdeveniments" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Lloc de residència:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Preferència Sexual:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Idees Polítiques:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Creencies Religioses:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Agrada:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "No Agrada" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Títol/Descripció:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Sumari" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Gustos musicals" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Llibres, Literatura" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televisió" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Cinema/ball/cultura/entreteniments" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Aficions/Interessos" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Amor/sentiments" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Treball/ocupació" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Ensenyament/estudis" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Informació de contacte i Xarxes Socials" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERROR IMPORTANT: La generació de claus de seguretat ha fallat." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "" -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Les contrasenyes no coincideixen. Contrasenya no canviada." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Es requereix invitació." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "La invitació no ha pogut ser verificada." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "OpenID url no vàlid" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Em trobat un problema quan accedies amb la OpenID que has proporcionat. Per favor, revisa la cadena del ID." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "El missatge d'error fou: " -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Per favor, introdueixi la informació requerida." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, 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:1066 +#: src/Model/User.php:1214 #, 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:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Això no sembla ser el teu nom complet." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "El seu domini de correu electrònic no es troba entre els permesos en aquest lloc." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Adreça de correu no vàlida." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "No es pot utilitzar aquest correu electrònic." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "àlies ja registrat. Tria un altre." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Un error ha succeït durant el registre. Intenta-ho de nou." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Un error ha succeit durant la creació del teu perfil per defecte. Intenta-ho de nou." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Amics/Amigues" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Fotos del Perfil" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3564,7 +3797,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3582,10 +3815,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3596,12 +3828,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Detalls del registre per a %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3616,12 +3848,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3630,7 +3862,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3648,10 +3880,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3662,6 +3893,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "" @@ -3682,15 +3918,15 @@ msgid "Disable" msgstr "Deshabilitar" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Habilitar" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3700,7 +3936,7 @@ msgstr "Administració" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "" @@ -3729,12 +3965,12 @@ msgid "Addon %s failed to install." msgstr "" #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Desa la configuració" @@ -3819,75 +4055,77 @@ msgstr "" msgid "Manage Additional Features" msgstr "" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Altres" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3927,8 +4165,8 @@ msgid "Enable Debugging" msgstr "Habilitar Depuració" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4080,7 +4318,8 @@ msgstr "" msgid "Job Parameters" msgstr "" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "" @@ -4088,269 +4327,269 @@ msgstr "" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "No hi ha un tema específic per a mòbil" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimental)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Instancia multiusuari" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Tancat" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Requereix aprovació" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Obert" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Lloc" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Procés de Registre" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Fitxer carregat" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Polítiques" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Avançat" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Rendiment" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Nom del lloc" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Senyera/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Idioma del Sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Tema del sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Tema per a mòbil" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Tema per a aparells mòbils" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Instancia per a un únic usuari" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Fer aquesta instancia multi-usuari o mono-usuari per al usuari anomenat" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Mida màxima de les imatges" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4358,35 +4597,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Maxima longitud d'imatge" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Longitud màxima en píxels del costat més llarg de la imatge carregada. Per defecte es -1, que significa sense límits" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Qualitat per a la imatge JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Els JPEGs pujats seran guardats amb la qualitat que ajustis de [0-100]. Per defecte es 100 màxima qualitat." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Política per a registrar" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4394,157 +4633,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Registres Màxims Diaris" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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 "Si es permet el registre, això ajusta el nombre màxim de nous usuaris a acceptar diariament. Si el registre esta tancat, aquest ajust no te efectes." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Text al registrar" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Es mostrarà de manera destacada a la pàgina de registre. Podeu utilitzar BBCode aquí." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Noms prohibits" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Llista de sobrenoms separats per comes que tenen prohibit el registre. Els presets són una llista de noms de rol segonsRFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Comptes abandonats després de x dies" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Dominis amics permesos" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Llista de dominis separada per comes, de adreçes de correu que són permeses per establir amistats. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Dominis de correu permesos" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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 "Llista de dominis separada per comes, de adreçes de correu que són permeses per registrtar-se. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis." -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Bloqueig públic" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Bloqueja l'accés públic a qualsevol pàgina del lloc fins que t'hagis identificat." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Forçar publicació" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Obliga a que tots el perfils en aquest lloc siguin mostrats en el directori del lloc." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Els enviaments dels nous usuaris seran privats per defecte." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Canviar els permisos d'enviament per defecte per a tots els nous membres a grup privat en lloc de públic." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "No incloure el assumpte a les notificacions per correu electrónic" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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 "No incloure assumpte d'un enviament/comentari/missatge_privat/etc. Als correus electronics que envii fora d'aquest lloc, com a mesura de privacitat. " -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Deshabilita el accés públic als complements llistats al menu d'aplicacions" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Marcant això restringiras els complements llistats al menú d'aplicacions al membres" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "No incrustar imatges en missatges privats" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4552,11 +4791,11 @@ msgid "" "while." msgstr "No reemplaçar les fotos privades hospedades localment en missatges amb una còpia de l'imatge embeguda. Això vol dir que els contactes que rebin el missatge contenint fotos privades s'ha d'autenticar i carregar cada imatge, amb el que pot suposar bastant temps." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4565,267 +4804,319 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Habilitar suport per Diaspora" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Verificar SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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 "Si ho vols, pots comprovar el certificat estrictament. Això farà que no puguis connectar (de cap manera) amb llocs amb certificats SSL autosignats." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "proxy d'usuari" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "URL del proxy" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Temps excedit a la xarxa" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valor en segons. Canviat a 0 es sense límits (no recomenat)" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Càrrega Màxima Sostinguda" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4833,50 +5124,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4884,144 +5175,308 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Camí a carpeta temporal" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 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:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, 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:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "" @@ -5177,51 +5632,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Cues de missatges" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versió" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "" @@ -5318,7 +5762,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5335,7 +5779,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5348,7 +5792,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5374,11 +5818,11 @@ msgstr "Element no trobat." msgid "Please login to continue." msgstr "Per favor, accedeixi per a continuar." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5388,11 +5832,11 @@ msgstr "" msgid "Overview" msgstr "" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Característiques Adicionals" @@ -5412,7 +5856,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "" @@ -5440,23 +5884,23 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Registre d'usuari a l'espera de confirmació" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5464,7 +5908,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5472,32 +5916,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Usuaris" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Detalls del Perfil" @@ -5521,14 +5979,14 @@ msgstr "" msgid "Tips for New Members" msgstr "Consells per a nous membres" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" +msgid "Group Search - %s" msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 @@ -5548,36 +6006,40 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Compte" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Xarxes socials" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "App connectada" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Exportar dades personals" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Esborrar compte" @@ -5636,8 +6098,9 @@ msgstr "Inici d'Esdeveniment:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Requerit" @@ -5697,170 +6160,260 @@ msgstr "" msgid "Create New Event" msgstr "Crear un nou esdeveniment" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "llista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contacte no trobat" + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Contacte no vàlid." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Membres" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Clicar sobre el contacte per afegir o esborrar." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Mostrar tots els contactes" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Blocat" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Mostrar únicament els contactes blocats" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorat" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Mostrar únicament els contactes ignorats" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Arxivat" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Mostrar únicament els contactes arxivats" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Amagat" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Mostrar únicament els contactes amagats" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Cercant el seus contactes" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Actualitzar" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Desbloquejar" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Treure d'Ignorats" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Ajustos Avançats per als Contactes" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Amistat Mutua" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "Es un fan teu" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "ets fan de" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visitar perfil de %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Contacte no trobat" - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Fracassà l'actualització de Contacte" @@ -5871,6 +6424,7 @@ msgstr "Tornar al editor de contactes" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5897,11 +6451,6 @@ msgstr "Adreça de Enquesta/Alimentador" msgid "New photo from this URL" msgstr "Nova foto d'aquesta URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Contacte no vàlid." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5958,7 +6507,7 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5996,15 +6545,16 @@ msgstr "Si us plau, contesti les següents preguntes:" msgid "Your Identity Address:" msgstr "La Teva Adreça Identificativa:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Perfil URL" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6030,8 +6580,8 @@ msgstr "El contacte no s'ha pogut afegir." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "" @@ -6043,248 +6593,312 @@ msgstr "" msgid "Profile Match" msgstr "Perfil Aconseguit" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Error en actualitzar registre de contacte." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "El contacte ha estat desbloquejat" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Elcontacte ha estat bloquejat" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "El contacte ha estat recordat" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "El contacte ha estat ignorat" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Ara te una amistat mutua amb %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Estas compartint amb %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s esta compartint amb tú" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Comunicacions privades no disponibles per aquest contacte." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Mai" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(L'actualització fracassà)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(L'actualització fou exitosa)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Suggerir amics" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Xarxa tipus: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "La comunicació amb aquest contacte s'ha perdut!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Informació/Notes del contacte" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Editar notes de contactes" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Bloquejar/Alliberar contacte" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignore contacte" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Veient conversacions" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Última actualització:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Actualitzar enviament públic" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Actualitza ara" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Bloquejat actualment" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Ignorat actualment" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Actualment arxivat" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Amaga aquest contacte dels altres" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Répliques/agraiments per als teus missatges públics poden romandre visibles" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Estatus" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Canvi de estatus blocat" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Canvi de estatus ignorat" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6296,10 +6910,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6317,7 +6927,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Si" @@ -6347,103 +6957,60 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Sense resultats." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Sense resultats." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "No disponible." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Cap grup com" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Personal" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Missatge que et menciona o t'impliquen" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Favorits" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Enviaments Favorits" - #: src/Module/Credits.php:44 msgid "Credits" msgstr "" @@ -6660,7 +7227,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "" @@ -6721,29 +7288,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de \"administrar\"" - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Seleccionar identitat a administrar:" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "No hi ha entrades (algunes de les entrades poden estar amagades)." @@ -6789,138 +7333,59 @@ msgstr "Suggerir Amics" msgid "Suggest a friend for %s" msgstr "Suggerir un amic per a %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Pels informes d'error i problemes: si us plau, visiteu" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "No puc crear grup." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Grup no trobat" - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Crear un grup de contactes/amics." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Incapaç de esborrar Grup." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Membres" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "El Grup es buit" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Clicar sobre el contacte per afegir o esborrar." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Sense perfil" @@ -7212,30 +7677,26 @@ msgstr "" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "" @@ -7270,7 +7731,7 @@ msgstr "Arxius" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Pujar" @@ -7291,21 +7752,14 @@ msgstr "" msgid "File upload failed." msgstr "La càrrega de fitxers ha fallat." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Incapaç de processar la imatge." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Actualització de la imatge fracassada." @@ -7337,40 +7791,40 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Pàgina Normal del Compte " -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Pàgina de Soapbox" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Compte d'Amistat Automàtica" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" +msgid "Private Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Página de organización" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Página de noticias" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" msgstr "" #: src/Module/Moderation/BaseUsers.php:130 @@ -7427,6 +7881,7 @@ msgid "Block New Remote Contact" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "" @@ -7500,6 +7955,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7643,6 +8100,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "" @@ -7756,10 +8214,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7782,6 +8236,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Compte Normal" @@ -7791,7 +8476,7 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" +msgid "Public Group Account" msgstr "" #: src/Module/Moderation/Summary.php:56 @@ -7803,7 +8488,7 @@ msgid "Blog Account" msgstr "Compte de Blog" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" +msgid "Private Group Account" msgstr "" #: src/Module/Moderation/Summary.php:78 @@ -8040,7 +8725,7 @@ msgstr "Diu que et coneix:" #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "No" @@ -8104,11 +8789,11 @@ msgstr "Notificacions d'Inici" msgid "Show unread" msgstr "" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} solicituts de registre" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8127,7 +8812,7 @@ msgstr "Vol autoritzar a aquesta aplicació per accedir als teus missatges i con msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8138,11 +8823,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8223,65 +8908,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "Informació de privacitat remota no disponible." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Visible per a:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8322,8 +9007,8 @@ msgstr "Esborrar etiqueta del element" msgid "Select a tag to remove: " msgstr "Selecciona etiqueta a esborrar:" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Esborrar" @@ -8333,24 +9018,31 @@ msgstr "Sense Contactes" #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "" @@ -8369,7 +9061,7 @@ msgstr "" msgid "Image file is empty." msgstr "El fitxer de imatge és buit." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Veure Àlbum" @@ -8384,7 +9076,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Nom Complet:" @@ -8405,12 +9097,12 @@ msgid "Birthday:" msgstr "Aniversari:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Edat:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8418,12 +9110,12 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Descripció:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" +msgid "Groups:" msgstr "" #: src/Module/Profile/Profile.php:273 @@ -8580,8 +9272,8 @@ msgid "Your invitation code: " msgstr "El vostre codi d'invitació:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "El vostre nom complet (per exemple, Joe Smith, amb aspecte real o real):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8594,7 +9286,7 @@ msgid "Please repeat your e-mail address:" msgstr "" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nova Contrasenya:" @@ -8603,7 +9295,7 @@ msgid "Leave empty for an auto generated password." msgstr "Deixeu-lo buit per obtenir una contrasenya generat automàticament." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Confirmar:" @@ -8630,11 +9322,11 @@ msgstr "Importeu el vostre perfil a aquesta instància de friendica" msgid "Note: This node explicitly contains adult content" msgstr "Nota: Aquest node conté explícitament contingut per a adults" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Contrasenya principal:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Introduïu la contrasenya del compte principal per validar la vostra sol·licitud." @@ -8821,24 +9513,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Contrasenya Actual:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "La teva actual contrasenya a fi de confirmar els canvis" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8849,7 +9541,7 @@ msgstr "" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "" @@ -8934,7 +9626,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "" @@ -8962,99 +9654,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Compte per a una organització que aprovi automàticament les sol·licituds de contacte com a 'seguidors'." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Cuenta para un perfil público que aprueba automáticamente las solicitudes de contacto como 'Seguidores'." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Fòrum Privat [Experimental]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Opcional) Permetre a aquest OpenID iniciar sessió en aquest compte." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9062,89 +9754,94 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Ajustos de Compte" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Ajustos de Contrasenya" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Deixi els camps de contrasenya buits per a no fer canvis" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Contrasenya:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Ajustos Basics" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Adreça de Correu:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "La teva zona Horària:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "El teu idioma:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Definiu l’idioma que utilitzem per mostrar-vos la interfície Friendica i per enviar-vos correus electrònics" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Localització per Defecte del Missatge:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Ubicar-se amb el Navegador:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Ajustos de Seguretat i Privacitat" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Nombre Màxim de Sol·licituds per Dia" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(per a prevenir abusos de spam)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9152,43 +9849,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9196,233 +9893,241 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Permet als amics publicar en la seva pàgina de perfil?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Permet als amics d'etiquetar els teus missatges?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Permetre a desconeguts enviar missatges al teu correu privat?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Màxim nombre de missatges, per dia, de desconeguts:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Permisos de Correu per Defecte" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Després de aquests nombre de dies, els missatges caduquen automàticament:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Si està buit, els missatges no caducarà. Missatges caducats s'eliminaran" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Ajustos de Notificació" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Envia un correu notificant quan:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Has rebut una presentació" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "La teva presentació està confirmada" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Algú ha escrit en el teu mur de perfil" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Algú ha escrit un comentari de seguiment" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Has rebut un missatge privat" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Has rebut una suggerencia d'un amic" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Estàs etiquetat en un enviament" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Activa les notificacions a l'escriptori" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Mostra la finestra emergent a les noves notificacions" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Correu electrònic de notificació de només text" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Envieu només missatges de correu electrònic de notificació de text, sense la part html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Mostra les notificacions detallades" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Per defecte, les notificacions es condensen a una única notificació per element. Quan està activada, es mostra tota notificació." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Ajustos Avançats de Compte/ Pàgina" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Canviar el comportament d'aquest compte en situacions especials" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "traslladar-se" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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 "Si heu mogut aquest perfil d'un altre servidor i alguns dels vostres contactes no reben les vostres actualitzacions, proveu de prémer aquest botó." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Torneu a enviar el missatge a contactes" @@ -9434,6 +10139,119 @@ msgstr "" msgid "No Addon settings configured" msgstr "" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Descripció" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Afegir" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Connexió fracassada amb el compte de correu emprant la configuració proveïda." @@ -9631,221 +10449,255 @@ msgstr "Moure a la carpeta" msgid "Move to folder:" msgstr "Moure a la carpeta:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Cap usuari principal" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Usuari Principal" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "Els usuaris principals tenen un control total sobre aquest compte, inclosa la configuració del compte. Si us plau, comprova a qui dóna aquest accés." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "delegada" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "Els delegats poden gestionar tots els aspectes d'aquest compte/pàgina, excepte per als ajustaments bàsics del compte. Si us plau, no deleguin el seu compte personal a ningú que no confiïn completament." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Actuals Delegats de Pàgina" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Delegats Potencials" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Afegir" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Sense entrades" -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (No és compatible)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Ajustos de Pantalla" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Configuració de Temes" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Visualitzar el Tema:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Tema Mobile:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Número d'elements a mostrar per pàgina" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Màxim de 100 elements" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Nombre d'elements a veure per pàgina quan es vegin des d'un dispositiu mòbil:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Actualitzar navegador cada xx segons" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Mínim de 10 segons. Introduïu -1 per desactivar-lo." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9861,160 +10713,156 @@ msgstr "Aplicacions conectades" msgid "Remove authorization" msgstr "retirar l'autorització" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Nom de perfil requerit." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(clicar per a obrir/tancar)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Editor de Detalls del Perfil" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Canviar la Foto del Perfil" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Ubicació" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Miscel·lania" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Pujar Foto del Perfil" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Direcció:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Localitat/Ciutat:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Regió/Estat:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Codi Postal:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "País" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Pàgina web URL:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Paraules Clau Públiques" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Emprat per suggerir potencials amics, Altres poden veure-ho)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Paraules Clau Privades:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Emprat durant la cerca de perfils, mai mostrat a ningú)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Direcció:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Localitat/Ciutat:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Regió/Estat:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Codi Postal:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "País" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Pàgina web URL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Paraules Clau Públiques" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Emprat per suggerir potencials amics, Altres poden veure-ho)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Paraules Clau Privades:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Emprat durant la cerca de perfils, mai mostrat a ningú)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "La reducció de la imatge [%s] va fracassar." @@ -10050,257 +10898,299 @@ msgstr "Per favor, ajusta la retallada d'imatge per a una optima visualització. msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "o" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "saltar aquest pas" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "tria una foto dels teus àlbums" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Notificació del sistema Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "L’usuari ha suprimit el seu compte" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Al vostre node Friendica, un usuari ha suprimit el seu compte. Assegureu-vos que les seves dades siguin eliminades de les còpies de seguretat." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "L’identificador d’usuari és %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Eliminar el Meu Compte" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Això eliminarà per complet el seu compte. Quan s'hagi fet això, no serà recuperable." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Si us plau, introduïu la contrasenya per a la verificació:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Introduïu la vostra contrasenya per accedir a aquesta pàgina." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "Ha fallat la generació de contrasenya específica per a l’aplicació: la descripció està buida." -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "Ha fallat la generació de contrasenya específica per a l'aplicació: aquesta descripció ja existeix" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "S'ha generat una contrasenya nova específica per a l'aplicació." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Les contrasenyes específiques de l'aplicació s'han revocat correctament." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "La contrasenya específica de l'aplicació s'ha revocat correctament." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Contrasenyes específiques per a l'aplicació de dos factors" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Les contrasenyes específiques de l’aplicació són contrasenyes generades aleatòriament en lloc de la contrasenya habitual per autenticar el vostre compte en aplicacions de tercers que no admeten l’autenticació de dos factors

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Assegureu-vos de copiar la vostra nova contrasenya específica de l'aplicació ara. No el podreu tornar a veure!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Descripció" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Últim utilitzat" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Revocar" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Revoca tot" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Quan genereu una contrasenya nova específica de l’aplicació, l’heu d’utilitzar de seguida, us la mostrarà un cop després de generar-la." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Genereu una contrasenya nova específica de l'aplicació" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendica al meu Fairphone 2." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "generar" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "S'ha desactivat correctament l'autenticació de dos factors." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10309,68 +11199,68 @@ msgid "" "account.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10390,24 +11280,24 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "" @@ -10442,20 +11332,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10467,7 +11378,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10480,14 +11391,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10498,11 +11409,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10510,6 +11421,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de \"administrar\"" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Seleccionar identitat a administrar:" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "Les administracions de servidors tancats només poden ser realitzades per un administrador." @@ -10558,22 +11496,22 @@ msgstr "Error! No hi ha dades al arxiu! No es un arxiu de compte de Friendica?" msgid "User '%s' already exists on this server!" msgstr "El usuari %s' ja existeix en aquest servidor!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Error en la creació de l'usuari" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "%d contacte no importat" msgstr[1] "%d contactes no importats" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Error en la creació del perfil d'usuari" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Fet. Ja pots identificar-te amb el teu nom d'usuari i contrasenya" @@ -10707,15 +11645,15 @@ msgid "" msgstr "Al tauler lateral de la pàgina de contacte Hi ha diverses eines per trobar nous amics. Podem coincidir amb les persones per interesos, buscar persones pel nom o per interès, i oferir suggeriments basats en les relacions de la xarxa. En un nou lloc, els suggeriments d'amics, en general comencen a poblar el lloc a les 24 hores." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Agrupar els Teus Contactes" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "Una vegada que s'han fet alguns amics, organitzi'ls en grups de conversa privada a la barra lateral de la seva pàgina de contactes i després pot interactuar amb cada grup de forma privada a la pàgina de la xarxa." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10929,7 +11867,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -10973,7 +11911,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -10985,7 +11923,7 @@ msgstr "%s ha comentat un element/conversació que estas seguint." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Si us pau, visiteu %s per a veure i/o respondre la conversació." @@ -11150,10 +12088,10 @@ msgstr "Heu rebut un [url=%1$s]sol·licitud de registre[/url] from %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Nom complet:\t%s\nUbicació del lloc:\t%s\nNom d'usuari:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11179,22 +12117,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11222,272 +12160,308 @@ msgstr "Si us plau, poseu-vos en contacte amb el remitent responent a aquest mis msgid "%s posted an update." msgstr "%s ha publicat una actualització." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Missatge Privat" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "L'entrada fou editada" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Editar" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "a" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Mur-a-Mur" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "via Mur-a-Mur" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comentari" msgstr[1] "%d comentaris" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "seguint" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "Deixar de seguir" @@ -11845,7 +12819,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11864,7 +12838,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11872,7 +12846,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11880,10 +12854,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/ca/strings.php b/view/lang/ca/strings.php index 3a98857ec9..60da679a98 100644 --- a/view/lang/ca/strings.php +++ b/view/lang/ca/strings.php @@ -215,21 +215,23 @@ $a->strings['Permission settings'] = 'Configuració de permisos'; $a->strings['Public post'] = 'Enviament públic'; $a->strings['Message'] = 'Missatge'; $a->strings['Browser'] = 'Navegador'; +$a->strings['remove'] = 'esborrar'; +$a->strings['Delete Selected Items'] = 'Esborra els Elements Seleccionats'; +$a->strings['%s reshared this.'] = '%s va tornar a compartir això'; $a->strings['View %s\'s profile @ %s'] = 'Veure perfil de %s @ %s'; $a->strings['Categories:'] = 'Categories:'; $a->strings['Filed under:'] = 'Arxivat a:'; $a->strings['%s from %s'] = '%s des de %s'; $a->strings['View in context'] = 'Veure en context'; -$a->strings['remove'] = 'esborrar'; -$a->strings['Delete Selected Items'] = 'Esborra els Elements Seleccionats'; -$a->strings['%s reshared this.'] = '%s va tornar a compartir això'; +$a->strings['Personal'] = 'Personal'; +$a->strings['Posts that mention or involve you'] = 'Missatge que et menciona o t\'impliquen'; +$a->strings['Starred'] = 'Favorits'; +$a->strings['Favourite Posts'] = 'Enviaments Favorits'; $a->strings['General Features'] = 'Característiques Generals'; $a->strings['Post Composition Features'] = 'Característiques de Composició d\'Enviaments'; $a->strings['Post/Comment Tools'] = 'Eines d\'Enviaments/Comentaris'; $a->strings['Post Categories'] = 'Categories en Enviaments'; $a->strings['Add categories to your posts'] = 'Afegeix categories als teus enviaments'; -$a->strings['Forums'] = 'Forums'; -$a->strings['External link to forum'] = 'Enllaç extern al fòrum'; $a->strings['show more'] = 'Mostrar més'; $a->strings['event'] = 'esdeveniment'; $a->strings['status'] = 'estatus'; @@ -247,7 +249,6 @@ $a->strings['Ignore'] = 'Ignorar'; $a->strings['Connect/Follow'] = 'Connectar/Seguir'; $a->strings['Nothing new here'] = 'Res nou aquí'; $a->strings['Clear notifications'] = 'Neteja notificacions'; -$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, content'; $a->strings['Logout'] = 'Sortir'; $a->strings['End this session'] = 'Termina sessió'; $a->strings['Login'] = 'Identifica\'t'; @@ -323,7 +324,6 @@ $a->strings['Random Profile'] = 'Perfi Aleatori'; $a->strings['Invite Friends'] = 'Invita Amics'; $a->strings['Global Directory'] = 'Directori Global'; $a->strings['Local Directory'] = 'Directori Local'; -$a->strings['Groups'] = 'Grups'; $a->strings['All Contacts'] = 'Tots els Contactes'; $a->strings['Saved Folders'] = 'Carpetes Guardades'; $a->strings['Everything'] = 'Tot'; @@ -446,6 +446,9 @@ Error %d es va produir durant l\'actualització de la base de dades: $a->strings['Errors encountered performing database changes: '] = 'S\'han produït errors en realitzar canvis de base de dades:'; $a->strings['%s: Database update'] = '%s: Actualització de la base de dades'; $a->strings['%s: updating %s table.'] = '%s: actualització %s taula.'; +$a->strings['Everybody'] = 'Tothom'; +$a->strings['edit'] = 'editar'; +$a->strings['add'] = 'afegir'; $a->strings['Approve'] = 'Aprovar'; $a->strings['Disallowed profile URL.'] = 'Perfil URL no permès.'; $a->strings['Connect URL missing.'] = 'URL del connector perduda.'; @@ -479,15 +482,6 @@ $a->strings['Show map'] = 'Mostra el mapa'; $a->strings['Hide map'] = 'Amaga el mapa'; $a->strings['%s\'s birthday'] = '%s aniversari'; $a->strings['Happy Birthday %s'] = 'Feliç Aniversari %s'; -$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.'] = 'Un grup eliminat amb aquest nom va ser restablert. Els permisos dels elements existents poden aplicar-se a aquest grup i tots els futurs membres. Si això no és el que pretén, si us plau, crei un altre grup amb un nom diferent.'; -$a->strings['Default privacy group for new contacts'] = 'Privacitat per defecte per a nous contactes'; -$a->strings['Everybody'] = 'Tothom'; -$a->strings['edit'] = 'editar'; -$a->strings['add'] = 'afegir'; -$a->strings['Edit group'] = 'Editar grup'; -$a->strings['Contacts not in any group'] = 'Contactes en cap grup'; -$a->strings['Create a new group'] = 'Crear un nou grup'; -$a->strings['Group Name: '] = 'Nom del Grup:'; $a->strings['activity'] = 'activitat'; $a->strings['post'] = 'missatge'; $a->strings['bytes'] = 'bytes'; @@ -606,7 +600,6 @@ $a->strings['Check to block public access to all otherwise public personal pages $a->strings['Force publish'] = 'Forçar publicació'; $a->strings['Check to force all profiles on this site to be listed in the site directory.'] = 'Obliga a que tots el perfils en aquest lloc siguin mostrats en el directori del lloc.'; $a->strings['Private posts by default for new users'] = 'Els enviaments dels nous usuaris seran privats per defecte.'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Canviar els permisos d\'enviament per defecte per a tots els nous membres a grup privat en lloc de públic.'; $a->strings['Don\'t include post content in email notifications'] = 'No incloure el assumpte a les notificacions per correu electrónic'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'No incloure assumpte d\'un enviament/comentari/missatge_privat/etc. Als correus electronics que envii fora d\'aquest lloc, com a mesura de privacitat. '; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Deshabilita el accés públic als complements llistats al menu d\'aplicacions'; @@ -656,6 +649,10 @@ $a->strings['calendar'] = 'calendari'; $a->strings['Events'] = 'Esdeveniments'; $a->strings['Create New Event'] = 'Crear un nou esdeveniment'; $a->strings['list'] = 'llista'; +$a->strings['Contact not found.'] = 'Contacte no trobat'; +$a->strings['Invalid contact.'] = 'Contacte no vàlid.'; +$a->strings['Members'] = 'Membres'; +$a->strings['Click on a contact to add or remove.'] = 'Clicar sobre el contacte per afegir o esborrar.'; $a->strings['Show all contacts'] = 'Mostrar tots els contactes'; $a->strings['Blocked'] = 'Blocat'; $a->strings['Only show blocked contacts'] = 'Mostrar únicament els contactes blocats'; @@ -674,7 +671,6 @@ $a->strings['Mutual Friendship'] = 'Amistat Mutua'; $a->strings['is a fan of yours'] = 'Es un fan teu'; $a->strings['you are a fan of'] = 'ets fan de'; $a->strings['Visit %s\'s profile [%s]'] = 'Visitar perfil de %s [%s]'; -$a->strings['Contact not found.'] = 'Contacte no trobat'; $a->strings['Contact update failed.'] = 'Fracassà l\'actualització de Contacte'; $a->strings['Return to contact editor'] = 'Tornar al editor de contactes'; $a->strings['Name'] = 'Nom'; @@ -682,7 +678,6 @@ $a->strings['Account Nickname'] = 'Àlies del Compte'; $a->strings['Account URL'] = 'Adreça URL del Compte'; $a->strings['Poll/Feed URL'] = 'Adreça de Enquesta/Alimentador'; $a->strings['New photo from this URL'] = 'Nova foto d\'aquesta URL'; -$a->strings['Invalid contact.'] = 'Contacte no vàlid.'; $a->strings['Access denied.'] = 'Accés denegat.'; $a->strings['Submit Request'] = 'Sol·licitud Enviada'; $a->strings['You already added this contact.'] = 'Ja heu afegit aquest contacte.'; @@ -734,19 +729,12 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Actual $a->strings['Disconnect/Unfollow'] = 'Desconnecta / Deixa de seguir'; $a->strings['No results.'] = 'Sense resultats.'; $a->strings['Not available.'] = 'No disponible.'; -$a->strings['No such group'] = 'Cap grup com'; -$a->strings['Personal'] = 'Personal'; -$a->strings['Posts that mention or involve you'] = 'Missatge que et menciona o t\'impliquen'; -$a->strings['Starred'] = 'Favorits'; -$a->strings['Favourite Posts'] = 'Enviaments Favorits'; $a->strings['Time Conversion'] = 'Temps de Conversió'; $a->strings['Friendica provides this service for sharing events with other networks and friends in unknown timezones.'] = 'Friendica ofereix aquest servei per a compartir esdeveniments amb d\'altres xarxes i amics en zones horaries que son desconegudes'; $a->strings['UTC time: %s'] = 'hora UTC: %s'; $a->strings['Current timezone: %s'] = 'Zona horària actual: %s'; $a->strings['Converted localtime: %s'] = 'Conversión de hora local: %s'; $a->strings['Please select your timezone:'] = 'Si us plau, seleccioneu la vostra zona horària:'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de "administrar"'; -$a->strings['Select an identity to manage: '] = 'Seleccionar identitat a administrar:'; $a->strings['No entries (some entries may be hidden).'] = 'No hi ha entrades (algunes de les entrades poden estar amagades).'; $a->strings['Find on this site'] = 'Trobat en aquest lloc'; $a->strings['Site Directory'] = 'Directori Local'; @@ -756,13 +744,6 @@ $a->strings['Friend suggestion sent.'] = 'Enviat suggeriment d\'amic.'; $a->strings['Suggest Friends'] = 'Suggerir Amics'; $a->strings['Suggest a friend for %s'] = 'Suggerir un amic per a %s'; $a->strings['Bug reports and issues: please visit'] = 'Pels informes d\'error i problemes: si us plau, visiteu'; -$a->strings['Could not create group.'] = 'No puc crear grup.'; -$a->strings['Group not found.'] = 'Grup no trobat'; -$a->strings['Create a group of contacts/friends.'] = 'Crear un grup de contactes/amics.'; -$a->strings['Unable to remove group.'] = 'Incapaç de esborrar Grup.'; -$a->strings['Members'] = 'Membres'; -$a->strings['Group is empty'] = 'El Grup es buit'; -$a->strings['Click on a contact to add or remove.'] = 'Clicar sobre el contacte per afegir o esborrar.'; $a->strings['No profile'] = 'Sense perfil'; $a->strings['Help:'] = 'Ajuda:'; $a->strings['Welcome to %s'] = 'Benvingut a %s'; @@ -893,7 +874,6 @@ $a->strings['Note for the admin'] = 'Nota per a l\'administrador'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Deixa un missatge per a l\'administrador, per què vols unir-te a aquest node'; $a->strings['Membership on this site is by invitation only.'] = 'Lloc accesible mitjançant invitació.'; $a->strings['Your invitation code: '] = 'El vostre codi d\'invitació:'; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'El vostre nom complet (per exemple, Joe Smith, amb aspecte real o real):'; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'La vostra adreça de correu electrònic: (la informació inicial s’enviarà allà, així que ha de ser una adreça existent.)'; $a->strings['New Password:'] = 'Nova Contrasenya:'; $a->strings['Leave empty for an auto generated password.'] = 'Deixeu-lo buit per obtenir una contrasenya generat automàticament.'; @@ -924,7 +904,6 @@ $a->strings['Current Password:'] = 'Contrasenya Actual:'; $a->strings['Your current password to confirm the changes'] = 'La teva actual contrasenya a fi de confirmar els canvis'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Compte per a una organització que aprovi automàticament les sol·licituds de contacte com a \'seguidors\'.'; $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Cuenta para un perfil público que aprueba automáticamente las solicitudes de contacto como \'Seguidores\'.'; -$a->strings['Private Forum [Experimental]'] = 'Fòrum Privat [Experimental]'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Opcional) Permetre a aquest OpenID iniciar sessió en aquest compte.'; $a->strings['Account Settings'] = 'Ajustos de Compte'; @@ -968,6 +947,8 @@ $a->strings['Change the behaviour of this account for special situations'] = 'Ca $a->strings['Relocate'] = 'traslladar-se'; $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.'] = 'Si heu mogut aquest perfil d\'un altre servidor i alguns dels vostres contactes no reben les vostres actualitzacions, proveu de prémer aquest botó.'; $a->strings['Resend relocate message to contacts'] = 'Torneu a enviar el missatge a contactes'; +$a->strings['Description'] = 'Descripció'; +$a->strings['Add'] = 'Afegir'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Connexió fracassada amb el compte de correu emprant la configuració proveïda.'; $a->strings['Email access is disabled on this site.'] = 'L\'accés al correu està deshabilitat en aquest lloc.'; $a->strings['None'] = 'Cap'; @@ -993,7 +974,6 @@ $a->strings['Delegates'] = 'delegada'; $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.'] = 'Els delegats poden gestionar tots els aspectes d\'aquest compte/pàgina, excepte per als ajustaments bàsics del compte. Si us plau, no deleguin el seu compte personal a ningú que no confiïn completament.'; $a->strings['Existing Page Delegates'] = 'Actuals Delegats de Pàgina'; $a->strings['Potential Delegates'] = 'Delegats Potencials'; -$a->strings['Add'] = 'Afegir'; $a->strings['No entries.'] = 'Sense entrades'; $a->strings['%s - (Unsupported)'] = '%s - (No és compatible)'; $a->strings['Display Settings'] = 'Ajustos de Pantalla'; @@ -1008,7 +988,6 @@ $a->strings['Minimum of 10 seconds. Enter -1 to disable it.'] = 'Mínim de 10 se $a->strings['Additional Features'] = 'Característiques Adicionals'; $a->strings['Connected Apps'] = 'Aplicacions conectades'; $a->strings['Remove authorization'] = 'retirar l\'autorització'; -$a->strings['Profile Name is required.'] = 'Nom de perfil requerit.'; $a->strings['(click to open/close)'] = '(clicar per a obrir/tancar)'; $a->strings['Edit Profile Details'] = 'Editor de Detalls del Perfil'; $a->strings['Change Profile Photo'] = 'Canviar la Foto del Perfil'; @@ -1049,7 +1028,6 @@ $a->strings['App-specific password successfully revoked.'] = 'La contrasenya esp $a->strings['Two-factor app-specific passwords'] = 'Contrasenyes específiques per a l\'aplicació de dos factors'; $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.

    '] = '

    Les contrasenyes específiques de l’aplicació són contrasenyes generades aleatòriament en lloc de la contrasenya habitual per autenticar el vostre compte en aplicacions de tercers que no admeten l’autenticació de dos factors

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Assegureu-vos de copiar la vostra nova contrasenya específica de l\'aplicació ara. No el podreu tornar a veure!'; -$a->strings['Description'] = 'Descripció'; $a->strings['Last Used'] = 'Últim utilitzat'; $a->strings['Revoke'] = 'Revocar'; $a->strings['Revoke All'] = 'Revoca tot'; @@ -1061,6 +1039,8 @@ $a->strings['Two-factor authentication successfully disabled.'] = 'S\'ha desacti $a->strings['Export account'] = 'Exportar compte'; $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.'] = 'Exportar la teva informació del compte i de contactes. Empra això per fer una còpia de seguretat del teu compte i/o moure\'l cap altre servidor. '; $a->strings['Export all'] = 'Exportar tot'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de "administrar"'; +$a->strings['Select an identity to manage: '] = 'Seleccionar identitat a administrar:'; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'Les administracions de servidors tancats només poden ser realitzades per un administrador.'; $a->strings['Move account'] = 'Moure el compte'; $a->strings['You can import an account from another Friendica server.'] = 'Pots importar un compte d\'un altre servidor Friendica'; @@ -1100,8 +1080,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Anar al Teu Directori'; $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.'] = 'La pàgina del Directori li permet trobar altres persones en aquesta xarxa o altres llocs federats. Busqui un enllaç Connectar o Seguir a la seva pàgina de perfil. Proporcioni la seva pròpia Adreça de Identitat si així ho sol·licita.'; $a->strings['Finding New People'] = 'Trobar Gent Nova'; $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.'] = 'Al tauler lateral de la pàgina de contacte Hi ha diverses eines per trobar nous amics. Podem coincidir amb les persones per interesos, buscar persones pel nom o per interès, i oferir suggeriments basats en les relacions de la xarxa. En un nou lloc, els suggeriments d\'amics, en general comencen a poblar el lloc a les 24 hores.'; -$a->strings['Group Your Contacts'] = 'Agrupar els Teus Contactes'; -$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.'] = 'Una vegada que s\'han fet alguns amics, organitzi\'ls en grups de conversa privada a la barra lateral de la seva pàgina de contactes i després pot interactuar amb cada grup de forma privada a la pàgina de la xarxa.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Per que no es public el meu enviament?'; $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 respecta la teva privacitat. Per defecte, els teus enviaments només s\'envien a gent que has afegit com a amic. Per més informació, mira la secció d\'ajuda des de l\'enllaç de dalt.'; $a->strings['Getting Help'] = 'Demanant Ajuda'; @@ -1144,11 +1122,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'sol·licitud de registre'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Heu rebut una sol·licitud de registre de \'%1$s\' a %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Heu rebut un [url=%1$s]sol·licitud de registre[/url] from %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Nom complet: %s -Ubicació del lloc: %s -Nom d\'usuari: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Visiteu %s per aprovar o rebutjar la sol·licitud.'; $a->strings['This message was sent to you by %s, a member of the Friendica social network.'] = 'Aquest missatge va ser enviat a vostè per %s, un membre de la xarxa social Friendica.'; $a->strings['You may visit them online at %s'] = 'El pot visitar en línia a %s'; diff --git a/view/lang/cs/messages.po b/view/lang/cs/messages.po index a82cea89a4..4437b59d4f 100644 --- a/view/lang/cs/messages.po +++ b/view/lang/cs/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Petr Kučera, 2023\n" "Language-Team: Czech (http://app.transifex.com/Friendica/friendica/language/cs/)\n" @@ -39,29 +39,29 @@ msgstr "" msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Prázdný příspěvek odstraněn." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Položka nenalezena." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -72,17 +72,18 @@ msgstr "Položka nenalezena." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Přístup odmítnut." @@ -220,150 +221,156 @@ msgstr "\n\t\t\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky msgid "Your password has been changed at %s" msgstr "Vaše heslo bylo změněno na %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nová zpráva" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Nevybrán příjemce." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Nepodařilo se najít kontaktní informace." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Zprávu se nepodařilo odeslat." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Sběr zpráv selhal." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Odstranit" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Zprávy" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Konverzace nenalezena." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Zadejte prosím URL odkaz:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Odeslat soukromou zprávu" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Adresát:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Předmět:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Vaše zpráva:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Nahrát fotku" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Vložit webový odkaz" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Čekejte prosím" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Odeslat" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Žádné zprávy." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Zpráva není k dispozici." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Smazat zprávu" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D d. M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Odstranit konverzaci" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Není k dispozici zabezpečená komunikace. Možná budete schopen/na reagovat z odesílatelovy profilové stránky." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Poslat odpověď" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Neznámý odesilatel - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Vy a %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s a vy" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -380,14 +387,14 @@ msgstr "Osobní poznámky" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Uložit" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -399,22 +406,22 @@ msgid "User not found." msgstr "Uživatel nenalezen." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Fotoalba" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Nedávné fotky" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Nahrát nové fotky" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "Žádost o připojení selhala nebo byla zrušena." @@ -426,72 +433,72 @@ msgstr "Kontakt byl zablokován" msgid "Album not found." msgstr "Album nenalezeno." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album úspěšně smazáno" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Album bylo prázdné." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "fotce" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s byl označen ve %2$s uživatelem %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Veřejný přístup odepřen." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Není vybrána žádná fotka" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Nahrát fotky" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Název nového alba: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "nebo si vyberte existující album:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Nezobrazovat pro toto nahrání stavovou zprávu" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Oprávnění" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Opravdu chcete smazat toto fotoalbum a všechny jeho fotky?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Smazat album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -501,254 +508,271 @@ msgstr "Smazat album" msgid "Cancel" msgstr "Zrušit" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Upravit album" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Smazat album" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Zobrazit nejprve nejnovější" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Zobrazit nejprve nejstarší" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Zobrazit fotku" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Fotka není k dispozici" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Opravdu chcete smazat tuto fotku?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Smazat fotku" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Zobrazit fotku" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Upravit fotku" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Smazat fotku" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Použít jako profilovou fotku" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Soukromá fotka" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Zobrazit v plné velikosti" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Štítky: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Vyberte štítky pro odstranění]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nové jméno alba" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Titulek" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Přidat štítek" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Příklad: @jan, @Lucie_Nováková, @jakub@priklad.cz, #Morava, #taboreni" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Neotáčet" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Otáčet po směru hodinových ručiček (doprava)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Otáčet proti směru hodinových ručiček (doleva)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Tohle jste vy" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Okomentovat" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Náhled" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "" -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Vybrat" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Odstranit" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "To se mi líbí (přepínat)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "To se mi nelíbí (přepínat)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Mapa" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Není nastavena konfigurační hodnota systémového motivu." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Odstranit tuto položku?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "přepínat mobilní zobrazení" @@ -765,33 +789,34 @@ msgstr "Stránka nenalezena" msgid "You must be logged in to use addons. " msgstr "Pro použití doplňků musíte být přihlášen/a." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Všechny kontakty" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Sledující" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Sleduji" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Vzájemní přátelé" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "" @@ -941,7 +966,7 @@ msgstr "Všechny čekající aktualizace příspěvků jsou hotové." msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1116,21 +1141,25 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "a" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "a dalších %d lidí" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." @@ -1139,7 +1168,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." @@ -1148,7 +1177,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." @@ -1157,7 +1186,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." @@ -1166,7 +1195,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." @@ -1175,7 +1204,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." @@ -1184,7 +1213,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" @@ -1193,7 +1222,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" @@ -1202,7 +1231,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" @@ -1211,7 +1240,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" @@ -1220,7 +1249,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" @@ -1229,7 +1258,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" @@ -1238,269 +1267,402 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Viditelné pro všechny" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Prosím zadejte URL obrázku/videa/audia/webové stránky:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Štítek:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Uložit do složky:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Kde právě jste?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Smazat položku(y)?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nový příspěvek" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Sdílet" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "nahrát fotku" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Přiložit soubor" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "přiložit soubor" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Tučné" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Kurziva" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Podtržené" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Citace" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Kód" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Obrázek" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Odkaz" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Odkaz nebo média" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Nastavit vaši polohu" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "nastavit polohu" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Vymazat polohu v prohlížeči" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "vymazat polohu" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Nastavit nadpis" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategorie (seznam, oddělujte čárkou)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Nastavení oprávnění" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Veřejný příspěvek" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Zpráva" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Prohlížeč" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Zobrazit profil uživatele %s na %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Kategorie:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Vyplněn pod:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s z %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Zobrazit v kontextu" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "odstranit" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Smazat vybrané položky" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s tohle znovusdílel/a." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Zobrazit profil uživatele %s na %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategorie:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Vyplněn pod:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s z %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Zobrazit v kontextu" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Místní komunita" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Příspěvky od místních uživatelů na tomto serveru" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Globální komunita" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Příspěvky od uživatelů z celé federované sítě" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Osobní" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Příspěvky, které vás zmiňují nebo zahrnují" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "S hvězdou" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Oblíbené přízpěvky" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Obecné vlastnosti" @@ -1530,13 +1692,13 @@ msgid "Post Composition Features" msgstr "Nastavení vytváření příspěvků" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Automaticky zmiňovat fóra" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Přidat/odstranit zmínku, když je stránka na fóru označena/odznačena v okně ACL." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1576,12 +1738,12 @@ msgid "Advanced Profile Settings" msgstr "Pokročilá nastavení profilu" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Vypsat fóra" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Zobrazit návštěvníkům veřejná komunitní fóra na stránce pokročilého profilu" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1613,385 +1775,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Fóra" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Externí odkaz na fórum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "zobrazit více" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "událost" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "stav" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "fotka" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s označil/a %3$s uživatele %2$s štítkem %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Sledovat vlákno" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Zobrazit stav" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Zobrazit profil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Zobrazit fotky" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Síťové příspěvky" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Zobrazit kontakt" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Poslat soukromou zprávu" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Blokovat" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorovat" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Spojit se/sledovat" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Zde není nic nového" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Přejít zpět" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Vymazat oznámení" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@jméno, !fórum, #štítky, obsah" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Odhlásit se" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Konec této relace" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Přihlásit se" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Přihlásit se" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Vaše profilová stránka" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Fotky" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Vaše fotky" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Kalendář" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Osobní poznámky" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Vaše osobní poznámky" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Domů" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Domovská stránka" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registrovat" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Vytvořit účet" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Nápověda" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Nápověda a dokumentace" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Aplikace" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Doplňkové aplikace, nástroje, hry" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Hledat" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Hledání na stránkách tohoto webu" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Celý text" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Štítky" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontakty" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Komunita" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Konverzace na tomto a jiných serverech" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Adresář" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Adresář" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Informace" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Informace o této instanci Friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Podmínky používání" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Podmínky používání této instance Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Síť" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Konverzace od vašich přátel" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Vaše příspěvky a konverzace" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Představení" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Požadavky o přátelství" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Oznámení" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Zobrazit všechna oznámení" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Označit jako přečtené" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Soukromá pošta" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Doručená pošta" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Odeslaná pošta" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Spravovat jiné stránky" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Nastavení" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Nastavení účtu" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Spravovat/upravit přátelé a kontakty" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Administrátor" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Nastavení webu a konfigurace" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1999,23 +2172,23 @@ msgstr "Nastavení webu a konfigurace" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigace" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mapa webu" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Vkládání zakázáno" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Vložený obsah" @@ -2035,51 +2208,51 @@ msgstr "další" msgid "last" msgstr "poslední" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Obrázek/fotka" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Kliknutím otevřete/zavřete" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 napsal/a:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Šifrovaný obsah" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Neplatný protokol zdroje" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Neplatný protokol odkazu" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Načítám více záznamů..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Konec" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Sledovat" @@ -2108,88 +2281,92 @@ msgstr[1] "%d pozvánky k dispozici" msgstr[2] "%d pozvánky k dispozici" msgstr[3] "%d pozvánek k dispozici" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Najít lidi" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Zadejte jméno nebo zájmy" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Příklady: Josef Dvořák, rybaření" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Najít" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Návrhy přátel" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Podobné zájmy" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Náhodný profil" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Pozvat přátele" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Globální adresář" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Místní adresář" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Skupiny" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Vztahy" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Všechny kontakty" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokoly" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Všechny protokoly" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Uložené složky" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Všechno" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategorie" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2198,30 +2375,40 @@ msgstr[1] "%d společné kontakty" msgstr[2] "%d společného kontaktu" msgstr[3] "%d společných kontaktů" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archivy" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Zprávy" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Typy účtů" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportovat" @@ -2272,41 +2459,56 @@ msgstr[3] "Populární štítky (posledních %d hodin)" msgid "More Trending Tags" msgstr "Další populární štítky" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Poloha:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Síť:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Přestat sledovat" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Vzájemní" @@ -2315,7 +2517,7 @@ msgid "Post to Email" msgstr "Poslat příspěvek na e-mail" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "" @@ -2338,8 +2540,8 @@ msgstr "" #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2448,394 +2650,418 @@ msgstr "Pokud systém běží na Windows, prosím přečtěte si „http://www.p msgid "Generate encryption keys" msgstr "Generovat šifrovací klíče" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Chyba: Modul mod_rewrite webového serveru Apache je vyadován, ale není nainstalován." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Modul Apache mod_rewrite" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Chyba: PHP modul PDO nebo MySQLi je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Chyba: Ovladač MySQL pro PDO není nainstalován" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PHP modul PDO nebo MySQLi" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Chyba: PHP modul XML je vyžadován, ale není nainstalován" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "PHP modul XML" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "PHP modul libCurl" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Chyba: PHP modul libcurl je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "PHP modul GD graphics" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Chyba: PHP modul GD graphics je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "PHP modul OpenSSL" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Chyba: PHP modul openssl je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "PHP modul mb_string" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Chyba: PHP modul mb_string je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "PHP modul iconv" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Chyba: PHP modul iconv je vyžadován, ale není nainstalován" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "PHP modul POSIX" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "PHP modul JSON" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Chyba: PHP modul JSON je vyžadován, ale není nainstalován" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "PHP modul File Information" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Chyba: PHP modul File Information je vyžadován, ale není nainstalován." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 msgid "" "The web installer needs to be able to create a file called " "\"local.config.php\" in the \"config\" folder of your web server and it is " "unable to do so." msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. " -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named local.config.php in your Friendica \"config\" folder." msgstr "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "Soubor config/local.config.php je zapisovatelný" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica používá k zobrazení svých webových stránek šablonovací nástroj Smarty3. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "Pro uložení kompilovaných šablon potřebuje webový server mít přístup k zápisu do adresáře view/smarty3/ pod kořenovým adresářem Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Prosím ujistěte se, že má uživatel webového serveru (jako například www-data) právo zápisu do tohoto adresáře" -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Poznámka: jako bezpečnostní opatření byste měl/a přidělit webovém serveru právo zápisu pouze do adresáře /view/smarty3/ -- a nikoliv už do souborů s šablonami (.tpl), které obsahuje." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "Adresář view/smarty3 je zapisovatelný" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Chybová zpráva od Curl při načítání" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Url rewrite je funkční." -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "PHP rozšíření ImageMagick není nainstalováno" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "PHP rozšíření ImageMagick je nainstalováno" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick podporuje GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Databáze se již používá." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Nelze se připojit k databázi." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "pondělí" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "úterý" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "středa" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "čtvrtek" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "pátek" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "sobota" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "neděle" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "leden" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "únor" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "březen" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "duben" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "květen" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "červen" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "červenec" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "srpen" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "září" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "říjen" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "listopad" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "prosinec" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "pon" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "úte" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "stř" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "čtv" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "pát" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "sob" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "ned" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "led" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "úno" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "bře" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "dub" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "čvn" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "čvc" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "srp" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "zář" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "říj" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "lis" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "pro" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2880,22 +3106,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Aktualizace %s selhala. Zkontrolujte protokol chyb." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2905,16 +3131,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tVývojáři Friendica nedávno vydali aktualizaci %s,\n\t\t\t\tale když jsem ji zkusil instalovat, něco se strašně pokazilo.\n\t\t\t\tToto se musí ihned opravit a nemůžu to udělat sám. Prosím, kontaktujte\n\t\t\t\tvývojáře Friendica, pokud to nedokážete sám. Moje databáze může být neplatná." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica:Oznámení] Aktualizace databáze" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2926,28 +3152,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2955,42 +3181,42 @@ msgid "" "%s\n" msgstr "\nPři aktualizaci databáze se vyskytla chyba %d:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Při vykonávání změn v databázi se vyskytly chyby: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Aktualizace databáze" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: aktualizuji tabulku %s" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Neautorizováno" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Vnitřní chyba serveru" @@ -2999,82 +3225,122 @@ msgstr "Vnitřní chyba serveru" msgid "Legacy module file not found: %s" msgstr "Soubor legacy modulu nenalezen: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Všichni" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "upravit" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "přidat" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Schválit" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organizace" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Fórum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Nepovolené URL profilu." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Zablokovaná doména" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Chybí URL adresa pro připojení." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "Kontakt nemohl být přidán. Prosím zkontrolujte relevantní přihlašovací údaje sítě na stránce Nastavení -> Sociální sítě." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Uvedená adresa profilu neposkytuje dostatečné informace." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Nenalezen žádný kompatibilní komunikační protokol nebo kanál." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Autor nebo jméno nenalezeno" -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Této adrese neodpovídá žádné URL prohlížeče." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Použite mailo: před adresou k vynucení emailové kontroly." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Omezený profil. Tato osoba nebude schopna od vás přijímat přímá/osobní oznámení." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Nepodařilo se získat kontaktní informace." @@ -3082,54 +3348,54 @@ msgstr "Nepodařilo se získat kontaktní informace." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Začíná:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Končí:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "celodenní" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "září" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "dnes" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "měsíc" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "týden" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "den" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Žádné události k zobrazení" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Přístup na tento profil byl omezen." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3161,110 +3427,76 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Zobrazit mapu" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Skrýt mapu" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s má narozeniny" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Veselé narozeniny, %s" -#: src/Model/Group.php:105 -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 "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěl/a, vytvořte, prosím, další skupinu s jiným názvem." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Výchozí soukromá skupina pro nové kontakty." +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Všichni" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "upravit" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "přidat" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Upravit skupinu" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Kontakty, které nejsou v žádné skupině" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Vytvořit novou skupinu" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Název skupiny: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Upravit skupiny" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "aktivita" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "příspěvek" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Varování o obsahu: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytů" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3273,7 +3505,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3282,7 +3514,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3291,7 +3523,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3300,12 +3532,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Zobrazit na separátní stránce" @@ -3313,227 +3545,228 @@ msgstr "Zobrazit na separátní stránce" msgid "[no subject]" msgstr "[bez předmětu]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Fotky na zdi" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Upravit profil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Změnit profilovou fotku" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Domovská stránka:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "O mně:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Kanál Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "d. F" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[dnes]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Připomínka narozenin" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Narozeniny tento týden:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A, l d. F" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Žádný popis]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Připomenutí událostí" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Nadcházející události v příštích 7 dnech:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s vítá uživatele %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Rodné město:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Sexuální orientace:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Politické přesvědčení:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Náboženské přesvědčení:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Líbí se:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Nelibí se:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Název / Popis:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Shrnutí" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Hudební vkus" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Knihy, literatura" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televize" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/tanec/kultura/zábava" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Koníčky/zájmy" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Láska/romantika" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Práce/zaměstnání" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Škola/vzdělání" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Kontaktní informace a sociální sítě" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ZÁVAŽNÁ CHYBA: Generování bezpečnostních klíčů se nezdařilo." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Přihlášení selhalo" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Není dost informací pro autentikaci" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Heslo nemůže být prázdné" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Prázdná hesla nejsou povolena." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Nové heslo bylo zveřejněno ve veřejném výpisu dat, prosím zvolte si jiné." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Hesla se neshodují. Heslo nebylo změněno." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Je vyžadována pozvánka." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Pozvánka nemohla být ověřena." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Neplatný odkaz OpenID" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Zaznamenali jsme problém s vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. " -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Chybová zpráva byla:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Zadejte prosím požadované informace." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length (%s) a system.username_max_length (%s) se vzájemně vylučují, čímž se vyměňují hodnoty." -#: src/Model/User.php:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3542,7 +3775,7 @@ msgstr[1] "Uživateleké jméno musí mít alespoň %s znaky." msgstr[2] "Uživateleké jméno musí mít alespoň %s znaku." msgstr[3] "Uživateleké jméno musí mít alespoň %s znaků." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3551,60 +3784,60 @@ msgstr[1] "Uživateleké jméno musí mít nanejvýš %s znaky." msgstr[2] "Uživateleké jméno musí mít nanejvýš %s znaku." msgstr[3] "Uživateleké jméno musí mít nanejvýš %s znaků." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Vaše e-mailová doména není na tomto serveru mezi povolenými." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Neplatná e-mailová adresa." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Administrátor serveru zablokoval registraci této přezdívky." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Tento e-mail nelze použít." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Uživatelské jméno může obsahovat pouze znaky a-z, 0-9 a _." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Přezdívka je již registrována. Prosím vyberte jinou." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Došlo k chybě při registraci. Zkuste to prosím znovu." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Při vytváření vašeho výchozího profilu došlo k chybě. Zkuste to prosím znovu." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "Při vytváření vašeho kontaktu na sebe došlo k chybě. Zkuste to prosím znovu." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Přátelé" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Při vytváření vaší výchozí skupiny kontaktů došlo k chybě. Zkuste to prosím znovu." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Profilové fotky" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3612,7 +3845,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3630,10 +3863,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3644,12 +3876,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Registrační údaje pro uživatele %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3664,12 +3896,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tVážený/á %1$s,\n\t\t\t\tDěkujeme, že jste se registroval/a na %2$s. Váš účet čeká na schválení administrátora.\n\n\t\t\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%3$s\n\t\t\tPřihlašovací jméno:\t%4$s\n\t\t\tHeslo:\t\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Registrace na %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3678,7 +3910,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3696,10 +3928,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3710,6 +3941,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Doplněk nenalezen." @@ -3730,15 +3966,15 @@ msgid "Disable" msgstr "Zakázat" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Povolit" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3748,7 +3984,7 @@ msgstr "Administrace" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Doplňky" @@ -3777,12 +4013,12 @@ msgid "Addon %s failed to install." msgstr "Instalace doplňku %s selhala." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Uložit nastavení" @@ -3867,15 +4103,17 @@ msgstr "Uzamknout vlastnost %s" msgid "Manage Additional Features" msgstr "Spravovat další funkce" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Jiné" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "neznámé" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3884,7 +4122,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3893,7 +4131,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3902,7 +4140,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3911,7 +4149,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3920,7 +4158,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3929,7 +4167,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3938,18 +4176,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "Tato stránka vám nabízí pár čísel pro známou část federované sociální sítě, které je váš server Friendica součástí. Tato čísla nejsou kompletní, ale pouze odrážejí část sítě, které si je Váš server vědom." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Statistiky Federation" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3991,8 +4229,8 @@ msgid "Enable Debugging" msgstr "Povolit ladění" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4144,7 +4382,8 @@ msgstr "" msgid "Job Parameters" msgstr "Parametry úlohy" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Vytvořeno" @@ -4152,269 +4391,269 @@ msgstr "Vytvořeno" msgid "Priority" msgstr "Priorita" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Žádný speciální motiv pro mobilní zařízení" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimentální)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Žádná komunitní stránka" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Veřejné příspěvky od místních uživatelů" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Veřejné příspěvky z federované sítě" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Veřejné příspěvky od místních uživatelů a z federované sítě" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Víceuživatelská instance" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Uzavřeno" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Vyžaduje schválení" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Otevřeno" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Nekontrolovat" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "kontrolovat stabilní verzi" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "kontrolovat vývojovou verzi" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Web" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Znovu publikovat uživatele do adresáře" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registrace" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Nahrání souborů" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Politika" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Pokročilé" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Adresář automaticky objevených kontaktů" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Výkon" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Pracovník (worker)" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Přeposílání zpráv" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Název webu" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "E-mail odesílatele" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "E-mailová adresa, kterou bude Váš server používat pro posílání e-mailů s oznámeními." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Banner/logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Favikona" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Odkaz k ikoně, která bude použita pro prohlížeče." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Dotyková ikona" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Odkaz k ikoně, která bude použita pro tablety a mobilní zařízení." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Dodatečné informace" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Pro veřejné servery: zde můžete přidat dodatečné informace, které budou vypsané na stránce %s/servers." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Systémový jazyk" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Systémový motiv" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Mobilní systémový motiv" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Motiv pro mobilní zařízení" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Vynutit SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Vynutit SSL pro všechny ne-SSL žádosti - Upozornění: na některých systémech může dojít k nekonečnému zacyklení." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Jednouživatelská instance" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Maximální velikost obrázků" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4422,35 +4661,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Maximální velikost obrázků" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximální délka delší stránky nahrávaných obrázků v pixelech. Výchozí hodnota je -1, což znamená bez omezení." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Kvalita obrázků JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Nahrávané obrázky JPEG budou uloženy se zadanou kvalitou v rozmezí [0-100]. Výchozí hodnota je 100, což znamená plnou kvalitu." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Politika registrace" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4458,157 +4697,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Maximální počet denních registrací" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den. Pokud je registrace zakázána, toto nastavení nemá žádný efekt." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Text při registraci" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Bude zobrazen viditelně na stránce registrace. Zde můžete používat BBCode." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Zakázané přezdívky" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Seznam přezdívek, které nelze registrovat, oddělených čárkami. Přednastaven je seznam častých přezdívek dle RFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Účty jsou opuštěny po x dnech" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Nebude se plýtvat systémovými zdroji kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Povolené domény přátel" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Seznam domén, kterým je povoleno navazovat přátelství s tímto webem, oddělených čárkami. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolné domény." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Povolené e-mailové domény" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Seznam domén e-mailových adres, kterým je povoleno provádět registraci na tomto webu, oddělených čárkami. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolné domény." -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Žádný obohacený obsah oEmbed" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Neukazovat obohacený obsah (např. vložené PDF dokumenty), kromě toho z domén vypsaných níže." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Blokovat veřejný přístup" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Označením zablokujete veřejný přístup ke všem jinak veřejně přístupným osobním stránkám nepřihlášeným uživatelům." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Vynutit publikaci" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Označením budou všechny profily na tomto serveru uvedeny v adresáři stránky." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Povolení této funkce může porušit zákony o ochraně soukromí, jako je Obecné nařízení o ochraně osobních údajů (GDPR)" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "Adresa URL globálního adresáře" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "Adresa URL globálního adresáře. Pokud toto není nastaveno, globální adresář bude aplikaci naprosto nedostupný." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Nastavit pro nové uživatele příspěvky jako soukromé" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Nastavit výchozí práva pro příspěvky od všech nových členů na výchozí soukromou skupinu místo veřejné." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Nezahrnovat v e-mailových oznámeních obsah příspěvků" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr " V e-mailových oznámeních, které jsou odesílány z tohoto webu, nebudou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. " -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Nepovolit přidávání soukromých obrázků do příspěvků" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4616,11 +4855,11 @@ msgid "" "while." msgstr "Nenahrazovat místní soukromé fotky v příspěvcích vloženou kopií obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotky, budou muset autentikovat a načíst každý obrázek, což může zabrat nějaký čas." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Explicitní obsah" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4629,267 +4868,319 @@ msgid "" "will be shown at the user registration page." msgstr "Touto funkcí oznámíte, že je Váš server používán hlavně pro explicitní obsah, který nemusí být vhodný pro mladistvé. Tato informace bude publikována na stránce informací o serveru a může být využita např. globálním adresářem pro odfiltrování Vašeho serveru ze seznamu serverů pro spojení. Poznámka o tom bude navíc zobrazena na stránce registrace." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Umožnit uživatelům nastavit remote_self" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "S tímto označením má každý uživatel možnost označit jakékoliv ze svých kontakt jako „remote_self“ v nastavení v dialogu opravit kontakt. Tímto označením se budou zrcadlit všechny správy tohoto kontaktu v uživatelově proudu." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Komunitní stránky pro návštěvníky" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Které komunitní stránky by měly být viditelné pro návštěvníky. Místní uživatelé vždy vidí obě stránky." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Počet příspěvků na komunitní stránce" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "Maximální počet příspěvků na uživatele na komunitní stránce. (neplatí pro „Globální komunitu“)" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Podpora pro Diasporu nemůže být zapnuta, protože Friendica byla nainstalována do podadresáře." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Zapnout podporu pro Diaspora" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Ověřit SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Proxy uživatel" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "Proxy URL adresa" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Čas vypršení síťového spojení (timeout)" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Maximální průměrné zatížení" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Maximální systémová zátěž, než budou procesy pro doručení a dotazování odloženy - výchozí hodnota %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Minimální paměť" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minimální volná paměť v MB pro pracovníka. Potřebuje přístup do /proc/meminfo - výchozí hodnota 0 (deaktivováno)" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Dny mezi dotazy" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Počet dnů, po kterých je server znovu dotázán na své kontakty" - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Objevit kontakty z ostatních serverů" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Dny mezi dotazy" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Hledat v místním adresáři" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "Prohledat místní adresář místo globálního adresáře. Při místním prohledávání bude každé hledání provedeno v globálním adresáři na pozadí. To vylepšuje výsledky při zopakování hledání." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Zveřejnit informace o serveru" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4897,50 +5188,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Pokud je tohle povoleno, budou zveřejněna obecná data o serveru a jeho používání. Data obsahují jméno a verzi serveru, počet uživatelů s veřejnými profily, počet příspěvků a aktivované protokoly a konektory. Pro více informací navštivte the-federation.info." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Zkontrolovat upstreamovou verzi" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." msgstr "Umožní kontrolovat nové verze Friendica na GitHubu. Pokud existuje nová verze, budete informován/a na přehledu administračního panelu." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Potlačit štítky" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Potlačit zobrazení seznamu hastagů na konci příspěvků." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Vyčistit databázi" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Odstranit staré vzdálené položky, osiřelé záznamy v databázi a starý obsah z některých dalších pomocných tabulek." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Životnost vzdálených položek" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "" "When the database cleanup is enabled, this defines the days after which " "remote items will be deleted. Own items, and marked or filed items are " "always kept. 0 disables this behaviour." msgstr "Pokud je zapnuto čištění databáze, tato funkce definuje počet dnů, po kterých budou smazány vzdálené položky. Vlastní položky a označené či vyplněné položky jsou vždy ponechány. Hodnota 0 tuto funkci vypíná." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Životnost nevyžádaných položek" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4948,144 +5239,308 @@ msgid "" "items if set to 0." msgstr "Pokud je zapnuto čištění databáze, tato funkce definuje počet dnů, po kterých budou smazány nevyžádané vzdálené položky (většinou obsah z přeposílacího serveru). Výchozí hodnota je 90 dní. Pokud je zadaná hodnota 0, výchozí hodnotou bude obecná hodnota životnosti vzdálených položek." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Životnost hrubých dat konverzací" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "" "The conversation data is used for ActivityPub and OStatus, as well as for " "debug purposes. It should be safe to remove it after 14 days, default is 90 " "days." msgstr "Data konverzací jsou použita pro ActivityPub a OStatus a pro účely ladění. Mělo by být bezpečné je odstranit po 14 dnech, výchozí hodnota je 90 dní." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Maximální počet komentářů k příspěvku" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Kolik komentářů by mělo být zobrazeno k každému příspěvku? Výchozí hodnotou je 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Cesta k dočasným souborům" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Pokud máte omezený systém, kde webový server nemá přístup k systémové složce temp, zde zadejte jinou cestu." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Hledat pouze ve štítcích" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "Textové vyhledávání může u rozsáhlých systémů znamenat velmi citelné zpomalení systému." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Maximální počet paralelních pracovníků" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Na sdílených hostinzích toto nastavte na hodnotu %d. Na větších systémech se hodí hodnoty kolem %d. Výchozí hodnotou je %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Povolit fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Pokud je toto povoleno, mechanismus fastlane spustí dodatečného pracovníka, pokud jsou procesy vyšší priority zablokované procesy nižší priority." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Přímý přenos na server pro přeposílání" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Umožňuje přímý přenos na ostatní servery bez použití přeposílacích serverů" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Rozsah příspěvků z přeposílacího serveru" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "" "Can be \"all\" or \"tags\". \"all\" means that every public post should be " "received. \"tags\" means that only posts with selected tags should be " "received." msgstr "Může být buď „vše“ nebo „štítky“. „vše“ znamená, že budou přijaty všechny veřejné příspěvky. „štítky“ znamená, že budou přijaty pouze příspěvky s vybranými štítky." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Zakázáno" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "vše" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "štítky" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Serverové štítky" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Seznam štítků pro odběr „tags“, oddělených čárkami." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Povolit uživatelské štítky" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Pokud je toto povoleno, budou štítky z uložených hledání vedle odběru „relay_server_tags“ použity i pro odběr „tags“." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Začít přemístění" @@ -5241,51 +5696,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s není na Vašem systému dosažitelné. Tohle je závažná chyba konfigurace, která brání komunikaci mezi servery. Pro pomoc navštivte stránku instalace." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "system.basepath Friendica bylo aktualizováno z „%s“ na „%s“. Pro vyhnutí se rozdílům prosím odstraňte z vaší databáze system.basepath." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "Aktuální system.basepath Friendica „%s“ je špatné a konfigurační soubor „%s“ se nepoužívá." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "Aktuální system.basepath „%s“ není rovno konfguračnímu souboru „%s“. Prosím opravte si svou konfiguraci." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Fronty zpráv" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Nastavení serveru" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Verze" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Aktivní doplňky" @@ -5382,7 +5826,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5399,7 +5843,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5412,7 +5856,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5438,11 +5882,11 @@ msgstr "Položka nebyla nalezena." msgid "Please login to continue." msgstr "Pro pokračování se prosím přihlaste." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5452,11 +5896,11 @@ msgstr "" msgid "Overview" msgstr "Přehled" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Konfigurace" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Dodatečné vlastnosti" @@ -5476,7 +5920,7 @@ msgstr "Prozkoumat odložené pracovníky" msgid "Inspect worker Queue" msgstr "Prozkoumat frontu pro pracovníka" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostika" @@ -5504,16 +5948,16 @@ msgstr "" msgid "Addon Features" msgstr "Vlastnosti doplňků" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Registrace uživatelů čekající na potvrzení" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5522,7 +5966,7 @@ msgstr[1] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnu msgstr[2] "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut." msgstr[3] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5532,7 +5976,7 @@ msgstr[1] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmí msgstr[2] "Byl dosažen týdenní limit %d příspěvku. Příspěvek byl odmítnut." msgstr[3] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmítnut." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5542,32 +5986,46 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Uživatelé" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Nástroje" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Blokované kontakty" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Blokované servery" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Smazat položku" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Zdroj položky" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Detaily profilu" @@ -5591,15 +6049,15 @@ msgstr "" msgid "Tips for New Members" msgstr "Tipy pro nové členy" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Vyhledávání lidí - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Vyhledávání fór - %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5620,36 +6078,40 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Účet" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Dvoufázové ověřování" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Zobrazení" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Sociální sítě" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Připojené aplikace" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Exportovat osobní údaje" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Odstranit účet" @@ -5708,8 +6170,9 @@ msgstr "Událost začíná:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Vyžadováno" @@ -5769,11 +6232,114 @@ msgstr "Zobrazit" msgid "Create New Event" msgstr "Vytvořit novou událost" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "seznam" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Kontakt nenalezen." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Neplatný kontakt." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Knotakt je smazán." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Špatný požadavek." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtr" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Členové" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Klikněte na kontakt pro přidání nebo odebrání" + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5782,159 +6348,146 @@ msgstr[1] "%d kontakty upraveny" msgstr[2] "%d kontaktu upraveno" msgstr[3] "%d kontaktů upraveno" -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Zobrazit všechny kontakty" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Čekající" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Blokované" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Zobrazit pouze blokované kontakty" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorované" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Zobrazit pouze ignorované kontakty" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archivované" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Zobrazit pouze archivované kontakty" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Skryté" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Zobrazit pouze skryté kontakty" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Organizovat vaše skupiny kontaktů" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Prohledat vaše kontakty" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Výsledky pro: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Aktualizace" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Odblokovat" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Přestat ignorovat" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Souhrnné akce" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Konverzace, které tento kontakt začal" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Příspěvky a komentáře" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Pokročilé nastavení kontaktu" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Vzájemné přátelství" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "je váš fanoušek" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "jste fanouškem" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Navštivte profil uživatele %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Kontakt nenalezen." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Aktualizace kontaktu selhala." @@ -5945,6 +6498,7 @@ msgstr "Zpět k editoru kontaktu" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5971,11 +6525,6 @@ msgstr "URL adresa poll/feed" msgid "New photo from this URL" msgstr "Nová fotka z této URL adresy" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Neplatný kontakt." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -6042,7 +6591,7 @@ msgstr[2] "Kontakty (%s)" msgstr[3] "Kontakty (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6080,15 +6629,16 @@ msgstr "Odpovězte, prosím, následující:" msgid "Your Identity Address:" msgstr "Vaše adresa identity:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL profilu" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6114,8 +6664,8 @@ msgstr "Kontakt nemohl být přidán." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Neplatný požadavek." @@ -6127,248 +6677,312 @@ msgstr "" msgid "Profile Match" msgstr "Shoda profilu" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Nepodařilo se aktualizovat kontakt." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakt byl odblokován" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakt byl zablokován" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakt přestal být ignorován" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakt bude ignorován" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Jste vzájemní přátelé s uživatelem %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Sdílíte s uživatelem %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s s vámi sdílí" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Soukromá komunikace není dostupná pro tento kontakt." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Nikdy" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Aktualizace nebyla úspěšná)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Aktualizace byla úspěšná)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Navrhnout přátele" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Typ sítě: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Komunikace s tímto kontaktem byla ztracena!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Načíst další informace pro kanál" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "Načíst informace jako obrázky náhledu, nadpis a popisek z položky kanálu. Toto můžete aktivovat, pokud kanál neobsahuje moc textu. Klíčová slova jsou vzata z hlavičky meta v položce kanálu a jsou zveřejněna jako hashtagy." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Načíst informace" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Načíst klíčová slova" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Načíst informace a klíčová slova" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Žádné zrcadlení" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Zrcadlit jako mé vlastní příspěvky" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Kontaktní informace / poznámky" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Nastavení kontaktů" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Jejich osobní poznámka" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Upravit poznámky kontaktu" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Blokovat / Odblokovat kontakt" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignorovat kontakt" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Zobrazit konverzace" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Poslední aktualizace:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Aktualizovat veřejné příspěvky" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Aktualizovat" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Čekám na potrvzení spojení" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "V současnosti zablokováno" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "V současnosti ignorováno" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Aktuálně archivován" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Skrýt tento kontakt před ostatními" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Odpovědi/oblíbení na vaše veřejné příspěvky mohou být stále viditelné" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Oznámení o nových příspěvcích" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Posílat oznámení o každém novém příspěvku tohoto kontaktu" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno „Načíst informace a klíčová slova“. Oddělujte čárkami" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Akce" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Stav" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Zrcadlení příspěvků od tohoto kontaktu" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Označit tento kontakt jako „remote_self“, s tímto nastavením bude Friendica znovupublikovat všechny nové příspěvky od tohoto kontaktu." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Znovu načíst data kontaktu" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Přepínat stav Blokováno" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Přepínat stav Ignorováno" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6380,10 +6994,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Knotakt je smazán." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6401,7 +7011,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Ano" @@ -6431,103 +7041,60 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Žádné výsledky." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Místní komunita" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Příspěvky od místních uživatelů na tomto serveru" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globální komunita" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Příspěvky od uživatelů z celé federované sítě" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Žádné výsledky." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Možnost komunity není dostupná." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Není k dispozici." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Žádná taková skupina" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Skupina: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Osobní" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Příspěvky, které vás zmiňují nebo zahrnují" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "S hvězdou" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Oblíbené přízpěvky" - #: src/Module/Credits.php:44 msgid "Credits" msgstr "Poděkování" @@ -6746,7 +7313,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Pro používání tohoto modulu musíte být přihlášen/a" @@ -6807,29 +7374,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva." - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Vyberte identitu ke spravování: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Žádné záznamy (některé položky mohou být skryty)." @@ -6875,138 +7419,59 @@ msgstr "Navrhnout přátele" msgid "Suggest a friend for %s" msgstr "Navrhnout přítele pro uživatele %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Nainstalované doplňky/aplikace:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Žádne nainstalované doplňky/aplikace" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Přečtěte si o Podmínkách používání tohoto serveru." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "Na tomto serveru jsou zablokovány následující vzdálené servery." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Důvody pro zablokování" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, php-format msgid "" "This is Friendica, version %s that is running at the web location %s. The " "database version is %s, the post update version is %s." msgstr "Tohle je Friendica, verze %s, běžící na webové adrese %s. Verze databáze je %s, verze post update je %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Pro více informací o projektu Friendica, prosím, navštivte stránku Friendi.ca" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Pro hlášení chyb a námětů na změny prosím navštivte" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "sledování chyb na GitHubu" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Návrhy, pochvaly atd. prosím posílejte na adresu „info“ zavináč „friendi“-tečka-„ca“" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Nelze vytvořit skupinu." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Skupina nenalezena." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Neznámá skupina." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Nelze přidat kontakt ke skupině." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Kontakt úspěšně přidán ke skupině." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Nelze odstranit kontakt ze skupiny." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Kontakt úspěšně odstraněn ze skupiny." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Špatný požadavek." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Uložit skupinu" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Filtr" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Vytvořit skupinu kontaktů/přátel." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Nelze odstranit skupinu." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Odstranit skupinu" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Upravit název skupiny" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Členové" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Skupina je prázdná" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Odebrat kontakt ze skupiny" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Klikněte na kontakt pro přidání nebo odebrání" - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Přidat kontakt ke skupině" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Žádný profil" @@ -7300,30 +7765,26 @@ msgstr "Napsat nový příspěvek" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Požadovaná položka neexistuje nebo byla smazána." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Proud pro tuto položku je nedostupný." @@ -7358,7 +7819,7 @@ msgstr "Soubory" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Nahrát" @@ -7379,21 +7840,14 @@ msgstr "Velikost souboru přesáhla limit %s" msgid "File upload failed." msgstr "Nahrání souboru se nezdařilo." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Obrázek není možné zprocesovat" -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Velikost obrázku překročila limit %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Nahrání obrázku selhalo." @@ -7425,41 +7879,41 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normální stránka účtu" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Propagační stránka" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Veřejné fórum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Stránka s automatickými přátely" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Soukromé fórum" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Osobní stránka" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Stránka organizace" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Zpravodajská stránka" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Komunitní fórum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7517,6 +7971,7 @@ msgid "Block New Remote Contact" msgstr "Zablokovat nový vzdálený kontakt" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Fotka" @@ -7594,6 +8049,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7745,6 +8202,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "" @@ -7858,10 +8316,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7884,6 +8338,239 @@ msgstr "" msgid "Item Guid" msgstr "Číslo GUID položky" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normální účet" @@ -7893,8 +8580,8 @@ msgid "Automatic Follower Account" msgstr "Účet s automatickými sledujícími" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Účet veřejného fóra" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7905,8 +8592,8 @@ msgid "Blog Account" msgstr "Blogovací účet" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Účet soukromého fóra" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8152,7 +8839,7 @@ msgstr "Vaši údajní známí: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Ne" @@ -8216,11 +8903,11 @@ msgstr "Oznámení na domovské stránce" msgid "Show unread" msgstr "Zobrazit nepřečtené" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} požaduje registraci" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8239,7 +8926,7 @@ msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a konta msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8250,11 +8937,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8335,65 +9022,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "Vzdálené informace o soukromí nejsou k dispozici." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Viditelné pro:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Sledující (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Neplatná fotka s ID %s." @@ -8434,8 +9121,8 @@ msgstr "Odebrat štítek položky" msgid "Select a tag to remove: " msgstr "Vyberte štítek k odebrání: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Odstranit" @@ -8445,24 +9132,31 @@ msgstr "Žádné kontakty." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Časová osa uživatele %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Příspěvky uživatele %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Komentáře uživatele %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Velikost obrázku překročila limit %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu" @@ -8481,7 +9175,7 @@ msgstr "Server v tuto chvíli nemůže akceptovat nové nahrané soubory, prosí msgid "Image file is empty." msgstr "Soubor obrázku je prázdný." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Zobrazit album" @@ -8496,7 +9190,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Celé jméno:" @@ -8517,12 +9211,12 @@ msgid "Birthday:" msgstr "Narozeniny:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Věk: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8532,13 +9226,13 @@ msgstr[2] "" msgstr[3] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Popis:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Fóra" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8694,8 +9388,8 @@ msgid "Your invitation code: " msgstr "Váš kód pozvánky: " #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Celé jméno (např. Jan Novák, skutečné či skutečně vypadající):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8708,7 +9402,7 @@ msgid "Please repeat your e-mail address:" msgstr "" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nové heslo:" @@ -8717,7 +9411,7 @@ msgid "Leave empty for an auto generated password." msgstr "Ponechte prázdné pro automatické vygenerovaní hesla." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Potvrďte:" @@ -8744,11 +9438,11 @@ msgstr "Importovat váš profil do této instance Friendica" msgid "Note: This node explicitly contains adult content" msgstr "Poznámka: Tento server explicitně obsahuje obsah pro dospělé" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Rodičovské heslo:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Prosím vložte heslo rodičovského účtu k legitimizaci vašeho požadavku." @@ -8935,24 +9629,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Stávající heslo:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Vaše stávající heslo k potvrzení změn" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8963,7 +9657,7 @@ msgstr "Zbývající záložní kódy: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Neplatný kód, prosím zkuste to znovu." @@ -9048,7 +9742,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Prosím zadejte kód z vaší autentizační aplikace" @@ -9076,99 +9770,99 @@ msgstr "Neplatný e-mail." msgid "Cannot change to that email." msgstr "Nelze změnit na tento e-mail." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Správa o změně umístění byla odeslána vašim kontaktům" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Nelze najít Váš účet. Prosím kontaktujte vašeho administrátora." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Podtypy osobních stránek" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Podtypy komunitních fór" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Účet pro osobní profil." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Účet pro organizaci, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Účet pro zpravodaje, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Účet pro komunitní diskuze." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Účet pro běžný osobní profil, který vyžaduje manuální potvrzení „Přátel“ a „Sledujících“." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Účet pro veřejný profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Automaticky potvrzuje všechny žádosti o přidání kontaktu." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Účet pro populární profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Přátele“." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Soukromé fórum [Experimentální]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Vyžaduje manuální potvrzení požadavků o přidání kontaktu." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Volitelné) Povolit tomuto OpenID přihlášení k tomuto účtu." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9176,89 +9870,94 @@ msgid "" " system settings." msgstr "Váš profil bude publikován v místním adresáři tohoto serveru. Vaše detaily o profilu mohou být veřejně viditelné v závislosti na systémových nastaveních." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Nastavení účtu" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Vaše adresa identity je „%s“ nebo „%s“." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Nastavení hesla" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Pokud nechcete změnit heslo, položku hesla nevyplňujte" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Heslo: " -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Základní nastavení" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-mailová adresa:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Vaše časové pásmo:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Váš jazyk:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Nastavte jazyk, který máme používat pro rozhraní Friendica a pro posílání e-mailů" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Výchozí poloha příspěvků:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Používat polohu dle prohlížeče:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Nastavení zabezpečení a soukromí" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maximální počet požadavků o přátelství za den:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(ay se zabránilo spamu)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9266,43 +9965,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9310,233 +10009,241 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Vaše kontakty mohou psát příspěvky na vaši profilovou zeď. Tyto příspěvky budou přeposílány vašim kontaktům." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Povolit přátelům označovat vaše příspěvky?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Vaše kontakty mohou přidávat k vašim příspěvkům dodatečné štítky." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Povolit neznámým lidem vám zasílat soukromé zprávy?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Uživatelé sítě Friendica vám mohou posílat soukromé zprávy, i pokud nejsou ve vašich kontaktech." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum soukromých zpráv od neznámých lidí za den:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Výchozí oprávnění pro příspěvek" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Automaticky expirovat příspěvky po zadaném počtu dní:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Nastavení oznámení" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Poslat oznámení e-mailem, když:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "obdržíte představení" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "jsou vaše představení potvrzena" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "vám někdo napíše na vaši profilovou stránku" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Vám někdo napíše následný komentář" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "obdržíte soukromou zprávu" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "obdržíte návrh přátelství" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "jste označen v příspěvku" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Aktivovat desktopová oznámení" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Zobrazit desktopové zprávy při nových oznámeních." -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Pouze textové oznamovací e-maily" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Posílat pouze textové oznamovací e-maily, bez HTML části." -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Zobrazit detailní oznámení" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Ve výchozím nastavení jsou oznámení zhuštěné na jediné oznámení pro každou položku. Pokud je toto povolené, budou zobrazována všechna oznámení." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Pokročilé nastavení účtu/stránky" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Změnit chování tohoto účtu ve speciálních situacích" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Přemístit" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Pokud jste přemístil/a tento profil z jiného serveru a nějaký z vašich kontaktů nedostává vaše aktualizace, zkuste stisknout toto tlačítko." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Znovu odeslat správu o přemístění Vašim kontaktům" @@ -9548,6 +10255,119 @@ msgstr "Nastavení doplňků" msgid "No Addon settings configured" msgstr "Žádná nastavení doplňků nenakonfigurována" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Přidat" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení." @@ -9745,221 +10565,255 @@ msgstr "Přesunout do složky" msgid "Move to folder:" msgstr "Přesunout do složky:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Žádný rodičovský uživatel" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Rodičovský uživatel" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "Rodičovští uživatelé mají naprostou kontrolu nad tímto účtem, včetně nastavení účtu. Prosím překontrolujte, komu tento přístup dáváte." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegáti" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 msgid "" "Delegates are able to manage all aspects of this account/page except for " "basic account settings. Please do not delegate your personal account to " "anybody that you do not trust completely." msgstr "Delegáti jsou schopni řídit všechny aspekty tohoto účtu/stránky, kromě základních nastavení účtu. Prosím, nedelegujte svůj osobní účet nikomu, komu zcela nedůvěřujete." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Stávající delegáti stránky " -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potenciální delegáti" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Přidat" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Žádné záznamy." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Motiv, který jste si vybral/a, není dostupný." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Nepodporováno)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Nastavení zobrazení" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Obecná nastavení motivu" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Vlastní nastavení motivu" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Nastavení obsahu" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Nastavení motivu" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Motiv zobrazení:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobilní motiv:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Počet položek zobrazených na stránce:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maximum 100 položek" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Počet položek ke zobrazení na stránce při zobrazení na mobilním zařízení:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Aktualizovat prohlížeč každých xx sekund" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum je 10 sekund. Zadáním hodnoty -1 funkci vypnete." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Nekonečné posouvání" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Začátek týdne:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9975,160 +10829,156 @@ msgstr "Připojené aplikace" msgid "Remove authorization" msgstr "Odstranit oprávnění" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Jméno profilu je povinné." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klikněte pro otevření/zavření)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Akce profilu" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Upravit podrobnosti profilu " -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Změnit profilovou fotku" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profilový obrázek" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Poloha" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Různé" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Nahrát profilovou fotku" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Ulice:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Poloha/město:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Region / stát:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "PSČ:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Země:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Adresa XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Odkaz na domovskou stránku:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Veřejná klíčová slova:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Soukromá klíčová slova:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Ulice:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Poloha/město:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Region / stát:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "PSČ:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Země:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Adresa XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Odkaz na domovskou stránku:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Veřejná klíčová slova:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Soukromá klíčová slova:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Nepodařilo se snížit velikost obrázku [%s]." @@ -10164,257 +11014,299 @@ msgstr "Prosím, ořízněte tento obrázek pro optimální zobrazení." msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "nebo" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "tento krok přeskočte" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "si vyberte fotku z vašich fotoalb" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Systémové oznámení Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Uživatel si smazal účet" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Uživatel na vašem serveru Friendica smazal svůj účet. Prosím ujistěte se, ře jsou jeho data odstraněna ze záloh dat." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "Uživatelské ID je %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Odstranit můj účet" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Prosím, zadejte své heslo pro ověření:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Pro přístup k této stránce prosím zadejte své heslo." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa na mém Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Dvoufázové ověřování úspěšně zakázáno." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Pomocí aplikace na mobilním zařízení získejte při přihlášení kódy pro dvoufázové ověřování.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Autentizační aplikace" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Nakonfigurováno" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Nenakonfigurováno" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    Nedokončil/a jste konfiguraci vaší autentizační aplikace.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Vaše autentizační aplikace je správně nakonfigurována.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Záložní kódy" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Zbývající platné kódy" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Tyto jednorázové kódy mohou nahradit kód autentizační aplikace, pokud k ní ztratíte přístup.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Aktuální heslo:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "Pro změnu nastavení dvoufázového ověřování musíte poskytnout vaše aktuální heslo." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Povolit dvoufázové ověřování" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Zakázat dvoufázové ověřování" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Zobrazit záložní kódy" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Dokončit konfiguraci aplikace" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Nové záložní kódy byly úspěšně vygenerovány." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Dvoufázové záložní kódy" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10423,68 +11315,68 @@ msgid "" "account.

    " msgstr "

    Záložní kódy mohou být použity pro přístup k vašemu účtu, pokud ztratíte přístup k vašemu zařízení a nemůžete obdržet dvoufázové autentizační kódy.

    Uložte je na bezpečné místo! Pokud zratíte vaše zařízení a nemáte Záložní kódy, ztratíte přístup ke svému účtu.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Když vygenerujete nové záložní kódy, musíte si zkopírovat nové kódy. Vaše staré kódy již nebudou fungovat." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Vygenerovat nové záložní kódy" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Další: Ověření" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Dvoufázové ověření úspěšně aktivováno." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10504,24 +11396,24 @@ msgid "" "" msgstr "

    Nebo můžete zadat autentizační nastavení manuálně:

    \n
    \n\t
    Vydavatel
    \n\t
    %s
    \n\t
    Jméno účtu
    \n\t
    %s
    \n\t
    Tajný klíč
    \n\t
    %s
    \n\t
    Typ
    \n\t
    Založený na čase
    \n\t
    Počet číslic
    \n\t
    6
    \n\t
    Hashovací algoritmus
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Ověření dvoufázového kódu" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Prosím naskenujte tento QR kód vaší autentizační aplikací a zadejte poskytnutý kód.

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Ověřit kód a povolit dvoufázové ověřování" @@ -10556,20 +11448,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10581,7 +11494,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10594,14 +11507,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 msgid "" "This data is required for communication and is passed on to the nodes of the" " communication partners and is stored there. Users can enter additional " "private data that may be transmitted to the communication partners accounts." msgstr "Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10612,11 +11525,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Prohlášení o soukromí" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10624,6 +11537,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Požadovaná položka neexistuje nebo byla smazána." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Vyberte identitu ke spravování: " + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "Importy uživatelů na uzavřených serverech může provést pouze administrátor." @@ -10672,11 +11612,11 @@ msgstr "Chyba! V souboru nejsou data o verzi! Je to opravdu soubor s účtem Fri msgid "User '%s' already exists on this server!" msgstr "Uživatel „%s“ již na tomto serveru existuje!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Chyba při vytváření uživatele" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10685,11 +11625,11 @@ msgstr[1] "%d kontakty nenaimportovány" msgstr[2] "%d kontaktu nenaimportováno" msgstr[3] "%d kontaktů nenaimportováno" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Chyba vytváření uživatelského profilu" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Hotovo. Nyní se můžete přihlásit se svým uživatelským jménem a heslem" @@ -10823,15 +11763,15 @@ msgid "" msgstr "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Seskupte si své kontakty" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 msgid "" "Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11045,7 +11985,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -11089,7 +12029,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -11101,7 +12041,7 @@ msgstr "%s okomentoval/a vámi sledovanou položku/konverzaci." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět." @@ -11266,10 +12206,10 @@ msgstr "Obdržel/a jste [url=%1$s]požadavek o registraci[/url] od uživatele %2 #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Celé jméno:\t\t%s\nAdresa stránky:\t\t%s\nPřihlašovací jméno:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11295,22 +12235,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11338,199 +12278,221 @@ msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesílatele msgid "%s posted an update." msgstr "%s poslal/a aktualizaci." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Soukromá zpráva" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Tato položka byla upravena" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Upravit" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Smazat globálně" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Odstranit lokálně" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "zúčastním se" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "nezúčastním se" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "mohl bych se zúčastnit" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "na" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "přes" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Ze zdi na zeď" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "ze zdi na zeď" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Odpovědět uživateli %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Úloha pro notifiera čeká" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Doručení vzdáleným serverům čeká" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "Doručení vzdáleným serverům je v plném proudu" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "Doručení vzdáleným serverům je téměř hotovo" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "Doručení vzdáleným serverům je hotovo" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11539,73 +12501,87 @@ msgstr[1] "%d komentáře" msgstr[2] "%d komentáře" msgstr[3] "%d komentářů" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Zobrazit více" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Zobrazit méně" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s nyní sleduje %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "sleduji" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s přestal/a sledovat uživatele %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "přestal/a sledovat" @@ -11963,7 +12939,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11982,7 +12958,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11990,7 +12966,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11998,10 +12974,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/cs/strings.php b/view/lang/cs/strings.php index 7ed03cf1b7..d196d876b8 100644 --- a/view/lang/cs/strings.php +++ b/view/lang/cs/strings.php @@ -194,7 +194,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Všechny kontakty'; $a->strings['Followers'] = 'Sledující'; $a->strings['Following'] = 'Sleduji'; -$a->strings['Mutual friends'] = 'Vzájemní přátelé'; $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'Nelze najít žádný nearchivovaný záznam kontaktu pro tuto URL adresu (%s)'; $a->strings['The contact entries have been archived'] = 'Záznamy kontaktů byly archivovány'; $a->strings['Could not find any contact entry for this URL (%s)'] = 'Nelze nalézt žádnou položku v kontaktech pro tuto URL adresu (%s)'; @@ -263,36 +262,38 @@ $a->strings['Permission settings'] = 'Nastavení oprávnění'; $a->strings['Public post'] = 'Veřejný příspěvek'; $a->strings['Message'] = 'Zpráva'; $a->strings['Browser'] = 'Prohlížeč'; +$a->strings['remove'] = 'odstranit'; +$a->strings['Delete Selected Items'] = 'Smazat vybrané položky'; +$a->strings['%s reshared this.'] = '%s tohle znovusdílel/a.'; $a->strings['View %s\'s profile @ %s'] = 'Zobrazit profil uživatele %s na %s'; $a->strings['Categories:'] = 'Kategorie:'; $a->strings['Filed under:'] = 'Vyplněn pod:'; $a->strings['%s from %s'] = '%s z %s'; $a->strings['View in context'] = 'Zobrazit v kontextu'; -$a->strings['remove'] = 'odstranit'; -$a->strings['Delete Selected Items'] = 'Smazat vybrané položky'; -$a->strings['%s reshared this.'] = '%s tohle znovusdílel/a.'; +$a->strings['Local Community'] = 'Místní komunita'; +$a->strings['Posts from local users on this server'] = 'Příspěvky od místních uživatelů na tomto serveru'; +$a->strings['Global Community'] = 'Globální komunita'; +$a->strings['Posts from users of the whole federated network'] = 'Příspěvky od uživatelů z celé federované sítě'; +$a->strings['Personal'] = 'Osobní'; +$a->strings['Posts that mention or involve you'] = 'Příspěvky, které vás zmiňují nebo zahrnují'; +$a->strings['Starred'] = 'S hvězdou'; +$a->strings['Favourite Posts'] = 'Oblíbené přízpěvky'; $a->strings['General Features'] = 'Obecné vlastnosti'; $a->strings['Photo Location'] = 'Poloha fotky'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Metadata fotek jsou normálně odebrána. Tato funkce před odebrání metadat extrahuje polohu (pokud je k dispozici) a propojí ji s mapou.'; $a->strings['Trending Tags'] = 'Populární štítky'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Zobrazit widget komunitní stránky se seznamem nejpopulárnějších štítků v nedávných veřejných příspěvcích.'; $a->strings['Post Composition Features'] = 'Nastavení vytváření příspěvků'; -$a->strings['Auto-mention Forums'] = 'Automaticky zmiňovat fóra'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Přidat/odstranit zmínku, když je stránka na fóru označena/odznačena v okně ACL.'; $a->strings['Explicit Mentions'] = 'Výslovné zmínky'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Přidá do pole pro komentování výslovné zmínky pro ruční kontrolu nad tím, koho zmíníte v odpovědích.'; $a->strings['Post/Comment Tools'] = 'Nástroje příspěvků/komentářů'; $a->strings['Post Categories'] = 'Kategorie příspěvků'; $a->strings['Add categories to your posts'] = 'Přidat kategorie k vašim příspěvkům'; $a->strings['Advanced Profile Settings'] = 'Pokročilá nastavení profilu'; -$a->strings['List Forums'] = 'Vypsat fóra'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Zobrazit návštěvníkům veřejná komunitní fóra na stránce pokročilého profilu'; $a->strings['Tag Cloud'] = 'Štítkový oblak'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Poskytne na vaší profilové stránce osobní „štítkový oblak“'; $a->strings['Display Membership Date'] = 'Zobrazit datum členství'; $a->strings['Display membership date in profile'] = 'Zobrazit v profilu datum připojení'; -$a->strings['Forums'] = 'Fóra'; -$a->strings['External link to forum'] = 'Externí odkaz na fórum'; $a->strings['show more'] = 'zobrazit více'; $a->strings['event'] = 'událost'; $a->strings['status'] = 'stav'; @@ -311,7 +312,6 @@ $a->strings['Connect/Follow'] = 'Spojit se/sledovat'; $a->strings['Nothing new here'] = 'Zde není nic nového'; $a->strings['Go back'] = 'Přejít zpět'; $a->strings['Clear notifications'] = 'Vymazat oznámení'; -$a->strings['@name, !forum, #tags, content'] = '@jméno, !fórum, #štítky, obsah'; $a->strings['Logout'] = 'Odhlásit se'; $a->strings['End this session'] = 'Konec této relace'; $a->strings['Login'] = 'Přihlásit se'; @@ -398,7 +398,6 @@ $a->strings['Random Profile'] = 'Náhodný profil'; $a->strings['Invite Friends'] = 'Pozvat přátele'; $a->strings['Global Directory'] = 'Globální adresář'; $a->strings['Local Directory'] = 'Místní adresář'; -$a->strings['Groups'] = 'Skupiny'; $a->strings['Relationships'] = 'Vztahy'; $a->strings['All Contacts'] = 'Všechny kontakty'; $a->strings['Protocols'] = 'Protokoly'; @@ -562,9 +561,11 @@ $a->strings['%s: updating %s table.'] = '%s: aktualizuji tabulku %s'; $a->strings['Unauthorized'] = 'Neautorizováno'; $a->strings['Internal Server Error'] = 'Vnitřní chyba serveru'; $a->strings['Legacy module file not found: %s'] = 'Soubor legacy modulu nenalezen: %s'; +$a->strings['Everybody'] = 'Všichni'; +$a->strings['edit'] = 'upravit'; +$a->strings['add'] = 'přidat'; $a->strings['Approve'] = 'Schválit'; $a->strings['Organisation'] = 'Organizace'; -$a->strings['Forum'] = 'Fórum'; $a->strings['Disallowed profile URL.'] = 'Nepovolené URL profilu.'; $a->strings['Blocked domain'] = 'Zablokovaná doména'; $a->strings['Connect URL missing.'] = 'Chybí URL adresa pro připojení.'; @@ -599,16 +600,6 @@ $a->strings['Show map'] = 'Zobrazit mapu'; $a->strings['Hide map'] = 'Skrýt mapu'; $a->strings['%s\'s birthday'] = '%s má narozeniny'; $a->strings['Happy Birthday %s'] = 'Veselé narozeniny, %s'; -$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.'] = 'Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěl/a, vytvořte, prosím, další skupinu s jiným názvem.'; -$a->strings['Default privacy group for new contacts'] = 'Výchozí soukromá skupina pro nové kontakty.'; -$a->strings['Everybody'] = 'Všichni'; -$a->strings['edit'] = 'upravit'; -$a->strings['add'] = 'přidat'; -$a->strings['Edit group'] = 'Upravit skupinu'; -$a->strings['Contacts not in any group'] = 'Kontakty, které nejsou v žádné skupině'; -$a->strings['Create a new group'] = 'Vytvořit novou skupinu'; -$a->strings['Group Name: '] = 'Název skupiny: '; -$a->strings['Edit groups'] = 'Upravit skupiny'; $a->strings['activity'] = 'aktivita'; $a->strings['post'] = 'příspěvek'; $a->strings['Content warning: %s'] = 'Varování o obsahu: %s'; @@ -684,7 +675,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Došl $a->strings['An error occurred creating your default profile. Please try again.'] = 'Při vytváření vašeho výchozího profilu došlo k chybě. Zkuste to prosím znovu.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Při vytváření vašeho kontaktu na sebe došlo k chybě. Zkuste to prosím znovu.'; $a->strings['Friends'] = 'Přátelé'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'Při vytváření vaší výchozí skupiny kontaktů došlo k chybě. Zkuste to prosím znovu.'; $a->strings['Profile Photos'] = 'Profilové fotky'; $a->strings['Registration details for %s'] = 'Registrační údaje pro uživatele %s'; $a->strings[' @@ -831,7 +821,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Povolení $a->strings['Global directory URL'] = 'Adresa URL globálního adresáře'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'Adresa URL globálního adresáře. Pokud toto není nastaveno, globální adresář bude aplikaci naprosto nedostupný.'; $a->strings['Private posts by default for new users'] = 'Nastavit pro nové uživatele příspěvky jako soukromé'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Nastavit výchozí práva pro příspěvky od všech nových členů na výchozí soukromou skupinu místo veřejné.'; $a->strings['Don\'t include post content in email notifications'] = 'Nezahrnovat v e-mailových oznámeních obsah příspěvků'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = ' V e-mailových oznámeních, které jsou odesílány z tohoto webu, nebudou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. '; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace.'; @@ -858,9 +847,8 @@ $a->strings['Maximum Load Average'] = 'Maximální průměrné zatížení'; $a->strings['Maximum system load before delivery and poll processes are deferred - default %d.'] = 'Maximální systémová zátěž, než budou procesy pro doručení a dotazování odloženy - výchozí hodnota %d.'; $a->strings['Minimal Memory'] = 'Minimální paměť'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'Minimální volná paměť v MB pro pracovníka. Potřebuje přístup do /proc/meminfo - výchozí hodnota 0 (deaktivováno)'; -$a->strings['Days between requery'] = 'Dny mezi dotazy'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Počet dnů, po kterých je server znovu dotázán na své kontakty'; $a->strings['Discover contacts from other servers'] = 'Objevit kontakty z ostatních serverů'; +$a->strings['Days between requery'] = 'Dny mezi dotazy'; $a->strings['Search the local directory'] = 'Hledat v místním adresáři'; $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.'] = 'Prohledat místní adresář místo globálního adresáře. Při místním prohledávání bude každé hledání provedeno v globálním adresáři na pozadí. To vylepšuje výsledky při zopakování hledání.'; $a->strings['Publish server information'] = 'Zveřejnit informace o serveru'; @@ -974,7 +962,6 @@ $a->strings['Profile Details'] = 'Detaily profilu'; $a->strings['Only You Can See This'] = 'Toto můžete vidět jen vy'; $a->strings['Tips for New Members'] = 'Tipy pro nové členy'; $a->strings['People Search - %s'] = 'Vyhledávání lidí - %s'; -$a->strings['Forum Search - %s'] = 'Vyhledávání fór - %s'; $a->strings['No matches'] = 'Žádné shody'; $a->strings['Account'] = 'Účet'; $a->strings['Two-factor authentication'] = 'Dvoufázové ověřování'; @@ -1002,6 +989,13 @@ $a->strings['Events'] = 'Události'; $a->strings['View'] = 'Zobrazit'; $a->strings['Create New Event'] = 'Vytvořit novou událost'; $a->strings['list'] = 'seznam'; +$a->strings['Contact not found.'] = 'Kontakt nenalezen.'; +$a->strings['Invalid contact.'] = 'Neplatný kontakt.'; +$a->strings['Contact is deleted.'] = 'Knotakt je smazán.'; +$a->strings['Bad request.'] = 'Špatný požadavek.'; +$a->strings['Filter'] = 'Filtr'; +$a->strings['Members'] = 'Členové'; +$a->strings['Click on a contact to add or remove.'] = 'Klikněte na kontakt pro přidání nebo odebrání'; $a->strings['%d contact edited.'] = [ 0 => '%d kontakt upraven', 1 => '%d kontakty upraveny', @@ -1018,7 +1012,6 @@ $a->strings['Archived'] = 'Archivované'; $a->strings['Only show archived contacts'] = 'Zobrazit pouze archivované kontakty'; $a->strings['Hidden'] = 'Skryté'; $a->strings['Only show hidden contacts'] = 'Zobrazit pouze skryté kontakty'; -$a->strings['Organize your contact groups'] = 'Organizovat vaše skupiny kontaktů'; $a->strings['Search your contacts'] = 'Prohledat vaše kontakty'; $a->strings['Results for: %s'] = 'Výsledky pro: %s'; $a->strings['Update'] = 'Aktualizace'; @@ -1032,7 +1025,6 @@ $a->strings['Mutual Friendship'] = 'Vzájemné přátelství'; $a->strings['is a fan of yours'] = 'je váš fanoušek'; $a->strings['you are a fan of'] = 'jste fanouškem'; $a->strings['Visit %s\'s profile [%s]'] = 'Navštivte profil uživatele %s [%s]'; -$a->strings['Contact not found.'] = 'Kontakt nenalezen.'; $a->strings['Contact update failed.'] = 'Aktualizace kontaktu selhala.'; $a->strings['Return to contact editor'] = 'Zpět k editoru kontaktu'; $a->strings['Name'] = 'Jméno'; @@ -1040,7 +1032,6 @@ $a->strings['Account Nickname'] = 'Přezdívka účtu'; $a->strings['Account URL'] = 'URL adresa účtu'; $a->strings['Poll/Feed URL'] = 'URL adresa poll/feed'; $a->strings['New photo from this URL'] = 'Nová fotka z této URL adresy'; -$a->strings['Invalid contact.'] = 'Neplatný kontakt.'; $a->strings['Follower (%s)'] = [ 0 => 'Sledující (%s)', 1 => 'Sledující (%s)', @@ -1128,26 +1119,15 @@ $a->strings['Mark this contact as remote_self, this will cause friendica to repo $a->strings['Refetch contact data'] = 'Znovu načíst data kontaktu'; $a->strings['Toggle Blocked status'] = 'Přepínat stav Blokováno'; $a->strings['Toggle Ignored status'] = 'Přepínat stav Ignorováno'; -$a->strings['Contact is deleted.'] = 'Knotakt je smazán.'; $a->strings['Yes'] = 'Ano'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to znovu za 24 hodin.'; $a->strings['You aren\'t following this contact.'] = 'Tento kontakt nesledujete.'; $a->strings['Unfollowing is currently not supported by your network.'] = 'Zrušení sledování není aktuálně na Vaši síti podporováno.'; $a->strings['Disconnect/Unfollow'] = 'Odpojit se/Zrušit sledování'; -$a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru.'; -$a->strings['Local Community'] = 'Místní komunita'; -$a->strings['Posts from local users on this server'] = 'Příspěvky od místních uživatelů na tomto serveru'; -$a->strings['Global Community'] = 'Globální komunita'; -$a->strings['Posts from users of the whole federated network'] = 'Příspěvky od uživatelů z celé federované sítě'; $a->strings['No results.'] = 'Žádné výsledky.'; +$a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru.'; $a->strings['Community option not available.'] = 'Možnost komunity není dostupná.'; $a->strings['Not available.'] = 'Není k dispozici.'; -$a->strings['No such group'] = 'Žádná taková skupina'; -$a->strings['Group: %s'] = 'Skupina: %s'; -$a->strings['Personal'] = 'Osobní'; -$a->strings['Posts that mention or involve you'] = 'Příspěvky, které vás zmiňují nebo zahrnují'; -$a->strings['Starred'] = 'S hvězdou'; -$a->strings['Favourite Posts'] = 'Oblíbené přízpěvky'; $a->strings['Credits'] = 'Poděkování'; $a->strings['Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!'] = 'Friendica je komunitní projekt, který by nebyl možný bez pomoci mnoha lidí. Zde je seznam těch, kteří přispěli ke kódu nebo k překladu Friendica. Děkujeme všem!'; $a->strings['Error'] = [ @@ -1194,8 +1174,6 @@ $a->strings['Converted localtime: %s'] = 'Převedený místní čas : %s'; $a->strings['Please select your timezone:'] = 'Prosím, vyberte své časové pásmo:'; $a->strings['Only logged in users are permitted to perform a probing.'] = 'Pouze přihlášení uživatelé mohou zkoušet adresy.'; $a->strings['Lookup address'] = 'Najít adresu'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva.'; -$a->strings['Select an identity to manage: '] = 'Vyberte identitu ke spravování: '; $a->strings['No entries (some entries may be hidden).'] = 'Žádné záznamy (některé položky mohou být skryty).'; $a->strings['Find on this site'] = 'Najít na tomto webu'; $a->strings['Results for:'] = 'Výsledky pro:'; @@ -1215,25 +1193,6 @@ $a->strings['Please visit Friendi.ca to learn m $a->strings['Bug reports and issues: please visit'] = 'Pro hlášení chyb a námětů na změny prosím navštivte'; $a->strings['the bugtracker at github'] = 'sledování chyb na GitHubu'; $a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Návrhy, pochvaly atd. prosím posílejte na adresu „info“ zavináč „friendi“-tečka-„ca“'; -$a->strings['Could not create group.'] = 'Nelze vytvořit skupinu.'; -$a->strings['Group not found.'] = 'Skupina nenalezena.'; -$a->strings['Unknown group.'] = 'Neznámá skupina.'; -$a->strings['Unable to add the contact to the group.'] = 'Nelze přidat kontakt ke skupině.'; -$a->strings['Contact successfully added to group.'] = 'Kontakt úspěšně přidán ke skupině.'; -$a->strings['Unable to remove the contact from the group.'] = 'Nelze odstranit kontakt ze skupiny.'; -$a->strings['Contact successfully removed from group.'] = 'Kontakt úspěšně odstraněn ze skupiny.'; -$a->strings['Bad request.'] = 'Špatný požadavek.'; -$a->strings['Save Group'] = 'Uložit skupinu'; -$a->strings['Filter'] = 'Filtr'; -$a->strings['Create a group of contacts/friends.'] = 'Vytvořit skupinu kontaktů/přátel.'; -$a->strings['Unable to remove group.'] = 'Nelze odstranit skupinu.'; -$a->strings['Delete Group'] = 'Odstranit skupinu'; -$a->strings['Edit Group Name'] = 'Upravit název skupiny'; -$a->strings['Members'] = 'Členové'; -$a->strings['Group is empty'] = 'Skupina je prázdná'; -$a->strings['Remove contact from group'] = 'Odebrat kontakt ze skupiny'; -$a->strings['Click on a contact to add or remove.'] = 'Klikněte na kontakt pro přidání nebo odebrání'; -$a->strings['Add contact to group'] = 'Přidat kontakt ke skupině'; $a->strings['No profile'] = 'Žádný profil'; $a->strings['Help:'] = 'Nápověda:'; $a->strings['Welcome to %s'] = 'Vítejte na %s'; @@ -1290,7 +1249,6 @@ $a->strings['Once you have registered, please connect with me via my profile pag $a->strings['For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca'] = 'Pro více informací o projektu Friendica a proč si myslím, že je důležitý, prosím navštiv http://friendi.ca'; $a->strings['Compose new personal note'] = 'Napsat novou osobní poznámku'; $a->strings['Compose new post'] = 'Napsat nový příspěvek'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Požadovaná položka neexistuje nebo byla smazána.'; $a->strings['The feed for this item is unavailable.'] = 'Proud pro tuto položku je nedostupný.'; $a->strings['System down for maintenance'] = 'Systém vypnut z důvodů údržby'; $a->strings['Files'] = 'Soubory'; @@ -1300,17 +1258,13 @@ $a->strings['Or - did you try to upload an empty file?'] = 'Nebo - nenahrával/a $a->strings['File exceeds size limit of %s'] = 'Velikost souboru přesáhla limit %s'; $a->strings['File upload failed.'] = 'Nahrání souboru se nezdařilo.'; $a->strings['Unable to process image.'] = 'Obrázek není možné zprocesovat'; -$a->strings['Image exceeds size limit of %s'] = 'Velikost obrázku překročila limit %s'; $a->strings['Image upload failed.'] = 'Nahrání obrázku selhalo.'; $a->strings['Normal Account Page'] = 'Normální stránka účtu'; $a->strings['Soapbox Page'] = 'Propagační stránka'; -$a->strings['Public Forum'] = 'Veřejné fórum'; $a->strings['Automatic Friend Page'] = 'Stránka s automatickými přátely'; -$a->strings['Private Forum'] = 'Soukromé fórum'; $a->strings['Personal Page'] = 'Osobní stránka'; $a->strings['Organisation Page'] = 'Stránka organizace'; $a->strings['News Page'] = 'Zpravodajská stránka'; -$a->strings['Community Forum'] = 'Komunitní fórum'; $a->strings['Relay'] = 'Přeposílací server'; $a->strings['%s contact unblocked'] = [ 0 => '%s kontakt odblokován', @@ -1351,10 +1305,8 @@ $a->strings['Item not found'] = 'Položka nenalezena'; $a->strings['Item Guid'] = 'Číslo GUID položky'; $a->strings['Normal Account'] = 'Normální účet'; $a->strings['Automatic Follower Account'] = 'Účet s automatickými sledujícími'; -$a->strings['Public Forum Account'] = 'Účet veřejného fóra'; $a->strings['Automatic Friend Account'] = 'Účet s automatickými přáteli'; $a->strings['Blog Account'] = 'Blogovací účet'; -$a->strings['Private Forum Account'] = 'Účet soukromého fóra'; $a->strings['Registered users'] = 'Registrovaní uživatelé'; $a->strings['Pending registrations'] = 'Čekající registrace'; $a->strings['%s user blocked'] = [ @@ -1446,6 +1398,7 @@ $a->strings['No contacts.'] = 'Žádné kontakty.'; $a->strings['%s\'s timeline'] = 'Časová osa uživatele %s'; $a->strings['%s\'s posts'] = 'Příspěvky uživatele %s'; $a->strings['%s\'s comments'] = 'Komentáře uživatele %s'; +$a->strings['Image exceeds size limit of %s'] = 'Velikost obrázku překročila limit %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu'; $a->strings['Image file is missing'] = 'Chybí soubor obrázku'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Server v tuto chvíli nemůže akceptovat nové nahrané soubory, prosím kontaktujte vašeho administrátora'; @@ -1459,7 +1412,6 @@ $a->strings['j F'] = 'j F'; $a->strings['Birthday:'] = 'Narozeniny:'; $a->strings['Age: '] = 'Věk: '; $a->strings['Description:'] = 'Popis:'; -$a->strings['Forums:'] = 'Fóra'; $a->strings['Profile unavailable.'] = 'Profil není k dispozici.'; $a->strings['Invalid locator'] = 'Neplatný odkaz'; $a->strings['Remote subscription can\'t be done for your network. Please subscribe directly on your system.'] = 'Vzdálený odběr nemůže být na vaší síti proveden. Prosím, přihlaste se k odběru přímo na vašem systému.'; @@ -1476,7 +1428,6 @@ $a->strings['Note for the admin'] = 'Poznámka pro administrátora'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Zanechejte administrátorovi zprávu, proč se k tomuto serveru chcete připojit'; $a->strings['Membership on this site is by invitation only.'] = 'Členství na tomto webu je pouze na pozvání.'; $a->strings['Your invitation code: '] = 'Váš kód pozvánky: '; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'Celé jméno (např. Jan Novák, skutečné či skutečně vypadající):'; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Vaše e-mailová adresa: (Budou sem poslány počáteční informace, musí to proto být existující adresa.)'; $a->strings['New Password:'] = 'Nové heslo:'; $a->strings['Leave empty for an auto generated password.'] = 'Ponechte prázdné pro automatické vygenerovaní hesla.'; @@ -1525,7 +1476,6 @@ $a->strings['Cannot change to that email.'] = 'Nelze změnit na tento e-mail.'; $a->strings['Relocate message has been send to your contacts'] = 'Správa o změně umístění byla odeslána vašim kontaktům'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Nelze najít Váš účet. Prosím kontaktujte vašeho administrátora.'; $a->strings['Personal Page Subtypes'] = 'Podtypy osobních stránek'; -$a->strings['Community Forum Subtypes'] = 'Podtypy komunitních fór'; $a->strings['Account for a personal profile.'] = 'Účet pro osobní profil.'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Účet pro organizaci, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“.'; $a->strings['Account for a news reflector that automatically approves contact requests as "Followers".'] = 'Účet pro zpravodaje, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“.'; @@ -1534,7 +1484,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Účet pro veřejný profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“.'; $a->strings['Automatically approves all contact requests.'] = 'Automaticky potvrzuje všechny žádosti o přidání kontaktu.'; $a->strings['Account for a popular profile that automatically approves contact requests as "Friends".'] = 'Účet pro populární profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Přátele“.'; -$a->strings['Private Forum [Experimental]'] = 'Soukromé fórum [Experimentální]'; $a->strings['Requires manual approval of contact requests.'] = 'Vyžaduje manuální potvrzení požadavků o přidání kontaktu.'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Volitelné) Povolit tomuto OpenID přihlášení k tomuto účtu.'; @@ -1586,6 +1535,7 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Znovu odeslat správu o přemístění Vašim kontaktům'; $a->strings['Addon Settings'] = 'Nastavení doplňků'; $a->strings['No Addon settings configured'] = 'Žádná nastavení doplňků nenakonfigurována'; +$a->strings['Add'] = 'Přidat'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Email access is disabled on this site.'] = 'Přístup k e-mailu je na tomto serveru zakázán.'; @@ -1612,7 +1562,6 @@ $a->strings['Delegates'] = 'Delegáti'; $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.'] = 'Delegáti jsou schopni řídit všechny aspekty tohoto účtu/stránky, kromě základních nastavení účtu. Prosím, nedelegujte svůj osobní účet nikomu, komu zcela nedůvěřujete.'; $a->strings['Existing Page Delegates'] = 'Stávající delegáti stránky '; $a->strings['Potential Delegates'] = 'Potenciální delegáti'; -$a->strings['Add'] = 'Přidat'; $a->strings['No entries.'] = 'Žádné záznamy.'; $a->strings['The theme you chose isn\'t available.'] = 'Motiv, který jste si vybral/a, není dostupný.'; $a->strings['%s - (Unsupported)'] = '%s - (Nepodporováno)'; @@ -1633,7 +1582,6 @@ $a->strings['Beginning of week:'] = 'Začátek týdne:'; $a->strings['Additional Features'] = 'Dodatečné vlastnosti'; $a->strings['Connected Apps'] = 'Připojené aplikace'; $a->strings['Remove authorization'] = 'Odstranit oprávnění'; -$a->strings['Profile Name is required.'] = 'Jméno profilu je povinné.'; $a->strings['(click to open/close)'] = '(klikněte pro otevření/zavření)'; $a->strings['Profile Actions'] = 'Akce profilu'; $a->strings['Edit Profile Details'] = 'Upravit podrobnosti profilu '; @@ -1731,6 +1679,9 @@ $a->strings['Export all'] = 'Exportovat vše'; $a->strings['At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'] = 'Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci.'; $a->strings['This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts.'] = 'Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů.'; $a->strings['Privacy Statement'] = 'Prohlášení o soukromí'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Požadovaná položka neexistuje nebo byla smazána.'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva.'; +$a->strings['Select an identity to manage: '] = 'Vyberte identitu ke spravování: '; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'Importy uživatelů na uzavřených serverech může provést pouze administrátor.'; $a->strings['Move account'] = 'Přesunout účet'; $a->strings['You can import an account from another Friendica server.'] = 'Můžete importovat účet z jiného serveru Friendica.'; @@ -1772,8 +1723,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Navštivte adresář vaší strá $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.'] = 'Stránka Adresář vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Najděte na jejich stránce odkaz Spojit se nebo Sledovat. Uveďte svou vlastní adresu identity, je-li požadována.'; $a->strings['Finding New People'] = 'Nalezení nových lidí'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin.'; -$a->strings['Group Your Contacts'] = 'Seskupte si své kontakty'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Proč nejsou mé příspěvky veřejné?'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'Friendica respektuje vaše soukromí. Ve výchozím stavu jsou vaše příspěvky viditelné pouze lidem, které označíte jako vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu'; $a->strings['Getting Help'] = 'Získání nápovědy'; @@ -1818,11 +1767,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'požadavek o registraci'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Obdržel/a jste požadavek o registraci od uživatele „%1$s“ na %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Obdržel/a jste [url=%1$s]požadavek o registraci[/url] od uživatele %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Celé jméno: %s -Adresa stránky: %s -Přihlašovací jméno: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku.'; $a->strings['This message was sent to you by %s, a member of the Friendica social network.'] = 'Tuto zprávu vám poslal/a %s, člen sociální sítě Friendica.'; $a->strings['You may visit them online at %s'] = 'Můžete jej/ji navštívit online na adrese %s'; diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 1c3d54c23e..8bb856a0ec 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -1,5 +1,5 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2023, the Friendica project +# Copyright (C) 2010-2024, the Friendica project # This file is distributed under the same license as the Friendica package. # # Translators: @@ -8,7 +8,7 @@ # Andy H3 , 2017 # Tobias Diekershoff , 2011 # Ben , 2018 -# Copiis Praeesse , 2018-2020,2023 +# 5556951c8fe4eaeb21d9d8982db64bf3_fcb23ea , 2018-2020,2023 # David Rabel , 2016 # Erkan Yilmaz , 2011 # Raroun, 2023 @@ -30,6 +30,7 @@ # marmor , 2012 # Martin Schmitt , 2012 # Matthias Moritz , 2012 +# loma1 , 2023 # loma1 , 2019 # Oliver , 2015 # Oliver , 2012 @@ -45,7 +46,8 @@ # Steffen K9, 2019 # Tobias Diekershoff , 2013-2016 # Tobias Diekershoff , 2011-2013 -# Tobias Diekershoff , 2016-2023 +# Tobias Diekershoff , 2016-2024 +# Tobias Quathamer, 2023 # zottel , 2011-2012 # tschlotfeldt , 2011 # Ulf Rompe , 2019 @@ -54,9 +56,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 19:00-0400\n" +"POT-Creation-Date: 2024-01-02 20:55+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" -"Last-Translator: Tobias Diekershoff , 2016-2023\n" +"Last-Translator: Tobias Diekershoff , 2016-2024\n" "Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,30 +82,30 @@ msgstr "Eintrag wurde nicht gespeichert" msgid "Item couldn't be fetched." msgstr "Eintrag konnte nicht geholt werden." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Leerer Beitrag wurde verworfen." -#: mod/item.php:427 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Beitrag nicht gefunden." -#: mod/item.php:451 mod/message.php:67 mod/message.php:113 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:667 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Circle.php:40 src/Module/Circle.php:83 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Invite.php:42 -#: src/Module/Invite.php:131 src/Module/Notifications/Notification.php:76 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 #: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 @@ -113,17 +115,18 @@ msgstr "Beitrag nicht gefunden." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:112 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Zugriff verweigert." @@ -261,7 +264,7 @@ msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin msgid "Your password has been changed at %s" msgstr "Auf %s wurde dein Passwort geändert" -#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Neue Nachricht" @@ -287,7 +290,7 @@ msgstr "Konnte Nachrichten nicht abrufen." msgid "Discard" msgstr "Verwerfen" -#: mod/message.php:135 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Nachrichten" @@ -323,7 +326,7 @@ msgstr "Betreff:" msgid "Your message:" msgstr "Deine Nachricht:" -#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Foto hochladen" @@ -333,29 +336,35 @@ msgstr "Foto hochladen" msgid "Insert web link" msgstr "Einen Link einfügen" -#: mod/message.php:201 mod/message.php:357 mod/photos.php:1289 -#: src/Content/Conversation.php:390 src/Content/Conversation.php:734 -#: src/Module/Item/Compose.php:205 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:557 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1586 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Bitte warten" -#: mod/message.php:202 mod/message.php:356 mod/photos.php:700 -#: mod/photos.php:817 mod/photos.php:1095 mod/photos.php:1136 -#: mod/photos.php:1192 mod/photos.php:1266 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1070 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1154 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Senden" @@ -419,19 +428,19 @@ msgstr "Persönliche Notizen" msgid "Personal notes are visible only by yourself." msgstr "Persönliche Notizen sind nur für dich sichtbar." -#: mod/notes.php:57 src/Content/Text/HTML.php:856 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:171 msgid "Save" msgstr "Speichern" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:575 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 #: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 -#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:56 #: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 #: src/Module/Register.php:267 msgid "User not found." @@ -447,12 +456,12 @@ msgstr "Fotoalben" msgid "Recent Photos" msgstr "Neueste Fotos" -#: mod/photos.php:109 mod/photos.php:865 src/Module/Profile/Photos.php:382 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 #: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Neue Fotos hochladen" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 #: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "jeder" @@ -465,72 +474,72 @@ msgstr "Kontaktinformationen nicht verfügbar" msgid "Album not found." msgstr "Album nicht gefunden." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album wurde erfolgreich gelöscht." -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Album ist leer." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Das Foto konnte nicht gelöscht werden." -#: mod/photos.php:542 +#: mod/photos.php:545 msgid "a photo" msgstr "einem Foto" -#: mod/photos.php:542 +#: mod/photos.php:545 #, 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:579 src/Module/Conversation/Community.php:188 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 #: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Öffentlicher Zugriff verweigert." -#: mod/photos.php:584 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Keine Bilder ausgewählt" -#: mod/photos.php:716 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "Die maximale erlaubte Größe von Bildern beträgt %s" -#: mod/photos.php:723 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Bilder hochladen" -#: mod/photos.php:727 mod/photos.php:813 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Name des neuen Albums: " -#: mod/photos.php:728 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "oder wähle ein bestehendes Album:" -#: mod/photos.php:729 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" -#: mod/photos.php:731 mod/photos.php:1091 src/Content/Conversation.php:392 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 #: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Berechtigungen" -#: mod/photos.php:794 +#: mod/photos.php:801 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:795 mod/photos.php:818 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Album löschen" -#: mod/photos.php:796 mod/photos.php:897 src/Content/Conversation.php:408 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -540,156 +549,158 @@ msgstr "Album löschen" msgid "Cancel" msgstr "Abbrechen" -#: mod/photos.php:822 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Album bearbeiten" -#: mod/photos.php:823 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Album löschen" -#: mod/photos.php:827 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Zeige neueste zuerst" -#: mod/photos.php:829 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Zeige älteste zuerst" -#: mod/photos.php:850 src/Module/Profile/Photos.php:350 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Foto betrachten" -#: mod/photos.php:883 +#: mod/photos.php:889 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:885 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto nicht verfügbar" -#: mod/photos.php:895 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Möchtest du wirklich dieses Foto löschen?" -#: mod/photos.php:896 mod/photos.php:1096 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Foto löschen" -#: mod/photos.php:994 +#: mod/photos.php:1000 msgid "View photo" msgstr "Fotos ansehen" -#: mod/photos.php:996 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Foto bearbeiten" -#: mod/photos.php:997 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Foto löschen" -#: mod/photos.php:998 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Als Profilbild verwenden" -#: mod/photos.php:1005 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Privates Foto" -#: mod/photos.php:1011 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Betrachte Originalgröße" -#: mod/photos.php:1064 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1067 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Zu entfernende Tags auswählen]" -#: mod/photos.php:1082 +#: mod/photos.php:1088 msgid "New album name" msgstr "Name des neuen Albums" -#: mod/photos.php:1083 +#: mod/photos.php:1089 msgid "Caption" msgstr "Bildunterschrift" -#: mod/photos.php:1084 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Tag hinzufügen" -#: mod/photos.php:1084 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1085 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Nicht rotieren" -#: mod/photos.php:1086 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Drehen US (rechts)" -#: mod/photos.php:1087 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Drehen EUS (links)" -#: mod/photos.php:1133 mod/photos.php:1189 mod/photos.php:1263 -#: src/Module/Contact.php:597 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1067 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1151 msgid "This is you" msgstr "Das bist du" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Object/Post.php:551 src/Object/Post.php:1069 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1153 msgid "Comment" msgstr "Kommentar" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Content/Conversation.php:405 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:200 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1082 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1167 msgid "Preview" msgstr "Vorschau" -#: mod/photos.php:1138 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1071 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1155 msgid "Loading..." msgstr "lädt..." -#: mod/photos.php:1224 src/Content/Conversation.php:650 -#: src/Object/Post.php:258 +#: mod/photos.php:1236 src/Content/Conversation.php:1501 +#: src/Object/Post.php:261 msgid "Select" msgstr "Auswählen" -#: mod/photos.php:1225 src/Content/Conversation.php:651 +#: mod/photos.php:1237 src/Content/Conversation.php:1502 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Löschen" -#: mod/photos.php:1286 src/Object/Post.php:391 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Mag ich" -#: mod/photos.php:1287 src/Object/Post.php:391 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Ich mag das (toggle)" -#: mod/photos.php:1288 src/Object/Post.php:392 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Mag ich nicht" -#: mod/photos.php:1290 src/Object/Post.php:392 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Ich mag das nicht (toggle)" -#: mod/photos.php:1312 +#: mod/photos.php:1324 msgid "Map" msgstr "Karte" @@ -697,101 +708,112 @@ msgstr "Karte" msgid "No system theme config value set." msgstr "Es wurde kein Konfigurationswert für das systemweite Theme gesetzt." -#: src/App.php:577 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Entschuldigung, aber die Webseite ist derzeit nicht erreichbar." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Diesen Beitrag löschen?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Soll dieser Autor geblockt werden? Sie werden nicht in der Lage sein, dir zu folgen oder deine öffentlichen Beiträge zu sehen. Außerdem wirst du nicht in der Lage sein ihre Beiträge und Benachrichtigungen zu lesen." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "Diesen Autor ignorieren? Du wirst seine Beiträge und Benachrichtigungen nicht mehr sehen können." -#: src/App/Page.php:250 +#: src/App/Page.php:252 msgid "Collapse this author's posts?" msgstr "Beiträge dieses Autors zusammenklappen?" -#: src/App/Page.php:252 +#: src/App/Page.php:253 +msgid "Ignore this author's server?" +msgstr "Den Server dieses Autors ignorieren?" + +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "Du wirst keine Inhalte von dieser Instanz sehen, auch nicht das erneute Teilen auf Ihrer Netzwerkseite, den Gemeinschaftsseiten und einzelnen Unterhaltungen." + +#: src/App/Page.php:256 msgid "Like not successful" msgstr "Das \"Mag ich\" war nicht erfolgreich" -#: src/App/Page.php:253 +#: src/App/Page.php:257 msgid "Dislike not successful" msgstr "Das \"Mag ich nicht\" war nicht erfolgreich" -#: src/App/Page.php:254 +#: src/App/Page.php:258 msgid "Sharing not successful" msgstr "Das Teilen war nicht erfolgreich" -#: src/App/Page.php:255 +#: src/App/Page.php:259 msgid "Attendance unsuccessful" msgstr "Die Teilnahme war nicht erfolgreich" -#: src/App/Page.php:256 +#: src/App/Page.php:260 msgid "Backend error" msgstr "Fehler im Backend" -#: src/App/Page.php:257 +#: src/App/Page.php:261 msgid "Network error" msgstr "Netzwerkfehler" -#: src/App/Page.php:260 +#: src/App/Page.php:264 msgid "Drop files here to upload" msgstr "Ziehe Dateien hierher, um sie hochzuladen" -#: src/App/Page.php:261 +#: src/App/Page.php:265 msgid "Your browser does not support drag and drop file uploads." -msgstr "Ihr Browser unterstützt das Hochladen von Dateien per Drag & Drop nicht." +msgstr "Dein Browser unterstützt das Hochladen von Dateien per Drag & Drop nicht." -#: src/App/Page.php:262 +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." -msgstr "Bitte verwenden Sie das untenstehende Formular, um Ihre Dateien wie früher hochzuladen." +msgstr "Bitte verwende das unten stehende Formular, um Ihre Dateien wie früher hochzuladen." -#: src/App/Page.php:263 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "Datei ist zu groß ({{filesize}}MiB). Maximale Dateigröße: {{maxFilesize}}MiB." -#: src/App/Page.php:264 +#: src/App/Page.php:268 msgid "You can't upload files of this type." -msgstr "Sie können keine Dateien dieses Typs hochladen." +msgstr "Du kannst keine Dateien dieses Typs hochladen." -#: src/App/Page.php:265 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "Der Server antwortete mit Status-Code {{statusCode}} " -#: src/App/Page.php:266 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "Hochladen abbrechen" -#: src/App/Page.php:267 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "Hochladen abgebrochen" -#: src/App/Page.php:268 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" -msgstr "Sind Sie sicher, dass Sie diesen Upload abbrechen möchten?" +msgstr "Bist du sicher, dass du diesen Upload abbrechen möchten?" -#: src/App/Page.php:269 +#: src/App/Page.php:273 msgid "Remove file" msgstr "Datei entfernen" -#: src/App/Page.php:270 +#: src/App/Page.php:274 msgid "You can't upload any more files." -msgstr "Sie können keine weiteren Dateien hochladen." +msgstr "Du kannst keine weiteren Dateien hochladen." -#: src/App/Page.php:348 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "mobile Ansicht umschalten" @@ -808,33 +830,34 @@ msgstr "Seite nicht gefunden." msgid "You must be logged in to use addons. " msgstr "Du musst angemeldet sein, um Addons benutzen zu können." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Alle Kontakte" -#: src/BaseModule.php:432 src/Content/Widget.php:243 src/Core/ACL.php:195 -#: src/Module/Contact.php:415 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:119 msgid "Followers" msgstr "Folgende" -#: src/BaseModule.php:437 src/Content/Widget.php:244 -#: src/Module/Contact.php:416 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:118 msgid "Following" msgstr "Gefolgte" -#: src/BaseModule.php:442 src/Content/Widget.php:245 -#: src/Module/Contact.php:417 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Beidseitige Freundschaft" +msgstr "Gegenseitige Freundschaft" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Gemeinsam" @@ -984,7 +1007,7 @@ msgstr "Alle ausstehenden Post-Updates wurden ausgeführt." msgid "Enter user nickname: " msgstr "Spitzname angeben:" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:806 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1168,367 +1191,495 @@ msgstr "Bluesky" msgid "%s (via %s)" msgstr "%s (via %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "und" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "und %dandere" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." msgstr[0] "%2$s mag das." msgstr[1] "%2$s mögen das." -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." msgstr[0] "%2$s mag das nicht." msgstr[1] "%2$s mögen das nicht." -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." msgstr[0] "%2$s nimmt teil." msgstr[1] "%2$s nehmen teil." -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." msgstr[0] "%2$s nimmt nicht teil." msgstr[1] "%2$s nehmen nicht teil." -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." msgstr[0] "%2$s nimmt eventuell teil." msgstr[1] "%2$s nehmen eventuell teil." -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." msgstr[0] "%2$s hat dies geteilt." msgstr[1] "%2$s haben dies geteilt." -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] " mag das" msgstr[1] " mögen das" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" msgstr[0] " mag das nicht" msgstr[1] " mögen das nicht" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] " besucht" msgstr[1] " besuchen" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] " besucht nicht" msgstr[1] " besuchen nicht" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] " besucht vielleicht" msgstr[1] " besuchen vielleicht" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] " teilte dies erneut" msgstr[1] " teilten dies erneut" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Für jedermann sichtbar" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:199 -#: src/Object/Post.php:1081 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1166 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Bitte gib eine Bild/Video/Audio/Webseiten-URL ein:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Tag:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "In diesem Ordner speichern:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Wo hältst du dich jetzt gerade auf?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Einträge löschen?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Erstellt am" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Neuer Beitrag" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Teilen" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "Bild hochladen" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Datei anhängen" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "Datei anhängen" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1072 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1156 msgid "Bold" msgstr "Fett" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1073 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1157 msgid "Italic" msgstr "Kursiv" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1074 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1158 msgid "Underline" msgstr "Unterstrichen" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1075 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1160 msgid "Quote" msgstr "Zitat" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1076 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1161 msgid "Add emojis" msgstr "Emojis hinzufügen" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1077 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1159 +msgid "Content Warning" +msgstr "Inhaltswarnung" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1162 msgid "Code" msgstr "Code" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Object/Post.php:1078 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1163 msgid "Image" msgstr "Bild" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1079 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1164 msgid "Link" msgstr "Link" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:198 -#: src/Module/Post/Edit.php:178 src/Object/Post.php:1080 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1165 msgid "Link or Media" msgstr "Link oder Mediendatei" -#: src/Content/Conversation.php:373 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Video" -#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:201 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Deinen Standort festlegen" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "Ort setzen" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Browser-Standort leeren" -#: src/Content/Conversation.php:377 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "Ort löschen" -#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Titel setzen" -#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:207 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategorien (kommasepariert)" -#: src/Content/Conversation.php:386 src/Module/Item/Compose.php:223 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Geplant für" -#: src/Content/Conversation.php:391 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Berechtigungseinstellungen" -#: src/Content/Conversation.php:401 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Öffentlicher Beitrag" -#: src/Content/Conversation.php:415 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 #: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Nachricht" -#: src/Content/Conversation.php:416 src/Module/Post/Edit.php:182 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Browser" -#: src/Content/Conversation.php:418 src/Module/Post/Edit.php:185 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Composer Seite öffnen" -#: src/Content/Conversation.php:678 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Angehefteter Beitrag" - -#: src/Content/Conversation.php:694 src/Object/Post.php:502 -#: src/Object/Post.php:503 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Das Profil von %s auf %s betrachten." - -#: src/Content/Conversation.php:707 src/Object/Post.php:490 -msgid "Categories:" -msgstr "Kategorien:" - -#: src/Content/Conversation.php:708 src/Object/Post.php:491 -msgid "Filed under:" -msgstr "Abgelegt unter:" - -#: src/Content/Conversation.php:716 src/Object/Post.php:516 -#, php-format -msgid "%s from %s" -msgstr "%s von %s" - -#: src/Content/Conversation.php:732 -msgid "View in context" -msgstr "Im Zusammenhang betrachten" - -#: src/Content/Conversation.php:797 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "löschen" -#: src/Content/Conversation.php:801 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Lösche die markierten Beiträge" -#: src/Content/Conversation.php:866 src/Content/Conversation.php:869 -#: src/Content/Conversation.php:872 src/Content/Conversation.php:875 -#: src/Content/Conversation.php:878 +#: src/Content/Conversation.php:729 src/Content/Conversation.php:732 +#: src/Content/Conversation.php:735 src/Content/Conversation.php:738 +#: src/Content/Conversation.php:741 #, php-format msgid "You had been addressed (%s)." msgstr "Du wurdest angeschrieben (%s)." -#: src/Content/Conversation.php:881 +#: src/Content/Conversation.php:744 #, php-format msgid "You are following %s." msgstr "Du folgst %s." -#: src/Content/Conversation.php:884 +#: src/Content/Conversation.php:749 +#, php-format +msgid "You subscribed to %s." +msgstr "Du hast %s abonniert." + +#: src/Content/Conversation.php:751 msgid "You subscribed to one or more tags in this post." msgstr "Du folgst einem oder mehreren Hashtags dieses Beitrags." -#: src/Content/Conversation.php:897 +#: src/Content/Conversation.php:771 #, php-format msgid "%s reshared this." msgstr "%s hat dies geteilt" -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:773 msgid "Reshared" msgstr "Geteilt" -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:773 #, php-format msgid "Reshared by %s <%s>" msgstr "Geteilt von %s <%s>" -#: src/Content/Conversation.php:902 +#: src/Content/Conversation.php:776 #, php-format msgid "%s is participating in this thread." msgstr "%s ist an der Unterhaltung beteiligt." -#: src/Content/Conversation.php:905 +#: src/Content/Conversation.php:779 msgid "Stored for general reasons" msgstr "Aus allgemeinen Gründen aufbewahrt" -#: src/Content/Conversation.php:908 +#: src/Content/Conversation.php:782 msgid "Global post" msgstr "Globaler Beitrag" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:785 msgid "Sent via an relay server" msgstr "Über einen Relay-Server gesendet" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:785 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "Über den Relay-Server %s <%s> gesendet" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:788 msgid "Fetched" msgstr "Abgerufen" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:788 #, php-format msgid "Fetched because of %s <%s>" msgstr "Wegen %s <%s> abgerufen" -#: src/Content/Conversation.php:917 +#: src/Content/Conversation.php:791 msgid "Stored because of a child post to complete this thread." msgstr "Gespeichert wegen eines untergeordneten Beitrags zur Vervollständigung dieses Themas." -#: src/Content/Conversation.php:920 +#: src/Content/Conversation.php:794 msgid "Local delivery" msgstr "Lokale Zustellung" -#: src/Content/Conversation.php:923 +#: src/Content/Conversation.php:797 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Gespeichert aufgrund Ihrer Aktivität (Like, Kommentar, Stern, ...)" -#: src/Content/Conversation.php:926 +#: src/Content/Conversation.php:800 msgid "Distributed" msgstr "Verteilt" -#: src/Content/Conversation.php:929 +#: src/Content/Conversation.php:803 msgid "Pushed to us" msgstr "Zu uns gepusht" +#: src/Content/Conversation.php:1529 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Angehefteter Beitrag" + +#: src/Content/Conversation.php:1546 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Das Profil von %s auf %s betrachten." + +#: src/Content/Conversation.php:1559 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategorien:" + +#: src/Content/Conversation.php:1560 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Abgelegt unter:" + +#: src/Content/Conversation.php:1568 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s von %s" + +#: src/Content/Conversation.php:1584 +msgid "View in context" +msgstr "Im Zusammenhang betrachten" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "Für Dich" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "Beiträge von Kontakten, mit denen du interagierst und die mit dir interagieren" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "Angesagt" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "Beiträge mit vielen Interaktionen" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "Beiträge in %s" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "Beiträge von deinen Followern, denen du nicht folgst" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "Geteilt von teilenden " + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "Beiträge von Accounts, welche von von Accounts gefolgt werden, denen du folgst " + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:146 src/Module/Settings/Channels.php:163 +msgid "Images" +msgstr "Bilder" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "Beiträge mit Bildern" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:148 src/Module/Settings/Channels.php:165 +msgid "Audio" +msgstr "Audio" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "Beiträge mit Audio" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:147 src/Module/Settings/Channels.php:164 +msgid "Videos" +msgstr "Videos" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "Beiträge mit Videos" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Lokale Gemeinschaft" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Beiträge von Nutzern dieses Servers" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:116 +msgid "Global Community" +msgstr "Globale Gemeinschaft" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Neu - Aktivität" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sortiere nach neueste Aktivität" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Neu - Empfangen" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Nach Empfangsdatum der Beiträge sortiert" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Neu - Erstellung" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Sortiert nach dem Erstellungsdatum" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Persönlich" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Beiträge, in denen es um dich geht" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Markierte" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Favorisierte Beiträge" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Allgemeine Features" @@ -1641,385 +1792,396 @@ msgid "" "Contact birthday events are private to you." msgstr "Anonyme Besucher können deinen Kalender öffnen und dort deine öffentliche Ereignisse einsehen. Geburtstage deiner Kontakte sind nicht öffentlich." -#: src/Content/GroupManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:877 src/Content/Widget.php:533 +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1368 msgid "Groups" msgstr "Gruppen" -#: src/Content/GroupManager.php:153 +#: src/Content/GroupManager.php:154 msgid "External link to group" msgstr "Externer Link zur Gruppe" -#: src/Content/GroupManager.php:156 src/Content/Widget.php:512 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "weniger anzeigen" -#: src/Content/GroupManager.php:157 src/Content/Widget.php:414 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 #: src/Content/Widget.php:513 msgid "show more" msgstr "mehr anzeigen" -#: src/Content/Item.php:327 src/Model/Item.php:2931 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Neue Gruppe erstellen" + +#: src/Content/Item.php:332 src/Model/Item.php:3166 msgid "event" msgstr "Veranstaltung" -#: src/Content/Item.php:330 src/Content/Item.php:340 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "Status" -#: src/Content/Item.php:336 src/Model/Item.php:2933 +#: src/Content/Item.php:341 src/Model/Item.php:3168 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "Foto" -#: src/Content/Item.php:350 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, 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" -#: src/Content/Item.php:418 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Folge der Unterhaltung" -#: src/Content/Item.php:419 src/Model/Contact.php:1199 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Status anschauen" -#: src/Content/Item.php:420 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1191 -#: src/Model/Contact.php:1200 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Profil anschauen" -#: src/Content/Item.php:421 src/Model/Contact.php:1201 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Bilder anschauen" -#: src/Content/Item.php:422 src/Model/Contact.php:1192 -#: src/Model/Contact.php:1202 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Netzwerkbeiträge" -#: src/Content/Item.php:423 src/Model/Contact.php:1193 -#: src/Model/Contact.php:1203 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Kontakt anzeigen" -#: src/Content/Item.php:424 src/Model/Contact.php:1204 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Private Nachricht senden" -#: src/Content/Item.php:425 src/Module/Contact.php:448 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Sperren" -#: src/Content/Item.php:426 src/Module/Contact.php:449 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorieren" -#: src/Content/Item.php:427 src/Module/Contact.php:450 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "Zuklappen" -#: src/Content/Item.php:431 src/Object/Post.php:471 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "Ignoriere %s Server" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Sprachen" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1194 src/Model/Contact.php:1205 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 #: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Verbinden/Folgen" -#: src/Content/Item.php:862 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "Benutzer kann nicht abgerufen werden." -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Keine Neuigkeiten" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Geh zurück" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Bereinige Benachrichtigungen" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:864 +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 msgid "@name, !group, #tags, content" msgstr "@name, !gruppe, #tags, content" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Abmelden" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Diese Sitzung beenden" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Anmeldung" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Anmelden" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:492 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "Unterhaltungen" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "Unterhaltungen die du begonnen hast" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:484 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Deine Profilseite" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Bilder" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Deine Fotos" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:508 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Medien" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Deine Beiträge die Medien beinhalten" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Kalender" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "Dein Kalender" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Persönliche Notizen" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Deine persönlichen Notizen" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Pinnwand" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Homepage" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registrieren" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Nutzerkonto erstellen" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Hilfe" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Hilfe und Dokumentation" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Apps" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Zusätzliche Anwendungen, Dienstprogramme, Spiele" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:862 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Suche" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Inhalt der Seite durchsuchen" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:871 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Volltext" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tags" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:873 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:419 -#: src/Module/Contact.php:515 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontakte" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Gemeinschaft" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Unterhaltungen auf diesem und anderen Servern" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Verzeichnis" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Nutzerverzeichnis" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Information" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Informationen zu dieser Friendica-Instanz" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Nutzungsbedingungen" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Die Nutzungsbedingungen dieser Friendica-Instanz" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:117 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Netzwerk" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Unterhaltungen Deiner Kontakte" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Deine Beiträge und Unterhaltungen" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Kontaktanfragen" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Kontaktanfragen" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Benachrichtigungen" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Alle Benachrichtigungen anzeigen" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Als gelesen markieren" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Markiere alle Systembenachrichtigungen als gelesen" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Private E-Mail" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Eingang" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Ausgang" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Nutzerkonten" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Andere Seiten verwalten" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Einstellungen" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Kontoeinstellungen" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Freunde und Kontakte verwalten/bearbeiten" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Administration" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Einstellungen der Seite und Konfiguration" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2027,23 +2189,23 @@ msgstr "Einstellungen der Seite und Konfiguration" msgid "Moderation" msgstr "Moderation" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "Moderation von Nutzern und Inhalten" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigation" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Sitemap" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Einbettungen deaktiviert" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Eingebetteter Inhalt" @@ -2063,51 +2225,51 @@ msgstr "nächste" msgid "last" msgstr "letzte" -#: src/Content/Text/BBCode.php:694 src/Content/Text/BBCode.php:1600 -#: src/Content/Text/BBCode.php:1601 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Bild/Foto" -#: src/Content/Text/BBCode.php:912 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s%3$s" -#: src/Content/Text/BBCode.php:937 src/Model/Item.php:3649 -#: src/Model/Item.php:3655 src/Model/Item.php:3656 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3899 +#: src/Model/Item.php:3905 src/Model/Item.php:3906 msgid "Link to source" msgstr "Link zum Originalbeitrag" -#: src/Content/Text/BBCode.php:1507 src/Content/Text/HTML.php:901 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Zum Öffnen/Schließen klicken" -#: src/Content/Text/BBCode.php:1540 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 hat geschrieben:" -#: src/Content/Text/BBCode.php:1605 src/Content/Text/BBCode.php:1606 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Verschlüsselter Inhalt" -#: src/Content/Text/BBCode.php:1870 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Ungültiges Quell-Protokoll" -#: src/Content/Text/BBCode.php:1889 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Ungültiges Link-Protokoll" -#: src/Content/Text/HTML.php:779 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "lade weitere Einträge..." -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Das Ende" -#: src/Content/Text/HTML.php:856 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Folge" @@ -2146,7 +2308,7 @@ msgstr "Name oder Interessen eingeben" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Beispiel: Robert Morgenstein, Angeln" -#: src/Content/Widget.php:82 src/Module/Contact.php:441 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 #: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Finde" @@ -2177,49 +2339,49 @@ msgstr "Weltweites Verzeichnis" msgid "Local Directory" msgstr "Lokales Verzeichnis" -#: src/Content/Widget.php:219 src/Model/Circle.php:596 -#: src/Module/Contact.php:402 src/Module/Welcome.php:76 +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 msgid "Circles" msgstr "Circles" -#: src/Content/Widget.php:221 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "Jeder" -#: src/Content/Widget.php:246 src/Module/Contact.php:418 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 msgid "No relationship" msgstr "Keine Beziehung" -#: src/Content/Widget.php:251 +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Beziehungen" -#: src/Content/Widget.php:253 src/Module/Circle.php:293 -#: src/Module/Contact.php:346 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Alle Kontakte" -#: src/Content/Widget.php:292 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokolle" -#: src/Content/Widget.php:294 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Alle Protokolle" -#: src/Content/Widget.php:322 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Gespeicherte Ordner" -#: src/Content/Widget.php:324 src/Content/Widget.php:355 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Alles" -#: src/Content/Widget.php:353 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategorien" -#: src/Content/Widget.php:410 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2230,26 +2392,36 @@ msgstr[1] "%d gemeinsame Kontakte" msgid "Archives" msgstr "Archiv" -#: src/Content/Widget.php:530 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "An diesem Datum" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Personen" -#: src/Content/Widget.php:531 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organisationen" -#: src/Content/Widget.php:532 src/Model/Contact.php:1651 +#: src/Content/Widget.php:536 src/Model/Contact.php:1738 msgid "News" msgstr "Nachrichten" -#: src/Content/Widget.php:536 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Kontenarten" -#: src/Content/Widget.php:537 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Alle" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:466 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:167 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "Kanäle" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportieren" @@ -2296,41 +2468,56 @@ msgstr[1] "Trending Tags (%d Stunden)" msgid "More Trending Tags" msgstr "mehr Trending Tags" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "Beitrag an Gruppe" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Mention" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Ort:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Netzwerk:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1195 -#: src/Model/Contact.php:1206 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Entfolgen" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "Gruppe betrachten" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Du selbst" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Beidseitige Freundschaft" @@ -2339,7 +2526,7 @@ msgid "Post to Email" msgstr "An E-Mail senden" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Öffentlich" @@ -2364,7 +2551,7 @@ msgstr "Dieser Inhalt wird außschließlich den Kontakten gezeigt, die du in der msgid "" "Start typing the name of a contact or a circle to show a filtered list. You " "can also mention the special circles \"Followers\" and \"Mutuals\"." -msgstr "Geben Sie den Namen eines Kontakts oder eines Circles ein, um eine gefilterte Liste anzuzeigen. Sie können auch die speziellen Kreise \"folgende\" und \"beidseitige Freundschaft\" erwähnen." +msgstr "Gebe den Namen eines Kontakts oder eines Circles ein, um eine gefilterte Liste anzuzeigen. Du kannst auch die speziellen Kreise \"Folgende\" und \"beidseitige Freundschaft\" erwähnen." #: src/Core/ACL.php:325 msgid "Show to:" @@ -2472,394 +2659,418 @@ msgstr "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.n msgid "Generate encryption keys" msgstr "Schlüssel erzeugen" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Fehler: der MySQL Treiber für PDO ist nicht installiert" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO oder MySQLi PHP Modul" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "Fehler: Das IntlChar-Modul von PHP ist nicht installiert." + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "PHP: IntlChar-Modul" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Fehler: XML PHP Modul erforderlich aber nicht installiert." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "XML PHP Modul" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "PHP: libCurl-Modul" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "PHP: GD-Grafikmodul" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "PHP: OpenSSL-Modul" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Fehler: Das openssl-Modul von PHP ist nicht installiert." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "PHP: mb_string-Modul" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Fehler: mb_string PHP Module wird benötigt, ist aber nicht installiert." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "PHP iconv Modul" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Fehler: Das iconv-Modul von PHP ist nicht installiert." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "PHP POSIX Modul" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Fehler POSIX PHP Modul erforderlich, aber nicht installiert." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Funktionen zur Programmausführung" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Fehler: Die Funktionen zur Ausführung von Programmen (proc_open) müssen aktiviert sein." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "PHP JSON Modul" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Fehler: Das JSON PHP Modul wird benötigt, ist aber nicht installiert." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "PHP Datei Informations-Modul" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Fehler: Das Datei Informations PHP Modul ist nicht installiert." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "GNU Multiple Precision PHP Modul" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "Fehler: GNU Multiple Precision PHP Modul wird benötigt, ist aber nicht installiert." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "Das Installationsprogramm muss in der Lage sein, eine Datei namens \"local.config.php\" im Ordner \"config\" Ihres Webservers zu erstellen, ist aber nicht in der Lage dazu." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "Am Ende dieser Prozedur bekommst du einen Text, der in der local.config.php im Friendica \"config\" Ordner gespeichert werden muss." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei \"doc/INSTALL.md\"." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php ist schreibbar" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica nutzt die Smarty3-Template-Engine, um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP, um das Rendern zu beschleunigen." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Um diese kompilierten Templates zu speichern, benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Bitte stelle sicher, dass der Nutzer, unter dem der Webserver läuft (z.B. www-data), Schreibrechte zu diesem Verzeichnis hat." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Hinweis: aus Sicherheitsgründen solltest du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht für die darin enthaltenen Template-Dateien (.tpl)." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 ist schreibbar" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Umschreiben der URLs in der .htaccess funktioniert nicht. Vergewissere dich, dass du .htaccess-dist nach.htaccess kopiert hast." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "Unter bestimmten Umständen (z.B. Installationen in Containern) kannst du diesen Fehler übergehen." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Fehlermeldung von Curl während des Ladens" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "URL rewrite funktioniert" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Die Erkennung von TLS, um die Kommunikation zwischen dem Browser und dem neuen Friendica-Server zu sichern, scheiterte." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Friendica sollte nur über eine sichere Verbindung verwendet werden da sensible Informationen wie Passwörter übertragen werden." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Bitte vergewissere dich, dass die Verbindung zum Server sicher ist." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Kein TLS gefunden" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS gefunden" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagicx PHP Erweiterung ist nicht installiert." -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP Erweiterung ist installiert" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick unterstützt GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Die Datenbank wird bereits verwendet." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Verbindung zur Datenbank gescheitert." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Montag" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Dienstag" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Mittwoch" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Donnerstag" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Freitag" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Samstag" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Sonntag" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Januar" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Februar" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "März" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "April" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mai" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Juni" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Juli" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "August" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "September" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Oktober" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "November" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Dezember" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Mo" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Di" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Mi" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Do" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Fr" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Sa" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "So" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "März" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Juli" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Okt" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dez" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, 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/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, 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/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2997,24 +3208,24 @@ msgstr "%s: Datenbank Aktualisierung" msgid "%s: updating %s table." msgstr "%s: aktualisiere Tabelle %s" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Eintrag nicht gefunden" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Entität konnte nicht verarbeitet werden" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Nicht autorisiert" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "Token ist nicht durch einen gültigen Benutzer autorisiert oder es fehlt ein erforderlicher Geltungsbereich" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Interner Serverfehler" @@ -3023,16 +3234,12 @@ msgstr "Interner Serverfehler" msgid "Legacy module file not found: %s" msgstr "Legacy-Moduldatei nicht gefunden: %s" -#: src/Model/Circle.php:105 +#: src/Model/Circle.php:106 msgid "" "A deleted circle with this name was revived. Existing item permissions " "may apply to this circle and any future members. If this is" " not what you intended, please create another circle with a different name." -msgstr "Ein gelöschter Circle mit diesem Namen wurde wiederhergestellt. Bestehende Objektberechtigungen können für diesen Circle und alle zukünftigen Mitglieder gelten. Wenn dies nicht das ist, was Sie beabsichtigen, erstellen Sie bitte einen neuen Circle mit einem anderen Namen." - -#: src/Model/Circle.php:512 -msgid "Default privacy circle for new contacts" -msgstr "Voreingestellter Circle für neue Kontakte" +msgstr "Ein gelöschter Circle mit diesem Namen wurde wiederhergestellt. Bestehende Objektberechtigungen können für diesen Circle und alle zukünftigen Mitglieder gelten. Wenn dies nicht das ist, was du beabsichtigst, erstelle bitte einen neuen Circle mit einem anderen Namen." #: src/Model/Circle.php:544 msgid "Everybody" @@ -3042,107 +3249,107 @@ msgstr "Alle Kontakte" msgid "edit" msgstr "bearbeiten" -#: src/Model/Circle.php:595 +#: src/Model/Circle.php:600 msgid "add" msgstr "hinzufügen" -#: src/Model/Circle.php:600 +#: src/Model/Circle.php:605 msgid "Edit circle" msgstr "Circle ändern" -#: src/Model/Circle.php:601 src/Module/Circle.php:194 +#: src/Model/Circle.php:606 src/Module/Circle.php:193 msgid "Contacts not in any circle" -msgstr "Kontakte die keinem Circle zugeordnet sind" +msgstr "Kontakte, die keinem Circle zugeordnet sind" -#: src/Model/Circle.php:603 +#: src/Model/Circle.php:608 msgid "Create a new circle" -msgstr "Erstelle neuen Cricle" +msgstr "Erstelle neuen Circle" -#: src/Model/Circle.php:604 src/Module/Circle.php:179 -#: src/Module/Circle.php:202 src/Module/Circle.php:277 +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 msgid "Circle Name: " msgstr "Circle Name: " -#: src/Model/Circle.php:605 +#: src/Model/Circle.php:610 msgid "Edit circles" msgstr "Circles bearbeiten" -#: src/Model/Contact.php:1212 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Genehmigen" -#: src/Model/Contact.php:1647 +#: src/Model/Contact.php:1734 msgid "Organisation" msgstr "Organisation" -#: src/Model/Contact.php:1655 +#: src/Model/Contact.php:1742 msgid "Group" msgstr "Gruppe" -#: src/Model/Contact.php:2951 +#: src/Model/Contact.php:3045 msgid "Disallowed profile URL." msgstr "Nicht erlaubte Profil-URL." -#: src/Model/Contact.php:2956 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3050 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Blockierte Domain" -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3055 msgid "Connect URL missing." msgstr "Connect-URL fehlt" -#: src/Model/Contact.php:2970 +#: src/Model/Contact.php:3064 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:2988 +#: src/Model/Contact.php:3082 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "Erwartetes Netzwerk %s stimmt nicht mit dem tatsächlichen Netzwerk überein %s" -#: src/Model/Contact.php:3005 +#: src/Model/Contact.php:3099 msgid "The profile address specified does not provide adequate information." msgstr "Die angegebene Profiladresse liefert unzureichende Informationen." -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3101 msgid "No compatible communication protocols or feeds were discovered." msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden." -#: src/Model/Contact.php:3010 +#: src/Model/Contact.php:3104 msgid "An author or name was not found." msgstr "Es wurde kein Autor oder Name gefunden." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3107 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:3016 +#: src/Model/Contact.php:3110 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:3017 +#: src/Model/Contact.php:3111 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:3023 +#: src/Model/Contact.php:3117 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:3028 +#: src/Model/Contact.php:3122 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:3093 +#: src/Model/Contact.php:3188 msgid "Unable to retrieve contact information." msgstr "Konnte die Kontaktinformationen nicht empfangen." @@ -3150,54 +3357,54 @@ msgstr "Konnte die Kontaktinformationen nicht empfangen." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "l F d, Y \\@ g:i A \\G\\M\\TP (e)" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Beginnt:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Endet:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "ganztägig" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sep" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "Heute" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "Monat" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "Woche" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "Tag" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Keine Veranstaltung zum Anzeigen" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "Veranstaltung nicht gefunden." @@ -3229,99 +3436,109 @@ msgstr "D H:i" msgid "g:i A" msgstr "H:i" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Karte anzeigen" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Karte verbergen" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%ss Geburtstag" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Herzlichen Glückwunsch, %s" -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2217 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "%s (%s - %s): %s" + +#: src/Model/Item.php:2219 +#, php-format +msgid "%s (%s): %s" +msgstr "%s (%s): %s" + +#: src/Model/Item.php:2222 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Erkannte Sprachen in diesem Beitrag:\\n%s" -#: src/Model/Item.php:2935 +#: src/Model/Item.php:3170 msgid "activity" msgstr "Aktivität" -#: src/Model/Item.php:2937 +#: src/Model/Item.php:3172 msgid "comment" msgstr "Kommentar" -#: src/Model/Item.php:2940 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3175 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "Beitrag" -#: src/Model/Item.php:3109 +#: src/Model/Item.php:3345 #, php-format msgid "%s is blocked" msgstr "%s ist blockiert" -#: src/Model/Item.php:3111 +#: src/Model/Item.php:3347 #, php-format msgid "%s is ignored" msgstr "%s ist ignoriert" -#: src/Model/Item.php:3113 +#: src/Model/Item.php:3349 #, php-format msgid "Content from %s is collapsed" msgstr "Inhalt vom %s ist zugeklappt" -#: src/Model/Item.php:3117 +#: src/Model/Item.php:3353 #, php-format msgid "Content warning: %s" msgstr "Inhaltswarnung: %s" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3806 msgid "bytes" msgstr "Byte" -#: src/Model/Item.php:3592 +#: src/Model/Item.php:3837 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "%2$s (%3$d%%, %1$d Stimme)" msgstr[1] "%2$s (%3$d%%, %1$d Stimmen)" -#: src/Model/Item.php:3594 +#: src/Model/Item.php:3839 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "%2$s (%1$d Stimme)" msgstr[1] "%2$s (%1$d Stimmen)" -#: src/Model/Item.php:3599 +#: src/Model/Item.php:3844 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "%d Stimme, Abstimmung endet: %s" msgstr[1] "%d Stimmen, Abstimmung endet: %s" -#: src/Model/Item.php:3601 +#: src/Model/Item.php:3846 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "%d Stimme." msgstr[1] "%d Stimmen." -#: src/Model/Item.php:3603 +#: src/Model/Item.php:3848 #, php-format msgid "Poll end: %s" msgstr "Abstimmung endet: %s" -#: src/Model/Item.php:3637 src/Model/Item.php:3638 +#: src/Model/Item.php:3882 src/Model/Item.php:3883 msgid "View on separate page" msgstr "Auf separater Seite ansehen" @@ -3329,294 +3546,295 @@ msgstr "Auf separater Seite ansehen" msgid "[no subject]" msgstr "[kein Betreff]" -#: src/Model/Photo.php:1184 src/Module/Media/Photo/Upload.php:170 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Pinnwand-Bilder" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Profil bearbeiten" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Profilbild ändern" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Homepage:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Über:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atom-Feed" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "Die Webseite wurde verifiziert und gehört der gleichen Person." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "d. F" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[heute]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Geburtstagserinnerungen" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Geburtstage diese Woche:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "l, d. F G \\U\\h\\r" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[keine Beschreibung]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Veranstaltungserinnerungen" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Veranstaltungen der nächsten 7 Tage:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s heißt %2$s herzlich willkommen" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Heimatort:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Familienstand:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Mit:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Seit:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Sexuelle Vorlieben:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Politische Ansichten:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Religiöse Ansichten:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Likes:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Dislikes:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Titel/Beschreibung:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Zusammenfassung" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Musikalische Interessen" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Bücher, Literatur" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Fernsehen" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Filme/Tänze/Kultur/Unterhaltung" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobbies/Interessen" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Liebe/Romantik" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Arbeit/Anstellung" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Schule/Ausbildung" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Kontaktinformationen und Soziale Netzwerke" -#: src/Model/User.php:214 src/Model/User.php:1124 +#: src/Model/User.php:225 src/Model/User.php:1281 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:715 src/Model/User.php:748 msgid "Login failed" msgstr "Anmeldung fehlgeschlagen" -#: src/Model/User.php:637 +#: src/Model/User.php:780 msgid "Not enough information to authenticate" msgstr "Nicht genügend Informationen für die Authentifizierung" -#: src/Model/User.php:758 +#: src/Model/User.php:901 msgid "Password can't be empty" msgstr "Das Passwort kann nicht leer sein" -#: src/Model/User.php:800 +#: src/Model/User.php:943 msgid "Empty passwords are not allowed." msgstr "Leere Passwörter sind nicht erlaubt." -#: src/Model/User.php:804 +#: src/Model/User.php:947 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:808 +#: src/Model/User.php:951 msgid "The password length is limited to 72 characters." msgstr "Die Länge des Passworts ist auf 72 Zeichen begrenzt." -#: src/Model/User.php:812 +#: src/Model/User.php:955 msgid "The password can't contain white spaces nor accentuated letters" msgstr "Das Passwort kann weder Leerzeichen noch akzentuierte Zeichen beinhalten." -#: src/Model/User.php:1007 +#: src/Model/User.php:1164 msgid "Passwords do not match. Password unchanged." msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert." -#: src/Model/User.php:1014 +#: src/Model/User.php:1171 msgid "An invitation is required." msgstr "Du benötigst eine Einladung." -#: src/Model/User.php:1018 +#: src/Model/User.php:1175 msgid "Invitation could not be verified." msgstr "Die Einladung konnte nicht überprüft werden." -#: src/Model/User.php:1026 +#: src/Model/User.php:1183 msgid "Invalid OpenID url" msgstr "Ungültige OpenID URL" -#: src/Model/User.php:1039 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 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:1039 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Die Fehlermeldung lautete:" -#: src/Model/User.php:1045 +#: src/Model/User.php:1202 msgid "Please enter the required information." msgstr "Bitte trage die erforderlichen Informationen ein." -#: src/Model/User.php:1059 +#: src/Model/User.php:1216 #, 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:1066 +#: src/Model/User.php:1223 #, 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:1070 +#: src/Model/User.php:1227 #, 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:1078 +#: src/Model/User.php:1235 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:1083 +#: src/Model/User.php:1240 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:1087 +#: src/Model/User.php:1244 msgid "Not a valid email address." msgstr "Keine gültige E-Mail-Adresse." -#: src/Model/User.php:1090 +#: src/Model/User.php:1247 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:1094 src/Model/User.php:1100 +#: src/Model/User.php:1251 src/Model/User.php:1257 msgid "Cannot use that email." msgstr "Konnte diese E-Mail-Adresse nicht verwenden." -#: src/Model/User.php:1106 +#: src/Model/User.php:1263 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:1114 src/Model/User.php:1171 +#: src/Model/User.php:1271 src/Model/User.php:1328 msgid "Nickname is already registered. Please choose another." msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen." -#: src/Model/User.php:1158 src/Model/User.php:1162 +#: src/Model/User.php:1315 src/Model/User.php:1319 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:1185 +#: src/Model/User.php:1342 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:1192 +#: src/Model/User.php:1349 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:1197 +#: src/Model/User.php:1354 msgid "Friends" msgstr "Kontakte" -#: src/Model/User.php:1201 +#: src/Model/User.php:1358 msgid "" "An error occurred creating your default contact circle. Please try again." -msgstr "Beim Erstellen Ihres Circles ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut." +msgstr "Beim Erstellen Ihres Circles ist ein Fehler aufgetreten. Bitte versuche es erneut." -#: src/Model/User.php:1240 +#: src/Model/User.php:1402 msgid "Profile Photos" msgstr "Profilbilder" -#: src/Model/User.php:1435 +#: src/Model/User.php:1582 #, php-format msgid "" "\n" @@ -3624,7 +3842,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\nHallo %1$s\nein Admin von %2$s hat dir ein Nutzerkonto angelegt." -#: src/Model/User.php:1438 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" @@ -3642,10 +3860,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3654,14 +3871,14 @@ msgid "" "\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." -msgstr "\nNachfolgend die Anmeldedetails:\n\nAdresse der Seite: %1$s\nBenutzername: %2$s\nPasswort: %3$s\n\nDu kannst dein Passwort unter \"Einstellungen\" ändern, sobald du dich angemeldet hast.Bitte nimm dir ein paar Minuten, um die anderen Einstellungen auf dieser Seite zu kontrollieren.Eventuell magst du ja auch einige Informationen über dich in deinem Profil veröffentlichen, damit andere Leute dich einfacher finden können.Bearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite).Wir empfehlen dir, deinen kompletten Namen anzugeben und ein zu dir passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden.Außerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter angibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen.Wir respektieren deine Privatsphäre - keine dieser Angaben ist nötig.Wenn du neu im Netzwerk bist und noch niemanden kennst, dann können sie allerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nDu kannst dein Nutzerkonto jederzeit unter %1$s/settings/removeme wieder löschen.\n\nDanke und willkommen auf %4$s." +msgstr "\nNachfolgend die Anmeldedetails:\n\nAdresse der Seite: %1$s\nBenutzername: %2$s\nPasswort: %3$s\n\nDu kannst dein Passwort unter \"Einstellungen\" ändern, sobald du dich angemeldet hast. \n\nBitte nimm dir ein paar Minuten, um die anderen Einstellungen auf dieser Seite zu kontrollieren. \n\nEventuell magst du ja auch einige Informationen über dich in deinem Profil veröffentlichen, damit andere Leute dich einfacher finden können. Bearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite). \n\nWir empfehlen dir, ein zu dir passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden. Außerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter angibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen.\n\nWir respektieren deine Privatsphäre - keine dieser Angaben ist nötig. Wenn du neu im Netzwerk bist und noch niemanden kennst, dann können sie allerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nDu kannst dein Nutzerkonto jederzeit unter %1$s/settings/removeme wieder löschen.\n\nDanke und willkommen auf %4$s." -#: src/Model/User.php:1471 src/Model/User.php:1578 +#: src/Model/User.php:1617 src/Model/User.php:1723 #, php-format msgid "Registration details for %s" msgstr "Details der Registration von %s" -#: src/Model/User.php:1491 +#: src/Model/User.php:1637 #, php-format msgid "" "\n" @@ -3676,12 +3893,12 @@ msgid "" "\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:1510 +#: src/Model/User.php:1656 #, php-format msgid "Registration at %s" msgstr "Registrierung als %s" -#: src/Model/User.php:1534 +#: src/Model/User.php:1680 #, php-format msgid "" "\n" @@ -3690,7 +3907,7 @@ msgid "" "\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:1542 +#: src/Model/User.php:1688 #, php-format msgid "" "\n" @@ -3708,10 +3925,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3720,7 +3936,12 @@ msgid "" "\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/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/settings/removeme jederzeit tun.\n\nDanke für deine Aufmerksamkeit und willkommen auf %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, ein zu dir passendes 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/settings/removeme jederzeit tun.\n\nDanke für deine Aufmerksamkeit und willkommen auf %2$s." + +#: src/Model/User.php:1750 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "Benutzer mit Delegaten können nicht entfernt werden, bitte entferne zuerst die delegierten Benutzer" #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." @@ -3742,15 +3963,15 @@ msgid "Disable" msgstr "Ausschalten" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Einschalten" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:218 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:449 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3760,7 +3981,7 @@ msgstr "Administration" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Addons" @@ -3789,12 +4010,12 @@ msgid "Addon %s failed to install." msgstr "Addon %s konnte nicht installiert werden" #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:452 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Einstellungen speichern" @@ -3879,75 +4100,77 @@ msgstr "Feature festlegen: %s" msgid "Manage Additional Features" msgstr "Zusätzliche Features Verwalten" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:80 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Andere" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:158 src/Module/Admin/Federation.php:407 msgid "unknown" msgstr "Unbekannt" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "%2$sServer gesamt" msgstr[1] "%2$s Server gesamt" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:192 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "%2$s aktiver Nutzer im letzten Monat" msgstr[1] "%2$s aktive Nutzer im letzten Monat" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:193 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "%2$s aktive Nutzer im letzten halben Jahr" msgstr[1] "%2$s aktive Nutzer im letzten halben Jahr" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "%2$sregistrierter Nutzer" msgstr[1] "%2$s registrierte Nutzer" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:195 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "%2$slokal erstellter Beitrag oder Kommentar" msgstr[1] "%2$slokal erstellte Beiträge und Kommentare" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:198 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "%2$sBeitrag pro Nutzer" msgstr[1] "%2$sBeiträge pro Nutzer" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:203 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "%2$sNutzer pro System" msgstr[1] "%2$sNutzer pro System" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:213 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:219 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Föderation Statistik" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:223 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3987,8 +4210,8 @@ msgid "Enable Debugging" msgstr "Protokoll führen" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:480 msgid "" "Read-only because it is set by an environment variable" msgstr "Schreibgeschützt, weil es durch eine Umgebungsvariable festgelegt ist" @@ -4073,7 +4296,7 @@ msgstr "Anklicken zum Anzeigen der Details" #: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" -msgstr "Veranstaltungsdetails" +msgstr "Ereignisdetails" #: src/Module/Admin/Logs/View.php:97 msgid "Data" @@ -4140,7 +4363,8 @@ msgstr "Befehl" msgid "Job Parameters" msgstr "Parameter der Aufgabe" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Erstellt" @@ -4148,269 +4372,269 @@ msgstr "Erstellt" msgid "Priority" msgstr "Priorität" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:240 #, php-format msgid "%s is no valid input for maximum image size" msgstr "%s ist keine gültige Angabe der maximalen Größe von Bildern" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:364 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Kein spezielles Theme für mobile Geräte verwenden." -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:381 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimentell)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:393 msgid "No community page" msgstr "Keine Gemeinschaftsseite" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:394 msgid "No community page for visitors" msgstr "Keine Gemeinschaftsseite für Besucher" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:395 msgid "Public postings from users of this site" msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:396 msgid "Public postings from the federated network" msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:397 msgid "Public postings from local users and the federated network" msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:403 msgid "Multi user instance" msgstr "Mehrbenutzer-Instanz" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:426 msgid "Closed" msgstr "Geschlossen" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:427 msgid "Requires approval" msgstr "Bedarf der Zustimmung" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:428 msgid "Open" msgstr "Offen" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:432 msgid "Don't check" msgstr "Nicht überprüfen" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:433 msgid "check the stable version" msgstr "überprüfe die stabile Version" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:434 msgid "check the development version" msgstr "überprüfe die Entwicklungsversion" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:438 msgid "none" msgstr "keine" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:439 msgid "Local contacts" msgstr "Lokale Kontakte" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:440 msgid "Interactors" msgstr "Interaktionen" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:450 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Seite" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:451 msgid "General Information" msgstr "Allgemeine Informationen" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:453 msgid "Republish users to directory" msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen." -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:454 src/Module/Register.php:152 msgid "Registration" msgstr "Registrierung" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:455 msgid "File upload" msgstr "Datei hochladen" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:456 msgid "Policies" msgstr "Regeln" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:525 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:457 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Erweitert" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:458 msgid "Auto Discovered Contact Directory" msgstr "Automatisch ein Kontaktverzeichnis erstellen" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:459 msgid "Performance" msgstr "Performance" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:460 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:461 msgid "Message Relay" msgstr "Nachrichten-Relais" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:462 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Verwende den Befehl \"console relay\" auf der Kommandozeile um weitere Relays hinzu zu fügen oder zu entfernen." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:463 msgid "The system is not subscribed to any relays at the moment." msgstr "Das System hat derzeit keinerlei Relays abonniert." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:464 msgid "The system is currently subscribed to the following relays:" msgstr "Das System hat derzeit Abonnements bei folgenden Releays:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:467 msgid "Relocate Node" msgstr "Knoten umziehen" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:468 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "Um deinen Friendica Knoten auf einen andere Domainnamen umzuziehen, und dabei alle existierenden Accounts und Beiträge zu behalten, kannst du dazu einen Konsolenbefehl verwenden. Die nötigen Aktualisierungen wird einige Zeit dauern und können nur auf der Konsole gestartet werden. Hierzu verwendest du einen Befehl wie den folgenden:" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:469 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(Friendica Verzeichnis)# bin/console relocate https://newdomain.com" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:472 msgid "Site name" msgstr "Seitenname" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "Sender Email" msgstr "Absender für Emails" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "" "The email address your server shall use to send notification emails from." msgstr "Die E-Mail Adresse, die dein Server zum Versenden von Benachrichtigungen verwenden soll." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "Name of the system actor" msgstr "Name des System-Actors" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Name des internen System-Accounts der für ActivityPub Anfragen verwendet wird. Der Nutzername darf bisher nicht verwendet werden. Ist der Name einmal gesetzt kann er nicht mehr geändert werden." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:475 msgid "Banner/Logo" msgstr "Banner/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:476 msgid "Email Banner/Logo" msgstr "E-Mail Banner / Logo" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Shortcut icon" msgstr "Shortcut Icon" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Link to an icon that will be used for browsers." msgstr "Link zu einem Icon, das Browser verwenden werden." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Touch icon" msgstr "Touch Icon" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Link zu einem Icon, das Tablets und Mobiltelefone verwenden sollen." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 msgid "Additional Info" msgstr "Zusätzliche Informationen" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Für öffentliche Server kannst du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:480 msgid "System language" msgstr "Systemsprache" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 msgid "System theme" msgstr "Systemweites Theme" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "Standard-Theme des Systems - kann von Benutzerprofilen überschrieben werden - Einstellungen des Standard-Themes ändern" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Mobile system theme" msgstr "Systemweites mobiles Theme" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Theme for mobile devices" msgstr "Theme für mobile Geräte" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "Force SSL" msgstr "Erzwinge SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Erzwinge SSL für alle Nicht-SSL-Anfragen - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "Show help entry from navigation menu" msgstr "Zeige den Hilfe-Eintrag im Navigationsmenü an" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Zeigt im Navigationsmenü den Eintrag für die Hilfe-Seiten an. Es ist immer möglich diese Seiten direkt über /help in der Adresseingabe des Browsers aufzurufen." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Single user instance" msgstr "Ein-Nutzer Instanz" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Make this instance multi-user or single-user for the named user" msgstr "Bestimmt, ob es sich bei dieser Instanz um eine Installation mit nur einen Nutzer oder mit mehreren Nutzern handelt." -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 msgid "Maximum image size" msgstr "Maximale Bildgröße" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4418,35 +4642,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "Die maximale Größe von Bildern in Bytes. Grundeinstellung ist 0, welches keine Limitierung durch die Bildgröße bedeutet. Du kannst k, m oder g als Abkürzung hinter der Zahl angeben um KiB, MIB oder GiB zu definieren.\n\t\t\t\t\t\t\t\t\t\t\t\t\tDer Wert der 1upload_max_filesize1 Variable in der php.ini Datei muss diesem Limit mindestens entsprechen.\n\t\t\t\t\t\t\t\t\t\t\t\t\tDerzeit ist 3upload_max_filesize3 auf %s (%sByte) gesetzt." -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "Maximum image length" msgstr "Maximale Bildlänge" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximale Länge in Pixeln der längsten Seite eines hochgeladenen Bildes. Grundeinstellung ist -1, was keine Einschränkung bedeutet." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "JPEG image quality" msgstr "Qualität des JPEG Bildes" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Hochgeladene JPEG-Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:494 msgid "Register policy" msgstr "Registrierungsmethode" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "Maximum Users" msgstr "Maximale Benutzeranzahl" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4454,157 +4678,157 @@ msgid "" "not when the policy is set to approval." msgstr "Falls definiert, wird die Registrierungsrichtlinie automatisch geschlossen, wenn die angegebene Anzahl von Benutzern erreicht ist, und die Registrierung wieder geöffnet, wenn die Anzahl unter den Grenzwert fällt. Dies funktioniert nur, wenn die Richtlinie auf \"Öffnen\" oder \"Schließen\" eingestellt ist, nicht aber, wenn die Richtlinie auf \"Genehmigung\" eingestellt ist." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 msgid "Maximum Daily Registrations" msgstr "Maximum täglicher Registrierungen" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:497 msgid "Register text" msgstr "Registrierungstext" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:497 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 msgid "Forbidden Nicknames" msgstr "Verbotene Spitznamen" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Durch Kommas getrennte Liste von Spitznamen, die von der Registrierung ausgeschlossen sind. Die Vorgabe ist eine Liste von Rollennamen nach RFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:499 msgid "Accounts abandoned after x days" msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:499 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 msgid "Allowed friend domains" msgstr "Erlaubte Domains für Kontakte" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:501 msgid "Allowed email domains" msgstr "Erlaubte Domains für E-Mails" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:502 msgid "No OEmbed rich content" msgstr "OEmbed nicht verwenden" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:502 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen, die unten aufgeführt werden." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "Trusted third-party domains" msgstr "Vertrauenswürdige Drittanbieter-Domains" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Komma separierte Liste von Domains von denen Inhalte in Beiträgen eingebettet werden dürfen. Alle Subdomains werden ebenfalls akzeptiert." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 msgid "Block public" msgstr "Öffentlichen Zugriff blockieren" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "Force publish" msgstr "Erzwinge Veröffentlichung" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Wenn du diese Option aktivierst, verstößt das unter Umständen gegen Gesetze wie die EU-DSGVO." -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 msgid "Global directory URL" msgstr "URL des weltweiten Verzeichnisses" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:507 msgid "Private posts by default for new users" msgstr "Private Beiträge als Standard für neue Nutzer" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:507 msgid "" "Set default post permissions for all new members to the default privacy " "circle rather than public." msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in den privaten Circle gepostet wird anstelle von öffentlichen." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 msgid "Don't include post content in email notifications" msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw. zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:509 msgid "Disallow public access to addons listed in the apps menu." msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:509 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Wenn ausgewählt, werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 msgid "Don't embed private images in posts" msgstr "Private Bilder nicht in Beiträgen einbetten." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 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 " @@ -4612,11 +4836,11 @@ msgid "" "while." msgstr "Ersetze lokal gehostete, private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten, sich zunächst auf den jeweiligen Servern authentifizieren müssen, bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:511 msgid "Explicit Content" msgstr "Sensibler Inhalt" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:511 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 " @@ -4625,267 +4849,329 @@ msgid "" "will be shown at the user registration page." msgstr "Wähle dies, um anzuzeigen, dass dein Knoten hauptsächlich für explizite Inhalte verwendet wird, die möglicherweise nicht für Minderjährige geeignet sind. Diese Info wird in der Knoteninformation veröffentlicht und kann durch das Globale Verzeichnis genutzt werden, um deinen Knoten von den Auflistungen auszuschließen. Zusätzlich wird auf der Registrierungsseite ein Hinweis darüber angezeigt." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "Proxify external content" msgstr "Proxy für externe Inhalte" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Externe Inhalte werden durch einen Proxy geleitet. Die wird z.B. für das aufrufen von OEmbed Inhalten verwendet und einigen anderen seltenen Fällen." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 +msgid "Only local search" +msgstr "Nur lokale Suche" + +#: src/Module/Admin/Site.php:513 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "Sperrt die Suche für nicht eingeloggte Benutzer, um zu verhindern, dass Crawler Ihr System blockieren." + +#: src/Module/Admin/Site.php:514 +msgid "Blocked tags for trending tags" +msgstr "Blockierte Tags für Trend-Tags" + +#: src/Module/Admin/Site.php:514 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "Durch Kommata getrennte Liste von Hashtags, die nicht in den Trending Tags angezeigt werden sollen." + +#: src/Module/Admin/Site.php:515 msgid "Cache contact avatars" msgstr "Kontaktprofilbilder zwischenspeichern" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:515 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "Die Profilbilder der Kontakte zwischenspeichern. Der Zwischenspeicher verbraucht viel Platz im Speicherplatz, verbessert aber die Performance." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 msgid "Allow Users to set remote_self" msgstr "Nutzern erlauben, das remote_self Flag zu setzen" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "Ist dies ausgewählt, kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im \"Erweitert\"-Reiter der Kontaktansicht markieren. Nach dem Setzen dieses Flags werden alle Top-Level-Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet (gespiegelt)." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 +msgid "Adjust the feed poll frequency" +msgstr "Einstellen der Abrufhäufigkeit" + +#: src/Module/Admin/Site.php:517 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "Automatisches Erkennen und Einstellen der besten Abrufhäufigkeit." + +#: src/Module/Admin/Site.php:518 +msgid "Minimum poll interval" +msgstr "Minimales Abfrageintervall" + +#: src/Module/Admin/Site.php:518 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "Minimaler Abstand in Minuten zwischen zwei Abfragen für Mail- und Feed-Kontakte. Sinnvolle Werte liegen zwischen 1 und 59." + +#: src/Module/Admin/Site.php:519 msgid "Enable multiple registrations" msgstr "Erlaube Mehrfachregistrierung" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:519 msgid "Enable users to register additional accounts for use as pages." msgstr "Erlaube es Benutzern weitere Konten für Organisationen o.ä. mit der gleichen E-Mail Adresse anzulegen." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID" msgstr "OpenID aktivieren" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID support for registration and logins." msgstr "OpenID Unterstützung bei der Registrierung und dem Login aktivieren." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:521 +msgid "Enable full name check" msgstr "Namen auf Vollständigkeit überprüfen" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:521 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Erlaubt Nutzern Konten nur dann zu registrieren, bei denen im Namensfeld ein Leerzeichen zur Trennung von Vor- und Nachnamen verwendet wird." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "Verhindert, dass sich Benutzer mit einem Anzeigenamen registrieren, der aus weniger als zwei durch Leerzeichen getrennten Teilen besteht." -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "Email administrators on new registration" msgstr "Email den Administratoren bei neuen Registrierungen" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "Wenn diese Option aktiviert ist und die Registrierung auf offen eingestellt ist, wird den Administratoren bei jeder neuen Registierung eine Email geschickt." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "Community pages for visitors" msgstr "Für Besucher verfügbare Gemeinschaftsseite" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Seiten verwenden." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "Posts per user on community page" msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "Maximale Anzahl der Beiträge, die von jedem Nutzer auf der Gemeinschaftsseite angezeigt werden. (Gilt nicht für die 'Globale Gemeinschaftsseite')" +"The maximum number of posts per user on the local community page. This is " +"useful, when a single user floods the local community page." +msgstr "Die maximale Anzahl von Beiträgen pro Benutzer auf der lokalen Gemeinschaftsseite. Dies ist nützlich, wenn ein einzelner Benutzer die lokale Gemeinschaftsseite überflutet." -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:525 +msgid "Posts per server on community page" +msgstr "Beiträge pro Server auf der Gemeinschaftsseite" + +#: src/Module/Admin/Site.php:525 +msgid "" +"The maximum number of posts per server on the global community page. This is" +" useful, when posts from a single server flood the global community page." +msgstr "Die maximale Anzahl von Beiträgen pro Server auf der globalen Gemeinschaftsseite. Dies ist nützlich, wenn Beiträge von einem einzelnen Server die globale Gemeinschaftsseite überfluten." + +#: src/Module/Admin/Site.php:527 msgid "Enable Mail support" msgstr "E-Mail Unterstützung aktivieren" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:527 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "Aktiviert die Unterstützung IMAP Ordner abzurufen und ermöglicht es auch auf E-Mails zu antworten." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:528 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "E-Mail Unterstützung kann nicht aktiviert werden, da das PHP IMAP Modul nicht installiert ist." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "Enable OStatus support" msgstr "OStatus Unterstützung aktivieren" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "Aktiviere die OStatus (StatusNet, GNU Social usw.) Unterstützung. Die Kommunikation über das OStatus Protokoll ist grundsätzlich öffentlich." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:531 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Diaspora Unterstützung kann nicht aktiviert werden, da Friendica in ein Unterverzeichnis installiert ist." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "Enable Diaspora support" msgstr "Diaspora-Unterstützung aktivieren" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "Aktiviere die Unterstützung des Diaspora Protokolls zur Kommunikation mit Diaspora Servern." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 msgid "Verify SSL" msgstr "SSL Überprüfen" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatskontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL-Zertifikat eine Verbindung herstellen kann." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:534 msgid "Proxy user" msgstr "Proxy-Nutzer" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:534 msgid "User name for the proxy server." msgstr "Nutzername für den Proxy-Server" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "Proxy URL" msgstr "Proxy-URL" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "Wenn Friendica einen Proxy-Server verwenden soll um das Netzwerk zu erreichen, füge hier die URL des Proxys ein." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Network timeout" msgstr "Netzwerk-Wartezeit" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 msgid "Maximum Load Average" msgstr "Maximum Load Average" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Maximale System-LOAD bevor Verteil- und Empfangsprozesse verschoben werden - Standard %d" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "Minimal Memory" msgstr "Minimaler Speicher" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables" msgstr "Optimiere die Tabellen regelmäßig" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Optimiert Tabellen wie den Cache oder die Worker-Warteschlage regelmäßig." -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "Discover followers/followings from contacts" msgstr "Endecke folgende und gefolgte Kontakte von Kontakten" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Ist dies aktiv, werden die Kontakte auf deren folgenden und gefolgten Kontakte überprüft." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:542 msgid "None - deactivated" msgstr "Keine - deaktiviert" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:543 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Lokale Kontakte - Die Beziehungen der lokalen Kontakte werden analysiert." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:544 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interaktionen - Kontakte der lokalen Kontakte sowie die Profile die mit öffentlichen lokalen Beiträgen interagiert haben, werden bzgl. ihrer Beziehungen analysiert." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:546 +msgid "Only update contacts/servers with local data" +msgstr "Nur Kontakte/Server mit lokalen Daten aktualisieren" + +#: src/Module/Admin/Site.php:546 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "Wenn diese Option aktiviert ist, sucht das System nur nach Änderungen bei Kontakten und Servern, die mit dieser Instanz interagiert haben, indem sie entweder in einer Kontaktliste eines Benutzers enthalten sind oder wenn Beiträge oder Kommentare von diesem Kontakt in dieser Instanz vorhanden sind." + +#: src/Module/Admin/Site.php:547 msgid "Synchronize the contacts with the directory server" msgstr "Gleiche die Kontakte mit dem Directory-Server ab" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:547 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Ist dies aktiv, wird das System regelmäßig auf dem Verzeichnis-Server nach neuen potentiellen Kontakten nachsehen." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Tage zwischen erneuten Abfragen" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Legt das Abfrageintervall fest, nach dem ein Server erneut nach Kontakten abgefragt werden soll." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "Discover contacts from other servers" msgstr "Neue Kontakte auf anderen Servern entdecken" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Frage regelmäßig bei anderen Servern nach neuen potentiellen Kontakten an. Diese Anfragen werden an Friendica, Mastodon und Hubzilla Server gesandt." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "Regelmäßige Abfrage anderer Server nach Kontakten und Servern, welche dort bekannt sind. Das System fragt Friendica, Mastodon und Hubzilla Server ab. Lass diese Options auf kleinen Instanzen deaktiviert, um die Datenbankgröße und -last zu verringern." -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:550 +msgid "Days between requery" +msgstr "Tage zwischen erneuten Abfragen" + +#: src/Module/Admin/Site.php:550 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "Anzahl der Tage, nach denen ein Server nach seinen Kontakten und den ihm bekannten Servern abgefragt wird. Dies wird nur verwendet, wenn die Erkennung aktiviert ist." + +#: src/Module/Admin/Site.php:551 msgid "Search the local directory" msgstr "Lokales Verzeichnis durchsuchen" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:551 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt, um die Suchresultate zu verbessern, wenn die Suche wiederholt wird." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:553 msgid "Publish server information" msgstr "Server-Informationen veröffentlichen" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:553 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 " @@ -4893,50 +5179,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Konnektoren. Für Details bitte the-federation.info aufrufen." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 msgid "Check upstream version" msgstr "Suche nach Updates" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." msgstr "Wenn diese Option aktiviert ist, wird regelmäßig nach neuen Friendica-Versionen auf github gesucht. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress Tags" msgstr "Tags unterdrücken" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "Clean database" msgstr "Datenbank aufräumen" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Entferne alte Beiträge von anderen Knoten, verwaiste Einträge und alten Inhalt einiger Hilfstabellen." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 msgid "Lifespan of remote items" msgstr "Lebensdauer von Beiträgen anderer Knoten" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 msgid "" "When the database cleanup is enabled, this defines the days after which " "remote items will be deleted. Own items, and marked or filed items are " "always kept. 0 disables this behaviour." msgstr "Wenn das Aufräumen der Datenbank aktiviert ist, definiert dies die Anzahl in Tagen, nach der Beiträge, die auf anderen Knoten des Netzwerks verfasst wurden, gelöscht werden sollen. Eigene Beiträge sowie markierte oder abgespeicherte Beiträge werden nicht gelöscht. Ein Wert von 0 deaktiviert das automatische Löschen von Beiträgen." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:559 msgid "Lifespan of unclaimed items" msgstr "Lebensdauer nicht angeforderter Beiträge" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:559 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4944,144 +5230,308 @@ msgid "" "items if set to 0." msgstr "Wenn das Aufräumen der Datenbank aktiviert ist, definiert dies die Anzahl von Tagen, nach denen nicht angeforderte Beiträge (hauptsächlich solche, die über das Relais eintreffen) gelöscht werden. Der Standardwert beträgt 90 Tage. Wird dieser Wert auf 0 gesetzt, wird die Lebensdauer von Beiträgen anderer Knoten verwendet." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 msgid "Lifespan of raw conversation data" msgstr "Lebensdauer der Beiträge" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 msgid "" "The conversation data is used for ActivityPub and OStatus, as well as for " "debug purposes. It should be safe to remove it after 14 days, default is 90 " "days." msgstr "Die Konversationsdaten werden für ActivityPub und OStatus sowie für Debug-Zwecke verwendet. Sie sollten gefahrlos nach 14 Tagen entfernt werden können, der Standardwert beträgt 90 Tage." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:561 msgid "Maximum numbers of comments per post" msgstr "Maximale Anzahl von Kommentaren pro Beitrag" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:561 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "Maximum numbers of comments per post on the display page" msgstr "Maximale Anzahl von Kommentaren in der Einzelansicht" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Wie viele Kommentare sollen auf der Einzelansicht eines Beitrags angezeigt werden? Grundeinstellung sind 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:563 +msgid "Items per page" +msgstr "Beiträge pro Seite" + +#: src/Module/Admin/Site.php:563 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "Anzahl der Elemente pro Seite in den Stream-Seiten (Netzwerk, Community, Profil/Kontaktstatus, Suche)." + +#: src/Module/Admin/Site.php:564 +msgid "Items per page for mobile devices" +msgstr "Beiträge pro Seite für mobile Endgeräte" + +#: src/Module/Admin/Site.php:564 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "Anzahl der Beiträge pro Seite in Stream-Seiten (Netzwerk, Community, Profil-/Kontaktstatus, Suche) für mobile Endgeräte." + +#: src/Module/Admin/Site.php:565 msgid "Temp path" msgstr "Temp-Pfad" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:565 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp-Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:566 msgid "Only search in tags" msgstr "Nur in Tags suchen" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:566 msgid "On large systems the text search can slow down the system extremely." msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen." -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:567 msgid "Generate counts per contact circle when calculating network count" msgstr "Erstelle Zählungen je Circle bei der Berechnung der Netzwerkanzahl" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:567 msgid "" "On systems with users that heavily use contact circles the query can be very" " expensive." msgstr "Auf Systemen mit Benutzern, die häufig Circles verwenden, kann die Abfrage sehr aufwändig sein." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 +msgid "Process \"view\" activities" +msgstr "\"view\"-Aktivitäten verarbeiten" + +#: src/Module/Admin/Site.php:568 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "\"view\"-Aktivitäten werden zumeist von Peertube-Systemen genutzt. Standardmäßig werden sie aus Leistungsgründen nicht verarbeitet. Aktivieren Sie diese Option nur auf performanten Systemen." + +#: src/Module/Admin/Site.php:569 +msgid "Days, after which a contact is archived" +msgstr "Anzahl der Tage, nach denen ein Kontakt archiviert wird" + +#: src/Module/Admin/Site.php:569 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "Die Anzahl der Tage, die wir versuchen, Inhalte zu liefern oder die Kontaktdaten zu aktualisieren, bevor wir einen Kontakt archivieren." + +#: src/Module/Admin/Site.php:571 msgid "Maximum number of parallel workers" msgstr "Maximale Anzahl parallel laufender Worker" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:571 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setze diesen Wert auf %d. Auf größeren Systemen funktioniert ein Wert von %d recht gut. Standardeinstellung sind %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:572 +msgid "Maximum load for workers" +msgstr "Maximale Last für Worker" + +#: src/Module/Admin/Site.php:572 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "Maximale Auslastung des Systems, welche eine Verzögerung vor jedem Aufruf des Workers verursacht." + +#: src/Module/Admin/Site.php:573 msgid "Enable fastlane" msgstr "Aktiviere Fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:573 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten, wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:574 +msgid "Decoupled receiver" +msgstr "Entkoppelter Empfänger" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "Entkoppelt eingehende ActivityPub-Beiträge, indem sie im Hintergrund über einen Worker-Prozess verarbeitet werden. Aktiviere dies nur auf schnellen Systemen." + +#: src/Module/Admin/Site.php:575 +msgid "Cron interval" +msgstr "Cron Intervall" + +#: src/Module/Admin/Site.php:575 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "Minimaler Intervall in Minuten zwischen zwei Aufrufen des \"Cron\" Arbeitsprozesses." + +#: src/Module/Admin/Site.php:576 +msgid "Worker defer limit" +msgstr "Worker-Verzögerungsgrenze" + +#: src/Module/Admin/Site.php:576 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "Standardmäßig versucht das System 15 Mal zuzustellen, bevor es den Vorgang abbricht." + +#: src/Module/Admin/Site.php:577 +msgid "Worker fetch limit" +msgstr "Worker Abrufbegrenzung" + +#: src/Module/Admin/Site.php:577 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "Anzahl der Worker-Aufgaben, die in einer einzigen Abfrage abgerufen werden. Höhere Werte sollten die Leistung verbessern, zu hohe Werte werden sie wahrscheinlich verringern. Änder dies nur, wenn Du weißt, wie Du die Leistung des Systems messen kannst." + +#: src/Module/Admin/Site.php:579 msgid "Direct relay transfer" msgstr "Direkte Relais-Übertragung" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:579 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais-Server verwendet wird." -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "Relay scope" msgstr "Geltungsbereich des Relais" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "" "Can be \"all\" or \"tags\". \"all\" means that every public post should be " "received. \"tags\" means that only posts with selected tags should be " "received." msgstr "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:580 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Deaktiviert" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "all" msgstr "Alle" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "tags" msgstr "Schlagwörter" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Server tags" msgstr "Server-Schlagworte" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Liste von Schlagworten, die abonniert werden sollen, mit Komma getrennt." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Deny Server tags" msgstr "Server Tags ablehnen" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Comma separated list of tags that are rejected." msgstr "Durch Kommas getrennte Liste der Tags, die abgelehnt werden" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 msgid "Allow user tags" msgstr "Verwende Schlagworte der Nutzer" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben definierten Server-Schlagworten abonniert." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:584 +msgid "Deny undetected languages" +msgstr "Nicht erkannte Sprachen ablehnen" + +#: src/Module/Admin/Site.php:584 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "Wenn diese Option aktiviert ist, werden Beiträge mit nicht erkannten Sprachen abgelehnt." + +#: src/Module/Admin/Site.php:585 +msgid "Language Quality" +msgstr "Sprachqualität" + +#: src/Module/Admin/Site.php:585 +msgid "The minimum language quality that is required to accept the post." +msgstr "Die minimale erkannte Sprachqualität, die erforderlich ist, um den Beitrag anzunehmen." + +#: src/Module/Admin/Site.php:586 +msgid "Number of languages for the language detection" +msgstr "Anzahl der Sprachen für die Spracherkennung" + +#: src/Module/Admin/Site.php:586 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "Das System erkennt eine Liste von Sprachen pro Beitrag. Nur wenn die gewünschten Sprachen in der Liste enthalten sind, wird die Nachricht akzeptiert. Je höher die Zahl, desto mehr Beiträge werden fälschlicherweise erkannt." + +#: src/Module/Admin/Site.php:588 +msgid "Maximum age of channel" +msgstr "Maximales Alter des Kanals" + +#: src/Module/Admin/Site.php:588 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "Hier wird das maximale Alter in Stunden von Beiträgen festgelegt, die in Kanälen angezeigt werden sollen. Dies wirkt sich auf die Leistung der Kanäle aus." + +#: src/Module/Admin/Site.php:589 +msgid "Maximum number of channel posts" +msgstr "Maximale Anzahl von Kanalbeiträgen" + +#: src/Module/Admin/Site.php:589 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "Aus Leistungsgründen verwenden die Kanäle eine dedizierte Tabelle zur Speicherung von Inhalten. Je höher der Wert, desto langsamer sind die Kanäle." + +#: src/Module/Admin/Site.php:590 +msgid "Interaction score days" +msgstr "Interaktionsscore Tage" + +#: src/Module/Admin/Site.php:590 +msgid "Number of days that are used to calculate the interaction score." +msgstr "Anzahl der Tage, die zur Berechnung des Interaktionsscores herangezogen werden." + +#: src/Module/Admin/Site.php:591 +msgid "Maximum number of posts per author" +msgstr "Maximale Anzahl von Beiträgen pro Autor" + +#: src/Module/Admin/Site.php:591 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "Maximale Anzahl von Beiträgen pro Seite und Autor, wenn die Kontakthäufigkeit auf \"Nur wenige Beiträge anzeigen\" eingestellt ist. Wenn es mehr Beiträge gibt, wird der Beitrag mit den meisten Interaktionen angezeigt." + +#: src/Module/Admin/Site.php:592 +msgid "Sharer interaction days" +msgstr "Interaktionstage für teilende" + +#: src/Module/Admin/Site.php:592 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "Anzahl der Tage der letzten Interaktion, die verwendet werden, um festzulegen, welche teilenden für den Kanal \"Geteilt von teilenden\" verwendet werden." + +#: src/Module/Admin/Site.php:595 msgid "Start Relocation" msgstr "Umsiedlung starten" @@ -5198,7 +5648,7 @@ msgid "" "The system.url entry is missing. This is a low level setting and can lead to" " unexpected behavior. Please add a valid entry as soon as possible in the " "config file or per console command!" -msgstr "Der Eintrag system.url fehlt. Dies ist eine Einstellung auf niedriger Ebene und kann zu unerwartetem Verhalten führen. Bitte fügen Sie so bald wie möglich einen gültigen Eintrag in der Konfigurationsdatei oder per Konsolenbefehl hinzu!" +msgstr "Der Eintrag system.url fehlt. Dies ist eine Einstellung auf niedriger Ebene und kann zu unerwartetem Verhalten führen. Bitt füge so bald wie möglich einen gültigen Eintrag in der Konfigurationsdatei oder per Konsolenbefehl hinzu!" #: src/Module/Admin/Summary.php:107 msgid "The worker was never executed. Please check your database structure!" @@ -5237,51 +5687,40 @@ 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:142 -#, 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:156 -#, 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:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "Friendica's system.basepath wurde aktualisiert '%s' von '%s'. Bitte entferne system.basepath aus der Datenbank um Unterschiede zu vermeiden." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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 korrigiere deine Konfiguration." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Nachrichten-Warteschlangen" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Servereinstellungen" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Aktivierte Addons" @@ -5378,7 +5817,7 @@ msgstr "Die Regeln" msgid "Enter your system rules here. Each line represents one rule." msgstr "Gib die Regeln deines Server hier ein. Jede Zeile steht für eine Regel." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "API Endpunkt %s %s ist noch nicht implementiert, vielleicht in der Zukunft." @@ -5395,7 +5834,7 @@ msgstr "Lesezeichen können nur für den ersten Beitrag einer Unterhaltung angel msgid "Only starting posts can be muted" msgstr "Nur die ersten Beiträge von Unterhaltungen können stumm geschaltet werden" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "Beiträge von %s können nicht geteilt werden" @@ -5408,7 +5847,7 @@ msgstr "Lesezeichen können nur für die ersten Beiträge einer Unterhaltung ent msgid "Only starting posts can be unmuted" msgstr "Nur die ersten Beiträge einer Unterhaltung können wieder auf laut gestellt werden" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "Beiträge von %s können nicht ungeteilt werden" @@ -5434,11 +5873,11 @@ msgstr "Beitrag konnte nicht gefunden werden." msgid "Please login to continue." msgstr "Bitte melde dich an, um fortzufahren." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Du hast keinen Zugriff auf die Administrationsseiten." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5448,11 +5887,11 @@ msgstr "Verwaltete Benutzerkonten haben keinen Zugriff auf die Administrationsse msgid "Overview" msgstr "Übersicht" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Konfiguration" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Zusätzliche Features" @@ -5472,7 +5911,7 @@ msgstr "Verzögerte Worker inspizieren" msgid "Inspect worker Queue" msgstr "Worker Warteschlange inspizieren" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostik" @@ -5500,23 +5939,23 @@ msgstr "Umwandlung nach ActivityPub" msgid "Addon Features" msgstr "Addon Features" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Nutzeranmeldungen, die auf Bestätigung warten" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Zu viele Abfragen" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5524,7 +5963,7 @@ 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." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5532,32 +5971,46 @@ msgid_plural "" msgstr[0] "Das monatliche Limit von %d Beitrag wurde erreicht. Der Beitrag wurde verworfen." msgstr[1] "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "Du hast keinen Zugriff zu den Moderationsseiten." + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "Das verwaltete Konto kann nicht auf die Moderationsseiten zugreifen. Bitte melde dich wieder mit dem Hauptkonto an." + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "Reports" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Nutzer" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Werkzeuge" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Kontakt Blockliste" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Server Blockliste" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Eintrag löschen" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Beitrags Quelle" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:487 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Profildetails" @@ -5606,38 +6059,42 @@ msgid_plural "" "registered on. You can review the list of domains your node is currently " "blocking in the About page." msgstr[0] "%d Ergebnis wurde herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der das Ergebnis registriert ist. Sie können die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf der Info-Seite einsehen." -msgstr[1] "%d Ergebnisse wurden herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der die Ergebnisse registriert sind. Sie können die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf derInfo-Seite einsehen." +msgstr[1] "%d Ergebnisse wurden herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der die Ergebnisse registriert sind. Du kannst die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf derInfo-Seite einsehen." -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Nutzerkonto" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Zwei-Faktor Authentifizierung" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Anzeige" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Soziale Netzwerke" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:172 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Accounts Verwalten" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Verbundene Programme" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "Remote Instanzen" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Persönliche Daten exportieren" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Konto löschen" @@ -5696,8 +6153,9 @@ msgstr "Veranstaltungsbeginn:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Benötigt" @@ -5757,256 +6215,256 @@ msgstr "Ansehen" msgid "Create New Event" msgstr "Neue Veranstaltung erstellen" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "Liste" -#: src/Module/Circle.php:56 +#: src/Module/Circle.php:57 msgid "Could not create circle." msgstr "Der Circle konnte nicht erstellt werden." -#: src/Module/Circle.php:67 src/Module/Circle.php:215 -#: src/Module/Circle.php:239 +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 msgid "Circle not found." msgstr "Circle nicht gefunden." -#: src/Module/Circle.php:73 +#: src/Module/Circle.php:74 msgid "Circle name was not changed." msgstr "Der Name des Circles wurde nicht geändert." -#: src/Module/Circle.php:91 +#: src/Module/Circle.php:92 msgid "Unknown circle." msgstr "Unbekannter Circle." -#: src/Module/Circle.php:97 src/Module/Circle.php:106 +#: src/Module/Circle.php:98 src/Module/Circle.php:107 #: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 #: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 #: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:61 #: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 #: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 #: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 msgid "Contact not found." msgstr "Kontakt nicht gefunden." -#: src/Module/Circle.php:101 src/Module/Contact/Contacts.php:66 -#: src/Module/Conversation/Network.php:189 +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 msgid "Invalid contact." msgstr "Ungültiger Kontakt." -#: src/Module/Circle.php:110 src/Module/Contact/Revoke.php:73 +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 msgid "Contact is deleted." msgstr "Kontakt wurde gelöscht" -#: src/Module/Circle.php:116 +#: src/Module/Circle.php:117 msgid "Unable to add the contact to the circle." msgstr "Es ist nicht möglich, den Kontakt zum Circle hinzuzufügen." -#: src/Module/Circle.php:119 +#: src/Module/Circle.php:120 msgid "Contact successfully added to circle." msgstr "Der Kontakt wurde erfolgreich dem Circle hinzugefügt." -#: src/Module/Circle.php:123 +#: src/Module/Circle.php:124 msgid "Unable to remove the contact from the circle." msgstr "Es ist nicht möglich, den Kontakt aus dem Circle zu entfernen." -#: src/Module/Circle.php:126 +#: src/Module/Circle.php:127 msgid "Contact successfully removed from circle." msgstr "Kontakt erfolgreich aus dem Circle entfernt." -#: src/Module/Circle.php:130 +#: src/Module/Circle.php:131 msgid "Bad request." msgstr "Ungültige Anfrage." -#: src/Module/Circle.php:171 +#: src/Module/Circle.php:170 msgid "Save Circle" msgstr "Circle speichern" -#: src/Module/Circle.php:172 +#: src/Module/Circle.php:171 msgid "Filter" msgstr "Filter" -#: src/Module/Circle.php:178 +#: src/Module/Circle.php:177 msgid "Create a circle of contacts/friends." msgstr "Erstelle einen Circle aus Kontakten/Freunden" -#: src/Module/Circle.php:220 +#: src/Module/Circle.php:219 msgid "Unable to remove circle." msgstr "Der Circle kann nicht entfernt werden." -#: src/Module/Circle.php:271 +#: src/Module/Circle.php:270 msgid "Delete Circle" msgstr "Circle löschen" -#: src/Module/Circle.php:281 +#: src/Module/Circle.php:280 msgid "Edit Circle Name" msgstr "Name des Circles ändern" -#: src/Module/Circle.php:291 +#: src/Module/Circle.php:290 msgid "Members" msgstr "Mitglieder" -#: src/Module/Circle.php:294 +#: src/Module/Circle.php:293 msgid "Circle is empty" msgstr "Dieser Circle ist leer" -#: src/Module/Circle.php:307 +#: src/Module/Circle.php:306 msgid "Remove contact from circle" msgstr "Kontakt aus Circle entfernen" -#: src/Module/Circle.php:328 +#: src/Module/Circle.php:329 msgid "Click on a contact to add or remove." msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen" -#: src/Module/Circle.php:342 +#: src/Module/Circle.php:343 msgid "Add contact to circle" msgstr "Kontakt zu Circle hinzufügen" -#: src/Module/Contact.php:97 +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "%d Kontakt bearbeitet." msgstr[1] "%d Kontakte bearbeitet." -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Alle Kontakte anzeigen" -#: src/Module/Contact.php:354 src/Module/Contact.php:423 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Ausstehend" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Zeige nur noch ausstehende Kontakte." -#: src/Module/Contact.php:362 src/Module/Contact.php:424 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Geblockt" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Nur blockierte Kontakte anzeigen" -#: src/Module/Contact.php:370 src/Module/Contact.php:426 -#: src/Object/Post.php:351 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignoriert" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Nur ignorierte Kontakte anzeigen" -#: src/Module/Contact.php:378 src/Module/Contact.php:427 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "Zugeklappt" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "Zeige nur zugeklappte Kontakte" -#: src/Module/Contact.php:386 src/Module/Contact.php:428 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archiviert" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Nur archivierte Kontakte anzeigen" -#: src/Module/Contact.php:394 src/Module/Contact.php:425 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Verborgen" -#: src/Module/Contact.php:397 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Nur verborgene Kontakte anzeigen" -#: src/Module/Contact.php:405 +#: src/Module/Contact.php:403 msgid "Organize your contact circles" msgstr "Verwalte Deine Circles" -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Suche in deinen Kontakten" -#: src/Module/Contact.php:440 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Ergebnisse für: %s" -#: src/Module/Contact.php:447 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Aktualisierungen" -#: src/Module/Contact.php:448 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Entsperren" -#: src/Module/Contact.php:449 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Ignorieren aufheben" -#: src/Module/Contact.php:450 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "Aufklappen" -#: src/Module/Contact.php:452 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Stapelverarbeitung" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Unterhaltungen, die von diesem Kontakt begonnen wurden" -#: src/Module/Contact.php:500 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Statusnachrichten und Kommentare" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "Individuelle Beiträge und Antworten" -#: src/Module/Contact.php:511 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Beiträge die Medien Objekte beinhalten" -#: src/Module/Contact.php:518 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Alle bekannten Kontakte anzeigen" -#: src/Module/Contact.php:528 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Fortgeschrittene Kontakteinstellungen" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Beidseitige Freundschaft" -#: src/Module/Contact.php:568 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "ist ein Fan von dir" -#: src/Module/Contact.php:572 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "Du bist Fan von" -#: src/Module/Contact.php:590 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Ausstehende ausgehende Kontaktanfrage" -#: src/Module/Contact.php:592 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Ausstehende eingehende Kontaktanfrage" -#: src/Module/Contact.php:605 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Besuche %ss Profil [%s]" @@ -6021,6 +6479,7 @@ msgstr "Zurück zum Kontakteditor" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -6103,7 +6562,7 @@ msgstr[0] "Kontakt (%s)" msgstr[1] "Kontakte (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6141,15 +6600,16 @@ msgstr "Bitte beantworte folgendes:" msgid "Your Identity Address:" msgstr "Adresse Deines Profils:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Profil URL" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6188,248 +6648,312 @@ msgstr "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schl msgid "Profile Match" msgstr "Profilübereinstimmungen" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakt wurde wieder freigegeben" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakt wurde blockiert" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakt wird nicht mehr ignoriert" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakt wurde ignoriert" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "Kontakt wurde aufgeklappt" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "Kontakt wurde zugeklappt" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Du hast mit %s eine beidseitige Freundschaft" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Du teilst mit %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s teilt mit dir" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "Dieser Kontakt befindet sich auf einem Server, den du ignoriert hast." + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Niemals" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Aktualisierung war nicht erfolgreich)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Aktualisierung war erfolgreich)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Kontakte vorschlagen" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Netzwerktyp: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Verbindungen mit diesem Kontakt verloren!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Weitere Informationen zu Feeds holen" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Beziehe Information" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Schlüsselwörter abrufen" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Beziehe Information und Schlüsselworte" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Kein Spiegeln" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Spiegeln als meine eigenen Beiträge" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Natives Teilen" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Kontakt-Informationen / -Notizen" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Kontakteinstellungen" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Die persönliche Mitteilung" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Notizen zum Kontakt bearbeiten" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Kontakt blockieren/freischalten" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignoriere den Kontakt" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Unterhaltungen anzeigen" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Letzte Aktualisierung: " -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Öffentliche Beiträge aktualisieren" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Jetzt aktualisieren" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Bedarf der Bestätigung des Kontakts" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Derzeit geblockt" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Derzeit ignoriert" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "Derzeit zugeklappt" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Momentan archiviert" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "Verwaltung entfernter Instanzen" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Verbirg diesen Kontakt vor Anderen" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 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/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Benachrichtigung bei neuen Beiträgen" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 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/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Liste der gesperrten Schlüsselwörter" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 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/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Aktionen" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Status" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Spiegle Beiträge dieses Kontakts" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 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)." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "Kanal Einstellungen" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "Häufigkeit dieses Kontakts in relevanten Kanälen" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "Je nach Art des Kanals werden nicht alle Beiträge dieses Kontakts angezeigt. Standardmäßig müssen Beiträge eine Mindestanzahl an Interaktionen (Kommentare, Gefällt mir Angaben) aufweisen, um in Ihren Kanälen angezeigt zu werden. Andererseits kann es Kontakte geben, die den Kanal überfluten, so dass du vielleicht nur einige ihrer Beiträge sehen möchtest. Oder du willst deren Inhalte überhaupt nicht sehen, aber du willst den Kontakt nicht komplett blockieren oder ausblenden." + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "Standardhäufigkeit" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "Beiträge dieses Kontakts werden im \"Für Dich\"-Kanal angezeigt, wenn du häufig mit diesem Kontakt interagieren oder wenn ein Beitrag ein gewisses Maß an Interaktion erreicht hat." + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "Alle Beiträge dieses Kontakts anzeigen" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "Alle Beiträge dieses Kontakts werden auf dem Kanal \"Für Dich\" erscheinen" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "Zeige nur einige Beiträge an" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "Wenn ein Kontakt viele Beiträge in einem kurzen Zeitraum erstellt, reduziert diese Einstellung die Anzahl der angezeigten Beiträge in jedem Kanal." + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "Zeige keine Beiträge an" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "Beiträge von diesem Kontakt werden in keinem Kanal angezeigt" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Kontaktdaten neu laden" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Geblockt-Status ein-/ausschalten" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Ignoriert-Status ein-/ausschalten" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "Status auf \"Zusammengeklappt\" umschalten" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Folgen widerrufen" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "Widerruft das Folgen dieses Kontaktes" @@ -6458,7 +6982,7 @@ msgstr "Willst du das Folgen dieses Kontakt wirklich widerrufen? Dies kann nicht #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Ja" @@ -6488,102 +7012,59 @@ msgstr "Kontakt wurde erfolgreich entfolgt." msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Konnte dem Kontakt nicht entfolgen. Bitte kontaktiere deinen Administrator." -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Keine Ergebnisse." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "Channel nicht verüfgbar" + +#: src/Module/Conversation/Community.php:92 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." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Lokale Gemeinschaft" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Beiträge von Nutzern dieses Servers" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globale Gemeinschaft" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Eigene Kontakte" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Einschließen" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Verbergen" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Keine Ergebnisse." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Optionen für die Gemeinschaftsseite nicht verfügbar." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Nicht verfügbar." -#: src/Module/Conversation/Network.php:175 +#: src/Module/Conversation/Network.php:217 msgid "No such circle" msgstr "Circle ist nicht vorhanden" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format msgid "Circle: %s" msgstr "Circle: %s" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Neu - Aktivität" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "Fehler %d (%s) beim Abruf der Timeline." -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Sortiere nach neueste Aktivität" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "Netzwerkfeed nicht verfügbar." -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Neu - Empfangen" +#: src/Module/Conversation/Timeline.php:168 +msgid "Own Contacts" +msgstr "Eigene Kontakte" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Nach Empfangsdatum der Beiträge sortiert" +#: src/Module/Conversation/Timeline.php:172 +msgid "Include" +msgstr "Einschließen" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "Neu - Erstellung" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Sortiert nach dem Erstellungsdatum" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Persönlich" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Beiträge, in denen es um dich geht" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:363 -msgid "Starred" -msgstr "Markierte" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Favorisierte Beiträge" +#: src/Module/Conversation/Timeline.php:173 +msgid "Hide" +msgstr "Verbergen" #: src/Module/Credits.php:44 msgid "Credits" @@ -6801,7 +7282,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Twitter Quelle / Tweet URL (benötigt API Schlüssel)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Du musst eingeloggt sein, um dieses Modul benutzen zu können." @@ -6862,29 +7343,6 @@ msgstr "Webfinger Diagnostik" msgid "Lookup address:" msgstr "Adresse nachschlagen:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Du bist jetzt als %s angemeldet" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Wechsle deine Konten" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Verwalte deine Konten" - -#: src/Module/Delegation.php:144 -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." - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Wähle eine Identität zum Verwalten aus: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Keine Einträge (einige Einträge könnten versteckt sein)." @@ -6930,55 +7388,56 @@ msgstr "Kontakte vorschlagen" msgid "Suggest a friend for %s" msgstr "Schlage %s einen Kontakt vor" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Installierte Apps und Addons" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Es sind keine Addons oder Apps installiert" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Erfahre mehr über die Nutzungsbedingungen dieses Knotens." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "Auf diesem Server werden die folgenden, entfernten Server blockiert." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:174 msgid "Reason for the block" msgstr "Begründung für die Blockierung" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "Liste im CSV-Format herunterladen" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 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:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Probleme oder Fehler gefunden? Bitte besuche" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "den Bugtracker auf github" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\"" @@ -7051,7 +7510,7 @@ msgstr "Die Friendica System URL" msgid "" "Overwrite this field in case the system URL determination isn't right, " "otherwise leave it as is." -msgstr "Überschreiben Sie dieses Feld, falls die System-URL-Erkennung nicht korrekt ist, ansonsten lassen Sie es unverändert." +msgstr "Überschreibe dieses Feld, falls die System-URL-Erkennung nicht korrekt ist, ansonsten lasse es unverändert." #: src/Module/Install.php:242 msgid "Database connection" @@ -7204,7 +7663,7 @@ msgid "" "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." +msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Du kannst dich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica-Server, denen du beitreten kannst." #: src/Module/Invite.php:157 msgid "" @@ -7217,7 +7676,7 @@ 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." +msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Du kannst dich auch mit vielen üblichen Sozialen Netzwerken verbinden." #: src/Module/Invite.php:159 #, php-format @@ -7273,30 +7732,26 @@ msgstr "Neuen Beitrag verfassen" msgid "Visibility" msgstr "Sichtbarkeit" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Ort löschen" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Ortungsdienste sind auf Ihrem Gerät nicht verfügbar" -#: src/Module/Item/Compose.php:204 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "Ortungsdienste sind deaktiviert. Bitte überprüfe die Berechtigungen der Website auf deinem Gerät" -#: src/Module/Item/Compose.php:210 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "Wenn du magst, kannst du unter den Benutzerdefinierte Theme-Einstellungen einstellen, dass diese Seite immer geöffnet wird, wenn du den \"Neuer Beitrag\" Button verwendest." -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Der angeforderte Beitrag existiert nicht oder wurde gelöscht." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Der Feed für diesen Beitrag ist nicht verfügbar." @@ -7331,7 +7786,7 @@ msgstr "Dateien" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Hochladen" @@ -7354,12 +7809,12 @@ msgstr "Hochladen der Datei fehlgeschlagen." #: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Konnte das Bild nicht bearbeiten." #: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Hochladen des Bildes gescheitert." @@ -7391,19 +7846,19 @@ msgstr "Gelöscht" msgid "List of pending user deletions" msgstr "Liste der auf Löschung wartenden Benutzer" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normales Konto" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Marktschreier-Konto" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 msgid "Public Group" msgstr "Öffentliche Gruppe" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Automatische Freunde-Seite" @@ -7411,19 +7866,19 @@ msgstr "Automatische Freunde-Seite" msgid "Private Group" msgstr "Private Gruppe" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Persönliche Seite" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Organisationsseite" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Nachrichtenseite" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 msgid "Community Group" msgstr "Gemeinschaftsgruppe" @@ -7481,6 +7936,7 @@ msgid "Block New Remote Contact" msgstr "Blockieren von weiteren Kontakten" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto:" @@ -7554,6 +8010,8 @@ msgid "Matching known servers" msgstr "Passende bekannte Server" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Server Name" @@ -7697,6 +8155,7 @@ msgstr "Ersetzt die aktuelle Blockliste durch die importierten Muster." #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:173 msgid "Blocked server domain pattern" msgstr "Blockierte Server Domain Muster" @@ -7810,10 +8269,6 @@ msgstr "Term" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Mention" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Implicit Mention" @@ -7836,6 +8291,237 @@ msgstr "Bitte stelle sicher, dass der Config-Schlüssel debug.store_source msgid "Item Guid" msgstr "Beitrags-Guid" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "Kontakt nicht gefunden oder seine Instanz ist bereits auf dieser Instanz blockiert." + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "Bitte melde dich an, um auf diese Seite zuzugreifen." + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "Moderationsbericht erstellen" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "Kontakt wählen" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "Bitte gib unten die Kontaktadresse oder Profil-URL ein, über die du einen Moderationsbericht erstellen möchten." + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "Kontaktadresse/URL" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "Kategorie auswählen" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "Bitte wähle unten die Kategorie für deinen Bericht." + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Spam" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "Dieser Kontakt veröffentlicht viele wiederholte/überlange Beiträge/Antworten oder wirbt für sein Produkt/seine Website in ansonsten belanglosen Gesprächen." + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Illegaler Inhalt" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Dieser Kontakt veröffentlicht Inhalte, die in dem Land, in dem diese Instanz gehostet wird, als illegal gelten." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "Sicherheit in der Gemeinschaft" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "Dieser Kontakt hat dich oder andere Personen verärgert, indem er absichtlich oder unabsichtlich provokativ oder unsensibel war. Dazu gehören die Offenlegung privater Informationen (Doxxing), das Posten von Drohungen oder anstößigen Bildern in Beiträgen oder Antworten." + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Unerwünschte Inhalte/Verhaltensweisen" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "Dieser Kontakt hat wiederholt Inhalte veröffentlicht, die für das Thema der Instanz irrelevant sind, oder er kritisiert offen die Verwaltung/Moderation der Instanz, ohne sich direkt mit den betreffenden Personen auseinanderzusetzen, oder er ist wiederholt erbsenzählerisch bei einem heiklen Thema." + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Verstoß gegen die Regeln" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "Dieser Kontakt hat gegen eine oder mehrere Regeln dieser Instanz verstoßen. Du kannst im nächsten Schritt auswählen, welche." + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "Bitte gib im Folgenden an, warum du diese Meldung eingereicht hast. Je mehr Details du angibst, desto besser kann Ihre Meldung bearbeitet werden." + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "Zusätzliche Informationen" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "Bitte gib alle zusätzlichen Informationen an, die für diesen Bericht relevant sind. Du kannst im nächsten Schritt Beiträge dieser Kontaktperson anhängen, aber jeder Kontext ist willkommen." + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "Regeln auswählen" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "Bitte wähle unten die Instanzregeln aus, gegen die dieser Kontakt deiner Meinung nach verstoßen hat." + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "Beiträge auswählen" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "Bitte wähle optional Beiträge aus, die du an diesen Bericht anhängen möchtest." + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "Bericht senden" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "Weiteres Vorgehen" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "Du kannst auch eine der folgenden Aktionen für den gemeldeten Kontakt durchführen:" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Nichts" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "Kontakt verbergen" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "Ihre Beiträge und Antworten werden weiterhin auf Ihrer Netzwerkseite angezeigt, aber ihr Inhalt wird standardmäßig ausgeblendet." + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "Ihre Beiträge werden nicht mehr auf deiner Netzwerkseite angezeigt, aber ihre Antworten können in Forenbeiträgen erscheinen. Sie können dir immer noch folgen." + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Kontakt blockieren" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "Ihre Beiträge erscheinen nicht mehr auf deiner Netzwerkseite, aber ihre Antworten können in Forumsthemen erscheinen, wobei ihr Inhalt standardmäßig eingeklappt ist. Sie können dir nicht folgen, haben aber auf anderem Wege weiterhin Zugang zu deinen öffentlichen Beiträgen." + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "Bericht weiterleiten" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "Möchtest du diesen Bericht an den Entfernten-Server weiterleiten?" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "1. Wähle einen Kontakt" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "2. Wähle eine Kategorie" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "2a. Regeln wählen" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "2b. Kommentar hinzufügen" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "3. Beiträge auswählen" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "Liste der Reports" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "Auf dieser Seite werden Reports angezeigt, die von unseren oder entfernten Benutzern erstellt wurden." + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "Auf dieser Instanz ist kein Report vorhanden." + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "Kategorie" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "%s Report" +msgstr[1] "%s Reports insgesamt" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "URL des gemeldeten Kontakts." + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normales Konto" @@ -8094,7 +8780,7 @@ msgstr "Behauptet, dich zu kennen: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Nein" @@ -8158,11 +8844,11 @@ msgstr "Pinnwandbenachrichtigungen" msgid "Show unread" msgstr "Ungelesene anzeigen" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} möchte sich registrieren" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} und %d weitere möchten sich registrieren" @@ -8181,7 +8867,7 @@ msgstr "Möchtest du dieser Anwendung den Zugriff auf Deine Beiträge und Kontak msgid "Unsupported or missing response type" msgstr "Der Typ der Antwort fehlt oder wird nicht unterstützt" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Daten der Anfrage sind nicht vollständig" @@ -8192,11 +8878,11 @@ msgid "" "close this window: %s" msgstr "Bitte kopiere den folgenden Authentifizierungscode in deine App und schließe dieses Fenster: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "Ungültige Daten oder unbekannter Client" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "Der Grant-Typ fehlt oder wird nicht unterstützt" @@ -8277,65 +8963,65 @@ msgstr "Ungelistet" msgid "Remote privacy information not available." msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Sichtbar für:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "Sammlung (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Folgende (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "%d weitere" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "To: %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "CC: %s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "BCC: %s
    " -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "Addressaten: %s
    " -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "Zurückzuführen auf: %s
    " -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "Das Foto ist nicht verfügbar." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "Das Bild mit ID %s ist nicht verfügbar." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "Ungültige externe Ressource mit der URL %s" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Fehlerhaftes Foto mit der ID %s." @@ -8376,8 +9062,8 @@ msgstr "Gegenstands-Tag entfernen" msgid "Select a tag to remove: " msgstr "Wähle ein Tag zum Entfernen aus: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:180 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Entfernen" @@ -8387,27 +9073,27 @@ msgstr "Keine Kontakte." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1090 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Timeline von %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1094 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Beiträge von %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1097 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Kommentare von %s" #: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 #: src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 +#: src/Module/Settings/Profile/Photo/Index.php:60 #, php-format msgid "Image exceeds size limit of %s" msgstr "Bildgröße überschreitet das Limit von %s" @@ -8445,7 +9131,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Du betrachtest dein Profil gerade als %s Abbrechen" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Kompletter Name:" @@ -8466,12 +9152,12 @@ msgid "Birthday:" msgstr "Geburtstag:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Alter: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8479,7 +9165,7 @@ msgstr[0] "%d Jahr alt" msgstr[1] "%d Jahre alt" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Beschreibung" @@ -8641,8 +9327,8 @@ msgid "Your invitation code: " msgstr "Dein Ein­la­dungs­code" #: src/Module/Register.php:158 -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):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "Ihr Anzeigename (wie er auf dieser Instanz angezeigt werden soll)" #: src/Module/Register.php:159 msgid "" @@ -8655,7 +9341,7 @@ msgid "Please repeat your e-mail address:" msgstr "Bitte wiederhole deine E-Mail Adresse" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Neues Passwort:" @@ -8664,7 +9350,7 @@ msgid "Leave empty for an auto generated password." msgstr "Leer lassen, um das Passwort automatisch zu generieren." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Bestätigen:" @@ -8691,11 +9377,11 @@ msgstr "Importiere dein Profil auf diese Friendica-Instanz" msgid "Note: This node explicitly contains adult content" msgstr "Hinweis: Dieser Knoten enthält explizit Inhalte für Erwachsene" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Passwort des Verwalters" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 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." @@ -8875,31 +9561,31 @@ msgid "" "Since version 2022.09, we've realized that any password longer than 72 " "characters is truncated during hashing. To prevent any confusion about this " "behavior, please update your password to be fewer or equal to 72 characters." -msgstr "Mit der Version 2022.09 haben wir festgestellt, dass jedes Passwort, das länger als 72 Zeichen ist, beim Hashing abgeschnitten wird. Um Verwirrung über dieses Verhalten zu vermeiden, aktualisieren Sie Ihr Passwort bitte so, dass es höchstens 72 Zeichen hat." +msgstr "Mit der Version 2022.09 haben wir festgestellt, dass jedes Passwort, das länger als 72 Zeichen ist, beim Hashing abgeschnitten wird. Um Verwirrung über dieses Verhalten zu vermeiden, aktualisiere dein Passwort bitte so, dass es höchstens 72 Zeichen hat." #: src/Module/Security/PasswordTooLong.php:93 msgid "Update Password" msgstr "Passwort aktualisieren" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Aktuelles Passwort:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Dein aktuelles Passwort um die Änderungen zu bestätigen" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "Erlaube Zeichen sind a-z, A-Z, 0-9 und Sonderzeichen, abgesehen von Leerzeichen und akzentuierten Buchstaben." #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "Die Länge des Passworts ist auf 72 Zeichen begrenzt." @@ -8910,7 +9596,7 @@ msgstr "Verbleibende Wiederherstellungscodes: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Ungültiger Code, bitte erneut versuchen." @@ -8995,7 +9681,7 @@ msgid "" msgstr "Wenn du keinen Zugriff auf deinen Authentifikationscode hast, kannst du einen Zwei-Faktor Wiederherstellungsschlüssel verwenden." #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Bitte gebe einen Code aus Ihrer Authentifizierungs-App ein" @@ -9023,99 +9709,99 @@ msgstr "Ungültige E-Mail-Adresse." msgid "Cannot change to that email." msgstr "Ändern der E-Mail nicht möglich. " -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Einstellungen nicht aktualisiert" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Fehler beim Hochladen der Kontakt CSV Datei" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Kontakte wurden importiert." -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet." -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Unterarten der persönlichen Seite" -#: src/Module/Settings/Account.php:455 +#: src/Module/Settings/Account.php:436 msgid "Community Group Subtypes" msgstr "Unterarten der Gemeinschaftsgruppen" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Konto für ein persönliches Profil." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 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." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Konto für Diskussionsforen. " -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 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." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 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." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Bestätigt alle Kontaktanfragen automatisch." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 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." -#: src/Module/Settings/Account.php:519 +#: src/Module/Settings/Account.php:500 msgid "Private Group [Experimental]" msgstr "Private Gruppe [experimentell]" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Kontaktanfragen müssen manuell bestätigt werden." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Darf dein Profil im lokalen Verzeichnis dieses Servers veröffentlicht werden?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9123,133 +9809,138 @@ msgid "" " system settings." msgstr "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Dein Profil wird auch in den globalen Friendica Verzeichnissen (z.B. %s) veröffentlicht werden." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Kontoeinstellungen" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Die Adresse deines Profils lautet '%s' oder '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Passwort-Einstellungen" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Lass die Passwort-Felder leer, außer du willst das Passwort ändern" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Passwort:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "Dein aktuelles Passwort um die Änderungen deiner E-Mail Adresse zu bestätigen" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "OpenID URL löschen" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Anzeigename:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-Mail-Adresse:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Deine Zeitzone:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Deine Sprache:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 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" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Standardstandort:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Privatsphäre-Einstellungen" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Anzahl von Kontaktanfragen/Tag:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(um SPAM zu vermeiden)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Darf dein Profil bei Suchanfragen gefunden werden?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " "whether Friendica will inform search engines that your profile should be " "indexed or not." -msgstr "Aktiviere diese Einstellung, wenn du von anderen einfach gefunden und gefolgt werden möchtest. Dei Profil wird dann auf anderen Systemen leicht durchsuchbar. Außerdem regelt diese Einstellung ob Friendica Suchmaschinen mitteilen soll, ob dein Profil indiziert werden soll oder nicht." +msgstr "Aktiviere diese Einstellung, wenn du von anderen einfach gefunden und gefolgt werden möchtest. Dein Profil wird dann auf anderen Systemen leicht durchsuchbar. Außerdem regelt diese Einstellung ob Friendica Suchmaschinen mitteilen soll, ob dein Profil indiziert werden soll oder nicht." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Liste der Kontakte vor Betrachtern des Profil verbergen?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "Auf deiner Profilseite wird eine Liste deiner Kontakte angezeigt. Aktiviere diese Option wenn du das nicht möchtest." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "Verbirg die öffentliche Inhalte vor anonymen Besuchern" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "Anonyme Besucher deines Profils werden nur grundlegende Informationen angezeigt bekommen. Deine öffentlichen Beiträge und Kommentare werden weiterhin frei zugänglich auf den Servern deiner Kontakte und über Relays sein." -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Öffentliche Beiträge nicht listen" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Deine öffentlichen Beiträge werden nicht auf der Gemeinschaftsseite oder in den Suchergebnissen erscheinen, außerdem werden sie nicht an Relay-Server geschickt. Sie werden aber weiterhin in allen öffentlichen Feeds, auch auf entfernten Servern, erscheinen." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Alle geposteten Bilder zugreifbar machen" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9257,233 +9948,241 @@ msgid "" "public on your photo albums though." msgstr "Diese Option macht jedes veröffentlichte Bild über den direkten Link zugänglich. Dies ist eine Problemumgehung für das Problem, dass die meisten anderen Netzwerke keine Berechtigungen für Bilder verarbeiten können. Nicht öffentliche Bilder sind in Ihren Fotoalben jedoch immer noch nicht für die Öffentlichkeit sichtbar." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Dürfen deine Kontakte auf deine Pinnwand schreiben?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 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." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Dürfen dir Unbekannte private Nachrichten schicken?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 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." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "Voreingestellter Circle für neue Kontakte" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "Voreingestellter Circle für neue Gruppenkontakte" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Standard-Zugriffsrechte für Beiträge" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Verfalls-Einstellungen" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 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." -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Beiträge verfallen lassen" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Ist dies aktiviert, werden Beiträge und Kommentare verfallen." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Persönliche Notizen verfallen lassen" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Ist dies aktiviert, werden persönliche Notizen auf deiner Pinnwand verfallen." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Markierte Beiträge verfallen lassen" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Markierte Beiträge verfallen eigentlich nicht. Mit dieser Option kannst du sie verfallen lassen." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Nur Beiträge anderer verfallen lassen." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Wenn aktiviert werden deine eigenen Beiträge niemals verfallen. Die obigen Einstellungen betreffen dann ausschließlich die Beiträge von anderen Accounts." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Benachrichtigungseinstellungen" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Benachrichtigungs-E-Mail senden, wenn:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "– du eine Kontaktanfrage erhältst" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "– eine Deiner Kontaktanfragen akzeptiert wurde" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "– jemand etwas auf Deine Pinnwand schreibt" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "– jemand auch einen Kommentar verfasst" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "– du eine private Nachricht erhältst" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "– du eine Empfehlung erhältst" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "– du in einem Beitrag erwähnt wirst" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Benachrichtigungen anzeigen wenn:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "Dich jemand erwähnt" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "Jemand einen Beitrag von dir kommentiert hat" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Einer deiner Beiträge gemocht wurde" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "Kann nur aktiviert werden, wenn die \"Jemand einen Beitrag von dir kommentiert hat  \" Option eingeschaltet ist." -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Einer deiner Beiträge geteilt wurde" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "Jemand hat in deiner Unterhaltung kommentiert" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "Jemand in einer Unterhaltung kommentiert hat, in der du auch kommentiert hast" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Jemand kommentierte in einer Unterhaltung mit der du interagiert hast" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Desktop-Benachrichtigungen einschalten" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Desktop-Benachrichtigungen einschalten" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Benachrichtigungs-E-Mail als Rein-Text." -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Sende Benachrichtigungs-E-Mail als Rein-Text - ohne HTML-Teil" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Detaillierte Benachrichtigungen anzeigen" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 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." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Zeige Benachrichtigungen von ignorierten Kontakten" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "Beiträge von ignorierten Kontakten werden dir nicht angezeigt. Aber du siehst immer noch ihre Kommentare. Diese Einstellung legt fest, ob du dazu weiterhin Benachrichtigungen erhalten willst oder ob diese einfach verworfen werden sollen." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Konto-/Seitentyp-Einstellungen" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Verhalten dieses Kontos in bestimmten Situationen:" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Kontakte Importieren" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 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." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Datei hochladen" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Umziehen" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Umzugsbenachrichtigung erneut an Kontakte senden" @@ -9495,6 +10194,119 @@ msgstr "Addon Einstellungen" msgid "No Addon settings configured" msgstr "Keine Addon-Einstellungen konfiguriert" +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "Bezeichnung" + +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:157 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Beschreibung" + +#: src/Module/Settings/Channels.php:141 src/Module/Settings/Channels.php:158 +msgid "Access Key" +msgstr "Zugriffsschlüssel" + +#: src/Module/Settings/Channels.php:142 src/Module/Settings/Channels.php:159 +msgid "Circle/Channel" +msgstr "Circle/Kanal" + +#: src/Module/Settings/Channels.php:143 src/Module/Settings/Channels.php:160 +msgid "Include Tags" +msgstr "Tags einschließen" + +#: src/Module/Settings/Channels.php:144 src/Module/Settings/Channels.php:161 +msgid "Exclude Tags" +msgstr "Tags ausschließen" + +#: src/Module/Settings/Channels.php:145 src/Module/Settings/Channels.php:162 +msgid "Full Text Search" +msgstr "Volltextsuche" + +#: src/Module/Settings/Channels.php:149 +msgid "Delete channel" +msgstr "Lösche Kanal" + +#: src/Module/Settings/Channels.php:149 +msgid "Check to delete this entry from the channel list" +msgstr "Haken setzen, um diesen Eintrag aus der Kanalliste zu löschen" + +#: src/Module/Settings/Channels.php:156 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "Kurzname für den Kanal. Er wird im Widget für die Kanäle angezeigt." + +#: src/Module/Settings/Channels.php:157 +msgid "This should describe the content of the channel in a few word." +msgstr "Dies sollte den Inhalt des Kanals in wenigen Worten beschreiben." + +#: src/Module/Settings/Channels.php:158 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "Wenn du auf diesen Kanal über einen Zugangsschlüssel zugreifen willst, kannst du ihn hier festlegen. Achte darauf, dass du nicht einen bereits verwendeten Schlüssel benutzt." + +#: src/Module/Settings/Channels.php:159 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "Wähle einen Circle oder Kanal, auf dem Ihr Kanal basieren soll." + +#: src/Module/Settings/Channels.php:160 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "Durch Kommata getrennte Liste von Tags. Ein Beitrag wird verwendet, wenn er eines der aufgeführten Tags enthält." + +#: src/Module/Settings/Channels.php:161 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "Durch Kommata getrennte Liste von Tags. Wenn ein Beitrag eines dieser Tags enthält, wird er nicht Teil dieses Kanals sein." + +#: src/Module/Settings/Channels.php:162 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "Suchbegriffe für den Body, unterstützt die \"boolean mode\"-Operatoren von MariaDB. In der Hilfe findest du eine vollständige Liste der Operatoren und zusätzliche Schlüsselwörter: %s" + +#: src/Module/Settings/Channels.php:163 +msgid "Check to display images in the channel." +msgstr "Aktiviere diese Option, um Bilder im Kanal anzuzeigen." + +#: src/Module/Settings/Channels.php:164 +msgid "Check to display videos in the channel." +msgstr "Aktiviere diese Option, um Videos im Kanal anzuzeigen." + +#: src/Module/Settings/Channels.php:165 +msgid "Check to display audio in the channel." +msgstr "Aktiviere diese Option, um Audio im Kanal anzuzeigen." + +#: src/Module/Settings/Channels.php:168 +msgid "This page can be used to define your own channels." +msgstr "Auf dieser Seite kannst du deine eigenen Kanäle definieren." + +#: src/Module/Settings/Channels.php:169 +msgid "Add new entry to the channel list" +msgstr "Neuen Eintrag zur Kanalliste hinzufügen" + +#: src/Module/Settings/Channels.php:170 +msgid "Add" +msgstr "Hinzufügen" + +#: src/Module/Settings/Channels.php:172 +msgid "Current Entries in the channel list" +msgstr "Aktuelle Einträge in der Kanalliste" + +#: src/Module/Settings/Channels.php:175 +msgid "Delete entry from the channel list" +msgstr "Eintrag aus der Kanalliste löschen" + +#: src/Module/Settings/Channels.php:176 +msgid "Delete entry from the channel list?" +msgstr "Eintrag aus der Kanalliste löschen?" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich." @@ -9692,221 +10504,255 @@ msgstr "In einen Ordner verschieben" msgid "Move to folder:" msgstr "In diesen Ordner verschieben:" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delegierung erfolgreich eingerichtet." -#: src/Module/Settings/Delegation.php:56 +#: src/Module/Settings/Delegation.php:75 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/Settings/Delegation.php:60 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegation erfolgreich aufgehoben." -#: src/Module/Settings/Delegation.php:82 -#: src/Module/Settings/Delegation.php:104 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 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/Settings/Delegation.php:96 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Delegierter Nutzer nicht gefunden" -#: src/Module/Settings/Delegation.php:144 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Kein Verwalter" -#: src/Module/Settings/Delegation.php:155 -#: src/Module/Settings/Delegation.php:166 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Verwalter" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Zusätzliche Accounts" -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Zusätzliche Accounts registrieren, die automatisch mit deinem bestehenden Account verknüpft werden, damit du sie anschließend verwalten kannst." -#: src/Module/Settings/Delegation.php:165 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Einen zusätzlichen Account registrieren" -#: src/Module/Settings/Delegation.php:169 +#: src/Module/Settings/Delegation.php:192 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/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Bevollmächtigte" -#: src/Module/Settings/Delegation.php:175 +#: src/Module/Settings/Delegation.php:196 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/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Vorhandene Bevollmächtigte für die Seite" -#: src/Module/Settings/Delegation.php:178 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potentielle Bevollmächtigte" -#: src/Module/Settings/Delegation.php:181 -msgid "Add" -msgstr "Hinzufügen" - -#: src/Module/Settings/Delegation.php:182 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Keine Einträge." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Das gewählte Theme ist nicht verfügbar" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Nicht unterstützt)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "Keine Vorschau" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "Kein Bild" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "Kleines Bild" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "Große Bilder" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Allgemeine Theme-Einstellungen" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Benutzerdefinierte Theme-Einstellungen" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Einstellungen zum Inhalt" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Theme-Einstellungen" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "Timelines" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Theme:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobiles Theme" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: " -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maximal 100 Beiträge" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 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:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "Zeige Emoticons" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "Wenn dies aktiviert ist, werden Text-Emoticons in Beiträgen durch Symbole ersetzt." -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Endloses Scrollen" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Automatisch neue Beiträge laden, wenn das Ende der Seite erreicht ist." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "Intelligentes Threading aktivieren" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen ein." -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "Das \"Nicht-mögen\" Feature anzeigen" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "Einen \"Ich mag das nicht\" Button und die dislike Reaktion auf Beiträge und Kommentare anzeigen." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Teilenden anzeigen" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Zeige das Profilbild des ersten Kontakts von dem ein Beitrag geteilt wurde." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Bleib lokal" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Gehe nicht zu einem Remote-System, wenn einem Kontaktlink gefolgt wird" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "Die Checkbox zum Löschen von Beiträgen anzeigen" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "Zeigt die Checkbox für das Löschen von Beiträgen auf der Netzwerkseite an." + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "Anzeige der der anstehenden Ereignisse" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "Zeigt die Geburtstagserinnerungen und die anstehenden Veranstaltungen auf der Netzwerkseite an." + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "Vorschau Modus für Links" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "Aussehen der Linkvorschau, die zu jedem Beitrag mit einem Link hinzugefügt wird." -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "Lesezeichen" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "Aktiviere die Timelines, die Sie im Kanäle-Widget sehen möchten. Setze ein Lesezeichen für Timelines, die du im oberen Menü sehen willst." + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "Channel Spachen:" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "Wähle alle Sprachen aus, die du in deinen Kanälen sehen willst." + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Wochenbeginn:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "Standard-Kalenderansicht:" @@ -9922,147 +10768,85 @@ msgstr "Verbundene Programme" msgid "Remove authorization" msgstr "Autorisierung entziehen" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profilname ist erforderlich." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "Der Anzeigename ist erforderlich." -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Das Profil konnte nicht aktualisiert werden." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Bezeichnung:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Wert:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Berechtigungen des Felds" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klicke zum Öffnen/Schließen)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Neues Profilfeld hinzufügen" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "Die Homepage ist verifiziert. Ein rel=\"me\" Link zurück auf dein Friendica Profil wurde gefunden." -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "Um deine Homepage zu verifizieren, füge einen rel=\"me\" Link auf der Seite hinzu, der auf dein Profil mit der URL (%s) verweist." -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Profilaktionen" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Profil bearbeiten" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Profilbild ändern" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profilbild" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Wohnort" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Verschiedenes" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Benutzerdefinierte Profilfelder" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Profilbild hochladen" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Anzeigename:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Adresse:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Wohnort:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Region/Bundesstaat:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Postleitzahl:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Land:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) Adresse" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "Die XMPP Adresse wird veröffentlicht, damit man dort mit dir kommunizieren kann." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "Matrix (Element) Adresse:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "Die Matrix Adresse wird veröffentlicht, damit man dort mit dir kommunizieren kann." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Adresse der Homepage:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Öffentliche Schlüsselwörter:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Private Schlüsselwörter:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" @@ -10072,10 +10856,68 @@ msgid "" "\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "

    Die benutzerdefinierten Felder erscheinen auf deiner Profil-Seite

    .\n\n

    BBCode kann verwendet werden

    \n

    Die Reihenfolge der Felder kann durch Ziehen des Feld-Titels mit der Maus angepasst werden.

    \n

    Wird die Bezeichnung des Felds geleert, wird das Feld beim Speichern aus dem Profil entfernt.

    \n

    Nicht öffentliche Felder können nur von den ausgewählten Friendica Circles gesehen werden.

    " +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Adresse:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Wohnort:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Region/Bundesstaat:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postleitzahl:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Land:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) Adresse" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "Die XMPP Adresse wird veröffentlicht, damit man dort mit dir kommunizieren kann." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Matrix (Element) Adresse:" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "Die Matrix Adresse wird veröffentlicht, damit man dort mit dir kommunizieren kann." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Adresse der Homepage:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Öffentliche Schlüsselwörter:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Private Schlüsselwörter:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Verkleinern der Bildgröße von [%s] scheiterte." @@ -10111,257 +10953,299 @@ msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt we msgid "Use Image As Is" msgstr "Bild wie es ist verwenden" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Hochgeladenes Bild nicht gefunden." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Einstellungen zum Profilbild" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Aktuelles Profilbild" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Profilbild aktualisieren" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Bild hochladen" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "oder" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "diesen Schritt überspringen" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "wähle ein Foto aus deinen Fotoalben" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "Es gab einen Überprüfungsfehler. Bitte vergewisser dich, dass du mit dem Konto, das du entfernen möchtest angemeldet bist, und versuche es erneut." + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "Wenn dieser Fehler weiterhin besteht, wende dich bitte an den Administrator deiner Instanz." + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica-Systembenachrichtigung]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Gelöschter Nutzeraccount" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 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." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "Die ID des Users lautet %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" -msgstr "Dein Nutzeraccount wurde erfolgreich entfernt. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "Ihr Konto wurde erfolgreich gelöscht. Auf Wiedersehen!" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Konto löschen" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 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." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Bitte gib dein Passwort zur Verifikation ein:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "Möchtest du diese Instanz ignorieren?" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "Möchtest du diese Instanz nicht mehr ignorieren?" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "Einstellungen der Remote-Instanz" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "Server URL" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "Einstellungen gespeichert" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "Hier findest du alle Entfernten-Server, gegen die du individuelle Moderationsmaßnahmen ergriffen hast. Eine Liste der Server, die deine Instanz blockiert hat, findest du auf der Informationseite ." + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "Lösche alle deine Einstellungen für die Entfernte-Instanz" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "Einstellungen speichern" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Bitte gib dein Passwort ein, um auf diese Seite zuzugreifen." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 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:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 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:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Neues App spezifisches Passwort erzeugt." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "App spezifische Passwörter erfolgreich widerrufen." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "App spezifisches Passwort erfolgreich widerrufen." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Zwei-Faktor App spezifische Passwörter." -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "Beschreibung" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Zuletzt verwendet" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Widerrufen" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Alle widerrufen" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Neues App spezifisches Passwort erstellen" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa auf meinem Fairphone 2" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Erstellen" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Zwei-Faktor Authentifizierung erfolgreich deaktiviert." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Benutze eine App auf deinem Smartphone um einen Zwei-Faktor Identifikationscode zu bekommen wenn beim Anmelden das verlangt wird.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Zwei-Faktor Authentifizierungsapp" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Konfiguriert" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Nicht konfiguriert" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 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:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Wiederherstellungsschlüssel" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Verbleibende Wiederherstellungsschlüssel" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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 du den Zugriff darauf verloren hast.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "App spezifische Passwörter" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "App spezifische Passwörter erstellen" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 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:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Aktuelles Passwort:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 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:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Aktiviere die Zwei-Faktor-Authentifizierung" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Deaktiviere die Zwei-Faktor-Authentifizierung" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Wiederherstellungscodes anzeigen" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "App spezifische Passwörter verwalten" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Vertrauenswürdige Browser verwalten" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Beende die App-Konfiguration" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Neue Wiederherstellungscodes erfolgreich generiert." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Zwei-Faktor-Wiederherstellungscodes" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10370,68 +11254,68 @@ msgid "" "account.

    " msgstr "

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

    Bewahre diese an einem sicheren Ort auf! Wenn du dein Gerät verlierst und nicht über die Wiederherstellungscodes verfügst, verlierst du den Zugriff auf dein Konto.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Wenn du neue Wiederherstellungscodes generierst, mußt du die neuen Codes kopieren. Deine alten Codes funktionieren nicht mehr." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Generiere neue Wiederherstellungscodes" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Weiter: Überprüfung" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Die vertrauenswürdigen Browser wurden erfolgreich entfernt." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Der vertrauenswürdige Browser erfolgreich entfernt." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Zwei-Faktor vertrauenswürdige Browser" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Vertrauenswürdige Browser sind spezielle Browser für die du entscheidest, dass die Zwei-Faktor Authentifikation übersprungen werden soll. Bitte verwende diese Option sparsam, da sie die Vorteile der 2FA aufhebt." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Gerät" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "OS" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Vertrauenswürdig" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "Erstellt am" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Zuletzt verwendet" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Alle entfernen" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Zwei-Faktor-Authentifizierung erfolgreich aktiviert." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10451,24 +11335,24 @@ msgid "" "" msgstr "

    Oder du kannst 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:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Überprüfung des Zwei-Faktor-Codes" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Bitte scanne diesen QR-Code mit deiner Authentifikator-App und übermittele den bereitgestellten Code.

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

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

    %s

    " msgstr "

    Oder du kannst die folgende URL in deinem Mobilgerät öffnen:

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Überprüfe den Code und aktiviere die Zwei-Faktor-Authentifizierung" @@ -10503,21 +11387,42 @@ msgid "" " 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/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "Der Beitrag der obersten Ebene ist nicht sichtbar." + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "Der Beitrag auf der obersten Ebene wurde gelöscht." + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" -msgstr "Nicht gefunden" +msgid "" +"This node has blocked the top-level author or the author of the shared post." +msgstr "Diese Instanz hat den Top-Level-Autor oder den Autor des freigegebenen Beitrags gesperrt." #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " -msgstr "

    Leider ist die gewünschte Konversation für Sie nicht verfügbar.

    \n

    Mögliche Gründe sind::

    \n
      \n\t
    • Der Beitrag der obersten Ebene ist nicht sichtbar,
    • \n\t
    • Der Beitrag der obersten Ebene wurde gelöscht.
    • \n\t
    • Die Instanz hat den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags blockiert.
    • \n\t
    • Sie haben den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags ignoriert oder blockiert.
    • \n
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "Du hast den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags ignoriert oder blockiert." + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "Du hast die Instanz des übergeordneten Autors oder die Instanz des Autors des freigegebenen Beitrags ignoriert." + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "Konversation nicht gefunden" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "Leider ist die gewünschte Konversation für dich nicht verfügbar." + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "Mögliche Gründe sind:" #: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" @@ -10528,7 +11433,7 @@ msgstr "Stack trace:" msgid "Exception thrown in %s:%d" msgstr "Exception thrown in %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10541,14 +11446,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "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." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "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." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10559,11 +11464,11 @@ msgid "" "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/settings/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:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Datenschutzerklärung" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "Regeln" @@ -10571,6 +11476,33 @@ msgstr "Regeln" msgid "Parameter uri_id is missing." msgstr "Der Parameter uri_id fehlt." +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Der angeforderte Beitrag existiert nicht oder wurde gelöscht." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Du bist jetzt als %s angemeldet" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Wechsle deine Konten" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Verwalte deine Konten" + +#: src/Module/User/Delegation.php:187 +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." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Wähle eine Identität zum Verwalten aus: " + #: src/Module/User/Import.php:103 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." @@ -10776,7 +11708,7 @@ msgid "" "Once you have made some friends, organize them into private conversation " "circles from the sidebar of your Contacts page and then you can interact " "with each circle privately on your Network page." -msgstr "Sobald Sie einige Freunde gefunden haben, können Sie diese in der Seitenleiste Ihrer Kontaktseite in private Circles einteilen und dann mit jedem Circle auf Ihrer Netzwerkseite privat interagieren." +msgstr "Sobald du einige Freunde gefunden hast, kannst du diese in der Seitenleiste deiner Kontaktseite in private Circles einteilen und dann mit jedem Circle auf deiner Netzwerkseite privat interagieren." #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10990,7 +11922,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "%1$s hat in deiner Unterhaltung %2$s kommentiert" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica Meldung]" @@ -11034,7 +11966,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s hat den eigenen %2$s %3$s kommentiert" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$sKommentar von %3$s auf Unterhaltung %2$d" @@ -11046,7 +11978,7 @@ msgstr "%s hat einen Beitrag kommentiert, dem du folgst." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, 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." @@ -11211,10 +12143,10 @@ msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Kompletter Name: %s\nURL der Seite: %s\nLogin Name: %s(%s)" +msgstr "Anzeigename: %s\nURL der Seite: %s\nLogin Name: %s(%s)" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11240,22 +12172,22 @@ msgstr "Du hast eine [url=%1$s]neue Registrierung[/url] von %2$s erhalten." msgid "Please visit %s to have a look at the new registration." msgstr "Bitte rufe %s auf, um dir die Registrierung zu sichten." -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s hat dich erwähnt" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s%shat einen Beitrag geteilt" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "%1$s%2$s mag deinen Beitrag #%3$d" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "%1$s%2$s mag deinen Kommentar zu #%3$d" @@ -11283,277 +12215,313 @@ msgstr "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den msgid "%s posted an update." msgstr "%s hat ein Update veröffentlicht." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Private Nachricht" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Öffentlicher Beitrag" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Nicht gelisteter Beitrag" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Dieser Beitrag wurde bearbeitet." -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Connector Nachricht" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Bearbeiten" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Global löschen" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Lokal entfernen" -#: src/Object/Post.php:266 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Blockiere %s" -#: src/Object/Post.php:271 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "Ignoriere %s" -#: src/Object/Post.php:276 +#: src/Object/Post.php:279 #, php-format msgid "Collapse %s" msgstr "Verberge %s" -#: src/Object/Post.php:281 +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "Beitrag melden" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "In Ordner speichern" -#: src/Object/Post.php:316 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Ich werde teilnehmen" -#: src/Object/Post.php:316 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Ich werde nicht teilnehmen" -#: src/Object/Post.php:316 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Ich werde eventuell teilnehmen" -#: src/Object/Post.php:346 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Thread ignorieren" -#: src/Object/Post.php:347 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Thread nicht mehr ignorieren" -#: src/Object/Post.php:348 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Ignoriert-Status ein-/ausschalten" -#: src/Object/Post.php:358 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Markieren" -#: src/Object/Post.php:359 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Markierung entfernen" -#: src/Object/Post.php:360 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Markierung umschalten" -#: src/Object/Post.php:371 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Anheften" -#: src/Object/Post.php:372 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Losmachen" -#: src/Object/Post.php:373 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Angeheftet Status ändern" -#: src/Object/Post.php:376 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Angeheftet" -#: src/Object/Post.php:381 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Tag hinzufügen" -#: src/Object/Post.php:394 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Teile und zitiere dies" -#: src/Object/Post.php:394 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Zitat teilen" -#: src/Object/Post.php:397 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Teile dies" -#: src/Object/Post.php:397 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Teilen" -#: src/Object/Post.php:398 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Teilen aufheben" -#: src/Object/Post.php:398 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Nicht mehr teilen" -#: src/Object/Post.php:449 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (Empfangen %s)" -#: src/Object/Post.php:454 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Kommentiere diesen Beitrag von deinem System aus" -#: src/Object/Post.php:454 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Entfernter Kommentar" -#: src/Object/Post.php:475 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Teile mit..." -#: src/Object/Post.php:475 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Teile mit einem externen Dienst" -#: src/Object/Post.php:504 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "Unbekannter Ursprungsbeitrag" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "Als Antwort auf %s" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "Der Urspungsbeitrag ist wahrscheinlich privat oder nicht föderiert." + +#: src/Object/Post.php:550 msgid "to" msgstr "zu" -#: src/Object/Post.php:505 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:506 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Wall-to-Wall" -#: src/Object/Post.php:507 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "via Wall-To-Wall:" -#: src/Object/Post.php:552 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Antworte %s" -#: src/Object/Post.php:555 +#: src/Object/Post.php:607 msgid "More" msgstr "Mehr" -#: src/Object/Post.php:573 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Die Benachrichtigungsaufgabe ist ausstehend" -#: src/Object/Post.php:574 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Die Auslieferung an Remote-Server steht noch aus" -#: src/Object/Post.php:575 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "Die Auslieferung an Remote-Server ist unterwegs" -#: src/Object/Post.php:576 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "Die Zustellung an Remote-Server ist fast erledigt" -#: src/Object/Post.php:577 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "Die Zustellung an die Remote-Server ist erledigt" -#: src/Object/Post.php:597 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d Kommentar" msgstr[1] "%d Kommentare" -#: src/Object/Post.php:598 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Zeige mehr" -#: src/Object/Post.php:599 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Zeige weniger" -#: src/Object/Post.php:635 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "Geteilt von: %s" -#: src/Object/Post.php:640 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "Gesehen von: %s" -#: src/Object/Post.php:645 +#: src/Object/Post.php:701 +#, php-format +msgid "Read by: %s" +msgstr "Gelesen von: %s" + +#: src/Object/Post.php:706 #, php-format msgid "Liked by: %s" msgstr "Diese Menschen mögen das: %s" -#: src/Object/Post.php:650 +#: src/Object/Post.php:711 #, php-format msgid "Disliked by: %s" msgstr "Unbeliebt bei: %s" -#: src/Object/Post.php:655 +#: src/Object/Post.php:716 #, php-format msgid "Attended by: %s" msgstr "Besucht von: %s" -#: src/Object/Post.php:660 +#: src/Object/Post.php:721 #, php-format msgid "Maybe attended by: %s" msgstr "Vielleicht besucht von: %s" -#: src/Object/Post.php:665 +#: src/Object/Post.php:726 #, php-format msgid "Not attended by: %s" msgstr "Nicht besucht von: %s" -#: src/Object/Post.php:670 +#: src/Object/Post.php:731 +#, php-format +msgid "Commented by: %s" +msgstr "Kommentiert von: %s" + +#: src/Object/Post.php:736 #, php-format msgid "Reacted with %s by: %s" msgstr "Reagierte mit %s von: %s" +#: src/Object/Post.php:759 +#, php-format +msgid "Quote shared by: %s" +msgstr "Zitat geteilt von: %s" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "Chat" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(kein Betreff)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s folgt nun %s" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "folgen" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s hat aufgehört %s, zu folgen" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "wird nicht mehr gefolgt" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index f20617d0b2..1dd9a16e79 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -199,6 +199,8 @@ $a->strings['Delete this item?'] = 'Diesen Beitrag löschen?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Soll dieser Autor geblockt werden? Sie werden nicht in der Lage sein, dir zu folgen oder deine öffentlichen Beiträge zu sehen. Außerdem wirst du nicht in der Lage sein ihre Beiträge und Benachrichtigungen zu lesen.'; $a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'Diesen Autor ignorieren? Du wirst seine Beiträge und Benachrichtigungen nicht mehr sehen können.'; $a->strings['Collapse this author\'s posts?'] = 'Beiträge dieses Autors zusammenklappen?'; +$a->strings['Ignore this author\'s server?'] = 'Den Server dieses Autors ignorieren?'; +$a->strings['You won\'t see any content from this server including reshares in your Network page, the community pages and individual conversations.'] = 'Du wirst keine Inhalte von dieser Instanz sehen, auch nicht das erneute Teilen auf Ihrer Netzwerkseite, den Gemeinschaftsseiten und einzelnen Unterhaltungen.'; $a->strings['Like not successful'] = 'Das "Mag ich" war nicht erfolgreich'; $a->strings['Dislike not successful'] = 'Das "Mag ich nicht" war nicht erfolgreich'; $a->strings['Sharing not successful'] = 'Das Teilen war nicht erfolgreich'; @@ -206,16 +208,16 @@ $a->strings['Attendance unsuccessful'] = 'Die Teilnahme war nicht erfolgreich'; $a->strings['Backend error'] = 'Fehler im Backend'; $a->strings['Network error'] = 'Netzwerkfehler'; $a->strings['Drop files here to upload'] = 'Ziehe Dateien hierher, um sie hochzuladen'; -$a->strings['Your browser does not support drag and drop file uploads.'] = 'Ihr Browser unterstützt das Hochladen von Dateien per Drag & Drop nicht.'; -$a->strings['Please use the fallback form below to upload your files like in the olden days.'] = 'Bitte verwenden Sie das untenstehende Formular, um Ihre Dateien wie früher hochzuladen.'; +$a->strings['Your browser does not support drag and drop file uploads.'] = 'Dein Browser unterstützt das Hochladen von Dateien per Drag & Drop nicht.'; +$a->strings['Please use the fallback form below to upload your files like in the olden days.'] = 'Bitte verwende das unten stehende Formular, um Ihre Dateien wie früher hochzuladen.'; $a->strings['File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.'] = 'Datei ist zu groß ({{filesize}}MiB). Maximale Dateigröße: {{maxFilesize}}MiB.'; -$a->strings['You can\'t upload files of this type.'] = 'Sie können keine Dateien dieses Typs hochladen.'; +$a->strings['You can\'t upload files of this type.'] = 'Du kannst keine Dateien dieses Typs hochladen.'; $a->strings['Server responded with {{statusCode}} code.'] = 'Der Server antwortete mit Status-Code {{statusCode}} '; $a->strings['Cancel upload'] = 'Hochladen abbrechen'; $a->strings['Upload canceled.'] = 'Hochladen abgebrochen'; -$a->strings['Are you sure you want to cancel this upload?'] = 'Sind Sie sicher, dass Sie diesen Upload abbrechen möchten?'; +$a->strings['Are you sure you want to cancel this upload?'] = 'Bist du sicher, dass du diesen Upload abbrechen möchten?'; $a->strings['Remove file'] = 'Datei entfernen'; -$a->strings['You can\'t upload any more files.'] = 'Sie können keine weiteren Dateien hochladen.'; +$a->strings['You can\'t upload any more files.'] = 'Du kannst keine weiteren Dateien hochladen.'; $a->strings['toggle mobile'] = 'mobile Ansicht umschalten'; $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['Page not found.'] = 'Seite nicht gefunden.'; @@ -224,7 +226,7 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Alle Kontakte'; $a->strings['Followers'] = 'Folgende'; $a->strings['Following'] = 'Gefolgte'; -$a->strings['Mutual friends'] = 'Beidseitige Freundschaft'; +$a->strings['Mutual friends'] = 'Gegenseitige Freundschaft'; $a->strings['Common'] = 'Gemeinsam'; $a->strings['Addon not found'] = 'Addon nicht gefunden'; $a->strings['Addon already enabled'] = 'Addon bereits aktiviert'; @@ -367,6 +369,7 @@ $a->strings['Italic'] = 'Kursiv'; $a->strings['Underline'] = 'Unterstrichen'; $a->strings['Quote'] = 'Zitat'; $a->strings['Add emojis'] = 'Emojis hinzufügen'; +$a->strings['Content Warning'] = 'Inhaltswarnung'; $a->strings['Code'] = 'Code'; $a->strings['Image'] = 'Bild'; $a->strings['Link'] = 'Link'; @@ -384,16 +387,11 @@ $a->strings['Public post'] = 'Öffentlicher Beitrag'; $a->strings['Message'] = 'Nachricht'; $a->strings['Browser'] = 'Browser'; $a->strings['Open Compose page'] = 'Composer Seite öffnen'; -$a->strings['Pinned item'] = 'Angehefteter Beitrag'; -$a->strings['View %s\'s profile @ %s'] = 'Das Profil von %s auf %s betrachten.'; -$a->strings['Categories:'] = 'Kategorien:'; -$a->strings['Filed under:'] = 'Abgelegt unter:'; -$a->strings['%s from %s'] = '%s von %s'; -$a->strings['View in context'] = 'Im Zusammenhang betrachten'; $a->strings['remove'] = 'löschen'; $a->strings['Delete Selected Items'] = 'Lösche die markierten Beiträge'; $a->strings['You had been addressed (%s).'] = 'Du wurdest angeschrieben (%s).'; $a->strings['You are following %s.'] = 'Du folgst %s.'; +$a->strings['You subscribed to %s.'] = 'Du hast %s abonniert.'; $a->strings['You subscribed to one or more tags in this post.'] = 'Du folgst einem oder mehreren Hashtags dieses Beitrags.'; $a->strings['%s reshared this.'] = '%s hat dies geteilt'; $a->strings['Reshared'] = 'Geteilt'; @@ -410,6 +408,40 @@ $a->strings['Local delivery'] = 'Lokale Zustellung'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Gespeichert aufgrund Ihrer Aktivität (Like, Kommentar, Stern, ...)'; $a->strings['Distributed'] = 'Verteilt'; $a->strings['Pushed to us'] = 'Zu uns gepusht'; +$a->strings['Pinned item'] = 'Angehefteter Beitrag'; +$a->strings['View %s\'s profile @ %s'] = 'Das Profil von %s auf %s betrachten.'; +$a->strings['Categories:'] = 'Kategorien:'; +$a->strings['Filed under:'] = 'Abgelegt unter:'; +$a->strings['%s from %s'] = '%s von %s'; +$a->strings['View in context'] = 'Im Zusammenhang betrachten'; +$a->strings['For you'] = 'Für Dich'; +$a->strings['Posts from contacts you interact with and who interact with you'] = 'Beiträge von Kontakten, mit denen du interagierst und die mit dir interagieren'; +$a->strings['What\'s Hot'] = 'Angesagt'; +$a->strings['Posts with a lot of interactions'] = 'Beiträge mit vielen Interaktionen'; +$a->strings['Posts in %s'] = 'Beiträge in %s'; +$a->strings['Posts from your followers that you don\'t follow'] = 'Beiträge von deinen Followern, denen du nicht folgst'; +$a->strings['Sharers of sharers'] = 'Geteilt von teilenden '; +$a->strings['Posts from accounts that are followed by accounts that you follow'] = 'Beiträge von Accounts, welche von von Accounts gefolgt werden, denen du folgst '; +$a->strings['Images'] = 'Bilder'; +$a->strings['Posts with images'] = 'Beiträge mit Bildern'; +$a->strings['Audio'] = 'Audio'; +$a->strings['Posts with audio'] = 'Beiträge mit Audio'; +$a->strings['Videos'] = 'Videos'; +$a->strings['Posts with videos'] = 'Beiträge mit Videos'; +$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['Latest Activity'] = 'Neu - Aktivität'; +$a->strings['Sort by latest activity'] = 'Sortiere nach neueste Aktivität'; +$a->strings['Latest Posts'] = 'Neu - Empfangen'; +$a->strings['Sort by post received date'] = 'Nach Empfangsdatum der Beiträge sortiert'; +$a->strings['Latest Creation'] = 'Neu - Erstellung'; +$a->strings['Sort by post creation date'] = 'Sortiert nach dem Erstellungsdatum'; +$a->strings['Personal'] = 'Persönlich'; +$a->strings['Posts that mention or involve you'] = 'Beiträge, in denen es um dich geht'; +$a->strings['Starred'] = 'Markierte'; +$a->strings['Favourite Posts'] = 'Favorisierte Beiträge'; $a->strings['General Features'] = 'Allgemeine Features'; $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.'; @@ -439,6 +471,7 @@ $a->strings['Groups'] = 'Gruppen'; $a->strings['External link to group'] = 'Externer Link zur Gruppe'; $a->strings['show less'] = 'weniger anzeigen'; $a->strings['show more'] = 'mehr anzeigen'; +$a->strings['Create new group'] = 'Neue Gruppe erstellen'; $a->strings['event'] = 'Veranstaltung'; $a->strings['status'] = 'Status'; $a->strings['photo'] = 'Foto'; @@ -453,6 +486,7 @@ $a->strings['Send PM'] = 'Private Nachricht senden'; $a->strings['Block'] = 'Sperren'; $a->strings['Ignore'] = 'Ignorieren'; $a->strings['Collapse'] = 'Zuklappen'; +$a->strings['Ignore %s server'] = 'Ignoriere %s Server'; $a->strings['Languages'] = 'Sprachen'; $a->strings['Connect/Follow'] = 'Verbinden/Folgen'; $a->strings['Unable to fetch user.'] = 'Benutzer kann nicht abgerufen werden.'; @@ -570,11 +604,13 @@ $a->strings['%d contact in common'] = [ 1 => '%d gemeinsame Kontakte', ]; $a->strings['Archives'] = 'Archiv'; +$a->strings['On this date'] = 'An diesem Datum'; $a->strings['Persons'] = 'Personen'; $a->strings['Organisations'] = 'Organisationen'; $a->strings['News'] = 'Nachrichten'; $a->strings['Account Types'] = 'Kontenarten'; $a->strings['All'] = 'Alle'; +$a->strings['Channels'] = 'Kanäle'; $a->strings['Export'] = 'Exportieren'; $a->strings['Export calendar as ical'] = 'Kalender als ical exportieren'; $a->strings['Export calendar as csv'] = 'Kalender als csv exportieren'; @@ -591,11 +627,14 @@ $a->strings['Trending Tags (last %d hour)'] = [ 1 => 'Trending Tags (%d Stunden)', ]; $a->strings['More Trending Tags'] = 'mehr Trending Tags'; +$a->strings['Post to group'] = 'Beitrag an Gruppe'; +$a->strings['Mention'] = 'Mention'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Ort:'; $a->strings['Network:'] = 'Netzwerk:'; $a->strings['Unfollow'] = 'Entfolgen'; +$a->strings['View group'] = 'Gruppe betrachten'; $a->strings['Yourself'] = 'Du selbst'; $a->strings['Mutuals'] = 'Beidseitige Freundschaft'; $a->strings['Post to Email'] = 'An E-Mail senden'; @@ -603,7 +642,7 @@ $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['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Geben Sie den Namen eines Kontakts oder eines Circles ein, um eine gefilterte Liste anzuzeigen. Sie können auch die speziellen Kreise "folgende" und "beidseitige Freundschaft" erwähnen.'; +$a->strings['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Gebe den Namen eines Kontakts oder eines Circles ein, um eine gefilterte Liste anzuzeigen. Du kannst auch die speziellen Kreise "Folgende" und "beidseitige Freundschaft" erwähnen.'; $a->strings['Show to:'] = 'Sichtbar für:'; $a->strings['Except to:'] = 'Ausgenommen:'; $a->strings['CC: email addresses'] = 'Cc: E-Mail-Addressen'; @@ -631,6 +670,8 @@ $a->strings['Apache mod_rewrite module'] = 'Apache mod_rewrite module'; $a->strings['Error: PDO or MySQLi PHP module required but not installed.'] = 'Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert.'; $a->strings['Error: The MySQL driver for PDO is not installed.'] = 'Fehler: der MySQL Treiber für PDO ist nicht installiert'; $a->strings['PDO or MySQLi PHP module'] = 'PDO oder MySQLi PHP Modul'; +$a->strings['Error: The IntlChar module is not installed.'] = 'Fehler: Das IntlChar-Modul von PHP ist nicht installiert.'; +$a->strings['IntlChar PHP module'] = 'PHP: IntlChar-Modul'; $a->strings['Error, XML PHP module required but not installed.'] = 'Fehler: XML PHP Modul erforderlich aber nicht installiert.'; $a->strings['XML PHP module'] = 'XML PHP Modul'; $a->strings['libCurl PHP module'] = 'PHP: libCurl-Modul'; @@ -677,6 +718,7 @@ $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['%s (%s)'] = '%s (%s)'; $a->strings['Monday'] = 'Montag'; $a->strings['Tuesday'] = 'Dienstag'; $a->strings['Wednesday'] = 'Mittwoch'; @@ -714,6 +756,8 @@ $a->strings['Sep'] = 'Sep'; $a->strings['Oct'] = 'Okt'; $a->strings['Nov'] = 'Nov'; $a->strings['Dec'] = 'Dez'; +$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 can\'t display this page at the moment, please contact the administrator.'] = 'Friendica kann die Seite im Moment nicht darstellen. Bitte kontaktiere das Administratoren Team.'; $a->strings['template engine cannot be registered without a name.'] = 'Die Template Engine kann nicht ohne einen Namen registriert werden.'; $a->strings['template engine is not registered!'] = 'Template Engine wurde nicht registriert!'; @@ -760,14 +804,13 @@ $a->strings['Unauthorized'] = 'Nicht autorisiert'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Token ist nicht durch einen gültigen Benutzer autorisiert oder es fehlt ein erforderlicher Geltungsbereich'; $a->strings['Internal Server Error'] = 'Interner Serverfehler'; $a->strings['Legacy module file not found: %s'] = 'Legacy-Moduldatei nicht gefunden: %s'; -$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Ein gelöschter Circle mit diesem Namen wurde wiederhergestellt. Bestehende Objektberechtigungen können für diesen Circle und alle zukünftigen Mitglieder gelten. Wenn dies nicht das ist, was Sie beabsichtigen, erstellen Sie bitte einen neuen Circle mit einem anderen Namen.'; -$a->strings['Default privacy circle for new contacts'] = 'Voreingestellter Circle für neue Kontakte'; +$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Ein gelöschter Circle mit diesem Namen wurde wiederhergestellt. Bestehende Objektberechtigungen können für diesen Circle und alle zukünftigen Mitglieder gelten. Wenn dies nicht das ist, was du beabsichtigst, erstelle bitte einen neuen Circle mit einem anderen Namen.'; $a->strings['Everybody'] = 'Alle Kontakte'; $a->strings['edit'] = 'bearbeiten'; $a->strings['add'] = 'hinzufügen'; $a->strings['Edit circle'] = 'Circle ändern'; -$a->strings['Contacts not in any circle'] = 'Kontakte die keinem Circle zugeordnet sind'; -$a->strings['Create a new circle'] = 'Erstelle neuen Cricle'; +$a->strings['Contacts not in any circle'] = 'Kontakte, die keinem Circle zugeordnet sind'; +$a->strings['Create a new circle'] = 'Erstelle neuen Circle'; $a->strings['Circle Name: '] = 'Circle Name: '; $a->strings['Edit circles'] = 'Circles bearbeiten'; $a->strings['Approve'] = 'Genehmigen'; @@ -810,6 +853,8 @@ $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['%s (%s - %s): %s'] = '%s (%s - %s): %s'; +$a->strings['%s (%s): %s'] = '%s (%s): %s'; $a->strings['Detected languages in this post:\n%s'] = 'Erkannte Sprachen in diesem Beitrag:\n%s'; $a->strings['activity'] = 'Aktivität'; $a->strings['comment'] = 'Kommentar'; @@ -909,7 +954,7 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Währ $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['Friends'] = 'Kontakte'; -$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'Beim Erstellen Ihres Circles ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.'; +$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'Beim Erstellen Ihres Circles ist ein Fehler aufgetreten. Bitte versuche es erneut.'; $a->strings['Profile Photos'] = 'Profilbilder'; $a->strings[' Dear %1$s, @@ -931,10 +976,9 @@ $a->strings[' You may also wish to add some basic information to your default profile (on the "Profiles" page) so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" + (very useful in making new friends) - and perhaps what country you live in; + if you do not wish to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -949,7 +993,15 @@ Adresse der Seite: %1$s Benutzername: %2$s Passwort: %3$s -Du kannst dein Passwort unter "Einstellungen" ändern, sobald du dich angemeldet hast.Bitte nimm dir ein paar Minuten, um die anderen Einstellungen auf dieser Seite zu kontrollieren.Eventuell magst du ja auch einige Informationen über dich in deinem Profil veröffentlichen, damit andere Leute dich einfacher finden können.Bearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite).Wir empfehlen dir, deinen kompletten Namen anzugeben und ein zu dir passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden.Außerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter angibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen.Wir respektieren deine Privatsphäre - keine dieser Angaben ist nötig.Wenn du neu im Netzwerk bist und noch niemanden kennst, dann können sie allerdings dabei helfen, neue und interessante Kontakte zu knüpfen. +Du kannst dein Passwort unter "Einstellungen" ändern, sobald du dich angemeldet hast. + +Bitte nimm dir ein paar Minuten, um die anderen Einstellungen auf dieser Seite zu kontrollieren. + +Eventuell magst du ja auch einige Informationen über dich in deinem Profil veröffentlichen, damit andere Leute dich einfacher finden können. Bearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite). + +Wir empfehlen dir, ein zu dir passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden. Außerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter angibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen. + +Wir respektieren deine Privatsphäre - keine dieser Angaben ist nötig. Wenn du neu im Netzwerk bist und noch niemanden kennst, dann können sie allerdings dabei helfen, neue und interessante Kontakte zu knüpfen. Du kannst dein Nutzerkonto jederzeit unter %1$s/settings/removeme wieder löschen. @@ -997,10 +1049,9 @@ $a->strings[' You may also wish to add some basic information to your default profile (on the "Profiles" page) so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" (very useful + in making new friends) - and perhaps what country you live in; if you do not wish + to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -1024,8 +1075,7 @@ Eventuell magst du ja auch einige Informationen über dich in deinem Profil veröffentlichen, damit andere Leute dich einfacher finden können. Bearbeite hierfür einfach dein Standard-Profil (über die Profil-Seite). -Wir empfehlen dir, deinen kompletten Namen anzugeben und ein zu dir -passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden. +Wir empfehlen dir, ein zu dir passendes Profilbild zu wählen, damit dich alte Bekannte wiederfinden. Außerdem ist es nützlich, wenn du auf deinem Profil Schlüsselwörter angibst. Das erleichtert es, Leute zu finden, die deine Interessen teilen. @@ -1036,6 +1086,7 @@ allerdings dabei helfen, neue und interessante Kontakte zu knüpfen. Solltest du dein Nutzerkonto löschen wollen, kannst du dies unter %3$s/settings/removeme jederzeit tun. Danke für deine Aufmerksamkeit und willkommen auf %2$s.'; +$a->strings['User with delegates can\'t be removed, please remove delegate users first'] = 'Benutzer mit Delegaten können nicht entfernt werden, bitte entferne zuerst die delegierten Benutzer'; $a->strings['Addon not found.'] = 'Addon nicht gefunden.'; $a->strings['Addon %s disabled.'] = 'Addon %s ausgeschaltet.'; $a->strings['Addon %s enabled.'] = 'Addon %s aktiviert.'; @@ -1125,7 +1176,7 @@ $a->strings['Context'] = 'Zusammenhang'; $a->strings['ALL'] = 'ALLE'; $a->strings['View details'] = 'Details anzeigen'; $a->strings['Click to view details'] = 'Anklicken zum Anzeigen der Details'; -$a->strings['Event details'] = 'Veranstaltungsdetails'; +$a->strings['Event details'] = 'Ereignisdetails'; $a->strings['Data'] = 'Daten'; $a->strings['Source'] = 'Quelle'; $a->strings['File'] = 'Datei'; @@ -1250,22 +1301,32 @@ $a->strings['Explicit Content'] = 'Sensibler Inhalt'; $a->strings['Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page.'] = 'Wähle dies, um anzuzeigen, dass dein Knoten hauptsächlich für explizite Inhalte verwendet wird, die möglicherweise nicht für Minderjährige geeignet sind. Diese Info wird in der Knoteninformation veröffentlicht und kann durch das Globale Verzeichnis genutzt werden, um deinen Knoten von den Auflistungen auszuschließen. Zusätzlich wird auf der Registrierungsseite ein Hinweis darüber angezeigt.'; $a->strings['Proxify external content'] = 'Proxy für externe Inhalte'; $a->strings['Route external content via the proxy functionality. This is used for example for some OEmbed accesses and in some other rare cases.'] = 'Externe Inhalte werden durch einen Proxy geleitet. Die wird z.B. für das aufrufen von OEmbed Inhalten verwendet und einigen anderen seltenen Fällen.'; +$a->strings['Only local search'] = 'Nur lokale Suche'; +$a->strings['Blocks search for users who are not logged in to prevent crawlers from blocking your system.'] = 'Sperrt die Suche für nicht eingeloggte Benutzer, um zu verhindern, dass Crawler Ihr System blockieren.'; +$a->strings['Blocked tags for trending tags'] = 'Blockierte Tags für Trend-Tags'; +$a->strings['Comma separated list of hashtags that shouldn\'t be displayed in the trending tags.'] = 'Durch Kommata getrennte Liste von Hashtags, die nicht in den Trending Tags angezeigt werden sollen.'; $a->strings['Cache contact avatars'] = 'Kontaktprofilbilder zwischenspeichern'; $a->strings['Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance.'] = 'Die Profilbilder der Kontakte zwischenspeichern. Der Zwischenspeicher verbraucht viel Platz im Speicherplatz, verbessert aber die Performance.'; $a->strings['Allow Users to set remote_self'] = 'Nutzern erlauben, das remote_self Flag zu setzen'; $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.'] = 'Ist dies ausgewählt, kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im "Erweitert"-Reiter der Kontaktansicht markieren. Nach dem Setzen dieses Flags werden alle Top-Level-Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet (gespiegelt).'; +$a->strings['Adjust the feed poll frequency'] = 'Einstellen der Abrufhäufigkeit'; +$a->strings['Automatically detect and set the best feed poll frequency.'] = 'Automatisches Erkennen und Einstellen der besten Abrufhäufigkeit.'; +$a->strings['Minimum poll interval'] = 'Minimales Abfrageintervall'; +$a->strings['Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59.'] = 'Minimaler Abstand in Minuten zwischen zwei Abfragen für Mail- und Feed-Kontakte. Sinnvolle Werte liegen zwischen 1 und 59.'; $a->strings['Enable multiple registrations'] = 'Erlaube Mehrfachregistrierung'; $a->strings['Enable users to register additional accounts for use as pages.'] = 'Erlaube es Benutzern weitere Konten für Organisationen o.ä. mit der gleichen E-Mail Adresse anzulegen.'; $a->strings['Enable OpenID'] = 'OpenID aktivieren'; $a->strings['Enable OpenID support for registration and logins.'] = 'OpenID Unterstützung bei der Registrierung und dem Login aktivieren.'; -$a->strings['Enable Fullname check'] = 'Namen auf Vollständigkeit überprüfen'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Erlaubt Nutzern Konten nur dann zu registrieren, bei denen im Namensfeld ein Leerzeichen zur Trennung von Vor- und Nachnamen verwendet wird.'; +$a->strings['Enable full name check'] = 'Namen auf Vollständigkeit überprüfen'; +$a->strings['Prevents users from registering with a display name with fewer than two parts separated by spaces.'] = 'Verhindert, dass sich Benutzer mit einem Anzeigenamen registrieren, der aus weniger als zwei durch Leerzeichen getrennten Teilen besteht.'; $a->strings['Email administrators on new registration'] = 'Email den Administratoren bei neuen Registrierungen'; $a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Wenn diese Option aktiviert ist und die Registrierung auf offen eingestellt ist, wird den Administratoren bei jeder neuen Registierung eine Email geschickt.'; $a->strings['Community pages for visitors'] = 'Für Besucher verfügbare Gemeinschaftsseite'; $a->strings['Which community pages should be available for visitors. Local users always see both pages.'] = 'Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Seiten verwenden.'; $a->strings['Posts per user on community page'] = 'Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite'; -$a->strings['The maximum number of posts per user on the community page. (Not valid for "Global Community")'] = 'Maximale Anzahl der Beiträge, die von jedem Nutzer auf der Gemeinschaftsseite angezeigt werden. (Gilt nicht für die \'Globale Gemeinschaftsseite\')'; +$a->strings['The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page.'] = 'Die maximale Anzahl von Beiträgen pro Benutzer auf der lokalen Gemeinschaftsseite. Dies ist nützlich, wenn ein einzelner Benutzer die lokale Gemeinschaftsseite überflutet.'; +$a->strings['Posts per server on community page'] = 'Beiträge pro Server auf der Gemeinschaftsseite'; +$a->strings['The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page.'] = 'Die maximale Anzahl von Beiträgen pro Server auf der globalen Gemeinschaftsseite. Dies ist nützlich, wenn Beiträge von einem einzelnen Server die globale Gemeinschaftsseite überfluten.'; $a->strings['Enable Mail support'] = 'E-Mail Unterstützung aktivieren'; $a->strings['Enable built-in mail support to poll IMAP folders and to reply via mail.'] = 'Aktiviert die Unterstützung IMAP Ordner abzurufen und ermöglicht es auch auf E-Mails zu antworten.'; $a->strings['Mail support can\'t be enabled because the PHP IMAP module is not installed.'] = 'E-Mail Unterstützung kann nicht aktiviert werden, da das PHP IMAP Modul nicht installiert ist.'; @@ -1293,12 +1354,14 @@ $a->strings['If enabled, contacts are checked for their followers and following $a->strings['None - deactivated'] = 'Keine - deaktiviert'; $a->strings['Local contacts - contacts of our local contacts are discovered for their followers/followings.'] = 'Lokale Kontakte - Die Beziehungen der lokalen Kontakte werden analysiert.'; $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interaktionen - Kontakte der lokalen Kontakte sowie die Profile die mit öffentlichen lokalen Beiträgen interagiert haben, werden bzgl. ihrer Beziehungen analysiert.'; +$a->strings['Only update contacts/servers with local data'] = 'Nur Kontakte/Server mit lokalen Daten aktualisieren'; +$a->strings['If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system.'] = 'Wenn diese Option aktiviert ist, sucht das System nur nach Änderungen bei Kontakten und Servern, die mit dieser Instanz interagiert haben, indem sie entweder in einer Kontaktliste eines Benutzers enthalten sind oder wenn Beiträge oder Kommentare von diesem Kontakt in dieser Instanz vorhanden sind.'; $a->strings['Synchronize the contacts with the directory server'] = 'Gleiche die Kontakte mit dem Directory-Server ab'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Ist dies aktiv, wird das System regelmäßig auf dem Verzeichnis-Server nach neuen potentiellen Kontakten nachsehen.'; -$a->strings['Days between requery'] = 'Tage zwischen erneuten Abfragen'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Legt das Abfrageintervall fest, nach dem ein Server erneut nach Kontakten abgefragt werden soll.'; $a->strings['Discover contacts from other servers'] = 'Neue Kontakte auf anderen Servern entdecken'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Frage regelmäßig bei anderen Servern nach neuen potentiellen Kontakten an. Diese Anfragen werden an Friendica, Mastodon und Hubzilla Server gesandt.'; +$a->strings['Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load.'] = 'Regelmäßige Abfrage anderer Server nach Kontakten und Servern, welche dort bekannt sind. Das System fragt Friendica, Mastodon und Hubzilla Server ab. Lass diese Options auf kleinen Instanzen deaktiviert, um die Datenbankgröße und -last zu verringern.'; +$a->strings['Days between requery'] = 'Tage zwischen erneuten Abfragen'; +$a->strings['Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated.'] = 'Anzahl der Tage, nach denen ein Server nach seinen Kontakten und den ihm bekannten Servern abgefragt wird. Dies wird nur verwendet, wenn die Erkennung aktiviert ist.'; $a->strings['Search the local directory'] = 'Lokales Verzeichnis durchsuchen'; $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.'] = 'Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt, um die Suchresultate zu verbessern, wenn die Suche wiederholt wird.'; $a->strings['Publish server information'] = 'Server-Informationen veröffentlichen'; @@ -1319,16 +1382,34 @@ $a->strings['Maximum numbers of comments per post'] = 'Maximale Anzahl von Komme $a->strings['How much comments should be shown for each post? Default value is 100.'] = 'Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100.'; $a->strings['Maximum numbers of comments per post on the display page'] = 'Maximale Anzahl von Kommentaren in der Einzelansicht'; $a->strings['How many comments should be shown on the single view for each post? Default value is 1000.'] = 'Wie viele Kommentare sollen auf der Einzelansicht eines Beitrags angezeigt werden? Grundeinstellung sind 1000.'; +$a->strings['Items per page'] = 'Beiträge pro Seite'; +$a->strings['Number of items per page in stream pages (network, community, profile/contact statuses, search).'] = 'Anzahl der Elemente pro Seite in den Stream-Seiten (Netzwerk, Community, Profil/Kontaktstatus, Suche).'; +$a->strings['Items per page for mobile devices'] = 'Beiträge pro Seite für mobile Endgeräte'; +$a->strings['Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices.'] = 'Anzahl der Beiträge pro Seite in Stream-Seiten (Netzwerk, Community, Profil-/Kontaktstatus, Suche) für mobile Endgeräte.'; $a->strings['Temp path'] = 'Temp-Pfad'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp-Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad.'; $a->strings['Only search in tags'] = 'Nur in Tags suchen'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'Auf großen Knoten kann die Volltext-Suche das System ausbremsen.'; $a->strings['Generate counts per contact circle when calculating network count'] = 'Erstelle Zählungen je Circle bei der Berechnung der Netzwerkanzahl'; $a->strings['On systems with users that heavily use contact circles the query can be very expensive.'] = 'Auf Systemen mit Benutzern, die häufig Circles verwenden, kann die Abfrage sehr aufwändig sein.'; +$a->strings['Process "view" activities'] = '"view"-Aktivitäten verarbeiten'; +$a->strings['"view" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system.'] = '"view"-Aktivitäten werden zumeist von Peertube-Systemen genutzt. Standardmäßig werden sie aus Leistungsgründen nicht verarbeitet. Aktivieren Sie diese Option nur auf performanten Systemen.'; +$a->strings['Days, after which a contact is archived'] = 'Anzahl der Tage, nach denen ein Kontakt archiviert wird'; +$a->strings['Number of days that we try to deliver content or to update the contact data before we archive a contact.'] = 'Die Anzahl der Tage, die wir versuchen, Inhalte zu liefern oder die Kontaktdaten zu aktualisieren, bevor wir einen Kontakt archivieren.'; $a->strings['Maximum number of parallel workers'] = 'Maximale Anzahl parallel laufender Worker'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'Wenn dein Knoten bei einem Shared Hoster ist, setze diesen Wert auf %d. Auf größeren Systemen funktioniert ein Wert von %d recht gut. Standardeinstellung sind %d.'; +$a->strings['Maximum load for workers'] = 'Maximale Last für Worker'; +$a->strings['Maximum load that causes a cooldown before each worker function call.'] = 'Maximale Auslastung des Systems, welche eine Verzögerung vor jedem Aufruf des Workers verursacht.'; $a->strings['Enable fastlane'] = 'Aktiviere Fastlane'; $a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten, wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden.'; +$a->strings['Decoupled receiver'] = 'Entkoppelter Empfänger'; +$a->strings['Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems.'] = 'Entkoppelt eingehende ActivityPub-Beiträge, indem sie im Hintergrund über einen Worker-Prozess verarbeitet werden. Aktiviere dies nur auf schnellen Systemen.'; +$a->strings['Cron interval'] = 'Cron Intervall'; +$a->strings['Minimal period in minutes between two calls of the "Cron" worker job.'] = 'Minimaler Intervall in Minuten zwischen zwei Aufrufen des "Cron" Arbeitsprozesses.'; +$a->strings['Worker defer limit'] = 'Worker-Verzögerungsgrenze'; +$a->strings['Per default the systems tries delivering for 15 times before dropping it.'] = 'Standardmäßig versucht das System 15 Mal zuzustellen, bevor es den Vorgang abbricht.'; +$a->strings['Worker fetch limit'] = 'Worker Abrufbegrenzung'; +$a->strings['Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system.'] = 'Anzahl der Worker-Aufgaben, die in einer einzigen Abfrage abgerufen werden. Höhere Werte sollten die Leistung verbessern, zu hohe Werte werden sie wahrscheinlich verringern. Änder dies nur, wenn Du weißt, wie Du die Leistung des Systems messen kannst.'; $a->strings['Direct relay transfer'] = 'Direkte Relais-Übertragung'; $a->strings['Enables the direct transfer to other servers without using the relay servers'] = 'Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais-Server verwendet wird.'; $a->strings['Relay scope'] = 'Geltungsbereich des Relais'; @@ -1342,6 +1423,22 @@ $a->strings['Deny Server tags'] = 'Server Tags ablehnen'; $a->strings['Comma separated list of tags that are rejected.'] = 'Durch Kommas getrennte Liste der Tags, die abgelehnt werden'; $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['Deny undetected languages'] = 'Nicht erkannte Sprachen ablehnen'; +$a->strings['If enabled, posts with undetected languages will be rejected.'] = 'Wenn diese Option aktiviert ist, werden Beiträge mit nicht erkannten Sprachen abgelehnt.'; +$a->strings['Language Quality'] = 'Sprachqualität'; +$a->strings['The minimum language quality that is required to accept the post.'] = 'Die minimale erkannte Sprachqualität, die erforderlich ist, um den Beitrag anzunehmen.'; +$a->strings['Number of languages for the language detection'] = 'Anzahl der Sprachen für die Spracherkennung'; +$a->strings['The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected.'] = 'Das System erkennt eine Liste von Sprachen pro Beitrag. Nur wenn die gewünschten Sprachen in der Liste enthalten sind, wird die Nachricht akzeptiert. Je höher die Zahl, desto mehr Beiträge werden fälschlicherweise erkannt.'; +$a->strings['Maximum age of channel'] = 'Maximales Alter des Kanals'; +$a->strings['This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance.'] = 'Hier wird das maximale Alter in Stunden von Beiträgen festgelegt, die in Kanälen angezeigt werden sollen. Dies wirkt sich auf die Leistung der Kanäle aus.'; +$a->strings['Maximum number of channel posts'] = 'Maximale Anzahl von Kanalbeiträgen'; +$a->strings['For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels.'] = 'Aus Leistungsgründen verwenden die Kanäle eine dedizierte Tabelle zur Speicherung von Inhalten. Je höher der Wert, desto langsamer sind die Kanäle.'; +$a->strings['Interaction score days'] = 'Interaktionsscore Tage'; +$a->strings['Number of days that are used to calculate the interaction score.'] = 'Anzahl der Tage, die zur Berechnung des Interaktionsscores herangezogen werden.'; +$a->strings['Maximum number of posts per author'] = 'Maximale Anzahl von Beiträgen pro Autor'; +$a->strings['Maximum number of posts per page by author if the contact frequency is set to "Display only few posts". If there are more posts, then the post with the most interactions will be displayed.'] = 'Maximale Anzahl von Beiträgen pro Seite und Autor, wenn die Kontakthäufigkeit auf "Nur wenige Beiträge anzeigen" eingestellt ist. Wenn es mehr Beiträge gibt, wird der Beitrag mit den meisten Interaktionen angezeigt.'; +$a->strings['Sharer interaction days'] = 'Interaktionstage für teilende'; +$a->strings['Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.'] = 'Anzahl der Tage der letzten Interaktion, die verwendet werden, um festzulegen, welche teilenden für den Kanal "Geteilt von teilenden" verwendet werden.'; $a->strings['Start Relocation'] = 'Umsiedlung starten'; $a->strings['Storage backend, %s is invalid.'] = 'Speicher-Backend, %s ist ungültig.'; $a->strings['Storage backend %s error: %s'] = 'Speicher-Backend %s Fehler %s'; @@ -1362,14 +1459,12 @@ $a->strings['Your table_definition_cache is too low (%d). This can lead to the d $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.'; $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.)'] = '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.)'; -$a->strings['The system.url entry is missing. This is a low level setting and can lead to unexpected behavior. Please add a valid entry as soon as possible in the config file or per console command!'] = 'Der Eintrag system.url fehlt. Dies ist eine Einstellung auf niedriger Ebene und kann zu unerwartetem Verhalten führen. Bitte fügen Sie so bald wie möglich einen gültigen Eintrag in der Konfigurationsdatei oder per Konsolenbefehl hinzu!'; +$a->strings['The system.url entry is missing. This is a low level setting and can lead to unexpected behavior. Please add a valid entry as soon as possible in the config file or per console command!'] = 'Der Eintrag system.url fehlt. Dies ist eine Einstellung auf niedriger Ebene und kann zu unerwartetem Verhalten führen. Bitt füge so bald wie möglich einen gültigen Eintrag in der Konfigurationsdatei oder per Konsolenbefehl hinzu!'; $a->strings['The worker was never executed. Please check your database structure!'] = 'Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur.'; $a->strings['The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings.'] = 'Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab-Einstellungen.'; $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.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 .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 wurde aktualisiert \'%s\' von \'%s\'. Bitte entferne 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 korrigiere deine Konfiguration.'; @@ -1440,6 +1535,9 @@ $a->strings['Monthly posting limit of %d post reached. The post was rejected.'] 0 => 'Das monatliche Limit von %d Beitrag wurde erreicht. Der Beitrag wurde verworfen.', 1 => 'Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.', ]; +$a->strings['You don\'t have access to moderation pages.'] = 'Du hast keinen Zugriff zu den Moderationsseiten.'; +$a->strings['Submanaged account can\'t access the moderation pages. Please log back in as the main account.'] = 'Das verwaltete Konto kann nicht auf die Moderationsseiten zugreifen. Bitte melde dich wieder mit dem Hauptkonto an.'; +$a->strings['Reports'] = 'Reports'; $a->strings['Users'] = 'Nutzer'; $a->strings['Tools'] = 'Werkzeuge'; $a->strings['Contact Blocklist'] = 'Kontakt Blockliste'; @@ -1457,7 +1555,7 @@ $a->strings['Group Search - %s'] = 'Gruppensuche - %s'; $a->strings['No matches'] = 'Keine Übereinstimmungen'; $a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ 0 => '%d Ergebnis wurde herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der das Ergebnis registriert ist. Sie können die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf der Info-Seite einsehen.', - 1 => '%d Ergebnisse wurden herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der die Ergebnisse registriert sind. Sie können die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf derInfo-Seite einsehen.', + 1 => '%d Ergebnisse wurden herausgefiltert, weil Ihr Knoten die Domäne blockiert, auf der die Ergebnisse registriert sind. Du kannst die Liste aller Domänen, die Ihr Knoten derzeit blockiert, auf derInfo-Seite einsehen.', ]; $a->strings['Account'] = 'Nutzerkonto'; $a->strings['Two-factor authentication'] = 'Zwei-Faktor Authentifizierung'; @@ -1465,6 +1563,7 @@ $a->strings['Display'] = 'Anzeige'; $a->strings['Social Networks'] = 'Soziale Netzwerke'; $a->strings['Manage Accounts'] = 'Accounts Verwalten'; $a->strings['Connected apps'] = 'Verbundene Programme'; +$a->strings['Remote servers'] = 'Remote Instanzen'; $a->strings['Export personal data'] = 'Persönliche Daten exportieren'; $a->strings['Remove account'] = 'Konto löschen'; $a->strings['This page is missing a url parameter.'] = 'Der Seite fehlt ein URL Parameter.'; @@ -1610,6 +1709,7 @@ $a->strings['You are mutual friends with %s'] = 'Du hast mit %s eine beidseitige $a->strings['You are sharing with %s'] = 'Du teilst mit %s'; $a->strings['%s is sharing with you'] = '%s teilt mit dir'; $a->strings['Private communications are not available for this contact.'] = 'Private Kommunikation ist für diesen Kontakt nicht verfügbar.'; +$a->strings['This contact is on a server you ignored.'] = 'Dieser Kontakt befindet sich auf einem Server, den du ignoriert hast.'; $a->strings['Never'] = 'Niemals'; $a->strings['(Update was not successful)'] = '(Aktualisierung war nicht erfolgreich)'; $a->strings['(Update was successful)'] = '(Aktualisierung war erfolgreich)'; @@ -1640,6 +1740,7 @@ $a->strings['Currently blocked'] = 'Derzeit geblockt'; $a->strings['Currently ignored'] = 'Derzeit ignoriert'; $a->strings['Currently collapsed'] = 'Derzeit zugeklappt'; $a->strings['Currently archived'] = 'Momentan archiviert'; +$a->strings['Manage remote servers'] = 'Verwaltung entfernter Instanzen'; $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'; @@ -1650,6 +1751,17 @@ $a->strings['Actions'] = 'Aktionen'; $a->strings['Status'] = 'Status'; $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['Channel Settings'] = 'Kanal Einstellungen'; +$a->strings['Frequency of this contact in relevant channels'] = 'Häufigkeit dieses Kontakts in relevanten Kanälen'; +$a->strings['Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don\'t want to see their content at all, but you don\'t want to block or hide the contact completely.'] = 'Je nach Art des Kanals werden nicht alle Beiträge dieses Kontakts angezeigt. Standardmäßig müssen Beiträge eine Mindestanzahl an Interaktionen (Kommentare, Gefällt mir Angaben) aufweisen, um in Ihren Kanälen angezeigt zu werden. Andererseits kann es Kontakte geben, die den Kanal überfluten, so dass du vielleicht nur einige ihrer Beiträge sehen möchtest. Oder du willst deren Inhalte überhaupt nicht sehen, aber du willst den Kontakt nicht komplett blockieren oder ausblenden.'; +$a->strings['Default frequency'] = 'Standardhäufigkeit'; +$a->strings['Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction.'] = 'Beiträge dieses Kontakts werden im "Für Dich"-Kanal angezeigt, wenn du häufig mit diesem Kontakt interagieren oder wenn ein Beitrag ein gewisses Maß an Interaktion erreicht hat.'; +$a->strings['Display all posts of this contact'] = 'Alle Beiträge dieses Kontakts anzeigen'; +$a->strings['All posts from this contact will appear on the "for you" channel'] = 'Alle Beiträge dieses Kontakts werden auf dem Kanal "Für Dich" erscheinen'; +$a->strings['Display only few posts'] = 'Zeige nur einige Beiträge an'; +$a->strings['When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'] = 'Wenn ein Kontakt viele Beiträge in einem kurzen Zeitraum erstellt, reduziert diese Einstellung die Anzahl der angezeigten Beiträge in jedem Kanal.'; +$a->strings['Never display posts'] = 'Zeige keine Beiträge an'; +$a->strings['Posts from this contact will never be displayed in any channel'] = 'Beiträge von diesem Kontakt werden in keinem Kanal angezeigt'; $a->strings['Refetch contact data'] = 'Kontaktdaten neu laden'; $a->strings['Toggle Blocked status'] = 'Geblockt-Status ein-/ausschalten'; $a->strings['Toggle Ignored status'] = 'Ignoriert-Status ein-/ausschalten'; @@ -1668,29 +1780,18 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Bei di $a->strings['Disconnect/Unfollow'] = 'Verbindung lösen/Nicht mehr folgen'; $a->strings['Contact was successfully unfollowed'] = 'Kontakt wurde erfolgreich entfolgt.'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Konnte dem Kontakt nicht entfolgen. Bitte kontaktiere deinen Administrator.'; -$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['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['Own Contacts'] = 'Eigene Kontakte'; -$a->strings['Include'] = 'Einschließen'; -$a->strings['Hide'] = 'Verbergen'; $a->strings['No results.'] = 'Keine Ergebnisse.'; +$a->strings['Channel not available.'] = 'Channel nicht verüfgbar'; +$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['Community option not available.'] = 'Optionen für die Gemeinschaftsseite nicht verfügbar.'; $a->strings['Not available.'] = 'Nicht verfügbar.'; $a->strings['No such circle'] = 'Circle ist nicht vorhanden'; $a->strings['Circle: %s'] = 'Circle: %s'; -$a->strings['Latest Activity'] = 'Neu - Aktivität'; -$a->strings['Sort by latest activity'] = 'Sortiere nach neueste Aktivität'; -$a->strings['Latest Posts'] = 'Neu - Empfangen'; -$a->strings['Sort by post received date'] = 'Nach Empfangsdatum der Beiträge sortiert'; -$a->strings['Latest Creation'] = 'Neu - Erstellung'; -$a->strings['Sort by post creation date'] = 'Sortiert nach dem Erstellungsdatum'; -$a->strings['Personal'] = 'Persönlich'; -$a->strings['Posts that mention or involve you'] = 'Beiträge, in denen es um dich geht'; -$a->strings['Starred'] = 'Markierte'; -$a->strings['Favourite Posts'] = 'Favorisierte Beiträge'; +$a->strings['Error %d (%s) while fetching the timeline.'] = 'Fehler %d (%s) beim Abruf der Timeline.'; +$a->strings['Network feed not available.'] = 'Netzwerkfeed nicht verfügbar.'; +$a->strings['Own Contacts'] = 'Eigene Kontakte'; +$a->strings['Include'] = 'Einschließen'; +$a->strings['Hide'] = 'Verbergen'; $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['Formatted'] = 'Formatiert'; @@ -1760,11 +1861,6 @@ $a->strings['Output'] = 'Ergebnis'; $a->strings['Lookup address'] = 'Adresse nachschlagen'; $a->strings['Webfinger Diagnostic'] = 'Webfinger Diagnostik'; $a->strings['Lookup address:'] = 'Adresse nachschlagen:'; -$a->strings['You are now logged in as %s'] = 'Du bist jetzt als %s angemeldet'; -$a->strings['Switch between your accounts'] = 'Wechsle deine Konten'; -$a->strings['Manage your accounts'] = 'Verwalte deine Konten'; -$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['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:'; @@ -1802,7 +1898,7 @@ $a->strings['Base settings'] = 'Grundeinstellungen'; $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['The Friendica system URL'] = 'Die Friendica System URL'; -$a->strings['Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'] = 'Überschreiben Sie dieses Feld, falls die System-URL-Erkennung nicht korrekt ist, ansonsten lassen Sie es unverändert.'; +$a->strings['Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'] = 'Überschreibe dieses Feld, falls die System-URL-Erkennung nicht korrekt ist, ansonsten lasse es unverändert.'; $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.'; @@ -1835,9 +1931,9 @@ $a->strings['%d message sent.'] = [ $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['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. Du kannst dich 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['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. Du kannst dich 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:'; @@ -1854,7 +1950,6 @@ $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üfe die Berechtigungen der Website auf deinem Gerät'; $a->strings['You can make this page always open when you use the New Post button in the Theme Customization settings.'] = 'Wenn du magst, kannst du unter den Benutzerdefinierte Theme-Einstellungen einstellen, dass diese Seite immer geöffnet wird, wenn du den "Neuer Beitrag" Button verwendest.'; -$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['Unable to follow this item.'] = 'Konnte dem Beitrag nicht folgen.'; $a->strings['System down for maintenance'] = 'System zur Wartung abgeschaltet'; @@ -1992,12 +2087,61 @@ $a->strings['Tag'] = 'Tag'; $a->strings['Type'] = 'Typ'; $a->strings['Term'] = 'Term'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Mention'; $a->strings['Implicit Mention'] = 'Implicit Mention'; $a->strings['Item not found'] = 'Beitrag nicht gefunden'; $a->strings['No source recorded'] = 'Keine Quelle aufgezeichnet'; $a->strings['Please make sure the debug.store_source config key is set in config/local.config.php for future items to have sources.'] = 'Bitte stelle sicher, dass der Config-Schlüssel debug.store_source in der config/local.config.php gesetzt ist um in Zukunft Quellen zu haben.'; $a->strings['Item Guid'] = 'Beitrags-Guid'; +$a->strings['Contact not found or their server is already blocked on this node.'] = 'Kontakt nicht gefunden oder seine Instanz ist bereits auf dieser Instanz blockiert.'; +$a->strings['Please login to access this page.'] = 'Bitte melde dich an, um auf diese Seite zuzugreifen.'; +$a->strings['Create Moderation Report'] = 'Moderationsbericht erstellen'; +$a->strings['Pick Contact'] = 'Kontakt wählen'; +$a->strings['Please enter below the contact address or profile URL you would like to create a moderation report about.'] = 'Bitte gib unten die Kontaktadresse oder Profil-URL ein, über die du einen Moderationsbericht erstellen möchten.'; +$a->strings['Contact address/URL'] = 'Kontaktadresse/URL'; +$a->strings['Pick Category'] = 'Kategorie auswählen'; +$a->strings['Please pick below the category of your report.'] = 'Bitte wähle unten die Kategorie für deinen Bericht.'; +$a->strings['Spam'] = 'Spam'; +$a->strings['This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations.'] = 'Dieser Kontakt veröffentlicht viele wiederholte/überlange Beiträge/Antworten oder wirbt für sein Produkt/seine Website in ansonsten belanglosen Gesprächen.'; +$a->strings['Illegal Content'] = 'Illegaler Inhalt'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Dieser Kontakt veröffentlicht Inhalte, die in dem Land, in dem diese Instanz gehostet wird, als illegal gelten.'; +$a->strings['Community Safety'] = 'Sicherheit in der Gemeinschaft'; +$a->strings['This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people\'s private information (doxxing), posting threats or offensive pictures in posts or replies.'] = 'Dieser Kontakt hat dich oder andere Personen verärgert, indem er absichtlich oder unabsichtlich provokativ oder unsensibel war. Dazu gehören die Offenlegung privater Informationen (Doxxing), das Posten von Drohungen oder anstößigen Bildern in Beiträgen oder Antworten.'; +$a->strings['Unwanted Content/Behavior'] = 'Unerwünschte Inhalte/Verhaltensweisen'; +$a->strings['This contact has repeatedly published content irrelevant to the node\'s theme or is openly criticizing the node\'s administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic.'] = 'Dieser Kontakt hat wiederholt Inhalte veröffentlicht, die für das Thema der Instanz irrelevant sind, oder er kritisiert offen die Verwaltung/Moderation der Instanz, ohne sich direkt mit den betreffenden Personen auseinanderzusetzen, oder er ist wiederholt erbsenzählerisch bei einem heiklen Thema.'; +$a->strings['Rules Violation'] = 'Verstoß gegen die Regeln'; +$a->strings['This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step.'] = 'Dieser Kontakt hat gegen eine oder mehrere Regeln dieser Instanz verstoßen. Du kannst im nächsten Schritt auswählen, welche.'; +$a->strings['Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled.'] = 'Bitte gib im Folgenden an, warum du diese Meldung eingereicht hast. Je mehr Details du angibst, desto besser kann Ihre Meldung bearbeitet werden.'; +$a->strings['Additional Information'] = 'Zusätzliche Informationen'; +$a->strings['Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome.'] = 'Bitte gib alle zusätzlichen Informationen an, die für diesen Bericht relevant sind. Du kannst im nächsten Schritt Beiträge dieser Kontaktperson anhängen, aber jeder Kontext ist willkommen.'; +$a->strings['Pick Rules'] = 'Regeln auswählen'; +$a->strings['Please pick below the node rules you believe this contact violated.'] = 'Bitte wähle unten die Instanzregeln aus, gegen die dieser Kontakt deiner Meinung nach verstoßen hat.'; +$a->strings['Pick Posts'] = 'Beiträge auswählen'; +$a->strings['Please optionally pick posts to attach to your report.'] = 'Bitte wähle optional Beiträge aus, die du an diesen Bericht anhängen möchtest.'; +$a->strings['Submit Report'] = 'Bericht senden'; +$a->strings['Further Action'] = 'Weiteres Vorgehen'; +$a->strings['You can also perform one of the following action on the contact you reported:'] = 'Du kannst auch eine der folgenden Aktionen für den gemeldeten Kontakt durchführen:'; +$a->strings['Nothing'] = 'Nichts'; +$a->strings['Collapse contact'] = 'Kontakt verbergen'; +$a->strings['Their posts and replies will keep appearing in your Network page but their content will be collapsed by default.'] = 'Ihre Beiträge und Antworten werden weiterhin auf Ihrer Netzwerkseite angezeigt, aber ihr Inhalt wird standardmäßig ausgeblendet.'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you.'] = 'Ihre Beiträge werden nicht mehr auf deiner Netzwerkseite angezeigt, aber ihre Antworten können in Forenbeiträgen erscheinen. Sie können dir immer noch folgen.'; +$a->strings['Block contact'] = 'Kontakt blockieren'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means.'] = 'Ihre Beiträge erscheinen nicht mehr auf deiner Netzwerkseite, aber ihre Antworten können in Forumsthemen erscheinen, wobei ihr Inhalt standardmäßig eingeklappt ist. Sie können dir nicht folgen, haben aber auf anderem Wege weiterhin Zugang zu deinen öffentlichen Beiträgen.'; +$a->strings['Forward report'] = 'Bericht weiterleiten'; +$a->strings['Would you ike to forward this report to the remote server?'] = 'Möchtest du diesen Bericht an den Entfernten-Server weiterleiten?'; +$a->strings['1. Pick a contact'] = '1. Wähle einen Kontakt'; +$a->strings['2. Pick a category'] = '2. Wähle eine Kategorie'; +$a->strings['2a. Pick rules'] = '2a. Regeln wählen'; +$a->strings['2b. Add comment'] = '2b. Kommentar hinzufügen'; +$a->strings['3. Pick posts'] = '3. Beiträge auswählen'; +$a->strings['List of reports'] = 'Liste der Reports'; +$a->strings['This page display reports created by our or remote users.'] = 'Auf dieser Seite werden Reports angezeigt, die von unseren oder entfernten Benutzern erstellt wurden.'; +$a->strings['No report exists at this node.'] = 'Auf dieser Instanz ist kein Report vorhanden.'; +$a->strings['Category'] = 'Kategorie'; +$a->strings['%s total report'] = [ + 0 => '%s Report', + 1 => '%s Reports insgesamt', +]; +$a->strings['URL of the reported contact.'] = 'URL des gemeldeten Kontakts.'; $a->strings['Normal Account'] = 'Normales Konto'; $a->strings['Automatic Follower Account'] = 'Automatisch folgendes Konto (Marktschreier)'; $a->strings['Public Group Account'] = 'Öffentliches Gruppen-Konto'; @@ -2184,7 +2328,7 @@ $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 Display Name (as you would like it to be displayed on this system'] = 'Ihr Anzeigename (wie er auf dieser Instanz angezeigt werden soll)'; $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['Please repeat your e-mail address:'] = 'Bitte wiederhole deine E-Mail Adresse'; $a->strings['New Password:'] = 'Neues Passwort:'; @@ -2240,7 +2384,7 @@ $a->strings['Passwords do not match.'] = 'Die Passwörter stimmen nicht überein $a->strings['Password does not need changing.'] = 'Passwort muss nicht geändert werden.'; $a->strings['Password unchanged.'] = 'Passwort unverändert.'; $a->strings['Password Too Long'] = 'Passwort ist zu lang'; -$a->strings['Since version 2022.09, we\'ve realized that any password longer than 72 characters is truncated during hashing. To prevent any confusion about this behavior, please update your password to be fewer or equal to 72 characters.'] = 'Mit der Version 2022.09 haben wir festgestellt, dass jedes Passwort, das länger als 72 Zeichen ist, beim Hashing abgeschnitten wird. Um Verwirrung über dieses Verhalten zu vermeiden, aktualisieren Sie Ihr Passwort bitte so, dass es höchstens 72 Zeichen hat.'; +$a->strings['Since version 2022.09, we\'ve realized that any password longer than 72 characters is truncated during hashing. To prevent any confusion about this behavior, please update your password to be fewer or equal to 72 characters.'] = 'Mit der Version 2022.09 haben wir festgestellt, dass jedes Passwort, das länger als 72 Zeichen ist, beim Hashing abgeschnitten wird. Um Verwirrung über dieses Verhalten zu vermeiden, aktualisiere dein Passwort bitte so, dass es höchstens 72 Zeichen hat.'; $a->strings['Update Password'] = 'Passwort aktualisieren'; $a->strings['Current Password:'] = 'Aktuelles Passwort:'; $a->strings['Your current password to confirm the changes'] = 'Dein aktuelles Passwort um die Änderungen zu bestätigen'; @@ -2302,6 +2446,7 @@ $a->strings['Password:'] = 'Passwort:'; $a->strings['Your current password to confirm the changes of the email address'] = 'Dein aktuelles Passwort um die Änderungen deiner E-Mail Adresse zu bestätigen'; $a->strings['Delete OpenID URL'] = 'OpenID URL löschen'; $a->strings['Basic Settings'] = 'Grundeinstellungen'; +$a->strings['Display name:'] = 'Anzeigename:'; $a->strings['Email Address:'] = 'E-Mail-Adresse:'; $a->strings['Your Timezone:'] = 'Deine Zeitzone:'; $a->strings['Your Language:'] = 'Deine Sprache:'; @@ -2312,7 +2457,7 @@ $a->strings['Security and Privacy Settings'] = 'Sicherheits- und Privatsphäre-E $a->strings['Maximum Friend Requests/Day:'] = 'Maximale Anzahl von Kontaktanfragen/Tag:'; $a->strings['(to prevent spam abuse)'] = '(um SPAM zu vermeiden)'; $a->strings['Allow your profile to be searchable globally?'] = 'Darf dein Profil bei Suchanfragen gefunden werden?'; -$a->strings['Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'] = 'Aktiviere diese Einstellung, wenn du von anderen einfach gefunden und gefolgt werden möchtest. Dei Profil wird dann auf anderen Systemen leicht durchsuchbar. Außerdem regelt diese Einstellung ob Friendica Suchmaschinen mitteilen soll, ob dein Profil indiziert werden soll oder nicht.'; +$a->strings['Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'] = 'Aktiviere diese Einstellung, wenn du von anderen einfach gefunden und gefolgt werden möchtest. Dein Profil wird dann auf anderen Systemen leicht durchsuchbar. Außerdem regelt diese Einstellung ob Friendica Suchmaschinen mitteilen soll, ob dein Profil indiziert werden soll oder nicht.'; $a->strings['Hide your contact/friend list from viewers of your profile?'] = 'Liste der Kontakte vor Betrachtern des Profil verbergen?'; $a->strings['A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'] = 'Auf deiner Profilseite wird eine Liste deiner Kontakte angezeigt. Aktiviere diese Option wenn du das nicht möchtest.'; $a->strings['Hide your public content from anonymous viewers'] = 'Verbirg die öffentliche Inhalte vor anonymen Besuchern'; @@ -2328,6 +2473,8 @@ $a->strings['Your contacts can add additional tags to your posts.'] = 'Deine Kon $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['Maximum private messages per day from unknown people:'] = 'Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:'; +$a->strings['Default privacy circle for new contacts'] = 'Voreingestellter Circle für neue Kontakte'; +$a->strings['Default privacy circle for new group contacts'] = 'Voreingestellter Circle für neue Gruppenkontakte'; $a->strings['Default Post Permissions'] = 'Standard-Zugriffsrechte für Beiträge'; $a->strings['Expiration settings'] = 'Verfalls-Einstellungen'; $a->strings['Automatically expire posts after this many days:'] = 'Beiträge verfallen automatisch nach dieser Anzahl von Tagen:'; @@ -2376,6 +2523,31 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Umzugsbenachrichtigung erneut an Kontakte senden'; $a->strings['Addon Settings'] = 'Addon Einstellungen'; $a->strings['No Addon settings configured'] = 'Keine Addon-Einstellungen konfiguriert'; +$a->strings['Label'] = 'Bezeichnung'; +$a->strings['Description'] = 'Beschreibung'; +$a->strings['Access Key'] = 'Zugriffsschlüssel'; +$a->strings['Circle/Channel'] = 'Circle/Kanal'; +$a->strings['Include Tags'] = 'Tags einschließen'; +$a->strings['Exclude Tags'] = 'Tags ausschließen'; +$a->strings['Full Text Search'] = 'Volltextsuche'; +$a->strings['Delete channel'] = 'Lösche Kanal'; +$a->strings['Check to delete this entry from the channel list'] = 'Haken setzen, um diesen Eintrag aus der Kanalliste zu löschen'; +$a->strings['Short name for the channel. It is displayed on the channels widget.'] = 'Kurzname für den Kanal. Er wird im Widget für die Kanäle angezeigt.'; +$a->strings['This should describe the content of the channel in a few word.'] = 'Dies sollte den Inhalt des Kanals in wenigen Worten beschreiben.'; +$a->strings['When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one.'] = 'Wenn du auf diesen Kanal über einen Zugangsschlüssel zugreifen willst, kannst du ihn hier festlegen. Achte darauf, dass du nicht einen bereits verwendeten Schlüssel benutzt.'; +$a->strings['Select a circle or channel, that your channel should be based on.'] = 'Wähle einen Circle oder Kanal, auf dem Ihr Kanal basieren soll.'; +$a->strings['Comma separated list of tags. A post will be used when it contains any of the listed tags.'] = 'Durch Kommata getrennte Liste von Tags. Ein Beitrag wird verwendet, wenn er eines der aufgeführten Tags enthält.'; +$a->strings['Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel.'] = 'Durch Kommata getrennte Liste von Tags. Wenn ein Beitrag eines dieser Tags enthält, wird er nicht Teil dieses Kanals sein.'; +$a->strings['Search terms for the body, supports the "boolean mode" operators from MariaDB. See the help for a complete list of operators and additional keywords: %s'] = 'Suchbegriffe für den Body, unterstützt die "boolean mode"-Operatoren von MariaDB. In der Hilfe findest du eine vollständige Liste der Operatoren und zusätzliche Schlüsselwörter: %s'; +$a->strings['Check to display images in the channel.'] = 'Aktiviere diese Option, um Bilder im Kanal anzuzeigen.'; +$a->strings['Check to display videos in the channel.'] = 'Aktiviere diese Option, um Videos im Kanal anzuzeigen.'; +$a->strings['Check to display audio in the channel.'] = 'Aktiviere diese Option, um Audio im Kanal anzuzeigen.'; +$a->strings['This page can be used to define your own channels.'] = 'Auf dieser Seite kannst du deine eigenen Kanäle definieren.'; +$a->strings['Add new entry to the channel list'] = 'Neuen Eintrag zur Kanalliste hinzufügen'; +$a->strings['Add'] = 'Hinzufügen'; +$a->strings['Current Entries in the channel list'] = 'Aktuelle Einträge in der Kanalliste'; +$a->strings['Delete entry from the channel list'] = 'Eintrag aus der Kanalliste löschen'; +$a->strings['Delete entry from the channel list?'] = 'Eintrag aus der Kanalliste löschen?'; $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['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Built-in support for %s connectivity is enabled'] = 'Eingebaute Unterstützung für die Verbindung zu %s ist aktiviert.'; @@ -2432,7 +2604,6 @@ $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['Add'] = 'Hinzufügen'; $a->strings['No entries.'] = 'Keine Einträge.'; $a->strings['The theme you chose isn\'t available.'] = 'Das gewählte Theme ist nicht verfügbar'; $a->strings['%s - (Unsupported)'] = '%s - (Nicht unterstützt)'; @@ -2445,6 +2616,7 @@ $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['Theme settings'] = 'Theme-Einstellungen'; +$a->strings['Timelines'] = 'Timelines'; $a->strings['Display Theme:'] = 'Theme:'; $a->strings['Mobile Theme:'] = 'Mobiles Theme'; $a->strings['Number of items to display per page:'] = 'Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: '; @@ -2464,14 +2636,22 @@ $a->strings['Display the resharer'] = 'Teilenden anzeigen'; $a->strings['Display the first resharer as icon and text on a reshared item.'] = 'Zeige das Profilbild des ersten Kontakts von dem ein Beitrag geteilt wurde.'; $a->strings['Stay local'] = 'Bleib lokal'; $a->strings['Don\'t go to a remote system when following a contact link.'] = 'Gehe nicht zu einem Remote-System, wenn einem Kontaktlink gefolgt wird'; +$a->strings['Show the post deletion checkbox'] = 'Die Checkbox zum Löschen von Beiträgen anzeigen'; +$a->strings['Display the checkbox for the post deletion on the network page.'] = 'Zeigt die Checkbox für das Löschen von Beiträgen auf der Netzwerkseite an.'; +$a->strings['DIsplay the event list'] = 'Anzeige der der anstehenden Ereignisse'; +$a->strings['Display the birthday reminder and event list on the network page.'] = 'Zeigt die Geburtstagserinnerungen und die anstehenden Veranstaltungen auf der Netzwerkseite an.'; $a->strings['Link preview mode'] = 'Vorschau Modus für Links'; $a->strings['Appearance of the link preview that is added to each post with a link.'] = 'Aussehen der Linkvorschau, die zu jedem Beitrag mit einem Link hinzugefügt wird.'; +$a->strings['Bookmark'] = 'Lesezeichen'; +$a->strings['Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'] = 'Aktiviere die Timelines, die Sie im Kanäle-Widget sehen möchten. Setze ein Lesezeichen für Timelines, die du im oberen Menü sehen willst.'; +$a->strings['Channel languages:'] = 'Channel Spachen:'; +$a->strings['Select all languages that you want to see in your channels.'] = 'Wähle alle Sprachen aus, die du in deinen Kanälen sehen willst.'; $a->strings['Beginning of week:'] = 'Wochenbeginn:'; $a->strings['Default calendar view:'] = 'Standard-Kalenderansicht:'; $a->strings['Additional Features'] = 'Zusätzliche Features'; $a->strings['Connected Apps'] = 'Verbundene Programme'; $a->strings['Remove authorization'] = 'Autorisierung entziehen'; -$a->strings['Profile Name is required.'] = 'Profilname ist erforderlich.'; +$a->strings['Display Name is required.'] = 'Der Anzeigename ist erforderlich.'; $a->strings['Profile couldn\'t be updated.'] = 'Das Profil konnte nicht aktualisiert werden.'; $a->strings['Label:'] = 'Bezeichnung:'; $a->strings['Value:'] = 'Wert:'; @@ -2488,7 +2668,16 @@ $a->strings['Location'] = 'Wohnort'; $a->strings['Miscellaneous'] = 'Verschiedenes'; $a->strings['Custom Profile Fields'] = 'Benutzerdefinierte Profilfelder'; $a->strings['Upload Profile Photo'] = 'Profilbild hochladen'; -$a->strings['Display name:'] = 'Anzeigename:'; +$a->strings['

    Custom fields appear on your profile page.

    +

    You can use BBCodes in the field values.

    +

    Reorder by dragging the field title.

    +

    Empty the label field to remove a custom field.

    +

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    '] = '

    Die benutzerdefinierten Felder erscheinen auf deiner Profil-Seite

    . + +

    BBCode kann verwendet werden

    +

    Die Reihenfolge der Felder kann durch Ziehen des Feld-Titels mit der Maus angepasst werden.

    +

    Wird die Bezeichnung des Felds geleert, wird das Feld beim Speichern aus dem Profil entfernt.

    +

    Nicht öffentliche Felder können nur von den ausgewählten Friendica Circles gesehen werden.

    '; $a->strings['Street Address:'] = 'Adresse:'; $a->strings['Locality/City:'] = 'Wohnort:'; $a->strings['Region/State:'] = 'Region/Bundesstaat:'; @@ -2503,16 +2692,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    '] = '

    Die benutzerdefinierten Felder erscheinen auf deiner Profil-Seite

    . - -

    BBCode kann verwendet werden

    -

    Die Reihenfolge der Felder kann durch Ziehen des Feld-Titels mit der Maus angepasst werden.

    -

    Wird die Bezeichnung des Felds geleert, wird das Feld beim Speichern aus dem Profil entfernt.

    -

    Nicht öffentliche Felder können nur von den ausgewählten Friendica Circles gesehen werden.

    '; $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'; @@ -2529,14 +2708,24 @@ $a->strings['Upload Picture:'] = 'Bild hochladen'; $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['There was a validation error, please make sure you\'re logged in with the account you want to remove and try again.'] = 'Es gab einen Überprüfungsfehler. Bitte vergewisser dich, dass du mit dem Konto, das du entfernen möchtest angemeldet bist, und versuche es erneut.'; +$a->strings['If this error persists, please contact your administrator.'] = 'Wenn dieser Fehler weiterhin besteht, wende dich bitte an den Administrator deiner Instanz.'; $a->strings['[Friendica System Notify]'] = '[Friendica-Systembenachrichtigung]'; $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['Your user account has been successfully removed. Bye bye!'] = 'Dein Nutzeraccount wurde erfolgreich entfernt. Bye bye!'; +$a->strings['Your account has been successfully removed. Bye bye!'] = 'Ihr Konto wurde erfolgreich gelöscht. Auf Wiedersehen!'; $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['Do you want to ignore this server?'] = 'Möchtest du diese Instanz ignorieren?'; +$a->strings['Do you want to unignore this server?'] = 'Möchtest du diese Instanz nicht mehr ignorieren?'; +$a->strings['Remote server settings'] = 'Einstellungen der Remote-Instanz'; +$a->strings['Server URL'] = 'Server URL'; +$a->strings['Settings saved'] = 'Einstellungen gespeichert'; +$a->strings['Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page.'] = 'Hier findest du alle Entfernten-Server, gegen die du individuelle Moderationsmaßnahmen ergriffen hast. Eine Liste der Server, die deine Instanz blockiert hat, findest du auf der Informationseite .'; +$a->strings['Delete all your settings for the remote server'] = 'Lösche alle deine Einstellungen für die Entfernte-Instanz'; +$a->strings['Save changes'] = 'Einstellungen speichern'; $a->strings['Please enter your password to access this page.'] = 'Bitte gib dein 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.'; @@ -2546,7 +2735,6 @@ $a->strings['App-specific password successfully revoked.'] = 'App spezifisches P $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'; @@ -2631,22 +2819,14 @@ $a->strings['Export all'] = 'Alles exportieren'; $a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = '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 (Photos 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['Not Found'] = 'Nicht gefunden'; -$a->strings['

    Unfortunately, the requested conversation isn\'t available to you.

    -

    Possible reasons include:

    -
      -
    • The top-level post isn\'t visible.
    • -
    • The top-level post was deleted.
    • -
    • The node has blocked the top-level author or the author of the shared post.
    • -
    • You have ignored or blocked the top-level author or the author of the shared post.
    • -
    '] = '

    Leider ist die gewünschte Konversation für Sie nicht verfügbar.

    -

    Mögliche Gründe sind::

    -
      -
    • Der Beitrag der obersten Ebene ist nicht sichtbar,
    • -
    • Der Beitrag der obersten Ebene wurde gelöscht.
    • -
    • Die Instanz hat den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags blockiert.
    • -
    • Sie haben den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags ignoriert oder blockiert.
    • -
    '; +$a->strings['The top-level post isn\'t visible.'] = 'Der Beitrag der obersten Ebene ist nicht sichtbar.'; +$a->strings['The top-level post was deleted.'] = 'Der Beitrag auf der obersten Ebene wurde gelöscht.'; +$a->strings['This node has blocked the top-level author or the author of the shared post.'] = 'Diese Instanz hat den Top-Level-Autor oder den Autor des freigegebenen Beitrags gesperrt.'; +$a->strings['You have ignored or blocked the top-level author or the author of the shared post.'] = 'Du hast den Autor der obersten Ebene oder den Autor des freigegebenen Beitrags ignoriert oder blockiert.'; +$a->strings['You have ignored the top-level author\'s server or the shared post author\'s server.'] = 'Du hast die Instanz des übergeordneten Autors oder die Instanz des Autors des freigegebenen Beitrags ignoriert.'; +$a->strings['Conversation Not Found'] = 'Konversation nicht gefunden'; +$a->strings['Unfortunately, the requested conversation isn\'t available to you.'] = 'Leider ist die gewünschte Konversation für dich nicht verfügbar.'; +$a->strings['Possible reasons include:'] = 'Mögliche Gründe sind:'; $a->strings['Stack trace:'] = 'Stack trace:'; $a->strings['Exception thrown in %s:%d'] = 'Exception thrown in %s:%d'; $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. @@ -2656,6 +2836,12 @@ $a->strings['At any point in time a logged in user can export their account data $a->strings['Privacy Statement'] = 'Datenschutzerklärung'; $a->strings['Rules'] = 'Regeln'; $a->strings['Parameter uri_id is missing.'] = 'Der Parameter uri_id fehlt.'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Der angeforderte Beitrag existiert nicht oder wurde gelöscht.'; +$a->strings['You are now logged in as %s'] = 'Du bist jetzt als %s angemeldet'; +$a->strings['Switch between your accounts'] = 'Wechsle deine Konten'; +$a->strings['Manage your accounts'] = 'Verwalte deine Konten'; +$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['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.'; @@ -2698,7 +2884,7 @@ $a->strings['Finding New People'] = 'Neue Leute kennenlernen'; $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.'] = 'Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Personen zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Leute vorschlagen. Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.'; $a->strings['Add Your Contacts To Circle'] = 'Kontakte zum Circle hinzufügen'; -$a->strings['Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page.'] = 'Sobald Sie einige Freunde gefunden haben, können Sie diese in der Seitenleiste Ihrer Kontaktseite in private Circles einteilen und dann mit jedem Circle auf Ihrer Netzwerkseite privat interagieren.'; +$a->strings['Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page.'] = 'Sobald du einige Freunde gefunden hast, kannst du diese in der Seitenleiste deiner Kontaktseite in private Circles einteilen und dann mit jedem Circle auf deiner Netzwerkseite privat interagieren.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Warum sind meine Beiträge nicht öffentlich?'; $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 respektiert Deine Privatsphäre. Mit der Grundeinstellung werden Deine Beiträge ausschließlich Deinen Kontakten angezeigt. Für weitere Informationen diesbezüglich lies dir bitte den entsprechenden Abschnitt in der Hilfe unter dem obigen Link durch.'; $a->strings['Getting Help'] = 'Hilfe bekommen'; @@ -2782,9 +2968,9 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $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: %s +$a->strings['Display Name: %s Site Location: %s -Login Name: %s (%s)'] = 'Kompletter Name: %s +Login Name: %s (%s)'] = 'Anzeigename: %s URL der Seite: %s Login Name: %s(%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Bitte besuche %s, um die Anfrage zu bearbeiten.'; @@ -2811,6 +2997,7 @@ $a->strings['Remove locally'] = 'Lokal entfernen'; $a->strings['Block %s'] = 'Blockiere %s'; $a->strings['Ignore %s'] = 'Ignoriere %s'; $a->strings['Collapse %s'] = 'Verberge %s'; +$a->strings['Report post'] = 'Beitrag melden'; $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'; @@ -2837,6 +3024,9 @@ $a->strings['Comment this item on your system'] = 'Kommentiere diesen Beitrag vo $a->strings['Remote comment'] = 'Entfernter Kommentar'; $a->strings['Share via ...'] = 'Teile mit...'; $a->strings['Share via external services'] = 'Teile mit einem externen Dienst'; +$a->strings['Unknown parent'] = 'Unbekannter Ursprungsbeitrag'; +$a->strings['in reply to %s'] = 'Als Antwort auf %s'; +$a->strings['Parent is probably private or not federated.'] = 'Der Urspungsbeitrag ist wahrscheinlich privat oder nicht föderiert.'; $a->strings['to'] = 'zu'; $a->strings['via'] = 'via'; $a->strings['Wall-to-Wall'] = 'Wall-to-Wall'; @@ -2856,12 +3046,16 @@ $a->strings['Show more'] = 'Zeige mehr'; $a->strings['Show fewer'] = 'Zeige weniger'; $a->strings['Reshared by: %s'] = 'Geteilt von: %s'; $a->strings['Viewed by: %s'] = 'Gesehen von: %s'; +$a->strings['Read by: %s'] = 'Gelesen von: %s'; $a->strings['Liked by: %s'] = 'Diese Menschen mögen das: %s'; $a->strings['Disliked by: %s'] = 'Unbeliebt bei: %s'; $a->strings['Attended by: %s'] = 'Besucht von: %s'; $a->strings['Maybe attended by: %s'] = 'Vielleicht besucht von: %s'; $a->strings['Not attended by: %s'] = 'Nicht besucht von: %s'; +$a->strings['Commented by: %s'] = 'Kommentiert von: %s'; $a->strings['Reacted with %s by: %s'] = 'Reagierte mit %s von: %s'; +$a->strings['Quote shared by: %s'] = 'Zitat geteilt von: %s'; +$a->strings['Chat'] = 'Chat'; $a->strings['(no subject)'] = '(kein Betreff)'; $a->strings['%s is now following %s.'] = '%s folgt nun %s'; $a->strings['following'] = 'folgen'; diff --git a/view/lang/en-gb/messages.po b/view/lang/en-gb/messages.po index 1e6e967dfd..0a3330af76 100644 --- a/view/lang/en-gb/messages.po +++ b/view/lang/en-gb/messages.po @@ -1,529 +1,91 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2022, the Friendica project +# Copyright (C) 2010-2023, the Friendica project # This file is distributed under the same license as the Friendica package. # # Translators: # Andy H3 , 2017-2021 +# Hypolite Petovan , 2023 +# Josh Soref, 2023 # Kris, 2018 # Steffen K9, 2019,2021 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-24 23:21-0400\n" -"PO-Revision-Date: 2021-10-27 06:35+0000\n" -"Last-Translator: Andy H3 \n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" +"POT-Creation-Date: 2023-10-15 13:49+0000\n" +"PO-Revision-Date: 2011-05-05 10:19+0000\n" +"Last-Translator: Hypolite Petovan , 2023\n" +"Language-Team: English (United Kingdom) (http://app.transifex.com/Friendica/friendica/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/api.php:1113 src/Module/BaseApi.php:294 -#, 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:1127 src/Module/BaseApi.php:310 -#, 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] "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:1141 src/Module/BaseApi.php:326 -#, 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." - -#: mod/api.php:30 mod/editpost.php:38 mod/events.php:220 mod/follow.php:56 -#: mod/follow.php:130 mod/item.php:185 mod/item.php:190 mod/item.php:936 -#: mod/message.php:69 mod/message.php:111 mod/notes.php:44 -#: mod/ostatus_subscribe.php:32 mod/photos.php:160 mod/photos.php:900 -#: mod/repair_ostatus.php:31 mod/settings.php:47 mod/settings.php:57 -#: mod/settings.php:409 mod/suggest.php:34 mod/uimport.php:33 -#: mod/unfollow.php:35 mod/unfollow.php:50 mod/unfollow.php:82 -#: mod/wall_attach.php:68 mod/wall_attach.php:71 mod/wall_upload.php:90 -#: mod/wall_upload.php:93 mod/wallmessage.php:36 mod/wallmessage.php:55 -#: mod/wallmessage.php:89 mod/wallmessage.php:109 src/Module/Attach.php:55 -#: src/Module/BaseApi.php:79 src/Module/BaseApi.php:88 -#: src/Module/BaseApi.php:97 src/Module/BaseApi.php:106 -#: src/Module/BaseNotifications.php:88 src/Module/Contact.php:328 -#: src/Module/Contact/Advanced.php:44 src/Module/Delegation.php:118 -#: src/Module/FollowConfirm.php:17 src/Module/FriendSuggest.php:44 -#: src/Module/Group.php:45 src/Module/Group.php:90 src/Module/Invite.php:41 -#: src/Module/Invite.php:130 src/Module/Notifications/Notification.php:48 -#: src/Module/Notifications/Notification.php:79 -#: src/Module/Profile/Common.php:56 src/Module/Profile/Contacts.php:56 -#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 -#: src/Module/Register.php:64 src/Module/Register.php:77 -#: src/Module/Register.php:195 src/Module/Register.php:234 -#: src/Module/Search/Directory.php:38 src/Module/Settings/Delegation.php:42 -#: src/Module/Settings/Delegation.php:70 src/Module/Settings/Display.php:43 -#: src/Module/Settings/Display.php:121 -#: src/Module/Settings/Profile/Photo/Crop.php:166 -#: src/Module/Settings/Profile/Photo/Index.php:112 -#: src/Module/Settings/UserExport.php:58 src/Module/Settings/UserExport.php:93 -#: src/Module/Settings/UserExport.php:198 -#: src/Module/Settings/UserExport.php:218 -#: src/Module/Settings/UserExport.php:283 -msgid "Permission denied." -msgstr "Permission denied." - -#: mod/cal.php:44 mod/cal.php:48 mod/follow.php:39 mod/redir.php:34 -#: mod/redir.php:175 src/Module/Conversation/Community.php:182 -#: src/Module/Debug/ItemBody.php:37 src/Module/Diaspora/Receive.php:51 -#: src/Module/Item/Follow.php:42 src/Module/Item/Ignore.php:41 -#: src/Module/Item/Pin.php:42 src/Module/Item/Pin.php:57 -#: src/Module/Item/Star.php:43 -msgid "Access denied." -msgstr "Access denied." - -#: mod/cal.php:61 mod/cal.php:78 mod/photos.php:69 mod/photos.php:140 -#: mod/photos.php:807 src/Model/Profile.php:229 src/Module/HCard.php:52 -#: src/Module/Profile/Common.php:41 src/Module/Profile/Common.php:52 -#: src/Module/Profile/Contacts.php:40 src/Module/Profile/Contacts.php:50 -#: src/Module/Profile/Media.php:38 src/Module/Profile/Status.php:58 -#: src/Module/Register.php:256 src/Module/RemoteFollow.php:49 -msgid "User not found." -msgstr "User not found." - -#: mod/cal.php:120 mod/display.php:270 src/Module/Profile/Profile.php:94 -#: src/Module/Profile/Profile.php:109 src/Module/Profile/Status.php:109 -#: src/Module/Update/Profile.php:56 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:242 mod/events.php:377 src/Content/Nav.php:194 -#: src/Content/Nav.php:258 src/Module/BaseProfile.php:84 -#: src/Module/BaseProfile.php:95 view/theme/frio/theme.php:229 -#: view/theme/frio/theme.php:233 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:243 mod/events.php:378 -msgid "View" -msgstr "View" - -#: mod/cal.php:244 mod/events.php:380 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:245 mod/events.php:381 src/Module/Install.php:207 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:248 mod/events.php:386 src/Model/Event.php:457 -msgid "today" -msgstr "today" - -#: mod/cal.php:249 mod/events.php:387 src/Model/Event.php:458 -#: src/Util/Temporal.php:334 -msgid "month" -msgstr "month" - -#: mod/cal.php:250 mod/events.php:388 src/Model/Event.php:459 -#: src/Util/Temporal.php:335 -msgid "week" -msgstr "week" - -#: mod/cal.php:251 mod/events.php:389 src/Model/Event.php:460 -#: src/Util/Temporal.php:336 -msgid "day" -msgstr "day" - -#: mod/cal.php:252 mod/events.php:390 -msgid "list" -msgstr "List" - -#: mod/cal.php:265 src/Console/User.php:182 src/Model/User.php:680 -#: src/Module/Admin/Users/Active.php:73 src/Module/Admin/Users/Blocked.php:74 -#: src/Module/Admin/Users/Index.php:80 src/Module/Admin/Users/Pending.php:71 -#: src/Module/Api/Twitter/ContactEndpoint.php:71 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:274 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:276 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:293 -msgid "calendar" -msgstr "calendar" - -#: mod/display.php:165 mod/photos.php:811 -#: src/Module/Conversation/Community.php:176 src/Module/Debug/Probe.php:39 -#: src/Module/Debug/WebFinger.php:38 src/Module/Directory.php:49 -#: src/Module/Search/Index.php:50 src/Module/Search/Index.php:55 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/display.php:221 mod/display.php:295 -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:375 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - -#: mod/editpost.php:45 mod/editpost.php:55 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:64 -msgid "Edit post" -msgstr "Edit post" - -#: mod/editpost.php:91 mod/notes.php:56 src/Content/Text/HTML.php:885 -#: src/Module/Admin/Storage.php:143 src/Module/Filer/SaveTag.php:69 -msgid "Save" -msgstr "Save" - -#: mod/editpost.php:92 mod/photos.php:1347 src/Content/Conversation.php:326 -#: src/Module/Contact/Poke.php:157 src/Object/Post.php:964 -msgid "Loading..." -msgstr "Loading..." - -#: mod/editpost.php:93 mod/message.php:198 mod/message.php:355 -#: mod/wallmessage.php:139 src/Content/Conversation.php:327 -msgid "Upload photo" -msgstr "Upload photo" - -#: mod/editpost.php:94 src/Content/Conversation.php:328 -msgid "upload photo" -msgstr "upload photo" - -#: mod/editpost.php:95 src/Content/Conversation.php:329 -msgid "Attach file" -msgstr "Attach file" - -#: mod/editpost.php:96 src/Content/Conversation.php:330 -msgid "attach file" -msgstr "attach file" - -#: mod/editpost.php:97 mod/message.php:199 mod/message.php:356 -#: mod/wallmessage.php:140 -msgid "Insert web link" -msgstr "Insert web link" - -#: mod/editpost.php:98 -msgid "web link" -msgstr "web link" - -#: mod/editpost.php:99 -msgid "Insert video link" -msgstr "Insert video link" - -#: mod/editpost.php:100 -msgid "video link" -msgstr "video link" - -#: mod/editpost.php:101 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: mod/editpost.php:102 -msgid "audio link" -msgstr "audio link" - -#: mod/editpost.php:103 src/Content/Conversation.php:340 -#: src/Module/Item/Compose.php:161 -msgid "Set your location" -msgstr "Set your location" - -#: mod/editpost.php:104 src/Content/Conversation.php:341 -msgid "set location" -msgstr "set location" - -#: mod/editpost.php:105 src/Content/Conversation.php:342 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: mod/editpost.php:106 src/Content/Conversation.php:343 -msgid "clear location" -msgstr "clear location" - -#: mod/editpost.php:107 mod/message.php:200 mod/message.php:358 -#: mod/photos.php:1498 mod/wallmessage.php:141 -#: src/Content/Conversation.php:355 src/Content/Conversation.php:689 -#: src/Module/Item/Compose.php:165 src/Object/Post.php:502 -msgid "Please wait" -msgstr "Please wait" - -#: mod/editpost.php:108 src/Content/Conversation.php:356 -msgid "Permission settings" -msgstr "Permission settings" - -#: mod/editpost.php:116 src/Core/ACL.php:325 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: mod/editpost.php:117 src/Content/Conversation.php:366 -msgid "Public post" -msgstr "Public post" - -#: mod/editpost.php:120 src/Content/Conversation.php:345 -#: src/Module/Item/Compose.php:166 -msgid "Set title" -msgstr "Set title" - -#: mod/editpost.php:122 src/Content/Conversation.php:347 -#: src/Module/Item/Compose.php:167 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: mod/editpost.php:123 src/Core/ACL.php:326 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: mod/editpost.php:128 mod/events.php:517 mod/photos.php:1346 -#: mod/photos.php:1402 mod/photos.php:1476 src/Content/Conversation.php:370 -#: src/Module/Item/Compose.php:160 src/Object/Post.php:974 -msgid "Preview" -msgstr "Preview" - -#: mod/editpost.php:130 mod/fbrowser.php:100 mod/fbrowser.php:127 -#: mod/follow.php:144 mod/photos.php:1013 mod/photos.php:1114 mod/tagrm.php:37 -#: mod/tagrm.php:129 mod/unfollow.php:97 src/Content/Conversation.php:373 -#: src/Module/Contact/Revoke.php:99 src/Module/RemoteFollow.php:116 -msgid "Cancel" -msgstr "Cancel" - -#: mod/editpost.php:134 src/Content/Conversation.php:380 -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:460 -#: src/Module/Admin/Logs/View.php:92 -msgid "Message" -msgstr "Message" - -#: mod/editpost.php:135 src/Content/Conversation.php:381 -#: src/Module/Settings/TwoFactor/Trusted.php:101 -msgid "Browser" -msgstr "Browser" - -#: mod/editpost.php:136 mod/events.php:522 mod/photos.php:948 -#: mod/photos.php:1300 src/Content/Conversation.php:357 -msgid "Permissions" -msgstr "Permissions" - -#: mod/editpost.php:138 src/Content/Conversation.php:383 -msgid "Open Compose page" -msgstr "Open Compose page" - -#: mod/events.php:123 mod/events.php:125 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:132 mod/events.php:134 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:379 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:478 src/Module/Admin/Logs/View.php:96 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:479 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:480 mod/events.php:485 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:480 mod/events.php:510 -#: src/Module/Admin/Blocklist/Server.php:79 -#: src/Module/Admin/Blocklist/Server.php:80 -#: src/Module/Admin/Blocklist/Server.php:99 -#: src/Module/Admin/Blocklist/Server.php:100 -#: src/Module/Admin/Item/Delete.php:70 src/Module/Debug/Probe.php:61 -#: src/Module/Install.php:200 src/Module/Install.php:233 -#: src/Module/Install.php:238 src/Module/Install.php:257 -#: src/Module/Install.php:268 src/Module/Install.php:273 -#: src/Module/Install.php:279 src/Module/Install.php:284 -#: src/Module/Install.php:298 src/Module/Install.php:313 -#: src/Module/Install.php:340 src/Module/Register.php:137 -#: src/Module/Security/TwoFactor/Verify.php:100 -#: src/Module/Settings/TwoFactor/Index.php:133 -#: src/Module/Settings/TwoFactor/Verify.php:141 -msgid "Required" -msgstr "Required" - -#: mod/events.php:493 mod/events.php:516 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:495 mod/events.php:500 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:506 src/Module/Profile/Profile.php:172 -#: src/Module/Settings/Profile/Index.php:239 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:508 src/Content/Widget/VCard.php:98 src/Model/Event.php:80 -#: src/Model/Event.php:107 src/Model/Event.php:466 src/Model/Event.php:915 -#: src/Model/Profile.php:368 src/Module/Contact.php:565 -#: src/Module/Directory.php:150 src/Module/Notifications/Introductions.php:165 -#: src/Module/Profile/Profile.php:194 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:510 mod/events.php:512 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:513 mod/events.php:514 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:519 mod/message.php:201 mod/message.php:357 -#: mod/photos.php:930 mod/photos.php:1034 mod/photos.php:1304 -#: mod/photos.php:1345 mod/photos.php:1401 mod/photos.php:1475 -#: src/Module/Admin/Item/Source.php:65 src/Module/Contact.php:523 -#: src/Module/Contact/Advanced.php:133 src/Module/Contact/Poke.php:158 -#: src/Module/Debug/ActivityPubConversion.php:141 -#: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 -#: src/Module/Debug/Probe.php:56 src/Module/Debug/WebFinger.php:53 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:128 -#: src/Module/Install.php:245 src/Module/Install.php:287 -#: src/Module/Install.php:324 src/Module/Invite.php:177 -#: src/Module/Item/Compose.php:150 src/Module/Profile/Profile.php:247 -#: src/Module/Settings/Profile/Index.php:223 src/Object/Post.php:963 -#: view/theme/duepuntozero/config.php:69 view/theme/frio/config.php:160 -#: view/theme/quattro/config.php:71 view/theme/vier/config.php:119 -msgid "Submit" -msgstr "Submit" - -#: mod/events.php:520 src/Module/Profile/Profile.php:248 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:521 src/Module/Admin/Site.php:507 src/Module/Contact.php:863 -#: src/Module/Profile/Profile.php:249 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:538 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/fbrowser.php:43 src/Content/Nav.php:192 src/Module/BaseProfile.php:64 -#: view/theme/frio/theme.php:227 -msgid "Photos" -msgstr "Photos" - -#: mod/fbrowser.php:102 mod/fbrowser.php:129 -#: src/Module/Settings/Profile/Photo/Index.php:129 -msgid "Upload" -msgstr "Upload" - -#: mod/fbrowser.php:124 -msgid "Files" -msgstr "Files" - -#: mod/follow.php:74 mod/unfollow.php:96 src/Module/RemoteFollow.php:115 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/follow.php:84 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:100 -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:108 -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:113 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:138 src/Content/Item.php:463 src/Content/Widget.php:76 -#: src/Model/Contact.php:1072 src/Model/Contact.php:1084 -#: view/theme/vier/theme.php:172 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: mod/follow.php:139 src/Module/RemoteFollow.php:114 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/follow.php:140 mod/unfollow.php:94 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/follow.php:141 mod/unfollow.php:100 -#: src/Module/Admin/Blocklist/Contact.php:116 src/Module/Contact.php:561 -#: src/Module/Notifications/Introductions.php:107 -#: src/Module/Notifications/Introductions.php:176 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:142 src/Module/Contact.php:573 -#: src/Module/Notifications/Introductions.php:169 -#: src/Module/Profile/Profile.php:207 -msgid "Tags:" -msgstr "Tags:" - -#: mod/follow.php:153 -#, php-format -msgid "%s knows you" -msgstr "%s knows you" - -#: mod/follow.php:154 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/follow.php:163 mod/unfollow.php:109 src/Module/BaseProfile.php:59 -#: src/Module/Contact.php:833 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/follow.php:191 -msgid "The contact could not be added." -msgstr "Contact could not be added." - -#: mod/item.php:135 mod/item.php:139 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Unable to locate original post." -#: mod/item.php:341 mod/item.php:346 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:742 +#: mod/item.php:138 msgid "Post updated." msgstr "Post updated." -#: mod/item.php:752 mod/item.php:757 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "Item wasn't stored." -#: mod/item.php:768 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "Item couldn't be fetched." -#: mod/item.php:914 src/Module/Admin/Themes/Details.php:39 -#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:41 -#: src/Module/Debug/ItemBody.php:56 +#: mod/item.php:255 mod/item.php:259 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 +#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 +#: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Item not found." +#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 +#: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 +#: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 +#: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 +#: src/Module/Notifications/Notification.php:107 +#: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 +#: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 +#: src/Module/Profile/Contacts.php:78 src/Module/Profile/Photos.php:92 +#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 +#: src/Module/Profile/UnkMail.php:69 src/Module/Profile/UnkMail.php:121 +#: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 +#: src/Module/Register.php:90 src/Module/Register.php:206 +#: src/Module/Register.php:245 src/Module/Search/Directory.php:37 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:193 +#: src/Module/Settings/Profile/Photo/Crop.php:165 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/UserExport.php:114 +#: src/Module/Settings/UserExport.php:215 +#: src/Module/Settings/UserExport.php:235 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 +msgid "Permission denied." +msgstr "Permission denied." + #: mod/lostpass.php:40 msgid "No valid account found." msgstr "No valid account found." @@ -590,7 +152,7 @@ msgid "" "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:130 src/Module/Security/Login.php:148 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Nickname or email: " @@ -598,7 +160,7 @@ msgstr "Nickname or email: " msgid "Reset" msgstr "Reset" -#: mod/lostpass.php:146 src/Module/Security/Login.php:160 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Forgotten password?" @@ -658,23 +220,11 @@ msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s msgid "Your password has been changed at %s" msgstr "Your password has been changed at %s" -#: mod/match.php:62 -msgid "No keywords to match. Please add keywords to your profile." -msgstr "No keywords to match. Please add keywords to your profile." - -#: mod/match.php:93 src/Module/BaseSearch.php:117 -msgid "No matches" -msgstr "No matches" - -#: mod/match.php:98 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/message.php:46 mod/message.php:126 src/Content/Nav.php:286 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "New Message" -#: mod/message.php:83 mod/wallmessage.php:69 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "No recipient selected." @@ -682,62 +232,103 @@ msgstr "No recipient selected." msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:90 mod/wallmessage.php:75 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Message could not be sent." -#: mod/message.php:93 mod/wallmessage.php:78 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Message collection failure." -#: mod/message.php:120 src/Module/Notifications/Introductions.php:113 -#: src/Module/Notifications/Introductions.php:148 -#: src/Module/Notifications/Notification.php:57 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 +#: src/Module/Notifications/Introductions.php:170 +#: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Discard" -#: mod/message.php:133 src/Content/Nav.php:283 view/theme/frio/theme.php:234 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Messages" -#: mod/message.php:146 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Conversation not found." -#: mod/message.php:151 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Message was not deleted." -#: mod/message.php:166 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Conversation was not removed." -#: mod/message.php:180 mod/message.php:286 mod/wallmessage.php:123 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Please enter a link URL:" -#: mod/message.php:189 mod/wallmessage.php:128 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Send private message" -#: mod/message.php:190 mod/message.php:347 mod/wallmessage.php:130 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "To:" -#: mod/message.php:191 mod/message.php:348 mod/wallmessage.php:131 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Subject:" -#: mod/message.php:195 mod/message.php:351 mod/wallmessage.php:137 -#: src/Module/Invite.php:170 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Your message:" -#: mod/message.php:222 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: src/Module/Post/Edit.php:131 +msgid "Upload photo" +msgstr "Upload photo" + +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:587 +msgid "Please wait" +msgstr "Please wait" + +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 +#: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 +#: src/Module/Contact/Profile.php:364 +#: src/Module/Debug/ActivityPubConversion.php:140 +#: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 +#: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1106 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 +msgid "Submit" +msgstr "Submit" + +#: mod/message.php:223 msgid "No messages." msgstr "No messages." -#: mod/message.php:278 +#: mod/message.php:279 msgid "Message not available." msgstr "Message not available." @@ -745,11 +336,11 @@ msgstr "Message not available." msgid "Delete message" msgstr "Delete message" -#: mod/message.php:325 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:340 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Delete conversation" @@ -759,1407 +350,482 @@ msgid "" "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:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Send reply" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Unknown sender - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Me and %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s and me" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/notes.php:51 src/Module/BaseProfile.php:106 +#: mod/notes.php:52 src/Module/BaseProfile.php:108 msgid "Personal Notes" msgstr "Personal notes" -#: mod/notes.php:55 +#: mod/notes.php:56 msgid "Personal notes are visible only by yourself." msgstr "Personal notes are visible only to you." -#: mod/ostatus_subscribe.php:37 -msgid "Subscribing to contacts" -msgstr "Subscribing to contacts" +#: mod/notes.php:57 src/Content/Text/HTML.php:859 +#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:161 +msgid "Save" +msgstr "Save" -#: mod/ostatus_subscribe.php:47 -msgid "No contact provided." -msgstr "No contact provided." +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:232 +#: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 +#: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 +#: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 +#: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 +#: src/Module/Register.php:267 +msgid "User not found." +msgstr "User not found." -#: mod/ostatus_subscribe.php:53 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:64 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:70 mod/ostatus_subscribe.php:81 -msgid "Couldn't fetch following contacts." -msgstr "Couldn't fetch following contacts." - -#: mod/ostatus_subscribe.php:76 -msgid "Couldn't fetch remote profile." -msgstr "Couldn't fetch remote profile." - -#: mod/ostatus_subscribe.php:86 -msgid "Unsupported network" -msgstr "Unsupported network" - -#: mod/ostatus_subscribe.php:102 mod/repair_ostatus.php:51 -msgid "Done" -msgstr "Done" - -#: mod/ostatus_subscribe.php:116 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:118 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:121 -msgid "ignored" -msgstr "Ignored" - -#: mod/ostatus_subscribe.php:126 mod/repair_ostatus.php:57 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." - -#: mod/photos.php:108 src/Module/BaseProfile.php:67 +#: mod/photos.php:106 src/Module/BaseProfile.php:68 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:109 mod/photos.php:1593 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:111 mod/photos.php:1082 mod/photos.php:1595 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:129 src/Module/BaseSettings.php:37 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "everybody" -#: mod/photos.php:167 +#: mod/photos.php:159 msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:196 +#: mod/photos.php:188 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:250 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album successfully deleted" -#: mod/photos.php:252 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Album was empty." -#: mod/photos.php:284 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Failed to delete the photo." -#: mod/photos.php:559 +#: mod/photos.php:545 msgid "a photo" msgstr "a photo" -#: mod/photos.php:559 +#: mod/photos.php:545 #, 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:642 mod/photos.php:645 mod/photos.php:672 -#: mod/wall_upload.php:207 src/Module/Settings/Profile/Photo/Index.php:60 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 +#: src/Module/Search/Index.php:65 +msgid "Public access denied." +msgstr "Public access denied." -#: mod/photos.php:648 -msgid "Image upload didn't complete, please try again" -msgstr "Image upload didn't complete, please try again" - -#: mod/photos.php:651 -msgid "Image file is missing" -msgstr "Image file is missing" - -#: mod/photos.php:656 -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:680 -msgid "Image file is empty." -msgstr "Image file is empty." - -#: mod/photos.php:695 mod/wall_upload.php:166 -#: src/Module/Settings/Profile/Photo/Index.php:69 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/photos.php:724 mod/wall_upload.php:232 -#: src/Module/Settings/Profile/Photo/Index.php:96 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/photos.php:816 +#: mod/photos.php:587 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:885 -msgid "Access to this item is restricted." -msgstr "Access to this item is restricted." +#: mod/photos.php:721 +#, php-format +msgid "The maximum accepted image size is %s" +msgstr "" -#: mod/photos.php:940 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:944 mod/photos.php:1030 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:945 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "or select existing album:" -#: mod/photos.php:946 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1011 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:801 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:1012 mod/photos.php:1035 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:1039 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 +#: src/Module/Contact/Unfollow.php:126 +#: src/Module/Media/Attachment/Browser.php:77 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 +#: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 +#: src/Module/Security/TwoFactor/SignOut.php:125 +msgid "Cancel" +msgstr "Cancel" + +#: mod/photos.php:829 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1040 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Drop album" -#: mod/photos.php:1044 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1046 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1067 mod/photos.php:1578 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1100 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1102 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1112 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:1113 mod/photos.php:1305 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:1203 +#: mod/photos.php:1000 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1205 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1206 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Delete photo" -#: mod/photos.php:1207 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1214 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Private photo" -#: mod/photos.php:1220 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1273 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1276 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Select tags to remove]" -#: mod/photos.php:1291 +#: mod/photos.php:1088 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1292 +#: mod/photos.php:1089 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1293 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1293 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1294 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1295 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1296 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1342 mod/photos.php:1398 mod/photos.php:1472 -#: src/Module/Contact.php:993 src/Module/Item/Compose.php:148 -#: src/Object/Post.php:960 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1103 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1344 mod/photos.php:1400 mod/photos.php:1474 -#: src/Object/Post.php:496 src/Object/Post.php:962 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:581 +#: src/Object/Post.php:1105 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1433 src/Content/Conversation.php:615 -#: src/Object/Post.php:227 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1119 +msgid "Preview" +msgstr "Preview" + +#: mod/photos.php:1144 src/Content/Conversation.php:367 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1107 +msgid "Loading..." +msgstr "Loading..." + +#: mod/photos.php:1236 src/Content/Conversation.php:1464 +#: src/Object/Post.php:261 msgid "Select" msgstr "Select" -#: mod/photos.php:1434 mod/settings.php:563 src/Content/Conversation.php:616 -#: src/Module/Admin/Users/Active.php:139 -#: src/Module/Admin/Users/Blocked.php:140 src/Module/Admin/Users/Index.php:153 +#: mod/photos.php:1237 src/Content/Conversation.php:1465 +#: src/Module/Moderation/Users/Active.php:136 +#: src/Module/Moderation/Users/Blocked.php:136 +#: src/Module/Moderation/Users/Index.php:151 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Delete" -#: mod/photos.php:1495 src/Object/Post.php:349 +#: mod/photos.php:1298 src/Object/Post.php:409 msgid "Like" msgstr "Like" -#: mod/photos.php:1496 src/Object/Post.php:349 +#: mod/photos.php:1299 src/Object/Post.php:409 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1497 src/Object/Post.php:350 +#: mod/photos.php:1300 src/Object/Post.php:410 msgid "Dislike" msgstr "Dislike" -#: mod/photos.php:1499 src/Object/Post.php:350 +#: mod/photos.php:1302 src/Object/Post.php:410 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1521 +#: mod/photos.php:1324 msgid "Map" msgstr "Map" -#: mod/photos.php:1584 -msgid "View Album" -msgstr "View album" - -#: mod/ping.php:275 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:292 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/ping.php:305 -#, php-format -msgid "{0} and %d others requested registration" -msgstr "{0} and %d others requested registration" - -#: mod/redir.php:49 mod/redir.php:102 -msgid "Bad Request." -msgstr "Bad Request." - -#: mod/redir.php:55 mod/redir.php:129 src/Module/Contact/Advanced.php:54 -#: src/Module/Contact/Advanced.php:105 src/Module/Contact/Contacts.php:36 -#: src/Module/Contact/Media.php:43 src/Module/FriendSuggest.php:54 -#: src/Module/FriendSuggest.php:92 src/Module/Group.php:105 -msgid "Contact not found." -msgstr "Contact not found." - -#: mod/removeme.php:63 src/Navigation/Notifications/Repository/Notify.php:454 -msgid "[Friendica System Notify]" -msgstr "[Friendica System Notify]" - -#: mod/removeme.php:63 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:64 -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:65 -#, php-format -msgid "The user id is %d" -msgstr "The user id is %d" - -#: mod/removeme.php:99 mod/removeme.php:102 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:100 -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:101 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:36 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:46 src/Module/Debug/ActivityPubConversion.php:130 -#: src/Module/Debug/Babel.php:293 src/Module/Security/TwoFactor/Verify.php:97 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Error" -msgstr[1] "Errors" - -#: mod/settings.php:128 -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:157 -msgid "Contact CSV file upload error" -msgstr "Contact CSV file upload error" - -#: mod/settings.php:176 -msgid "Importing Contacts done" -msgstr "Importing contacts done" - -#: mod/settings.php:189 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been send to your contacts" - -#: mod/settings.php:201 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:209 src/Console/User.php:210 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:212 src/Console/User.php:213 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:215 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:303 -msgid "Please use a shorter name." -msgstr "Please use a shorter name." - -#: mod/settings.php:306 -msgid "Name too short." -msgstr "Name too short." - -#: mod/settings.php:313 -msgid "Wrong Password." -msgstr "Wrong password." - -#: mod/settings.php:318 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:324 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:365 -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:368 -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:387 -msgid "Settings were not updated." -msgstr "Settings were not updated." - -#: mod/settings.php:428 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:429 src/Module/Admin/Blocklist/Contact.php:106 -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Create.php:71 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 src/Module/Admin/Users/Pending.php:104 -#: src/Module/Contact/Advanced.php:135 -msgid "Name" -msgstr "Name:" - -#: mod/settings.php:430 src/Content/Nav.php:212 -msgid "Home Page" -msgstr "Home page" - -#: mod/settings.php:431 src/Module/Admin/Queue.php:78 -msgid "Created" -msgstr "Created" - -#: mod/settings.php:432 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:450 -msgid "Addon Settings" -msgstr "Addon settings" - -#: mod/settings.php:451 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:472 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:474 mod/settings.php:565 mod/settings.php:702 -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:82 src/Module/Admin/Site.php:502 -#: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:66 -#: src/Module/Settings/Delegation.php:170 src/Module/Settings/Display.php:194 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/settings.php:496 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "diaspora* (Socialhome, Hubzilla)" - -#: mod/settings.php:496 mod/settings.php:497 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:496 mod/settings.php:497 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:496 mod/settings.php:497 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:497 -msgid "OStatus (GNU Social)" -msgstr "OStatus (GNU Social)" - -#: mod/settings.php:523 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:528 mod/settings.php:563 -msgid "None" -msgstr "None" - -#: mod/settings.php:534 src/Module/BaseSettings.php:80 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:539 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:540 -msgid "Accept only top level posts by contacts you follow" -msgstr "Accept only top-level posts by contacts you follow" - -#: mod/settings.php:540 -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. If activated, you will only receive posts from people you really do follow." - -#: mod/settings.php:541 -msgid "Enable Content Warning" -msgstr "Enable Content Warning" - -#: mod/settings.php:541 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This enables the automatic " -"collapsing instead of setting 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 collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn't affect any other content filtering you eventually set up." - -#: mod/settings.php:542 -msgid "Enable intelligent shortening" -msgstr "Enable intelligent shortening" - -#: mod/settings.php:542 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If disabled, every shortened post will always point to the original " -"friendica post." -msgstr "Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original Friendica post." - -#: mod/settings.php:543 -msgid "Enable simple text shortening" -msgstr "Enable simple text shortening" - -#: mod/settings.php:543 -msgid "" -"Normally the system shortens posts at the next line feed. If this option is " -"enabled then the system will shorten the text at the maximum character " -"limit." -msgstr "Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit." - -#: mod/settings.php:544 -msgid "Attach the link title" -msgstr "Attach the link title" - -#: mod/settings.php:544 -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 "If 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:545 -msgid "Your legacy ActivityPub/GNU Social account" -msgstr "Your legacy ActivityPub/GNU Social account" - -#: mod/settings.php:545 -msgid "" -"If you enter your old account name from an ActivityPub based system or your " -"GNU Social/Statusnet account name here (in the format user@domain.tld), your" -" contacts will be added automatically. The field will be emptied when done." -msgstr "If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done." - -#: mod/settings.php:548 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:552 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:553 -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:554 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:556 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:557 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:558 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:559 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:560 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:561 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:562 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:563 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:563 src/Content/Nav.php:280 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:563 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:564 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:578 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." - -#: mod/settings.php:616 src/Content/Widget.php:526 -msgid "Account Types" -msgstr "Account types" - -#: mod/settings.php:617 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" - -#: mod/settings.php:618 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" - -#: mod/settings.php:625 src/Module/Admin/BaseUsers.php:106 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:626 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:629 src/Module/Admin/BaseUsers.php:107 -msgid "Organisation Page" -msgstr "Organisation Page" - -#: mod/settings.php:630 -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:633 src/Module/Admin/BaseUsers.php:108 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:634 -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:637 src/Module/Admin/BaseUsers.php:109 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:638 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:641 src/Module/Admin/BaseUsers.php:99 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:642 -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:645 src/Module/Admin/BaseUsers.php:100 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:646 -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:649 src/Module/Admin/BaseUsers.php:101 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:650 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:653 src/Module/Admin/BaseUsers.php:102 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:654 -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:657 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:658 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:669 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:669 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:677 -msgid "Publish your profile in your local site directory?" -msgstr "Publish your profile in your local site directory?" - -#: mod/settings.php:677 -#, 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:683 -#, php-format -msgid "" -"Your profile will also be published in the global friendica directories " -"(e.g. %s)." -msgstr "Your profile will also be published in the global Friendica directories (e.g. %s)." - -#: mod/settings.php:689 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:700 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:708 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:709 src/Module/Register.php:151 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:709 -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:710 src/Module/Register.php:152 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:710 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:711 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:711 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:712 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:712 -msgid "Your current password to confirm the changes of the email address" -msgstr "Your current password to confirm the changes of the email address" - -#: mod/settings.php:715 -msgid "Delete OpenID URL" -msgstr "Delete OpenID URL" - -#: mod/settings.php:717 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:718 src/Module/Profile/Profile.php:144 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:719 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:720 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:721 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:721 -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:722 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:723 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:725 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:727 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:727 mod/settings.php:737 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam or abuse registrations" - -#: mod/settings.php:729 -msgid "Allow your profile to be searchable globally?" -msgstr "Allow your profile to be searchable globally?" - -#: mod/settings.php:729 -msgid "" -"Activate this setting if you want others to easily find and follow you. Your" -" profile will be searchable on remote systems. This setting also determines " -"whether Friendica will inform search engines that your profile should be " -"indexed or not." -msgstr "Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not." - -#: mod/settings.php:730 -msgid "Hide your contact/friend list from viewers of your profile?" -msgstr "Hide your contact/friend list from viewers of your profile?" - -#: mod/settings.php:730 -msgid "" -"A list of your contacts is displayed on your profile page. Activate this " -"option to disable the display of your contact list." -msgstr "A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list." - -#: mod/settings.php:731 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide profile details from anonymous viewers?" - -#: mod/settings.php:731 -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:732 -msgid "Make public posts unlisted" -msgstr "Make public posts unlisted" - -#: mod/settings.php:732 -msgid "" -"Your public posts will not appear on the community pages or in search " -"results, nor be sent to relay servers. However they can still appear on " -"public feeds on remote servers." -msgstr "Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers." - -#: mod/settings.php:733 -msgid "Make all posted pictures accessible" -msgstr "Make all posted pictures accessible" - -#: mod/settings.php:733 -msgid "" -"This option makes every posted picture accessible via the direct link. This " -"is a workaround for the problem that most other networks can't handle " -"permissions on pictures. Non public pictures still won't be visible for the " -"public on your photo albums though." -msgstr "This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can't handle permissions on pictures. Non public pictures still won't be visible for the public on your photo albums though." - -#: mod/settings.php:734 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:734 -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:735 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:735 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:736 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:736 -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:737 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:739 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:743 -msgid "Expiration settings" -msgstr "Expiration settings" - -#: mod/settings.php:744 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:744 -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:745 -msgid "Expire posts" -msgstr "Expire posts" - -#: mod/settings.php:745 -msgid "When activated, posts and comments will be expired." -msgstr "If activated, posts and comments will expire." - -#: mod/settings.php:746 -msgid "Expire personal notes" -msgstr "Expire personal notes" - -#: mod/settings.php:746 -msgid "" -"When activated, the personal notes on your profile page will be expired." -msgstr "If activated, personal notes on your profile page will expire." - -#: mod/settings.php:747 -msgid "Expire starred posts" -msgstr "Expire starred posts" - -#: mod/settings.php:747 -msgid "" -"Starring posts keeps them from being expired. That behaviour is overwritten " -"by this setting." -msgstr "Starring posts keeps them from being expired. That behaviour is overwritten by this setting." - -#: mod/settings.php:748 -msgid "Expire photos" -msgstr "Expire photos" - -#: mod/settings.php:748 -msgid "When activated, photos will be expired." -msgstr "If activated, photos will expire." - -#: mod/settings.php:749 -msgid "Only expire posts by others" -msgstr "Only expire posts by others" - -#: mod/settings.php:749 -msgid "" -"When activated, your own posts never expire. Then the settings above are " -"only valid for posts you received." -msgstr "If activated, your own posts never expire. Than the settings above are only valid for posts you received." - -#: mod/settings.php:752 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:753 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:754 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:755 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:756 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:757 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:758 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:759 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:760 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:761 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:763 -msgid "Create a desktop notification when:" -msgstr "Create a desktop notification when:" - -#: mod/settings.php:764 -msgid "Someone liked your content" -msgstr "Someone liked your content" - -#: mod/settings.php:765 -msgid "Someone shared your content" -msgstr "Someone shared your content" - -#: mod/settings.php:767 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:767 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:769 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:771 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:773 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:775 -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. If enabled, every notification is displayed." - -#: mod/settings.php:777 -msgid "Show notifications of ignored contacts" -msgstr "Show notifications of ignored contacts" - -#: mod/settings.php:779 -msgid "" -"You don't see posts from ignored contacts. But you still see their comments." -" This setting controls if you want to still receive regular notifications " -"that are caused by ignored contacts or not." -msgstr "You don't see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not." - -#: mod/settings.php:781 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:782 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behaviour of this account for special situations" - -#: mod/settings.php:785 -msgid "Import Contacts" -msgstr "Import Contacts" - -#: mod/settings.php:786 -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:787 -msgid "Upload File" -msgstr "Upload File" - -#: mod/settings.php:789 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:790 -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:791 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - -#: mod/suggest.php:44 -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:55 src/Content/Widget.php:79 view/theme/vier/theme.php:175 -msgid "Friend Suggestions" -msgstr "Friend suggestions" - -#: mod/tagger.php:79 src/Content/Item.php:346 src/Model/Item.php:2626 -msgid "photo" -msgstr "photo" - -#: mod/tagger.php:79 src/Content/Item.php:341 src/Content/Item.php:350 -msgid "status" -msgstr "status" - -#: mod/tagger.php:112 src/Content/Item.php:360 -#, 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/tagrm.php:115 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:117 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/tagrm.php:128 src/Module/Settings/Delegation.php:179 -#: src/Module/Settings/TwoFactor/Trusted.php:104 -msgid "Remove" -msgstr "Remove" - -#: mod/uimport.php:46 -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:55 src/Module/Register.php:86 -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:62 src/Module/Register.php:162 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:64 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:65 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:66 -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:67 -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:68 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:68 -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:65 mod/unfollow.php:135 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:71 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:92 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/unfollow.php:146 -msgid "" -"Unable to unfollow this contact, please retry in a few minutes or contact " -"your administrator." -msgstr "Unable to unfollow this contact, please retry in a few minutes or contact your administrator." - -#: mod/unfollow.php:148 -msgid "Contact was successfully unfollowed" -msgstr "Contact was successfully unfollowed" - -#: mod/unfollow.php:152 -msgid "Unable to unfollow this contact, please contact your administrator" -msgstr "Unable to unfollow this contact, please contact your administrator" - -#: mod/wall_attach.php:39 mod/wall_attach.php:46 mod/wall_attach.php:77 -#: mod/wall_upload.php:52 mod/wall_upload.php:63 mod/wall_upload.php:99 -#: mod/wall_upload.php:150 mod/wall_upload.php:153 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:95 -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:95 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:106 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" - -#: mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:224 src/Model/Photo.php:987 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wallmessage.php:61 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:72 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:96 mod/wallmessage.php:103 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." - -#: src/App.php:456 +#: src/App.php:473 msgid "No system theme config value set." msgstr "No system theme configuration value set." -#: src/App/Module.php:240 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " +#: src/App.php:580 +msgid "Apologies but the website is unavailable at the moment." +msgstr "" -#: src/App/Page.php:250 +#: src/App/Page.php:248 msgid "Delete this item?" msgstr "Delete this item?" -#: src/App/Page.php:251 +#: src/App/Page.php:249 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Block this author? They won't be able to follow you nor see your public posts, and you won't be able to see their posts and their notifications." -#: src/App/Page.php:299 +#: src/App/Page.php:250 +msgid "" +"Ignore this author? You won't be able to see their posts and their " +"notifications." +msgstr "" + +#: src/App/Page.php:251 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:252 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:255 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:256 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:260 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:263 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:264 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:265 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:266 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:267 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:268 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:269 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:270 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:271 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:272 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:273 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:351 msgid "toggle mobile" msgstr "Toggle mobile" -#: src/App/Router.php:241 +#: src/App/Router.php:309 #, php-format msgid "Method not allowed for this module. Allowed method(s): %s" msgstr "Method not allowed for this module. Allowed method(s): %s" -#: src/App/Router.php:243 src/Module/HTTPException/PageNotFound.php:32 +#: src/App/Router.php:311 src/Module/HTTPException/PageNotFound.php:49 msgid "Page not found." msgstr "Page not found" -#: src/BaseModule.php:180 +#: src/App/Router.php:323 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " + +#: src/BaseModule.php:403 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/BaseModule.php:207 +#: src/BaseModule.php:430 msgid "All contacts" msgstr "All contacts" -#: src/BaseModule.php:212 src/Content/Widget.php:231 src/Core/ACL.php:193 -#: src/Module/Contact.php:756 src/Module/PermissionTooltip.php:79 -#: src/Module/PermissionTooltip.php:101 +#: src/BaseModule.php:435 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 +#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 +#: src/Module/Settings/Channels.php:120 msgid "Followers" msgstr "Followers" -#: src/BaseModule.php:217 src/Content/Widget.php:232 -#: src/Module/Contact.php:757 +#: src/BaseModule.php:440 src/Content/Widget.php:240 +#: src/Module/Contact.php:418 src/Module/Settings/Channels.php:119 msgid "Following" msgstr "Following" -#: src/BaseModule.php:222 src/Content/Widget.php:233 -#: src/Module/Contact.php:758 +#: src/BaseModule.php:445 src/Content/Widget.php:241 +#: src/Module/Contact.php:421 msgid "Mutual friends" msgstr "Mutual friends" -#: src/BaseModule.php:230 +#: src/BaseModule.php:453 msgid "Common" msgstr "Common" -#: src/Console/Addon.php:177 src/Console/Addon.php:202 +#: src/Console/Addon.php:175 src/Console/Addon.php:199 msgid "Addon not found" msgstr "Addon not found" -#: src/Console/Addon.php:181 +#: src/Console/Addon.php:179 msgid "Addon already enabled" msgstr "Addon already enabled" -#: src/Console/Addon.php:206 +#: src/Console/Addon.php:203 msgid "Addon already disabled" msgstr "Addon already disabled" @@ -2173,16 +839,105 @@ msgid "The contact entries have been archived" msgstr "The contact entries have been archived" #: src/Console/GlobalCommunityBlock.php:96 -#: src/Module/Admin/Blocklist/Contact.php:49 +#: src/Module/Moderation/Blocklist/Contact.php:65 #, 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/Console/GlobalCommunityBlock.php:101 -#: src/Module/Admin/Blocklist/Contact.php:66 +#: src/Module/Moderation/Blocklist/Contact.php:82 msgid "The contact has been blocked from the node" msgstr "The contact has been blocked from the node" +#: src/Console/MergeContacts.php:75 +#, php-format +msgid "%d %s, %d duplicates." +msgstr "" + +#: src/Console/MergeContacts.php:78 +#, php-format +msgid "uri-id is empty for contact %s." +msgstr "" + +#: src/Console/MergeContacts.php:91 +#, php-format +msgid "No valid first contact found for uri-id %d." +msgstr "" + +#: src/Console/MergeContacts.php:102 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (url: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:106 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (nurl: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:142 +#, php-format +msgid "Deletion of id %d failed" +msgstr "" + +#: src/Console/MergeContacts.php:144 +#, php-format +msgid "Deletion of id %d was successful" +msgstr "" + +#: src/Console/MergeContacts.php:150 +#, php-format +msgid "Updating \"%s\" in \"%s\" from %d to %d" +msgstr "" + +#: src/Console/MergeContacts.php:152 +msgid " - found" +msgstr "" + +#: src/Console/MergeContacts.php:159 +msgid " - failed" +msgstr "" + +#: src/Console/MergeContacts.php:161 +msgid " - success" +msgstr "" + +#: src/Console/MergeContacts.php:165 +msgid " - deleted" +msgstr "" + +#: src/Console/MergeContacts.php:168 +msgid " - done" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:91 +msgid "The avatar cache needs to be enabled to use this command." +msgstr "" + +#: src/Console/MoveToAvatarCache.php:109 +#, php-format +msgid "no resource in photo %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:137 +#, php-format +msgid "no photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:146 +#, php-format +msgid "no image data for photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:155 +#, php-format +msgid "invalid image for id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:168 +#, php-format +msgid "Quit on invalid photo %s" +msgstr "" + #: src/Console/PostUpdate.php:87 #, php-format msgid "Post update version number has been set to %s." @@ -2208,10 +963,29 @@ msgstr "All pending post updates are done." msgid "Enter user nickname: " msgstr "Enter user nickname: " +#: src/Console/User.php:182 src/Model/User.php:710 +#: src/Module/Api/Twitter/ContactEndpoint.php:74 +#: src/Module/Moderation/Users/Active.php:71 +#: src/Module/Moderation/Users/Blocked.php:71 +#: src/Module/Moderation/Users/Index.php:78 +#: src/Module/Moderation/Users/Pending.php:67 +msgid "User not found" +msgstr "User not found" + #: src/Console/User.php:202 msgid "Enter new password: " msgstr "Enter new password: " +#: src/Console/User.php:210 src/Module/Security/PasswordTooLong.php:69 +#: src/Module/Settings/Account.php:75 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." + +#: src/Console/User.php:213 src/Module/Security/PasswordTooLong.php:72 +#: src/Module/Settings/Account.php:78 +msgid "Password changed." +msgstr "Password changed." + #: src/Console/User.php:237 msgid "Enter user name: " msgstr "Enter user name: " @@ -2285,344 +1059,583 @@ msgstr "Weekly" msgid "Monthly" msgstr "Monthly" -#: src/Content/ContactSelector.php:123 +#: src/Content/ContactSelector.php:126 msgid "DFRN" msgstr "DFRN" -#: src/Content/ContactSelector.php:124 +#: src/Content/ContactSelector.php:127 msgid "OStatus" msgstr "OStatus" -#: src/Content/ContactSelector.php:125 +#: src/Content/ContactSelector.php:128 msgid "RSS/Atom" msgstr "RSS/Atom" -#: src/Content/ContactSelector.php:126 src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Create.php:73 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 src/Module/Admin/Users/Pending.php:104 +#: src/Content/ContactSelector.php:129 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 msgid "Email" msgstr "Email" -#: src/Content/ContactSelector.php:127 src/Module/Debug/Babel.php:307 +#: src/Content/ContactSelector.php:130 src/Module/Debug/Babel.php:307 msgid "Diaspora" msgstr "diaspora*" -#: src/Content/ContactSelector.php:128 +#: src/Content/ContactSelector.php:131 msgid "Zot!" msgstr "Zot!" -#: src/Content/ContactSelector.php:129 +#: src/Content/ContactSelector.php:132 msgid "LinkedIn" msgstr "LinkedIn" -#: src/Content/ContactSelector.php:130 +#: src/Content/ContactSelector.php:133 msgid "XMPP/IM" msgstr "XMPP/IM" -#: src/Content/ContactSelector.php:131 +#: src/Content/ContactSelector.php:134 msgid "MySpace" msgstr "MySpace" -#: src/Content/ContactSelector.php:132 +#: src/Content/ContactSelector.php:135 msgid "Google+" msgstr "Google+" -#: src/Content/ContactSelector.php:133 +#: src/Content/ContactSelector.php:136 msgid "pump.io" msgstr "pump.io" -#: src/Content/ContactSelector.php:134 +#: src/Content/ContactSelector.php:137 msgid "Twitter" msgstr "Twitter" -#: src/Content/ContactSelector.php:135 +#: src/Content/ContactSelector.php:138 msgid "Discourse" msgstr "Discourse" -#: src/Content/ContactSelector.php:136 +#: src/Content/ContactSelector.php:139 msgid "Diaspora Connector" msgstr "diaspora* connector" -#: src/Content/ContactSelector.php:137 +#: src/Content/ContactSelector.php:140 msgid "GNU Social Connector" msgstr "GNU Social Connector" -#: src/Content/ContactSelector.php:138 +#: src/Content/ContactSelector.php:141 msgid "ActivityPub" msgstr "ActivityPub" -#: src/Content/ContactSelector.php:139 +#: src/Content/ContactSelector.php:142 msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:175 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: src/Content/Conversation.php:207 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: src/Content/Conversation.php:210 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: src/Content/Conversation.php:213 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: src/Content/Conversation.php:216 -#, php-format -msgid "%s doesn't attend." -msgstr "%s doesn't attend." - -#: src/Content/Conversation.php:219 -#, php-format -msgid "%s attends maybe." -msgstr "%s may attend." - -#: src/Content/Conversation.php:222 src/Content/Conversation.php:260 -#: src/Content/Conversation.php:848 -#, php-format -msgid "%s reshared this." -msgstr "%s reshared this." - -#: src/Content/Conversation.php:228 +#: src/Content/Conversation.php:226 msgid "and" msgstr "and" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "and %d other people" +#: src/Content/Conversation.php:235 +#, php-format +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:237 +#, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" + #: src/Content/Conversation.php:239 #, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:240 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s like this." -msgstr "%s like this." +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" #: src/Content/Conversation.php:243 #, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s don't like this." -msgstr "%s don't like this." +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:247 +#: src/Content/Conversation.php:274 #, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:248 +#: src/Content/Conversation.php:277 #, php-format -msgid "%s attend." -msgstr "%s attend." +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] " doesn't like this" +msgstr[1] " don't like this" -#: src/Content/Conversation.php:251 +#: src/Content/Conversation.php:280 #, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people don't attend" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:283 #, php-format -msgid "%s don't attend." -msgstr "%s don't attend." +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:255 +#: src/Content/Conversation.php:286 #, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people attend maybe" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:289 #, php-format -msgid "%s attend maybe." -msgstr "%s may be attending." +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:259 -#, php-format -msgid "%2$d people reshared this" -msgstr "%2$d people reshared this" - -#: src/Content/Conversation.php:307 +#: src/Content/Conversation.php:336 msgid "Visible to everybody" msgstr "Visible to everybody" -#: src/Content/Conversation.php:308 src/Module/Item/Compose.php:159 -#: src/Object/Post.php:973 +#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1118 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Please enter an image/video/audio/webpage URL:" -#: src/Content/Conversation.php:309 +#: src/Content/Conversation.php:338 msgid "Tag term:" msgstr "Tag term:" -#: src/Content/Conversation.php:310 src/Module/Filer/SaveTag.php:68 +#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Save to folder:" -#: src/Content/Conversation.php:311 +#: src/Content/Conversation.php:340 msgid "Where are you right now?" msgstr "Where are you right now?" -#: src/Content/Conversation.php:312 +#: src/Content/Conversation.php:341 msgid "Delete item(s)?" msgstr "Delete item(s)?" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 +msgid "Created at" +msgstr "" + +#: src/Content/Conversation.php:363 msgid "New Post" msgstr "New post" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:366 msgid "Share" msgstr "Share" -#: src/Content/Conversation.php:331 src/Module/Item/Compose.php:151 -#: src/Object/Post.php:965 +#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 +msgid "upload photo" +msgstr "upload photo" + +#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 +msgid "Attach file" +msgstr "Attach file" + +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 +msgid "attach file" +msgstr "attach file" + +#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1108 msgid "Bold" msgstr "Bold" -#: src/Content/Conversation.php:332 src/Module/Item/Compose.php:152 -#: src/Object/Post.php:966 +#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1109 msgid "Italic" msgstr "Italic" -#: src/Content/Conversation.php:333 src/Module/Item/Compose.php:153 -#: src/Object/Post.php:967 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1110 msgid "Underline" msgstr "Underline" -#: src/Content/Conversation.php:334 src/Module/Item/Compose.php:154 -#: src/Object/Post.php:968 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1112 msgid "Quote" msgstr "Quote" -#: src/Content/Conversation.php:335 src/Module/Item/Compose.php:155 -#: src/Object/Post.php:969 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1113 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1111 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1114 msgid "Code" msgstr "Code" -#: src/Content/Conversation.php:336 src/Module/Item/Compose.php:156 -#: src/Object/Post.php:970 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1115 msgid "Image" msgstr "Image" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:157 -#: src/Object/Post.php:971 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1116 msgid "Link" msgstr "Link" -#: src/Content/Conversation.php:338 src/Module/Item/Compose.php:158 -#: src/Object/Post.php:972 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1117 msgid "Link or Media" msgstr "Link or media" -#: src/Content/Conversation.php:339 +#: src/Content/Conversation.php:382 msgid "Video" msgstr "Video" -#: src/Content/Conversation.php:352 src/Module/Item/Compose.php:172 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 +msgid "Set your location" +msgstr "Set your location" + +#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 +msgid "set location" +msgstr "set location" + +#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 +msgid "clear location" +msgstr "clear location" + +#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 +msgid "Set title" +msgstr "Set title" + +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Scheduled at" -#: src/Content/Conversation.php:651 src/Object/Post.php:454 -#: src/Object/Post.php:455 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" +#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 +msgid "Permission settings" +msgstr "Permission settings" -#: src/Content/Conversation.php:664 src/Object/Post.php:442 -msgid "Categories:" -msgstr "Categories:" +#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 +msgid "Public post" +msgstr "Public post" -#: src/Content/Conversation.php:665 src/Object/Post.php:443 -msgid "Filed under:" -msgstr "Filed under:" +#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:132 +#: src/Model/Profile.php:479 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 +msgid "Message" +msgstr "Message" -#: src/Content/Conversation.php:672 src/Object/Post.php:468 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" +#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:140 +msgid "Browser" +msgstr "Browser" -#: src/Content/Conversation.php:687 -msgid "View in context" -msgstr "View in context" +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 +msgid "Open Compose page" +msgstr "Open Compose page" -#: src/Content/Conversation.php:752 +#: src/Content/Conversation.php:595 msgid "remove" msgstr "Remove" -#: src/Content/Conversation.php:756 +#: src/Content/Conversation.php:599 msgid "Delete Selected Items" msgstr "Delete selected items" -#: src/Content/Conversation.php:820 src/Content/Conversation.php:823 -#: src/Content/Conversation.php:826 src/Content/Conversation.php:829 +#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 +#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 +#: src/Content/Conversation.php:766 #, php-format msgid "You had been addressed (%s)." msgstr "You had been addressed (%s)." -#: src/Content/Conversation.php:832 +#: src/Content/Conversation.php:769 #, php-format msgid "You are following %s." msgstr "You are following %s." -#: src/Content/Conversation.php:835 -msgid "Tagged" -msgstr "Tagged" +#: src/Content/Conversation.php:774 +#, php-format +msgid "You subscribed to %s." +msgstr "" -#: src/Content/Conversation.php:850 +#: src/Content/Conversation.php:776 +msgid "You subscribed to one or more tags in this post." +msgstr "" + +#: src/Content/Conversation.php:796 +#, php-format +msgid "%s reshared this." +msgstr "%s reshared this." + +#: src/Content/Conversation.php:798 msgid "Reshared" msgstr "Reshared" -#: src/Content/Conversation.php:850 +#: src/Content/Conversation.php:798 #, php-format msgid "Reshared by %s <%s>" msgstr "Reshared by %s <%s>" -#: src/Content/Conversation.php:853 +#: src/Content/Conversation.php:801 #, php-format msgid "%s is participating in this thread." msgstr "%s is participating in this thread." -#: src/Content/Conversation.php:856 -msgid "Stored" -msgstr "Stored" +#: src/Content/Conversation.php:804 +msgid "Stored for general reasons" +msgstr "" -#: src/Content/Conversation.php:859 -msgid "Global" -msgstr "Global" +#: src/Content/Conversation.php:807 +msgid "Global post" +msgstr "" -#: src/Content/Conversation.php:862 -msgid "Relayed" -msgstr "Relayed" +#: src/Content/Conversation.php:810 +msgid "Sent via an relay server" +msgstr "" -#: src/Content/Conversation.php:862 +#: src/Content/Conversation.php:810 #, php-format -msgid "Relayed by %s <%s>" -msgstr "Relayed by %s <%s>" +msgid "Sent via the relay server %s <%s>" +msgstr "" -#: src/Content/Conversation.php:865 +#: src/Content/Conversation.php:813 msgid "Fetched" msgstr "Fetched" -#: src/Content/Conversation.php:865 +#: src/Content/Conversation.php:813 #, php-format msgid "Fetched because of %s <%s>" msgstr "Fetched because of %s <%s>" +#: src/Content/Conversation.php:816 +msgid "Stored because of a child post to complete this thread." +msgstr "" + +#: src/Content/Conversation.php:819 +msgid "Local delivery" +msgstr "" + +#: src/Content/Conversation.php:822 +msgid "Stored because of your activity (like, comment, star, ...)" +msgstr "" + +#: src/Content/Conversation.php:825 +msgid "Distributed" +msgstr "" + +#: src/Content/Conversation.php:828 +msgid "Pushed to us" +msgstr "" + +#: src/Content/Conversation.php:1492 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1509 src/Object/Post.php:530 +#: src/Object/Post.php:531 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: src/Content/Conversation.php:1522 src/Object/Post.php:518 +msgid "Categories:" +msgstr "Categories:" + +#: src/Content/Conversation.php:1523 src/Object/Post.php:519 +msgid "Filed under:" +msgstr "Filed under:" + +#: src/Content/Conversation.php:1531 src/Object/Post.php:544 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: src/Content/Conversation.php:1547 +msgid "View in context" +msgstr "View in context" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Local community" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Global community" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Latest activity" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sort by latest activity" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Latest posts" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Sort by post received date" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personal" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Posts mentioning or involving me" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:381 +msgid "Starred" +msgstr "Starred" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "My favourite posts" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "General" @@ -2652,13 +1665,13 @@ msgid "Post Composition Features" msgstr "Post composition" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 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." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -2670,391 +1683,484 @@ msgid "" "mentioned in replies." msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." -#: src/Content/Feature.php:111 +#: src/Content/Feature.php:107 +msgid "Add an abstract from ActivityPub content warnings" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "" +"Add an abstract when commenting on ActivityPub posts with a content warning." +" Abstracts are displayed as content warning on systems like Mastodon or " +"Pleroma." +msgstr "" + +#: src/Content/Feature.php:112 msgid "Post/Comment Tools" msgstr "Post/Comment tools" -#: src/Content/Feature.php:112 +#: src/Content/Feature.php:113 msgid "Post Categories" msgstr "Post categories" -#: src/Content/Feature.php:112 +#: src/Content/Feature.php:113 msgid "Add categories to your posts" msgstr "Add categories to your posts" -#: src/Content/Feature.php:117 +#: src/Content/Feature.php:118 msgid "Advanced Profile Settings" msgstr "Advanced profiles" -#: src/Content/Feature.php:118 -msgid "List Forums" -msgstr "List forums" - -#: src/Content/Feature.php:118 -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:119 +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:120 msgid "Tag Cloud" msgstr "Tag cloud" -#: src/Content/Feature.php:119 +#: src/Content/Feature.php:120 msgid "Provide a personal tag cloud on your profile page" msgstr "Provides a personal tag cloud on your profile page" -#: src/Content/Feature.php:120 +#: src/Content/Feature.php:121 msgid "Display Membership Date" msgstr "Display membership date" -#: src/Content/Feature.php:120 +#: src/Content/Feature.php:121 msgid "Display membership date in profile" msgstr "Display membership date in profile" -#: src/Content/ForumManager.php:145 src/Content/Nav.php:239 -#: src/Content/Text/HTML.php:906 src/Content/Widget.php:523 -msgid "Forums" -msgstr "Forums" +#: src/Content/Feature.php:126 +msgid "Advanced Calendar Settings" +msgstr "" -#: src/Content/ForumManager.php:147 -msgid "External link to forum" -msgstr "External link to forum" +#: src/Content/Feature.php:127 +msgid "Allow anonymous access to your calendar" +msgstr "" -#: src/Content/ForumManager.php:150 src/Content/Widget.php:502 +#: src/Content/Feature.php:127 +msgid "" +"Allows anonymous visitors to consult your calendar and your public events. " +"Contact birthday events are private to you." +msgstr "" + +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1272 +msgid "Groups" +msgstr "" + +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" + +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "show less" -#: src/Content/ForumManager.php:151 src/Content/Widget.php:404 -#: src/Content/Widget.php:503 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "Show more..." -#: src/Content/Item.php:305 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" -#: src/Content/Item.php:338 src/Model/Item.php:2624 +#: src/Content/Item.php:331 src/Model/Item.php:3080 msgid "event" msgstr "event" -#: src/Content/Item.php:442 view/theme/frio/theme.php:254 +#: src/Content/Item.php:334 src/Content/Item.php:344 +msgid "status" +msgstr "status" + +#: src/Content/Item.php:340 src/Model/Item.php:3082 +#: src/Module/Post/Tag/Add.php:123 +msgid "photo" +msgstr "photo" + +#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 +#, 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" + +#: src/Content/Item.php:428 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Follow thread" -#: src/Content/Item.php:443 src/Model/Contact.php:1077 +#: src/Content/Item.php:429 src/Model/Contact.php:1242 msgid "View Status" msgstr "View status" -#: src/Content/Item.php:444 src/Content/Item.php:466 -#: src/Model/Contact.php:1011 src/Model/Contact.php:1069 -#: src/Model/Contact.php:1078 src/Module/Directory.php:160 -#: src/Module/Settings/Profile/Index.php:226 +#: src/Content/Item.php:430 src/Content/Item.php:451 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "View profile" -#: src/Content/Item.php:445 src/Model/Contact.php:1079 +#: src/Content/Item.php:431 src/Model/Contact.php:1244 msgid "View Photos" msgstr "View photos" -#: src/Content/Item.php:446 src/Model/Contact.php:1070 -#: src/Model/Contact.php:1080 +#: src/Content/Item.php:432 src/Model/Contact.php:1211 +#: src/Model/Profile.php:464 msgid "Network Posts" msgstr "Network posts" -#: src/Content/Item.php:447 src/Model/Contact.php:1071 -#: src/Model/Contact.php:1081 +#: src/Content/Item.php:433 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "View contact" -#: src/Content/Item.php:448 src/Model/Contact.php:1082 +#: src/Content/Item.php:434 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Send PM" -#: src/Content/Item.php:449 src/Module/Admin/Blocklist/Contact.php:100 -#: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Index.php:154 -#: src/Module/Contact.php:544 src/Module/Contact.php:787 -#: src/Module/Contact.php:1064 +#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:116 +#: src/Module/Moderation/Users/Active.php:137 +#: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Block" -#: src/Content/Item.php:450 src/Module/Contact.php:545 -#: src/Module/Contact.php:788 src/Module/Contact.php:1072 -#: src/Module/Notifications/Introductions.php:112 -#: src/Module/Notifications/Introductions.php:184 -#: src/Module/Notifications/Notification.php:61 +#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:519 +#: src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:206 +#: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignore" -#: src/Content/Item.php:454 src/Object/Post.php:429 +#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Module/Contact/Profile.php:527 +msgid "Collapse" +msgstr "" + +#: src/Content/Item.php:438 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:442 src/Object/Post.php:491 msgid "Languages" msgstr "Languages" -#: src/Content/Item.php:458 src/Model/Contact.php:1083 -msgid "Poke" -msgstr "Poke" +#: src/Content/Item.php:448 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 +msgid "Connect/Follow" +msgstr "Connect/Follow" -#: src/Content/Nav.php:90 +#: src/Content/Item.php:882 +msgid "Unable to fetch user." +msgstr "" + +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Nothing new here" -#: src/Content/Nav.php:94 src/Module/Special/HTTPException.php:75 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Go back" -#: src/Content/Nav.php:95 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Clear notifications" -#: src/Content/Nav.php:96 src/Content/Text/HTML.php:893 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:183 src/Module/Security/Login.php:145 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Logout" -#: src/Content/Nav.php:183 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "End this session" -#: src/Content/Nav.php:185 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:146 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Login" -#: src/Content/Nav.php:185 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Sign in" -#: src/Content/Nav.php:190 src/Module/BaseProfile.php:56 -#: src/Module/Contact.php:576 src/Module/Contact.php:822 -#: src/Module/Settings/TwoFactor/Index.php:112 view/theme/frio/theme.php:225 -msgid "Status" -msgstr "Status" +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:512 +msgid "Conversations" +msgstr "" -#: src/Content/Nav.php:190 src/Content/Nav.php:273 -#: view/theme/frio/theme.php:225 -msgid "Your posts and conversations" -msgstr "My posts and conversations" +#: src/Content/Nav.php:229 +msgid "Conversations you started" +msgstr "" -#: src/Content/Nav.php:191 src/Module/BaseProfile.php:48 -#: src/Module/BaseSettings.php:57 src/Module/Contact.php:578 -#: src/Module/Contact.php:846 src/Module/Profile/Profile.php:241 -#: src/Module/Welcome.php:57 view/theme/frio/theme.php:226 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 +#: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profile" -#: src/Content/Nav.php:191 view/theme/frio/theme.php:226 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "My profile page" -#: src/Content/Nav.php:192 view/theme/frio/theme.php:227 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 +#: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 +msgid "Photos" +msgstr "Photos" + +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "My photos" -#: src/Content/Nav.php:193 src/Module/BaseProfile.php:72 -#: src/Module/BaseProfile.php:75 src/Module/Contact.php:838 -#: view/theme/frio/theme.php:228 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 +#: view/theme/frio/theme.php:235 msgid "Media" msgstr "Media" -#: src/Content/Nav.php:193 view/theme/frio/theme.php:228 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Your postings with media" -#: src/Content/Nav.php:194 view/theme/frio/theme.php:229 -msgid "Your events" -msgstr "My events" +#: src/Content/Nav.php:233 src/Content/Nav.php:293 +#: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 +#: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 +#: src/Module/Settings/Display.php:310 view/theme/frio/theme.php:236 +#: view/theme/frio/theme.php:240 +msgid "Calendar" +msgstr "Calendar" -#: src/Content/Nav.php:195 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 +msgid "Your calendar" +msgstr "" + +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Personal notes" -#: src/Content/Nav.php:195 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "My personal notes" -#: src/Content/Nav.php:212 src/Content/Nav.php:273 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Home" -#: src/Content/Nav.php:216 src/Module/Register.php:157 -#: src/Module/Security/Login.php:106 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:255 src/Module/Register.php:168 +#: src/Module/Security/Login.php:124 msgid "Register" msgstr "Sign up now >>" -#: src/Content/Nav.php:216 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Create account" -#: src/Content/Nav.php:222 src/Module/Help.php:69 -#: src/Module/Settings/TwoFactor/AppSpecific.php:115 -#: src/Module/Settings/TwoFactor/Index.php:111 -#: src/Module/Settings/TwoFactor/Recovery.php:93 -#: src/Module/Settings/TwoFactor/Verify.php:132 view/theme/vier/theme.php:217 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:129 +#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Recovery.php:107 +#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 msgid "Help" msgstr "Help" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Help and documentation" -#: src/Content/Nav.php:226 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Apps" -#: src/Content/Nav.php:226 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Addon applications, utilities, games" -#: src/Content/Nav.php:230 src/Content/Text/HTML.php:891 -#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:99 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Search" -#: src/Content/Nav.php:230 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Search site content" -#: src/Content/Nav.php:233 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Full text" -#: src/Content/Nav.php:234 src/Content/Text/HTML.php:901 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tags" -#: src/Content/Nav.php:235 src/Content/Nav.php:294 -#: src/Content/Text/HTML.php:902 src/Module/BaseProfile.php:125 -#: src/Module/BaseProfile.php:128 src/Module/Contact.php:759 -#: src/Module/Contact.php:853 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 +#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contacts" -#: src/Content/Nav.php:254 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Community" -#: src/Content/Nav.php:254 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Conversations on this and other servers" -#: src/Content/Nav.php:258 src/Module/BaseProfile.php:87 -#: src/Module/BaseProfile.php:98 view/theme/frio/theme.php:233 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: src/Content/Nav.php:261 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Directory" -#: src/Content/Nav.php:261 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "People directory" -#: src/Content/Nav.php:263 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 +#: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Information" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Information about this Friendica instance" -#: src/Content/Nav.php:266 src/Module/Admin/Tos.php:59 -#: src/Module/BaseAdmin.php:96 src/Module/Register.php:165 -#: src/Module/Tos.php:84 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 +#: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Terms of Service" -#: src/Content/Nav.php:266 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Terms of Service for this Friendica instance" -#: src/Content/Nav.php:271 view/theme/frio/theme.php:232 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Network" msgstr "Network" -#: src/Content/Nav.php:271 view/theme/frio/theme.php:232 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "My friends' conversations" -#: src/Content/Nav.php:277 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Introductions" -#: src/Content/Nav.php:277 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Friend requests" -#: src/Content/Nav.php:278 src/Module/BaseNotifications.php:139 -#: src/Module/Notifications/Introductions.php:53 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 +#: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notifications" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "See all notifications" -#: src/Content/Nav.php:280 -msgid "Mark all system notifications seen" -msgstr "Mark all system notifications seen" +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 +msgid "Mark as seen" +msgstr "Mark as seen" -#: src/Content/Nav.php:283 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:315 +msgid "Mark all system notifications as seen" +msgstr "" + +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Private messages" -#: src/Content/Nav.php:284 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Inbox" -#: src/Content/Nav.php:285 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Outbox" -#: src/Content/Nav.php:289 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Accounts" -#: src/Content/Nav.php:289 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Manage other pages" -#: src/Content/Nav.php:292 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:124 -#: src/Module/Welcome.php:52 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 +#: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Settings" -#: src/Content/Nav.php:292 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Account settings" -#: src/Content/Nav.php:294 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Manage/Edit friends and contacts" -#: src/Content/Nav.php:299 src/Module/BaseAdmin.php:126 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Admin" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Site setup and configuration" -#: src/Content/Nav.php:302 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 +#: src/Module/Moderation/Blocklist/Contact.php:110 +#: src/Module/Moderation/Blocklist/Server/Add.php:121 +#: src/Module/Moderation/Blocklist/Server/Import.php:118 +#: src/Module/Moderation/Blocklist/Server/Index.php:95 +#: src/Module/Moderation/Item/Delete.php:61 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Users/Active.php:133 +#: src/Module/Moderation/Users/Blocked.php:133 +#: src/Module/Moderation/Users/Deleted.php:80 +#: src/Module/Moderation/Users/Index.php:147 +msgid "Moderation" +msgstr "" + +#: src/Content/Nav.php:335 +msgid "Content and user moderation" +msgstr "" + +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigation" -#: src/Content/Nav.php:302 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Site map" -#: src/Content/OEmbed.php:298 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Embedding disabled" -#: src/Content/OEmbed.php:416 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Embedded content" @@ -3074,189 +2180,211 @@ msgstr "next" msgid "last" msgstr "last" -#: src/Content/Text/BBCode.php:987 src/Content/Text/BBCode.php:1781 -#: src/Content/Text/BBCode.php:1782 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1692 +#: src/Content/Text/BBCode.php:1693 msgid "Image/photo" msgstr "Image/Photo" -#: src/Content/Text/BBCode.php:1160 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1185 src/Model/Item.php:3154 -#: src/Model/Item.php:3160 src/Model/Item.php:3161 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3813 +#: src/Model/Item.php:3819 src/Model/Item.php:3820 msgid "Link to source" msgstr "Link to source" -#: src/Content/Text/BBCode.php:1699 src/Content/Text/HTML.php:943 +#: src/Content/Text/BBCode.php:1599 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Reveal/hide" -#: src/Content/Text/BBCode.php:1730 +#: src/Content/Text/BBCode.php:1632 msgid "$1 wrote:" msgstr "$1 wrote:" -#: src/Content/Text/BBCode.php:1786 src/Content/Text/BBCode.php:1787 +#: src/Content/Text/BBCode.php:1697 src/Content/Text/BBCode.php:1698 msgid "Encrypted content" msgstr "Encrypted content" -#: src/Content/Text/BBCode.php:2002 +#: src/Content/Text/BBCode.php:1953 msgid "Invalid source protocol" msgstr "Invalid source protocol" -#: src/Content/Text/BBCode.php:2017 +#: src/Content/Text/BBCode.php:1972 msgid "Invalid link protocol" msgstr "Invalid link protocol" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Loading more entries..." -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "The end" -#: src/Content/Text/HTML.php:885 src/Content/Widget/VCard.php:103 -#: src/Model/Profile.php:454 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:128 +#: src/Model/Profile.php:473 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Follow" -#: src/Content/Widget.php:49 +#: src/Content/Widget.php:51 msgid "Add New Contact" msgstr "Add new contact" -#: src/Content/Widget.php:50 +#: src/Content/Widget.php:52 msgid "Enter address or web location" msgstr "Enter address or web location" -#: src/Content/Widget.php:51 +#: src/Content/Widget.php:53 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Example: jo@example.com, http://example.com/jo" -#: src/Content/Widget.php:53 +#: src/Content/Widget.php:55 msgid "Connect" msgstr "Connect" -#: src/Content/Widget.php:68 +#: src/Content/Widget.php:72 #, 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:74 view/theme/vier/theme.php:170 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Find people" -#: src/Content/Widget.php:75 view/theme/vier/theme.php:171 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Enter name or interest" -#: src/Content/Widget.php:77 view/theme/vier/theme.php:173 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Examples: Robert Morgenstein, fishing" -#: src/Content/Widget.php:78 src/Module/Contact.php:780 -#: src/Module/Directory.php:99 view/theme/vier/theme.php:174 +#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Find" -#: src/Content/Widget.php:80 view/theme/vier/theme.php:176 +#: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 +#: view/theme/vier/theme.php:198 +msgid "Friend Suggestions" +msgstr "Friend suggestions" + +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Similar interests" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:177 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Random profile" -#: src/Content/Widget.php:82 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invite friends" -#: src/Content/Widget.php:83 src/Module/Directory.php:91 -#: view/theme/vier/theme.php:179 +#: src/Content/Widget.php:87 src/Module/Directory.php:88 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Global directory" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:181 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Local directory" -#: src/Content/Widget.php:207 src/Model/Group.php:535 -#: src/Module/Contact.php:743 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Groups" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:209 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "Everyone" -#: src/Content/Widget.php:238 +#: src/Content/Widget.php:242 src/Module/Contact.php:424 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relationships" -#: src/Content/Widget.php:240 src/Module/Contact.php:695 -#: src/Module/Group.php:292 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:345 msgid "All Contacts" msgstr "All contacts" -#: src/Content/Widget.php:279 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocols" -#: src/Content/Widget.php:281 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "All Protocols" -#: src/Content/Widget.php:309 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Saved Folders" -#: src/Content/Widget.php:311 src/Content/Widget.php:345 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Everything" -#: src/Content/Widget.php:343 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categories" -#: src/Content/Widget.php:400 +#: src/Content/Widget.php:406 #, 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:496 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archives" -#: src/Content/Widget.php:520 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Persons" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organisations" -#: src/Content/Widget.php:522 src/Model/Contact.php:1506 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "News" -#: src/Content/Widget.php:527 src/Module/Admin/BaseUsers.php:50 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 +msgid "Account Types" +msgstr "Account types" + +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "All" -#: src/Content/Widget/CalendarExport.php:54 +#: src/Content/Widget.php:591 src/Module/BaseSettings.php:125 +#: src/Module/Settings/Channels.php:157 src/Module/Settings/Display.php:309 +msgid "Channels" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Export" -#: src/Content/Widget/CalendarExport.php:55 +#: src/Content/Widget/CalendarExport.php:57 msgid "Export calendar as ical" msgstr "Export calendar as ical" -#: src/Content/Widget/CalendarExport.php:56 +#: src/Content/Widget/CalendarExport.php:58 msgid "Export calendar as csv" msgstr "Export calendar as csv" @@ -3264,14 +2392,14 @@ msgstr "Export calendar as csv" msgid "No contacts" msgstr "No contacts" -#: src/Content/Widget/ContactBlock.php:108 +#: src/Content/Widget/ContactBlock.php:110 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contact" msgstr[1] "%d contacts" -#: src/Content/Widget/ContactBlock.php:125 +#: src/Content/Widget/ContactBlock.php:127 msgid "View Contacts" msgstr "View contacts" @@ -3283,105 +2411,145 @@ msgstr "Remove term" msgid "Saved Searches" msgstr "Saved searches" -#: src/Content/Widget/TrendingTags.php:51 +#: src/Content/Widget/TrendingTags.php:52 #, 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:52 +#: src/Content/Widget/TrendingTags.php:53 msgid "More Trending Tags" msgstr "More Trending Tags" -#: src/Content/Widget/VCard.php:96 src/Model/Profile.php:373 -#: src/Module/Contact.php:567 src/Module/Profile/Profile.php:176 +#: src/Content/Widget/VCard.php:107 src/Model/Contact.php:1204 +#: src/Model/Profile.php:457 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1209 +#: src/Model/Profile.php:462 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:376 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:97 src/Model/Profile.php:374 -#: src/Module/Contact.php:569 src/Module/Profile/Profile.php:180 +#: src/Content/Widget/VCard.php:122 src/Model/Profile.php:377 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:101 src/Model/Profile.php:466 -#: src/Module/Notifications/Introductions.php:179 +#: src/Content/Widget/VCard.php:123 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 +#: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 +#: src/Module/Profile/Profile.php:221 +msgid "Location:" +msgstr "Location:" + +#: src/Content/Widget/VCard.php:126 src/Model/Profile.php:486 +#: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Network:" -#: src/Content/Widget/VCard.php:105 src/Model/Profile.php:456 +#: src/Content/Widget/VCard.php:130 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:475 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Unfollow" -#: src/Core/ACL.php:164 src/Module/Profile/Profile.php:242 +#: src/Content/Widget/VCard.php:136 src/Model/Contact.php:1206 +#: src/Model/Profile.php:459 +msgid "View group" +msgstr "" + +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Yourself" -#: src/Core/ACL.php:200 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:107 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 +#: src/Module/PermissionTooltip.php:155 msgid "Mutuals" msgstr "Mutuals" -#: src/Core/ACL.php:292 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Post to email" -#: src/Core/ACL.php:319 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:201 msgid "Public" msgstr "Public" -#: src/Core/ACL.php:320 +#: src/Core/ACL.php:322 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:321 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "Limited/Private" -#: src/Core/ACL.php:322 +#: src/Core/ACL.php:324 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:323 +#: src/Core/ACL.php:324 +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "" + +#: src/Core/ACL.php:325 msgid "Show to:" msgstr "Show to:" -#: src/Core/ACL.php:324 +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "Except to:" -#: src/Core/ACL.php:327 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "Connectors" -#: src/Core/Installer.php:183 +#: src/Core/Installer.php:180 msgid "" "The database configuration file \"config/local.config.php\" could not be " "written. Please use the enclosed text to create a configuration file in your" " web server root." msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: src/Core/Installer.php:202 +#: src/Core/Installer.php:197 msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." -#: src/Core/Installer.php:203 src/Module/Install.php:206 -#: src/Module/Install.php:365 +#: src/Core/Installer.php:198 src/Module/Install.php:207 +#: src/Module/Install.php:350 msgid "Please see the file \"doc/INSTALL.md\"." msgstr "Please see the file \"doc/INSTALL.md\"." -#: src/Core/Installer.php:264 +#: src/Core/Installer.php:259 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Could not find a command line version of PHP in the web server PATH." -#: src/Core/Installer.php:265 +#: src/Core/Installer.php:260 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 "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'" -#: src/Core/Installer.php:270 +#: src/Core/Installer.php:265 msgid "PHP executable path" msgstr "PHP executable path" -#: src/Core/Installer.php:270 +#: src/Core/Installer.php:265 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: src/Core/Installer.php:275 +#: src/Core/Installer.php:270 msgid "Command line PHP" msgstr "Command line PHP" -#: src/Core/Installer.php:284 +#: src/Core/Installer.php:279 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." -#: src/Core/Installer.php:285 +#: src/Core/Installer.php:280 msgid "Found PHP version: " msgstr "Found PHP version: " -#: src/Core/Installer.php:287 +#: src/Core/Installer.php:282 msgid "PHP cli binary" msgstr "PHP cli binary" -#: src/Core/Installer.php:300 +#: src/Core/Installer.php:295 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: src/Core/Installer.php:301 +#: src/Core/Installer.php:296 msgid "This is required for message delivery to work." msgstr "This is required for message delivery to work." -#: src/Core/Installer.php:306 +#: src/Core/Installer.php:301 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: src/Core/Installer.php:338 +#: src/Core/Installer.php:333 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: src/Core/Installer.php:339 +#: src/Core/Installer.php:334 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: src/Core/Installer.php:342 +#: src/Core/Installer.php:337 msgid "Generate encryption keys" msgstr "Generate encryption keys" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: Apache web server mod-rewrite module is required but not installed." -#: src/Core/Installer.php:399 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: PDO or MySQLi PHP module required but not installed." -#: src/Core/Installer.php:410 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: MySQL driver for PDO is not installed." -#: src/Core/Installer.php:414 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO or MySQLi PHP module" +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + #: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Error, XML PHP module required but not installed." @@ -3548,372 +2724,362 @@ msgstr "File Information PHP module" msgid "Error: File Information PHP module required but not installed." msgstr "Error: File Information PHP module required but not installed." -#: src/Core/Installer.php:509 +#: src/Core/Installer.php:492 +msgid "GNU Multiple Precision PHP module" +msgstr "" + +#: src/Core/Installer.php:493 +msgid "Error: GNU Multiple Precision PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:516 msgid "" "The web installer needs to be able to create a file called " "\"local.config.php\" in the \"config\" folder of your web server and it is " "unable to do so." msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server but is unable to do so." -#: src/Core/Installer.php:510 +#: src/Core/Installer.php:517 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:518 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named local.config.php in your Friendica \"config\" folder." msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"doc/INSTALL.md\" for instructions." -#: src/Core/Installer.php:515 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php is writable" -#: src/Core/Installer.php:535 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: src/Core/Installer.php:536 +#: src/Core/Installer.php:543 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:545 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains." -#: src/Core/Installer.php:541 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 is writeable" -#: src/Core/Installer.php:569 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-dist to .htaccess." -#: src/Core/Installer.php:570 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "In some situations like running inside a container, you can skip this error." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Error message from Curl while fetching" -#: src/Core/Installer.php:578 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "URL rewrite is working" -#: src/Core/Installer.php:607 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Failed to detect TLS that secures the communication between the browser and the new Friendica server." -#: src/Core/Installer.php:608 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "It's highly encouraged using Friendica only over a secure connection as sensitive information like passwords will be transmitted." -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Please ensure that the connection to the server is secure." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "No TLS detected" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS detected" -#: src/Core/Installer.php:639 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP extension is not installed" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" -#: src/Core/Installer.php:665 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Database already in use." -#: src/Core/Installer.php:670 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/L10n.php:377 src/Model/Event.php:425 -#: src/Module/Settings/Display.php:183 +#: src/Core/L10n.php:507 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:278 msgid "Monday" msgstr "Monday" -#: src/Core/L10n.php:377 src/Model/Event.php:426 +#: src/Core/L10n.php:507 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:279 msgid "Tuesday" msgstr "Tuesday" -#: src/Core/L10n.php:377 src/Model/Event.php:427 +#: src/Core/L10n.php:507 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:280 msgid "Wednesday" msgstr "Wednesday" -#: src/Core/L10n.php:377 src/Model/Event.php:428 +#: src/Core/L10n.php:507 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:281 msgid "Thursday" msgstr "Thursday" -#: src/Core/L10n.php:377 src/Model/Event.php:429 +#: src/Core/L10n.php:507 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:282 msgid "Friday" msgstr "Friday" -#: src/Core/L10n.php:377 src/Model/Event.php:430 +#: src/Core/L10n.php:507 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:283 msgid "Saturday" msgstr "Saturday" -#: src/Core/L10n.php:377 src/Model/Event.php:424 -#: src/Module/Settings/Display.php:183 +#: src/Core/L10n.php:507 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:277 msgid "Sunday" msgstr "Sunday" -#: src/Core/L10n.php:381 src/Model/Event.php:445 +#: src/Core/L10n.php:511 src/Model/Event.php:450 msgid "January" msgstr "January" -#: src/Core/L10n.php:381 src/Model/Event.php:446 +#: src/Core/L10n.php:511 src/Model/Event.php:451 msgid "February" msgstr "February" -#: src/Core/L10n.php:381 src/Model/Event.php:447 +#: src/Core/L10n.php:511 src/Model/Event.php:452 msgid "March" msgstr "March" -#: src/Core/L10n.php:381 src/Model/Event.php:448 +#: src/Core/L10n.php:511 src/Model/Event.php:453 msgid "April" msgstr "April" -#: src/Core/L10n.php:381 src/Core/L10n.php:401 src/Model/Event.php:436 +#: src/Core/L10n.php:511 src/Core/L10n.php:530 src/Model/Event.php:441 msgid "May" msgstr "May" -#: src/Core/L10n.php:381 src/Model/Event.php:449 +#: src/Core/L10n.php:511 src/Model/Event.php:454 msgid "June" msgstr "June" -#: src/Core/L10n.php:381 src/Model/Event.php:450 +#: src/Core/L10n.php:511 src/Model/Event.php:455 msgid "July" msgstr "July" -#: src/Core/L10n.php:381 src/Model/Event.php:451 +#: src/Core/L10n.php:511 src/Model/Event.php:456 msgid "August" msgstr "August" -#: src/Core/L10n.php:381 src/Model/Event.php:452 +#: src/Core/L10n.php:511 src/Model/Event.php:457 msgid "September" msgstr "September" -#: src/Core/L10n.php:381 src/Model/Event.php:453 +#: src/Core/L10n.php:511 src/Model/Event.php:458 msgid "October" msgstr "October" -#: src/Core/L10n.php:381 src/Model/Event.php:454 +#: src/Core/L10n.php:511 src/Model/Event.php:459 msgid "November" msgstr "November" -#: src/Core/L10n.php:381 src/Model/Event.php:455 +#: src/Core/L10n.php:511 src/Model/Event.php:460 msgid "December" msgstr "December" -#: src/Core/L10n.php:397 src/Model/Event.php:417 +#: src/Core/L10n.php:526 src/Model/Event.php:422 msgid "Mon" msgstr "Mon" -#: src/Core/L10n.php:397 src/Model/Event.php:418 +#: src/Core/L10n.php:526 src/Model/Event.php:423 msgid "Tue" msgstr "Tue" -#: src/Core/L10n.php:397 src/Model/Event.php:419 +#: src/Core/L10n.php:526 src/Model/Event.php:424 msgid "Wed" msgstr "Wed" -#: src/Core/L10n.php:397 src/Model/Event.php:420 +#: src/Core/L10n.php:526 src/Model/Event.php:425 msgid "Thu" msgstr "Thu" -#: src/Core/L10n.php:397 src/Model/Event.php:421 +#: src/Core/L10n.php:526 src/Model/Event.php:426 msgid "Fri" msgstr "Fri" -#: src/Core/L10n.php:397 src/Model/Event.php:422 +#: src/Core/L10n.php:526 src/Model/Event.php:427 msgid "Sat" msgstr "Sat" -#: src/Core/L10n.php:397 src/Model/Event.php:416 +#: src/Core/L10n.php:526 src/Model/Event.php:421 msgid "Sun" msgstr "Sun" -#: src/Core/L10n.php:401 src/Model/Event.php:432 +#: src/Core/L10n.php:530 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:401 src/Model/Event.php:433 +#: src/Core/L10n.php:530 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:401 src/Model/Event.php:434 +#: src/Core/L10n.php:530 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:401 src/Model/Event.php:435 +#: src/Core/L10n.php:530 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:401 src/Model/Event.php:437 +#: src/Core/L10n.php:530 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:401 src/Model/Event.php:438 +#: src/Core/L10n.php:530 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:401 src/Model/Event.php:439 +#: src/Core/L10n.php:530 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:401 +#: src/Core/L10n.php:530 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:401 src/Model/Event.php:441 +#: src/Core/L10n.php:530 src/Model/Event.php:446 msgid "Oct" msgstr "Oct" -#: src/Core/L10n.php:401 src/Model/Event.php:442 +#: src/Core/L10n.php:530 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:401 src/Model/Event.php:443 +#: src/Core/L10n.php:530 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" -#: src/Core/L10n.php:420 -msgid "poke" -msgstr "poke" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, 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/Core/L10n.php:420 -msgid "poked" -msgstr "poked" - -#: src/Core/L10n.php:421 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n.php:421 -msgid "pinged" -msgstr "pinged" - -#: src/Core/L10n.php:422 -msgid "prod" -msgstr "prod" - -#: src/Core/L10n.php:422 -msgid "prodded" -msgstr "prodded" - -#: src/Core/L10n.php:423 -msgid "slap" -msgstr "slap" - -#: src/Core/L10n.php:423 -msgid "slapped" -msgstr "slapped" - -#: src/Core/L10n.php:424 -msgid "finger" -msgstr "finger" - -#: src/Core/L10n.php:424 -msgid "fingered" -msgstr "fingered" - -#: src/Core/L10n.php:425 -msgid "rebuff" -msgstr "rebuff" - -#: src/Core/L10n.php:425 -msgid "rebuffed" -msgstr "rebuffed" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, 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/Core/Renderer.php:89 src/Core/Renderer.php:118 -#: src/Core/Renderer.php:145 src/Core/Renderer.php:179 -#: src/Render/FriendicaSmartyEngine.php:56 +#: src/Core/Renderer.php:147 src/Core/Renderer.php:181 +#: src/Render/FriendicaSmartyEngine.php:60 msgid "" "Friendica can't display this page at the moment, please contact the " "administrator." msgstr "Friendica can't display this page at the moment, please contact the administrator." -#: src/Core/Renderer.php:141 +#: src/Core/Renderer.php:143 msgid "template engine cannot be registered without a name." msgstr "template engine cannot be registered without a name." -#: src/Core/Renderer.php:175 +#: src/Core/Renderer.php:177 msgid "template engine is not registered!" msgstr "template engine is not registered!" -#: src/Core/Update.php:67 +#: src/Core/Storage/Type/FilesystemConfig.php:78 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Core/Storage/Type/FilesystemConfig.php:80 +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/Core/Storage/Type/FilesystemConfig.php:93 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" + +#: src/Core/Update.php:80 #, php-format msgid "" "Updates from version %s are not supported. Please update at least to version" " 2021.01 and wait until the postupdate finished version 1383." msgstr "Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383." -#: src/Core/Update.php:78 +#: src/Core/Update.php:91 #, php-format msgid "" "Updates from postupdate version %s are not supported. Please update at least" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383." -#: src/Core/Update.php:152 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: executing pre update %d" -#: src/Core/Update.php:190 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: executing post update %d" -#: src/Core/Update.php:261 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s failed. See error logs." -#: src/Core/Update.php:314 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -3923,81 +3089,49 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -#: src/Core/Update.php:320 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "The error message is\\n[pre]%s[/pre]" -#: src/Core/Update.php:324 src/Core/Update.php:366 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica Notify] Database update" -#: src/Core/Update.php:360 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +"\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "" -#: src/Core/UserImport.php:125 -msgid "Error decoding account file" -msgstr "Error decoding account file" - -#: src/Core/UserImport.php:131 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" - -#: src/Core/UserImport.php:139 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" - -#: src/Core/UserImport.php:175 -msgid "User creation error" -msgstr "User creation error" - -#: src/Core/UserImport.php:220 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" - -#: src/Core/UserImport.php:273 -msgid "User profile creation error" -msgstr "User profile creation error" - -#: src/Core/UserImport.php:326 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" - -#: src/Database/DBStructure.php:65 +#: src/Database/DBStructure.php:57 #, php-format msgid "The database version had been set to %s." msgstr "The database version had been set to %s." -#: src/Database/DBStructure.php:78 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "The post update is at version %d, it has to be at %d to safely drop the tables." -#: src/Database/DBStructure.php:91 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "No unused tables found." -#: src/Database/DBStructure.php:96 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:134 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "There are no tables on MyISAM or InnoDB with the Antelope file format." -#: src/Database/DBStructure.php:158 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -4005,570 +3139,641 @@ msgid "" "%s\n" msgstr "\nError %d occurred during database update:\n%s\n" -#: src/Database/DBStructure.php:161 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:549 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:553 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Database update" -#: src/Database/DBStructure.php:803 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 -#: src/Module/Special/HTTPException.php:50 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Unauthorized" -#: src/Factory/Api/Mastodon/Error.php:85 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:95 -#: src/Module/Special/HTTPException.php:53 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Internal Server Error" -#: src/LegacyModule.php:49 +#: src/LegacyModule.php:63 #, php-format msgid "Legacy module file not found: %s" msgstr "Legacy module file not found: %s" -#: src/Model/Contact.php:1073 src/Model/Contact.php:1085 -msgid "UnFollow" -msgstr "Unfollow" +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" -#: src/Model/Contact.php:1091 src/Module/Admin/Users/Pending.php:107 -#: src/Module/Notifications/Introductions.php:110 -#: src/Module/Notifications/Introductions.php:182 +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "edit" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "add" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 +#: src/Module/Notifications/Introductions.php:132 +#: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Approve" -#: src/Model/Contact.php:1502 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organisation" -#: src/Model/Contact.php:1510 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2380 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Disallowed profile URL." -#: src/Model/Contact.php:2385 src/Module/Friendica.php:81 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Blocked domain" -#: src/Model/Contact.php:2390 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Connect URL missing." -#: src/Model/Contact.php:2399 +#: src/Model/Contact.php:3040 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:2436 +#: src/Model/Contact.php:3058 +#, php-format +msgid "Expected network %s does not match actual network %s" +msgstr "" + +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "The profile address specified does not provide adequate information." -#: src/Model/Contact.php:2438 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "No compatible communication protocols or feeds were discovered." -#: src/Model/Contact.php:2441 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "An author or name was not found." -#: src/Model/Contact.php:2444 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "No browser URL could be matched to this address." -#: src/Model/Contact.php:2447 +#: src/Model/Contact.php:3086 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:2448 +#: src/Model/Contact.php:3087 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:2454 +#: src/Model/Contact.php:3093 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:2459 +#: src/Model/Contact.php:3098 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:2518 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Unable to retrieve contact information." -#: src/Model/Event.php:52 +#: src/Model/Event.php:54 msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:73 src/Model/Event.php:90 src/Model/Event.php:464 -#: src/Model/Event.php:897 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Starts:" -#: src/Model/Event.php:76 src/Model/Event.php:96 src/Model/Event.php:465 -#: src/Model/Event.php:901 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Finishes:" -#: src/Model/Event.php:414 +#: src/Model/Event.php:419 msgid "all-day" msgstr "All-day" -#: src/Model/Event.php:440 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sep" -#: src/Model/Event.php:462 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 +#: src/Util/Temporal.php:343 +msgid "today" +msgstr "today" + +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:288 src/Util/Temporal.php:353 +msgid "month" +msgstr "month" + +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:289 src/Util/Temporal.php:354 +msgid "week" +msgstr "week" + +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:290 src/Util/Temporal.php:355 +msgid "day" +msgstr "day" + +#: src/Model/Event.php:467 msgid "No events to display" msgstr "No events to display" -#: src/Model/Event.php:578 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Module/Update/Profile.php:56 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 +msgid "Event not found." +msgstr "" + +#: src/Model/Event.php:637 msgid "l, F j" msgstr "l, F j" -#: src/Model/Event.php:609 +#: src/Model/Event.php:664 msgid "Edit event" msgstr "Edit event" -#: src/Model/Event.php:610 +#: src/Model/Event.php:665 msgid "Duplicate event" msgstr "Duplicate event" -#: src/Model/Event.php:611 +#: src/Model/Event.php:666 msgid "Delete event" msgstr "Delete event" -#: src/Model/Event.php:853 src/Module/Debug/Localtime.php:38 +#: src/Model/Event.php:896 src/Module/Debug/Localtime.php:38 msgid "l F d, Y \\@ g:i A" msgstr "l F d, Y \\@ g:i A" -#: src/Model/Event.php:854 +#: src/Model/Event.php:897 msgid "D g:i A" msgstr "D g:i A" -#: src/Model/Event.php:855 +#: src/Model/Event.php:898 msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:916 src/Model/Event.php:918 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Show map" -#: src/Model/Event.php:917 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Hide map" -#: src/Model/Event.php:1009 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s's birthday" -#: src/Model/Event.php:1010 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Happy Birthday, %s!" -#: src/Model/Group.php:92 -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:451 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:483 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:502 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:534 -msgid "add" -msgstr "add" - -#: src/Model/Group.php:539 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:540 src/Module/Group.php:193 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:542 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:543 src/Module/Group.php:178 src/Module/Group.php:201 -#: src/Module/Group.php:276 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:544 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Item.php:1677 +#: src/Model/Item.php:2139 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2628 +#: src/Model/Item.php:3084 msgid "activity" msgstr "activity" -#: src/Model/Item.php:2630 +#: src/Model/Item.php:3086 msgid "comment" msgstr "" -#: src/Model/Item.php:2633 +#: src/Model/Item.php:3089 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "post" -#: src/Model/Item.php:2770 +#: src/Model/Item.php:3259 +#, php-format +msgid "%s is blocked" +msgstr "" + +#: src/Model/Item.php:3261 +#, php-format +msgid "%s is ignored" +msgstr "" + +#: src/Model/Item.php:3263 +#, php-format +msgid "Content from %s is collapsed" +msgstr "" + +#: src/Model/Item.php:3267 #, php-format msgid "Content warning: %s" msgstr "Content warning: %s" -#: src/Model/Item.php:3119 +#: src/Model/Item.php:3720 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3148 src/Model/Item.php:3149 +#: src/Model/Item.php:3751 +#, php-format +msgid "%2$s (%3$d%%, %1$d vote)" +msgid_plural "%2$s (%3$d%%, %1$d votes)" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3753 +#, php-format +msgid "%2$s (%1$d vote)" +msgid_plural "%2$s (%1$d votes)" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3758 +#, php-format +msgid "%d voter. Poll end: %s" +msgid_plural "%d voters. Poll end: %s" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3760 +#, php-format +msgid "%d voter." +msgid_plural "%d voters." +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3762 +#, php-format +msgid "Poll end: %s" +msgstr "" + +#: src/Model/Item.php:3796 src/Model/Item.php:3797 msgid "View on separate page" msgstr "View on separate page" -#: src/Model/Mail.php:134 src/Model/Mail.php:266 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[no subject]" -#: src/Model/Profile.php:356 src/Module/Profile/Profile.php:256 -#: src/Module/Profile/Profile.php:258 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 +msgid "Wall Photos" +msgstr "Wall photos" + +#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 +#: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Edit profile" -#: src/Model/Profile.php:358 +#: src/Model/Profile.php:361 msgid "Change profile photo" msgstr "Change profile photo" -#: src/Model/Profile.php:371 src/Module/Directory.php:155 -#: src/Module/Profile/Profile.php:184 +#: src/Model/Profile.php:374 src/Module/Directory.php:152 +#: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Homepage:" -#: src/Model/Profile.php:372 src/Module/Contact.php:571 -#: src/Module/Notifications/Introductions.php:167 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 +#: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "About:" -#: src/Model/Profile.php:458 +#: src/Model/Profile.php:477 msgid "Atom feed" msgstr "Atom feed" -#: src/Model/Profile.php:496 src/Model/Profile.php:593 -msgid "g A l F d" -msgstr "g A l F d" +#: src/Model/Profile.php:484 +msgid "This website has been verified to belong to the same person." +msgstr "" -#: src/Model/Profile.php:497 +#: src/Model/Profile.php:525 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:559 src/Model/Profile.php:644 +#: src/Model/Profile.php:589 src/Model/Profile.php:678 msgid "[today]" msgstr "[today]" -#: src/Model/Profile.php:569 +#: src/Model/Profile.php:598 msgid "Birthday Reminders" msgstr "Birthday reminders" -#: src/Model/Profile.php:570 +#: src/Model/Profile.php:599 msgid "Birthdays this week:" msgstr "Birthdays this week:" -#: src/Model/Profile.php:631 +#: src/Model/Profile.php:627 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:665 msgid "[No description]" msgstr "[No description]" -#: src/Model/Profile.php:657 +#: src/Model/Profile.php:691 msgid "Event Reminders" msgstr "Event reminders" -#: src/Model/Profile.php:658 +#: src/Model/Profile.php:692 msgid "Upcoming events the next 7 days:" msgstr "Upcoming events the next 7 days:" -#: src/Model/Profile.php:846 +#: src/Model/Profile.php:891 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s welcomes %2$s" -#: src/Model/Profile.php:978 +#: src/Model/Profile.php:1031 msgid "Hometown:" msgstr "Home town:" -#: src/Model/Profile.php:979 +#: src/Model/Profile.php:1032 msgid "Marital Status:" msgstr "Marital Status:" -#: src/Model/Profile.php:980 +#: src/Model/Profile.php:1033 msgid "With:" msgstr "With:" -#: src/Model/Profile.php:981 +#: src/Model/Profile.php:1034 msgid "Since:" msgstr "Since:" -#: src/Model/Profile.php:982 +#: src/Model/Profile.php:1035 msgid "Sexual Preference:" msgstr "Sexual preference:" -#: src/Model/Profile.php:983 +#: src/Model/Profile.php:1036 msgid "Political Views:" msgstr "Political views:" -#: src/Model/Profile.php:984 +#: src/Model/Profile.php:1037 msgid "Religious Views:" msgstr "Religious views:" -#: src/Model/Profile.php:985 +#: src/Model/Profile.php:1038 msgid "Likes:" msgstr "Likes:" -#: src/Model/Profile.php:986 +#: src/Model/Profile.php:1039 msgid "Dislikes:" msgstr "Dislikes:" -#: src/Model/Profile.php:987 +#: src/Model/Profile.php:1040 msgid "Title/Description:" msgstr "Title/Description:" -#: src/Model/Profile.php:988 src/Module/Admin/Summary.php:234 +#: src/Model/Profile.php:1041 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 +#: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Summary" -#: src/Model/Profile.php:989 +#: src/Model/Profile.php:1042 msgid "Musical interests" msgstr "Music:" -#: src/Model/Profile.php:990 +#: src/Model/Profile.php:1043 msgid "Books, literature" msgstr "Books, literature, poetry:" -#: src/Model/Profile.php:991 +#: src/Model/Profile.php:1044 msgid "Television" msgstr "Television:" -#: src/Model/Profile.php:992 +#: src/Model/Profile.php:1045 msgid "Film/dance/culture/entertainment" msgstr "Film, dance, culture, entertainment" -#: src/Model/Profile.php:993 +#: src/Model/Profile.php:1046 msgid "Hobbies/Interests" msgstr "Hobbies/Interests:" -#: src/Model/Profile.php:994 +#: src/Model/Profile.php:1047 msgid "Love/romance" msgstr "Love/Romance:" -#: src/Model/Profile.php:995 +#: src/Model/Profile.php:1048 msgid "Work/employment" msgstr "Work/Employment:" -#: src/Model/Profile.php:996 +#: src/Model/Profile.php:1049 msgid "School/education" msgstr "School/Education:" -#: src/Model/Profile.php:997 +#: src/Model/Profile.php:1050 msgid "Contact information and Social Networks" msgstr "Contact information and other social networks:" -#: src/Model/Storage/FilesystemConfig.php:77 -msgid "Storage base path" -msgstr "Storage base path" - -#: src/Model/Storage/FilesystemConfig.php:79 -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/FilesystemConfig.php:92 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/User.php:208 src/Model/User.php:1050 +#: src/Model/User.php:226 src/Model/User.php:1185 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:589 src/Model/User.php:622 +#: src/Model/User.php:619 src/Model/User.php:652 msgid "Login failed" msgstr "Login failed" -#: src/Model/User.php:654 +#: src/Model/User.php:684 msgid "Not enough information to authenticate" msgstr "Not enough information to authenticate" -#: src/Model/User.php:749 +#: src/Model/User.php:805 msgid "Password can't be empty" msgstr "Password can't be empty" -#: src/Model/User.php:768 +#: src/Model/User.php:847 msgid "Empty passwords are not allowed." msgstr "Empty passwords are not allowed." -#: src/Model/User.php:772 +#: src/Model/User.php:851 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:778 -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:855 +msgid "The password length is limited to 72 characters." +msgstr "" -#: src/Model/User.php:930 +#: src/Model/User.php:859 +msgid "The password can't contain white spaces nor accentuated letters" +msgstr "" + +#: src/Model/User.php:1068 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: src/Model/User.php:937 +#: src/Model/User.php:1075 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:941 +#: src/Model/User.php:1079 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:949 +#: src/Model/User.php:1087 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:962 src/Security/Authentication.php:223 +#: src/Model/User.php:1100 src/Security/Authentication.php:241 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:962 src/Security/Authentication.php:223 +#: src/Model/User.php:1100 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:968 +#: src/Model/User.php:1106 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:982 +#: src/Model/User.php:1120 #, 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:989 +#: src/Model/User.php:1127 #, 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:993 +#: src/Model/User.php:1131 #, 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:1001 +#: src/Model/User.php:1139 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:1006 +#: src/Model/User.php:1144 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:1010 +#: src/Model/User.php:1148 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:1013 +#: src/Model/User.php:1151 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:1017 src/Model/User.php:1025 +#: src/Model/User.php:1155 src/Model/User.php:1161 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:1032 +#: src/Model/User.php:1167 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:1040 src/Model/User.php:1097 +#: src/Model/User.php:1175 src/Model/User.php:1232 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:1084 src/Model/User.php:1088 +#: src/Model/User.php:1219 src/Model/User.php:1223 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:1111 +#: src/Model/User.php:1246 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:1118 +#: src/Model/User.php:1253 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:1123 +#: src/Model/User.php:1258 msgid "Friends" msgstr "Friends" -#: src/Model/User.php:1127 +#: src/Model/User.php:1262 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." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1165 +#: src/Model/User.php:1306 msgid "Profile Photos" msgstr "Profile photos" -#: src/Model/User.php:1359 +#: src/Model/User.php:1486 #, php-format msgid "" "\n" @@ -4576,7 +3781,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tDear %1$s,\n\t\t\tThe administrator of %2$s has set up an account for you." -#: src/Model/User.php:1362 +#: src/Model/User.php:1489 #, php-format msgid "" "\n" @@ -4603,17 +3808,17 @@ msgid "" "\t\tIf you are new and do not know anybody here, they may help\n" "\t\tyou to make some new and interesting friends.\n" "\n" -"\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." -msgstr "\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%1$s\n\t\tLogin Name:\t\t%2$s\n\t\tPassword:\t\t%3$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n\n\t\tThank you and welcome to %4$s." +msgstr "" -#: src/Model/User.php:1395 src/Model/User.php:1502 +#: src/Model/User.php:1522 src/Model/User.php:1629 #, php-format msgid "Registration details for %s" msgstr "Registration details for %s" -#: src/Model/User.php:1415 +#: src/Model/User.php:1542 #, php-format msgid "" "\n" @@ -4628,12 +3833,12 @@ msgid "" "\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:1434 +#: src/Model/User.php:1561 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:1458 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" @@ -4642,7 +3847,7 @@ msgid "" "\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:1466 +#: src/Model/User.php:1593 #, php-format msgid "" "\n" @@ -4669,10 +3874,15 @@ msgid "" "\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" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/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." +msgstr "" + +#: src/Model/User.php:1656 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." @@ -4694,30 +3904,25 @@ msgid "Disable" msgstr "Disable" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:332 msgid "Enable" msgstr "Enable" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 -#: src/Module/Admin/Blocklist/Contact.php:94 -#: src/Module/Admin/Blocklist/Server.php:88 -#: src/Module/Admin/Federation.php:159 src/Module/Admin/Item/Delete.php:65 -#: src/Module/Admin/Logs/Settings.php:80 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:499 -#: src/Module/Admin/Storage.php:139 src/Module/Admin/Summary.php:233 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 -#: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:58 -#: src/Module/Admin/Users/Active.php:136 -#: src/Module/Admin/Users/Blocked.php:137 src/Module/Admin/Users/Create.php:61 -#: src/Module/Admin/Users/Deleted.php:85 src/Module/Admin/Users/Index.php:149 -#: src/Module/Admin/Users/Pending.php:101 +#: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 +#: src/Module/Moderation/Users/Create.php:61 +#: src/Module/Moderation/Users/Pending.php:96 msgid "Administration" msgstr "Administration" #: src/Module/Admin/Addons/Details.php:112 -#: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:93 -#: src/Module/BaseSettings.php:87 +#: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Addons" @@ -4726,13 +3931,13 @@ msgstr "Addons" msgid "Toggle" msgstr "Toggle" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Author: " -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Maintainer: " @@ -4745,11 +3950,22 @@ msgstr "" msgid "Addon %s failed to install." msgstr "Addon %s failed to install." +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 +#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:303 +#: src/Module/Settings/Features.php:76 +msgid "Save Settings" +msgstr "Save settings" + #: src/Module/Admin/Addons/Index.php:70 msgid "Reload active addons" msgstr "Reload active addons" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -4757,232 +3973,6 @@ msgid "" " 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/BaseUsers.php:53 -msgid "List of all users" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:58 -msgid "Active" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:61 -msgid "List of active accounts" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:66 src/Module/Contact.php:703 -#: src/Module/Contact.php:763 -msgid "Pending" -msgstr "Pending" - -#: src/Module/Admin/BaseUsers.php:69 -msgid "List of pending registrations" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:74 src/Module/Contact.php:711 -#: src/Module/Contact.php:764 -msgid "Blocked" -msgstr "Blocked" - -#: src/Module/Admin/BaseUsers.php:77 -msgid "List of blocked users" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:82 -msgid "Deleted" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:85 -msgid "List of pending user deletions" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:103 -msgid "Private Forum" -msgstr "Private Forum" - -#: src/Module/Admin/BaseUsers.php:110 -msgid "Relay" -msgstr "Relay" - -#: src/Module/Admin/Blocklist/Contact.php:54 -msgid "You can't block a local contact, please block the user instead" -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:73 -#, 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:95 -msgid "Remote Contact Blocklist" -msgstr "Remote contact block-list" - -#: src/Module/Admin/Blocklist/Contact.php:96 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "This page allows you to prevent any message from a remote contact to reach your node." - -#: src/Module/Admin/Blocklist/Contact.php:97 -msgid "Block Remote Contact" -msgstr "Block Remote Contact" - -#: src/Module/Admin/Blocklist/Contact.php:98 -#: src/Module/Admin/Users/Active.php:138 -#: src/Module/Admin/Users/Blocked.php:139 src/Module/Admin/Users/Index.php:151 -#: src/Module/Admin/Users/Pending.php:103 -msgid "select all" -msgstr "select all" - -#: src/Module/Admin/Blocklist/Contact.php:99 -msgid "select none" -msgstr "select none" - -#: src/Module/Admin/Blocklist/Contact.php:101 -#: src/Module/Admin/Users/Blocked.php:142 src/Module/Admin/Users/Index.php:156 -#: src/Module/Contact.php:544 src/Module/Contact.php:787 -#: src/Module/Contact.php:1064 -msgid "Unblock" -msgstr "Unblock" - -#: src/Module/Admin/Blocklist/Contact.php:102 -msgid "No remote contact is blocked from this node." -msgstr "No remote contact is blocked from this node." - -#: src/Module/Admin/Blocklist/Contact.php:104 -msgid "Blocked Remote Contacts" -msgstr "Blocked remote contacts" - -#: src/Module/Admin/Blocklist/Contact.php:105 -msgid "Block New Remote Contact" -msgstr "Block new remote contact" - -#: src/Module/Admin/Blocklist/Contact.php:106 -msgid "Photo" -msgstr "Photo" - -#: src/Module/Admin/Blocklist/Contact.php:106 -msgid "Reason" -msgstr "Reason" - -#: src/Module/Admin/Blocklist/Contact.php:114 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "%s total blocked contact" -msgstr[1] "%s total blocked contacts" - -#: src/Module/Admin/Blocklist/Contact.php:116 -msgid "URL of the remote contact to block." -msgstr "URL of the remote contact to block." - -#: src/Module/Admin/Blocklist/Contact.php:117 -msgid "Also purge contact" -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:117 -msgid "" -"Removes all content related to this contact from the node. Keeps the contact" -" record. This action canoot be undone." -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:118 -msgid "Block Reason" -msgstr "Reason for blocking" - -#: src/Module/Admin/Blocklist/Server.php:49 -msgid "Server domain pattern added to blocklist." -msgstr "Server domain pattern added to block-list." - -#: src/Module/Admin/Blocklist/Server.php:79 -#: src/Module/Admin/Blocklist/Server.php:104 -msgid "Blocked server domain pattern" -msgstr "Blocked server domain pattern" - -#: src/Module/Admin/Blocklist/Server.php:80 -#: src/Module/Admin/Blocklist/Server.php:105 src/Module/Friendica.php:82 -msgid "Reason for the block" -msgstr "Reason for the block" - -#: src/Module/Admin/Blocklist/Server.php:81 -msgid "Delete server domain pattern" -msgstr "Delete server domain pattern" - -#: src/Module/Admin/Blocklist/Server.php:81 -msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the block-list" - -#: src/Module/Admin/Blocklist/Server.php:89 -msgid "Server Domain Pattern Blocklist" -msgstr "Server domain pattern block-list" - -#: src/Module/Admin/Blocklist/Server.php:90 -msgid "" -"This page can be used to define a blocklist 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:91 -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:92 -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:98 -msgid "Add new entry to block list" -msgstr "Add new entry to block-list" - -#: src/Module/Admin/Blocklist/Server.php:99 -msgid "Server Domain Pattern" -msgstr "Server Domain Pattern" - -#: src/Module/Admin/Blocklist/Server.php:99 -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:100 -msgid "Block reason" -msgstr "Block reason" - -#: src/Module/Admin/Blocklist/Server.php:100 -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:101 -msgid "Add Entry" -msgstr "Add entry" - -#: src/Module/Admin/Blocklist/Server.php:102 -msgid "Save changes to the blocklist" -msgstr "Save changes to the block-list" - -#: src/Module/Admin/Blocklist/Server.php:103 -msgid "Current Entries in the Blocklist" -msgstr "Current entries in the block-list" - -#: src/Module/Admin/Blocklist/Server.php:106 -msgid "Delete entry from blocklist" -msgstr "Delete entry from block-list" - -#: src/Module/Admin/Blocklist/Server.php:109 -msgid "Delete entry from blocklist?" -msgstr "Delete entry from block-list?" - #: src/Module/Admin/DBSync.php:51 msgid "Update has been marked successful" msgstr "Update has been marked successful" @@ -5017,28 +4007,28 @@ msgstr "Update %s did not return a status. Unknown if it succeeded." 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:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "No failed updates." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "Check database structure" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Failed updates" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 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:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "Mark success (if update was manually applied)" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "Attempt to execute this update step automatically" @@ -5047,164 +4037,145 @@ msgstr "Attempt to execute this update step automatically" msgid "Lock feature %s" msgstr "Lock feature %s" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "Manage additional features" -#: src/Module/Admin/Federation.php:56 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Other" -#: src/Module/Admin/Federation.php:118 src/Module/Admin/Federation.php:348 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "unknown" -#: src/Module/Admin/Federation.php:154 +#: src/Module/Admin/Federation.php:187 +#, php-format +msgid "%2$s total system" +msgid_plural "%2$s total systems" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:188 +#, php-format +msgid "%2$s active user last month" +msgid_plural "%2$s active users last month" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:189 +#, php-format +msgid "%2$s active user last six months" +msgid_plural "%2$s active users last six months" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:190 +#, php-format +msgid "%2$s registered user" +msgid_plural "%2$s registered users" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:191 +#, php-format +msgid "%2$s locally created post or comment" +msgid_plural "%2$s locally created posts and comments" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "%2$s post per user" +msgid_plural "%2$s posts per user" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:199 +#, php-format +msgid "%2$s user per system" +msgid_plural "%2$s users per system" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:209 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:160 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Federation statistics" -#: src/Module/Admin/Federation.php:164 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " +"Currently this node is aware of %2$s node (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " "following platforms:" -msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" +msgid_plural "" +"Currently this node is aware of %2$s nodes (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " +"following platforms:" +msgstr[0] "" +msgstr[1] "" -#: src/Module/Admin/Item/Delete.php:54 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: src/Module/Admin/Item/Delete.php:66 src/Module/BaseAdmin.php:106 -msgid "Delete Item" -msgstr "Delete item" - -#: src/Module/Admin/Item/Delete.php:67 -msgid "Delete this Item" -msgstr "Delete" - -#: src/Module/Admin/Item/Delete.php:68 -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:69 -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:70 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:70 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: src/Module/Admin/Item/Source.php:57 src/Module/BaseAdmin.php:116 -msgid "Item Source" -msgstr "Item source" - -#: src/Module/Admin/Item/Source.php:58 -msgid "Item Guid" -msgstr "Item Guid" - -#: src/Module/Admin/Item/Source.php:63 -msgid "Item Id" -msgstr "" - -#: src/Module/Admin/Item/Source.php:64 -msgid "Item URI" -msgstr "" - -#: src/Module/Admin/Item/Source.php:66 -msgid "Terms" -msgstr "" - -#: src/Module/Admin/Item/Source.php:67 -msgid "Tag" -msgstr "" - -#: src/Module/Admin/Item/Source.php:68 src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Index.php:142 -msgid "Type" -msgstr "Type" - -#: src/Module/Admin/Item/Source.php:69 -msgid "Term" -msgstr "" - -#: src/Module/Admin/Item/Source.php:70 -msgid "URL" -msgstr "" - -#: src/Module/Admin/Item/Source.php:71 -msgid "Mention" -msgstr "" - -#: src/Module/Admin/Item/Source.php:72 -msgid "Implicit Mention" -msgstr "" - -#: src/Module/Admin/Item/Source.php:73 src/Module/Admin/Logs/View.php:98 -#: src/Module/Debug/ActivityPubConversion.php:62 -msgid "Source" -msgstr "" - -#: src/Module/Admin/Logs/Settings.php:48 +#: src/Module/Admin/Logs/Settings.php:47 #, 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:72 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "PHP log currently enabled." -#: src/Module/Admin/Logs/Settings.php:74 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "PHP log currently disabled." -#: src/Module/Admin/Logs/Settings.php:81 src/Module/BaseAdmin.php:108 -#: src/Module/BaseAdmin.php:109 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 +#: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Logs" -#: src/Module/Admin/Logs/Settings.php:83 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Clear" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "Enable debugging" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Log file" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:92 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:89 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Log level" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "PHP logging" -#: src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -5227,7 +4198,7 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:110 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "View logs" @@ -5236,7 +4207,7 @@ msgid "Search in logs" msgstr "" #: src/Module/Admin/Logs/View.php:88 -#: src/Module/Notifications/Notifications.php:126 +#: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "Show all" @@ -5264,10 +4235,19 @@ msgstr "" msgid "Click to view details" msgstr "" +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 +msgid "Event details" +msgstr "Event details" + #: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" +#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Debug/ActivityPubConversion.php:57 +msgid "Source" +msgstr "" + #: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" @@ -5324,465 +4304,472 @@ msgstr "" msgid "Job Parameters" msgstr "Job Parameters" +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 +msgid "Created" +msgstr "Created" + #: src/Module/Admin/Queue.php:79 msgid "Priority" msgstr "Priority" -#: src/Module/Admin/Site.php:70 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: src/Module/Admin/Site.php:124 -msgid "Relocation started. Could take a while to complete." +#: src/Module/Admin/Site.php:212 +#, php-format +msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:404 src/Module/Settings/Display.php:139 +#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:211 msgid "No special theme for mobile devices" msgstr "No special theme for mobile devices" -#: src/Module/Admin/Site.php:421 src/Module/Settings/Display.php:149 +#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:221 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimental)" -#: src/Module/Admin/Site.php:433 -msgid "No community page for local users" -msgstr "No community page for local users" - -#: src/Module/Admin/Site.php:434 +#: src/Module/Admin/Site.php:342 msgid "No community page" msgstr "No community page" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:343 +msgid "No community page for visitors" +msgstr "" + +#: src/Module/Admin/Site.php:344 msgid "Public postings from users of this site" msgstr "Public postings from users of this site" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:345 msgid "Public postings from the federated network" msgstr "Public postings from the federated network" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:346 msgid "Public postings from local users and the federated network" msgstr "Public postings from local users and the federated network" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:352 msgid "Multi user instance" msgstr "Multi user instance" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:375 msgid "Closed" msgstr "Closed" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:376 msgid "Requires approval" msgstr "Requires approval" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:377 msgid "Open" msgstr "Open" -#: src/Module/Admin/Site.php:476 src/Module/Install.php:215 -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:477 src/Module/Install.php:216 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:478 src/Module/Install.php:217 -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:482 +#: src/Module/Admin/Site.php:381 msgid "Don't check" msgstr "Don't check" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:382 msgid "check the stable version" msgstr "check for stable version updates" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:383 msgid "check the development version" msgstr "check for development version updates" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:387 msgid "none" msgstr "none" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:388 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:389 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:500 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Site" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:400 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:402 msgid "Republish users to directory" msgstr "Republish users to directory" -#: src/Module/Admin/Site.php:504 src/Module/Register.php:141 +#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 msgid "Registration" msgstr "Join this Friendica Node Today" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:404 msgid "File upload" msgstr "File upload" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:405 msgid "Policies" msgstr "Policies" -#: src/Module/Admin/Site.php:508 +#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 +msgid "Advanced" +msgstr "Advanced" + +#: src/Module/Admin/Site.php:407 msgid "Auto Discovered Contact Directory" msgstr "Auto-discovered contact directory" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:408 msgid "Performance" msgstr "Performance" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:409 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:511 +#: src/Module/Admin/Site.php:410 msgid "Message Relay" msgstr "Message relay" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:411 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:412 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:413 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:516 -msgid "Relocate Instance" -msgstr "Relocate Instance" +#: src/Module/Admin/Site.php:415 +msgid "Relocate Node" +msgstr "" -#: src/Module/Admin/Site.php:517 +#: src/Module/Admin/Site.php:416 msgid "" -"Warning! Advanced function. Could make this server " -"unreachable." -msgstr "Warning! Advanced function. Could make this server unreachable." +"Relocating your node enables you to change the DNS domain of this node and " +"keep all the existing users and posts. This process takes a while and can " +"only be started from the relocate console command like this:" +msgstr "" -#: src/Module/Admin/Site.php:521 +#: src/Module/Admin/Site.php:417 +msgid "(Friendica directory)# bin/console relocate https://newdomain.com" +msgstr "" + +#: src/Module/Admin/Site.php:420 msgid "Site name" msgstr "Site name" -#: src/Module/Admin/Site.php:522 +#: src/Module/Admin/Site.php:421 msgid "Sender Email" msgstr "Sender email" -#: src/Module/Admin/Site.php:522 +#: src/Module/Admin/Site.php:421 msgid "" "The email address your server shall use to send notification emails from." msgstr "The email address your server shall use to send notification emails from." -#: src/Module/Admin/Site.php:523 +#: src/Module/Admin/Site.php:422 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:523 +#: src/Module/Admin/Site.php:422 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:524 +#: src/Module/Admin/Site.php:423 msgid "Banner/Logo" msgstr "Banner/Logo" -#: src/Module/Admin/Site.php:525 +#: src/Module/Admin/Site.php:424 msgid "Email Banner/Logo" msgstr "Email Banner/Logo" -#: src/Module/Admin/Site.php:526 +#: src/Module/Admin/Site.php:425 msgid "Shortcut icon" msgstr "Shortcut icon" -#: src/Module/Admin/Site.php:526 +#: src/Module/Admin/Site.php:425 msgid "Link to an icon that will be used for browsers." msgstr "Link to an icon that will be used for browsers." -#: src/Module/Admin/Site.php:527 +#: src/Module/Admin/Site.php:426 msgid "Touch icon" msgstr "Touch icon" -#: src/Module/Admin/Site.php:527 +#: src/Module/Admin/Site.php:426 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Link to an icon that will be used for tablets and mobiles." -#: src/Module/Admin/Site.php:528 +#: src/Module/Admin/Site.php:427 msgid "Additional Info" msgstr "Additional Info" -#: src/Module/Admin/Site.php:528 +#: src/Module/Admin/Site.php:427 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "For public servers: You can add additional information here that will be listed at %s/servers." -#: src/Module/Admin/Site.php:529 +#: src/Module/Admin/Site.php:428 msgid "System language" msgstr "System language" -#: src/Module/Admin/Site.php:530 +#: src/Module/Admin/Site.php:429 msgid "System theme" msgstr "System theme" -#: src/Module/Admin/Site.php:530 +#: src/Module/Admin/Site.php:429 +#, php-format msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "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" +msgstr "" -#: src/Module/Admin/Site.php:531 +#: src/Module/Admin/Site.php:430 msgid "Mobile system theme" msgstr "Mobile system theme" -#: src/Module/Admin/Site.php:531 +#: src/Module/Admin/Site.php:430 msgid "Theme for mobile devices" msgstr "Theme for mobile devices" -#: src/Module/Admin/Site.php:532 src/Module/Install.php:225 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:532 src/Module/Install.php:227 -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:533 +#: src/Module/Admin/Site.php:431 msgid "Force SSL" msgstr "Force SSL" -#: src/Module/Admin/Site.php:533 +#: src/Module/Admin/Site.php:431 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." -#: src/Module/Admin/Site.php:534 +#: src/Module/Admin/Site.php:432 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:534 +#: src/Module/Admin/Site.php:432 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:535 +#: src/Module/Admin/Site.php:433 msgid "Single user instance" msgstr "Single user instance" -#: src/Module/Admin/Site.php:535 +#: src/Module/Admin/Site.php:433 msgid "Make this instance multi-user or single-user for the named user" msgstr "Make this instance multi-user or single-user for the named user" -#: src/Module/Admin/Site.php:537 +#: src/Module/Admin/Site.php:435 msgid "Maximum image size" msgstr "Maximum image size" -#: src/Module/Admin/Site.php:537 +#: src/Module/Admin/Site.php:435 +#, php-format msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." +"Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" +msgstr "" -#: src/Module/Admin/Site.php:538 +#: src/Module/Admin/Site.php:439 msgid "Maximum image length" msgstr "Maximum image length" -#: src/Module/Admin/Site.php:538 +#: src/Module/Admin/Site.php:439 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." -#: src/Module/Admin/Site.php:539 +#: src/Module/Admin/Site.php:440 msgid "JPEG image quality" msgstr "JPEG image quality" -#: src/Module/Admin/Site.php:539 +#: src/Module/Admin/Site.php:440 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." -#: src/Module/Admin/Site.php:541 +#: src/Module/Admin/Site.php:442 msgid "Register policy" msgstr "Registration policy" -#: src/Module/Admin/Site.php:542 +#: src/Module/Admin/Site.php:443 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:443 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:444 msgid "Maximum Daily Registrations" msgstr "Maximum daily registrations" -#: src/Module/Admin/Site.php:542 +#: src/Module/Admin/Site.php:444 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." -#: src/Module/Admin/Site.php:543 +#: src/Module/Admin/Site.php:445 msgid "Register text" msgstr "Registration text" -#: src/Module/Admin/Site.php:543 +#: src/Module/Admin/Site.php:445 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Will be displayed prominently on the registration page. You may use BBCode here." -#: src/Module/Admin/Site.php:544 +#: src/Module/Admin/Site.php:446 msgid "Forbidden Nicknames" msgstr "Forbidden Nicknames" -#: src/Module/Admin/Site.php:544 +#: src/Module/Admin/Site.php:446 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." -#: src/Module/Admin/Site.php:545 +#: src/Module/Admin/Site.php:447 msgid "Accounts abandoned after x days" msgstr "Accounts abandoned after so many days" -#: src/Module/Admin/Site.php:545 +#: src/Module/Admin/Site.php:447 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." -#: src/Module/Admin/Site.php:546 +#: src/Module/Admin/Site.php:448 msgid "Allowed friend domains" msgstr "Allowed friend domains" -#: src/Module/Admin/Site.php:546 +#: src/Module/Admin/Site.php:448 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" -#: src/Module/Admin/Site.php:547 +#: src/Module/Admin/Site.php:449 msgid "Allowed email domains" msgstr "Allowed email domains" -#: src/Module/Admin/Site.php:547 +#: src/Module/Admin/Site.php:449 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" -#: src/Module/Admin/Site.php:548 +#: src/Module/Admin/Site.php:450 msgid "No OEmbed rich content" msgstr "No OEmbed rich content" -#: src/Module/Admin/Site.php:548 +#: src/Module/Admin/Site.php:450 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." -#: src/Module/Admin/Site.php:549 +#: src/Module/Admin/Site.php:451 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:549 +#: src/Module/Admin/Site.php:451 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:550 +#: src/Module/Admin/Site.php:452 msgid "Block public" msgstr "Block public" -#: src/Module/Admin/Site.php:550 +#: src/Module/Admin/Site.php:452 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "Force publish" msgstr "Mandatory directory listing" -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Force all profiles on this site to be listed in the site directory." -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Enabling this may violate privacy laws like the GDPR" -#: src/Module/Admin/Site.php:552 +#: src/Module/Admin/Site.php:454 msgid "Global directory URL" msgstr "Global directory URL" -#: src/Module/Admin/Site.php:552 +#: src/Module/Admin/Site.php:454 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." -#: src/Module/Admin/Site.php:553 +#: src/Module/Admin/Site.php:455 msgid "Private posts by default for new users" msgstr "Private posts by default for new users" -#: src/Module/Admin/Site.php:553 +#: src/Module/Admin/Site.php:455 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:554 +#: src/Module/Admin/Site.php:456 msgid "Don't include post content in email notifications" msgstr "Don't include post content in email notifications" -#: src/Module/Admin/Site.php:554 +#: src/Module/Admin/Site.php:456 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." -#: src/Module/Admin/Site.php:555 +#: src/Module/Admin/Site.php:457 msgid "Disallow public access to addons listed in the apps menu." msgstr "Disallow public access to addons listed in the apps menu." -#: src/Module/Admin/Site.php:555 +#: src/Module/Admin/Site.php:457 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Checking this box will restrict addons listed in the apps menu to members only." -#: src/Module/Admin/Site.php:556 +#: src/Module/Admin/Site.php:458 msgid "Don't embed private images in posts" msgstr "Don't embed private images in posts" -#: src/Module/Admin/Site.php:556 +#: src/Module/Admin/Site.php:458 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 " @@ -5790,11 +4777,11 @@ msgid "" "while." msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." -#: src/Module/Admin/Site.php:557 +#: src/Module/Admin/Site.php:459 msgid "Explicit Content" msgstr "Explicit Content" -#: src/Module/Admin/Site.php:557 +#: src/Module/Admin/Site.php:459 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 " @@ -5803,255 +4790,267 @@ msgid "" "will be shown at the user registration page." msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." -#: src/Module/Admin/Site.php:558 +#: src/Module/Admin/Site.php:460 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:558 +#: src/Module/Admin/Site.php:460 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:559 +#: src/Module/Admin/Site.php:461 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:559 +#: src/Module/Admin/Site.php:461 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:560 +#: src/Module/Admin/Site.php:462 msgid "Allow Users to set remote_self" msgstr "Allow users to set \"Remote self\"" -#: src/Module/Admin/Site.php:560 +#: src/Module/Admin/Site.php:462 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." -#: src/Module/Admin/Site.php:561 +#: src/Module/Admin/Site.php:463 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:561 +#: src/Module/Admin/Site.php:463 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:562 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:562 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:563 +#: src/Module/Admin/Site.php:465 msgid "Enable Fullname check" msgstr "" -#: src/Module/Admin/Site.php:563 +#: src/Module/Admin/Site.php:465 msgid "" "Enable check to only allow users to register with a space between the first " "name and the last name in their full name." msgstr "" -#: src/Module/Admin/Site.php:564 +#: src/Module/Admin/Site.php:466 +msgid "Email administrators on new registration" +msgstr "" + +#: src/Module/Admin/Site.php:466 +msgid "" +"If enabled and the system is set to an open registration, an email for each " +"new registration is sent to the administrators." +msgstr "" + +#: src/Module/Admin/Site.php:467 msgid "Community pages for visitors" msgstr "Community pages for visitors" -#: src/Module/Admin/Site.php:564 +#: src/Module/Admin/Site.php:467 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Community pages that should be available for visitors. Local users always see both pages." -#: src/Module/Admin/Site.php:565 +#: src/Module/Admin/Site.php:468 msgid "Posts per user on community page" msgstr "Posts per user on community page" -#: src/Module/Admin/Site.php:565 +#: src/Module/Admin/Site.php:468 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")" -#: src/Module/Admin/Site.php:567 +#: src/Module/Admin/Site.php:470 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:567 +#: src/Module/Admin/Site.php:470 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:568 +#: src/Module/Admin/Site.php:471 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:569 +#: src/Module/Admin/Site.php:472 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:569 +#: src/Module/Admin/Site.php:472 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:571 +#: src/Module/Admin/Site.php:474 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." -#: src/Module/Admin/Site.php:572 +#: src/Module/Admin/Site.php:475 msgid "Enable Diaspora support" msgstr "Enable diaspora* support" -#: src/Module/Admin/Site.php:572 +#: src/Module/Admin/Site.php:475 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:573 +#: src/Module/Admin/Site.php:476 msgid "Verify SSL" msgstr "Verify SSL" -#: src/Module/Admin/Site.php:573 +#: src/Module/Admin/Site.php:476 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." -#: src/Module/Admin/Site.php:574 +#: src/Module/Admin/Site.php:477 msgid "Proxy user" msgstr "Proxy user" -#: src/Module/Admin/Site.php:575 +#: src/Module/Admin/Site.php:477 +msgid "User name for the proxy server." +msgstr "" + +#: src/Module/Admin/Site.php:478 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Module/Admin/Site.php:576 +#: src/Module/Admin/Site.php:478 +msgid "" +"If you want to use a proxy server that Friendica should use to connect to " +"the network, put the URL of the proxy here." +msgstr "" + +#: src/Module/Admin/Site.php:479 msgid "Network timeout" msgstr "Network timeout" -#: src/Module/Admin/Site.php:576 +#: src/Module/Admin/Site.php:479 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." -#: src/Module/Admin/Site.php:577 +#: src/Module/Admin/Site.php:480 msgid "Maximum Load Average" msgstr "Maximum load average" -#: src/Module/Admin/Site.php:577 +#: src/Module/Admin/Site.php:480 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Maximum system load before delivery and poll processes are deferred - default %d." -#: src/Module/Admin/Site.php:578 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: src/Module/Admin/Site.php:578 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: src/Module/Admin/Site.php:579 +#: src/Module/Admin/Site.php:481 msgid "Minimal Memory" msgstr "Minimal memory" -#: src/Module/Admin/Site.php:579 +#: src/Module/Admin/Site.php:481 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." -#: src/Module/Admin/Site.php:580 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:580 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:582 +#: src/Module/Admin/Site.php:484 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:582 +#: src/Module/Admin/Site.php:484 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:583 +#: src/Module/Admin/Site.php:485 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:584 +#: src/Module/Admin/Site.php:486 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:585 +#: src/Module/Admin/Site.php:487 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:587 +#: src/Module/Admin/Site.php:489 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:587 +#: src/Module/Admin/Site.php:489 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:589 +#: src/Module/Admin/Site.php:491 msgid "Days between requery" msgstr "Days between enquiry" -#: src/Module/Admin/Site.php:589 +#: src/Module/Admin/Site.php:491 msgid "Number of days after which a server is requeried for his contacts." msgstr "Number of days after which a server is required check contacts." -#: src/Module/Admin/Site.php:590 +#: src/Module/Admin/Site.php:492 msgid "Discover contacts from other servers" msgstr "Discover contacts from other servers" -#: src/Module/Admin/Site.php:590 +#: src/Module/Admin/Site.php:492 msgid "" "Periodically query other servers for contacts. The system queries Friendica," " Mastodon and Hubzilla servers." msgstr "" -#: src/Module/Admin/Site.php:591 +#: src/Module/Admin/Site.php:493 msgid "Search the local directory" msgstr "Search the local directory" -#: src/Module/Admin/Site.php:591 +#: src/Module/Admin/Site.php:493 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." -#: src/Module/Admin/Site.php:593 +#: src/Module/Admin/Site.php:495 msgid "Publish server information" msgstr "Publish server information" -#: src/Module/Admin/Site.php:593 +#: src/Module/Admin/Site.php:495 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 " @@ -6059,50 +5058,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -#: src/Module/Admin/Site.php:595 +#: src/Module/Admin/Site.php:497 msgid "Check upstream version" msgstr "Check upstream version" -#: src/Module/Admin/Site.php:595 +#: src/Module/Admin/Site.php:497 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." -#: src/Module/Admin/Site.php:596 +#: src/Module/Admin/Site.php:498 msgid "Suppress Tags" msgstr "Suppress tags" -#: src/Module/Admin/Site.php:596 +#: src/Module/Admin/Site.php:498 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Suppress listed hashtags at the end of posts." -#: src/Module/Admin/Site.php:597 +#: src/Module/Admin/Site.php:499 msgid "Clean database" msgstr "Clean database" -#: src/Module/Admin/Site.php:597 +#: src/Module/Admin/Site.php:499 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Remove old remote items, orphaned database records and old content from some other helper tables." -#: src/Module/Admin/Site.php:598 +#: src/Module/Admin/Site.php:500 msgid "Lifespan of remote items" msgstr "Lifespan of remote items" -#: src/Module/Admin/Site.php:598 +#: src/Module/Admin/Site.php:500 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 "If the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour." -#: src/Module/Admin/Site.php:599 +#: src/Module/Admin/Site.php:501 msgid "Lifespan of unclaimed items" msgstr "Lifespan of unclaimed items" -#: src/Module/Admin/Site.php:599 +#: src/Module/Admin/Site.php:501 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -6110,144 +5109,144 @@ msgid "" "items if set to 0." msgstr "If the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." -#: src/Module/Admin/Site.php:600 +#: src/Module/Admin/Site.php:502 msgid "Lifespan of raw conversation data" msgstr "Lifespan of raw conversation data" -#: src/Module/Admin/Site.php:600 +#: src/Module/Admin/Site.php:502 msgid "" "The conversation data is used for ActivityPub and OStatus, as well as for " "debug purposes. It should be safe to remove it after 14 days, default is 90 " "days." msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." -#: src/Module/Admin/Site.php:601 +#: src/Module/Admin/Site.php:503 msgid "Maximum numbers of comments per post" msgstr "Maximum numbers of comments per post" -#: src/Module/Admin/Site.php:601 +#: src/Module/Admin/Site.php:503 msgid "How much comments should be shown for each post? Default value is 100." msgstr "How many comments should be shown for each post? (Default 100)" -#: src/Module/Admin/Site.php:602 +#: src/Module/Admin/Site.php:504 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:602 +#: src/Module/Admin/Site.php:504 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:603 +#: src/Module/Admin/Site.php:505 msgid "Temp path" msgstr "Temp path" -#: src/Module/Admin/Site.php:603 +#: src/Module/Admin/Site.php:505 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." -#: src/Module/Admin/Site.php:604 +#: src/Module/Admin/Site.php:506 msgid "Only search in tags" msgstr "Only search in tags" -#: src/Module/Admin/Site.php:604 +#: src/Module/Admin/Site.php:506 msgid "On large systems the text search can slow down the system extremely." msgstr "On large systems the text search can slow down the system significantly." -#: src/Module/Admin/Site.php:606 -msgid "New base url" -msgstr "New base URL" +#: src/Module/Admin/Site.php:507 +msgid "Generate counts per contact circle when calculating network count" +msgstr "" -#: src/Module/Admin/Site.php:606 +#: src/Module/Admin/Site.php:507 msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "" -#: src/Module/Admin/Site.php:608 +#: src/Module/Admin/Site.php:509 msgid "Maximum number of parallel workers" msgstr "Maximum number of parallel workers" -#: src/Module/Admin/Site.php:608 +#: src/Module/Admin/Site.php:509 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." -#: src/Module/Admin/Site.php:609 +#: src/Module/Admin/Site.php:510 msgid "Enable fastlane" msgstr "Enable fast-lane" -#: src/Module/Admin/Site.php:609 +#: src/Module/Admin/Site.php:510 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." +msgstr "When enabled, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." -#: src/Module/Admin/Site.php:611 +#: src/Module/Admin/Site.php:512 msgid "Direct relay transfer" msgstr "Direct relay transfer" -#: src/Module/Admin/Site.php:611 +#: src/Module/Admin/Site.php:512 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Enables direct transfer to other servers without using a relay server." -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "Relay scope" msgstr "Relay scope" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "" "Can be \"all\" or \"tags\". \"all\" means that every public post should be " "received. \"tags\" means that only posts with selected tags should be " "received." msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." -#: src/Module/Admin/Site.php:612 src/Module/Contact.php:473 -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "Disabled" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "all" msgstr "all" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "tags" msgstr "tags" -#: src/Module/Admin/Site.php:613 +#: src/Module/Admin/Site.php:514 msgid "Server tags" msgstr "Server tags" -#: src/Module/Admin/Site.php:613 +#: src/Module/Admin/Site.php:514 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Comma separated list of tags for the \"tags\" subscription." -#: src/Module/Admin/Site.php:614 +#: src/Module/Admin/Site.php:515 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:614 +#: src/Module/Admin/Site.php:515 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:615 +#: src/Module/Admin/Site.php:516 msgid "Allow user tags" msgstr "Allow user tags" -#: src/Module/Admin/Site.php:615 +#: src/Module/Admin/Site.php:516 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"." -#: src/Module/Admin/Site.php:618 +#: src/Module/Admin/Site.php:519 msgid "Start Relocation" msgstr "Start relocation" @@ -6261,48 +5260,54 @@ msgstr "" msgid "Storage backend %s error: %s" msgstr "" -#: src/Module/Admin/Storage.php:85 src/Module/Admin/Storage.php:88 +#: src/Module/Admin/Storage.php:84 src/Module/Admin/Storage.php:87 msgid "Invalid storage backend setting value." msgstr "Invalid storage backend settings." -#: src/Module/Admin/Storage.php:140 +#: src/Module/Admin/Storage.php:139 msgid "Current Storage Backend" msgstr "" -#: src/Module/Admin/Storage.php:141 +#: src/Module/Admin/Storage.php:140 msgid "Storage Configuration" msgstr "" -#: src/Module/Admin/Storage.php:142 src/Module/BaseAdmin.php:91 +#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:91 msgid "Storage" msgstr "" -#: src/Module/Admin/Storage.php:144 +#: src/Module/Admin/Storage.php:143 msgid "Save & Use storage backend" msgstr "" -#: src/Module/Admin/Storage.php:145 +#: src/Module/Admin/Storage.php:144 msgid "Use storage backend" msgstr "" -#: src/Module/Admin/Storage.php:146 +#: src/Module/Admin/Storage.php:145 msgid "Save & Reload" msgstr "" -#: src/Module/Admin/Storage.php:147 +#: src/Module/Admin/Storage.php:146 msgid "This backend doesn't have custom settings" msgstr "" +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + #: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "Database (legacy)" -#: src/Module/Admin/Summary.php:54 +#: src/Module/Admin/Summary.php:55 #, php-format msgid "Template engine (%s) error: %s" msgstr "" -#: src/Module/Admin/Summary.php:58 +#: src/Module/Admin/Summary.php:59 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " @@ -6313,7 +5318,7 @@ 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:63 +#: src/Module/Admin/Summary.php:64 #, php-format msgid "" "Your DB still runs with InnoDB tables in the Antelope file format. You " @@ -6324,7 +5329,7 @@ msgid "" " installation for an automatic conversion.
    " msgstr "Your DB still runs with InnoDB tables in the Antelope file format. You should change the file format to Barracuda. Friendica is using features that are not provided by the Antelope format. 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:73 +#: src/Module/Admin/Summary.php:74 #, php-format msgid "" "Your table_definition_cache is too low (%d). This can lead to the database " @@ -6332,39 +5337,46 @@ msgid "" " to %d. See here for more information.
    " msgstr "" -#: src/Module/Admin/Summary.php:83 +#: src/Module/Admin/Summary.php:85 #, 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:92 +#: src/Module/Admin/Summary.php:94 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:96 +#: src/Module/Admin/Summary.php:98 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:101 +#: src/Module/Admin/Summary.php:102 +msgid "" +"The system.url entry is missing. This is a low level setting and can lead to" +" unexpected behavior. Please add a valid entry as soon as possible in the " +"config file or per console command!" +msgstr "" + +#: src/Module/Admin/Summary.php:107 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:103 +#: src/Module/Admin/Summary.php:109 #, 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:108 +#: src/Module/Admin/Summary.php:114 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -6373,7 +5385,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:112 +#: src/Module/Admin/Summary.php:118 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -6382,7 +5394,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:118 +#: src/Module/Admin/Summary.php:124 #, php-format msgid "" "%s is not reachable on your system. This is a severe " @@ -6390,83 +5402,40 @@ 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:136 -#, 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:150 -#, 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:166 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "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:174 +#: src/Module/Admin/Summary.php:156 #, 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:182 +#: src/Module/Admin/Summary.php:164 #, 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:189 -msgid "Normal Account" -msgstr "Standard account" - -#: src/Module/Admin/Summary.php:190 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: src/Module/Admin/Summary.php:191 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: src/Module/Admin/Summary.php:192 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: src/Module/Admin/Summary.php:193 -msgid "Blog Account" -msgstr "Blog account" - -#: src/Module/Admin/Summary.php:194 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: src/Module/Admin/Summary.php:214 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Message queues" -#: src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Server Settings" -#: src/Module/Admin/Summary.php:236 -msgid "Registered users" -msgstr "Registered users" - -#: src/Module/Admin/Summary.php:238 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: src/Module/Admin/Summary.php:239 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:243 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Active addons" @@ -6490,11 +5459,11 @@ msgid "Screenshot" msgstr "Screenshot" #: src/Module/Admin/Themes/Details.php:91 -#: src/Module/Admin/Themes/Index.php:112 src/Module/BaseAdmin.php:94 +#: src/Module/Admin/Themes/Index.php:112 src/Module/BaseAdmin.php:93 msgid "Themes" msgstr "Theme selection" -#: src/Module/Admin/Themes/Embed.php:65 +#: src/Module/Admin/Themes/Embed.php:80 msgid "Unknown theme." msgstr "Unknown theme." @@ -6506,245 +5475,69 @@ msgstr "" msgid "Reload active themes" msgstr "Reload active themes" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, 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:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "[Experimental]" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "[Unsupported]" -#: src/Module/Admin/Tos.php:60 +#: src/Module/Admin/Tos.php:79 msgid "Display Terms of Service" msgstr "Display Terms of Service" -#: src/Module/Admin/Tos.php:60 +#: src/Module/Admin/Tos.php:79 msgid "" "Enable the Terms of Service page. If this is enabled a link to the terms " "will be added to the registration form and the general information page." msgstr "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page." -#: src/Module/Admin/Tos.php:61 +#: src/Module/Admin/Tos.php:80 msgid "Display Privacy Statement" msgstr "Display Privacy Statement" -#: src/Module/Admin/Tos.php:61 +#: src/Module/Admin/Tos.php:80 #, php-format msgid "" "Show some informations regarding the needed information to operate the node " -"according e.g. to EU-GDPR." +"according e.g. to EU-GDPR." msgstr "Show information needed to operate the node according to EU-GDPR." -#: src/Module/Admin/Tos.php:62 +#: src/Module/Admin/Tos.php:81 msgid "Privacy Statement Preview" msgstr "Privacy Statement Preview" -#: src/Module/Admin/Tos.php:64 +#: src/Module/Admin/Tos.php:83 msgid "The Terms of Service" msgstr "Terms of Service" -#: src/Module/Admin/Tos.php:64 +#: src/Module/Admin/Tos.php:83 msgid "" "Enter the Terms of Service for your node here. You can use BBCode. Headers " "of sections should be [h2] and below." msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower." -#: src/Module/Admin/Users/Active.php:45 src/Module/Admin/Users/Index.php:45 -#, php-format -msgid "%s user blocked" -msgid_plural "%s users blocked" -msgstr[0] "%s user blocked" -msgstr[1] "%s users blocked" - -#: src/Module/Admin/Users/Active.php:53 src/Module/Admin/Users/Active.php:88 -#: src/Module/Admin/Users/Blocked.php:54 src/Module/Admin/Users/Blocked.php:89 -#: src/Module/Admin/Users/Index.php:60 src/Module/Admin/Users/Index.php:95 -msgid "You can't remove yourself" -msgstr "You can't remove yourself" - -#: src/Module/Admin/Users/Active.php:57 src/Module/Admin/Users/Blocked.php:58 -#: src/Module/Admin/Users/Index.php:64 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s user deleted" -msgstr[1] "%s users deleted" - -#: src/Module/Admin/Users/Active.php:86 src/Module/Admin/Users/Blocked.php:87 -#: src/Module/Admin/Users/Index.php:93 -#, php-format -msgid "User \"%s\" deleted" -msgstr "User \"%s\" deleted" - -#: src/Module/Admin/Users/Active.php:96 src/Module/Admin/Users/Index.php:103 -#, php-format -msgid "User \"%s\" blocked" -msgstr "User \"%s\" blocked" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Register date" -msgstr "Registration date" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Last login" -msgstr "Last login" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Last public item" -msgstr "Last public item" - -#: src/Module/Admin/Users/Active.php:137 -msgid "Active Accounts" +#: src/Module/Admin/Tos.php:84 +msgid "The rules" msgstr "" -#: src/Module/Admin/Users/Active.php:141 -#: src/Module/Admin/Users/Blocked.php:141 src/Module/Admin/Users/Index.php:155 -msgid "User blocked" -msgstr "User blocked" - -#: src/Module/Admin/Users/Active.php:142 -#: src/Module/Admin/Users/Blocked.php:143 src/Module/Admin/Users/Index.php:157 -msgid "Site admin" -msgstr "Site admin" - -#: src/Module/Admin/Users/Active.php:143 -#: src/Module/Admin/Users/Blocked.php:144 src/Module/Admin/Users/Index.php:158 -msgid "Account expired" -msgstr "Account expired" - -#: src/Module/Admin/Users/Active.php:144 src/Module/Admin/Users/Index.php:161 -msgid "Create a new user" +#: src/Module/Admin/Tos.php:84 +msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Admin/Users/Active.php:150 -#: src/Module/Admin/Users/Blocked.php:150 src/Module/Admin/Users/Index.php:167 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: src/Module/Admin/Users/Active.php:151 -#: src/Module/Admin/Users/Blocked.php:151 src/Module/Admin/Users/Index.php:168 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: src/Module/Admin/Users/Blocked.php:46 src/Module/Admin/Users/Index.php:52 +#: src/Module/Api/ApiResponse.php:293 #, php-format -msgid "%s user unblocked" -msgid_plural "%s users unblocked" -msgstr[0] "%s user unblocked" -msgstr[1] "%s users unblocked" - -#: src/Module/Admin/Users/Blocked.php:96 src/Module/Admin/Users/Index.php:109 -#, php-format -msgid "User \"%s\" unblocked" -msgstr "User \"%s\" unblocked" - -#: src/Module/Admin/Users/Blocked.php:138 -msgid "Blocked Users" +msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" -#: src/Module/Admin/Users/Create.php:62 -msgid "New User" -msgstr "New user" - -#: src/Module/Admin/Users/Create.php:63 -msgid "Add User" -msgstr "Add user" - -#: src/Module/Admin/Users/Create.php:71 -msgid "Name of the new user." -msgstr "Name of the new user." - -#: src/Module/Admin/Users/Create.php:72 -msgid "Nickname" -msgstr "Nickname" - -#: src/Module/Admin/Users/Create.php:72 -msgid "Nickname of the new user." -msgstr "Nickname of the new user." - -#: src/Module/Admin/Users/Create.php:73 -msgid "Email address of the new user." -msgstr "Email address of the new user." - -#: src/Module/Admin/Users/Deleted.php:86 -msgid "Users awaiting permanent deletion" -msgstr "" - -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:162 -msgid "Permanent deletion" -msgstr "Permanent deletion" - -#: src/Module/Admin/Users/Index.php:150 src/Module/Admin/Users/Index.php:160 -#: src/Module/BaseAdmin.php:92 -msgid "Users" -msgstr "Users" - -#: src/Module/Admin/Users/Index.php:152 -msgid "User waiting for permanent deletion" -msgstr "User awaiting permanent deletion" - -#: src/Module/Admin/Users/Pending.php:48 -#, php-format -msgid "%s user approved" -msgid_plural "%s users approved" -msgstr[0] "%s user approved" -msgstr[1] "%s users approved" - -#: src/Module/Admin/Users/Pending.php:55 -#, php-format -msgid "%s registration revoked" -msgid_plural "%s registrations revoked" -msgstr[0] "%s registration revoked" -msgstr[1] "%s registrations revoked" - -#: src/Module/Admin/Users/Pending.php:81 -msgid "Account approved." -msgstr "Account approved." - -#: src/Module/Admin/Users/Pending.php:87 -msgid "Registration revoked" -msgstr "Registration revoked" - -#: src/Module/Admin/Users/Pending.php:102 -msgid "User registrations awaiting review" -msgstr "" - -#: src/Module/Admin/Users/Pending.php:104 -msgid "Request date" -msgstr "Request date" - -#: src/Module/Admin/Users/Pending.php:105 -msgid "No registrations." -msgstr "No registrations." - -#: src/Module/Admin/Users/Pending.php:106 -msgid "Note from the user" -msgstr "Note from the user" - -#: src/Module/Admin/Users/Pending.php:108 -msgid "Deny" -msgstr "Deny" - -#: src/Module/Api/Mastodon/Apps.php:58 +#: src/Module/Api/Mastodon/Apps.php:73 msgid "Missing parameters" msgstr "" @@ -6752,16 +5545,11 @@ msgstr "" msgid "Only starting posts can be bookmarked" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Mute.php:50 +#: src/Module/Api/Mastodon/Statuses/Mute.php:51 msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Pin.php:50 -#: src/Module/Api/Mastodon/Statuses/Unpin.php:50 -msgid "Only starting posts can be pinned" -msgstr "" - -#: src/Module/Api/Mastodon/Statuses/Reblog.php:53 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -6770,29 +5558,24 @@ msgstr "" msgid "Only starting posts can be unbookmarked" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unmute.php:50 +#: src/Module/Api/Mastodon/Statuses/Unmute.php:51 msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:53 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" -#: src/Module/Api/Twitter/ContactEndpoint.php:63 src/Module/Contact.php:343 -#: src/Module/Contact.php:358 +#: src/Module/Api/Twitter/ContactEndpoint.php:66 msgid "Contact not found" msgstr "Contact not found" -#: src/Module/Api/Twitter/ContactEndpoint.php:133 -msgid "Profile not found" -msgstr "" - -#: src/Module/Apps.php:47 +#: src/Module/Apps.php:62 msgid "No installed applications." msgstr "No installed applications." -#: src/Module/Apps.php:52 +#: src/Module/Apps.php:67 msgid "Applications" msgstr "Applications" @@ -6801,6 +5584,7 @@ msgid "Item was not found." msgstr "Item was not found." #: src/Module/BaseAdmin.php:54 src/Module/BaseAdmin.php:58 +#: src/Module/BaseModeration.php:77 src/Module/BaseModeration.php:81 msgid "Please login to continue." msgstr "Please login to continue." @@ -6814,149 +5598,218 @@ msgid "" " as the main account." msgstr "" -#: src/Module/BaseAdmin.php:86 +#: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109 msgid "Overview" msgstr "Overview" -#: src/Module/BaseAdmin.php:89 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configuration" -#: src/Module/BaseAdmin.php:95 src/Module/BaseSettings.php:65 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Additional features" -#: src/Module/BaseAdmin.php:98 +#: src/Module/BaseAdmin.php:97 msgid "Database" msgstr "Database" -#: src/Module/BaseAdmin.php:99 +#: src/Module/BaseAdmin.php:98 msgid "DB updates" msgstr "DB updates" -#: src/Module/BaseAdmin.php:100 +#: src/Module/BaseAdmin.php:99 msgid "Inspect Deferred Workers" msgstr "Inspect deferred workers" -#: src/Module/BaseAdmin.php:101 +#: src/Module/BaseAdmin.php:100 msgid "Inspect worker Queue" msgstr "Inspect worker queue" -#: src/Module/BaseAdmin.php:103 -msgid "Tools" -msgstr "Tools" - -#: src/Module/BaseAdmin.php:104 -msgid "Contact Blocklist" -msgstr "Contact block-list" - -#: src/Module/BaseAdmin.php:105 -msgid "Server Blocklist" -msgstr "Server block-list" - -#: src/Module/BaseAdmin.php:112 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostics" -#: src/Module/BaseAdmin.php:113 +#: src/Module/BaseAdmin.php:107 msgid "PHP Info" msgstr "PHP info" -#: src/Module/BaseAdmin.php:114 +#: src/Module/BaseAdmin.php:108 msgid "probe address" msgstr "Probe address" -#: src/Module/BaseAdmin.php:115 +#: src/Module/BaseAdmin.php:109 msgid "check webfinger" msgstr "Check WebFinger" -#: src/Module/BaseAdmin.php:117 +#: src/Module/BaseAdmin.php:110 msgid "Babel" msgstr "Babel" -#: src/Module/BaseAdmin.php:118 src/Module/Debug/ActivityPubConversion.php:138 +#: src/Module/BaseAdmin.php:111 src/Module/Debug/ActivityPubConversion.php:137 msgid "ActivityPub Conversion" msgstr "" -#: src/Module/BaseAdmin.php:127 +#: src/Module/BaseAdmin.php:120 msgid "Addon Features" msgstr "Addon features" -#: src/Module/BaseAdmin.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "User registrations awaiting confirmation" -#: src/Module/BaseApi.php:120 -#, php-format -msgid "API endpoint %s %s is not implemented" -msgstr "" - -#: src/Module/BaseApi.php:121 -msgid "" -"The API endpoint is currently not implemented but might be in the future." -msgstr "" - -#: src/Module/BaseApi.php:293 src/Module/BaseApi.php:309 -#: src/Module/BaseApi.php:325 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseProfile.php:51 src/Module/Contact.php:849 +#: src/Module/BaseApi.php:456 +#, 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." + +#: src/Module/BaseApi.php:472 +#, 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] "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." + +#: src/Module/BaseApi.php:488 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Monthly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 +#: src/Module/Moderation/Users/Index.php:158 +msgid "Users" +msgstr "Users" + +#: src/Module/BaseModeration.php:115 +msgid "Tools" +msgstr "Tools" + +#: src/Module/BaseModeration.php:116 +msgid "Contact Blocklist" +msgstr "Contact block-list" + +#: src/Module/BaseModeration.php:117 +msgid "Server Blocklist" +msgstr "Server block-list" + +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 +msgid "Delete Item" +msgstr "Delete item" + +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 +msgid "Item Source" +msgstr "Item source" + +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 msgid "Profile Details" msgstr "Profile Details" -#: src/Module/BaseProfile.php:109 +#: src/Module/BaseProfile.php:60 +msgid "Conversations started" +msgstr "" + +#: src/Module/BaseProfile.php:111 msgid "Only You Can See This" msgstr "Only you can see this." -#: src/Module/BaseProfile.php:114 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" -#: src/Module/BaseProfile.php:117 +#: src/Module/BaseProfile.php:119 msgid "Posts that are scheduled for publishing" msgstr "" -#: src/Module/BaseProfile.php:136 src/Module/BaseProfile.php:139 +#: src/Module/BaseProfile.php:138 src/Module/BaseProfile.php:141 msgid "Tips for New Members" msgstr "Tips for New Members" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "People search - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" +msgid "Group Search - %s" +msgstr "" -#: src/Module/BaseSettings.php:43 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 +msgid "No matches" +msgstr "No matches" + +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Account" -#: src/Module/BaseSettings.php:50 src/Module/Security/TwoFactor/Verify.php:95 -#: src/Module/Settings/TwoFactor/Index.php:110 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "Two-factor authentication" -#: src/Module/BaseSettings.php:73 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Display" -#: src/Module/BaseSettings.php:94 src/Module/Settings/Delegation.php:171 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 +msgid "Social Networks" +msgstr "Social networks" + +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Manage Accounts" -#: src/Module/BaseSettings.php:101 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Connected apps" -#: src/Module/BaseSettings.php:108 src/Module/Settings/UserExport.php:76 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Export personal data" -#: src/Module/BaseSettings.php:115 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Remove account" @@ -6968,626 +5821,965 @@ msgstr "This page is missing a URL parameter." msgid "The post was created" msgstr "The post was created" -#: src/Module/Contact.php:93 +#: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135 +#: src/Module/Calendar/Event/Form.php:80 +msgid "Invalid Request" +msgstr "" + +#: src/Module/Calendar/Event/API.php:109 +msgid "Event id is missing." +msgstr "" + +#: src/Module/Calendar/Event/API.php:131 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: src/Module/Calendar/Event/API.php:186 src/Module/Calendar/Event/API.php:188 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: src/Module/Calendar/Event/API.php:195 src/Module/Calendar/Event/API.php:197 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: src/Module/Calendar/Event/Form.php:208 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:214 +msgid "Event Starts:" +msgstr "Event starts:" + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:237 src/Module/Debug/Probe.php:59 +#: src/Module/Install.php:201 src/Module/Install.php:227 +#: src/Module/Install.php:232 src/Module/Install.php:246 +#: src/Module/Install.php:255 src/Module/Install.php:260 +#: src/Module/Install.php:266 src/Module/Install.php:271 +#: src/Module/Install.php:285 src/Module/Install.php:298 +#: src/Module/Install.php:325 +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +#: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 +#: src/Module/Security/TwoFactor/Verify.php:101 +#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146 +#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Verify.php:155 +msgid "Required" +msgstr "Required" + +#: src/Module/Calendar/Event/Form.php:223 +#: src/Module/Calendar/Event/Form.php:247 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: src/Module/Calendar/Event/Form.php:225 +#: src/Module/Calendar/Event/Form.php:230 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: src/Module/Calendar/Event/Form.php:237 +#: src/Module/Calendar/Event/Form.php:243 +msgid "Title (BBCode not allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:239 +msgid "Description (BBCode allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:241 +msgid "Location (BBCode not allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:244 +#: src/Module/Calendar/Event/Form.php:245 +msgid "Share this event" +msgstr "Share this event" + +#: src/Module/Calendar/Event/Form.php:251 src/Module/Profile/Profile.php:275 +msgid "Basic" +msgstr "Basic" + +#: src/Module/Calendar/Export.php:94 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: src/Module/Calendar/Export.php:96 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: src/Module/Calendar/Export.php:113 +msgid "calendar" +msgstr "calendar" + +#: src/Module/Calendar/Show.php:124 +msgid "Events" +msgstr "Events" + +#: src/Module/Calendar/Show.php:125 +msgid "View" +msgstr "View" + +#: src/Module/Calendar/Show.php:126 +msgid "Create New Event" +msgstr "Create new event" + +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:291 +msgid "list" +msgstr "List" + +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contact not found." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:232 +msgid "Invalid contact." +msgstr "Invalid contact." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Contact is deleted." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Bad request." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filter" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Members" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:97 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "%d contact edited." msgstr[1] "%d contacts edited." -#: src/Module/Contact.php:118 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: src/Module/Contact.php:154 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: src/Module/Contact.php:375 -msgid "You can't block yourself" -msgstr "" - -#: src/Module/Contact.php:381 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: src/Module/Contact.php:381 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: src/Module/Contact.php:389 -msgid "You can't ignore yourself" -msgstr "" - -#: src/Module/Contact.php:395 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: src/Module/Contact.php:395 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: src/Module/Contact.php:415 -#, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" - -#: src/Module/Contact.php:419 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: src/Module/Contact.php:423 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: src/Module/Contact.php:447 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: src/Module/Contact.php:449 -msgid "Never" -msgstr "Never" - -#: src/Module/Contact.php:452 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: src/Module/Contact.php:452 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: src/Module/Contact.php:454 src/Module/Contact.php:1035 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: src/Module/Contact.php:458 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: src/Module/Contact.php:463 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: src/Module/Contact.php:469 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: src/Module/Contact.php:471 -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:474 -msgid "Fetch information" -msgstr "Fetch information" - -#: src/Module/Contact.php:475 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: src/Module/Contact.php:476 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: src/Module/Contact.php:488 src/Module/Contact.php:492 -#: src/Module/Contact.php:495 src/Module/Contact.php:499 -msgid "No mirroring" -msgstr "No mirroring" - -#: src/Module/Contact.php:489 -msgid "Mirror as forwarded posting" -msgstr "Mirror as forwarded posting" - -#: src/Module/Contact.php:490 src/Module/Contact.php:496 -#: src/Module/Contact.php:500 -msgid "Mirror as my own posting" -msgstr "Mirror as my own posting" - -#: src/Module/Contact.php:493 src/Module/Contact.php:497 -msgid "Native reshare" -msgstr "" - -#: src/Module/Contact.php:512 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: src/Module/Contact.php:513 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: src/Module/Contact.php:521 -msgid "Contact" -msgstr "Contact" - -#: src/Module/Contact.php:525 -msgid "Their personal note" -msgstr "Their personal note" - -#: src/Module/Contact.php:527 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: src/Module/Contact.php:530 src/Module/Contact.php:1001 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" - -#: src/Module/Contact.php:531 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: src/Module/Contact.php:532 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: src/Module/Contact.php:533 -msgid "View conversations" -msgstr "View conversations" - -#: src/Module/Contact.php:538 -msgid "Last update:" -msgstr "Last update:" - -#: src/Module/Contact.php:540 -msgid "Update public posts" -msgstr "Update public posts" - -#: src/Module/Contact.php:542 src/Module/Contact.php:1045 -msgid "Update now" -msgstr "Update now" - -#: src/Module/Contact.php:545 src/Module/Contact.php:788 -#: src/Module/Contact.php:1072 -msgid "Unignore" -msgstr "Unignore" - -#: src/Module/Contact.php:549 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: src/Module/Contact.php:550 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: src/Module/Contact.php:551 -msgid "Currently archived" -msgstr "Currently archived" - -#: src/Module/Contact.php:552 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement " - -#: src/Module/Contact.php:553 src/Module/Notifications/Introductions.php:170 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: src/Module/Contact.php:553 -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:554 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: src/Module/Contact.php:554 -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:556 -msgid "Keyword Deny List" -msgstr "" - -#: src/Module/Contact.php:556 -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:574 src/Module/Settings/TwoFactor/Index.php:132 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Contact.php:581 -msgid "Mirror postings from this contact" -msgstr "Mirror postings from this contact:" - -#: src/Module/Contact.php:583 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "This will cause Friendica to repost new entries from this contact." - -#: src/Module/Contact.php:698 +#: src/Module/Contact.php:348 msgid "Show all contacts" msgstr "Show all contacts" -#: src/Module/Contact.php:706 +#: src/Module/Contact.php:353 src/Module/Contact.php:432 +#: src/Module/Moderation/BaseUsers.php:85 +msgid "Pending" +msgstr "Pending" + +#: src/Module/Contact.php:356 msgid "Only show pending contacts" msgstr "Only show pending contacts" -#: src/Module/Contact.php:714 +#: src/Module/Contact.php:361 src/Module/Contact.php:435 +#: src/Module/Moderation/BaseUsers.php:93 +msgid "Blocked" +msgstr "Blocked" + +#: src/Module/Contact.php:364 msgid "Only show blocked contacts" msgstr "Only show blocked contacts" -#: src/Module/Contact.php:719 src/Module/Contact.php:766 -#: src/Object/Post.php:309 +#: src/Module/Contact.php:369 src/Module/Contact.php:441 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:369 msgid "Ignored" msgstr "Ignored" -#: src/Module/Contact.php:722 +#: src/Module/Contact.php:372 msgid "Only show ignored contacts" msgstr "Only show ignored contacts" -#: src/Module/Contact.php:727 src/Module/Contact.php:767 +#: src/Module/Contact.php:377 src/Module/Contact.php:444 +msgid "Collapsed" +msgstr "" + +#: src/Module/Contact.php:380 +msgid "Only show collapsed contacts" +msgstr "" + +#: src/Module/Contact.php:385 src/Module/Contact.php:447 msgid "Archived" msgstr "Archived" -#: src/Module/Contact.php:730 +#: src/Module/Contact.php:388 msgid "Only show archived contacts" msgstr "Only show archived contacts" -#: src/Module/Contact.php:735 src/Module/Contact.php:765 +#: src/Module/Contact.php:393 src/Module/Contact.php:438 msgid "Hidden" msgstr "Hidden" -#: src/Module/Contact.php:738 +#: src/Module/Contact.php:396 msgid "Only show hidden contacts" msgstr "Only show hidden contacts" -#: src/Module/Contact.php:746 -msgid "Organize your contact groups" -msgstr "Organise your contact groups" +#: src/Module/Contact.php:404 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:778 +#: src/Module/Contact.php:459 msgid "Search your contacts" msgstr "Search your contacts" -#: src/Module/Contact.php:779 src/Module/Search/Index.php:194 +#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Results for: %s" -#: src/Module/Contact.php:786 +#: src/Module/Contact.php:467 msgid "Update" msgstr "Update" -#: src/Module/Contact.php:790 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:117 +#: src/Module/Moderation/Users/Blocked.php:138 +#: src/Module/Moderation/Users/Index.php:154 +msgid "Unblock" +msgstr "Unblock" + +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 +msgid "Unignore" +msgstr "Unignore" + +#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 +msgid "Uncollapse" +msgstr "" + +#: src/Module/Contact.php:472 msgid "Batch Actions" msgstr "Batch actions" -#: src/Module/Contact.php:825 +#: src/Module/Contact.php:515 msgid "Conversations started by this contact" msgstr "Conversations started by this contact" -#: src/Module/Contact.php:830 +#: src/Module/Contact.php:520 msgid "Posts and Comments" msgstr "Posts and Comments" -#: src/Module/Contact.php:841 +#: src/Module/Contact.php:523 +msgid "Individual Posts and Replies" +msgstr "" + +#: src/Module/Contact.php:531 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:856 +#: src/Module/Contact.php:539 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:866 +#: src/Module/Contact.php:550 msgid "Advanced Contact Settings" msgstr "Advanced contact settings" -#: src/Module/Contact.php:960 +#: src/Module/Contact.php:586 msgid "Mutual Friendship" msgstr "Mutual friendship" -#: src/Module/Contact.php:964 +#: src/Module/Contact.php:590 msgid "is a fan of yours" msgstr "is a fan of yours" -#: src/Module/Contact.php:968 +#: src/Module/Contact.php:594 msgid "you are a fan of" msgstr "I follow them" -#: src/Module/Contact.php:986 +#: src/Module/Contact.php:612 msgid "Pending outgoing contact request" msgstr "Pending outgoing contact request" -#: src/Module/Contact.php:988 +#: src/Module/Contact.php:614 msgid "Pending incoming contact request" msgstr "Pending incoming contact request" -#: src/Module/Contact.php:1055 -msgid "Refetch contact data" -msgstr "Re-fetch contact data." +#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" -#: src/Module/Contact.php:1066 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: src/Module/Contact.php:1074 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: src/Module/Contact.php:1081 src/Module/Contact/Revoke.php:96 -msgid "Revoke Follow" -msgstr "" - -#: src/Module/Contact.php:1083 -msgid "Revoke the follow from this contact" -msgstr "" - -#: src/Module/Contact/Advanced.php:93 +#: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Contact update failed." -#: src/Module/Contact/Advanced.php:110 -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." - -#: src/Module/Contact/Advanced.php:111 -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." - -#: src/Module/Contact/Advanced.php:131 +#: src/Module/Contact/Advanced.php:130 msgid "Return to contact editor" msgstr "Return to contact editor" -#: src/Module/Contact/Advanced.php:136 +#: src/Module/Contact/Advanced.php:134 +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:70 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 +msgid "Name" +msgstr "Name:" + +#: src/Module/Contact/Advanced.php:135 msgid "Account Nickname" msgstr "Account nickname:" -#: src/Module/Contact/Advanced.php:137 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tag name - overrides name/nickname:" - -#: src/Module/Contact/Advanced.php:138 +#: src/Module/Contact/Advanced.php:136 msgid "Account URL" msgstr "Account URL:" -#: src/Module/Contact/Advanced.php:139 -msgid "Account URL Alias" -msgstr "Account URL alias" - -#: src/Module/Contact/Advanced.php:140 -msgid "Friend Request URL" -msgstr "Friend request URL:" - -#: src/Module/Contact/Advanced.php:141 -msgid "Friend Confirm URL" -msgstr "Friend confirm URL:" - -#: src/Module/Contact/Advanced.php:142 -msgid "Notification Endpoint URL" -msgstr "Notification endpoint URL" - -#: src/Module/Contact/Advanced.php:143 +#: src/Module/Contact/Advanced.php:137 msgid "Poll/Feed URL" msgstr "Poll/Feed URL:" -#: src/Module/Contact/Advanced.php:144 +#: src/Module/Contact/Advanced.php:138 msgid "New photo from this URL" msgstr "New photo from this URL:" -#: src/Module/Contact/Contacts.php:31 src/Module/Conversation/Network.php:168 -msgid "Invalid contact." -msgstr "Invalid contact." - -#: src/Module/Contact/Contacts.php:54 +#: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" -#: src/Module/Contact/Contacts.php:68 src/Module/Profile/Common.php:98 +#: src/Module/Contact/Contacts.php:103 src/Module/Profile/Common.php:128 msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:80 src/Module/Profile/Contacts.php:96 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "Follower (%s)" msgstr[1] "Followers (%s)" -#: src/Module/Contact/Contacts.php:84 src/Module/Profile/Contacts.php:99 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "Following (%s)" msgstr[1] "Following (%s)" -#: src/Module/Contact/Contacts.php:88 src/Module/Profile/Contacts.php:102 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "Mutual friend (%s)" msgstr[1] "Mutual friends (%s)" -#: src/Module/Contact/Contacts.php:90 src/Module/Profile/Contacts.php:104 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" -#: src/Module/Contact/Contacts.php:96 src/Module/Profile/Common.php:86 +#: src/Module/Contact/Contacts.php:131 src/Module/Profile/Common.php:116 #, php-format msgid "Common contact (%s)" msgid_plural "Common contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:98 src/Module/Profile/Common.php:88 +#: src/Module/Contact/Contacts.php:133 src/Module/Profile/Common.php:118 #, php-format msgid "" "Both %s and yourself have publicly interacted with these " "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:104 src/Module/Profile/Contacts.php:110 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "Contact (%s)" msgstr[1] "Contacts (%s)" -#: src/Module/Contact/Poke.php:116 -msgid "Error while sending poke, please retry." +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 +#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 +#: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 +#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 +#: src/Module/Item/Pin.php:41 src/Module/Item/Pin.php:56 +#: src/Module/Item/Star.php:42 src/Module/Update/Display.php:37 +msgid "Access denied." +msgstr "Access denied." + +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 +#: src/Module/Profile/RemoteFollow.php:133 +msgid "Submit Request" +msgstr "Submit request" + +#: src/Module/Contact/Follow.php:115 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: src/Module/Contact/Follow.php:130 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: src/Module/Contact/Follow.php:138 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "diaspora* support isn't enabled. Contact can't be added." + +#: src/Module/Contact/Follow.php:143 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 +#: src/Module/Contact/Unfollow.php:129 +#: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 +#: src/Module/Notifications/Introductions.php:129 +#: src/Module/Notifications/Introductions.php:198 +msgid "Profile URL" +msgstr "Profile URL:" + +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 +#: src/Module/Notifications/Introductions.php:191 +#: src/Module/Profile/Profile.php:234 +msgid "Tags:" +msgstr "Tags:" + +#: src/Module/Contact/Follow.php:182 +#, php-format +msgid "%s knows you" +msgstr "%s knows you" + +#: src/Module/Contact/Follow.php:183 +msgid "Add a personal note:" +msgstr "Add a personal note:" + +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 +msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Poke.php:129 src/Module/Search/Acl.php:55 -msgid "You must be logged in to use this module." -msgstr "You must be logged in to use this module." +#: src/Module/Contact/Follow.php:221 +msgid "The contact could not be added." +msgstr "Contact could not be added." -#: src/Module/Contact/Poke.php:152 -msgid "Poke/Prod" -msgstr "Poke/Prod" +#: src/Module/Contact/MatchInterests.php:94 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 +msgid "Invalid request." +msgstr "Invalid request." -#: src/Module/Contact/Poke.php:153 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" +#: src/Module/Contact/MatchInterests.php:101 +msgid "No keywords to match. Please add keywords to your profile." +msgstr "No keywords to match. Please add keywords to your profile." -#: src/Module/Contact/Poke.php:155 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" +#: src/Module/Contact/MatchInterests.php:144 +msgid "Profile Match" +msgstr "Profile Match" -#: src/Module/Contact/Poke.php:156 -msgid "Make this post private" -msgstr "Make this post private" +#: src/Module/Contact/Profile.php:140 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." -#: src/Module/Contact/Revoke.php:48 +#: src/Module/Contact/Profile.php:190 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: src/Module/Contact/Profile.php:194 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: src/Module/Contact/Profile.php:206 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: src/Module/Contact/Profile.php:210 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: src/Module/Contact/Profile.php:222 +msgid "Contact has been uncollapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:226 +msgid "Contact has been collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:254 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: src/Module/Contact/Profile.php:255 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: src/Module/Contact/Profile.php:256 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: src/Module/Contact/Profile.php:272 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 +msgid "Never" +msgstr "Never" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: src/Module/Contact/Profile.php:294 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: src/Module/Contact/Profile.php:299 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: src/Module/Contact/Profile.php:305 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: src/Module/Contact/Profile.php:307 +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/Profile.php:310 +msgid "Fetch information" +msgstr "Fetch information" + +#: src/Module/Contact/Profile.php:311 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: src/Module/Contact/Profile.php:312 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 +msgid "No mirroring" +msgstr "No mirroring" + +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 +msgid "Mirror as my own posting" +msgstr "Mirror as my own posting" + +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 +msgid "Native reshare" +msgstr "" + +#: src/Module/Contact/Profile.php:353 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: src/Module/Contact/Profile.php:354 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: src/Module/Contact/Profile.php:362 +msgid "Contact" +msgstr "Contact" + +#: src/Module/Contact/Profile.php:366 +msgid "Their personal note" +msgstr "Their personal note" + +#: src/Module/Contact/Profile.php:368 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: src/Module/Contact/Profile.php:372 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: src/Module/Contact/Profile.php:374 +msgid "View conversations" +msgstr "View conversations" + +#: src/Module/Contact/Profile.php:379 +msgid "Last update:" +msgstr "Last update:" + +#: src/Module/Contact/Profile.php:381 +msgid "Update public posts" +msgstr "Update public posts" + +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 +msgid "Update now" +msgstr "Update now" + +#: src/Module/Contact/Profile.php:385 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement " + +#: src/Module/Contact/Profile.php:386 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: src/Module/Contact/Profile.php:387 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: src/Module/Contact/Profile.php:388 +msgid "Currently collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:389 +msgid "Currently archived" +msgstr "Currently archived" + +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 +#: src/Module/Notifications/Introductions.php:192 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: src/Module/Contact/Profile.php:394 +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/Profile.php:395 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: src/Module/Contact/Profile.php:395 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: src/Module/Contact/Profile.php:397 +msgid "Keyword Deny List" +msgstr "" + +#: src/Module/Contact/Profile.php:397 +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/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:139 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +msgid "Status" +msgstr "Status" + +#: src/Module/Contact/Profile.php:423 +msgid "Mirror postings from this contact" +msgstr "Mirror postings from this contact:" + +#: src/Module/Contact/Profile.php:425 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "This will cause Friendica to repost new entries from this contact." + +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 +msgid "Refetch contact data" +msgstr "Re-fetch contact data." + +#: src/Module/Contact/Profile.php:513 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: src/Module/Contact/Profile.php:521 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: src/Module/Contact/Profile.php:529 +msgid "Toggle Collapsed status" +msgstr "" + +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 +msgid "Revoke Follow" +msgstr "" + +#: src/Module/Contact/Profile.php:538 +msgid "Revoke the follow from this contact" +msgstr "" + +#: src/Module/Contact/Redir.php:134 src/Module/Contact/Redir.php:186 +msgid "Bad Request." +msgstr "Bad Request." + +#: src/Module/Contact/Revoke.php:63 msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:58 src/Module/Group.php:109 -msgid "Contact is deleted." -msgstr "Contact is deleted." - -#: src/Module/Contact/Revoke.php:62 +#: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" -#: src/Module/Contact/Revoke.php:76 +#: src/Module/Contact/Revoke.php:91 msgid "Follow was successfully revoked." msgstr "" -#: src/Module/Contact/Revoke.php:78 -msgid "" -"Follow was successfully revoked, however the remote contact won't be aware " -"of this revokation." -msgstr "" - -#: src/Module/Contact/Revoke.php:80 -msgid "" -"Unable to revoke follow, please try again later or contact the " -"administrator." -msgstr "" - -#: src/Module/Contact/Revoke.php:97 +#: src/Module/Contact/Revoke.php:107 msgid "" "Do you really want to revoke this contact's follow? This cannot be undone " "and they will have to manually follow you back again." msgstr "" -#: src/Module/Contact/Revoke.php:98 -#: src/Module/Notifications/Introductions.php:122 -#: src/Module/OAuth/Acknowledge.php:47 src/Module/Register.php:117 +#: src/Module/Contact/Revoke.php:108 +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 +#: src/Module/Settings/TwoFactor/Trusted.php:126 msgid "Yes" msgstr "Yes" -#: src/Module/Conversation/Community.php:68 -msgid "Local Community" -msgstr "Local community" +#: src/Module/Contact/Suggestions.php:62 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No suggestions available. If this is a new site, please try again in 24 hours." -#: src/Module/Conversation/Community.php:71 -msgid "Posts from local users on this server" -msgstr "Posts from local users on this server" +#: src/Module/Contact/Unfollow.php:98 src/Module/Contact/Unfollow.php:167 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." -#: src/Module/Conversation/Community.php:79 -msgid "Global Community" -msgstr "Global community" +#: src/Module/Contact/Unfollow.php:103 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." -#: src/Module/Conversation/Community.php:82 -msgid "Posts from users of the whole federated network" -msgstr "Posts from users of the whole federated network" +#: src/Module/Contact/Unfollow.php:121 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" -#: src/Module/Conversation/Community.php:115 -msgid "Own Contacts" -msgstr "" +#: src/Module/Contact/Unfollow.php:175 +msgid "Contact was successfully unfollowed" +msgstr "Contact was successfully unfollowed" -#: src/Module/Conversation/Community.php:119 -msgid "Include" -msgstr "" +#: src/Module/Contact/Unfollow.php:178 +msgid "Unable to unfollow this contact, please contact your administrator" +msgstr "Unable to unfollow this contact, please contact your administrator" -#: src/Module/Conversation/Community.php:120 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:137 src/Module/Search/Index.php:139 -#: src/Module/Search/Index.php:181 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 msgid "No results." msgstr "No results." -#: src/Module/Conversation/Community.php:162 +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." -#: src/Module/Conversation/Community.php:200 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Community option not available." -#: src/Module/Conversation/Community.php:216 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Not available." -#: src/Module/Conversation/Network.php:154 -msgid "No such group" -msgstr "No such group" +#: src/Module/Conversation/Network.php:218 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:158 +#: src/Module/Conversation/Network.php:222 #, php-format -msgid "Group: %s" -msgstr "Group: %s" - -#: src/Module/Conversation/Network.php:234 -msgid "Latest Activity" -msgstr "Latest activity" - -#: src/Module/Conversation/Network.php:237 -msgid "Sort by latest activity" -msgstr "Sort by latest activity" - -#: src/Module/Conversation/Network.php:242 -msgid "Latest Posts" -msgstr "Latest posts" - -#: src/Module/Conversation/Network.php:245 -msgid "Sort by post received date" -msgstr "Sort by post received date" +msgid "Circle: %s" +msgstr "" #: src/Module/Conversation/Network.php:250 -#: src/Module/Settings/Profile/Index.php:228 -msgid "Personal" -msgstr "Personal" +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:253 -msgid "Posts that mention or involve you" -msgstr "Posts mentioning or involving me" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:258 src/Object/Post.php:321 -msgid "Starred" -msgstr "Starred" +#: src/Module/Conversation/Timeline.php:162 +msgid "Own Contacts" +msgstr "" -#: src/Module/Conversation/Network.php:261 -msgid "Favourite Posts" -msgstr "My favourite posts" +#: src/Module/Conversation/Timeline.php:166 +msgid "Include" +msgstr "" + +#: src/Module/Conversation/Timeline.php:167 +msgid "Hide" +msgstr "" #: src/Module/Credits.php:44 msgid "Credits" @@ -7600,23 +6792,31 @@ msgid "" "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/Debug/ActivityPubConversion.php:58 +#: src/Module/Debug/ActivityPubConversion.php:53 msgid "Formatted" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:70 +#: src/Module/Debug/ActivityPubConversion.php:65 msgid "Activity" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:118 +#: src/Module/Debug/ActivityPubConversion.php:117 msgid "Object data" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:125 +#: src/Module/Debug/ActivityPubConversion.php:124 msgid "Result Item" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:139 +#: src/Module/Debug/ActivityPubConversion.php:129 +#: src/Module/Debug/Babel.php:293 src/Module/Moderation/Item/Source.php:87 +#: src/Module/Security/TwoFactor/Verify.php:98 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Error" +msgstr[1] "Errors" + +#: src/Module/Debug/ActivityPubConversion.php:138 msgid "Source activity" msgstr "" @@ -7796,12 +6996,12 @@ msgstr "HTML" msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" -#: src/Module/Debug/Feed.php:38 src/Module/Filer/SaveTag.php:40 -#: src/Module/Settings/Profile/Index.php:142 +#: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "You must be logged in to use this module" -#: src/Module/Debug/Feed.php:63 +#: src/Module/Debug/Feed.php:77 msgid "Source URL" msgstr "Source URL" @@ -7838,382 +7038,284 @@ msgstr "Please select your time zone:" 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:54 +#: src/Module/Debug/Probe.php:52 msgid "Probe Diagnostic" msgstr "" -#: src/Module/Debug/Probe.php:55 +#: src/Module/Debug/Probe.php:53 msgid "Output" msgstr "" -#: src/Module/Debug/Probe.php:58 +#: src/Module/Debug/Probe.php:56 msgid "Lookup address" msgstr "Lookup address" -#: src/Module/Debug/WebFinger.php:52 +#: src/Module/Debug/WebFinger.php:50 msgid "Webfinger Diagnostic" msgstr "" -#: src/Module/Debug/WebFinger.php:54 +#: src/Module/Debug/WebFinger.php:52 msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: src/Module/Directory.php:77 +#: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "No entries (entries may be hidden)." -#: src/Module/Directory.php:93 +#: src/Module/Directory.php:90 msgid "Find on this site" msgstr "Find on this site" -#: src/Module/Directory.php:95 +#: src/Module/Directory.php:92 msgid "Results for:" msgstr "Results for:" -#: src/Module/Directory.php:97 +#: src/Module/Directory.php:94 msgid "Site Directory" msgstr "Site directory" -#: src/Module/Filer/RemoveTag.php:68 -msgid "Item was not removed" -msgstr "" - -#: src/Module/Filer/RemoveTag.php:71 +#: src/Module/Filer/RemoveTag.php:105 msgid "Item was not deleted" msgstr "" -#: src/Module/Filer/SaveTag.php:68 +#: src/Module/Filer/RemoveTag.php:115 +msgid "Item was not removed" +msgstr "" + +#: src/Module/Filer/SaveTag.php:73 msgid "- select -" msgstr "- select -" -#: src/Module/FriendSuggest.php:65 +#: src/Module/FriendSuggest.php:82 msgid "Suggested contact not found." msgstr "Suggested contact not found." -#: src/Module/FriendSuggest.php:83 +#: src/Module/FriendSuggest.php:100 msgid "Friend suggestion sent." msgstr "Friend suggestion sent" -#: src/Module/FriendSuggest.php:120 +#: src/Module/FriendSuggest.php:137 msgid "Suggest Friends" msgstr "Suggest friends" -#: src/Module/FriendSuggest.php:123 +#: src/Module/FriendSuggest.php:140 #, php-format msgid "Suggest a friend for %s" msgstr "Suggest a friend for %s" -#: src/Module/Friendica.php:62 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Installed addons/apps:" -#: src/Module/Friendica.php:67 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "No installed addons/apps" -#: src/Module/Friendica.php:72 +#: src/Module/Friendica.php:92 #, 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:79 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "On this server the following remote servers are blocked." -#: src/Module/Friendica.php:97 +#: src/Module/Friendica.php:102 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:164 +msgid "Reason for the block" +msgstr "Reason for the block" + +#: src/Module/Friendica.php:104 +msgid "Download this list in CSV format" +msgstr "" + +#: src/Module/Friendica.php:118 #, 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:102 +#: src/Module/Friendica.php:123 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:103 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Bug reports and issues: please visit" -#: src/Module/Friendica.php:103 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "the bugtracker at github" -#: src/Module/Friendica.php:104 +#: src/Module/Friendica.php:125 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:61 -msgid "Could not create group." -msgstr "Could not create group." - -#: src/Module/Group.php:72 src/Module/Group.php:214 src/Module/Group.php:238 -msgid "Group not found." -msgstr "Group not found." - -#: src/Module/Group.php:78 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:100 -msgid "Unknown group." -msgstr "Unknown group." - -#: src/Module/Group.php:115 -msgid "Unable to add the contact to the group." -msgstr "Unable to add contact to group." - -#: src/Module/Group.php:118 -msgid "Contact successfully added to group." -msgstr "Contact successfully added to group." - -#: src/Module/Group.php:122 -msgid "Unable to remove the contact from the group." -msgstr "Unable to remove contact from group." - -#: src/Module/Group.php:125 -msgid "Contact successfully removed from group." -msgstr "Contact removed from group." - -#: src/Module/Group.php:128 -msgid "Unknown group command." -msgstr "Unknown group command." - -#: src/Module/Group.php:131 -msgid "Bad request." -msgstr "Bad request." - -#: src/Module/Group.php:170 -msgid "Save Group" -msgstr "Save group" - -#: src/Module/Group.php:171 -msgid "Filter" -msgstr "Filter" - -#: src/Module/Group.php:177 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: src/Module/Group.php:219 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: src/Module/Group.php:270 -msgid "Delete Group" -msgstr "Delete group" - -#: src/Module/Group.php:280 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: src/Module/Group.php:290 -msgid "Members" -msgstr "Members" - -#: src/Module/Group.php:293 -msgid "Group is empty" -msgstr "Group is empty" - -#: src/Module/Group.php:306 -msgid "Remove contact from group" -msgstr "Remove contact from group" - -#: src/Module/Group.php:327 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: src/Module/Group.php:341 -msgid "Add contact to group" -msgstr "Add contact to group" - -#: src/Module/HCard.php:46 +#: src/Module/HCard.php:45 msgid "No profile" msgstr "No profile" -#: src/Module/HTTPException/MethodNotAllowed.php:32 +#: src/Module/HTTPException/MethodNotAllowed.php:31 msgid "Method Not Allowed." msgstr "Method not allowed." -#: src/Module/Help.php:62 +#: src/Module/Help.php:60 msgid "Help:" msgstr "Help:" -#: src/Module/Home.php:54 +#: src/Module/Home.php:63 #, php-format msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Install.php:188 +#: src/Module/Install.php:189 msgid "Friendica Communications Server - Setup" msgstr "Friendica Communications Server - Setup" -#: src/Module/Install.php:199 +#: src/Module/Install.php:200 msgid "System check" msgstr "System check" -#: src/Module/Install.php:201 src/Module/Install.php:258 -#: src/Module/Install.php:341 +#: src/Module/Install.php:202 src/Module/Install.php:247 +#: src/Module/Install.php:326 msgid "Requirement not satisfied" msgstr "" -#: src/Module/Install.php:202 +#: src/Module/Install.php:203 msgid "Optional requirement not satisfied" msgstr "" -#: src/Module/Install.php:203 +#: src/Module/Install.php:204 msgid "OK" msgstr "" #: src/Module/Install.php:208 +msgid "Next" +msgstr "Next" + +#: src/Module/Install.php:209 msgid "Check again" msgstr "Check again" -#: src/Module/Install.php:223 +#: src/Module/Install.php:222 msgid "Base settings" msgstr "Base settings" -#: src/Module/Install.php:230 -msgid "Host name" -msgstr "Host name" - -#: src/Module/Install.php:232 -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/Install.php:235 +#: src/Module/Install.php:224 msgid "Base path to installation" msgstr "Base path to installation" -#: src/Module/Install.php:237 +#: src/Module/Install.php:226 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:240 -msgid "Sub path of the URL" -msgstr "URL Subpath" +#: src/Module/Install.php:229 +msgid "The Friendica system URL" +msgstr "" + +#: src/Module/Install.php:231 +msgid "" +"Overwrite this field in case the system URL determination isn't right, " +"otherwise leave it as is." +msgstr "" #: src/Module/Install.php:242 -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:253 msgid "Database connection" msgstr "Database connection" -#: src/Module/Install.php:254 +#: src/Module/Install.php:243 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:255 +#: src/Module/Install.php:244 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:256 +#: src/Module/Install.php:245 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:265 +#: src/Module/Install.php:252 msgid "Database Server Name" msgstr "Database server name" -#: src/Module/Install.php:270 +#: src/Module/Install.php:257 msgid "Database Login Name" msgstr "Database login name" -#: src/Module/Install.php:276 +#: src/Module/Install.php:263 msgid "Database Login Password" msgstr "Database login password" -#: src/Module/Install.php:278 +#: src/Module/Install.php:265 msgid "For security reasons the password must not be empty" msgstr "For security reasons the password must not be empty" -#: src/Module/Install.php:281 +#: src/Module/Install.php:268 msgid "Database Name" msgstr "Database name" -#: src/Module/Install.php:285 src/Module/Install.php:315 +#: src/Module/Install.php:272 src/Module/Install.php:300 msgid "Please select a default timezone for your website" msgstr "Please select a default time zone for your website" -#: src/Module/Install.php:300 +#: src/Module/Install.php:287 msgid "Site settings" msgstr "Site settings" -#: src/Module/Install.php:310 +#: src/Module/Install.php:295 msgid "Site administrator email address" msgstr "Site administrator email address" -#: src/Module/Install.php:312 +#: src/Module/Install.php:297 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:319 +#: src/Module/Install.php:304 msgid "System Language:" msgstr "System language:" -#: src/Module/Install.php:321 +#: src/Module/Install.php:306 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:333 +#: src/Module/Install.php:318 msgid "Your Friendica site database has been installed." msgstr "Your Friendica site database has been installed." -#: src/Module/Install.php:343 +#: src/Module/Install.php:328 msgid "Installation finished" msgstr "Installation finished" -#: src/Module/Install.php:363 +#: src/Module/Install.php:348 msgid "

    What next

    " msgstr "

    What next

    " -#: src/Module/Install.php:364 +#: src/Module/Install.php:349 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:367 +#: src/Module/Install.php:352 #, php-format msgid "" "Go to your new Friendica node registration page " @@ -8221,40 +7323,40 @@ msgid "" " 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/Invite.php:56 +#: src/Module/Invite.php:57 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" -#: src/Module/Invite.php:81 +#: src/Module/Invite.php:82 #, php-format msgid "%s : Not a valid email address." msgstr "%s : Not a valid email address" -#: src/Module/Invite.php:107 +#: src/Module/Invite.php:108 msgid "Please join us on Friendica" msgstr "Please join us on Friendica." -#: src/Module/Invite.php:116 +#: src/Module/Invite.php:117 msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "Invitation limit is exceeded. Please contact your site administrator." -#: src/Module/Invite.php:120 +#: src/Module/Invite.php:121 #, php-format msgid "%s : Message delivery failed." msgstr "%s : Message delivery failed" -#: src/Module/Invite.php:124 +#: src/Module/Invite.php:125 #, 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:142 +#: src/Module/Invite.php:143 msgid "You have no more invitations available" msgstr "You have no more invitations available." -#: src/Module/Invite.php:149 +#: src/Module/Invite.php:150 #, php-format msgid "" "Visit %s for a list of public sites that you can join. Friendica members on " @@ -8262,14 +7364,14 @@ msgid "" " 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:151 +#: src/Module/Invite.php:152 #, 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:152 +#: src/Module/Invite.php:153 #, php-format msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " @@ -8278,88 +7380,98 @@ msgid "" "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:156 +#: src/Module/Invite.php:157 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:159 +#: src/Module/Invite.php:160 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:158 +#: src/Module/Invite.php:159 #, 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:166 +#: src/Module/Invite.php:167 msgid "Send invitations" msgstr "Send invitations" -#: src/Module/Invite.php:167 +#: src/Module/Invite.php:168 msgid "Enter email addresses, one per line:" msgstr "Enter email addresses, one per line:" -#: src/Module/Invite.php:171 +#: src/Module/Invite.php:172 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:173 +#: src/Module/Invite.php:174 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:173 +#: src/Module/Invite.php:174 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:175 +#: src/Module/Invite.php:176 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:50 +#: src/Module/Item/Compose.php:85 msgid "Please enter a post body." msgstr "Please enter a post body." -#: src/Module/Item/Compose.php:63 +#: src/Module/Item/Compose.php:98 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:90 +#: src/Module/Item/Compose.php:122 msgid "Compose new personal note" msgstr "Compose new personal note" -#: src/Module/Item/Compose.php:99 +#: src/Module/Item/Compose.php:131 msgid "Compose new post" msgstr "Compose new post" -#: src/Module/Item/Compose.php:141 +#: src/Module/Item/Compose.php:187 msgid "Visibility" msgstr "Visibility" -#: src/Module/Item/Compose.php:162 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Clear location" -#: src/Module/Item/Compose.php:163 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Location services are unavailable on your device" -#: src/Module/Item/Compose.php:164 +#: src/Module/Item/Compose.php:205 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/Follow.php:52 +#: src/Module/Item/Compose.php:211 +msgid "" +"You can make this page always open when you use the New Post button in the " +"Theme Customization settings." +msgstr "" + +#: src/Module/Item/Feed.php:86 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." + +#: src/Module/Item/Follow.php:51 msgid "Unable to follow this item." msgstr "" @@ -8374,405 +7486,1439 @@ msgid "" "condition should be temporary, please come back in a few minutes." msgstr "" -#: src/Module/Manifest.php:42 +#: src/Module/Manifest.php:40 msgid "A Decentralized Social Network" msgstr "A Decentralized Social Network" -#: src/Module/Notifications/Introductions.php:77 +#: src/Module/Media/Attachment/Browser.php:58 +#: src/Module/Media/Photo/Browser.php:59 +msgid "You need to be logged in to access this page." +msgstr "" + +#: src/Module/Media/Attachment/Browser.php:74 +msgid "Files" +msgstr "Files" + +#: src/Module/Media/Attachment/Browser.php:79 +#: src/Module/Media/Photo/Browser.php:90 +#: src/Module/Settings/Profile/Photo/Index.php:129 +msgid "Upload" +msgstr "Upload" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: src/Module/Media/Attachment/Upload.php:104 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: src/Module/Media/Attachment/Upload.php:114 +msgid "File upload failed." +msgstr "File upload failed." + +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 +#: src/Module/Profile/Photos.php:217 +#: src/Module/Settings/Profile/Photo/Index.php:69 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: src/Module/Moderation/BaseUsers.php:72 +msgid "List of all users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:77 +msgid "Active" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:80 +msgid "List of active accounts" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:88 +msgid "List of pending registrations" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:96 +msgid "List of blocked users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:101 +msgid "Deleted" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:104 +msgid "List of pending user deletions" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 +msgid "Normal Account Page" +msgstr "Standard" + +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +msgid "Public Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 +msgid "Automatic Friend Page" +msgstr "Love-all" + +#: src/Module/Moderation/BaseUsers.php:123 +msgid "Private Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 +msgid "Personal Page" +msgstr "Personal Page" + +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 +msgid "Organisation Page" +msgstr "Organisation Page" + +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 +msgid "News Page" +msgstr "News Page" + +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +msgid "Community Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:130 +msgid "Relay" +msgstr "Relay" + +#: src/Module/Moderation/Blocklist/Contact.php:70 +msgid "You can't block a local contact, please block the user instead" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:89 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact unblocked" +msgstr[1] "%s contacts unblocked" + +#: src/Module/Moderation/Blocklist/Contact.php:111 +msgid "Remote Contact Blocklist" +msgstr "Remote contact block-list" + +#: src/Module/Moderation/Blocklist/Contact.php:112 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "This page allows you to prevent any message from a remote contact to reach your node." + +#: src/Module/Moderation/Blocklist/Contact.php:113 +msgid "Block Remote Contact" +msgstr "Block Remote Contact" + +#: src/Module/Moderation/Blocklist/Contact.php:114 +#: src/Module/Moderation/Users/Active.php:135 +#: src/Module/Moderation/Users/Blocked.php:135 +#: src/Module/Moderation/Users/Index.php:149 +#: src/Module/Moderation/Users/Pending.php:98 +msgid "select all" +msgstr "select all" + +#: src/Module/Moderation/Blocklist/Contact.php:115 +msgid "select none" +msgstr "select none" + +#: src/Module/Moderation/Blocklist/Contact.php:118 +msgid "No remote contact is blocked from this node." +msgstr "No remote contact is blocked from this node." + +#: src/Module/Moderation/Blocklist/Contact.php:120 +msgid "Blocked Remote Contacts" +msgstr "Blocked remote contacts" + +#: src/Module/Moderation/Blocklist/Contact.php:121 +msgid "Block New Remote Contact" +msgstr "Block new remote contact" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +msgid "Photo" +msgstr "Photo" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +msgid "Reason" +msgstr "Reason" + +#: src/Module/Moderation/Blocklist/Contact.php:130 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s total blocked contact" +msgstr[1] "%s total blocked contacts" + +#: src/Module/Moderation/Blocklist/Contact.php:133 +msgid "URL of the remote contact to block." +msgstr "URL of the remote contact to block." + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "Also purge contact" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "" +"Removes all content related to this contact from the node. Keeps the contact" +" record. This action cannot be undone." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:135 +#: src/Module/Moderation/Blocklist/Server/Import.php:124 +msgid "Block Reason" +msgstr "Reason for blocking" + +#: src/Module/Moderation/Blocklist/Server/Add.php:80 +msgid "Server domain pattern added to the blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:88 +#, php-format +msgid "%s server scheduled to be purged." +msgid_plural "%s servers scheduled to be purged." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:120 +#: src/Module/Moderation/Blocklist/Server/Import.php:117 +msgid "← Return to the list" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:122 +msgid "Block A New Server Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:123 +#: src/Module/Moderation/Blocklist/Server/Index.php:99 +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" +"
    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:128 +#: src/Module/Moderation/Blocklist/Server/Index.php:107 +msgid "Check pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:129 +msgid "Matching known servers" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 +msgid "Server Name" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:131 +msgid "Server Domain" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:132 +msgid "Known Contacts" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:133 +#, php-format +msgid "%d known server" +msgid_plural "%d known servers" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:134 +msgid "Add pattern to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "Server Domain Pattern" +msgstr "Server Domain Pattern" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "" +"The domain pattern of the new server to add to the blocklist. Do not include" +" the protocol." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "Purge server" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "" +"Also purges all the locally stored content authored by the known contacts " +"registered on that server. Keeps the contacts and the server records. This " +"action cannot be undone." +msgid_plural "" +"Also purges all the locally stored content authored by the known contacts " +"registered on these servers. Keeps the contacts and the servers records. " +"This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "Block reason" +msgstr "Block reason" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "" +"The reason why you blocked this server domain pattern. This reason will be " +"shown publicly in the server information page." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:74 +#: src/Module/Moderation/Blocklist/Server/Import.php:83 +msgid "Error importing pattern file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:89 +msgid "Local blocklist replaced with the provided file." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:93 +#, php-format +msgid "%d pattern was added to the local blocklist." +msgid_plural "%d patterns were added to the local blocklist." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:95 +msgid "No pattern was added to the local blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:119 +msgid "Import a Server Domain Pattern Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:120 +msgid "" +"

    This file can be downloaded from the /friendica path of any " +"Friendica server.

    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:121 +#: src/Module/Moderation/Blocklist/Server/Index.php:106 +msgid "Upload file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:122 +msgid "Patterns to import" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:123 +msgid "Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:125 +msgid "Import Mode" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:126 +msgid "Import Patterns" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:127 +#, php-format +msgid "%d total pattern" +msgid_plural "%d total patterns" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +msgid "Server domain pattern blocklist CSV file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "Append" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "" +"Imports patterns from the file that weren't already existing in the current " +"blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replace" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replaces the current blocklist by the imported patterns." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:163 +msgid "Blocked server domain pattern" +msgstr "Blocked server domain pattern" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Delete server domain pattern" +msgstr "Delete server domain pattern" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:96 +msgid "Server Domain Pattern Blocklist" +msgstr "Server domain pattern block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:97 +msgid "" +"This page can be used to define a blocklist 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/Moderation/Blocklist/Server/Index.php:98 +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/Moderation/Blocklist/Server/Index.php:104 +msgid "Import server domain pattern blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:105 +msgid "Add new entry to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:108 +msgid "Save changes to the blocklist" +msgstr "Save changes to the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:109 +msgid "Current Entries in the Blocklist" +msgstr "Current entries in the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:112 +msgid "Delete entry from the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:113 +msgid "Delete entry from the blocklist?" +msgstr "" + +#: src/Module/Moderation/Item/Delete.php:50 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: src/Module/Moderation/Item/Delete.php:63 +msgid "Delete this Item" +msgstr "Delete" + +#: src/Module/Moderation/Item/Delete.php:64 +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/Moderation/Item/Delete.php:65 +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/Moderation/Item/Delete.php:67 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Moderation/Item/Delete.php:67 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: src/Module/Moderation/Item/Source.php:77 +msgid "Item Id" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:78 +msgid "Item URI" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:80 +msgid "Terms" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:81 +msgid "Tag" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:82 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Index.php:140 +msgid "Type" +msgstr "Type" + +#: src/Module/Moderation/Item/Source.php:83 +msgid "Term" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:84 +msgid "URL" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:86 +msgid "Implicit Mention" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:88 +msgid "Item not found" +msgstr "Item not found" + +#: src/Module/Moderation/Item/Source.php:89 +msgid "No source recorded" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:90 +msgid "" +"Please make sure the debug.store_source config key is set in " +"config/local.config.php for future items to have sources." +msgstr "" + +#: src/Module/Moderation/Item/Source.php:92 +msgid "Item Guid" +msgstr "Item Guid" + +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + +#: src/Module/Moderation/Summary.php:53 +msgid "Normal Account" +msgstr "Standard account" + +#: src/Module/Moderation/Summary.php:54 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: src/Module/Moderation/Summary.php:55 +msgid "Public Group Account" +msgstr "" + +#: src/Module/Moderation/Summary.php:56 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: src/Module/Moderation/Summary.php:57 +msgid "Blog Account" +msgstr "Blog account" + +#: src/Module/Moderation/Summary.php:58 +msgid "Private Group Account" +msgstr "" + +#: src/Module/Moderation/Summary.php:78 +msgid "Registered users" +msgstr "Registered users" + +#: src/Module/Moderation/Summary.php:80 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: src/Module/Moderation/Users/Active.php:43 +#: src/Module/Moderation/Users/Index.php:43 +#, php-format +msgid "%s user blocked" +msgid_plural "%s users blocked" +msgstr[0] "%s user blocked" +msgstr[1] "%s users blocked" + +#: src/Module/Moderation/Users/Active.php:51 +#: src/Module/Moderation/Users/Active.php:85 +#: src/Module/Moderation/Users/Blocked.php:51 +#: src/Module/Moderation/Users/Blocked.php:85 +#: src/Module/Moderation/Users/Index.php:58 +#: src/Module/Moderation/Users/Index.php:92 +msgid "You can't remove yourself" +msgstr "You can't remove yourself" + +#: src/Module/Moderation/Users/Active.php:55 +#: src/Module/Moderation/Users/Blocked.php:55 +#: src/Module/Moderation/Users/Index.php:62 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s user deleted" +msgstr[1] "%s users deleted" + +#: src/Module/Moderation/Users/Active.php:83 +#: src/Module/Moderation/Users/Blocked.php:83 +#: src/Module/Moderation/Users/Index.php:90 +#, php-format +msgid "User \"%s\" deleted" +msgstr "User \"%s\" deleted" + +#: src/Module/Moderation/Users/Active.php:93 +#: src/Module/Moderation/Users/Index.php:100 +#, php-format +msgid "User \"%s\" blocked" +msgstr "User \"%s\" blocked" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Register date" +msgstr "Registration date" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last login" +msgstr "Last login" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last public item" +msgstr "Last public item" + +#: src/Module/Moderation/Users/Active.php:134 +msgid "Active Accounts" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:138 +#: src/Module/Moderation/Users/Blocked.php:137 +#: src/Module/Moderation/Users/Index.php:153 +msgid "User blocked" +msgstr "User blocked" + +#: src/Module/Moderation/Users/Active.php:139 +#: src/Module/Moderation/Users/Blocked.php:139 +#: src/Module/Moderation/Users/Index.php:155 +msgid "Site admin" +msgstr "Site admin" + +#: src/Module/Moderation/Users/Active.php:140 +#: src/Module/Moderation/Users/Blocked.php:140 +#: src/Module/Moderation/Users/Index.php:156 +msgid "Account expired" +msgstr "Account expired" + +#: src/Module/Moderation/Users/Active.php:141 +#: src/Module/Moderation/Users/Index.php:159 +msgid "Create a new user" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:147 +#: src/Module/Moderation/Users/Blocked.php:146 +#: src/Module/Moderation/Users/Index.php:165 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: src/Module/Moderation/Users/Active.php:148 +#: src/Module/Moderation/Users/Blocked.php:147 +#: src/Module/Moderation/Users/Index.php:166 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: src/Module/Moderation/Users/Blocked.php:43 +#: src/Module/Moderation/Users/Index.php:50 +#, php-format +msgid "%s user unblocked" +msgid_plural "%s users unblocked" +msgstr[0] "%s user unblocked" +msgstr[1] "%s users unblocked" + +#: src/Module/Moderation/Users/Blocked.php:92 +#: src/Module/Moderation/Users/Index.php:106 +#, php-format +msgid "User \"%s\" unblocked" +msgstr "User \"%s\" unblocked" + +#: src/Module/Moderation/Users/Blocked.php:134 +msgid "Blocked Users" +msgstr "" + +#: src/Module/Moderation/Users/Create.php:62 +msgid "New User" +msgstr "New user" + +#: src/Module/Moderation/Users/Create.php:63 +msgid "Add User" +msgstr "Add user" + +#: src/Module/Moderation/Users/Create.php:70 +msgid "Name of the new user." +msgstr "Name of the new user." + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname" +msgstr "Nickname" + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname of the new user." +msgstr "Nickname of the new user." + +#: src/Module/Moderation/Users/Create.php:72 +msgid "Email address of the new user." +msgstr "Email address of the new user." + +#: src/Module/Moderation/Users/Deleted.php:81 +msgid "Users awaiting permanent deletion" +msgstr "" + +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Permanent deletion" +msgstr "Permanent deletion" + +#: src/Module/Moderation/Users/Index.php:150 +msgid "User waiting for permanent deletion" +msgstr "User awaiting permanent deletion" + +#: src/Module/Moderation/Users/Pending.php:44 +#, php-format +msgid "%s user approved" +msgid_plural "%s users approved" +msgstr[0] "%s user approved" +msgstr[1] "%s users approved" + +#: src/Module/Moderation/Users/Pending.php:51 +#, php-format +msgid "%s registration revoked" +msgid_plural "%s registrations revoked" +msgstr[0] "%s registration revoked" +msgstr[1] "%s registrations revoked" + +#: src/Module/Moderation/Users/Pending.php:76 +msgid "Account approved." +msgstr "Account approved." + +#: src/Module/Moderation/Users/Pending.php:82 +msgid "Registration revoked" +msgstr "Registration revoked" + +#: src/Module/Moderation/Users/Pending.php:97 +msgid "User registrations awaiting review" +msgstr "" + +#: src/Module/Moderation/Users/Pending.php:99 +msgid "Request date" +msgstr "Request date" + +#: src/Module/Moderation/Users/Pending.php:100 +msgid "No registrations." +msgstr "No registrations." + +#: src/Module/Moderation/Users/Pending.php:101 +msgid "Note from the user" +msgstr "Note from the user" + +#: src/Module/Moderation/Users/Pending.php:103 +msgid "Deny" +msgstr "Deny" + +#: src/Module/Notifications/Introductions.php:99 msgid "Show Ignored Requests" msgstr "Show ignored requests." -#: src/Module/Notifications/Introductions.php:77 +#: src/Module/Notifications/Introductions.php:99 msgid "Hide Ignored Requests" msgstr "Hide ignored requests" -#: src/Module/Notifications/Introductions.php:93 -#: src/Module/Notifications/Introductions.php:156 +#: src/Module/Notifications/Introductions.php:115 +#: src/Module/Notifications/Introductions.php:178 msgid "Notification type:" msgstr "Notification type:" -#: src/Module/Notifications/Introductions.php:96 +#: src/Module/Notifications/Introductions.php:118 msgid "Suggested by:" msgstr "Suggested by:" -#: src/Module/Notifications/Introductions.php:121 +#: src/Module/Notifications/Introductions.php:143 msgid "Claims to be known to you: " msgstr "Says they know me:" -#: src/Module/Notifications/Introductions.php:122 -#: src/Module/OAuth/Acknowledge.php:48 src/Module/Register.php:118 +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 +#: src/Module/Settings/TwoFactor/Trusted.php:126 msgid "No" msgstr "No" -#: src/Module/Notifications/Introductions.php:130 +#: src/Module/Notifications/Introductions.php:152 msgid "Shall your connection be bidirectional or not?" msgstr "Shall your connection be in both directions or not?" -#: src/Module/Notifications/Introductions.php:131 +#: src/Module/Notifications/Introductions.php:153 #, 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." -#: src/Module/Notifications/Introductions.php:132 +#: src/Module/Notifications/Introductions.php:154 #, 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." -#: src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:156 msgid "Friend" msgstr "Friend" -#: src/Module/Notifications/Introductions.php:135 +#: src/Module/Notifications/Introductions.php:157 msgid "Subscriber" msgstr "Subscriber" -#: src/Module/Notifications/Introductions.php:194 +#: src/Module/Notifications/Introductions.php:216 msgid "No introductions." msgstr "No introductions." -#: src/Module/Notifications/Introductions.php:195 -#: src/Module/Notifications/Notifications.php:121 +#: src/Module/Notifications/Introductions.php:217 +#: src/Module/Notifications/Notifications.php:135 #, php-format msgid "No more %s notifications." msgstr "No more %s notifications." -#: src/Module/Notifications/Notification.php:107 +#: src/Module/Notifications/Notification.php:135 msgid "You must be logged in to show this page." msgstr "You must be logged in to show this page." -#: src/Module/Notifications/Notifications.php:52 +#: src/Module/Notifications/Notifications.php:66 msgid "Network Notifications" msgstr "Network notifications" -#: src/Module/Notifications/Notifications.php:58 +#: src/Module/Notifications/Notifications.php:72 msgid "System Notifications" msgstr "System notifications" -#: src/Module/Notifications/Notifications.php:64 +#: src/Module/Notifications/Notifications.php:78 msgid "Personal Notifications" msgstr "Personal notifications" -#: src/Module/Notifications/Notifications.php:70 +#: src/Module/Notifications/Notifications.php:84 msgid "Home Notifications" msgstr "Home notifications" -#: src/Module/Notifications/Notifications.php:126 +#: src/Module/Notifications/Notifications.php:140 msgid "Show unread" msgstr "Show unread" -#: src/Module/OAuth/Acknowledge.php:44 +#: src/Module/Notifications/Ping.php:246 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: src/Module/Notifications/Ping.php:255 +#, php-format +msgid "{0} and %d others requested registration" +msgstr "{0} and %d others requested registration" + +#: src/Module/OAuth/Acknowledge.php:51 msgid "Authorize application connection" msgstr "Authorise application connection" -#: src/Module/OAuth/Acknowledge.php:46 +#: src/Module/OAuth/Acknowledge.php:53 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?" -#: src/Module/OAuth/Authorize.php:55 +#: src/Module/OAuth/Authorize.php:54 msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:60 src/Module/OAuth/Token.php:65 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" -#: src/Module/OAuth/Authorize.php:107 +#: src/Module/OAuth/Authorize.php:106 #, php-format msgid "" "Please copy the following authentication code into your application and " "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:89 +#: src/Module/OAuth/Token.php:83 +msgid "Invalid data or unknown client" +msgstr "" + +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" -#: src/Module/PermissionTooltip.php:25 +#: src/Module/OStatus/Repair.php:83 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: src/Module/OStatus/Repair.php:84 src/Module/OStatus/Subscribe.php:158 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: src/Module/OStatus/Repair.php:85 +msgid "✔ Done" +msgstr "" + +#: src/Module/OStatus/Repair.php:86 +msgid "No OStatus contacts to resubscribe to." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:70 +msgid "Subscribing to contacts" +msgstr "Subscribing to contacts" + +#: src/Module/OStatus/Subscribe.php:79 +msgid "No contact provided." +msgstr "No contact provided." + +#: src/Module/OStatus/Subscribe.php:85 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: src/Module/OStatus/Subscribe.php:96 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: src/Module/OStatus/Subscribe.php:102 src/Module/OStatus/Subscribe.php:113 +msgid "Couldn't fetch following contacts." +msgstr "Couldn't fetch following contacts." + +#: src/Module/OStatus/Subscribe.php:108 +msgid "Couldn't fetch remote profile." +msgstr "Couldn't fetch remote profile." + +#: src/Module/OStatus/Subscribe.php:118 +msgid "Unsupported network" +msgstr "Unsupported network" + +#: src/Module/OStatus/Subscribe.php:134 +msgid "Done" +msgstr "Done" + +#: src/Module/OStatus/Subscribe.php:148 +msgid "success" +msgstr "success" + +#: src/Module/OStatus/Subscribe.php:150 +msgid "failed" +msgstr "failed" + +#: src/Module/OStatus/Subscribe.php:153 +msgid "ignored" +msgstr "Ignored" + +#: src/Module/PermissionTooltip.php:49 #, php-format msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:42 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:64 +#: src/Module/PermissionTooltip.php:94 +msgid "Unlisted" +msgstr "" + +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Remote privacy information not available." -#: src/Module/PermissionTooltip.php:73 +#: src/Module/PermissionTooltip.php:121 msgid "Visible to:" msgstr "Visible to:" -#: src/Module/Photo.php:123 +#: src/Module/PermissionTooltip.php:204 +#, php-format +msgid "Collection (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:208 +#, php-format +msgid "Followers (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:227 +#, php-format +msgid "%d more" +msgstr "" + +#: src/Module/PermissionTooltip.php:231 +#, php-format +msgid "To: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:234 +#, php-format +msgid "CC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:237 +#, php-format +msgid "BCC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:240 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:243 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:136 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "The Photo with id %s is not available." -#: src/Module/Photo.php:169 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:171 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Invalid photo with id %s." -#: src/Module/Profile/Contacts.php:120 +#: src/Module/Post/Edit.php:82 src/Module/Post/Edit.php:96 +msgid "Post not found." +msgstr "" + +#: src/Module/Post/Edit.php:102 +msgid "Edit post" +msgstr "Edit post" + +#: src/Module/Post/Edit.php:136 +msgid "web link" +msgstr "web link" + +#: src/Module/Post/Edit.php:137 +msgid "Insert video link" +msgstr "Insert video link" + +#: src/Module/Post/Edit.php:138 +msgid "video link" +msgstr "video link" + +#: src/Module/Post/Edit.php:139 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: src/Module/Post/Edit.php:140 +msgid "audio link" +msgstr "audio link" + +#: src/Module/Post/Tag/Remove.php:106 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: src/Module/Post/Tag/Remove.php:107 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:144 +msgid "Remove" +msgstr "Remove" + +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "No contacts." -#: src/Module/Profile/Profile.php:82 +#: src/Module/Profile/Conversations.php:106 +#: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: src/Module/Profile/Photos.php:170 +msgid "Image upload didn't complete, please try again" +msgstr "Image upload didn't complete, please try again" + +#: src/Module/Profile/Photos.php:173 +msgid "Image file is missing" +msgstr "Image file is missing" + +#: src/Module/Profile/Photos.php:178 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Server can't accept new file upload at this time, please contact your administrator" + +#: src/Module/Profile/Photos.php:202 +msgid "Image file is empty." +msgstr "Image file is empty." + +#: src/Module/Profile/Photos.php:356 +msgid "View Album" +msgstr "View album" + +#: src/Module/Profile/Profile.php:112 src/Module/Profile/Restricted.php:50 msgid "Profile not found." msgstr "Profile not found." -#: src/Module/Profile/Profile.php:135 +#: src/Module/Profile/Profile.php:158 #, php-format msgid "" "You're currently viewing your profile as %s Cancel" msgstr "" -#: src/Module/Profile/Profile.php:149 +#: src/Module/Profile/Profile.php:167 +msgid "Full Name:" +msgstr "Full name:" + +#: src/Module/Profile/Profile.php:172 msgid "Member since:" msgstr "Member since:" -#: src/Module/Profile/Profile.php:155 +#: src/Module/Profile/Profile.php:178 msgid "j F, Y" msgstr "j F, Y" -#: src/Module/Profile/Profile.php:156 +#: src/Module/Profile/Profile.php:179 msgid "j F" msgstr "j F" -#: src/Module/Profile/Profile.php:164 src/Util/Temporal.php:163 +#: src/Module/Profile/Profile.php:187 src/Util/Temporal.php:168 msgid "Birthday:" msgstr "Birthday:" -#: src/Module/Profile/Profile.php:167 -#: src/Module/Settings/Profile/Index.php:246 src/Util/Temporal.php:165 +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Age: " -#: src/Module/Profile/Profile.php:167 -#: src/Module/Settings/Profile/Index.php:246 src/Util/Temporal.php:165 +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" msgstr[0] "%d year old" msgstr[1] "%d years old" -#: src/Module/Profile/Profile.php:234 -msgid "Forums:" -msgstr "Forums:" +#: src/Module/Profile/Profile.php:195 +#: src/Module/Settings/Profile/Index.php:284 +msgid "Description:" +msgstr "Description:" -#: src/Module/Profile/Profile.php:246 +#: src/Module/Profile/Profile.php:261 +msgid "Groups:" +msgstr "" + +#: src/Module/Profile/Profile.php:273 msgid "View profile as:" msgstr "View profile as:" -#: src/Module/Profile/Profile.php:263 +#: src/Module/Profile/Profile.php:290 msgid "View as" msgstr "" -#: src/Module/Profile/Profile.php:326 src/Module/Profile/Profile.php:329 -#: src/Module/Profile/Status.php:65 src/Module/Profile/Status.php:68 -#: src/Protocol/Feed.php:953 src/Protocol/OStatus.php:1242 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" - -#: src/Module/Profile/Profile.php:327 src/Module/Profile/Status.php:66 -#: src/Protocol/Feed.php:957 src/Protocol/OStatus.php:1246 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" - -#: src/Module/Profile/Profile.php:328 src/Module/Profile/Status.php:67 -#: src/Protocol/Feed.php:960 src/Protocol/OStatus.php:1249 -#, php-format -msgid "%s's comments" -msgstr "%s's comments" - -#: src/Module/Profile/Schedule.php:84 -msgid "Scheduled" -msgstr "" - -#: src/Module/Profile/Schedule.php:85 -msgid "Content" -msgstr "" - -#: src/Module/Profile/Schedule.php:86 -msgid "Remove post" -msgstr "" - -#: src/Module/Register.php:71 -msgid "Only parent users can create additional accounts." -msgstr "Only parent users can create additional accounts." - -#: src/Module/Register.php:103 -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:104 -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:105 -msgid "Your OpenID (optional): " -msgstr "Your OpenID (optional): " - -#: src/Module/Register.php:114 -msgid "Include your profile in member directory?" -msgstr "Include your profile in member directory?" - -#: src/Module/Register.php:137 -msgid "Note for the admin" -msgstr "Note for the admin" - -#: src/Module/Register.php:137 -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:138 -msgid "Membership on this site is by invitation only." -msgstr "Membership on this site is by invitation only." - -#: src/Module/Register.php:139 -msgid "Your invitation code: " -msgstr "Your invitation code: " - -#: src/Module/Register.php:147 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Your full name: " - -#: src/Module/Register.php:148 -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:149 -msgid "Please repeat your e-mail address:" -msgstr "Please repeat your e-mail address:" - -#: src/Module/Register.php:151 -msgid "Leave empty for an auto generated password." -msgstr "Leave empty for an auto generated password." - -#: src/Module/Register.php:153 -#, 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:154 -msgid "Choose a nickname: " -msgstr "Choose a nickname: " - -#: src/Module/Register.php:163 -msgid "Import your profile to this friendica instance" -msgstr "Import an existing Friendica profile to this node." - -#: src/Module/Register.php:170 -msgid "Note: This node explicitly contains adult content" -msgstr "Note: This node explicitly contains adult content" - -#: src/Module/Register.php:172 src/Module/Settings/Delegation.php:155 -msgid "Parent Password:" -msgstr "Parent password:" - -#: src/Module/Register.php:172 src/Module/Settings/Delegation.php:155 -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/Register.php:201 -msgid "Password doesn't match." -msgstr "Password doesn't match." - -#: src/Module/Register.php:207 -msgid "Please enter your password." -msgstr "Please enter your password." - -#: src/Module/Register.php:249 -msgid "You have entered too much information." -msgstr "You have entered too much information." - -#: src/Module/Register.php:272 -msgid "Please enter the identical mail address in the second field." -msgstr "Please enter the identical mail address in the second field." - -#: src/Module/Register.php:299 -msgid "The additional account was created." -msgstr "The additional account was created." - -#: src/Module/Register.php:324 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registration successful. Please check your email for further instructions." - -#: src/Module/Register.php:328 -#, 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:334 -msgid "Registration successful." -msgstr "Registration successful." - -#: src/Module/Register.php:339 src/Module/Register.php:346 -msgid "Your registration can not be processed." -msgstr "Your registration cannot be processed." - -#: src/Module/Register.php:345 -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:391 -msgid "Your registration is pending approval by the site owner." -msgstr "Your registration is pending approval by the site administrator." - -#: src/Module/RemoteFollow.php:62 +#: src/Module/Profile/RemoteFollow.php:82 msgid "Profile unavailable." msgstr "Profile unavailable." -#: src/Module/RemoteFollow.php:68 +#: src/Module/Profile/RemoteFollow.php:88 msgid "Invalid locator" msgstr "Invalid locator" -#: src/Module/RemoteFollow.php:75 +#: src/Module/Profile/RemoteFollow.php:95 msgid "The provided profile link doesn't seem to be valid" msgstr "The provided profile link doesn't seem to be valid" -#: src/Module/RemoteFollow.php:80 +#: src/Module/Profile/RemoteFollow.php:100 msgid "" "Remote subscription can't be done for your network. Please subscribe " "directly on your system." msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." -#: src/Module/RemoteFollow.php:110 +#: src/Module/Profile/RemoteFollow.php:128 msgid "Friend/Connection Request" msgstr "Friend/Connection request" -#: src/Module/RemoteFollow.php:111 +#: src/Module/Profile/RemoteFollow.php:129 #, php-format msgid "" "Enter your Webfinger address (user@domain.tld) or profile URL here. If this " @@ -8780,89 +8926,314 @@ msgid "" " or %s directly on your system." msgstr "Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn't supported by your system, you have to subscribe to %s or %s directly on your system." -#: src/Module/RemoteFollow.php:112 +#: src/Module/Profile/RemoteFollow.php:130 #, php-format msgid "" "If you are not yet a member of the free social web, follow " "this link to find a public Friendica node and join us today." msgstr "If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today." -#: src/Module/RemoteFollow.php:113 +#: src/Module/Profile/RemoteFollow.php:131 msgid "Your Webfinger address or profile URL:" msgstr "Your WebFinger address or profile URL:" -#: src/Module/Search/Index.php:54 +#: src/Module/Profile/Restricted.php:59 +msgid "Restricted profile" +msgstr "" + +#: src/Module/Profile/Restricted.php:60 +msgid "" +"This profile has been restricted which prevents access to their public " +"content from anonymous visitors." +msgstr "" + +#: src/Module/Profile/Schedule.php:83 +msgid "Scheduled" +msgstr "" + +#: src/Module/Profile/Schedule.php:84 +msgid "Content" +msgstr "" + +#: src/Module/Profile/Schedule.php:85 +msgid "Remove post" +msgstr "" + +#: src/Module/Profile/UnkMail.php:78 +msgid "Empty message body." +msgstr "" + +#: src/Module/Profile/UnkMail.php:103 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: src/Module/Profile/UnkMail.php:127 +msgid "Recipient not found." +msgstr "" + +#: src/Module/Profile/UnkMail.php:138 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: src/Module/Profile/UnkMail.php:152 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: src/Module/Profile/UnkMail.php:160 +msgid "To" +msgstr "" + +#: src/Module/Profile/UnkMail.php:161 +msgid "Subject" +msgstr "" + +#: src/Module/Profile/UnkMail.php:162 +msgid "Your message" +msgstr "" + +#: src/Module/Register.php:84 +msgid "Only parent users can create additional accounts." +msgstr "Only parent users can create additional accounts." + +#: src/Module/Register.php:99 src/Module/User/Import.php:111 +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:116 +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:117 +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:118 +msgid "Your OpenID (optional): " +msgstr "Your OpenID (optional): " + +#: src/Module/Register.php:127 +msgid "Include your profile in member directory?" +msgstr "Include your profile in member directory?" + +#: src/Module/Register.php:148 +msgid "Note for the admin" +msgstr "Note for the admin" + +#: src/Module/Register.php:148 +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:149 +msgid "Membership on this site is by invitation only." +msgstr "Membership on this site is by invitation only." + +#: src/Module/Register.php:150 +msgid "Your invitation code: " +msgstr "Your invitation code: " + +#: src/Module/Register.php:158 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Your full name: " + +#: src/Module/Register.php:159 +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:160 +msgid "Please repeat your e-mail address:" +msgstr "Please repeat your e-mail address:" + +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:567 +msgid "New Password:" +msgstr "New password:" + +#: src/Module/Register.php:162 +msgid "Leave empty for an auto generated password." +msgstr "Leave empty for an auto generated password." + +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Settings/Account.php:568 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: src/Module/Register.php:164 +#, 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:165 +msgid "Choose a nickname: " +msgstr "Choose a nickname: " + +#: src/Module/Register.php:173 src/Module/User/Import.php:117 +msgid "Import" +msgstr "Import profile" + +#: src/Module/Register.php:174 +msgid "Import your profile to this friendica instance" +msgstr "Import an existing Friendica profile to this node." + +#: src/Module/Register.php:181 +msgid "Note: This node explicitly contains adult content" +msgstr "Note: This node explicitly contains adult content" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +msgid "Parent Password:" +msgstr "Parent password:" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +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/Register.php:212 +msgid "Password doesn't match." +msgstr "Password doesn't match." + +#: src/Module/Register.php:218 +msgid "Please enter your password." +msgstr "Please enter your password." + +#: src/Module/Register.php:260 +msgid "You have entered too much information." +msgstr "You have entered too much information." + +#: src/Module/Register.php:283 +msgid "Please enter the identical mail address in the second field." +msgstr "Please enter the identical mail address in the second field." + +#: src/Module/Register.php:310 +msgid "The additional account was created." +msgstr "The additional account was created." + +#: src/Module/Register.php:335 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registration successful. Please check your email for further instructions." + +#: src/Module/Register.php:342 +#, 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:348 +msgid "Registration successful." +msgstr "Registration successful." + +#: src/Module/Register.php:357 src/Module/Register.php:364 +#: src/Module/Register.php:374 +msgid "Your registration can not be processed." +msgstr "Your registration cannot be processed." + +#: src/Module/Register.php:363 +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:373 +msgid "An internal error occured." +msgstr "An internal error occurred." + +#: src/Module/Register.php:395 +msgid "Your registration is pending approval by the site owner." +msgstr "Your registration is pending approval by the site administrator." + +#: src/Module/Search/Acl.php:73 +msgid "You must be logged in to use this module." +msgstr "You must be logged in to use this module." + +#: src/Module/Search/Index.php:69 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:76 +#: src/Module/Search/Index.php:89 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:192 +#: src/Module/Search/Index.php:205 #, php-format msgid "Items tagged with: %s" msgstr "Items tagged with: %s" -#: src/Module/Search/Saved.php:45 +#: src/Module/Search/Saved.php:59 msgid "Search term was not saved." msgstr "" -#: src/Module/Search/Saved.php:48 +#: src/Module/Search/Saved.php:62 msgid "Search term already saved." msgstr "Search term already saved." -#: src/Module/Search/Saved.php:54 +#: src/Module/Search/Saved.php:68 msgid "Search term was not removed." msgstr "" -#: src/Module/Security/Login.php:105 +#: src/Module/Security/Login.php:123 msgid "Create a New Account" msgstr "Create a new account" -#: src/Module/Security/Login.php:130 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "Your OpenID: " -#: src/Module/Security/Login.php:133 +#: src/Module/Security/Login.php:145 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/Security/Login.php:135 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "Or login with OpenID: " -#: src/Module/Security/Login.php:149 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Password: " -#: src/Module/Security/Login.php:150 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "Remember me" -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Forgot your password?" -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "Website Terms of Service" -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "Terms of service" -#: src/Module/Security/Login.php:165 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "Website Privacy Policy" -#: src/Module/Security/Login.php:166 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "Privacy policy" -#: src/Module/Security/Logout.php:61 +#: src/Module/Security/Logout.php:84 +#: src/Module/Security/TwoFactor/SignOut.php:78 +#: src/Module/Security/TwoFactor/SignOut.php:86 +#: src/Module/Security/TwoFactor/SignOut.php:108 +#: src/Module/Security/TwoFactor/SignOut.php:115 msgid "Logged out." msgstr "Logged out." @@ -8870,450 +9241,1414 @@ msgstr "Logged out." msgid "OpenID protocol error. No ID returned" msgstr "OpenID protocol error. No ID returned" -#: src/Module/Security/OpenID.php:92 +#: src/Module/Security/OpenID.php:90 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." -#: src/Module/Security/OpenID.php:94 +#: src/Module/Security/OpenID.php:92 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." -#: src/Module/Security/TwoFactor/Recovery.php:61 +#: src/Module/Security/PasswordTooLong.php:57 +#: src/Module/Settings/Account.php:67 +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: src/Module/Security/PasswordTooLong.php:64 +msgid "Password does not need changing." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:77 +#: src/Module/Settings/Account.php:81 +msgid "Password unchanged." +msgstr "Password unchanged." + +#: src/Module/Security/PasswordTooLong.php:91 +msgid "Password Too Long" +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:92 +msgid "" +"Since version 2022.09, we've realized that any password longer than 72 " +"characters is truncated during hashing. To prevent any confusion about this " +"behavior, please update your password to be fewer or equal to 72 characters." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:93 +msgid "Update Password" +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:569 +msgid "Current Password:" +msgstr "Current password:" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:569 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:553 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces and accentuated letters." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:554 +msgid "Password length is limited to 72 characters." +msgstr "" + +#: src/Module/Security/TwoFactor/Recovery.php:74 #, php-format msgid "Remaining recovery codes: %d" msgstr "Remaining recovery codes: %d" -#: src/Module/Security/TwoFactor/Recovery.php:65 -#: src/Module/Security/TwoFactor/Verify.php:76 -#: src/Module/Settings/TwoFactor/Verify.php:82 +#: src/Module/Security/TwoFactor/Recovery.php:80 +#: src/Module/Security/TwoFactor/Verify.php:77 +#: src/Module/Settings/TwoFactor/Verify.php:95 msgid "Invalid code, please retry." msgstr "Invalid code, please try again." -#: src/Module/Security/TwoFactor/Recovery.php:84 +#: src/Module/Security/TwoFactor/Recovery.php:99 msgid "Two-factor recovery" msgstr "Two-factor recovery" -#: src/Module/Security/TwoFactor/Recovery.php:85 +#: src/Module/Security/TwoFactor/Recovery.php:100 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/Security/TwoFactor/Recovery.php:86 -#: src/Module/Security/TwoFactor/Verify.php:99 +#: src/Module/Security/TwoFactor/Recovery.php:101 #, 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/Security/TwoFactor/Recovery.php:87 +#: src/Module/Security/TwoFactor/Recovery.php:102 msgid "Please enter a recovery code" msgstr "Please enter a recovery code" -#: src/Module/Security/TwoFactor/Recovery.php:88 +#: src/Module/Security/TwoFactor/Recovery.php:103 msgid "Submit recovery code and complete login" msgstr "Submit recovery code and complete login" -#: src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Security/TwoFactor/SignOut.php:122 +msgid "Sign out of this browser?" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:123 +msgid "" +"

    If you trust this browser, you will not be asked for verification code " +"the next time you sign in.

    " +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:124 +msgid "Sign out" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:126 +msgid "Trust and sign out" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:96 +msgid "Couldn't save browser to Cookie." +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:141 +msgid "Trust this browser?" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:142 +msgid "" +"

    If you choose to trust this browser, you will not be asked for a " +"verification code the next time you sign in.

    " +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:143 +msgid "Not now" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:144 +msgid "Don't trust" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:145 +msgid "Trust" +msgstr "" + +#: src/Module/Security/TwoFactor/Verify.php:97 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/Security/TwoFactor/Verify.php:100 -#: src/Module/Settings/TwoFactor/Verify.php:141 -msgid "Please enter a code from your authentication app" -msgstr "Please enter a code from your authentication app" +#, php-format +msgid "" +"If you do not have access to your authentication code you can use a two-factor recovery code." +msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -msgid "This is my two-factor authenticator app device" -msgstr "" +#: src/Module/Settings/TwoFactor/Verify.php:155 +msgid "Please enter a code from your authentication app" +msgstr "Please enter a code from your authentication app" #: src/Module/Security/TwoFactor/Verify.php:102 msgid "Verify code and complete login" msgstr "Verify code and complete login" -#: src/Module/Settings/Delegation.php:53 +#: src/Module/Settings/Account.php:96 +msgid "Please use a shorter name." +msgstr "Please use a shorter name." + +#: src/Module/Settings/Account.php:99 +msgid "Name too short." +msgstr "Name too short." + +#: src/Module/Settings/Account.php:108 +msgid "Wrong Password." +msgstr "Wrong password." + +#: src/Module/Settings/Account.php:113 +msgid "Invalid email." +msgstr "Invalid email." + +#: src/Module/Settings/Account.php:117 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 +#: src/Module/Settings/Account.php:352 +msgid "Settings were not updated." +msgstr "Settings were not updated." + +#: src/Module/Settings/Account.php:364 +msgid "Contact CSV file upload error" +msgstr "Contact CSV file upload error" + +#: src/Module/Settings/Account.php:383 +msgid "Importing Contacts done" +msgstr "Importing contacts done" + +#: src/Module/Settings/Account.php:396 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been send to your contacts" + +#: src/Module/Settings/Account.php:413 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: src/Module/Settings/Account.php:455 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: src/Module/Settings/Account.php:456 +msgid "Community Group Subtypes" +msgstr "" + +#: src/Module/Settings/Account.php:466 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: src/Module/Settings/Account.php:473 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:480 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:487 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: src/Module/Settings/Account.php:494 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: src/Module/Settings/Account.php:501 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:508 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: src/Module/Settings/Account.php:515 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: src/Module/Settings/Account.php:520 +msgid "Private Group [Experimental]" +msgstr "" + +#: src/Module/Settings/Account.php:522 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: src/Module/Settings/Account.php:531 +msgid "OpenID:" +msgstr "OpenID:" + +#: src/Module/Settings/Account.php:531 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: src/Module/Settings/Account.php:539 +msgid "Publish your profile in your local site directory?" +msgstr "Publish your profile in your local site directory?" + +#: src/Module/Settings/Account.php:539 +#, 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." + +#: src/Module/Settings/Account.php:545 +#, php-format +msgid "" +"Your profile will also be published in the global friendica directories " +"(e.g. %s)." +msgstr "Your profile will also be published in the global Friendica directories (e.g. %s)." + +#: src/Module/Settings/Account.php:558 +msgid "Account Settings" +msgstr "Account Settings" + +#: src/Module/Settings/Account.php:559 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: src/Module/Settings/Account.php:566 +msgid "Password Settings" +msgstr "Password change" + +#: src/Module/Settings/Account.php:568 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: src/Module/Settings/Account.php:570 +msgid "Password:" +msgstr "Password:" + +#: src/Module/Settings/Account.php:570 +msgid "Your current password to confirm the changes of the email address" +msgstr "Your current password to confirm the changes of the email address" + +#: src/Module/Settings/Account.php:573 +msgid "Delete OpenID URL" +msgstr "Delete OpenID URL" + +#: src/Module/Settings/Account.php:575 +msgid "Basic Settings" +msgstr "Basic information" + +#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Display name:" + +#: src/Module/Settings/Account.php:577 +msgid "Email Address:" +msgstr "Email address:" + +#: src/Module/Settings/Account.php:578 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: src/Module/Settings/Account.php:579 +msgid "Your Language:" +msgstr "Language:" + +#: src/Module/Settings/Account.php:579 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: src/Module/Settings/Account.php:580 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: src/Module/Settings/Account.php:581 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: src/Module/Settings/Account.php:583 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: src/Module/Settings/Account.php:585 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: src/Module/Settings/Account.php:585 src/Module/Settings/Account.php:595 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam or abuse registrations" + +#: src/Module/Settings/Account.php:587 +msgid "Allow your profile to be searchable globally?" +msgstr "Allow your profile to be searchable globally?" + +#: src/Module/Settings/Account.php:587 +msgid "" +"Activate this setting if you want others to easily find and follow you. Your" +" profile will be searchable on remote systems. This setting also determines " +"whether Friendica will inform search engines that your profile should be " +"indexed or not." +msgstr "Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not." + +#: src/Module/Settings/Account.php:588 +msgid "Hide your contact/friend list from viewers of your profile?" +msgstr "Hide your contact/friend list from viewers of your profile?" + +#: src/Module/Settings/Account.php:588 +msgid "" +"A list of your contacts is displayed on your profile page. Activate this " +"option to disable the display of your contact list." +msgstr "A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list." + +#: src/Module/Settings/Account.php:589 +msgid "Hide your public content from anonymous viewers" +msgstr "" + +#: src/Module/Settings/Account.php:589 +msgid "" +"Anonymous visitors will only see your basic profile details. Your public " +"posts and replies will still be freely accessible on the remote servers of " +"your followers and through relays." +msgstr "" + +#: src/Module/Settings/Account.php:590 +msgid "Make public posts unlisted" +msgstr "Make public posts unlisted" + +#: src/Module/Settings/Account.php:590 +msgid "" +"Your public posts will not appear on the community pages or in search " +"results, nor be sent to relay servers. However they can still appear on " +"public feeds on remote servers." +msgstr "Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers." + +#: src/Module/Settings/Account.php:591 +msgid "Make all posted pictures accessible" +msgstr "Make all posted pictures accessible" + +#: src/Module/Settings/Account.php:591 +msgid "" +"This option makes every posted picture accessible via the direct link. This " +"is a workaround for the problem that most other networks can't handle " +"permissions on pictures. Non public pictures still won't be visible for the " +"public on your photo albums though." +msgstr "This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can't handle permissions on pictures. Non public pictures still won't be visible for the public on your photo albums though." + +#: src/Module/Settings/Account.php:592 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: src/Module/Settings/Account.php:592 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: src/Module/Settings/Account.php:593 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: src/Module/Settings/Account.php:593 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: src/Module/Settings/Account.php:594 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: src/Module/Settings/Account.php:594 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: src/Module/Settings/Account.php:595 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: src/Module/Settings/Account.php:596 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:597 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:598 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: src/Module/Settings/Account.php:602 +msgid "Expiration settings" +msgstr "Expiration settings" + +#: src/Module/Settings/Account.php:603 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: src/Module/Settings/Account.php:603 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: src/Module/Settings/Account.php:604 +msgid "Expire posts" +msgstr "Expire posts" + +#: src/Module/Settings/Account.php:604 +msgid "When activated, posts and comments will be expired." +msgstr "If activated, posts and comments will expire." + +#: src/Module/Settings/Account.php:605 +msgid "Expire personal notes" +msgstr "Expire personal notes" + +#: src/Module/Settings/Account.php:605 +msgid "" +"When activated, the personal notes on your profile page will be expired." +msgstr "If activated, personal notes on your profile page will expire." + +#: src/Module/Settings/Account.php:606 +msgid "Expire starred posts" +msgstr "Expire starred posts" + +#: src/Module/Settings/Account.php:606 +msgid "" +"Starring posts keeps them from being expired. That behaviour is overwritten " +"by this setting." +msgstr "Starring posts keeps them from being expired. That behaviour is overwritten by this setting." + +#: src/Module/Settings/Account.php:607 +msgid "Only expire posts by others" +msgstr "Only expire posts by others" + +#: src/Module/Settings/Account.php:607 +msgid "" +"When activated, your own posts never expire. Then the settings above are " +"only valid for posts you received." +msgstr "If activated, your own posts never expire. Than the settings above are only valid for posts you received." + +#: src/Module/Settings/Account.php:610 +msgid "Notification Settings" +msgstr "Notification" + +#: src/Module/Settings/Account.php:611 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: src/Module/Settings/Account.php:612 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: src/Module/Settings/Account.php:613 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: src/Module/Settings/Account.php:614 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: src/Module/Settings/Account.php:615 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: src/Module/Settings/Account.php:616 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: src/Module/Settings/Account.php:617 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: src/Module/Settings/Account.php:618 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: src/Module/Settings/Account.php:620 +msgid "Create a desktop notification when:" +msgstr "Create a desktop notification when:" + +#: src/Module/Settings/Account.php:621 +msgid "Someone tagged you" +msgstr "" + +#: src/Module/Settings/Account.php:622 +msgid "Someone directly commented on your post" +msgstr "" + +#: src/Module/Settings/Account.php:623 +msgid "Someone liked your content" +msgstr "Someone liked your content" + +#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 +msgid "Can only be enabled, when the direct comment notification is enabled." +msgstr "" + +#: src/Module/Settings/Account.php:624 +msgid "Someone shared your content" +msgstr "Someone shared your content" + +#: src/Module/Settings/Account.php:625 +msgid "Someone commented in your thread" +msgstr "" + +#: src/Module/Settings/Account.php:626 +msgid "Someone commented in a thread where you commented" +msgstr "" + +#: src/Module/Settings/Account.php:627 +msgid "Someone commented in a thread where you interacted" +msgstr "" + +#: src/Module/Settings/Account.php:629 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: src/Module/Settings/Account.php:629 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: src/Module/Settings/Account.php:633 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: src/Module/Settings/Account.php:635 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: src/Module/Settings/Account.php:639 +msgid "Show detailled notifications" +msgstr "Show detailed notifications" + +#: src/Module/Settings/Account.php:641 +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. If enabled, every notification is displayed." + +#: src/Module/Settings/Account.php:645 +msgid "Show notifications of ignored contacts" +msgstr "Show notifications of ignored contacts" + +#: src/Module/Settings/Account.php:647 +msgid "" +"You don't see posts from ignored contacts. But you still see their comments." +" This setting controls if you want to still receive regular notifications " +"that are caused by ignored contacts or not." +msgstr "You don't see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not." + +#: src/Module/Settings/Account.php:650 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: src/Module/Settings/Account.php:651 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behaviour of this account for special situations" + +#: src/Module/Settings/Account.php:654 +msgid "Import Contacts" +msgstr "Import Contacts" + +#: src/Module/Settings/Account.php:655 +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." + +#: src/Module/Settings/Account.php:656 +msgid "Upload File" +msgstr "Upload File" + +#: src/Module/Settings/Account.php:659 +msgid "Relocate" +msgstr "Recent relocation" + +#: src/Module/Settings/Account.php:660 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: src/Module/Settings/Account.php:661 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: src/Module/Settings/Addons.php:86 +msgid "Addon Settings" +msgstr "Addon settings" + +#: src/Module/Settings/Addons.php:87 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146 +#: src/Module/Settings/Display.php:330 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:331 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:140 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:140 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:146 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:153 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:158 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add" +msgstr "Add" + +#: src/Module/Settings/Channels.php:162 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:165 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list?" +msgstr "" + +#: src/Module/Settings/Connectors.php:120 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "diaspora* (Socialhome, Hubzilla)" + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 +#, php-format +msgid "Built-in support for %s connectivity is enabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 +#, php-format +msgid "Built-in support for %s connectivity is disabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 +msgid "OStatus (GNU Social)" +msgstr "OStatus (GNU Social)" + +#: src/Module/Settings/Connectors.php:182 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 +msgid "None" +msgstr "None" + +#: src/Module/Settings/Connectors.php:209 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: src/Module/Settings/Connectors.php:212 +msgid "Followed content scope" +msgstr "" + +#: src/Module/Settings/Connectors.php:214 +msgid "" +"By default, conversations in which your follows participated but didn't " +"start will be shown in your timeline. You can turn this behavior off, or " +"expand it to the conversations in which your follows liked a post." +msgstr "" + +#: src/Module/Settings/Connectors.php:216 +msgid "Only conversations my follows started" +msgstr "" + +#: src/Module/Settings/Connectors.php:217 +msgid "Conversations my follows started or commented on (default)" +msgstr "" + +#: src/Module/Settings/Connectors.php:218 +msgid "Any conversation my follows interacted with, including likes" +msgstr "" + +#: src/Module/Settings/Connectors.php:221 +msgid "Enable Content Warning" +msgstr "Enable Content Warning" + +#: src/Module/Settings/Connectors.php:221 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This enables the automatic " +"collapsing instead of setting 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 collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn't affect any other content filtering you eventually set up." + +#: src/Module/Settings/Connectors.php:222 +msgid "Enable intelligent shortening" +msgstr "Enable intelligent shortening" + +#: src/Module/Settings/Connectors.php:222 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If disabled, every shortened post will always point to the original " +"friendica post." +msgstr "Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original Friendica post." + +#: src/Module/Settings/Connectors.php:223 +msgid "Enable simple text shortening" +msgstr "Enable simple text shortening" + +#: src/Module/Settings/Connectors.php:223 +msgid "" +"Normally the system shortens posts at the next line feed. If this option is " +"enabled then the system will shorten the text at the maximum character " +"limit." +msgstr "Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit." + +#: src/Module/Settings/Connectors.php:224 +msgid "Attach the link title" +msgstr "Attach the link title" + +#: src/Module/Settings/Connectors.php:224 +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 "If activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content." + +#: src/Module/Settings/Connectors.php:225 +msgid "API: Use spoiler field as title" +msgstr "" + +#: src/Module/Settings/Connectors.php:225 +msgid "" +"When activated, the \"spoiler_text\" field in the API will be used for the " +"title on standalone posts. When deactivated it will be used for spoiler " +"text. For comments it will always be used for spoiler text." +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 +msgid "Your legacy ActivityPub/GNU Social account" +msgstr "Your legacy ActivityPub/GNU Social account" + +#: src/Module/Settings/Connectors.php:227 +msgid "" +"If you enter your old account name from an ActivityPub based system or your " +"GNU Social/Statusnet account name here (in the format user@domain.tld), your" +" contacts will be added automatically. The field will be emptied when done." +msgstr "If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done." + +#: src/Module/Settings/Connectors.php:229 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: src/Module/Settings/Connectors.php:233 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: src/Module/Settings/Connectors.php:234 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: src/Module/Settings/Connectors.php:235 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: src/Module/Settings/Connectors.php:237 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: src/Module/Settings/Connectors.php:238 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: src/Module/Settings/Connectors.php:239 +msgid "Security:" +msgstr "Security:" + +#: src/Module/Settings/Connectors.php:240 +msgid "Email login name:" +msgstr "Email login name:" + +#: src/Module/Settings/Connectors.php:241 +msgid "Email password:" +msgstr "Email password:" + +#: src/Module/Settings/Connectors.php:242 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: src/Module/Settings/Connectors.php:243 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Action after import:" +msgstr "Action after import:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Move to folder" +msgstr "Move to folder" + +#: src/Module/Settings/Connectors.php:245 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delegation successfully granted." -#: src/Module/Settings/Delegation.php:55 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Parent user not found, unavailable or password doesn't match." -#: src/Module/Settings/Delegation.php:59 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegation successfully revoked." -#: src/Module/Settings/Delegation.php:81 -#: src/Module/Settings/Delegation.php:103 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Delegated administrators can view but not change delegation permissions." -#: src/Module/Settings/Delegation.php:95 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Delegate user not found." -#: src/Module/Settings/Delegation.php:143 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "No parent user" -#: src/Module/Settings/Delegation.php:154 -#: src/Module/Settings/Delegation.php:165 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Parent user" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Additional Accounts" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Register additional accounts that are automatically connected to your existing account so you can manage them from this account." -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Register an additional account" -#: src/Module/Settings/Delegation.php:168 +#: src/Module/Settings/Delegation.php:192 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/Settings/Delegation.php:172 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegates" -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:196 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/Settings/Delegation.php:175 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Existing page delegates" -#: src/Module/Settings/Delegation.php:177 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potential delegates" -#: src/Module/Settings/Delegation.php:180 -msgid "Add" -msgstr "Add" - -#: src/Module/Settings/Delegation.php:181 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "No entries." -#: src/Module/Settings/Display.php:108 +#: src/Module/Settings/Display.php:179 msgid "The theme you chose isn't available." msgstr "The chosen theme isn't available." -#: src/Module/Settings/Display.php:147 +#: src/Module/Settings/Display.php:219 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Unsupported)" -#: src/Module/Settings/Display.php:193 +#: src/Module/Settings/Display.php:254 +msgid "No preview" +msgstr "" + +#: src/Module/Settings/Display.php:255 +msgid "No image" +msgstr "" + +#: src/Module/Settings/Display.php:256 +msgid "Small Image" +msgstr "" + +#: src/Module/Settings/Display.php:257 +msgid "Large Image" +msgstr "" + +#: src/Module/Settings/Display.php:302 msgid "Display Settings" msgstr "Display Settings" -#: src/Module/Settings/Display.php:195 +#: src/Module/Settings/Display.php:304 msgid "General Theme Settings" msgstr "Themes" -#: src/Module/Settings/Display.php:196 +#: src/Module/Settings/Display.php:305 msgid "Custom Theme Settings" msgstr "Theme customisation" -#: src/Module/Settings/Display.php:197 +#: src/Module/Settings/Display.php:306 msgid "Content Settings" msgstr "Content/Layout" -#: src/Module/Settings/Display.php:198 view/theme/duepuntozero/config.php:70 -#: view/theme/frio/config.php:161 view/theme/quattro/config.php:72 -#: view/theme/vier/config.php:120 +#: src/Module/Settings/Display.php:307 view/theme/duepuntozero/config.php:86 +#: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 +#: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Theme settings" -#: src/Module/Settings/Display.php:199 -msgid "Calendar" -msgstr "Calendar" +#: src/Module/Settings/Display.php:308 +msgid "Timelines" +msgstr "" -#: src/Module/Settings/Display.php:205 +#: src/Module/Settings/Display.php:315 msgid "Display Theme:" msgstr "Display theme:" -#: src/Module/Settings/Display.php:206 +#: src/Module/Settings/Display.php:316 msgid "Mobile Theme:" msgstr "Mobile theme:" -#: src/Module/Settings/Display.php:209 +#: src/Module/Settings/Display.php:319 msgid "Number of items to display per page:" msgstr "Number of items displayed per page:" -#: src/Module/Settings/Display.php:209 src/Module/Settings/Display.php:210 +#: src/Module/Settings/Display.php:319 src/Module/Settings/Display.php:320 msgid "Maximum of 100 items" msgstr "Maximum of 100 items" -#: src/Module/Settings/Display.php:210 +#: src/Module/Settings/Display.php:320 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Number of items displayed per page on mobile devices:" -#: src/Module/Settings/Display.php:211 +#: src/Module/Settings/Display.php:321 msgid "Update browser every xx seconds" msgstr "Update browser every so many seconds:" -#: src/Module/Settings/Display.php:211 +#: src/Module/Settings/Display.php:321 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 seconds; to disable -1." -#: src/Module/Settings/Display.php:212 -msgid "Automatic updates only at the top of the post stream pages" -msgstr "Automatic updates only at the top of the post stream pages" - -#: src/Module/Settings/Display.php:212 -msgid "" -"Auto update may add new posts at the top of the post stream pages, which can" -" affect the scroll position and perturb normal reading if it happens " -"anywhere else the top of the page." -msgstr "Auto update may add new posts at the top of the post stream pages. This can affect the scroll position and perturb normal reading if something happens anywhere else the top of the page." - -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:322 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:322 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:323 msgid "Infinite scroll" msgstr "Infinite scroll" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:323 msgid "Automatic fetch new items when reaching the page end." msgstr "Automatic fetch new items when reaching the page end." -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:324 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:324 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:216 +#: src/Module/Settings/Display.php:325 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:216 +#: src/Module/Settings/Display.php:325 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:326 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:326 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:327 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:327 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:220 +#: src/Module/Settings/Display.php:328 +msgid "Link preview mode" +msgstr "" + +#: src/Module/Settings/Display.php:328 +msgid "Appearance of the link preview that is added to each post with a link." +msgstr "" + +#: src/Module/Settings/Display.php:333 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:337 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:337 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:339 msgid "Beginning of week:" msgstr "Week begins: " -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profile name is required." +#: src/Module/Settings/Display.php:340 +msgid "Default calendar view:" +msgstr "" -#: src/Module/Settings/Profile/Index.php:132 +#: src/Module/Settings/Features.php:74 +msgid "Additional Features" +msgstr "Additional Features" + +#: src/Module/Settings/OAuth.php:71 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: src/Module/Settings/OAuth.php:75 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Profile couldn't be updated." -#: src/Module/Settings/Profile/Index.php:173 -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Label:" -#: src/Module/Settings/Profile/Index.php:174 -#: src/Module/Settings/Profile/Index.php:194 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Value:" -#: src/Module/Settings/Profile/Index.php:184 -#: src/Module/Settings/Profile/Index.php:204 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Field Permissions" -#: src/Module/Settings/Profile/Index.php:185 -#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(reveal/hide)" -#: src/Module/Settings/Profile/Index.php:191 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Add a new profile field" -#: src/Module/Settings/Profile/Index.php:221 -msgid "Profile Actions" -msgstr "Profile actions" - -#: src/Module/Settings/Profile/Index.php:222 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: src/Module/Settings/Profile/Index.php:224 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: src/Module/Settings/Profile/Index.php:229 -msgid "Profile picture" -msgstr "Profile picture" - -#: src/Module/Settings/Profile/Index.php:230 -msgid "Location" -msgstr "Location" - -#: src/Module/Settings/Profile/Index.php:231 src/Util/Temporal.php:93 -#: src/Util/Temporal.php:95 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: src/Module/Settings/Profile/Index.php:232 -msgid "Custom Profile Fields" -msgstr "Custom Profile Fields" - -#: src/Module/Settings/Profile/Index.php:234 src/Module/Welcome.php:58 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: src/Module/Settings/Profile/Index.php:238 -msgid "Display name:" -msgstr "Display name:" - -#: src/Module/Settings/Profile/Index.php:241 -msgid "Street Address:" -msgstr "Street address:" - -#: src/Module/Settings/Profile/Index.php:242 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: src/Module/Settings/Profile/Index.php:243 -msgid "Region/State:" -msgstr "Region/State:" - -#: src/Module/Settings/Profile/Index.php:244 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: src/Module/Settings/Profile/Index.php:245 -msgid "Country:" -msgstr "Country:" - -#: src/Module/Settings/Profile/Index.php:247 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - #: src/Module/Settings/Profile/Index.php:247 msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "" -"The Matrix address will be published so that people can follow you there." +"The homepage is verified. A rel=\"me\" link back to your Friendica profile " +"page was found on the homepage." msgstr "" #: src/Module/Settings/Profile/Index.php:249 -msgid "Homepage URL:" -msgstr "Homepage URL:" +#, php-format +msgid "" +"To verify your homepage, add a rel=\"me\" link to it, pointing to your " +"profile URL (%s)." +msgstr "" -#: src/Module/Settings/Profile/Index.php:250 -msgid "Public Keywords:" -msgstr "Public keywords:" +#: src/Module/Settings/Profile/Index.php:255 +msgid "Profile Actions" +msgstr "Profile actions" -#: src/Module/Settings/Profile/Index.php:250 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." +#: src/Module/Settings/Profile/Index.php:256 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" -#: src/Module/Settings/Profile/Index.php:251 -msgid "Private Keywords:" -msgstr "Private keywords:" +#: src/Module/Settings/Profile/Index.php:258 +msgid "Change Profile Photo" +msgstr "Change profile photo" -#: src/Module/Settings/Profile/Index.php:251 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." +#: src/Module/Settings/Profile/Index.php:261 +msgid "Profile picture" +msgstr "Profile picture" -#: src/Module/Settings/Profile/Index.php:252 +#: src/Module/Settings/Profile/Index.php:262 +msgid "Location" +msgstr "Location" + +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 +#: src/Util/Temporal.php:99 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: src/Module/Settings/Profile/Index.php:264 +msgid "Custom Profile Fields" +msgstr "Custom Profile Fields" + +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Custom fields appear on your profile page.

    \n\t\t\t\t

    You can use BBCodes in the field values.

    \n\t\t\t\t

    Reorder by dragging the field title.

    \n\t\t\t\t

    Empty the label field to remove a custom field.

    \n\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:108 -#: src/Module/Settings/Profile/Photo/Crop.php:126 -#: src/Module/Settings/Profile/Photo/Crop.php:144 +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Street address:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Region/State:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Country:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: src/Module/Settings/Profile/Photo/Crop.php:107 +#: src/Module/Settings/Profile/Photo/Crop.php:125 +#: src/Module/Settings/Profile/Photo/Crop.php:143 #: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." -#: src/Module/Settings/Profile/Photo/Crop.php:151 +#: src/Module/Settings/Profile/Photo/Crop.php:150 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." -#: src/Module/Settings/Profile/Photo/Crop.php:156 +#: src/Module/Settings/Profile/Photo/Crop.php:155 msgid "Unable to process image" msgstr "Unable to process image" -#: src/Module/Settings/Profile/Photo/Crop.php:175 +#: src/Module/Settings/Profile/Photo/Crop.php:174 msgid "Photo not found." msgstr "Photo not found." -#: src/Module/Settings/Profile/Photo/Crop.php:197 +#: src/Module/Settings/Profile/Photo/Crop.php:196 msgid "Profile picture successfully updated." msgstr "Profile picture successfully updated." -#: src/Module/Settings/Profile/Photo/Crop.php:223 -#: src/Module/Settings/Profile/Photo/Crop.php:227 +#: src/Module/Settings/Profile/Photo/Crop.php:222 +#: src/Module/Settings/Profile/Photo/Crop.php:226 msgid "Crop Image" msgstr "Crop Image" -#: src/Module/Settings/Profile/Photo/Crop.php:224 +#: src/Module/Settings/Profile/Photo/Crop.php:223 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: src/Module/Settings/Profile/Photo/Crop.php:226 +#: src/Module/Settings/Profile/Photo/Crop.php:225 msgid "Use Image As Is" msgstr "Use image as it is." @@ -9349,190 +10684,267 @@ msgstr "skip this step" msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: src/Module/Settings/TwoFactor/AppSpecific.php:52 -#: src/Module/Settings/TwoFactor/Recovery.php:50 -#: src/Module/Settings/TwoFactor/Trusted.php:30 -#: src/Module/Settings/TwoFactor/Verify.php:56 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 +#: src/Navigation/Notifications/Repository/Notify.php:471 +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "[Friendica System Notify]" +msgstr "[Friendica System Notify]" + +#: src/Module/Settings/RemoveMe.php:90 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: src/Module/Settings/RemoveMe.php:91 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups." + +#: src/Module/Settings/RemoveMe.php:92 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "" + +#: src/Module/Settings/RemoveMe.php:130 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: src/Module/Settings/RemoveMe.php:131 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: src/Module/Settings/RemoveMe.php:136 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:66 +#: src/Module/Settings/TwoFactor/Recovery.php:64 +#: src/Module/Settings/TwoFactor/Trusted.php:67 +#: src/Module/Settings/TwoFactor/Verify.php:69 msgid "Please enter your password to access this page." msgstr "Please enter your password to access this page." -#: src/Module/Settings/TwoFactor/AppSpecific.php:70 +#: src/Module/Settings/TwoFactor/AppSpecific.php:84 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:73 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 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:77 +#: src/Module/Settings/TwoFactor/AppSpecific.php:91 msgid "New app-specific password generated." msgstr "New app-specific password generated." -#: src/Module/Settings/TwoFactor/AppSpecific.php:83 +#: src/Module/Settings/TwoFactor/AppSpecific.php:97 msgid "App-specific passwords successfully revoked." msgstr "App-specific passwords successfully revoked." -#: src/Module/Settings/TwoFactor/AppSpecific.php:93 +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 msgid "App-specific password successfully revoked." msgstr "App-specific password successfully revoked." -#: src/Module/Settings/TwoFactor/AppSpecific.php:114 +#: src/Module/Settings/TwoFactor/AppSpecific.php:128 msgid "Two-factor app-specific passwords" msgstr "Two-factor app-specific passwords" -#: src/Module/Settings/TwoFactor/AppSpecific.php:116 +#: src/Module/Settings/TwoFactor/AppSpecific.php:130 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:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 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:120 -msgid "Description" -msgstr "Description" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:121 +#: src/Module/Settings/TwoFactor/AppSpecific.php:135 msgid "Last Used" msgstr "Last Used" -#: src/Module/Settings/TwoFactor/AppSpecific.php:122 +#: src/Module/Settings/TwoFactor/AppSpecific.php:136 msgid "Revoke" msgstr "Revoke" -#: src/Module/Settings/TwoFactor/AppSpecific.php:123 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 msgid "Revoke All" msgstr "Revoke All" -#: src/Module/Settings/TwoFactor/AppSpecific.php:126 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 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:127 +#: src/Module/Settings/TwoFactor/AppSpecific.php:141 msgid "Generate new app-specific password" msgstr "Generate new app-specific password" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:142 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa on my Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 msgid "Generate" msgstr "Generate" -#: src/Module/Settings/TwoFactor/Index.php:67 +#: src/Module/Settings/TwoFactor/Index.php:68 msgid "Two-factor authentication successfully disabled." msgstr "Two-factor authentication successfully disabled." -#: src/Module/Settings/TwoFactor/Index.php:93 -msgid "Wrong Password" -msgstr "Wrong password" - -#: src/Module/Settings/TwoFactor/Index.php:113 +#: src/Module/Settings/TwoFactor/Index.php:120 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:117 +#: src/Module/Settings/TwoFactor/Index.php:124 msgid "Authenticator app" msgstr "Authenticator app" -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Configured" msgstr "Configured" -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Not Configured" msgstr "Not configured" -#: src/Module/Settings/TwoFactor/Index.php:119 +#: src/Module/Settings/TwoFactor/Index.php:126 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    You haven't finished configuring your authenticator app.

    " -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:127 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Your authenticator app is correctly configured.

    " -#: src/Module/Settings/TwoFactor/Index.php:122 +#: src/Module/Settings/TwoFactor/Index.php:129 msgid "Recovery codes" msgstr "Recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:123 +#: src/Module/Settings/TwoFactor/Index.php:130 msgid "Remaining valid codes" msgstr "Remaining valid codes" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:132 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:127 +#: src/Module/Settings/TwoFactor/Index.php:134 msgid "App-specific passwords" msgstr "App-specific passwords" -#: src/Module/Settings/TwoFactor/Index.php:128 +#: src/Module/Settings/TwoFactor/Index.php:135 msgid "Generated app-specific passwords" msgstr "Generated app-specific passwords" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:137 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:133 +#: src/Module/Settings/TwoFactor/Index.php:140 msgid "Current password:" msgstr "Current password:" -#: src/Module/Settings/TwoFactor/Index.php:133 +#: src/Module/Settings/TwoFactor/Index.php:140 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:134 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:142 msgid "Disable two-factor authentication" msgstr "Disable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:136 +#: src/Module/Settings/TwoFactor/Index.php:143 msgid "Show recovery codes" msgstr "Show recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:144 msgid "Manage app-specific passwords" msgstr "Manage app-specific passwords" -#: src/Module/Settings/TwoFactor/Index.php:138 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Finish app configuration" msgstr "Finish app configuration" -#: src/Module/Settings/TwoFactor/Recovery.php:66 +#: src/Module/Settings/TwoFactor/Recovery.php:80 msgid "New recovery codes successfully generated." msgstr "New recovery codes successfully generated." -#: src/Module/Settings/TwoFactor/Recovery.php:92 +#: src/Module/Settings/TwoFactor/Recovery.php:106 msgid "Two-factor recovery codes" msgstr "Two-factor recovery codes" -#: src/Module/Settings/TwoFactor/Recovery.php:94 +#: src/Module/Settings/TwoFactor/Recovery.php:108 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 " @@ -9541,64 +10953,68 @@ msgid "" "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:96 +#: src/Module/Settings/TwoFactor/Recovery.php:110 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:97 +#: src/Module/Settings/TwoFactor/Recovery.php:111 msgid "Generate new recovery codes" msgstr "Generate new recovery codes" -#: src/Module/Settings/TwoFactor/Recovery.php:99 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "Next: Verification" msgstr "Next: Verification" -#: src/Module/Settings/TwoFactor/Trusted.php:49 +#: src/Module/Settings/TwoFactor/Trusted.php:84 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:59 +#: src/Module/Settings/TwoFactor/Trusted.php:94 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:97 +#: src/Module/Settings/TwoFactor/Trusted.php:136 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:98 +#: src/Module/Settings/TwoFactor/Trusted.php:137 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:99 +#: src/Module/Settings/TwoFactor/Trusted.php:138 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:100 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:102 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:103 +#: src/Module/Settings/TwoFactor/Trusted.php:142 +msgid "Created At" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:105 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:78 +#: src/Module/Settings/TwoFactor/Verify.php:91 msgid "Two-factor authentication successfully activated." msgstr "Two-factor authentication successfully activated." -#: src/Module/Settings/TwoFactor/Verify.php:111 +#: src/Module/Settings/TwoFactor/Verify.php:125 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -9618,119 +11034,105 @@ msgid "" "" 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:131 +#: src/Module/Settings/TwoFactor/Verify.php:145 msgid "Two-factor code verification" msgstr "Two-factor code verification" -#: src/Module/Settings/TwoFactor/Verify.php:133 +#: src/Module/Settings/TwoFactor/Verify.php:147 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:135 +#: src/Module/Settings/TwoFactor/Verify.php:149 #, php-format msgid "" "

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:142 +#: src/Module/Settings/TwoFactor/Verify.php:156 msgid "Verify code and enable two-factor authentication" msgstr "Verify code and enable two-factor authentication" -#: src/Module/Settings/UserExport.php:68 +#: src/Module/Settings/UserExport.php:90 msgid "Export account" msgstr "Export account" -#: src/Module/Settings/UserExport.php:68 +#: src/Module/Settings/UserExport.php:90 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:69 +#: src/Module/Settings/UserExport.php:91 msgid "Export all" msgstr "Export all" -#: src/Module/Settings/UserExport.php:69 +#: src/Module/Settings/UserExport.php:91 msgid "" "Export your account info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " "of your account (photos are not exported)" msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:92 msgid "Export Contacts to CSV" msgstr "Export contacts to CSV" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:92 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/Special/HTTPException.php:49 -msgid "Bad Request" -msgstr "Bad Request" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" -#: src/Module/Special/HTTPException.php:51 -msgid "Forbidden" -msgstr "Forbidden" +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" -#: src/Module/Special/HTTPException.php:52 -msgid "Not Found" -msgstr "Not found" - -#: src/Module/Special/HTTPException.php:54 -msgid "Service Unavailable" -msgstr "Service Unavailable" - -#: src/Module/Special/HTTPException.php:61 +#: src/Module/Special/DisplayNotFound.php:37 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." +"This node has blocked the top-level author or the author of the shared post." +msgstr "" -#: src/Module/Special/HTTPException.php:62 +#: src/Module/Special/DisplayNotFound.php:38 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." +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" -#: src/Module/Special/HTTPException.php:63 +#: src/Module/Special/DisplayNotFound.php:39 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." +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" -#: src/Module/Special/HTTPException.php:64 -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/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" -#: src/Module/Special/HTTPException.php:65 -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/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" -#: src/Module/Special/HTTPException.php:66 -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/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "" -#: src/Module/Special/HTTPException.php:76 +#: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" msgstr "" -#: src/Module/Special/HTTPException.php:80 +#: src/Module/Special/HTTPException.php:83 #, php-format msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:46 src/Module/Tos.php:88 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -9743,28 +11145,130 @@ msgid "" "settings, it is not necessary for communication." msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." -#: src/Module/Tos.php:47 src/Module/Tos.php:89 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 msgid "" "This data is required for communication and is passed on to the nodes of the" " communication partners and is stored there. Users can enter additional " "private data that may be transmitted to the communication partners accounts." msgstr "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." -#: src/Module/Tos.php:48 src/Module/Tos.php:90 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, 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 "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." +"href=\"%1$s/settings/removeme\">%1$s/settings/removeme. The deletion of " +"the account will be permanent. Deletion of the data will also be requested " +"from the nodes of the communication partners." +msgstr "" -#: src/Module/Tos.php:51 src/Module/Tos.php:87 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Privacy Statement" +#: src/Module/Tos.php:103 +msgid "Rules" +msgstr "" + +#: src/Module/Update/Display.php:45 +msgid "Parameter uri_id is missing." +msgstr "" + +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Select identity:" + +#: src/Module/User/Import.php:103 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: src/Module/User/Import.php:119 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: src/Module/User/Import.php:120 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: src/Module/User/Import.php:121 +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." + +#: src/Module/User/Import.php:122 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*." + +#: src/Module/User/Import.php:123 +msgid "Account file" +msgstr "Account file:" + +#: src/Module/User/Import.php:123 +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\"" + +#: src/Module/User/Import.php:217 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Module/User/Import.php:222 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Module/User/Import.php:230 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" + +#: src/Module/User/Import.php:267 +msgid "User creation error" +msgstr "User creation error" + +#: src/Module/User/Import.php:316 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" + +#: src/Module/User/Import.php:365 +msgid "User profile creation error" +msgstr "User profile creation error" + +#: src/Module/User/Import.php:416 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" + #: src/Module/Welcome.php:44 msgid "Welcome to Friendica" msgstr "Welcome to Friendica" @@ -9895,15 +11399,15 @@ msgid "" msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Group your contacts" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 msgid "" "Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -9930,43 +11434,51 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: src/Navigation/Notifications/Factory/FormattedNotification.php:89 +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:161 +msgid "{0} wants to follow you" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:163 +msgid "{0} has started following you" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:96 #, php-format msgid "%s liked %s's post" msgstr "%s liked %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:101 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:108 #, php-format msgid "%s disliked %s's post" msgstr "%s disliked %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:113 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:120 #, php-format msgid "%s is attending %s's event" msgstr "%s is going to %s's event" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:125 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:132 #, php-format msgid "%s is not attending %s's event" msgstr "%s is not going to %s's event" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:137 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:144 #, php-format msgid "%s may attending %s's event" msgstr "%s may attending %s's event" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:167 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:174 #, php-format msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:334 -#: src/Navigation/Notifications/Factory/FormattedNotification.php:372 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:341 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:379 #, php-format msgid "%s commented on %s's post" msgstr "%s commented on %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:371 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:378 #, php-format msgid "%s created a new post" msgstr "%s posted something new" @@ -9983,311 +11495,315 @@ msgstr "Friend/Contact request" msgid "New Follower" msgstr "New follower" -#: src/Navigation/Notifications/Factory/Notification.php:74 +#: src/Navigation/Notifications/Factory/Notification.php:134 #, php-format msgid "%1$s wants to follow you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:76 +#: src/Navigation/Notifications/Factory/Notification.php:136 #, php-format -msgid "%1$s had started following you" +msgid "%1$s has started following you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:141 +#: src/Navigation/Notifications/Factory/Notification.php:208 #, php-format -msgid "%1$s liked your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:144 -#, php-format -msgid "%1$s liked your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:151 -#, php-format -msgid "%1$s disliked your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:154 -#, php-format -msgid "%1$s disliked your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:161 -#, php-format -msgid "%1$s shared your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:164 -#, php-format -msgid "%1$s shared your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:171 -#, php-format -msgid "%1$s tagged you on %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:175 -#, php-format -msgid "%1$s replied to you on %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:179 -#, php-format -msgid "%1$s commented in your thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:183 -#, php-format -msgid "%1$s commented on your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:189 -#, php-format -msgid "%1$s commented in their thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:191 -#, php-format -msgid "%1$s commented in their thread" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:193 -#, php-format -msgid "%1$s commented in the thread %2$s from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:195 -#, php-format -msgid "%1$s commented in the thread from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:200 -#, php-format -msgid "%1$s commented on your thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:205 -#, php-format -msgid "%1$s shared the post %2$s from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:207 -#, php-format -msgid "%1$s shared a post from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:209 -#, php-format -msgid "%1$s shared the post %2$s" +msgid "%1$s liked your comment on %2$s" msgstr "" #: src/Navigation/Notifications/Factory/Notification.php:211 #, php-format +msgid "%1$s liked your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:218 +#, php-format +msgid "%1$s disliked your comment on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:221 +#, php-format +msgid "%1$s disliked your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:228 +#, php-format +msgid "%1$s shared your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:231 +#: src/Navigation/Notifications/Factory/Notification.php:316 +#, php-format +msgid "%1$s shared your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:235 +#: src/Navigation/Notifications/Factory/Notification.php:305 +#, php-format +msgid "%1$s shared the post %2$s from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:237 +#: src/Navigation/Notifications/Factory/Notification.php:307 +#, php-format +msgid "%1$s shared a post from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:239 +#: src/Navigation/Notifications/Factory/Notification.php:309 +#, php-format +msgid "%1$s shared the post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:241 +#: src/Navigation/Notifications/Factory/Notification.php:311 +#, php-format msgid "%1$s shared a post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:192 -#: src/Navigation/Notifications/Repository/Notify.php:675 +#: src/Navigation/Notifications/Factory/Notification.php:249 +#, php-format +msgid "%1$s wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:256 +#, php-format +msgid "%1$s does not want to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:263 +#, php-format +msgid "%1$s maybe wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:270 +#, php-format +msgid "%1$s tagged you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:274 +#, php-format +msgid "%1$s replied to you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:278 +#, php-format +msgid "%1$s commented in your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:282 +#, php-format +msgid "%1$s commented on your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:289 +#, php-format +msgid "%1$s commented in their thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:291 +#, php-format +msgid "%1$s commented in their thread" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:293 +#, php-format +msgid "%1$s commented in the thread %2$s from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:295 +#, php-format +msgid "%1$s commented in the thread from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:300 +#, php-format +msgid "%1$s commented on your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:225 +#: src/Navigation/Notifications/Repository/Notify.php:752 msgid "[Friendica:Notify]" msgstr "[Friendica:Notify]" -#: src/Navigation/Notifications/Repository/Notify.php:256 +#: src/Navigation/Notifications/Repository/Notify.php:293 #, php-format msgid "%s New mail received at %s" msgstr "%s New mail received at %s" -#: src/Navigation/Notifications/Repository/Notify.php:258 +#: src/Navigation/Notifications/Repository/Notify.php:295 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:259 +#: src/Navigation/Notifications/Repository/Notify.php:296 msgid "a private message" msgstr "a private message" -#: src/Navigation/Notifications/Repository/Notify.php:259 +#: src/Navigation/Notifications/Repository/Notify.php:296 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sent you %2$s." -#: src/Navigation/Notifications/Repository/Notify.php:261 +#: src/Navigation/Notifications/Repository/Notify.php:298 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:292 +#: src/Navigation/Notifications/Repository/Notify.php:328 #, php-format msgid "%1$s commented on %2$s's %3$s %4$s" msgstr "%1$s commented on %2$s's %3$s %4$s" -#: src/Navigation/Notifications/Repository/Notify.php:297 +#: src/Navigation/Notifications/Repository/Notify.php:333 #, php-format msgid "%1$s commented on your %2$s %3$s" msgstr "%1$s commented on your %2$s %3$s" -#: src/Navigation/Notifications/Repository/Notify.php:301 +#: src/Navigation/Notifications/Repository/Notify.php:337 #, php-format msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s commented on their %2$s %3$s" -#: src/Navigation/Notifications/Repository/Notify.php:305 -#: src/Navigation/Notifications/Repository/Notify.php:710 +#: src/Navigation/Notifications/Repository/Notify.php:341 +#: src/Navigation/Notifications/Repository/Notify.php:786 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Comment to conversation #%2$d by %3$s" -#: src/Navigation/Notifications/Repository/Notify.php:307 +#: src/Navigation/Notifications/Repository/Notify.php:343 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s commented on an item/conversation you have been following." -#: src/Navigation/Notifications/Repository/Notify.php:311 -#: src/Navigation/Notifications/Repository/Notify.php:326 -#: src/Navigation/Notifications/Repository/Notify.php:345 -#: src/Navigation/Notifications/Repository/Notify.php:725 +#: src/Navigation/Notifications/Repository/Notify.php:347 +#: src/Navigation/Notifications/Repository/Notify.php:362 +#: src/Navigation/Notifications/Repository/Notify.php:812 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:318 +#: src/Navigation/Notifications/Repository/Notify.php:354 #, php-format msgid "%s %s posted to your profile wall" msgstr "%s %s posted to your profile wall" -#: src/Navigation/Notifications/Repository/Notify.php:320 +#: src/Navigation/Notifications/Repository/Notify.php:356 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s posted to your profile wall at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:321 +#: src/Navigation/Notifications/Repository/Notify.php:357 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s posted to [url=%2$s]your wall[/url]" -#: src/Navigation/Notifications/Repository/Notify.php:333 -#, php-format -msgid "%1$s %2$s poked you" -msgstr "%1$s %2$s poked you" - -#: src/Navigation/Notifications/Repository/Notify.php:335 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s poked you at %2$s" - -#: src/Navigation/Notifications/Repository/Notify.php:336 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]poked you[/url]." - -#: src/Navigation/Notifications/Repository/Notify.php:353 +#: src/Navigation/Notifications/Repository/Notify.php:370 #, php-format msgid "%s Introduction received" msgstr "%s Introduction received" -#: src/Navigation/Notifications/Repository/Notify.php:355 +#: src/Navigation/Notifications/Repository/Notify.php:372 #, 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" -#: src/Navigation/Notifications/Repository/Notify.php:356 +#: src/Navigation/Notifications/Repository/Notify.php:373 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:361 -#: src/Navigation/Notifications/Repository/Notify.php:407 +#: src/Navigation/Notifications/Repository/Notify.php:378 +#: src/Navigation/Notifications/Repository/Notify.php:424 #, php-format msgid "You may visit their profile at %s" msgstr "You may visit their profile at %s" -#: src/Navigation/Notifications/Repository/Notify.php:363 +#: src/Navigation/Notifications/Repository/Notify.php:380 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Please visit %s to approve or reject the introduction." -#: src/Navigation/Notifications/Repository/Notify.php:370 +#: src/Navigation/Notifications/Repository/Notify.php:387 #, php-format msgid "%s A new person is sharing with you" msgstr "%s A new person is sharing with you" -#: src/Navigation/Notifications/Repository/Notify.php:372 -#: src/Navigation/Notifications/Repository/Notify.php:373 +#: src/Navigation/Notifications/Repository/Notify.php:389 +#: src/Navigation/Notifications/Repository/Notify.php:390 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s is sharing with you at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:380 +#: src/Navigation/Notifications/Repository/Notify.php:397 #, php-format msgid "%s You have a new follower" msgstr "%s You have a new follower" -#: src/Navigation/Notifications/Repository/Notify.php:382 -#: src/Navigation/Notifications/Repository/Notify.php:383 +#: src/Navigation/Notifications/Repository/Notify.php:399 +#: src/Navigation/Notifications/Repository/Notify.php:400 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "You have a new follower at %2$s : %1$s" -#: src/Navigation/Notifications/Repository/Notify.php:396 +#: src/Navigation/Notifications/Repository/Notify.php:413 #, php-format msgid "%s Friend suggestion received" msgstr "%s Friend suggestion received" -#: src/Navigation/Notifications/Repository/Notify.php:398 +#: src/Navigation/Notifications/Repository/Notify.php:415 #, 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" -#: src/Navigation/Notifications/Repository/Notify.php:399 +#: src/Navigation/Notifications/Repository/Notify.php:416 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:405 +#: src/Navigation/Notifications/Repository/Notify.php:422 msgid "Name:" msgstr "Name:" -#: src/Navigation/Notifications/Repository/Notify.php:406 +#: src/Navigation/Notifications/Repository/Notify.php:423 msgid "Photo:" msgstr "Photo:" -#: src/Navigation/Notifications/Repository/Notify.php:409 +#: src/Navigation/Notifications/Repository/Notify.php:426 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Please visit %s to approve or reject the suggestion." -#: src/Navigation/Notifications/Repository/Notify.php:417 -#: src/Navigation/Notifications/Repository/Notify.php:432 +#: src/Navigation/Notifications/Repository/Notify.php:434 +#: src/Navigation/Notifications/Repository/Notify.php:449 #, php-format msgid "%s Connection accepted" msgstr "%s Connection accepted" -#: src/Navigation/Notifications/Repository/Notify.php:419 -#: src/Navigation/Notifications/Repository/Notify.php:434 +#: src/Navigation/Notifications/Repository/Notify.php:436 +#: src/Navigation/Notifications/Repository/Notify.php:451 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' has accepted your connection request at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:420 -#: src/Navigation/Notifications/Repository/Notify.php:435 +#: src/Navigation/Notifications/Repository/Notify.php:437 +#: src/Navigation/Notifications/Repository/Notify.php:452 #, 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]." -#: src/Navigation/Notifications/Repository/Notify.php:425 +#: src/Navigation/Notifications/Repository/Notify.php:442 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." -#: src/Navigation/Notifications/Repository/Notify.php:427 +#: src/Navigation/Notifications/Repository/Notify.php:444 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:440 +#: src/Navigation/Notifications/Repository/Notify.php:457 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -10296,33 +11812,34 @@ 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." -#: src/Navigation/Notifications/Repository/Notify.php:442 +#: src/Navigation/Notifications/Repository/Notify.php:459 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:444 +#: src/Navigation/Notifications/Repository/Notify.php:461 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:454 +#: src/Navigation/Notifications/Repository/Notify.php:471 msgid "registration request" msgstr "registration request" -#: src/Navigation/Notifications/Repository/Notify.php:456 +#: src/Navigation/Notifications/Repository/Notify.php:473 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:457 +#: src/Navigation/Notifications/Repository/Notify.php:474 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:462 +#: src/Navigation/Notifications/Repository/Notify.php:479 +#: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" "Full Name:\t%s\n" @@ -10330,21 +11847,50 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" -#: src/Navigation/Notifications/Repository/Notify.php:468 +#: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: src/Navigation/Notifications/Repository/Notify.php:704 +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "new registration" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:494 +#, php-format +msgid "You've received a new registration from '%1$s' at %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:495 +#, php-format +msgid "You've received a [url=%1$s]new registration[/url] from %2$s." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:506 +#, php-format +msgid "Please visit %s to have a look at the new registration." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:780 #, php-format msgid "%s %s tagged you" msgstr "%s %s tagged you" -#: src/Navigation/Notifications/Repository/Notify.php:707 +#: src/Navigation/Notifications/Repository/Notify.php:783 #, php-format msgid "%s %s shared a new post" msgstr "%s %s shared a new post" +#: src/Navigation/Notifications/Repository/Notify.php:791 +#, php-format +msgid "%1$s %2$s liked your post #%3$d" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:794 +#, php-format +msgid "%1$s %2$s liked your comment on #%3$d" +msgstr "" + #: src/Object/EMail/ItemCCEMail.php:42 #, php-format msgid "" @@ -10368,244 +11914,324 @@ msgstr "Please contact the sender by replying to this post if you do not wish to msgid "%s posted an update." msgstr "%s posted an update." -#: src/Object/Post.php:149 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:177 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Private message" -#: src/Object/Post.php:193 src/Object/Post.php:195 +#: src/Object/Post.php:142 +msgid "Public Message" +msgstr "" + +#: src/Object/Post.php:146 +msgid "Unlisted Message" +msgstr "" + +#: src/Object/Post.php:182 +msgid "This entry was edited" +msgstr "This entry was edited" + +#: src/Object/Post.php:210 +msgid "Connector Message" +msgstr "" + +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Edit" -#: src/Object/Post.php:215 -msgid "Pinned item" -msgstr "" - -#: src/Object/Post.php:219 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Delete globally" -#: src/Object/Post.php:219 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Remove locally" -#: src/Object/Post.php:235 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:240 +#: src/Object/Post.php:274 +#, php-format +msgid "Ignore %s" +msgstr "" + +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "I will attend" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "I will not attend" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "I might attend" -#: src/Object/Post.php:304 +#: src/Object/Post.php:364 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:305 +#: src/Object/Post.php:365 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:306 +#: src/Object/Post.php:366 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:316 +#: src/Object/Post.php:376 msgid "Add star" msgstr "" -#: src/Object/Post.php:317 +#: src/Object/Post.php:377 msgid "Remove star" msgstr "" -#: src/Object/Post.php:318 +#: src/Object/Post.php:378 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:329 +#: src/Object/Post.php:389 msgid "Pin" msgstr "" -#: src/Object/Post.php:330 +#: src/Object/Post.php:390 msgid "Unpin" msgstr "" -#: src/Object/Post.php:331 +#: src/Object/Post.php:391 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:334 +#: src/Object/Post.php:394 msgid "Pinned" msgstr "" -#: src/Object/Post.php:339 +#: src/Object/Post.php:399 msgid "Add tag" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:412 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:412 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:355 +#: src/Object/Post.php:415 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:355 +#: src/Object/Post.php:415 msgid "Reshare" msgstr "" -#: src/Object/Post.php:356 +#: src/Object/Post.php:416 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:356 +#: src/Object/Post.php:416 msgid "Unshare" msgstr "" -#: src/Object/Post.php:401 +#: src/Object/Post.php:467 #, php-format msgid "%s (Received %s)" msgstr "%s (Received %s)" -#: src/Object/Post.php:406 +#: src/Object/Post.php:473 msgid "Comment this item on your system" msgstr "Comment this item on your system" -#: src/Object/Post.php:406 +#: src/Object/Post.php:473 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:422 -msgid "Pushed" -msgstr "Pushed" +#: src/Object/Post.php:495 +msgid "Share via ..." +msgstr "" -#: src/Object/Post.php:422 -msgid "Pulled" -msgstr "Pulled" +#: src/Object/Post.php:495 +msgid "Share via external services" +msgstr "" -#: src/Object/Post.php:456 +#: src/Object/Post.php:502 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:506 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:508 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:532 msgid "to" msgstr "to" -#: src/Object/Post.php:457 +#: src/Object/Post.php:533 msgid "via" msgstr "via" -#: src/Object/Post.php:458 +#: src/Object/Post.php:534 msgid "Wall-to-Wall" msgstr "Wall-to-wall" -#: src/Object/Post.php:459 +#: src/Object/Post.php:535 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall:" -#: src/Object/Post.php:497 +#: src/Object/Post.php:582 #, php-format msgid "Reply to %s" msgstr "Reply to %s" -#: src/Object/Post.php:500 +#: src/Object/Post.php:585 msgid "More" msgstr "More" -#: src/Object/Post.php:518 +#: src/Object/Post.php:604 msgid "Notifier task is pending" msgstr "Notifier task is pending" -#: src/Object/Post.php:519 +#: src/Object/Post.php:605 msgid "Delivery to remote servers is pending" msgstr "Delivery to remote servers is pending" -#: src/Object/Post.php:520 +#: src/Object/Post.php:606 msgid "Delivery to remote servers is underway" msgstr "Delivery to remote servers is underway" -#: src/Object/Post.php:521 +#: src/Object/Post.php:607 msgid "Delivery to remote servers is mostly done" msgstr "Delivery to remote servers is mostly done" -#: src/Object/Post.php:522 +#: src/Object/Post.php:608 msgid "Delivery to remote servers is done" msgstr "Delivery to remote servers is done" -#: src/Object/Post.php:542 +#: src/Object/Post.php:630 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comment" msgstr[1] "%d comments" -#: src/Object/Post.php:543 +#: src/Object/Post.php:631 msgid "Show more" msgstr "Show more" -#: src/Object/Post.php:544 +#: src/Object/Post.php:632 msgid "Show fewer" msgstr "Show fewer" -#: src/Protocol/Diaspora.php:3414 -msgid "Attachments:" -msgstr "Attachments:" +#: src/Object/Post.php:668 +#, php-format +msgid "Reshared by: %s" +msgstr "" -#: src/Protocol/OStatus.php:1645 +#: src/Object/Post.php:673 +#, php-format +msgid "Viewed by: %s" +msgstr "" + +#: src/Object/Post.php:678 +#, php-format +msgid "Liked by: %s" +msgstr "" + +#: src/Object/Post.php:683 +#, php-format +msgid "Disliked by: %s" +msgstr "" + +#: src/Object/Post.php:688 +#, php-format +msgid "Attended by: %s" +msgstr "" + +#: src/Object/Post.php:693 +#, php-format +msgid "Maybe attended by: %s" +msgstr "" + +#: src/Object/Post.php:698 +#, php-format +msgid "Not attended by: %s" +msgstr "" + +#: src/Object/Post.php:703 +#, php-format +msgid "Reacted with %s by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:522 +msgid "Chat" +msgstr "" + +#: src/Protocol/Delivery.php:547 +msgid "(no subject)" +msgstr "" + +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s is now following %s." -#: src/Protocol/OStatus.php:1646 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "following" -#: src/Protocol/OStatus.php:1649 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s stopped following %s." -#: src/Protocol/OStatus.php:1650 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "stopped following" -#: src/Render/FriendicaSmartyEngine.php:52 -msgid "The folder view/smarty3/ must be writable by webserver." +#: src/Render/FriendicaSmartyEngine.php:56 +#, php-format +msgid "The folder %s must be writable by webserver." msgstr "" -#: src/Security/Authentication.php:209 +#: src/Security/Authentication.php:227 msgid "Login failed." msgstr "Login failed." -#: src/Security/Authentication.php:250 +#: src/Security/Authentication.php:272 msgid "Login failed. Please check your credentials." msgstr "Login failed. Please check your credentials." -#: src/Security/Authentication.php:348 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "Welcome %s" -#: src/Security/Authentication.php:349 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Please upload a profile photo." -#: src/Util/EMailer/MailBuilder.php:259 +#: src/Util/EMailer/MailBuilder.php:260 msgid "Friendica Notification" msgstr "" @@ -10628,264 +12254,271 @@ msgstr "" msgid "thanks" msgstr "" -#: src/Util/Temporal.php:167 +#: src/Util/Temporal.php:172 msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: src/Util/Temporal.php:275 +#: src/Util/Temporal.php:280 #, php-format msgid "Time zone: %s Change in Settings" msgstr "" -#: src/Util/Temporal.php:318 +#: src/Util/Temporal.php:320 src/Util/Temporal.php:329 msgid "never" msgstr "" -#: src/Util/Temporal.php:325 +#: src/Util/Temporal.php:343 msgid "less than a second ago" msgstr "" -#: src/Util/Temporal.php:333 +#: src/Util/Temporal.php:352 msgid "year" msgstr "" -#: src/Util/Temporal.php:333 +#: src/Util/Temporal.php:352 msgid "years" msgstr "" -#: src/Util/Temporal.php:334 +#: src/Util/Temporal.php:353 msgid "months" msgstr "" -#: src/Util/Temporal.php:335 +#: src/Util/Temporal.php:354 msgid "weeks" msgstr "" -#: src/Util/Temporal.php:336 +#: src/Util/Temporal.php:355 msgid "days" msgstr "" -#: src/Util/Temporal.php:337 +#: src/Util/Temporal.php:356 msgid "hour" msgstr "" -#: src/Util/Temporal.php:337 +#: src/Util/Temporal.php:356 msgid "hours" msgstr "" -#: src/Util/Temporal.php:338 +#: src/Util/Temporal.php:357 msgid "minute" msgstr "" -#: src/Util/Temporal.php:338 +#: src/Util/Temporal.php:357 msgid "minutes" msgstr "" -#: src/Util/Temporal.php:339 +#: src/Util/Temporal.php:358 msgid "second" msgstr "" -#: src/Util/Temporal.php:339 +#: src/Util/Temporal.php:358 msgid "seconds" msgstr "" -#: src/Util/Temporal.php:349 +#: src/Util/Temporal.php:367 #, php-format msgid "in %1$d %2$s" msgstr "" -#: src/Util/Temporal.php:352 +#: src/Util/Temporal.php:370 #, php-format msgid "%1$d %2$s ago" msgstr "" -#: src/Worker/Delivery.php:525 -msgid "(no subject)" -msgstr "" - -#: src/Worker/PushSubscription.php:103 +#: src/Worker/PushSubscription.php:110 msgid "Notification from Friendica" msgstr "" -#: src/Worker/PushSubscription.php:104 +#: src/Worker/PushSubscription.php:111 msgid "Empty Post" msgstr "" -#: view/theme/duepuntozero/config.php:52 +#: view/theme/duepuntozero/config.php:68 msgid "default" msgstr "" -#: view/theme/duepuntozero/config.php:53 +#: view/theme/duepuntozero/config.php:69 msgid "greenzero" msgstr "" -#: view/theme/duepuntozero/config.php:54 +#: view/theme/duepuntozero/config.php:70 msgid "purplezero" msgstr "" -#: view/theme/duepuntozero/config.php:55 +#: view/theme/duepuntozero/config.php:71 msgid "easterbunny" msgstr "" -#: view/theme/duepuntozero/config.php:56 +#: view/theme/duepuntozero/config.php:72 msgid "darkzero" msgstr "" -#: view/theme/duepuntozero/config.php:57 +#: view/theme/duepuntozero/config.php:73 msgid "comix" msgstr "" -#: view/theme/duepuntozero/config.php:58 +#: view/theme/duepuntozero/config.php:74 msgid "slackr" msgstr "" -#: view/theme/duepuntozero/config.php:71 +#: view/theme/duepuntozero/config.php:87 msgid "Variations" msgstr "" -#: view/theme/frio/config.php:142 +#: view/theme/frio/config.php:153 msgid "Light (Accented)" msgstr "" -#: view/theme/frio/config.php:143 +#: view/theme/frio/config.php:154 msgid "Dark (Accented)" msgstr "" -#: view/theme/frio/config.php:144 +#: view/theme/frio/config.php:155 msgid "Black (Accented)" msgstr "" -#: view/theme/frio/config.php:156 +#: view/theme/frio/config.php:167 msgid "Note" msgstr "" -#: view/theme/frio/config.php:156 +#: view/theme/frio/config.php:167 msgid "Check image permissions if all users are allowed to see the image" msgstr "" -#: view/theme/frio/config.php:162 +#: view/theme/frio/config.php:173 msgid "Custom" msgstr "" -#: view/theme/frio/config.php:163 +#: view/theme/frio/config.php:174 msgid "Legacy" msgstr "" -#: view/theme/frio/config.php:164 +#: view/theme/frio/config.php:175 msgid "Accented" msgstr "" -#: view/theme/frio/config.php:165 +#: view/theme/frio/config.php:176 msgid "Select color scheme" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Select scheme accent" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Blue" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Red" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Purple" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Green" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Pink" msgstr "" -#: view/theme/frio/config.php:167 +#: view/theme/frio/config.php:178 msgid "Copy or paste schemestring" msgstr "" -#: view/theme/frio/config.php:167 +#: view/theme/frio/config.php:178 msgid "" "You can copy this string to share your theme with others. Pasting here " "applies the schemestring" msgstr "" -#: view/theme/frio/config.php:168 +#: view/theme/frio/config.php:179 msgid "Navigation bar background color" msgstr "" -#: view/theme/frio/config.php:169 +#: view/theme/frio/config.php:180 msgid "Navigation bar icon color " msgstr "" -#: view/theme/frio/config.php:170 +#: view/theme/frio/config.php:181 msgid "Link color" msgstr "" -#: view/theme/frio/config.php:171 +#: view/theme/frio/config.php:182 msgid "Set the background color" msgstr "" -#: view/theme/frio/config.php:172 +#: view/theme/frio/config.php:183 msgid "Content background opacity" msgstr "" -#: view/theme/frio/config.php:173 +#: view/theme/frio/config.php:184 msgid "Set the background image" msgstr "" -#: view/theme/frio/config.php:174 +#: view/theme/frio/config.php:185 msgid "Background image style" msgstr "" -#: view/theme/frio/config.php:179 +#: view/theme/frio/config.php:188 +msgid "Always open Compose page" +msgstr "" + +#: view/theme/frio/config.php:188 +msgid "" +"The New Post button always open the Compose page " +"instead of the modal form. When this is disabled, the Compose page can be " +"accessed with a middle click on the link or from the modal." +msgstr "" + +#: view/theme/frio/config.php:192 msgid "Login page background image" msgstr "" -#: view/theme/frio/config.php:183 +#: view/theme/frio/config.php:196 msgid "Login page background color" msgstr "" -#: view/theme/frio/config.php:183 +#: view/theme/frio/config.php:196 msgid "Leave background image and color empty for theme defaults" msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:39 msgid "Top Banner" msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:39 msgid "" "Resize image to the width of the screen and show background color below on " "long pages." msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:40 msgid "Full screen" msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:40 msgid "" "Resize image to fill entire screen, clipping either the right or the bottom." msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:41 msgid "Single row mosaic" msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:41 msgid "" "Resize image to repeat it on a single row, either vertical or horizontal." msgstr "" -#: view/theme/frio/php/Image.php:43 +#: view/theme/frio/php/Image.php:42 msgid "Mosaic" msgstr "" -#: view/theme/frio/php/Image.php:43 +#: view/theme/frio/php/Image.php:42 msgid "Repeat image to fill the screen." msgstr "" @@ -10897,78 +12530,78 @@ msgstr "" msgid "Back to top" msgstr "" -#: view/theme/frio/theme.php:207 +#: view/theme/frio/theme.php:211 msgid "Guest" msgstr "" -#: view/theme/frio/theme.php:210 +#: view/theme/frio/theme.php:214 msgid "Visitor" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Alignment" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Left" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Center" msgstr "" -#: view/theme/quattro/config.php:74 +#: view/theme/quattro/config.php:90 msgid "Color scheme" msgstr "" -#: view/theme/quattro/config.php:75 +#: view/theme/quattro/config.php:91 msgid "Posts font size" msgstr "" -#: view/theme/quattro/config.php:76 +#: view/theme/quattro/config.php:92 msgid "Textareas font size" msgstr "" -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" +#: view/theme/vier/config.php:91 +msgid "Comma separated list of helper groups" msgstr "" -#: view/theme/vier/config.php:115 +#: view/theme/vier/config.php:131 msgid "don't show" msgstr "" -#: view/theme/vier/config.php:115 +#: view/theme/vier/config.php:131 msgid "show" msgstr "" -#: view/theme/vier/config.php:121 +#: view/theme/vier/config.php:137 msgid "Set style" msgstr "" -#: view/theme/vier/config.php:122 +#: view/theme/vier/config.php:138 msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:123 view/theme/vier/theme.php:125 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" -#: view/theme/vier/config.php:124 +#: view/theme/vier/config.php:140 msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:125 view/theme/vier/theme.php:296 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" -#: view/theme/vier/config.php:126 +#: view/theme/vier/config.php:142 msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:152 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:211 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/en-gb/strings.php b/view/lang/en-gb/strings.php index 095bab5d86..98903f23fd 100644 --- a/view/lang/en-gb/strings.php +++ b/view/lang/en-gb/strings.php @@ -5,106 +5,13 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -$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.', -]; -$a->strings['Weekly posting limit of %d post reached. The post was rejected.'] = [ - 0 => 'Weekly posting limit of %d post reached. The post was rejected.', - 1 => 'Weekly posting limit of %d posts are reached. This 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['Permission denied.'] = 'Permission denied.'; -$a->strings['Access denied.'] = 'Access denied.'; -$a->strings['User not found.'] = 'User not found.'; -$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['Public access denied.'] = 'Public access denied.'; -$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['Item not found'] = 'Item not found'; -$a->strings['Edit post'] = 'Edit post'; -$a->strings['Save'] = 'Save'; -$a->strings['Loading...'] = 'Loading...'; -$a->strings['Upload photo'] = 'Upload photo'; -$a->strings['upload photo'] = 'upload photo'; -$a->strings['Attach file'] = 'Attach file'; -$a->strings['attach file'] = 'attach file'; -$a->strings['Insert web link'] = 'Insert web link'; -$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['Set your location'] = 'Set your location'; -$a->strings['set location'] = 'set location'; -$a->strings['Clear browser location'] = 'Clear browser location'; -$a->strings['clear location'] = 'clear location'; -$a->strings['Please wait'] = 'Please wait'; -$a->strings['Permission settings'] = 'Permission settings'; -$a->strings['CC: email addresses'] = 'CC: email addresses'; -$a->strings['Public post'] = 'Public post'; -$a->strings['Set title'] = 'Set title'; -$a->strings['Categories (comma-separated list)'] = 'Categories (comma-separated list)'; -$a->strings['Example: bob@example.com, mary@example.com'] = 'Example: bob@example.com, mary@example.com'; -$a->strings['Preview'] = 'Preview'; -$a->strings['Cancel'] = 'Cancel'; -$a->strings['Message'] = 'Message'; -$a->strings['Browser'] = 'Browser'; -$a->strings['Permissions'] = 'Permissions'; -$a->strings['Open Compose page'] = 'Open Compose page'; -$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['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['Description:'] = 'Description:'; -$a->strings['Location:'] = 'Location:'; -$a->strings['Title:'] = 'Title:'; -$a->strings['Share this event'] = 'Share this event'; -$a->strings['Submit'] = 'Submit'; -$a->strings['Basic'] = 'Basic'; -$a->strings['Advanced'] = 'Advanced'; -$a->strings['Failed to remove event'] = 'Failed to remove event'; -$a->strings['Photos'] = 'Photos'; -$a->strings['Upload'] = 'Upload'; -$a->strings['Files'] = 'Files'; -$a->strings['Submit Request'] = 'Submit request'; -$a->strings['You already added this contact.'] = 'You already added this contact.'; -$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['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['Connect/Follow'] = 'Connect/Follow'; -$a->strings['Please answer the following:'] = 'Please answer the following:'; -$a->strings['Your Identity Address:'] = 'My identity address:'; -$a->strings['Profile URL'] = 'Profile URL:'; -$a->strings['Tags:'] = 'Tags:'; -$a->strings['%s knows you'] = '%s knows you'; -$a->strings['Add a personal note:'] = 'Add a personal note:'; -$a->strings['Status Messages and Posts'] = 'Status Messages and Posts'; -$a->strings['The contact could not be added.'] = 'Contact could not be added.'; $a->strings['Unable to locate original post.'] = 'Unable to locate original post.'; -$a->strings['Empty post discarded.'] = 'Empty post discarded.'; $a->strings['Post updated.'] = 'Post updated.'; $a->strings['Item wasn\'t stored.'] = 'Item wasn\'t stored.'; $a->strings['Item couldn\'t be fetched.'] = 'Item couldn\'t be fetched.'; +$a->strings['Empty post discarded.'] = 'Empty post discarded.'; $a->strings['Item not found.'] = 'Item not found.'; +$a->strings['Permission denied.'] = 'Permission denied.'; $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[' @@ -194,9 +101,6 @@ $a->strings[' You may change that password from your account settings page after logging in. '; $a->strings['Your password has been changed at %s'] = 'Your password has been changed at %s'; -$a->strings['No keywords to match. Please add keywords to your profile.'] = 'No keywords to match. Please add keywords to your profile.'; -$a->strings['No matches'] = 'No matches'; -$a->strings['Profile Match'] = 'Profile Match'; $a->strings['New Message'] = 'New Message'; $a->strings['No recipient selected.'] = 'No recipient selected.'; $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.'; @@ -212,6 +116,10 @@ $a->strings['Send Private Message'] = 'Send private message'; $a->strings['To:'] = 'To:'; $a->strings['Subject:'] = 'Subject:'; $a->strings['Your message:'] = 'Your message:'; +$a->strings['Upload photo'] = 'Upload photo'; +$a->strings['Insert web link'] = 'Insert web link'; +$a->strings['Please wait'] = 'Please wait'; +$a->strings['Submit'] = 'Submit'; $a->strings['No messages.'] = 'No messages.'; $a->strings['Message not available.'] = 'Message not available.'; $a->strings['Delete message'] = 'Delete message'; @@ -228,18 +136,8 @@ $a->strings['%d message'] = [ ]; $a->strings['Personal Notes'] = 'Personal notes'; $a->strings['Personal notes are visible only by yourself.'] = 'Personal notes are visible only to you.'; -$a->strings['Subscribing to contacts'] = 'Subscribing to 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['Couldn\'t fetch following contacts.'] = 'Couldn\'t fetch following contacts.'; -$a->strings['Couldn\'t fetch remote profile.'] = 'Couldn\'t fetch remote profile.'; -$a->strings['Unsupported network'] = 'Unsupported network'; -$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['Save'] = 'Save'; +$a->strings['User not found.'] = 'User not found.'; $a->strings['Photo Albums'] = 'Photo Albums'; $a->strings['Recent Photos'] = 'Recent photos'; $a->strings['Upload New Photos'] = 'Upload new photos'; @@ -251,21 +149,16 @@ $a->strings['Album was empty.'] = 'Album was empty.'; $a->strings['Failed to delete the photo.'] = 'Failed to delete the photo.'; $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 exceeds size limit of %s'] = 'Image exceeds size limit of %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['Unable to process image.'] = 'Unable to process image.'; -$a->strings['Image upload failed.'] = 'Image upload failed.'; +$a->strings['Public access denied.'] = 'Public access denied.'; $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['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['Cancel'] = 'Cancel'; $a->strings['Edit Album'] = 'Edit album'; $a->strings['Drop Album'] = 'Drop album'; $a->strings['Show Newest First'] = 'Show newest first'; @@ -292,6 +185,8 @@ $a->strings['Rotate CW (right)'] = 'Rotate right (CW)'; $a->strings['Rotate CCW (left)'] = 'Rotate left (CCW)'; $a->strings['This is you'] = 'This is me'; $a->strings['Comment'] = 'Comment'; +$a->strings['Preview'] = 'Preview'; +$a->strings['Loading...'] = 'Loading...'; $a->strings['Select'] = 'Select'; $a->strings['Delete'] = 'Delete'; $a->strings['Like'] = 'Like'; @@ -299,235 +194,13 @@ $a->strings['I like this (toggle)'] = 'I like this (toggle)'; $a->strings['Dislike'] = 'Dislike'; $a->strings['I don\'t like this (toggle)'] = 'I don\'t like this (toggle)'; $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['{0} and %d others requested registration'] = '{0} and %d others requested registration'; -$a->strings['Bad Request.'] = 'Bad Request.'; -$a->strings['Contact not found.'] = 'Contact not found.'; -$a->strings['[Friendica System Notify]'] = '[Friendica System Notify]'; -$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['Failed to connect with email account using the settings provided.'] = 'Failed to connect with email account using the settings provided.'; -$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 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 were not updated.'] = 'Settings were not updated.'; -$a->strings['Connected Apps'] = 'Connected Apps'; -$a->strings['Name'] = 'Name:'; -$a->strings['Home Page'] = 'Home page'; -$a->strings['Created'] = 'Created'; -$a->strings['Remove authorization'] = 'Remove authorization'; -$a->strings['Addon Settings'] = 'Addon settings'; -$a->strings['No Addon settings configured'] = 'No addon settings configured'; -$a->strings['Additional Features'] = 'Additional Features'; -$a->strings['Save Settings'] = 'Save settings'; -$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'diaspora* (Socialhome, Hubzilla)'; -$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['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; -$a->strings['Email access is disabled on this site.'] = 'Email access is disabled on this site.'; -$a->strings['None'] = 'None'; -$a->strings['Social Networks'] = 'Social networks'; -$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. If activated, you will only receive posts from people you really do follow.'; -$a->strings['Enable Content Warning'] = 'Enable 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 enables the automatic collapsing instead of setting 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 collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn\'t affect any other content filtering you eventually set up.'; -$a->strings['Enable intelligent shortening'] = 'Enable intelligent shortening'; -$a->strings['Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original friendica post.'] = 'Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original Friendica post.'; -$a->strings['Enable simple text shortening'] = 'Enable simple text shortening'; -$a->strings['Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'] = 'Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'; -$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.'] = 'If 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['Your legacy ActivityPub/GNU Social account'] = 'Your legacy ActivityPub/GNU Social account'; -$a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'; -$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['Mark as seen'] = 'Mark as seen'; -$a->strings['Move to folder'] = 'Move to folder'; -$a->strings['Move to folder:'] = 'Move to folder:'; -$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 profile in your local site directory?'] = 'Publish your 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.'] = '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['Your profile will also be published in the global friendica directories (e.g. %s).'] = 'Your profile will also be published in the global Friendica directories (e.g. %s).'; -$a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'My identity address: \'%s\' or \'%s\''; -$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['Your current password to confirm the changes of the email address'] = 'Your current password to confirm the changes of the email address'; -$a->strings['Delete OpenID URL'] = 'Delete OpenID URL'; -$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['Allow your profile to be searchable globally?'] = 'Allow your profile to be searchable globally?'; -$a->strings['Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'] = 'Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'; -$a->strings['Hide your contact/friend list from viewers of your profile?'] = 'Hide your contact/friend list from viewers of your profile?'; -$a->strings['A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'] = 'A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'; -$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['Make public posts unlisted'] = 'Make public posts unlisted'; -$a->strings['Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.'] = 'Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.'; -$a->strings['Make all posted pictures accessible'] = 'Make all posted pictures accessible'; -$a->strings['This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can\'t handle permissions on pictures. Non public pictures still won\'t be visible for the public on your photo albums though.'] = 'This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can\'t handle permissions on pictures. Non public pictures still won\'t be visible for the public on your photo albums though.'; -$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['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['Maximum private messages per day from unknown people:'] = 'Maximum private messages per day from unknown people:'; -$a->strings['Default Post Permissions'] = 'Default post permissions'; -$a->strings['Expiration settings'] = 'Expiration settings'; -$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['Expire posts'] = 'Expire posts'; -$a->strings['When activated, posts and comments will be expired.'] = 'If activated, posts and comments will expire.'; -$a->strings['Expire personal notes'] = 'Expire personal notes'; -$a->strings['When activated, the personal notes on your profile page will be expired.'] = 'If activated, personal notes on your profile page will expire.'; -$a->strings['Expire starred posts'] = 'Expire starred posts'; -$a->strings['Starring posts keeps them from being expired. That behaviour is overwritten by this setting.'] = 'Starring posts keeps them from being expired. That behaviour is overwritten by this setting.'; -$a->strings['Expire photos'] = 'Expire photos'; -$a->strings['When activated, photos will be expired.'] = 'If activated, photos will expire.'; -$a->strings['Only expire posts by others'] = 'Only expire posts by others'; -$a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'If activated, your own posts never expire. Than the settings above are only valid for posts you received.'; -$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['Create a desktop notification when:'] = 'Create a desktop notification when:'; -$a->strings['Someone liked your content'] = 'Someone liked your content'; -$a->strings['Someone shared your content'] = 'Someone shared your content'; -$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. If enabled, every notification is displayed.'; -$a->strings['Show notifications of ignored contacts'] = 'Show notifications of ignored contacts'; -$a->strings['You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'] = 'You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'; -$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['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['Friend Suggestions'] = 'Friend suggestions'; -$a->strings['photo'] = 'photo'; -$a->strings['status'] = 'status'; -$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s tagged %2$s\'s %3$s with %4$s'; -$a->strings['Remove Item Tag'] = 'Remove Item tag'; -$a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; -$a->strings['Remove'] = '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['Disconnect/Unfollow'] = 'Disconnect/Unfollow'; -$a->strings['Unable to unfollow this contact, please retry in a few minutes or contact your administrator.'] = 'Unable to unfollow this contact, please retry in a few minutes or contact your administrator.'; -$a->strings['Contact was successfully unfollowed'] = 'Contact was successfully unfollowed'; -$a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Unable to unfollow this contact, please contact your administrator'; -$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['Wall Photos'] = 'Wall photos'; -$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Number of daily wall messages for %s exceeded. Message failed.'; -$a->strings['Unable to check your home location.'] = 'Unable to check your home location.'; -$a->strings['No recipient.'] = '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.'] = 'If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'; $a->strings['No system theme config value set.'] = 'No system theme configuration value set.'; -$a->strings['You must be logged in to use addons. '] = 'You must be logged in to use addons. '; $a->strings['Delete this item?'] = 'Delete this item?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'; $a->strings['toggle mobile'] = 'Toggle mobile'; $a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Method not allowed for this module. Allowed method(s): %s'; $a->strings['Page not found.'] = 'Page not found'; +$a->strings['You must be logged in to use addons. '] = '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.'] = 'The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.'; $a->strings['All contacts'] = 'All contacts'; $a->strings['Followers'] = 'Followers'; @@ -547,7 +220,10 @@ $a->strings['Done.'] = 'Done.'; $a->strings['Execute pending post updates.'] = 'Execute pending post updates.'; $a->strings['All pending post updates are done.'] = 'All pending post updates are done.'; $a->strings['Enter user nickname: '] = 'Enter user nickname: '; +$a->strings['User not found'] = 'User not found'; $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['Enter user name: '] = 'Enter user name: '; $a->strings['Enter user email address: '] = 'Enter user email address: '; $a->strings['Enter a language (optional): '] = 'Enter a language (optional): '; @@ -584,25 +260,12 @@ $a->strings['GNU Social Connector'] = 'GNU Social Connector'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; $a->strings['%s (via %s)'] = '%s (via %s)'; -$a->strings['%s likes this.'] = '%s likes this.'; -$a->strings['%s doesn\'t like this.'] = '%s doesn\'t like this.'; -$a->strings['%s attends.'] = '%s attends.'; -$a->strings['%s doesn\'t attend.'] = '%s doesn\'t attend.'; -$a->strings['%s attends maybe.'] = '%s may attend.'; -$a->strings['%s reshared this.'] = '%s reshared this.'; $a->strings['and'] = 'and'; $a->strings['and %d other people'] = 'and %d other people'; -$a->strings['%2$d people like this'] = '%2$d people like this'; -$a->strings['%s like this.'] = '%s like this.'; -$a->strings['%2$d people don\'t like this'] = '%2$d people don\'t like this'; -$a->strings['%s don\'t like this.'] = '%s don\'t like this.'; -$a->strings['%2$d people attend'] = '%2$d people attend'; -$a->strings['%s attend.'] = '%s attend.'; -$a->strings['%2$d people don\'t attend'] = '%2$d people don\'t attend'; -$a->strings['%s don\'t attend.'] = '%s don\'t attend.'; -$a->strings['%2$d people attend maybe'] = '%2$d people attend maybe'; -$a->strings['%s attend maybe.'] = '%s may be attending.'; -$a->strings['%2$d people reshared this'] = '%2$d people reshared this'; +$a->strings[' doesn\'t like this'] = [ + 0 => ' doesn\'t like this', + 1 => ' don\'t like this', +]; $a->strings['Visible to everybody'] = 'Visible to everybody'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Please enter an image/video/audio/webpage URL:'; $a->strings['Tag term:'] = 'Tag term:'; @@ -611,6 +274,9 @@ $a->strings['Where are you right now?'] = 'Where are you right now?'; $a->strings['Delete item(s)?'] = 'Delete item(s)?'; $a->strings['New Post'] = 'New post'; $a->strings['Share'] = 'Share'; +$a->strings['upload photo'] = 'upload photo'; +$a->strings['Attach file'] = 'Attach file'; +$a->strings['attach file'] = 'attach file'; $a->strings['Bold'] = 'Bold'; $a->strings['Italic'] = 'Italic'; $a->strings['Underline'] = 'Underline'; @@ -620,52 +286,67 @@ $a->strings['Image'] = 'Image'; $a->strings['Link'] = 'Link'; $a->strings['Link or Media'] = 'Link or media'; $a->strings['Video'] = 'Video'; +$a->strings['Set your location'] = 'Set your location'; +$a->strings['set location'] = 'set location'; +$a->strings['Clear browser location'] = 'Clear browser location'; +$a->strings['clear location'] = 'clear location'; +$a->strings['Set title'] = 'Set title'; +$a->strings['Categories (comma-separated list)'] = 'Categories (comma-separated list)'; $a->strings['Scheduled at'] = 'Scheduled at'; +$a->strings['Permission settings'] = 'Permission settings'; +$a->strings['Public post'] = 'Public post'; +$a->strings['Message'] = 'Message'; +$a->strings['Browser'] = 'Browser'; +$a->strings['Open Compose page'] = 'Open Compose page'; +$a->strings['remove'] = 'Remove'; +$a->strings['Delete Selected Items'] = 'Delete selected items'; +$a->strings['You had been addressed (%s).'] = 'You had been addressed (%s).'; +$a->strings['You are following %s.'] = 'You are following %s.'; +$a->strings['%s reshared this.'] = '%s reshared this.'; +$a->strings['Reshared'] = 'Reshared'; +$a->strings['Reshared by %s <%s>'] = 'Reshared by %s <%s>'; +$a->strings['%s is participating in this thread.'] = '%s is participating in this thread.'; +$a->strings['Fetched'] = 'Fetched'; +$a->strings['Fetched because of %s <%s>'] = 'Fetched because of %s <%s>'; $a->strings['View %s\'s profile @ %s'] = 'View %s\'s profile @ %s'; $a->strings['Categories:'] = 'Categories:'; $a->strings['Filed under:'] = 'Filed under:'; $a->strings['%s from %s'] = '%s from %s'; $a->strings['View in context'] = 'View in context'; -$a->strings['remove'] = 'Remove'; -$a->strings['Delete Selected Items'] = 'Delete selected items'; -$a->strings['You had been addressed (%s).'] = 'You had been addressed (%s).'; -$a->strings['You are following %s.'] = 'You are following %s.'; -$a->strings['Tagged'] = 'Tagged'; -$a->strings['Reshared'] = 'Reshared'; -$a->strings['Reshared by %s <%s>'] = 'Reshared by %s <%s>'; -$a->strings['%s is participating in this thread.'] = '%s is participating in this thread.'; -$a->strings['Stored'] = 'Stored'; -$a->strings['Global'] = 'Global'; -$a->strings['Relayed'] = 'Relayed'; -$a->strings['Relayed by %s <%s>'] = 'Relayed by %s <%s>'; -$a->strings['Fetched'] = 'Fetched'; -$a->strings['Fetched because of %s <%s>'] = 'Fetched because of %s <%s>'; +$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['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['Starred'] = 'Starred'; +$a->strings['Favourite Posts'] = 'My favourite posts'; $a->strings['General Features'] = 'General'; $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['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['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['Forums'] = 'Forums'; -$a->strings['External link to forum'] = 'External link to forum'; $a->strings['show less'] = 'show less'; $a->strings['show more'] = 'Show more...'; -$a->strings['%1$s poked %2$s'] = '%1$s poked %2$s'; $a->strings['event'] = 'event'; +$a->strings['status'] = 'status'; +$a->strings['photo'] = 'photo'; +$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s tagged %2$s\'s %3$s with %4$s'; $a->strings['Follow Thread'] = 'Follow thread'; $a->strings['View Status'] = 'View status'; $a->strings['View Profile'] = 'View profile'; @@ -676,26 +357,25 @@ $a->strings['Send PM'] = 'Send PM'; $a->strings['Block'] = 'Block'; $a->strings['Ignore'] = 'Ignore'; $a->strings['Languages'] = 'Languages'; -$a->strings['Poke'] = 'Poke'; +$a->strings['Connect/Follow'] = 'Connect/Follow'; $a->strings['Nothing new here'] = 'Nothing new here'; $a->strings['Go back'] = 'Go back'; $a->strings['Clear notifications'] = 'Clear notifications'; -$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, content'; $a->strings['Logout'] = 'Logout'; $a->strings['End this session'] = 'End this session'; $a->strings['Login'] = 'Login'; $a->strings['Sign in'] = 'Sign in'; -$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['Media'] = 'Media'; $a->strings['Your postings with media'] = 'Your postings with media'; -$a->strings['Your events'] = 'My events'; +$a->strings['Calendar'] = 'Calendar'; $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'] = 'Help'; @@ -709,7 +389,6 @@ $a->strings['Tags'] = 'Tags'; $a->strings['Contacts'] = 'Contacts'; $a->strings['Community'] = 'Community'; $a->strings['Conversations on this and other servers'] = 'Conversations on this and other servers'; -$a->strings['Events and Calendar'] = 'Events and calendar'; $a->strings['Directory'] = 'Directory'; $a->strings['People directory'] = 'People directory'; $a->strings['Information'] = 'Information'; @@ -718,11 +397,12 @@ $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'] = 'Network'; $a->strings['Conversations from your friends'] = 'My friends\' conversations'; +$a->strings['Your posts and conversations'] = 'My posts and conversations'; $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 all system notifications seen'] = 'Mark all system notifications seen'; +$a->strings['Mark as seen'] = 'Mark as seen'; $a->strings['Private mail'] = 'Private messages'; $a->strings['Inbox'] = 'Inbox'; $a->strings['Outbox'] = 'Outbox'; @@ -764,12 +444,12 @@ $a->strings['Find People'] = 'Find people'; $a->strings['Enter name or interest'] = 'Enter name or interest'; $a->strings['Examples: Robert Morgenstein, Fishing'] = 'Examples: Robert Morgenstein, fishing'; $a->strings['Find'] = 'Find'; +$a->strings['Friend Suggestions'] = 'Friend suggestions'; $a->strings['Similar Interests'] = 'Similar interests'; $a->strings['Random Profile'] = 'Random profile'; $a->strings['Invite Friends'] = 'Invite friends'; $a->strings['Global Directory'] = 'Global directory'; $a->strings['Local Directory'] = 'Local directory'; -$a->strings['Groups'] = 'Groups'; $a->strings['Everyone'] = 'Everyone'; $a->strings['Relationships'] = 'Relationships'; $a->strings['All Contacts'] = 'All contacts'; @@ -786,6 +466,7 @@ $a->strings['Archives'] = 'Archives'; $a->strings['Persons'] = 'Persons'; $a->strings['Organisations'] = 'Organisations'; $a->strings['News'] = 'News'; +$a->strings['Account Types'] = 'Account types'; $a->strings['All'] = 'All'; $a->strings['Export'] = 'Export'; $a->strings['Export calendar as ical'] = 'Export calendar as ical'; @@ -805,6 +486,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ $a->strings['More Trending Tags'] = 'More Trending Tags'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; +$a->strings['Location:'] = 'Location:'; $a->strings['Network:'] = 'Network:'; $a->strings['Unfollow'] = 'Unfollow'; $a->strings['Yourself'] = 'Yourself'; @@ -816,6 +498,8 @@ $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['The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'; $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'You may need to import the file "database.sql" manually using phpmyadmin or mysql.'; @@ -920,21 +604,14 @@ $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'; -$a->strings['pinged'] = 'pinged'; -$a->strings['prod'] = 'prod'; -$a->strings['prodded'] = 'prodded'; -$a->strings['slap'] = 'slap'; -$a->strings['slapped'] = 'slapped'; -$a->strings['finger'] = 'finger'; -$a->strings['fingered'] = 'fingered'; -$a->strings['rebuff'] = 'rebuff'; -$a->strings['rebuffed'] = 'rebuffed'; +$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 can\'t display this page at the moment, please contact the administrator.'] = 'Friendica can\'t display this page at the moment, please contact the administrator.'; $a->strings['template engine cannot be registered without a name.'] = 'template engine cannot be registered without a name.'; $a->strings['template engine is not registered!'] = 'template engine is not registered!'; +$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['Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'] = 'Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'; $a->strings['Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'] = 'Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'; $a->strings['%s: executing pre update %d'] = '%s: executing pre update %d'; @@ -951,19 +628,6 @@ $a->strings[' friendica 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[' - The friendica database was successfully updated from %s to %s.'] = ' - The friendica database was successfully updated from %s to %s.'; -$a->strings['Error decoding account file'] = 'Error decoding account file'; -$a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Error! No version data in file! Is this a Friendica account file?'; -$a->strings['User \'%s\' already exists on this server!'] = 'User \'%s\' already exists on this server!'; -$a->strings['User creation error'] = 'User creation error'; -$a->strings['%d contact not imported'] = [ - 0 => '%d contact not imported', - 1 => '%d contacts not imported', -]; -$a->strings['User profile creation error'] = 'User profile creation error'; -$a->strings['Done. You can now login with your username and password'] = 'Done. You can now login with your username and password'; $a->strings['The database version had been set to %s.'] = 'The database version had been set to %s.'; $a->strings['The post update is at version %d, it has to be at %d to safely drop the tables.'] = 'The post update is at version %d, it has to be at %d to safely drop the tables.'; $a->strings['No unused tables found.'] = 'No unused tables found.'; @@ -981,10 +645,11 @@ $a->strings['%s: updating %s table.'] = '%s: updating %s table.'; $a->strings['Unauthorized'] = 'Unauthorized'; $a->strings['Internal Server Error'] = 'Internal Server Error'; $a->strings['Legacy module file not found: %s'] = 'Legacy module file not found: %s'; -$a->strings['UnFollow'] = 'Unfollow'; +$a->strings['Everybody'] = 'Everybody'; +$a->strings['edit'] = 'edit'; +$a->strings['add'] = 'add'; $a->strings['Approve'] = 'Approve'; $a->strings['Organisation'] = 'Organisation'; -$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.'; @@ -1002,7 +667,12 @@ $a->strings['Starts:'] = 'Starts:'; $a->strings['Finishes:'] = 'Finishes:'; $a->strings['all-day'] = 'All-day'; $a->strings['Sept'] = 'Sep'; +$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['Access to this profile has been restricted.'] = 'Access to this profile has been restricted.'; $a->strings['l, F j'] = 'l, F j'; $a->strings['Edit event'] = 'Edit event'; $a->strings['Duplicate event'] = 'Duplicate event'; @@ -1014,32 +684,23 @@ $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['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['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['activity'] = 'activity'; $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['[no subject]'] = '[no subject]'; +$a->strings['Wall Photos'] = 'Wall photos'; $a->strings['Edit profile'] = 'Edit profile'; $a->strings['Change profile photo'] = 'Change profile photo'; $a->strings['Homepage:'] = 'Homepage:'; $a->strings['About:'] = 'About:'; $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['g A l F d'] = 'g A l F d'; $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:'; @@ -1064,16 +725,12 @@ $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['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['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.'; $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.'; @@ -1101,66 +758,12 @@ $a->strings['An error occurred during registration. Please try again.'] = 'An er $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['Friends'] = 'Friends'; -$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['Profile Photos'] = 'Profile photos'; $a->strings[' Dear %1$s, the administrator of %2$s has set up an account for you.'] = ' Dear %1$s, The administrator of %2$s has set up an account for you.'; -$a->strings[' - The login details are as follows: - - Site Location: %1$s - Login Name: %2$s - Password: %3$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %1$s/removeme - - Thank you and welcome to %4$s.'] = ' - The login details are as follows: - - Site Location: %1$s - Login Name: %2$s - Password: %3$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %1$s/removeme - - Thank you and welcome to %4$s.'; $a->strings['Registration details for %s'] = 'Registration details for %s'; $a->strings[' Dear %1$s, @@ -1189,59 +792,6 @@ $a->strings[' Dear %1$s, Thank you for registering at %2$s. Your account has been created. '; -$a->strings[' - The login details are as follows: - - Site Location: %3$s - Login Name: %1$s - Password: %5$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %3$s/removeme - - Thank you and welcome to %2$s.'] = ' - The login details are as follows: - - Site Location: %3$s - Login Name: %1$s - Password: %5$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %3$s/removeme - - Thank you and welcome to %2$s.'; $a->strings['Addon not found.'] = 'Addon not found.'; $a->strings['Addon %s disabled.'] = 'Addon %s disabled.'; $a->strings['Addon %s enabled.'] = 'Addon %s enabled.'; @@ -1253,61 +803,9 @@ $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['Save Settings'] = 'Save settings'; $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['Pending'] = 'Pending'; -$a->strings['Blocked'] = 'Blocked'; -$a->strings['Private Forum'] = 'Private Forum'; -$a->strings['Relay'] = 'Relay'; -$a->strings['%s contact unblocked'] = [ - 0 => '%s contact unblocked', - 1 => '%s contacts unblocked', -]; -$a->strings['Remote Contact Blocklist'] = 'Remote contact block-list'; -$a->strings['This page allows you to prevent any message from a remote contact to reach your node.'] = 'This page allows you to prevent any message from a remote contact to reach your node.'; -$a->strings['Block Remote Contact'] = 'Block Remote Contact'; -$a->strings['select all'] = 'select all'; -$a->strings['select none'] = 'select none'; -$a->strings['Unblock'] = 'Unblock'; -$a->strings['No remote contact is blocked from this node.'] = 'No remote contact is blocked from this node.'; -$a->strings['Blocked Remote Contacts'] = 'Blocked remote contacts'; -$a->strings['Block New Remote Contact'] = 'Block new remote contact'; -$a->strings['Photo'] = 'Photo'; -$a->strings['Reason'] = 'Reason'; -$a->strings['%s total blocked contact'] = [ - 0 => '%s total blocked contact', - 1 => '%s total blocked contacts', -]; -$a->strings['URL of the remote contact to block.'] = 'URL of the remote contact to block.'; -$a->strings['Block Reason'] = 'Reason for blocking'; -$a->strings['Server domain pattern added to blocklist.'] = 'Server domain pattern added to block-list.'; -$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['Server Domain Pattern Blocklist'] = 'Server domain pattern block-list'; -$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:

    -
      -
    • *: Any number of characters
    • -
    • ?: Any single character
    • -
    • [<char1><char2>...]: char1 or char2
    • -
    '] = '

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

    -
      -
    • *: Any number of characters
    • -
    • ?: Any single character
    • -
    • [<char1><char2>...]: char1 or char2
    • -
    '; -$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['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'; @@ -1327,17 +825,6 @@ $a->strings['Other'] = 'Other'; $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['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 Source'] = 'Item source'; -$a->strings['Item Guid'] = 'Item Guid'; -$a->strings['Type'] = 'Type'; $a->strings['The logfile \'%s\' is not writable. No logging possible'] = 'The logfile \'%s\' is not writeable. No logging possible'; $a->strings['PHP log currently enabled.'] = 'PHP log currently enabled.'; $a->strings['PHP log currently disabled.'] = 'PHP log currently disabled.'; @@ -1351,17 +838,17 @@ $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['View Logs'] = 'View logs'; $a->strings['Show all'] = 'Show all'; +$a->strings['Event details'] = 'Event details'; $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['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'; @@ -1370,9 +857,6 @@ $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'; @@ -1382,12 +866,11 @@ $a->strings['Republish users to directory'] = 'Republish users to directory'; $a->strings['Registration'] = 'Join this Friendica Node Today'; $a->strings['File upload'] = 'File upload'; $a->strings['Policies'] = 'Policies'; +$a->strings['Advanced'] = 'Advanced'; $a->strings['Auto Discovered Contact Directory'] = 'Auto-discovered contact directory'; $a->strings['Performance'] = 'Performance'; $a->strings['Worker'] = 'Worker'; $a->strings['Message Relay'] = 'Message relay'; -$a->strings['Relocate Instance'] = 'Relocate Instance'; -$a->strings['Warning! Advanced function. Could make this server unreachable.'] = 'Warning! Advanced function. Could make this server unreachable.'; $a->strings['Site name'] = 'Site name'; $a->strings['Sender Email'] = 'Sender email'; $a->strings['The email address your server shall use to send notification emails from.'] = 'The email address your server shall use to send notification emails from.'; @@ -1401,17 +884,13 @@ $a->strings['Additional Info'] = 'Additional Info'; $a->strings['For public servers: you can add additional information here that will be listed at %s/servers.'] = 'For public servers: You can add additional information here that will be listed at %s/servers.'; $a->strings['System language'] = 'System language'; $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['Single user instance'] = 'Single user instance'; $a->strings['Make this instance multi-user or single-user for the named user'] = 'Make this instance multi-user or single-user for the named user'; $a->strings['Maximum image size'] = 'Maximum image size'; -$a->strings['Maximum size in bytes of uploaded images. Default is 0, which means no limits.'] = 'Maximum size in bytes of uploaded images. Default is 0, which means no limits.'; $a->strings['Maximum image length'] = 'Maximum image length'; $a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'; $a->strings['JPEG image quality'] = 'JPEG image quality'; @@ -1439,7 +918,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Enabling $a->strings['Global directory URL'] = 'Global directory URL'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL to the global directory: If this is not set, the global directory is completely unavailable to the application.'; $a->strings['Private posts by default for new users'] = 'Private posts by default for new users'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Set default post permissions for all new members to the default privacy group rather than public.'; $a->strings['Don\'t include post content in email notifications'] = 'Don\'t include post content in email notifications'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Don\'t include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Disallow public access to addons listed in the apps menu.'; @@ -1464,8 +942,6 @@ $a->strings['Network timeout'] = 'Network timeout'; $a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = 'Value is in seconds. Set to 0 for unlimited (not recommended).'; $a->strings['Maximum Load Average'] = 'Maximum load average'; $a->strings['Maximum system load before delivery and poll processes are deferred - default %d.'] = 'Maximum system load before delivery and poll processes are deferred - default %d.'; -$a->strings['Maximum Load Average (Frontend)'] = 'Maximum load average (frontend)'; -$a->strings['Maximum system load before the frontend quits service - default 50.'] = 'Maximum system load before the frontend quits service (default 50).'; $a->strings['Minimal Memory'] = 'Minimal memory'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'; $a->strings['Days between requery'] = 'Days between enquiry'; @@ -1493,12 +969,10 @@ $a->strings['Temp path'] = 'Temp path'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Enter a different tmp path, if your system restricts the webserver\'s access to the system temp path.'; $a->strings['Only search in tags'] = 'Only search in tags'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'On large systems the text search can slow down the system significantly.'; -$a->strings['New base url'] = 'New base URL'; -$a->strings['Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users.'] = 'Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users.'; $a->strings['Maximum number of parallel workers'] = '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.'] = 'On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'; $a->strings['Enable fastlane'] = 'Enable fast-lane'; -$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'; +$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'When enabled, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'; $a->strings['Direct relay transfer'] = 'Direct relay transfer'; $a->strings['Enables the direct transfer to other servers without using the relay servers'] = 'Enables direct transfer to other servers without using a relay server.'; $a->strings['Relay scope'] = 'Relay scope'; @@ -1523,21 +997,11 @@ $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.'; -$a->strings['Normal Account'] = 'Standard account'; -$a->strings['Automatic Follower Account'] = 'Automatic follower account'; -$a->strings['Public Forum Account'] = 'Public forum account'; -$a->strings['Automatic Friend Account'] = 'Automatic friend account'; -$a->strings['Blog Account'] = 'Blog account'; -$a->strings['Private Forum Account'] = 'Private forum account'; $a->strings['Message queues'] = 'Message queues'; $a->strings['Server Settings'] = 'Server Settings'; -$a->strings['Registered users'] = 'Registered users'; -$a->strings['Pending registrations'] = 'Pending registrations'; $a->strings['Version'] = 'Version'; $a->strings['Active addons'] = 'Active addons'; $a->strings['Theme %s disabled.'] = 'Theme %s disabled.'; @@ -1557,53 +1021,6 @@ $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['%s user blocked'] = [ - 0 => '%s user blocked', - 1 => '%s users blocked', -]; -$a->strings['You can\'t remove yourself'] = 'You can\'t remove yourself'; -$a->strings['%s user deleted'] = [ - 0 => '%s user deleted', - 1 => '%s users deleted', -]; -$a->strings['User "%s" deleted'] = 'User "%s" deleted'; -$a->strings['User "%s" blocked'] = 'User "%s" blocked'; -$a->strings['Register date'] = 'Registration date'; -$a->strings['Last login'] = 'Last login'; -$a->strings['Last public item'] = 'Last public item'; -$a->strings['User blocked'] = 'User blocked'; -$a->strings['Site admin'] = 'Site admin'; -$a->strings['Account expired'] = 'Account expired'; -$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Selected users will be deleted!\n\nEverything these users has 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?'] = '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['%s user unblocked'] = [ - 0 => '%s user unblocked', - 1 => '%s users unblocked', -]; -$a->strings['User "%s" unblocked'] = 'User "%s" unblocked'; -$a->strings['New User'] = 'New user'; -$a->strings['Add User'] = 'Add user'; -$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['Permanent deletion'] = 'Permanent deletion'; -$a->strings['Users'] = 'Users'; -$a->strings['User waiting for permanent deletion'] = 'User awaiting permanent deletion'; -$a->strings['%s user approved'] = [ - 0 => '%s user approved', - 1 => '%s users approved', -]; -$a->strings['%s registration revoked'] = [ - 0 => '%s registration revoked', - 1 => '%s registrations revoked', -]; -$a->strings['Account approved.'] = 'Account approved.'; -$a->strings['Registration revoked'] = 'Registration revoked'; -$a->strings['Request date'] = 'Request date'; -$a->strings['No registrations.'] = 'No registrations.'; -$a->strings['Note from the user'] = 'Note from the user'; -$a->strings['Deny'] = 'Deny'; $a->strings['Contact not found'] = 'Contact not found'; $a->strings['No installed applications.'] = 'No installed applications.'; $a->strings['Applications'] = 'Applications'; @@ -1616,9 +1033,6 @@ $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['Diagnostics'] = 'Diagnostics'; $a->strings['PHP Info'] = 'PHP info'; $a->strings['probe address'] = 'Probe address'; @@ -1626,75 +1040,67 @@ $a->strings['check webfinger'] = 'Check WebFinger'; $a->strings['Babel'] = 'Babel'; $a->strings['Addon Features'] = 'Addon features'; $a->strings['User registrations waiting for confirmation'] = 'User registrations awaiting confirmation'; +$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.', +]; +$a->strings['Weekly posting limit of %d post reached. The post was rejected.'] = [ + 0 => 'Weekly posting limit of %d post reached. The post was rejected.', + 1 => 'Weekly posting limit of %d posts are reached. This post was rejected.', +]; +$a->strings['Users'] = 'Users'; +$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['Item Source'] = 'Item source'; $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['People Search - %s'] = 'People search - %s'; -$a->strings['Forum Search - %s'] = 'Forum search - %s'; +$a->strings['No matches'] = 'No matches'; $a->strings['Account'] = 'Account'; $a->strings['Two-factor authentication'] = 'Two-factor authentication'; $a->strings['Display'] = 'Display'; +$a->strings['Social Networks'] = 'Social networks'; $a->strings['Manage Accounts'] = 'Manage Accounts'; $a->strings['Connected apps'] = 'Connected apps'; $a->strings['Export personal data'] = 'Export personal data'; $a->strings['Remove account'] = 'Remove account'; $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['Failed to remove event'] = 'Failed to remove event'; +$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['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['Share this event'] = 'Share this event'; +$a->strings['Basic'] = 'Basic'; +$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['Events'] = 'Events'; +$a->strings['View'] = 'View'; +$a->strings['Create New Event'] = 'Create new event'; +$a->strings['list'] = 'List'; +$a->strings['Contact not found.'] = 'Contact not found.'; +$a->strings['Invalid contact.'] = 'Invalid contact.'; +$a->strings['Contact is deleted.'] = 'Contact is deleted.'; +$a->strings['Bad request.'] = 'Bad request.'; +$a->strings['Filter'] = 'Filter'; +$a->strings['Members'] = 'Members'; +$a->strings['Click on a contact to add or remove.'] = 'Click on a contact to add or remove it.'; $a->strings['%d contact edited.'] = [ 0 => '%d contact edited.', 1 => '%d contacts edited.', ]; -$a->strings['Could not access contact record.'] = 'Could not access contact record.'; -$a->strings['Failed to update contact record.'] = 'Failed to update contact record.'; -$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'; -$a->strings['Contact has been unignored'] = 'Contact has been unignored'; -$a->strings['You are mutual friends with %s'] = 'You are mutual friends with %s'; -$a->strings['You are sharing with %s'] = 'You are sharing with %s'; -$a->strings['%s is sharing with you'] = '%s is sharing with you'; -$a->strings['Private communications are not available for this contact.'] = 'Private communications are not available for this contact.'; -$a->strings['Never'] = 'Never'; -$a->strings['(Update was not successful)'] = '(Update was not successful)'; -$a->strings['(Update was successful)'] = '(Update was successful)'; -$a->strings['Suggest friends'] = 'Suggest friends'; -$a->strings['Network type: %s'] = 'Network type: %s'; -$a->strings['Communications lost with this contact!'] = 'Communications lost with this contact!'; -$a->strings['Fetch further information for feeds'] = '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.'] = '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'] = 'Fetch information'; -$a->strings['Fetch keywords'] = 'Fetch keywords'; -$a->strings['Fetch information and keywords'] = 'Fetch information and keywords'; -$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['Contact Information / Notes'] = 'Personal note'; -$a->strings['Contact Settings'] = 'Notification and privacy '; -$a->strings['Contact'] = 'Contact'; -$a->strings['Their personal note'] = 'Their personal note'; -$a->strings['Edit contact notes'] = 'Edit contact notes'; -$a->strings['Visit %s\'s profile [%s]'] = 'Visit %s\'s profile [%s]'; -$a->strings['Block/Unblock contact'] = 'Block/Unblock contact'; -$a->strings['Ignore contact'] = 'Ignore contact'; -$a->strings['View conversations'] = 'View conversations'; -$a->strings['Last update:'] = 'Last update:'; -$a->strings['Update public posts'] = 'Update public posts'; -$a->strings['Update now'] = 'Update now'; -$a->strings['Unignore'] = 'Unignore'; -$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['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['Actions'] = 'Actions'; -$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['Show all contacts'] = 'Show all 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'; $a->strings['Only show ignored contacts'] = 'Only show ignored contacts'; @@ -1702,10 +1108,11 @@ $a->strings['Archived'] = 'Archived'; $a->strings['Only show archived contacts'] = 'Only show archived contacts'; $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['Unblock'] = 'Unblock'; +$a->strings['Unignore'] = 'Unignore'; $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'; @@ -1715,23 +1122,14 @@ $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'] = 'Pending outgoing contact request'; $a->strings['Pending incoming contact request'] = 'Pending incoming contact request'; -$a->strings['Refetch contact data'] = 'Re-fetch contact data.'; -$a->strings['Toggle Blocked status'] = 'Toggle blocked status'; -$a->strings['Toggle Ignored status'] = 'Toggle ignored status'; +$a->strings['Visit %s\'s profile [%s]'] = 'Visit %s\'s profile [%s]'; $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['Return to contact editor'] = 'Return to contact editor'; +$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['Invalid contact.'] = 'Invalid contact.'; $a->strings['Follower (%s)'] = [ 0 => 'Follower (%s)', 1 => 'Followers (%s)', @@ -1748,33 +1146,89 @@ $a->strings['Contact (%s)'] = [ 0 => 'Contact (%s)', 1 => 'Contacts (%s)', ]; -$a->strings['You must be logged in to use this module.'] = 'You must be logged in to use this module.'; -$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['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['Contact is deleted.'] = 'Contact is deleted.'; +$a->strings['Access denied.'] = 'Access denied.'; +$a->strings['Submit Request'] = 'Submit request'; +$a->strings['You already added this contact.'] = 'You already added this contact.'; +$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['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['Please answer the following:'] = 'Please answer the following:'; +$a->strings['Your Identity Address:'] = 'My identity address:'; +$a->strings['Profile URL'] = 'Profile URL:'; +$a->strings['Tags:'] = 'Tags:'; +$a->strings['%s knows you'] = '%s knows you'; +$a->strings['Add a personal note:'] = 'Add a personal note:'; +$a->strings['The contact could not be added.'] = 'Contact could not be added.'; +$a->strings['Invalid request.'] = 'Invalid request.'; +$a->strings['No keywords to match. Please add keywords to your profile.'] = 'No keywords to match. Please add keywords to your profile.'; +$a->strings['Profile Match'] = 'Profile Match'; +$a->strings['Failed to update contact record.'] = 'Failed to update contact record.'; +$a->strings['Contact has been unblocked'] = 'Contact has been unblocked'; +$a->strings['Contact has been blocked'] = 'Contact has been blocked'; +$a->strings['Contact has been unignored'] = 'Contact has been unignored'; +$a->strings['Contact has been ignored'] = 'Contact has been ignored'; +$a->strings['You are mutual friends with %s'] = 'You are mutual friends with %s'; +$a->strings['You are sharing with %s'] = 'You are sharing with %s'; +$a->strings['%s is sharing with you'] = '%s is sharing with you'; +$a->strings['Private communications are not available for this contact.'] = 'Private communications are not available for this contact.'; +$a->strings['Never'] = 'Never'; +$a->strings['(Update was not successful)'] = '(Update was not successful)'; +$a->strings['(Update was successful)'] = '(Update was successful)'; +$a->strings['Suggest friends'] = 'Suggest friends'; +$a->strings['Network type: %s'] = 'Network type: %s'; +$a->strings['Communications lost with this contact!'] = 'Communications lost with this contact!'; +$a->strings['Fetch further information for feeds'] = '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.'] = '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'] = 'Fetch information'; +$a->strings['Fetch keywords'] = 'Fetch keywords'; +$a->strings['Fetch information and keywords'] = 'Fetch information and keywords'; +$a->strings['No mirroring'] = 'No mirroring'; +$a->strings['Mirror as my own posting'] = 'Mirror as my own posting'; +$a->strings['Contact Information / Notes'] = 'Personal note'; +$a->strings['Contact Settings'] = 'Notification and privacy '; +$a->strings['Contact'] = 'Contact'; +$a->strings['Their personal note'] = 'Their personal note'; +$a->strings['Edit contact notes'] = 'Edit contact notes'; +$a->strings['Block/Unblock contact'] = 'Block/Unblock contact'; +$a->strings['Ignore contact'] = 'Ignore contact'; +$a->strings['View conversations'] = 'View conversations'; +$a->strings['Last update:'] = 'Last update:'; +$a->strings['Update public posts'] = 'Update public posts'; +$a->strings['Update now'] = 'Update now'; +$a->strings['Awaiting connection acknowledge'] = 'Awaiting connection acknowledgement '; +$a->strings['Currently blocked'] = 'Currently blocked'; +$a->strings['Currently ignored'] = 'Currently ignored'; +$a->strings['Currently archived'] = 'Currently archived'; +$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['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['Actions'] = 'Actions'; +$a->strings['Status'] = 'Status'; +$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['Refetch contact data'] = 'Re-fetch contact data.'; +$a->strings['Toggle Blocked status'] = 'Toggle blocked status'; +$a->strings['Toggle Ignored status'] = 'Toggle ignored status'; +$a->strings['Bad Request.'] = 'Bad Request.'; $a->strings['Yes'] = 'Yes'; -$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 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['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['Disconnect/Unfollow'] = 'Disconnect/Unfollow'; +$a->strings['Contact was successfully unfollowed'] = 'Contact was successfully unfollowed'; +$a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Unable to unfollow this contact, please contact your administrator'; $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['Community option not available.'] = 'Community option not available.'; $a->strings['Not available.'] = 'Not available.'; -$a->strings['No such group'] = 'No such group'; -$a->strings['Group: %s'] = 'Group: %s'; -$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['Starred'] = 'Starred'; -$a->strings['Favourite Posts'] = 'My favourite posts'; $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['Error'] = [ + 0 => 'Error', + 1 => 'Errors', +]; $a->strings['Source input'] = 'Source input'; $a->strings['BBCode::toPlaintext'] = 'BBCode::toPlaintext'; $a->strings['BBCode::convert (raw HTML)'] = 'BBCode::convert (raw HTML)'; @@ -1815,8 +1269,6 @@ $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['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['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:'; @@ -1830,45 +1282,23 @@ $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['Reason for the block'] = 'Reason for the block'; $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['Could not create group.'] = 'Could not create group.'; -$a->strings['Group not found.'] = 'Group not found.'; -$a->strings['Unknown group.'] = 'Unknown 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['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 profile'] = 'No profile'; $a->strings['Method Not Allowed.'] = 'Method not allowed.'; $a->strings['Help:'] = 'Help:'; $a->strings['Welcome to %s'] = 'Welcome to %s'; $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['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.'; @@ -1919,8 +1349,114 @@ $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['The feed for this item is unavailable.'] = 'The feed for this item is unavailable.'; $a->strings['System down for maintenance'] = 'Sorry, the system is currently down for maintenance.'; $a->strings['A Decentralized Social Network'] = 'A Decentralized Social Network'; +$a->strings['Files'] = 'Files'; +$a->strings['Upload'] = 'Upload'; +$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 process image.'] = 'Unable to process image.'; +$a->strings['Image upload failed.'] = 'Image upload failed.'; +$a->strings['Normal Account Page'] = 'Standard'; +$a->strings['Soapbox Page'] = 'Soapbox'; +$a->strings['Automatic Friend Page'] = 'Love-all'; +$a->strings['Personal Page'] = 'Personal Page'; +$a->strings['Organisation Page'] = 'Organisation Page'; +$a->strings['News Page'] = 'News Page'; +$a->strings['Relay'] = 'Relay'; +$a->strings['%s contact unblocked'] = [ + 0 => '%s contact unblocked', + 1 => '%s contacts unblocked', +]; +$a->strings['Remote Contact Blocklist'] = 'Remote contact block-list'; +$a->strings['This page allows you to prevent any message from a remote contact to reach your node.'] = 'This page allows you to prevent any message from a remote contact to reach your node.'; +$a->strings['Block Remote Contact'] = 'Block Remote Contact'; +$a->strings['select all'] = 'select all'; +$a->strings['select none'] = 'select none'; +$a->strings['No remote contact is blocked from this node.'] = 'No remote contact is blocked from this node.'; +$a->strings['Blocked Remote Contacts'] = 'Blocked remote contacts'; +$a->strings['Block New Remote Contact'] = 'Block new remote contact'; +$a->strings['Photo'] = 'Photo'; +$a->strings['Reason'] = 'Reason'; +$a->strings['%s total blocked contact'] = [ + 0 => '%s total blocked contact', + 1 => '%s total blocked contacts', +]; +$a->strings['URL of the remote contact to block.'] = 'URL of the remote contact to block.'; +$a->strings['Block Reason'] = 'Reason for blocking'; +$a->strings['Server Domain Pattern'] = 'Server Domain Pattern'; +$a->strings['Block reason'] = 'Block reason'; +$a->strings['Blocked server domain pattern'] = 'Blocked server domain pattern'; +$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['Server Domain Pattern Blocklist'] = 'Server domain pattern block-list'; +$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['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['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['Type'] = 'Type'; +$a->strings['Item not found'] = 'Item not found'; +$a->strings['Item Guid'] = 'Item Guid'; +$a->strings['Normal Account'] = 'Standard account'; +$a->strings['Automatic Follower Account'] = 'Automatic follower account'; +$a->strings['Automatic Friend Account'] = 'Automatic friend account'; +$a->strings['Blog Account'] = 'Blog account'; +$a->strings['Registered users'] = 'Registered users'; +$a->strings['Pending registrations'] = 'Pending registrations'; +$a->strings['%s user blocked'] = [ + 0 => '%s user blocked', + 1 => '%s users blocked', +]; +$a->strings['You can\'t remove yourself'] = 'You can\'t remove yourself'; +$a->strings['%s user deleted'] = [ + 0 => '%s user deleted', + 1 => '%s users deleted', +]; +$a->strings['User "%s" deleted'] = 'User "%s" deleted'; +$a->strings['User "%s" blocked'] = 'User "%s" blocked'; +$a->strings['Register date'] = 'Registration date'; +$a->strings['Last login'] = 'Last login'; +$a->strings['Last public item'] = 'Last public item'; +$a->strings['User blocked'] = 'User blocked'; +$a->strings['Site admin'] = 'Site admin'; +$a->strings['Account expired'] = 'Account expired'; +$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Selected users will be deleted!\n\nEverything these users has 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?'] = '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['%s user unblocked'] = [ + 0 => '%s user unblocked', + 1 => '%s users unblocked', +]; +$a->strings['User "%s" unblocked'] = 'User "%s" unblocked'; +$a->strings['New User'] = 'New user'; +$a->strings['Add User'] = 'Add user'; +$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['Permanent deletion'] = 'Permanent deletion'; +$a->strings['User waiting for permanent deletion'] = 'User awaiting permanent deletion'; +$a->strings['%s user approved'] = [ + 0 => '%s user approved', + 1 => '%s users approved', +]; +$a->strings['%s registration revoked'] = [ + 0 => '%s registration revoked', + 1 => '%s registrations revoked', +]; +$a->strings['Account approved.'] = 'Account approved.'; +$a->strings['Registration revoked'] = 'Registration revoked'; +$a->strings['Request date'] = 'Request date'; +$a->strings['No registrations.'] = 'No registrations.'; +$a->strings['Note from the user'] = 'Note from the user'; +$a->strings['Deny'] = 'Deny'; $a->strings['Show Ignored Requests'] = 'Show ignored requests.'; $a->strings['Hide Ignored Requests'] = 'Hide ignored requests'; $a->strings['Notification type:'] = 'Notification type:'; @@ -1940,14 +1476,48 @@ $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['{0} requested registration'] = '{0} requested registration'; +$a->strings['{0} and %d others requested registration'] = '{0} and %d others requested registration'; $a->strings['Authorize application connection'] = 'Authorise application connection'; $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['Resubscribing to OStatus contacts'] = 'Resubscribing to OStatus contacts'; +$a->strings['Keep this window open until done.'] = 'Keep this window open until done.'; +$a->strings['Subscribing to contacts'] = 'Subscribing to 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['Couldn\'t fetch following contacts.'] = 'Couldn\'t fetch following contacts.'; +$a->strings['Couldn\'t fetch remote profile.'] = 'Couldn\'t fetch remote profile.'; +$a->strings['Unsupported network'] = 'Unsupported network'; +$a->strings['Done'] = 'Done'; +$a->strings['success'] = 'success'; +$a->strings['failed'] = 'failed'; +$a->strings['ignored'] = 'Ignored'; $a->strings['Remote privacy information not available.'] = 'Remote privacy information not available.'; $a->strings['Visible to:'] = 'Visible to:'; $a->strings['The Photo with id %s is not available.'] = 'The Photo with id %s is not available.'; $a->strings['Invalid photo with id %s.'] = 'Invalid photo with id %s.'; +$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['Remove Item Tag'] = 'Remove Item tag'; +$a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; +$a->strings['Remove'] = 'Remove'; $a->strings['No contacts.'] = 'No contacts.'; +$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['Image exceeds size limit of %s'] = 'Image exceeds size limit of %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['View Album'] = 'View album'; $a->strings['Profile not found.'] = 'Profile not found.'; +$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'; @@ -1957,12 +1527,21 @@ $a->strings['%d year old'] = [ 0 => '%d year old', 1 => '%d years old', ]; -$a->strings['Forums:'] = 'Forums:'; +$a->strings['Description:'] = 'Description:'; $a->strings['View profile as:'] = 'View profile as:'; -$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['Profile unavailable.'] = 'Profile unavailable.'; +$a->strings['Invalid locator'] = 'Invalid locator'; +$a->strings['The provided profile link doesn\'t seem to be valid'] = 'The provided profile link doesn\'t seem to be valid'; +$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['Friend/Connection Request'] = 'Friend/Connection request'; +$a->strings['Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'] = 'Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'; +$a->strings['If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today.'] = 'If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today.'; +$a->strings['Your Webfinger address or profile URL:'] = 'Your WebFinger address or profile URL:'; +$a->strings['Unable to check your home location.'] = 'Unable to check your home location.'; +$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Number of daily wall messages for %s exceeded. Message failed.'; +$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['Only parent users can create additional accounts.'] = 'Only parent users can create additional accounts.'; +$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): '; @@ -1974,9 +1553,12 @@ $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['Please repeat your e-mail address:'] = 'Please repeat your e-mail 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['Parent Password:'] = 'Parent password:'; @@ -1991,15 +1573,9 @@ $a->strings['Failed to send email message. Here your accout details:
    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['An internal error occured.'] = 'An internal error occurred.'; $a->strings['Your registration is pending approval by the site owner.'] = 'Your registration is pending approval by the site administrator.'; -$a->strings['Profile unavailable.'] = 'Profile unavailable.'; -$a->strings['Invalid locator'] = 'Invalid locator'; -$a->strings['The provided profile link doesn\'t seem to be valid'] = 'The provided profile link doesn\'t seem to be valid'; -$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['Friend/Connection Request'] = 'Friend/Connection request'; -$a->strings['Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'] = 'Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'; -$a->strings['If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today.'] = 'If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today.'; -$a->strings['Your Webfinger address or profile URL:'] = 'Your WebFinger address or profile URL:'; +$a->strings['You must be logged in to use this module.'] = 'You must be logged in to use this module.'; $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['Items tagged with: %s'] = 'Items tagged with: %s'; @@ -2019,6 +1595,10 @@ $a->strings['Logged out.'] = 'Logged out.'; $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['Passwords do not match.'] = 'Passwords do not match.'; +$a->strings['Password unchanged.'] = 'Password unchanged.'; +$a->strings['Current Password:'] = 'Current password:'; +$a->strings['Your current password to confirm the changes'] = 'Current password to confirm change'; $a->strings['Remaining recovery codes: %d'] = 'Remaining recovery codes: %d'; $a->strings['Invalid code, please retry.'] = 'Invalid code, please try again.'; $a->strings['Two-factor recovery'] = 'Two-factor recovery'; @@ -2029,6 +1609,138 @@ $a->strings['Submit recovery code and complete login'] = 'Submit recovery code a $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['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['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['Settings were not updated.'] = 'Settings were not updated.'; +$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['Unable to find your profile. Please contact your admin.'] = 'Unable to find your profile. Please contact your admin.'; +$a->strings['Personal Page Subtypes'] = 'Personal Page 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['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 profile in your local site directory?'] = 'Publish your 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.'] = '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['Your profile will also be published in the global friendica directories (e.g. %s).'] = 'Your profile will also be published in the global Friendica directories (e.g. %s).'; +$a->strings['Account Settings'] = 'Account Settings'; +$a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'My identity address: \'%s\' or \'%s\''; +$a->strings['Password Settings'] = 'Password change'; +$a->strings['Leave password fields blank unless changing'] = 'Leave password fields blank unless changing'; +$a->strings['Password:'] = 'Password:'; +$a->strings['Your current password to confirm the changes of the email address'] = 'Your current password to confirm the changes of the email address'; +$a->strings['Delete OpenID URL'] = 'Delete OpenID URL'; +$a->strings['Basic Settings'] = 'Basic information'; +$a->strings['Display name:'] = 'Display 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['Allow your profile to be searchable globally?'] = 'Allow your profile to be searchable globally?'; +$a->strings['Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'] = 'Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not.'; +$a->strings['Hide your contact/friend list from viewers of your profile?'] = 'Hide your contact/friend list from viewers of your profile?'; +$a->strings['A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'] = 'A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'; +$a->strings['Make public posts unlisted'] = 'Make public posts unlisted'; +$a->strings['Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.'] = 'Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.'; +$a->strings['Make all posted pictures accessible'] = 'Make all posted pictures accessible'; +$a->strings['This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can\'t handle permissions on pictures. Non public pictures still won\'t be visible for the public on your photo albums though.'] = 'This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can\'t handle permissions on pictures. Non public pictures still won\'t be visible for the public on your photo albums though.'; +$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['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['Maximum private messages per day from unknown people:'] = 'Maximum private messages per day from unknown people:'; +$a->strings['Default Post Permissions'] = 'Default post permissions'; +$a->strings['Expiration settings'] = 'Expiration settings'; +$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['Expire posts'] = 'Expire posts'; +$a->strings['When activated, posts and comments will be expired.'] = 'If activated, posts and comments will expire.'; +$a->strings['Expire personal notes'] = 'Expire personal notes'; +$a->strings['When activated, the personal notes on your profile page will be expired.'] = 'If activated, personal notes on your profile page will expire.'; +$a->strings['Expire starred posts'] = 'Expire starred posts'; +$a->strings['Starring posts keeps them from being expired. That behaviour is overwritten by this setting.'] = 'Starring posts keeps them from being expired. That behaviour is overwritten by this setting.'; +$a->strings['Only expire posts by others'] = 'Only expire posts by others'; +$a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'If activated, your own posts never expire. Than the settings above are only valid for posts you received.'; +$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['Create a desktop notification when:'] = 'Create a desktop notification when:'; +$a->strings['Someone liked your content'] = 'Someone liked your content'; +$a->strings['Someone shared your content'] = 'Someone shared your content'; +$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 detailed 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. If enabled, every notification is displayed.'; +$a->strings['Show notifications of ignored contacts'] = 'Show notifications of ignored contacts'; +$a->strings['You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'] = 'You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'; +$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['Addon Settings'] = 'Addon settings'; +$a->strings['No Addon settings configured'] = 'No addon settings configured'; +$a->strings['Description'] = 'Description'; +$a->strings['Add'] = 'Add'; +$a->strings['Failed to connect with email account using the settings provided.'] = 'Failed to connect with email account using the settings provided.'; +$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'diaspora* (Socialhome, Hubzilla)'; +$a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; +$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['Enable Content Warning'] = 'Enable 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 enables the automatic collapsing instead of setting 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 collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn\'t affect any other content filtering you eventually set up.'; +$a->strings['Enable intelligent shortening'] = 'Enable intelligent shortening'; +$a->strings['Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original friendica post.'] = 'Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original Friendica post.'; +$a->strings['Enable simple text shortening'] = 'Enable simple text shortening'; +$a->strings['Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'] = 'Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'; +$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.'] = 'If 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['Your legacy ActivityPub/GNU Social account'] = 'Your legacy ActivityPub/GNU Social account'; +$a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'; +$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['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.'; @@ -2044,7 +1756,6 @@ $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['Add'] = 'Add'; $a->strings['No entries.'] = 'No entries.'; $a->strings['The theme you chose isn\'t available.'] = 'The chosen theme isn\'t available.'; $a->strings['%s - (Unsupported)'] = '%s - (Unsupported)'; @@ -2053,7 +1764,6 @@ $a->strings['General Theme Settings'] = 'Themes'; $a->strings['Custom Theme Settings'] = 'Theme customisation'; $a->strings['Content Settings'] = 'Content/Layout'; $a->strings['Theme settings'] = 'Theme settings'; -$a->strings['Calendar'] = 'Calendar'; $a->strings['Display Theme:'] = 'Display theme:'; $a->strings['Mobile Theme:'] = 'Mobile theme:'; $a->strings['Number of items to display per page:'] = 'Number of items displayed per page:'; @@ -2061,12 +1771,12 @@ $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['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['Automatic updates only at the top of the post stream pages'] = 'Automatic updates only at the top of the post stream pages'; -$a->strings['Auto update may add new posts at the top of the post stream pages, which can affect the scroll position and perturb normal reading if it happens anywhere else the top of the page.'] = 'Auto update may add new posts at the top of the post stream pages. This can affect the scroll position and perturb normal reading if something happens anywhere else the top of the page.'; $a->strings['Infinite scroll'] = 'Infinite scroll'; $a->strings['Automatic fetch new items when reaching the page end.'] = 'Automatic fetch new items when reaching the page end.'; $a->strings['Beginning of week:'] = 'Week begins: '; -$a->strings['Profile Name is required.'] = 'Profile name is required.'; +$a->strings['Additional Features'] = 'Additional Features'; +$a->strings['Connected Apps'] = 'Connected Apps'; +$a->strings['Remove authorization'] = 'Remove authorization'; $a->strings['Profile couldn\'t be updated.'] = 'Profile couldn\'t be updated.'; $a->strings['Label:'] = 'Label:'; $a->strings['Value:'] = 'Value:'; @@ -2081,7 +1791,6 @@ $a->strings['Location'] = 'Location'; $a->strings['Miscellaneous'] = 'Miscellaneous'; $a->strings['Custom Profile Fields'] = 'Custom Profile Fields'; $a->strings['Upload Profile Photo'] = 'Upload profile photo'; -$a->strings['Display name:'] = 'Display name:'; $a->strings['Street Address:'] = 'Street address:'; $a->strings['Locality/City:'] = 'Locality/City:'; $a->strings['Region/State:'] = 'Region/State:'; @@ -2093,15 +1802,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '; $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'; @@ -2118,6 +1818,13 @@ $a->strings['Upload Picture:'] = 'Upload Picture:'; $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['[Friendica System Notify]'] = '[Friendica System Notify]'; +$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['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.'; @@ -2127,7 +1834,6 @@ $a->strings['App-specific password successfully revoked.'] = 'App-specific passw $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'; @@ -2136,7 +1842,6 @@ $a->strings['Generate new app-specific password'] = 'Generate new app-specific p $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'; @@ -2201,20 +1906,29 @@ $a->strings['Export all'] = 'Export all'; $a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = 'Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'; $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['Bad Request'] = 'Bad Request'; -$a->strings['Forbidden'] = 'Forbidden'; -$a->strings['Not Found'] = 'Not found'; -$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['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['Privacy Statement'] = 'Privacy Statement'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'The requested item doesn\'t exist or has been deleted.'; +$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['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['Error decoding account file'] = 'Error decoding account file'; +$a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Error! No version data in file! Is this a Friendica account file?'; +$a->strings['User \'%s\' already exists on this server!'] = 'User \'%s\' already exists on this server!'; +$a->strings['User creation error'] = 'User creation error'; +$a->strings['%d contact not imported'] = [ + 0 => '%d contact not imported', + 1 => '%d contacts not imported', +]; +$a->strings['User profile creation error'] = 'User profile creation error'; +$a->strings['Done. You can now login with your username and password'] = 'Done. You can now login with your username and password'; $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.'; @@ -2238,8 +1952,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Go to your site\'s directory'; $a->strings['The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.'] = 'The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested.'; $a->strings['Finding New People'] = 'Finding new people'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'; -$a->strings['Group Your Contacts'] = 'Group your contacts'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Why aren\'t my posts public?'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'; $a->strings['Getting Help'] = 'Getting help'; @@ -2271,9 +1983,6 @@ $a->strings['Please visit %s to view and/or reply to the conversation.'] = 'Plea $a->strings['%s %s posted to your profile wall'] = '%s %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['%1$s %2$s poked you'] = '%1$s %2$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['%s Introduction received'] = '%s 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.'; @@ -2312,8 +2021,8 @@ $a->strings['This message was sent to you by %s, a member of the Friendica socia $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['This entry was edited'] = 'This entry was edited'; $a->strings['Private Message'] = 'Private message'; +$a->strings['This entry was edited'] = 'This entry was edited'; $a->strings['Edit'] = 'Edit'; $a->strings['Delete globally'] = 'Delete globally'; $a->strings['Remove locally'] = 'Remove locally'; @@ -2322,8 +2031,6 @@ $a->strings['I will not attend'] = 'I will not attend'; $a->strings['I might attend'] = 'I might attend'; $a->strings['%s (Received %s)'] = '%s (Received %s)'; $a->strings['Comment this item on your system'] = 'Comment this item on your system'; -$a->strings['Pushed'] = 'Pushed'; -$a->strings['Pulled'] = 'Pulled'; $a->strings['to'] = 'to'; $a->strings['via'] = 'via'; $a->strings['Wall-to-Wall'] = 'Wall-to-wall'; @@ -2341,7 +2048,6 @@ $a->strings['%d comment'] = [ ]; $a->strings['Show more'] = 'Show more'; $a->strings['Show fewer'] = 'Show fewer'; -$a->strings['Attachments:'] = 'Attachments:'; $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.'; diff --git a/view/lang/en-us/messages.po b/view/lang/en-us/messages.po index 6b5dbdffbf..011c0839c9 100644 --- a/view/lang/en-us/messages.po +++ b/view/lang/en-us/messages.po @@ -1,530 +1,91 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2022, the Friendica project +# Copyright (C) 2010-2023, the Friendica project # This file is distributed under the same license as the Friendica package. # # Translators: # Andy H3 , 2017-2021 -# Hypolite Petovan , 2018-2020 +# Hypolite Petovan , 2018-2020,2022-2023 +# Josh Soref, 2023 # R C, 2018 # Steffen K9, 2019,2021 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-24 23:21-0400\n" -"PO-Revision-Date: 2021-10-27 03:56+0000\n" -"Last-Translator: Andy H3 \n" -"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" +"POT-Creation-Date: 2023-10-15 13:49+0000\n" +"PO-Revision-Date: 2011-05-05 10:19+0000\n" +"Last-Translator: Hypolite Petovan , 2018-2020,2022-2023\n" +"Language-Team: English (United States) (http://app.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/api.php:1113 src/Module/BaseApi.php:294 -#, 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:1127 src/Module/BaseApi.php:310 -#, 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] "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:1141 src/Module/BaseApi.php:326 -#, 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." - -#: mod/api.php:30 mod/editpost.php:38 mod/events.php:220 mod/follow.php:56 -#: mod/follow.php:130 mod/item.php:185 mod/item.php:190 mod/item.php:936 -#: mod/message.php:69 mod/message.php:111 mod/notes.php:44 -#: mod/ostatus_subscribe.php:32 mod/photos.php:160 mod/photos.php:900 -#: mod/repair_ostatus.php:31 mod/settings.php:47 mod/settings.php:57 -#: mod/settings.php:409 mod/suggest.php:34 mod/uimport.php:33 -#: mod/unfollow.php:35 mod/unfollow.php:50 mod/unfollow.php:82 -#: mod/wall_attach.php:68 mod/wall_attach.php:71 mod/wall_upload.php:90 -#: mod/wall_upload.php:93 mod/wallmessage.php:36 mod/wallmessage.php:55 -#: mod/wallmessage.php:89 mod/wallmessage.php:109 src/Module/Attach.php:55 -#: src/Module/BaseApi.php:79 src/Module/BaseApi.php:88 -#: src/Module/BaseApi.php:97 src/Module/BaseApi.php:106 -#: src/Module/BaseNotifications.php:88 src/Module/Contact.php:328 -#: src/Module/Contact/Advanced.php:44 src/Module/Delegation.php:118 -#: src/Module/FollowConfirm.php:17 src/Module/FriendSuggest.php:44 -#: src/Module/Group.php:45 src/Module/Group.php:90 src/Module/Invite.php:41 -#: src/Module/Invite.php:130 src/Module/Notifications/Notification.php:48 -#: src/Module/Notifications/Notification.php:79 -#: src/Module/Profile/Common.php:56 src/Module/Profile/Contacts.php:56 -#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 -#: src/Module/Register.php:64 src/Module/Register.php:77 -#: src/Module/Register.php:195 src/Module/Register.php:234 -#: src/Module/Search/Directory.php:38 src/Module/Settings/Delegation.php:42 -#: src/Module/Settings/Delegation.php:70 src/Module/Settings/Display.php:43 -#: src/Module/Settings/Display.php:121 -#: src/Module/Settings/Profile/Photo/Crop.php:166 -#: src/Module/Settings/Profile/Photo/Index.php:112 -#: src/Module/Settings/UserExport.php:58 src/Module/Settings/UserExport.php:93 -#: src/Module/Settings/UserExport.php:198 -#: src/Module/Settings/UserExport.php:218 -#: src/Module/Settings/UserExport.php:283 -msgid "Permission denied." -msgstr "Permission denied." - -#: mod/cal.php:44 mod/cal.php:48 mod/follow.php:39 mod/redir.php:34 -#: mod/redir.php:175 src/Module/Conversation/Community.php:182 -#: src/Module/Debug/ItemBody.php:37 src/Module/Diaspora/Receive.php:51 -#: src/Module/Item/Follow.php:42 src/Module/Item/Ignore.php:41 -#: src/Module/Item/Pin.php:42 src/Module/Item/Pin.php:57 -#: src/Module/Item/Star.php:43 -msgid "Access denied." -msgstr "Access denied." - -#: mod/cal.php:61 mod/cal.php:78 mod/photos.php:69 mod/photos.php:140 -#: mod/photos.php:807 src/Model/Profile.php:229 src/Module/HCard.php:52 -#: src/Module/Profile/Common.php:41 src/Module/Profile/Common.php:52 -#: src/Module/Profile/Contacts.php:40 src/Module/Profile/Contacts.php:50 -#: src/Module/Profile/Media.php:38 src/Module/Profile/Status.php:58 -#: src/Module/Register.php:256 src/Module/RemoteFollow.php:49 -msgid "User not found." -msgstr "User not found." - -#: mod/cal.php:120 mod/display.php:270 src/Module/Profile/Profile.php:94 -#: src/Module/Profile/Profile.php:109 src/Module/Profile/Status.php:109 -#: src/Module/Update/Profile.php:56 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:242 mod/events.php:377 src/Content/Nav.php:194 -#: src/Content/Nav.php:258 src/Module/BaseProfile.php:84 -#: src/Module/BaseProfile.php:95 view/theme/frio/theme.php:229 -#: view/theme/frio/theme.php:233 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:243 mod/events.php:378 -msgid "View" -msgstr "View" - -#: mod/cal.php:244 mod/events.php:380 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:245 mod/events.php:381 src/Module/Install.php:207 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:248 mod/events.php:386 src/Model/Event.php:457 -msgid "today" -msgstr "today" - -#: mod/cal.php:249 mod/events.php:387 src/Model/Event.php:458 -#: src/Util/Temporal.php:334 -msgid "month" -msgstr "month" - -#: mod/cal.php:250 mod/events.php:388 src/Model/Event.php:459 -#: src/Util/Temporal.php:335 -msgid "week" -msgstr "week" - -#: mod/cal.php:251 mod/events.php:389 src/Model/Event.php:460 -#: src/Util/Temporal.php:336 -msgid "day" -msgstr "day" - -#: mod/cal.php:252 mod/events.php:390 -msgid "list" -msgstr "List" - -#: mod/cal.php:265 src/Console/User.php:182 src/Model/User.php:680 -#: src/Module/Admin/Users/Active.php:73 src/Module/Admin/Users/Blocked.php:74 -#: src/Module/Admin/Users/Index.php:80 src/Module/Admin/Users/Pending.php:71 -#: src/Module/Api/Twitter/ContactEndpoint.php:71 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:274 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:276 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:293 -msgid "calendar" -msgstr "calendar" - -#: mod/display.php:165 mod/photos.php:811 -#: src/Module/Conversation/Community.php:176 src/Module/Debug/Probe.php:39 -#: src/Module/Debug/WebFinger.php:38 src/Module/Directory.php:49 -#: src/Module/Search/Index.php:50 src/Module/Search/Index.php:55 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/display.php:221 mod/display.php:295 -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:375 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - -#: mod/editpost.php:45 mod/editpost.php:55 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:64 -msgid "Edit post" -msgstr "Edit post" - -#: mod/editpost.php:91 mod/notes.php:56 src/Content/Text/HTML.php:885 -#: src/Module/Admin/Storage.php:143 src/Module/Filer/SaveTag.php:69 -msgid "Save" -msgstr "Save" - -#: mod/editpost.php:92 mod/photos.php:1347 src/Content/Conversation.php:326 -#: src/Module/Contact/Poke.php:157 src/Object/Post.php:964 -msgid "Loading..." -msgstr "" - -#: mod/editpost.php:93 mod/message.php:198 mod/message.php:355 -#: mod/wallmessage.php:139 src/Content/Conversation.php:327 -msgid "Upload photo" -msgstr "Upload photo" - -#: mod/editpost.php:94 src/Content/Conversation.php:328 -msgid "upload photo" -msgstr "upload photo" - -#: mod/editpost.php:95 src/Content/Conversation.php:329 -msgid "Attach file" -msgstr "Attach file" - -#: mod/editpost.php:96 src/Content/Conversation.php:330 -msgid "attach file" -msgstr "attach file" - -#: mod/editpost.php:97 mod/message.php:199 mod/message.php:356 -#: mod/wallmessage.php:140 -msgid "Insert web link" -msgstr "Insert web link" - -#: mod/editpost.php:98 -msgid "web link" -msgstr "web link" - -#: mod/editpost.php:99 -msgid "Insert video link" -msgstr "Insert video link" - -#: mod/editpost.php:100 -msgid "video link" -msgstr "video link" - -#: mod/editpost.php:101 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: mod/editpost.php:102 -msgid "audio link" -msgstr "audio link" - -#: mod/editpost.php:103 src/Content/Conversation.php:340 -#: src/Module/Item/Compose.php:161 -msgid "Set your location" -msgstr "Set your location" - -#: mod/editpost.php:104 src/Content/Conversation.php:341 -msgid "set location" -msgstr "set location" - -#: mod/editpost.php:105 src/Content/Conversation.php:342 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: mod/editpost.php:106 src/Content/Conversation.php:343 -msgid "clear location" -msgstr "clear location" - -#: mod/editpost.php:107 mod/message.php:200 mod/message.php:358 -#: mod/photos.php:1498 mod/wallmessage.php:141 -#: src/Content/Conversation.php:355 src/Content/Conversation.php:689 -#: src/Module/Item/Compose.php:165 src/Object/Post.php:502 -msgid "Please wait" -msgstr "Please wait" - -#: mod/editpost.php:108 src/Content/Conversation.php:356 -msgid "Permission settings" -msgstr "Permission settings" - -#: mod/editpost.php:116 src/Core/ACL.php:325 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: mod/editpost.php:117 src/Content/Conversation.php:366 -msgid "Public post" -msgstr "Public post" - -#: mod/editpost.php:120 src/Content/Conversation.php:345 -#: src/Module/Item/Compose.php:166 -msgid "Set title" -msgstr "Set title" - -#: mod/editpost.php:122 src/Content/Conversation.php:347 -#: src/Module/Item/Compose.php:167 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: mod/editpost.php:123 src/Core/ACL.php:326 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: mod/editpost.php:128 mod/events.php:517 mod/photos.php:1346 -#: mod/photos.php:1402 mod/photos.php:1476 src/Content/Conversation.php:370 -#: src/Module/Item/Compose.php:160 src/Object/Post.php:974 -msgid "Preview" -msgstr "Preview" - -#: mod/editpost.php:130 mod/fbrowser.php:100 mod/fbrowser.php:127 -#: mod/follow.php:144 mod/photos.php:1013 mod/photos.php:1114 mod/tagrm.php:37 -#: mod/tagrm.php:129 mod/unfollow.php:97 src/Content/Conversation.php:373 -#: src/Module/Contact/Revoke.php:99 src/Module/RemoteFollow.php:116 -msgid "Cancel" -msgstr "Cancel" - -#: mod/editpost.php:134 src/Content/Conversation.php:380 -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:460 -#: src/Module/Admin/Logs/View.php:92 -msgid "Message" -msgstr "Message" - -#: mod/editpost.php:135 src/Content/Conversation.php:381 -#: src/Module/Settings/TwoFactor/Trusted.php:101 -msgid "Browser" -msgstr "Browser" - -#: mod/editpost.php:136 mod/events.php:522 mod/photos.php:948 -#: mod/photos.php:1300 src/Content/Conversation.php:357 -msgid "Permissions" -msgstr "Permissions" - -#: mod/editpost.php:138 src/Content/Conversation.php:383 -msgid "Open Compose page" -msgstr "Open compose page" - -#: mod/events.php:123 mod/events.php:125 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:132 mod/events.php:134 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:379 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:478 src/Module/Admin/Logs/View.php:96 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:479 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:480 mod/events.php:485 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:480 mod/events.php:510 -#: src/Module/Admin/Blocklist/Server.php:79 -#: src/Module/Admin/Blocklist/Server.php:80 -#: src/Module/Admin/Blocklist/Server.php:99 -#: src/Module/Admin/Blocklist/Server.php:100 -#: src/Module/Admin/Item/Delete.php:70 src/Module/Debug/Probe.php:61 -#: src/Module/Install.php:200 src/Module/Install.php:233 -#: src/Module/Install.php:238 src/Module/Install.php:257 -#: src/Module/Install.php:268 src/Module/Install.php:273 -#: src/Module/Install.php:279 src/Module/Install.php:284 -#: src/Module/Install.php:298 src/Module/Install.php:313 -#: src/Module/Install.php:340 src/Module/Register.php:137 -#: src/Module/Security/TwoFactor/Verify.php:100 -#: src/Module/Settings/TwoFactor/Index.php:133 -#: src/Module/Settings/TwoFactor/Verify.php:141 -msgid "Required" -msgstr "Required" - -#: mod/events.php:493 mod/events.php:516 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:495 mod/events.php:500 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:506 src/Module/Profile/Profile.php:172 -#: src/Module/Settings/Profile/Index.php:239 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:508 src/Content/Widget/VCard.php:98 src/Model/Event.php:80 -#: src/Model/Event.php:107 src/Model/Event.php:466 src/Model/Event.php:915 -#: src/Model/Profile.php:368 src/Module/Contact.php:565 -#: src/Module/Directory.php:150 src/Module/Notifications/Introductions.php:165 -#: src/Module/Profile/Profile.php:194 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:510 mod/events.php:512 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:513 mod/events.php:514 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:519 mod/message.php:201 mod/message.php:357 -#: mod/photos.php:930 mod/photos.php:1034 mod/photos.php:1304 -#: mod/photos.php:1345 mod/photos.php:1401 mod/photos.php:1475 -#: src/Module/Admin/Item/Source.php:65 src/Module/Contact.php:523 -#: src/Module/Contact/Advanced.php:133 src/Module/Contact/Poke.php:158 -#: src/Module/Debug/ActivityPubConversion.php:141 -#: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 -#: src/Module/Debug/Probe.php:56 src/Module/Debug/WebFinger.php:53 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:128 -#: src/Module/Install.php:245 src/Module/Install.php:287 -#: src/Module/Install.php:324 src/Module/Invite.php:177 -#: src/Module/Item/Compose.php:150 src/Module/Profile/Profile.php:247 -#: src/Module/Settings/Profile/Index.php:223 src/Object/Post.php:963 -#: view/theme/duepuntozero/config.php:69 view/theme/frio/config.php:160 -#: view/theme/quattro/config.php:71 view/theme/vier/config.php:119 -msgid "Submit" -msgstr "Submit" - -#: mod/events.php:520 src/Module/Profile/Profile.php:248 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:521 src/Module/Admin/Site.php:507 src/Module/Contact.php:863 -#: src/Module/Profile/Profile.php:249 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:538 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/fbrowser.php:43 src/Content/Nav.php:192 src/Module/BaseProfile.php:64 -#: view/theme/frio/theme.php:227 -msgid "Photos" -msgstr "Photos" - -#: mod/fbrowser.php:102 mod/fbrowser.php:129 -#: src/Module/Settings/Profile/Photo/Index.php:129 -msgid "Upload" -msgstr "Upload" - -#: mod/fbrowser.php:124 -msgid "Files" -msgstr "Files" - -#: mod/follow.php:74 mod/unfollow.php:96 src/Module/RemoteFollow.php:115 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/follow.php:84 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:100 -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:108 -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:113 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:138 src/Content/Item.php:463 src/Content/Widget.php:76 -#: src/Model/Contact.php:1072 src/Model/Contact.php:1084 -#: view/theme/vier/theme.php:172 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: mod/follow.php:139 src/Module/RemoteFollow.php:114 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/follow.php:140 mod/unfollow.php:94 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/follow.php:141 mod/unfollow.php:100 -#: src/Module/Admin/Blocklist/Contact.php:116 src/Module/Contact.php:561 -#: src/Module/Notifications/Introductions.php:107 -#: src/Module/Notifications/Introductions.php:176 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:142 src/Module/Contact.php:573 -#: src/Module/Notifications/Introductions.php:169 -#: src/Module/Profile/Profile.php:207 -msgid "Tags:" -msgstr "Tags:" - -#: mod/follow.php:153 -#, php-format -msgid "%s knows you" -msgstr "" - -#: mod/follow.php:154 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/follow.php:163 mod/unfollow.php:109 src/Module/BaseProfile.php:59 -#: src/Module/Contact.php:833 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/follow.php:191 -msgid "The contact could not be added." -msgstr "Contact could not be added." - -#: mod/item.php:135 mod/item.php:139 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Unable to locate original post." -#: mod/item.php:341 mod/item.php:346 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:742 +#: mod/item.php:138 msgid "Post updated." msgstr "" -#: mod/item.php:752 mod/item.php:757 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:768 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:914 src/Module/Admin/Themes/Details.php:39 -#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:41 -#: src/Module/Debug/ItemBody.php:56 +#: mod/item.php:255 mod/item.php:259 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 +#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 +#: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Item not found." +#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 +#: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 +#: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 +#: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 +#: src/Module/Notifications/Notification.php:107 +#: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 +#: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 +#: src/Module/Profile/Contacts.php:78 src/Module/Profile/Photos.php:92 +#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 +#: src/Module/Profile/UnkMail.php:69 src/Module/Profile/UnkMail.php:121 +#: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 +#: src/Module/Register.php:90 src/Module/Register.php:206 +#: src/Module/Register.php:245 src/Module/Search/Directory.php:37 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:193 +#: src/Module/Settings/Profile/Photo/Crop.php:165 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/UserExport.php:114 +#: src/Module/Settings/UserExport.php:215 +#: src/Module/Settings/UserExport.php:235 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 +msgid "Permission denied." +msgstr "Permission denied." + #: mod/lostpass.php:40 msgid "No valid account found." msgstr "No valid account found." @@ -591,7 +152,7 @@ msgid "" "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:130 src/Module/Security/Login.php:148 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Nickname or email: " @@ -599,7 +160,7 @@ msgstr "Nickname or email: " msgid "Reset" msgstr "Reset" -#: mod/lostpass.php:146 src/Module/Security/Login.php:160 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Forgotten password?" @@ -659,23 +220,11 @@ msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s msgid "Your password has been changed at %s" msgstr "Your password has been changed at %s" -#: mod/match.php:62 -msgid "No keywords to match. Please add keywords to your profile." -msgstr "" - -#: mod/match.php:93 src/Module/BaseSearch.php:117 -msgid "No matches" -msgstr "No matches" - -#: mod/match.php:98 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/message.php:46 mod/message.php:126 src/Content/Nav.php:286 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "New Message" -#: mod/message.php:83 mod/wallmessage.php:69 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "No recipient selected." @@ -683,62 +232,103 @@ msgstr "No recipient selected." msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:90 mod/wallmessage.php:75 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Message could not be sent." -#: mod/message.php:93 mod/wallmessage.php:78 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Message collection failure." -#: mod/message.php:120 src/Module/Notifications/Introductions.php:113 -#: src/Module/Notifications/Introductions.php:148 -#: src/Module/Notifications/Notification.php:57 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 +#: src/Module/Notifications/Introductions.php:170 +#: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Discard" -#: mod/message.php:133 src/Content/Nav.php:283 view/theme/frio/theme.php:234 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Messages" -#: mod/message.php:146 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Conversation not found." -#: mod/message.php:151 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:166 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:180 mod/message.php:286 mod/wallmessage.php:123 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Please enter a link URL:" -#: mod/message.php:189 mod/wallmessage.php:128 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Send private message" -#: mod/message.php:190 mod/message.php:347 mod/wallmessage.php:130 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "To:" -#: mod/message.php:191 mod/message.php:348 mod/wallmessage.php:131 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Subject:" -#: mod/message.php:195 mod/message.php:351 mod/wallmessage.php:137 -#: src/Module/Invite.php:170 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Your message:" -#: mod/message.php:222 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: src/Module/Post/Edit.php:131 +msgid "Upload photo" +msgstr "Upload photo" + +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:587 +msgid "Please wait" +msgstr "Please wait" + +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 +#: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 +#: src/Module/Contact/Profile.php:364 +#: src/Module/Debug/ActivityPubConversion.php:140 +#: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 +#: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1106 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 +msgid "Submit" +msgstr "Submit" + +#: mod/message.php:223 msgid "No messages." msgstr "No messages." -#: mod/message.php:278 +#: mod/message.php:279 msgid "Message not available." msgstr "Message not available." @@ -746,11 +336,11 @@ msgstr "Message not available." msgid "Delete message" msgstr "Delete message" -#: mod/message.php:325 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:340 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Delete conversation" @@ -760,1407 +350,482 @@ msgid "" "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:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Send reply" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Unknown sender - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Me and %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s and me" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/notes.php:51 src/Module/BaseProfile.php:106 +#: mod/notes.php:52 src/Module/BaseProfile.php:108 msgid "Personal Notes" msgstr "Personal notes" -#: mod/notes.php:55 +#: mod/notes.php:56 msgid "Personal notes are visible only by yourself." msgstr "Personal notes are only visible to you." -#: mod/ostatus_subscribe.php:37 -msgid "Subscribing to contacts" -msgstr "" +#: mod/notes.php:57 src/Content/Text/HTML.php:859 +#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:161 +msgid "Save" +msgstr "Save" -#: mod/ostatus_subscribe.php:47 -msgid "No contact provided." -msgstr "No contact provided." +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:232 +#: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 +#: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 +#: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 +#: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 +#: src/Module/Register.php:267 +msgid "User not found." +msgstr "User not found." -#: mod/ostatus_subscribe.php:53 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:64 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:70 mod/ostatus_subscribe.php:81 -msgid "Couldn't fetch following contacts." -msgstr "" - -#: mod/ostatus_subscribe.php:76 -msgid "Couldn't fetch remote profile." -msgstr "" - -#: mod/ostatus_subscribe.php:86 -msgid "Unsupported network" -msgstr "" - -#: mod/ostatus_subscribe.php:102 mod/repair_ostatus.php:51 -msgid "Done" -msgstr "Done" - -#: mod/ostatus_subscribe.php:116 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:118 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:121 -msgid "ignored" -msgstr "Ignored" - -#: mod/ostatus_subscribe.php:126 mod/repair_ostatus.php:57 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." - -#: mod/photos.php:108 src/Module/BaseProfile.php:67 +#: mod/photos.php:106 src/Module/BaseProfile.php:68 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:109 mod/photos.php:1593 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:111 mod/photos.php:1082 mod/photos.php:1595 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:129 src/Module/BaseSettings.php:37 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "everybody" -#: mod/photos.php:167 +#: mod/photos.php:159 msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:196 +#: mod/photos.php:188 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:250 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album successfully deleted" -#: mod/photos.php:252 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Album was empty." -#: mod/photos.php:284 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:559 +#: mod/photos.php:545 msgid "a photo" msgstr "a photo" -#: mod/photos.php:559 +#: mod/photos.php:545 #, 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:642 mod/photos.php:645 mod/photos.php:672 -#: mod/wall_upload.php:207 src/Module/Settings/Profile/Photo/Index.php:60 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 +#: src/Module/Search/Index.php:65 +msgid "Public access denied." +msgstr "Public access denied." -#: mod/photos.php:648 -msgid "Image upload didn't complete, please try again" -msgstr "Image upload didn't complete. Please try again." - -#: mod/photos.php:651 -msgid "Image file is missing" -msgstr "Image file is missing" - -#: mod/photos.php:656 -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:680 -msgid "Image file is empty." -msgstr "Image file is empty." - -#: mod/photos.php:695 mod/wall_upload.php:166 -#: src/Module/Settings/Profile/Photo/Index.php:69 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/photos.php:724 mod/wall_upload.php:232 -#: src/Module/Settings/Profile/Photo/Index.php:96 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/photos.php:816 +#: mod/photos.php:587 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:885 -msgid "Access to this item is restricted." -msgstr "Access to this item is restricted." +#: mod/photos.php:721 +#, php-format +msgid "The maximum accepted image size is %s" +msgstr "" -#: mod/photos.php:940 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:944 mod/photos.php:1030 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:945 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "or select existing album:" -#: mod/photos.php:946 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1011 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:801 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:1012 mod/photos.php:1035 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:1039 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 +#: src/Module/Contact/Unfollow.php:126 +#: src/Module/Media/Attachment/Browser.php:77 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 +#: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 +#: src/Module/Security/TwoFactor/SignOut.php:125 +msgid "Cancel" +msgstr "Cancel" + +#: mod/photos.php:829 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1040 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Drop album" -#: mod/photos.php:1044 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1046 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1067 mod/photos.php:1578 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1100 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1102 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1112 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:1113 mod/photos.php:1305 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:1203 +#: mod/photos.php:1000 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1205 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1206 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Delete photo" -#: mod/photos.php:1207 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1214 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Private photo" -#: mod/photos.php:1220 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1273 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1276 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Select tags to remove]" -#: mod/photos.php:1291 +#: mod/photos.php:1088 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1292 +#: mod/photos.php:1089 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1293 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1293 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1294 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1295 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1296 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1342 mod/photos.php:1398 mod/photos.php:1472 -#: src/Module/Contact.php:993 src/Module/Item/Compose.php:148 -#: src/Object/Post.php:960 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1103 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1344 mod/photos.php:1400 mod/photos.php:1474 -#: src/Object/Post.php:496 src/Object/Post.php:962 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:581 +#: src/Object/Post.php:1105 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1433 src/Content/Conversation.php:615 -#: src/Object/Post.php:227 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1119 +msgid "Preview" +msgstr "Preview" + +#: mod/photos.php:1144 src/Content/Conversation.php:367 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1107 +msgid "Loading..." +msgstr "" + +#: mod/photos.php:1236 src/Content/Conversation.php:1464 +#: src/Object/Post.php:261 msgid "Select" msgstr "Select" -#: mod/photos.php:1434 mod/settings.php:563 src/Content/Conversation.php:616 -#: src/Module/Admin/Users/Active.php:139 -#: src/Module/Admin/Users/Blocked.php:140 src/Module/Admin/Users/Index.php:153 +#: mod/photos.php:1237 src/Content/Conversation.php:1465 +#: src/Module/Moderation/Users/Active.php:136 +#: src/Module/Moderation/Users/Blocked.php:136 +#: src/Module/Moderation/Users/Index.php:151 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Delete" -#: mod/photos.php:1495 src/Object/Post.php:349 +#: mod/photos.php:1298 src/Object/Post.php:409 msgid "Like" msgstr "Like" -#: mod/photos.php:1496 src/Object/Post.php:349 +#: mod/photos.php:1299 src/Object/Post.php:409 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1497 src/Object/Post.php:350 +#: mod/photos.php:1300 src/Object/Post.php:410 msgid "Dislike" msgstr "" -#: mod/photos.php:1499 src/Object/Post.php:350 +#: mod/photos.php:1302 src/Object/Post.php:410 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1521 +#: mod/photos.php:1324 msgid "Map" msgstr "Map" -#: mod/photos.php:1584 -msgid "View Album" -msgstr "View album" - -#: mod/ping.php:275 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:292 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/ping.php:305 -#, php-format -msgid "{0} and %d others requested registration" -msgstr "" - -#: mod/redir.php:49 mod/redir.php:102 -msgid "Bad Request." -msgstr "Bad request." - -#: mod/redir.php:55 mod/redir.php:129 src/Module/Contact/Advanced.php:54 -#: src/Module/Contact/Advanced.php:105 src/Module/Contact/Contacts.php:36 -#: src/Module/Contact/Media.php:43 src/Module/FriendSuggest.php:54 -#: src/Module/FriendSuggest.php:92 src/Module/Group.php:105 -msgid "Contact not found." -msgstr "Contact not found." - -#: mod/removeme.php:63 src/Navigation/Notifications/Repository/Notify.php:454 -msgid "[Friendica System Notify]" -msgstr "[Friendica System Notify]" - -#: mod/removeme.php:63 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:64 -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:65 -#, php-format -msgid "The user id is %d" -msgstr "The user id is %d" - -#: mod/removeme.php:99 mod/removeme.php:102 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:100 -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:101 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:36 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:46 src/Module/Debug/ActivityPubConversion.php:130 -#: src/Module/Debug/Babel.php:293 src/Module/Security/TwoFactor/Verify.php:97 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Error" -msgstr[1] "Errors" - -#: mod/settings.php:128 -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:157 -msgid "Contact CSV file upload error" -msgstr "Contact CSV file upload error" - -#: mod/settings.php:176 -msgid "Importing Contacts done" -msgstr "Importing contacts done" - -#: mod/settings.php:189 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been sent to your contacts" - -#: mod/settings.php:201 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:209 src/Console/User.php:210 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:212 src/Console/User.php:213 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:215 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:303 -msgid "Please use a shorter name." -msgstr "" - -#: mod/settings.php:306 -msgid "Name too short." -msgstr "" - -#: mod/settings.php:313 -msgid "Wrong Password." -msgstr "Wrong password." - -#: mod/settings.php:318 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:324 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:365 -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:368 -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:387 -msgid "Settings were not updated." -msgstr "" - -#: mod/settings.php:428 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:429 src/Module/Admin/Blocklist/Contact.php:106 -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Create.php:71 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 src/Module/Admin/Users/Pending.php:104 -#: src/Module/Contact/Advanced.php:135 -msgid "Name" -msgstr "Name:" - -#: mod/settings.php:430 src/Content/Nav.php:212 -msgid "Home Page" -msgstr "Home page" - -#: mod/settings.php:431 src/Module/Admin/Queue.php:78 -msgid "Created" -msgstr "Created" - -#: mod/settings.php:432 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:450 -msgid "Addon Settings" -msgstr "Addon Settings" - -#: mod/settings.php:451 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:472 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:474 mod/settings.php:565 mod/settings.php:702 -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:82 src/Module/Admin/Site.php:502 -#: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:66 -#: src/Module/Settings/Delegation.php:170 src/Module/Settings/Display.php:194 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/settings.php:496 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "diaspora* (Socialhome, Hubzilla)" - -#: mod/settings.php:496 mod/settings.php:497 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:496 mod/settings.php:497 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:496 mod/settings.php:497 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:497 -msgid "OStatus (GNU Social)" -msgstr "" - -#: mod/settings.php:523 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:528 mod/settings.php:563 -msgid "None" -msgstr "None" - -#: mod/settings.php:534 src/Module/BaseSettings.php:80 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:539 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:540 -msgid "Accept only top level posts by contacts you follow" -msgstr "Accept only top-level posts by contacts you follow" - -#: mod/settings.php:540 -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. If activated, you will only receive posts from people you really do follow." - -#: mod/settings.php:541 -msgid "Enable Content Warning" -msgstr "" - -#: mod/settings.php:541 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This enables the automatic " -"collapsing instead of setting the content warning as the post title. Doesn't" -" affect any other content filtering you eventually set up." -msgstr "" - -#: mod/settings.php:542 -msgid "Enable intelligent shortening" -msgstr "" - -#: mod/settings.php:542 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If disabled, every shortened post will always point to the original " -"friendica post." -msgstr "" - -#: mod/settings.php:543 -msgid "Enable simple text shortening" -msgstr "" - -#: mod/settings.php:543 -msgid "" -"Normally the system shortens posts at the next line feed. If this option is " -"enabled then the system will shorten the text at the maximum character " -"limit." -msgstr "" - -#: mod/settings.php:544 -msgid "Attach the link title" -msgstr "Attach the link title" - -#: mod/settings.php:544 -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 "If 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:545 -msgid "Your legacy ActivityPub/GNU Social account" -msgstr "" - -#: mod/settings.php:545 -msgid "" -"If you enter your old account name from an ActivityPub based system or your " -"GNU Social/Statusnet account name here (in the format user@domain.tld), your" -" contacts will be added automatically. The field will be emptied when done." -msgstr "" - -#: mod/settings.php:548 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:552 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:553 -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:554 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:556 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:557 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:558 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:559 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:560 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:561 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:562 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:563 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:563 src/Content/Nav.php:280 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:563 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:564 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:578 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." - -#: mod/settings.php:616 src/Content/Widget.php:526 -msgid "Account Types" -msgstr "Account types" - -#: mod/settings.php:617 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" - -#: mod/settings.php:618 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" - -#: mod/settings.php:625 src/Module/Admin/BaseUsers.php:106 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:626 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:629 src/Module/Admin/BaseUsers.php:107 -msgid "Organisation Page" -msgstr "Organization Page" - -#: mod/settings.php:630 -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:633 src/Module/Admin/BaseUsers.php:108 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:634 -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:637 src/Module/Admin/BaseUsers.php:109 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:638 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:641 src/Module/Admin/BaseUsers.php:99 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:642 -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:645 src/Module/Admin/BaseUsers.php:100 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:646 -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:649 src/Module/Admin/BaseUsers.php:101 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:650 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:653 src/Module/Admin/BaseUsers.php:102 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:654 -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:657 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:658 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:669 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:669 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:677 -msgid "Publish your profile in your local site directory?" -msgstr "" - -#: mod/settings.php:677 -#, 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:683 -#, php-format -msgid "" -"Your profile will also be published in the global friendica directories " -"(e.g. %s)." -msgstr "" - -#: mod/settings.php:689 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:700 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:708 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:709 src/Module/Register.php:151 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:709 -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:710 src/Module/Register.php:152 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:710 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:711 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:711 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:712 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:712 -msgid "Your current password to confirm the changes of the email address" -msgstr "Your current password to confirm the change of your email address." - -#: mod/settings.php:715 -msgid "Delete OpenID URL" -msgstr "Delete OpenID URL" - -#: mod/settings.php:717 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:718 src/Module/Profile/Profile.php:144 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:719 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:720 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:721 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:721 -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:722 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:723 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:725 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:727 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:727 mod/settings.php:737 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam and abusive registrations" - -#: mod/settings.php:729 -msgid "Allow your profile to be searchable globally?" -msgstr "" - -#: mod/settings.php:729 -msgid "" -"Activate this setting if you want others to easily find and follow you. Your" -" profile will be searchable on remote systems. This setting also determines " -"whether Friendica will inform search engines that your profile should be " -"indexed or not." -msgstr "" - -#: mod/settings.php:730 -msgid "Hide your contact/friend list from viewers of your profile?" -msgstr "" - -#: mod/settings.php:730 -msgid "" -"A list of your contacts is displayed on your profile page. Activate this " -"option to disable the display of your contact list." -msgstr "" - -#: mod/settings.php:731 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide your profile details from anonymous viewers?" - -#: mod/settings.php:731 -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:732 -msgid "Make public posts unlisted" -msgstr "" - -#: mod/settings.php:732 -msgid "" -"Your public posts will not appear on the community pages or in search " -"results, nor be sent to relay servers. However they can still appear on " -"public feeds on remote servers." -msgstr "" - -#: mod/settings.php:733 -msgid "Make all posted pictures accessible" -msgstr "" - -#: mod/settings.php:733 -msgid "" -"This option makes every posted picture accessible via the direct link. This " -"is a workaround for the problem that most other networks can't handle " -"permissions on pictures. Non public pictures still won't be visible for the " -"public on your photo albums though." -msgstr "" - -#: mod/settings.php:734 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:734 -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:735 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:735 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:736 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:736 -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:737 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:739 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:743 -msgid "Expiration settings" -msgstr "" - -#: mod/settings.php:744 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:744 -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:745 -msgid "Expire posts" -msgstr "" - -#: mod/settings.php:745 -msgid "When activated, posts and comments will be expired." -msgstr "If activated, posts and comments will expire." - -#: mod/settings.php:746 -msgid "Expire personal notes" -msgstr "Expire personal notes" - -#: mod/settings.php:746 -msgid "" -"When activated, the personal notes on your profile page will be expired." -msgstr "If activated, the personal notes on your profile page will expire." - -#: mod/settings.php:747 -msgid "Expire starred posts" -msgstr "" - -#: mod/settings.php:747 -msgid "" -"Starring posts keeps them from being expired. That behaviour is overwritten " -"by this setting." -msgstr "" - -#: mod/settings.php:748 -msgid "Expire photos" -msgstr "" - -#: mod/settings.php:748 -msgid "When activated, photos will be expired." -msgstr "If activated, photos will expire." - -#: mod/settings.php:749 -msgid "Only expire posts by others" -msgstr "" - -#: mod/settings.php:749 -msgid "" -"When activated, your own posts never expire. Then the settings above are " -"only valid for posts you received." -msgstr "If activated, your own posts never expire. The settings above are only valid for posts you received." - -#: mod/settings.php:752 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:753 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:754 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:755 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:756 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:757 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:758 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:759 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:760 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:761 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:763 -msgid "Create a desktop notification when:" -msgstr "" - -#: mod/settings.php:764 -msgid "Someone liked your content" -msgstr "" - -#: mod/settings.php:765 -msgid "Someone shared your content" -msgstr "" - -#: mod/settings.php:767 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:767 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:769 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:771 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:773 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:775 -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. If enabled, every notification is displayed." - -#: mod/settings.php:777 -msgid "Show notifications of ignored contacts" -msgstr "" - -#: mod/settings.php:779 -msgid "" -"You don't see posts from ignored contacts. But you still see their comments." -" This setting controls if you want to still receive regular notifications " -"that are caused by ignored contacts or not." -msgstr "" - -#: mod/settings.php:781 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:782 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behavior of this account for special situations" - -#: mod/settings.php:785 -msgid "Import Contacts" -msgstr "Import contacts" - -#: mod/settings.php:786 -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:787 -msgid "Upload File" -msgstr "Upload file" - -#: mod/settings.php:789 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:790 -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:791 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - -#: mod/suggest.php:44 -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:55 src/Content/Widget.php:79 view/theme/vier/theme.php:175 -msgid "Friend Suggestions" -msgstr "Friend suggestions" - -#: mod/tagger.php:79 src/Content/Item.php:346 src/Model/Item.php:2626 -msgid "photo" -msgstr "photo" - -#: mod/tagger.php:79 src/Content/Item.php:341 src/Content/Item.php:350 -msgid "status" -msgstr "status" - -#: mod/tagger.php:112 src/Content/Item.php:360 -#, 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/tagrm.php:115 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:117 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/tagrm.php:128 src/Module/Settings/Delegation.php:179 -#: src/Module/Settings/TwoFactor/Trusted.php:104 -msgid "Remove" -msgstr "Remove" - -#: mod/uimport.php:46 -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:55 src/Module/Register.php:86 -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:62 src/Module/Register.php:162 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:64 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:65 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:66 -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:67 -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:68 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:68 -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:65 mod/unfollow.php:135 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:71 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:92 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/unfollow.php:146 -msgid "" -"Unable to unfollow this contact, please retry in a few minutes or contact " -"your administrator." -msgstr "" - -#: mod/unfollow.php:148 -msgid "Contact was successfully unfollowed" -msgstr "" - -#: mod/unfollow.php:152 -msgid "Unable to unfollow this contact, please contact your administrator" -msgstr "" - -#: mod/wall_attach.php:39 mod/wall_attach.php:46 mod/wall_attach.php:77 -#: mod/wall_upload.php:52 mod/wall_upload.php:63 mod/wall_upload.php:99 -#: mod/wall_upload.php:150 mod/wall_upload.php:153 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:95 -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:95 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:106 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" - -#: mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:224 src/Model/Photo.php:987 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wallmessage.php:61 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:72 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:96 mod/wallmessage.php:103 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." - -#: src/App.php:456 +#: src/App.php:473 msgid "No system theme config value set." msgstr "No system theme configuration value set." -#: src/App/Module.php:240 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " +#: src/App.php:580 +msgid "Apologies but the website is unavailable at the moment." +msgstr "" -#: src/App/Page.php:250 +#: src/App/Page.php:248 msgid "Delete this item?" msgstr "Delete this item?" -#: src/App/Page.php:251 +#: src/App/Page.php:249 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:299 +#: src/App/Page.php:250 +msgid "" +"Ignore this author? You won't be able to see their posts and their " +"notifications." +msgstr "" + +#: src/App/Page.php:251 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:252 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:255 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:256 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:260 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:263 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:264 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:265 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:266 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:267 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:268 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:269 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:270 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:271 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:272 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:273 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:351 msgid "toggle mobile" msgstr "Toggle mobile" -#: src/App/Router.php:241 +#: src/App/Router.php:309 #, php-format msgid "Method not allowed for this module. Allowed method(s): %s" msgstr "Method not allowed for this module. Allowed method(s): %s" -#: src/App/Router.php:243 src/Module/HTTPException/PageNotFound.php:32 +#: src/App/Router.php:311 src/Module/HTTPException/PageNotFound.php:49 msgid "Page not found." msgstr "Page not found" -#: src/BaseModule.php:180 +#: src/App/Router.php:323 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " + +#: src/BaseModule.php:403 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/BaseModule.php:207 +#: src/BaseModule.php:430 msgid "All contacts" msgstr "All contacts" -#: src/BaseModule.php:212 src/Content/Widget.php:231 src/Core/ACL.php:193 -#: src/Module/Contact.php:756 src/Module/PermissionTooltip.php:79 -#: src/Module/PermissionTooltip.php:101 +#: src/BaseModule.php:435 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 +#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 +#: src/Module/Settings/Channels.php:120 msgid "Followers" msgstr "Followers" -#: src/BaseModule.php:217 src/Content/Widget.php:232 -#: src/Module/Contact.php:757 +#: src/BaseModule.php:440 src/Content/Widget.php:240 +#: src/Module/Contact.php:418 src/Module/Settings/Channels.php:119 msgid "Following" msgstr "Following" -#: src/BaseModule.php:222 src/Content/Widget.php:233 -#: src/Module/Contact.php:758 +#: src/BaseModule.php:445 src/Content/Widget.php:241 +#: src/Module/Contact.php:421 msgid "Mutual friends" msgstr "Mutual friends" -#: src/BaseModule.php:230 +#: src/BaseModule.php:453 msgid "Common" msgstr "" -#: src/Console/Addon.php:177 src/Console/Addon.php:202 +#: src/Console/Addon.php:175 src/Console/Addon.php:199 msgid "Addon not found" msgstr "" -#: src/Console/Addon.php:181 +#: src/Console/Addon.php:179 msgid "Addon already enabled" msgstr "" -#: src/Console/Addon.php:206 +#: src/Console/Addon.php:203 msgid "Addon already disabled" msgstr "" @@ -2174,16 +839,105 @@ msgid "The contact entries have been archived" msgstr "The contact entries have been archived" #: src/Console/GlobalCommunityBlock.php:96 -#: src/Module/Admin/Blocklist/Contact.php:49 +#: src/Module/Moderation/Blocklist/Contact.php:65 #, 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/Console/GlobalCommunityBlock.php:101 -#: src/Module/Admin/Blocklist/Contact.php:66 +#: src/Module/Moderation/Blocklist/Contact.php:82 msgid "The contact has been blocked from the node" msgstr "This contact has been blocked from the node" +#: src/Console/MergeContacts.php:75 +#, php-format +msgid "%d %s, %d duplicates." +msgstr "" + +#: src/Console/MergeContacts.php:78 +#, php-format +msgid "uri-id is empty for contact %s." +msgstr "" + +#: src/Console/MergeContacts.php:91 +#, php-format +msgid "No valid first contact found for uri-id %d." +msgstr "" + +#: src/Console/MergeContacts.php:102 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (url: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:106 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (nurl: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:142 +#, php-format +msgid "Deletion of id %d failed" +msgstr "" + +#: src/Console/MergeContacts.php:144 +#, php-format +msgid "Deletion of id %d was successful" +msgstr "" + +#: src/Console/MergeContacts.php:150 +#, php-format +msgid "Updating \"%s\" in \"%s\" from %d to %d" +msgstr "" + +#: src/Console/MergeContacts.php:152 +msgid " - found" +msgstr "" + +#: src/Console/MergeContacts.php:159 +msgid " - failed" +msgstr "" + +#: src/Console/MergeContacts.php:161 +msgid " - success" +msgstr "" + +#: src/Console/MergeContacts.php:165 +msgid " - deleted" +msgstr "" + +#: src/Console/MergeContacts.php:168 +msgid " - done" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:91 +msgid "The avatar cache needs to be enabled to use this command." +msgstr "" + +#: src/Console/MoveToAvatarCache.php:109 +#, php-format +msgid "no resource in photo %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:137 +#, php-format +msgid "no photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:146 +#, php-format +msgid "no image data for photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:155 +#, php-format +msgid "invalid image for id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:168 +#, php-format +msgid "Quit on invalid photo %s" +msgstr "" + #: src/Console/PostUpdate.php:87 #, php-format msgid "Post update version number has been set to %s." @@ -2209,10 +963,29 @@ msgstr "All pending post updates are done." msgid "Enter user nickname: " msgstr "" +#: src/Console/User.php:182 src/Model/User.php:710 +#: src/Module/Api/Twitter/ContactEndpoint.php:74 +#: src/Module/Moderation/Users/Active.php:71 +#: src/Module/Moderation/Users/Blocked.php:71 +#: src/Module/Moderation/Users/Index.php:78 +#: src/Module/Moderation/Users/Pending.php:67 +msgid "User not found" +msgstr "User not found" + #: src/Console/User.php:202 msgid "Enter new password: " msgstr "Enter new password: " +#: src/Console/User.php:210 src/Module/Security/PasswordTooLong.php:69 +#: src/Module/Settings/Account.php:75 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." + +#: src/Console/User.php:213 src/Module/Security/PasswordTooLong.php:72 +#: src/Module/Settings/Account.php:78 +msgid "Password changed." +msgstr "Password changed." + #: src/Console/User.php:237 msgid "Enter user name: " msgstr "" @@ -2286,344 +1059,583 @@ msgstr "Weekly" msgid "Monthly" msgstr "Monthly" -#: src/Content/ContactSelector.php:123 +#: src/Content/ContactSelector.php:126 msgid "DFRN" msgstr "DFRN" -#: src/Content/ContactSelector.php:124 +#: src/Content/ContactSelector.php:127 msgid "OStatus" msgstr "OStatus" -#: src/Content/ContactSelector.php:125 +#: src/Content/ContactSelector.php:128 msgid "RSS/Atom" msgstr "RSS/Atom" -#: src/Content/ContactSelector.php:126 src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Create.php:73 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 src/Module/Admin/Users/Pending.php:104 +#: src/Content/ContactSelector.php:129 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 msgid "Email" msgstr "Email" -#: src/Content/ContactSelector.php:127 src/Module/Debug/Babel.php:307 +#: src/Content/ContactSelector.php:130 src/Module/Debug/Babel.php:307 msgid "Diaspora" msgstr "diaspora*" -#: src/Content/ContactSelector.php:128 +#: src/Content/ContactSelector.php:131 msgid "Zot!" msgstr "Zot!" -#: src/Content/ContactSelector.php:129 +#: src/Content/ContactSelector.php:132 msgid "LinkedIn" msgstr "LinkedIn" -#: src/Content/ContactSelector.php:130 +#: src/Content/ContactSelector.php:133 msgid "XMPP/IM" msgstr "XMPP/IM" -#: src/Content/ContactSelector.php:131 +#: src/Content/ContactSelector.php:134 msgid "MySpace" msgstr "MySpace" -#: src/Content/ContactSelector.php:132 +#: src/Content/ContactSelector.php:135 msgid "Google+" msgstr "Google+" -#: src/Content/ContactSelector.php:133 +#: src/Content/ContactSelector.php:136 msgid "pump.io" msgstr "pump.io" -#: src/Content/ContactSelector.php:134 +#: src/Content/ContactSelector.php:137 msgid "Twitter" msgstr "Twitter" -#: src/Content/ContactSelector.php:135 +#: src/Content/ContactSelector.php:138 msgid "Discourse" msgstr "Discourse" -#: src/Content/ContactSelector.php:136 +#: src/Content/ContactSelector.php:139 msgid "Diaspora Connector" msgstr "diaspora* connector" -#: src/Content/ContactSelector.php:137 +#: src/Content/ContactSelector.php:140 msgid "GNU Social Connector" msgstr "GNU Social Connector" -#: src/Content/ContactSelector.php:138 +#: src/Content/ContactSelector.php:141 msgid "ActivityPub" msgstr "ActivityPub" -#: src/Content/ContactSelector.php:139 +#: src/Content/ContactSelector.php:142 msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:175 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:207 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: src/Content/Conversation.php:210 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: src/Content/Conversation.php:213 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: src/Content/Conversation.php:216 -#, php-format -msgid "%s doesn't attend." -msgstr "%s won't attend." - -#: src/Content/Conversation.php:219 -#, php-format -msgid "%s attends maybe." -msgstr "%s might attend." - -#: src/Content/Conversation.php:222 src/Content/Conversation.php:260 -#: src/Content/Conversation.php:848 -#, php-format -msgid "%s reshared this." -msgstr "%s reshared this." - -#: src/Content/Conversation.php:228 +#: src/Content/Conversation.php:226 msgid "and" msgstr "and" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "and %d other people" +#: src/Content/Conversation.php:235 +#, php-format +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:237 +#, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" + #: src/Content/Conversation.php:239 #, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:240 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s like this." -msgstr "%s like this." +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" #: src/Content/Conversation.php:243 #, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s don't like this." -msgstr "%s don't like this." +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:247 +#: src/Content/Conversation.php:274 #, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:248 +#: src/Content/Conversation.php:277 #, php-format -msgid "%s attend." -msgstr "%s attend." +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] " doesn't like this" +msgstr[1] " don't like this" -#: src/Content/Conversation.php:251 +#: src/Content/Conversation.php:280 #, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people won't attend" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:283 #, php-format -msgid "%s don't attend." -msgstr "%s won't attend." +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:255 +#: src/Content/Conversation.php:286 #, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people might attend" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:289 #, php-format -msgid "%s attend maybe." -msgstr "%s may be attending." +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:259 -#, php-format -msgid "%2$d people reshared this" -msgstr "%2$d people reshared this" - -#: src/Content/Conversation.php:307 +#: src/Content/Conversation.php:336 msgid "Visible to everybody" msgstr "Visible to everybody" -#: src/Content/Conversation.php:308 src/Module/Item/Compose.php:159 -#: src/Object/Post.php:973 +#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1118 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Please enter an image/video/audio/webpage URL:" -#: src/Content/Conversation.php:309 +#: src/Content/Conversation.php:338 msgid "Tag term:" msgstr "Tag term:" -#: src/Content/Conversation.php:310 src/Module/Filer/SaveTag.php:68 +#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Save to folder:" -#: src/Content/Conversation.php:311 +#: src/Content/Conversation.php:340 msgid "Where are you right now?" msgstr "Where are you right now?" -#: src/Content/Conversation.php:312 +#: src/Content/Conversation.php:341 msgid "Delete item(s)?" msgstr "Delete item(s)?" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 +msgid "Created at" +msgstr "" + +#: src/Content/Conversation.php:363 msgid "New Post" msgstr "New post" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:366 msgid "Share" msgstr "Share" -#: src/Content/Conversation.php:331 src/Module/Item/Compose.php:151 -#: src/Object/Post.php:965 +#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 +msgid "upload photo" +msgstr "upload photo" + +#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 +msgid "Attach file" +msgstr "Attach file" + +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 +msgid "attach file" +msgstr "attach file" + +#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1108 msgid "Bold" msgstr "Bold" -#: src/Content/Conversation.php:332 src/Module/Item/Compose.php:152 -#: src/Object/Post.php:966 +#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1109 msgid "Italic" msgstr "Italic" -#: src/Content/Conversation.php:333 src/Module/Item/Compose.php:153 -#: src/Object/Post.php:967 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1110 msgid "Underline" msgstr "Underline" -#: src/Content/Conversation.php:334 src/Module/Item/Compose.php:154 -#: src/Object/Post.php:968 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1112 msgid "Quote" msgstr "Quote" -#: src/Content/Conversation.php:335 src/Module/Item/Compose.php:155 -#: src/Object/Post.php:969 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1113 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1111 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1114 msgid "Code" msgstr "Code" -#: src/Content/Conversation.php:336 src/Module/Item/Compose.php:156 -#: src/Object/Post.php:970 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1115 msgid "Image" msgstr "Image" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:157 -#: src/Object/Post.php:971 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1116 msgid "Link" msgstr "Link" -#: src/Content/Conversation.php:338 src/Module/Item/Compose.php:158 -#: src/Object/Post.php:972 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1117 msgid "Link or Media" msgstr "Link or media" -#: src/Content/Conversation.php:339 +#: src/Content/Conversation.php:382 msgid "Video" msgstr "" -#: src/Content/Conversation.php:352 src/Module/Item/Compose.php:172 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 +msgid "Set your location" +msgstr "Set your location" + +#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 +msgid "set location" +msgstr "set location" + +#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 +msgid "clear location" +msgstr "clear location" + +#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 +msgid "Set title" +msgstr "Set title" + +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:651 src/Object/Post.php:454 -#: src/Object/Post.php:455 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" +#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 +msgid "Permission settings" +msgstr "Permission settings" -#: src/Content/Conversation.php:664 src/Object/Post.php:442 -msgid "Categories:" -msgstr "Categories:" +#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 +msgid "Public post" +msgstr "Public post" -#: src/Content/Conversation.php:665 src/Object/Post.php:443 -msgid "Filed under:" -msgstr "Filed under:" +#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:132 +#: src/Model/Profile.php:479 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 +msgid "Message" +msgstr "Message" -#: src/Content/Conversation.php:672 src/Object/Post.php:468 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" +#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:140 +msgid "Browser" +msgstr "Browser" -#: src/Content/Conversation.php:687 -msgid "View in context" -msgstr "View in context" +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 +msgid "Open Compose page" +msgstr "Open compose page" -#: src/Content/Conversation.php:752 +#: src/Content/Conversation.php:595 msgid "remove" msgstr "Remove" -#: src/Content/Conversation.php:756 +#: src/Content/Conversation.php:599 msgid "Delete Selected Items" msgstr "Delete selected items" -#: src/Content/Conversation.php:820 src/Content/Conversation.php:823 -#: src/Content/Conversation.php:826 src/Content/Conversation.php:829 +#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 +#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 +#: src/Content/Conversation.php:766 #, php-format msgid "You had been addressed (%s)." msgstr "You have been addressed (%s)." -#: src/Content/Conversation.php:832 +#: src/Content/Conversation.php:769 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:835 -msgid "Tagged" +#: src/Content/Conversation.php:774 +#, php-format +msgid "You subscribed to %s." msgstr "" -#: src/Content/Conversation.php:850 +#: src/Content/Conversation.php:776 +msgid "You subscribed to one or more tags in this post." +msgstr "" + +#: src/Content/Conversation.php:796 +#, php-format +msgid "%s reshared this." +msgstr "%s reshared this." + +#: src/Content/Conversation.php:798 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:850 +#: src/Content/Conversation.php:798 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:853 +#: src/Content/Conversation.php:801 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:856 -msgid "Stored" +#: src/Content/Conversation.php:804 +msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:859 -msgid "Global" +#: src/Content/Conversation.php:807 +msgid "Global post" msgstr "" -#: src/Content/Conversation.php:862 -msgid "Relayed" +#: src/Content/Conversation.php:810 +msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:862 +#: src/Content/Conversation.php:810 #, php-format -msgid "Relayed by %s <%s>" +msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:865 +#: src/Content/Conversation.php:813 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:865 +#: src/Content/Conversation.php:813 #, php-format msgid "Fetched because of %s <%s>" msgstr "" +#: src/Content/Conversation.php:816 +msgid "Stored because of a child post to complete this thread." +msgstr "" + +#: src/Content/Conversation.php:819 +msgid "Local delivery" +msgstr "" + +#: src/Content/Conversation.php:822 +msgid "Stored because of your activity (like, comment, star, ...)" +msgstr "" + +#: src/Content/Conversation.php:825 +msgid "Distributed" +msgstr "" + +#: src/Content/Conversation.php:828 +msgid "Pushed to us" +msgstr "" + +#: src/Content/Conversation.php:1492 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1509 src/Object/Post.php:530 +#: src/Object/Post.php:531 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: src/Content/Conversation.php:1522 src/Object/Post.php:518 +msgid "Categories:" +msgstr "Categories:" + +#: src/Content/Conversation.php:1523 src/Object/Post.php:519 +msgid "Filed under:" +msgstr "Filed under:" + +#: src/Content/Conversation.php:1531 src/Object/Post.php:544 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: src/Content/Conversation.php:1547 +msgid "View in context" +msgstr "View in context" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Local community" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Global community" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Latest activity" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sort by latest activity" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Latest posts" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Sort by post received date" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personal" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Posts mentioning or involving me" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:381 +msgid "Starred" +msgstr "Starred" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "My favorite posts" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "General" @@ -2653,13 +1665,13 @@ msgid "Post Composition Features" msgstr "Post composition" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 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." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -2671,391 +1683,484 @@ msgid "" "mentioned in replies." msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." -#: src/Content/Feature.php:111 +#: src/Content/Feature.php:107 +msgid "Add an abstract from ActivityPub content warnings" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "" +"Add an abstract when commenting on ActivityPub posts with a content warning." +" Abstracts are displayed as content warning on systems like Mastodon or " +"Pleroma." +msgstr "" + +#: src/Content/Feature.php:112 msgid "Post/Comment Tools" msgstr "Post/Comment tools" -#: src/Content/Feature.php:112 +#: src/Content/Feature.php:113 msgid "Post Categories" msgstr "Post categories" -#: src/Content/Feature.php:112 +#: src/Content/Feature.php:113 msgid "Add categories to your posts" msgstr "Add categories to your posts" -#: src/Content/Feature.php:117 +#: src/Content/Feature.php:118 msgid "Advanced Profile Settings" msgstr "Advanced profiles" -#: src/Content/Feature.php:118 -msgid "List Forums" -msgstr "List forums" - -#: src/Content/Feature.php:118 -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:119 +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:120 msgid "Tag Cloud" msgstr "Tag cloud" -#: src/Content/Feature.php:119 +#: src/Content/Feature.php:120 msgid "Provide a personal tag cloud on your profile page" msgstr "Provide a personal tag cloud on your profile page" -#: src/Content/Feature.php:120 +#: src/Content/Feature.php:121 msgid "Display Membership Date" msgstr "Display membership date" -#: src/Content/Feature.php:120 +#: src/Content/Feature.php:121 msgid "Display membership date in profile" msgstr "Display membership date in profile" -#: src/Content/ForumManager.php:145 src/Content/Nav.php:239 -#: src/Content/Text/HTML.php:906 src/Content/Widget.php:523 -msgid "Forums" -msgstr "Forums" +#: src/Content/Feature.php:126 +msgid "Advanced Calendar Settings" +msgstr "" -#: src/Content/ForumManager.php:147 -msgid "External link to forum" -msgstr "External link to forum" +#: src/Content/Feature.php:127 +msgid "Allow anonymous access to your calendar" +msgstr "" -#: src/Content/ForumManager.php:150 src/Content/Widget.php:502 +#: src/Content/Feature.php:127 +msgid "" +"Allows anonymous visitors to consult your calendar and your public events. " +"Contact birthday events are private to you." +msgstr "" + +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1272 +msgid "Groups" +msgstr "" + +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" + +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Widget.php:404 -#: src/Content/Widget.php:503 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "show more" -#: src/Content/Item.php:305 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" -#: src/Content/Item.php:338 src/Model/Item.php:2624 +#: src/Content/Item.php:331 src/Model/Item.php:3080 msgid "event" msgstr "event" -#: src/Content/Item.php:442 view/theme/frio/theme.php:254 +#: src/Content/Item.php:334 src/Content/Item.php:344 +msgid "status" +msgstr "status" + +#: src/Content/Item.php:340 src/Model/Item.php:3082 +#: src/Module/Post/Tag/Add.php:123 +msgid "photo" +msgstr "photo" + +#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 +#, 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" + +#: src/Content/Item.php:428 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Follow thread" -#: src/Content/Item.php:443 src/Model/Contact.php:1077 +#: src/Content/Item.php:429 src/Model/Contact.php:1242 msgid "View Status" msgstr "View status" -#: src/Content/Item.php:444 src/Content/Item.php:466 -#: src/Model/Contact.php:1011 src/Model/Contact.php:1069 -#: src/Model/Contact.php:1078 src/Module/Directory.php:160 -#: src/Module/Settings/Profile/Index.php:226 +#: src/Content/Item.php:430 src/Content/Item.php:451 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "View profile" -#: src/Content/Item.php:445 src/Model/Contact.php:1079 +#: src/Content/Item.php:431 src/Model/Contact.php:1244 msgid "View Photos" msgstr "View photos" -#: src/Content/Item.php:446 src/Model/Contact.php:1070 -#: src/Model/Contact.php:1080 +#: src/Content/Item.php:432 src/Model/Contact.php:1211 +#: src/Model/Profile.php:464 msgid "Network Posts" msgstr "Network posts" -#: src/Content/Item.php:447 src/Model/Contact.php:1071 -#: src/Model/Contact.php:1081 +#: src/Content/Item.php:433 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "View contact" -#: src/Content/Item.php:448 src/Model/Contact.php:1082 +#: src/Content/Item.php:434 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Send PM" -#: src/Content/Item.php:449 src/Module/Admin/Blocklist/Contact.php:100 -#: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Index.php:154 -#: src/Module/Contact.php:544 src/Module/Contact.php:787 -#: src/Module/Contact.php:1064 +#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:116 +#: src/Module/Moderation/Users/Active.php:137 +#: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Block" -#: src/Content/Item.php:450 src/Module/Contact.php:545 -#: src/Module/Contact.php:788 src/Module/Contact.php:1072 -#: src/Module/Notifications/Introductions.php:112 -#: src/Module/Notifications/Introductions.php:184 -#: src/Module/Notifications/Notification.php:61 +#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:519 +#: src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:206 +#: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignore" -#: src/Content/Item.php:454 src/Object/Post.php:429 +#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Module/Contact/Profile.php:527 +msgid "Collapse" +msgstr "" + +#: src/Content/Item.php:438 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:442 src/Object/Post.php:491 msgid "Languages" msgstr "" -#: src/Content/Item.php:458 src/Model/Contact.php:1083 -msgid "Poke" -msgstr "Poke" +#: src/Content/Item.php:448 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 +msgid "Connect/Follow" +msgstr "Connect/Follow" -#: src/Content/Nav.php:90 +#: src/Content/Item.php:882 +msgid "Unable to fetch user." +msgstr "" + +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Nothing new here" -#: src/Content/Nav.php:94 src/Module/Special/HTTPException.php:75 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Go back" -#: src/Content/Nav.php:95 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Clear notifications" -#: src/Content/Nav.php:96 src/Content/Text/HTML.php:893 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:183 src/Module/Security/Login.php:145 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Logout" -#: src/Content/Nav.php:183 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "End this session" -#: src/Content/Nav.php:185 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:146 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Login" -#: src/Content/Nav.php:185 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Sign in" -#: src/Content/Nav.php:190 src/Module/BaseProfile.php:56 -#: src/Module/Contact.php:576 src/Module/Contact.php:822 -#: src/Module/Settings/TwoFactor/Index.php:112 view/theme/frio/theme.php:225 -msgid "Status" -msgstr "Status" +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:512 +msgid "Conversations" +msgstr "" -#: src/Content/Nav.php:190 src/Content/Nav.php:273 -#: view/theme/frio/theme.php:225 -msgid "Your posts and conversations" -msgstr "My posts and conversations" +#: src/Content/Nav.php:229 +msgid "Conversations you started" +msgstr "" -#: src/Content/Nav.php:191 src/Module/BaseProfile.php:48 -#: src/Module/BaseSettings.php:57 src/Module/Contact.php:578 -#: src/Module/Contact.php:846 src/Module/Profile/Profile.php:241 -#: src/Module/Welcome.php:57 view/theme/frio/theme.php:226 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 +#: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profile" -#: src/Content/Nav.php:191 view/theme/frio/theme.php:226 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "My profile page" -#: src/Content/Nav.php:192 view/theme/frio/theme.php:227 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 +#: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 +msgid "Photos" +msgstr "Photos" + +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "My photos" -#: src/Content/Nav.php:193 src/Module/BaseProfile.php:72 -#: src/Module/BaseProfile.php:75 src/Module/Contact.php:838 -#: view/theme/frio/theme.php:228 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 +#: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:193 view/theme/frio/theme.php:228 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:194 view/theme/frio/theme.php:229 -msgid "Your events" -msgstr "My events" +#: src/Content/Nav.php:233 src/Content/Nav.php:293 +#: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 +#: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 +#: src/Module/Settings/Display.php:310 view/theme/frio/theme.php:236 +#: view/theme/frio/theme.php:240 +msgid "Calendar" +msgstr "Calendar" -#: src/Content/Nav.php:195 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 +msgid "Your calendar" +msgstr "" + +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Personal notes" -#: src/Content/Nav.php:195 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "My personal notes" -#: src/Content/Nav.php:212 src/Content/Nav.php:273 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Home" -#: src/Content/Nav.php:216 src/Module/Register.php:157 -#: src/Module/Security/Login.php:106 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:255 src/Module/Register.php:168 +#: src/Module/Security/Login.php:124 msgid "Register" msgstr "Sign up now >>" -#: src/Content/Nav.php:216 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Create account" -#: src/Content/Nav.php:222 src/Module/Help.php:69 -#: src/Module/Settings/TwoFactor/AppSpecific.php:115 -#: src/Module/Settings/TwoFactor/Index.php:111 -#: src/Module/Settings/TwoFactor/Recovery.php:93 -#: src/Module/Settings/TwoFactor/Verify.php:132 view/theme/vier/theme.php:217 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:129 +#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Recovery.php:107 +#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 msgid "Help" msgstr "Help" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Help and documentation" -#: src/Content/Nav.php:226 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Apps" -#: src/Content/Nav.php:226 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Addon applications, utilities, games" -#: src/Content/Nav.php:230 src/Content/Text/HTML.php:891 -#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:99 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Search" -#: src/Content/Nav.php:230 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Search site content" -#: src/Content/Nav.php:233 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Full text" -#: src/Content/Nav.php:234 src/Content/Text/HTML.php:901 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tags" -#: src/Content/Nav.php:235 src/Content/Nav.php:294 -#: src/Content/Text/HTML.php:902 src/Module/BaseProfile.php:125 -#: src/Module/BaseProfile.php:128 src/Module/Contact.php:759 -#: src/Module/Contact.php:853 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 +#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contacts" -#: src/Content/Nav.php:254 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Community" -#: src/Content/Nav.php:254 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Conversations on this and other servers" -#: src/Content/Nav.php:258 src/Module/BaseProfile.php:87 -#: src/Module/BaseProfile.php:98 view/theme/frio/theme.php:233 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: src/Content/Nav.php:261 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Directory" -#: src/Content/Nav.php:261 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "People directory" -#: src/Content/Nav.php:263 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 +#: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Information" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Information about this Friendica instance" -#: src/Content/Nav.php:266 src/Module/Admin/Tos.php:59 -#: src/Module/BaseAdmin.php:96 src/Module/Register.php:165 -#: src/Module/Tos.php:84 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 +#: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Terms of Service" -#: src/Content/Nav.php:266 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Terms of Service of this Friendica instance" -#: src/Content/Nav.php:271 view/theme/frio/theme.php:232 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Network" msgstr "Network" -#: src/Content/Nav.php:271 view/theme/frio/theme.php:232 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "My friends' conversations" -#: src/Content/Nav.php:277 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Introductions" -#: src/Content/Nav.php:277 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Friend requests" -#: src/Content/Nav.php:278 src/Module/BaseNotifications.php:139 -#: src/Module/Notifications/Introductions.php:53 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 +#: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notifications" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "See all notifications" -#: src/Content/Nav.php:280 -msgid "Mark all system notifications seen" -msgstr "Mark notifications as seen" +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 +msgid "Mark as seen" +msgstr "Mark as seen" -#: src/Content/Nav.php:283 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:315 +msgid "Mark all system notifications as seen" +msgstr "" + +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Private messages" -#: src/Content/Nav.php:284 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Inbox" -#: src/Content/Nav.php:285 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Outbox" -#: src/Content/Nav.php:289 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "" -#: src/Content/Nav.php:289 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Manage other pages" -#: src/Content/Nav.php:292 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:124 -#: src/Module/Welcome.php:52 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 +#: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Settings" -#: src/Content/Nav.php:292 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Account settings" -#: src/Content/Nav.php:294 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Manage/Edit friends and contacts" -#: src/Content/Nav.php:299 src/Module/BaseAdmin.php:126 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Admin" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Site setup and configuration" -#: src/Content/Nav.php:302 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 +#: src/Module/Moderation/Blocklist/Contact.php:110 +#: src/Module/Moderation/Blocklist/Server/Add.php:121 +#: src/Module/Moderation/Blocklist/Server/Import.php:118 +#: src/Module/Moderation/Blocklist/Server/Index.php:95 +#: src/Module/Moderation/Item/Delete.php:61 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Users/Active.php:133 +#: src/Module/Moderation/Users/Blocked.php:133 +#: src/Module/Moderation/Users/Deleted.php:80 +#: src/Module/Moderation/Users/Index.php:147 +msgid "Moderation" +msgstr "" + +#: src/Content/Nav.php:335 +msgid "Content and user moderation" +msgstr "" + +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigation" -#: src/Content/Nav.php:302 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Site map" -#: src/Content/OEmbed.php:298 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Embedding disabled" -#: src/Content/OEmbed.php:416 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Embedded content" @@ -3075,189 +2180,211 @@ msgstr "next" msgid "last" msgstr "last" -#: src/Content/Text/BBCode.php:987 src/Content/Text/BBCode.php:1781 -#: src/Content/Text/BBCode.php:1782 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1692 +#: src/Content/Text/BBCode.php:1693 msgid "Image/photo" msgstr "Image/Photo" -#: src/Content/Text/BBCode.php:1160 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1185 src/Model/Item.php:3154 -#: src/Model/Item.php:3160 src/Model/Item.php:3161 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3813 +#: src/Model/Item.php:3819 src/Model/Item.php:3820 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1699 src/Content/Text/HTML.php:943 +#: src/Content/Text/BBCode.php:1599 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Reveal/hide" -#: src/Content/Text/BBCode.php:1730 +#: src/Content/Text/BBCode.php:1632 msgid "$1 wrote:" msgstr "$1 wrote:" -#: src/Content/Text/BBCode.php:1786 src/Content/Text/BBCode.php:1787 +#: src/Content/Text/BBCode.php:1697 src/Content/Text/BBCode.php:1698 msgid "Encrypted content" msgstr "Encrypted content" -#: src/Content/Text/BBCode.php:2002 +#: src/Content/Text/BBCode.php:1953 msgid "Invalid source protocol" msgstr "Invalid source protocol" -#: src/Content/Text/BBCode.php:2017 +#: src/Content/Text/BBCode.php:1972 msgid "Invalid link protocol" msgstr "Invalid link protocol" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Loading more entries..." -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "The end" -#: src/Content/Text/HTML.php:885 src/Content/Widget/VCard.php:103 -#: src/Model/Profile.php:454 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:128 +#: src/Model/Profile.php:473 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Follow" -#: src/Content/Widget.php:49 +#: src/Content/Widget.php:51 msgid "Add New Contact" msgstr "Add new contact" -#: src/Content/Widget.php:50 +#: src/Content/Widget.php:52 msgid "Enter address or web location" msgstr "Enter address or web location" -#: src/Content/Widget.php:51 +#: src/Content/Widget.php:53 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Example: jo@example.com, http://example.com/jo" -#: src/Content/Widget.php:53 +#: src/Content/Widget.php:55 msgid "Connect" msgstr "Connect" -#: src/Content/Widget.php:68 +#: src/Content/Widget.php:72 #, 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:74 view/theme/vier/theme.php:170 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Find people" -#: src/Content/Widget.php:75 view/theme/vier/theme.php:171 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Enter name or interest" -#: src/Content/Widget.php:77 view/theme/vier/theme.php:173 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Examples: Robert Morgenstein, fishing" -#: src/Content/Widget.php:78 src/Module/Contact.php:780 -#: src/Module/Directory.php:99 view/theme/vier/theme.php:174 +#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Find" -#: src/Content/Widget.php:80 view/theme/vier/theme.php:176 +#: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 +#: view/theme/vier/theme.php:198 +msgid "Friend Suggestions" +msgstr "Friend suggestions" + +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Similar interests" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:177 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Random profile" -#: src/Content/Widget.php:82 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invite friends" -#: src/Content/Widget.php:83 src/Module/Directory.php:91 -#: view/theme/vier/theme.php:179 +#: src/Content/Widget.php:87 src/Module/Directory.php:88 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Global directory" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:181 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Local directory" -#: src/Content/Widget.php:207 src/Model/Group.php:535 -#: src/Module/Contact.php:743 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Groups" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:209 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:238 +#: src/Content/Widget.php:242 src/Module/Contact.php:424 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relationships" -#: src/Content/Widget.php:240 src/Module/Contact.php:695 -#: src/Module/Group.php:292 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:345 msgid "All Contacts" msgstr "All contacts" -#: src/Content/Widget.php:279 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocols" -#: src/Content/Widget.php:281 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "All protocols" -#: src/Content/Widget.php:309 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Saved Folders" -#: src/Content/Widget.php:311 src/Content/Widget.php:345 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Everything" -#: src/Content/Widget.php:343 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categories" -#: src/Content/Widget.php:400 +#: src/Content/Widget.php:406 #, 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:496 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archives" -#: src/Content/Widget.php:520 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organizations" -#: src/Content/Widget.php:522 src/Model/Contact.php:1506 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "News" -#: src/Content/Widget.php:527 src/Module/Admin/BaseUsers.php:50 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 +msgid "Account Types" +msgstr "Account types" + +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" -#: src/Content/Widget/CalendarExport.php:54 +#: src/Content/Widget.php:591 src/Module/BaseSettings.php:125 +#: src/Module/Settings/Channels.php:157 src/Module/Settings/Display.php:309 +msgid "Channels" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Export" -#: src/Content/Widget/CalendarExport.php:55 +#: src/Content/Widget/CalendarExport.php:57 msgid "Export calendar as ical" msgstr "Export calendar as ical" -#: src/Content/Widget/CalendarExport.php:56 +#: src/Content/Widget/CalendarExport.php:58 msgid "Export calendar as csv" msgstr "Export calendar as csv" @@ -3265,14 +2392,14 @@ msgstr "Export calendar as csv" msgid "No contacts" msgstr "No contacts" -#: src/Content/Widget/ContactBlock.php:108 +#: src/Content/Widget/ContactBlock.php:110 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contact" msgstr[1] "%d contacts" -#: src/Content/Widget/ContactBlock.php:125 +#: src/Content/Widget/ContactBlock.php:127 msgid "View Contacts" msgstr "View contacts" @@ -3284,105 +2411,145 @@ msgstr "Remove term" msgid "Saved Searches" msgstr "Saved searches" -#: src/Content/Widget/TrendingTags.php:51 +#: src/Content/Widget/TrendingTags.php:52 #, 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:52 +#: src/Content/Widget/TrendingTags.php:53 msgid "More Trending Tags" msgstr "More trending tags" -#: src/Content/Widget/VCard.php:96 src/Model/Profile.php:373 -#: src/Module/Contact.php:567 src/Module/Profile/Profile.php:176 +#: src/Content/Widget/VCard.php:107 src/Model/Contact.php:1204 +#: src/Model/Profile.php:457 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1209 +#: src/Model/Profile.php:462 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:376 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:97 src/Model/Profile.php:374 -#: src/Module/Contact.php:569 src/Module/Profile/Profile.php:180 +#: src/Content/Widget/VCard.php:122 src/Model/Profile.php:377 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:101 src/Model/Profile.php:466 -#: src/Module/Notifications/Introductions.php:179 +#: src/Content/Widget/VCard.php:123 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 +#: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 +#: src/Module/Profile/Profile.php:221 +msgid "Location:" +msgstr "Location:" + +#: src/Content/Widget/VCard.php:126 src/Model/Profile.php:486 +#: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Network:" -#: src/Content/Widget/VCard.php:105 src/Model/Profile.php:456 +#: src/Content/Widget/VCard.php:130 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:475 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Unfollow" -#: src/Core/ACL.php:164 src/Module/Profile/Profile.php:242 +#: src/Content/Widget/VCard.php:136 src/Model/Contact.php:1206 +#: src/Model/Profile.php:459 +msgid "View group" +msgstr "" + +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:200 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:107 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 +#: src/Module/PermissionTooltip.php:155 msgid "Mutuals" msgstr "Mutuals" -#: src/Core/ACL.php:292 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Post to email" -#: src/Core/ACL.php:319 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:201 msgid "Public" msgstr "Public" -#: src/Core/ACL.php:320 +#: src/Core/ACL.php:322 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:321 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "Limited/Private" -#: src/Core/ACL.php:322 +#: src/Core/ACL.php:324 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:323 +#: src/Core/ACL.php:324 +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "" + +#: src/Core/ACL.php:325 msgid "Show to:" msgstr "Show to:" -#: src/Core/ACL.php:324 +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "Except to:" -#: src/Core/ACL.php:327 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "Connectors" -#: src/Core/Installer.php:183 +#: src/Core/Installer.php:180 msgid "" "The database configuration file \"config/local.config.php\" could not be " "written. Please use the enclosed text to create a configuration file in your" " web server root." msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: src/Core/Installer.php:202 +#: src/Core/Installer.php:197 msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." -#: src/Core/Installer.php:203 src/Module/Install.php:206 -#: src/Module/Install.php:365 +#: src/Core/Installer.php:198 src/Module/Install.php:207 +#: src/Module/Install.php:350 msgid "Please see the file \"doc/INSTALL.md\"." msgstr "" -#: src/Core/Installer.php:264 +#: src/Core/Installer.php:259 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Could not find a command line version of PHP in the web server PATH." -#: src/Core/Installer.php:265 +#: src/Core/Installer.php:260 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:270 +#: src/Core/Installer.php:265 msgid "PHP executable path" msgstr "PHP executable path" -#: src/Core/Installer.php:270 +#: src/Core/Installer.php:265 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: src/Core/Installer.php:275 +#: src/Core/Installer.php:270 msgid "Command line PHP" msgstr "Command line PHP" -#: src/Core/Installer.php:284 +#: src/Core/Installer.php:279 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." -#: src/Core/Installer.php:285 +#: src/Core/Installer.php:280 msgid "Found PHP version: " msgstr "Found PHP version: " -#: src/Core/Installer.php:287 +#: src/Core/Installer.php:282 msgid "PHP cli binary" msgstr "PHP cli binary" -#: src/Core/Installer.php:300 +#: src/Core/Installer.php:295 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: src/Core/Installer.php:301 +#: src/Core/Installer.php:296 msgid "This is required for message delivery to work." msgstr "This is required for message delivery to work." -#: src/Core/Installer.php:306 +#: src/Core/Installer.php:301 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: src/Core/Installer.php:338 +#: src/Core/Installer.php:333 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: src/Core/Installer.php:339 +#: src/Core/Installer.php:334 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: src/Core/Installer.php:342 +#: src/Core/Installer.php:337 msgid "Generate encryption keys" msgstr "Generate encryption keys" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: Apache web server mod-rewrite module is required but not installed." -#: src/Core/Installer.php:399 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: PDO or MySQLi PHP module required but not installed." -#: src/Core/Installer.php:410 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: MySQL driver for PDO is not installed." -#: src/Core/Installer.php:414 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO or MySQLi PHP module" +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + #: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Error, XML PHP module required but not installed." @@ -3549,372 +2724,362 @@ msgstr "File Information PHP module" msgid "Error: File Information PHP module required but not installed." msgstr "Error: File Information PHP module required but not installed." -#: src/Core/Installer.php:509 +#: src/Core/Installer.php:492 +msgid "GNU Multiple Precision PHP module" +msgstr "" + +#: src/Core/Installer.php:493 +msgid "Error: GNU Multiple Precision PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:516 msgid "" "The web installer needs to be able to create a file called " "\"local.config.php\" in the \"config\" folder of your web server and it is " "unable to do so." msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server, but is unable to do so." -#: src/Core/Installer.php:510 +#: src/Core/Installer.php:517 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:518 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named local.config.php in your Friendica \"config\" folder." msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:515 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php is writable" -#: src/Core/Installer.php:535 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: src/Core/Installer.php:536 +#: src/Core/Installer.php:543 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:545 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains." -#: src/Core/Installer.php:541 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 is writable" -#: src/Core/Installer.php:569 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Url rewrite in .htaccess does not seem to work. Make sure you copied .htaccess-dist to .htaccess." -#: src/Core/Installer.php:570 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Error message from Curl while fetching" -#: src/Core/Installer.php:578 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "URL rewrite is working" -#: src/Core/Installer.php:607 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Failed to detect TLS that secures the communication between the browser and the new Friendica server." -#: src/Core/Installer.php:608 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:639 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP extension is not installed" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" -#: src/Core/Installer.php:665 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Database already in use." -#: src/Core/Installer.php:670 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/L10n.php:377 src/Model/Event.php:425 -#: src/Module/Settings/Display.php:183 +#: src/Core/L10n.php:507 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:278 msgid "Monday" msgstr "Monday" -#: src/Core/L10n.php:377 src/Model/Event.php:426 +#: src/Core/L10n.php:507 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:279 msgid "Tuesday" msgstr "Tuesday" -#: src/Core/L10n.php:377 src/Model/Event.php:427 +#: src/Core/L10n.php:507 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:280 msgid "Wednesday" msgstr "Wednesday" -#: src/Core/L10n.php:377 src/Model/Event.php:428 +#: src/Core/L10n.php:507 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:281 msgid "Thursday" msgstr "Thursday" -#: src/Core/L10n.php:377 src/Model/Event.php:429 +#: src/Core/L10n.php:507 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:282 msgid "Friday" msgstr "Friday" -#: src/Core/L10n.php:377 src/Model/Event.php:430 +#: src/Core/L10n.php:507 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:283 msgid "Saturday" msgstr "Saturday" -#: src/Core/L10n.php:377 src/Model/Event.php:424 -#: src/Module/Settings/Display.php:183 +#: src/Core/L10n.php:507 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:277 msgid "Sunday" msgstr "Sunday" -#: src/Core/L10n.php:381 src/Model/Event.php:445 +#: src/Core/L10n.php:511 src/Model/Event.php:450 msgid "January" msgstr "January" -#: src/Core/L10n.php:381 src/Model/Event.php:446 +#: src/Core/L10n.php:511 src/Model/Event.php:451 msgid "February" msgstr "February" -#: src/Core/L10n.php:381 src/Model/Event.php:447 +#: src/Core/L10n.php:511 src/Model/Event.php:452 msgid "March" msgstr "March" -#: src/Core/L10n.php:381 src/Model/Event.php:448 +#: src/Core/L10n.php:511 src/Model/Event.php:453 msgid "April" msgstr "April" -#: src/Core/L10n.php:381 src/Core/L10n.php:401 src/Model/Event.php:436 +#: src/Core/L10n.php:511 src/Core/L10n.php:530 src/Model/Event.php:441 msgid "May" msgstr "May" -#: src/Core/L10n.php:381 src/Model/Event.php:449 +#: src/Core/L10n.php:511 src/Model/Event.php:454 msgid "June" msgstr "June" -#: src/Core/L10n.php:381 src/Model/Event.php:450 +#: src/Core/L10n.php:511 src/Model/Event.php:455 msgid "July" msgstr "July" -#: src/Core/L10n.php:381 src/Model/Event.php:451 +#: src/Core/L10n.php:511 src/Model/Event.php:456 msgid "August" msgstr "August" -#: src/Core/L10n.php:381 src/Model/Event.php:452 +#: src/Core/L10n.php:511 src/Model/Event.php:457 msgid "September" msgstr "September" -#: src/Core/L10n.php:381 src/Model/Event.php:453 +#: src/Core/L10n.php:511 src/Model/Event.php:458 msgid "October" msgstr "October" -#: src/Core/L10n.php:381 src/Model/Event.php:454 +#: src/Core/L10n.php:511 src/Model/Event.php:459 msgid "November" msgstr "November" -#: src/Core/L10n.php:381 src/Model/Event.php:455 +#: src/Core/L10n.php:511 src/Model/Event.php:460 msgid "December" msgstr "December" -#: src/Core/L10n.php:397 src/Model/Event.php:417 +#: src/Core/L10n.php:526 src/Model/Event.php:422 msgid "Mon" msgstr "Mon" -#: src/Core/L10n.php:397 src/Model/Event.php:418 +#: src/Core/L10n.php:526 src/Model/Event.php:423 msgid "Tue" msgstr "Tue" -#: src/Core/L10n.php:397 src/Model/Event.php:419 +#: src/Core/L10n.php:526 src/Model/Event.php:424 msgid "Wed" msgstr "Wed" -#: src/Core/L10n.php:397 src/Model/Event.php:420 +#: src/Core/L10n.php:526 src/Model/Event.php:425 msgid "Thu" msgstr "Thu" -#: src/Core/L10n.php:397 src/Model/Event.php:421 +#: src/Core/L10n.php:526 src/Model/Event.php:426 msgid "Fri" msgstr "Fri" -#: src/Core/L10n.php:397 src/Model/Event.php:422 +#: src/Core/L10n.php:526 src/Model/Event.php:427 msgid "Sat" msgstr "Sat" -#: src/Core/L10n.php:397 src/Model/Event.php:416 +#: src/Core/L10n.php:526 src/Model/Event.php:421 msgid "Sun" msgstr "Sun" -#: src/Core/L10n.php:401 src/Model/Event.php:432 +#: src/Core/L10n.php:530 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:401 src/Model/Event.php:433 +#: src/Core/L10n.php:530 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:401 src/Model/Event.php:434 +#: src/Core/L10n.php:530 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:401 src/Model/Event.php:435 +#: src/Core/L10n.php:530 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:401 src/Model/Event.php:437 +#: src/Core/L10n.php:530 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:401 src/Model/Event.php:438 +#: src/Core/L10n.php:530 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:401 src/Model/Event.php:439 +#: src/Core/L10n.php:530 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:401 +#: src/Core/L10n.php:530 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:401 src/Model/Event.php:441 +#: src/Core/L10n.php:530 src/Model/Event.php:446 msgid "Oct" msgstr "Oct" -#: src/Core/L10n.php:401 src/Model/Event.php:442 +#: src/Core/L10n.php:530 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:401 src/Model/Event.php:443 +#: src/Core/L10n.php:530 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" -#: src/Core/L10n.php:420 -msgid "poke" -msgstr "poke" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, 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/Core/L10n.php:420 -msgid "poked" -msgstr "poked" - -#: src/Core/L10n.php:421 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n.php:421 -msgid "pinged" -msgstr "pinged" - -#: src/Core/L10n.php:422 -msgid "prod" -msgstr "prod" - -#: src/Core/L10n.php:422 -msgid "prodded" -msgstr "prodded" - -#: src/Core/L10n.php:423 -msgid "slap" -msgstr "slap" - -#: src/Core/L10n.php:423 -msgid "slapped" -msgstr "slapped" - -#: src/Core/L10n.php:424 -msgid "finger" -msgstr "finger" - -#: src/Core/L10n.php:424 -msgid "fingered" -msgstr "fingered" - -#: src/Core/L10n.php:425 -msgid "rebuff" -msgstr "rebuff" - -#: src/Core/L10n.php:425 -msgid "rebuffed" -msgstr "rebuffed" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, 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/Core/Renderer.php:89 src/Core/Renderer.php:118 -#: src/Core/Renderer.php:145 src/Core/Renderer.php:179 -#: src/Render/FriendicaSmartyEngine.php:56 +#: src/Core/Renderer.php:147 src/Core/Renderer.php:181 +#: src/Render/FriendicaSmartyEngine.php:60 msgid "" "Friendica can't display this page at the moment, please contact the " "administrator." msgstr "" -#: src/Core/Renderer.php:141 +#: src/Core/Renderer.php:143 msgid "template engine cannot be registered without a name." msgstr "" -#: src/Core/Renderer.php:175 +#: src/Core/Renderer.php:177 msgid "template engine is not registered!" msgstr "" -#: src/Core/Update.php:67 +#: src/Core/Storage/Type/FilesystemConfig.php:78 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Core/Storage/Type/FilesystemConfig.php:80 +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/Core/Storage/Type/FilesystemConfig.php:93 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" + +#: src/Core/Update.php:80 #, php-format msgid "" "Updates from version %s are not supported. Please update at least to version" " 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:78 +#: src/Core/Update.php:91 #, php-format msgid "" "Updates from postupdate version %s are not supported. Please update at least" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:152 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:190 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:261 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s failed. See error logs." -#: src/Core/Update.php:314 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -3924,81 +3089,49 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -#: src/Core/Update.php:320 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:324 src/Core/Update.php:366 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica Notify] Database update" -#: src/Core/Update.php:360 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +"\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "" -#: src/Core/UserImport.php:125 -msgid "Error decoding account file" -msgstr "Error decoding account file" - -#: src/Core/UserImport.php:131 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" - -#: src/Core/UserImport.php:139 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" - -#: src/Core/UserImport.php:175 -msgid "User creation error" -msgstr "User creation error" - -#: src/Core/UserImport.php:220 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" - -#: src/Core/UserImport.php:273 -msgid "User profile creation error" -msgstr "User profile creation error" - -#: src/Core/UserImport.php:326 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" - -#: src/Database/DBStructure.php:65 +#: src/Database/DBStructure.php:57 #, php-format msgid "The database version had been set to %s." msgstr "The database version has been set to %s." -#: src/Database/DBStructure.php:78 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:91 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:96 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:134 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:158 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -4006,570 +3139,641 @@ msgid "" "%s\n" msgstr "\nError %d occurred during database update:\n%s\n" -#: src/Database/DBStructure.php:161 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:549 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:553 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Database update" -#: src/Database/DBStructure.php:803 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 -#: src/Module/Special/HTTPException.php:50 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Unauthorized" -#: src/Factory/Api/Mastodon/Error.php:85 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:95 -#: src/Module/Special/HTTPException.php:53 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Internal Server Error" -#: src/LegacyModule.php:49 +#: src/LegacyModule.php:63 #, php-format msgid "Legacy module file not found: %s" msgstr "Legacy module file not found: %s" -#: src/Model/Contact.php:1073 src/Model/Contact.php:1085 -msgid "UnFollow" -msgstr "Unfollow" +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" -#: src/Model/Contact.php:1091 src/Module/Admin/Users/Pending.php:107 -#: src/Module/Notifications/Introductions.php:110 -#: src/Module/Notifications/Introductions.php:182 +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "edit" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "add" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 +#: src/Module/Notifications/Introductions.php:132 +#: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Approve" -#: src/Model/Contact.php:1502 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organization" -#: src/Model/Contact.php:1510 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2380 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Disallowed profile URL." -#: src/Model/Contact.php:2385 src/Module/Friendica.php:81 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Blocked domain" -#: src/Model/Contact.php:2390 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Connect URL missing." -#: src/Model/Contact.php:2399 +#: src/Model/Contact.php:3040 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:2436 +#: src/Model/Contact.php:3058 +#, php-format +msgid "Expected network %s does not match actual network %s" +msgstr "" + +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "The profile address specified does not provide adequate information." -#: src/Model/Contact.php:2438 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "No compatible communication protocols or feeds were discovered." -#: src/Model/Contact.php:2441 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "An author or name was not found." -#: src/Model/Contact.php:2444 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "No browser URL could be matched to this address." -#: src/Model/Contact.php:2447 +#: src/Model/Contact.php:3086 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:2448 +#: src/Model/Contact.php:3087 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:2454 +#: src/Model/Contact.php:3093 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:2459 +#: src/Model/Contact.php:3098 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:2518 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Unable to retrieve contact information." -#: src/Model/Event.php:52 +#: src/Model/Event.php:54 msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:73 src/Model/Event.php:90 src/Model/Event.php:464 -#: src/Model/Event.php:897 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Starts:" -#: src/Model/Event.php:76 src/Model/Event.php:96 src/Model/Event.php:465 -#: src/Model/Event.php:901 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Finishes:" -#: src/Model/Event.php:414 +#: src/Model/Event.php:419 msgid "all-day" msgstr "All-day" -#: src/Model/Event.php:440 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sep" -#: src/Model/Event.php:462 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 +#: src/Util/Temporal.php:343 +msgid "today" +msgstr "today" + +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:288 src/Util/Temporal.php:353 +msgid "month" +msgstr "month" + +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:289 src/Util/Temporal.php:354 +msgid "week" +msgstr "week" + +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:290 src/Util/Temporal.php:355 +msgid "day" +msgstr "day" + +#: src/Model/Event.php:467 msgid "No events to display" msgstr "No events to display" -#: src/Model/Event.php:578 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Module/Update/Profile.php:56 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 +msgid "Event not found." +msgstr "" + +#: src/Model/Event.php:637 msgid "l, F j" msgstr "l, F j" -#: src/Model/Event.php:609 +#: src/Model/Event.php:664 msgid "Edit event" msgstr "Edit event" -#: src/Model/Event.php:610 +#: src/Model/Event.php:665 msgid "Duplicate event" msgstr "Duplicate event" -#: src/Model/Event.php:611 +#: src/Model/Event.php:666 msgid "Delete event" msgstr "Delete event" -#: src/Model/Event.php:853 src/Module/Debug/Localtime.php:38 +#: src/Model/Event.php:896 src/Module/Debug/Localtime.php:38 msgid "l F d, Y \\@ g:i A" msgstr "l F d, Y \\@ g:i A" -#: src/Model/Event.php:854 +#: src/Model/Event.php:897 msgid "D g:i A" msgstr "D g:i A" -#: src/Model/Event.php:855 +#: src/Model/Event.php:898 msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:916 src/Model/Event.php:918 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Show map" -#: src/Model/Event.php:917 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Hide map" -#: src/Model/Event.php:1009 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s's birthday" -#: src/Model/Event.php:1010 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Happy Birthday, %s!" -#: src/Model/Group.php:92 -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:451 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:483 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:502 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:534 -msgid "add" -msgstr "add" - -#: src/Model/Group.php:539 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:540 src/Module/Group.php:193 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:542 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:543 src/Module/Group.php:178 src/Module/Group.php:201 -#: src/Module/Group.php:276 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:544 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Item.php:1677 +#: src/Model/Item.php:2139 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2628 +#: src/Model/Item.php:3084 msgid "activity" msgstr "activity" -#: src/Model/Item.php:2630 +#: src/Model/Item.php:3086 msgid "comment" msgstr "" -#: src/Model/Item.php:2633 +#: src/Model/Item.php:3089 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "post" -#: src/Model/Item.php:2770 +#: src/Model/Item.php:3259 +#, php-format +msgid "%s is blocked" +msgstr "" + +#: src/Model/Item.php:3261 +#, php-format +msgid "%s is ignored" +msgstr "" + +#: src/Model/Item.php:3263 +#, php-format +msgid "Content from %s is collapsed" +msgstr "" + +#: src/Model/Item.php:3267 #, php-format msgid "Content warning: %s" msgstr "Content warning: %s" -#: src/Model/Item.php:3119 +#: src/Model/Item.php:3720 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3148 src/Model/Item.php:3149 +#: src/Model/Item.php:3751 +#, php-format +msgid "%2$s (%3$d%%, %1$d vote)" +msgid_plural "%2$s (%3$d%%, %1$d votes)" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3753 +#, php-format +msgid "%2$s (%1$d vote)" +msgid_plural "%2$s (%1$d votes)" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3758 +#, php-format +msgid "%d voter. Poll end: %s" +msgid_plural "%d voters. Poll end: %s" +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3760 +#, php-format +msgid "%d voter." +msgid_plural "%d voters." +msgstr[0] "" +msgstr[1] "" + +#: src/Model/Item.php:3762 +#, php-format +msgid "Poll end: %s" +msgstr "" + +#: src/Model/Item.php:3796 src/Model/Item.php:3797 msgid "View on separate page" msgstr "View on separate page" -#: src/Model/Mail.php:134 src/Model/Mail.php:266 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[no subject]" -#: src/Model/Profile.php:356 src/Module/Profile/Profile.php:256 -#: src/Module/Profile/Profile.php:258 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 +msgid "Wall Photos" +msgstr "Wall photos" + +#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 +#: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Edit profile" -#: src/Model/Profile.php:358 +#: src/Model/Profile.php:361 msgid "Change profile photo" msgstr "Change profile photo" -#: src/Model/Profile.php:371 src/Module/Directory.php:155 -#: src/Module/Profile/Profile.php:184 +#: src/Model/Profile.php:374 src/Module/Directory.php:152 +#: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Homepage:" -#: src/Model/Profile.php:372 src/Module/Contact.php:571 -#: src/Module/Notifications/Introductions.php:167 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 +#: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "About:" -#: src/Model/Profile.php:458 +#: src/Model/Profile.php:477 msgid "Atom feed" msgstr "Atom feed" -#: src/Model/Profile.php:496 src/Model/Profile.php:593 -msgid "g A l F d" -msgstr "g A l F d" +#: src/Model/Profile.php:484 +msgid "This website has been verified to belong to the same person." +msgstr "" -#: src/Model/Profile.php:497 +#: src/Model/Profile.php:525 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:559 src/Model/Profile.php:644 +#: src/Model/Profile.php:589 src/Model/Profile.php:678 msgid "[today]" msgstr "[today]" -#: src/Model/Profile.php:569 +#: src/Model/Profile.php:598 msgid "Birthday Reminders" msgstr "Birthday reminders" -#: src/Model/Profile.php:570 +#: src/Model/Profile.php:599 msgid "Birthdays this week:" msgstr "Birthdays this week:" -#: src/Model/Profile.php:631 +#: src/Model/Profile.php:627 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:665 msgid "[No description]" msgstr "[No description]" -#: src/Model/Profile.php:657 +#: src/Model/Profile.php:691 msgid "Event Reminders" msgstr "Event reminders" -#: src/Model/Profile.php:658 +#: src/Model/Profile.php:692 msgid "Upcoming events the next 7 days:" msgstr "Upcoming events the next 7 days:" -#: src/Model/Profile.php:846 +#: src/Model/Profile.php:891 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s welcomes %2$s" -#: src/Model/Profile.php:978 +#: src/Model/Profile.php:1031 msgid "Hometown:" msgstr "Home town:" -#: src/Model/Profile.php:979 +#: src/Model/Profile.php:1032 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:980 +#: src/Model/Profile.php:1033 msgid "With:" msgstr "" -#: src/Model/Profile.php:981 +#: src/Model/Profile.php:1034 msgid "Since:" msgstr "" -#: src/Model/Profile.php:982 +#: src/Model/Profile.php:1035 msgid "Sexual Preference:" msgstr "Sexual preference:" -#: src/Model/Profile.php:983 +#: src/Model/Profile.php:1036 msgid "Political Views:" msgstr "Political views:" -#: src/Model/Profile.php:984 +#: src/Model/Profile.php:1037 msgid "Religious Views:" msgstr "Religious views:" -#: src/Model/Profile.php:985 +#: src/Model/Profile.php:1038 msgid "Likes:" msgstr "Likes:" -#: src/Model/Profile.php:986 +#: src/Model/Profile.php:1039 msgid "Dislikes:" msgstr "Dislikes:" -#: src/Model/Profile.php:987 +#: src/Model/Profile.php:1040 msgid "Title/Description:" msgstr "Title/Description:" -#: src/Model/Profile.php:988 src/Module/Admin/Summary.php:234 +#: src/Model/Profile.php:1041 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 +#: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Summary" -#: src/Model/Profile.php:989 +#: src/Model/Profile.php:1042 msgid "Musical interests" msgstr "Music:" -#: src/Model/Profile.php:990 +#: src/Model/Profile.php:1043 msgid "Books, literature" msgstr "Books, literature, poetry:" -#: src/Model/Profile.php:991 +#: src/Model/Profile.php:1044 msgid "Television" msgstr "Television:" -#: src/Model/Profile.php:992 +#: src/Model/Profile.php:1045 msgid "Film/dance/culture/entertainment" msgstr "Film, dance, culture, entertainment" -#: src/Model/Profile.php:993 +#: src/Model/Profile.php:1046 msgid "Hobbies/Interests" msgstr "Hobbies/Interests:" -#: src/Model/Profile.php:994 +#: src/Model/Profile.php:1047 msgid "Love/romance" msgstr "Love/Romance:" -#: src/Model/Profile.php:995 +#: src/Model/Profile.php:1048 msgid "Work/employment" msgstr "Work/Employment:" -#: src/Model/Profile.php:996 +#: src/Model/Profile.php:1049 msgid "School/education" msgstr "School/Education:" -#: src/Model/Profile.php:997 +#: src/Model/Profile.php:1050 msgid "Contact information and Social Networks" msgstr "Contact information and other social networks:" -#: src/Model/Storage/FilesystemConfig.php:77 -msgid "Storage base path" -msgstr "Storage base path" - -#: src/Model/Storage/FilesystemConfig.php:79 -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/FilesystemConfig.php:92 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/User.php:208 src/Model/User.php:1050 +#: src/Model/User.php:226 src/Model/User.php:1185 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:589 src/Model/User.php:622 +#: src/Model/User.php:619 src/Model/User.php:652 msgid "Login failed" msgstr "Login failed" -#: src/Model/User.php:654 +#: src/Model/User.php:684 msgid "Not enough information to authenticate" msgstr "Not enough information to authenticate" -#: src/Model/User.php:749 +#: src/Model/User.php:805 msgid "Password can't be empty" msgstr "Password can't be empty" -#: src/Model/User.php:768 +#: src/Model/User.php:847 msgid "Empty passwords are not allowed." msgstr "Empty passwords are not allowed." -#: src/Model/User.php:772 +#: src/Model/User.php:851 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:778 -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:855 +msgid "The password length is limited to 72 characters." +msgstr "" -#: src/Model/User.php:930 +#: src/Model/User.php:859 +msgid "The password can't contain white spaces nor accentuated letters" +msgstr "" + +#: src/Model/User.php:1068 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: src/Model/User.php:937 +#: src/Model/User.php:1075 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:941 +#: src/Model/User.php:1079 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:949 +#: src/Model/User.php:1087 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:962 src/Security/Authentication.php:223 +#: src/Model/User.php:1100 src/Security/Authentication.php:241 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:962 src/Security/Authentication.php:223 +#: src/Model/User.php:1100 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:968 +#: src/Model/User.php:1106 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:982 +#: src/Model/User.php:1120 #, 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:989 +#: src/Model/User.php:1127 #, 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:993 +#: src/Model/User.php:1131 #, 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:1001 +#: src/Model/User.php:1139 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:1006 +#: src/Model/User.php:1144 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:1010 +#: src/Model/User.php:1148 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:1013 +#: src/Model/User.php:1151 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:1017 src/Model/User.php:1025 +#: src/Model/User.php:1155 src/Model/User.php:1161 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:1032 +#: src/Model/User.php:1167 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:1040 src/Model/User.php:1097 +#: src/Model/User.php:1175 src/Model/User.php:1232 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:1084 src/Model/User.php:1088 +#: src/Model/User.php:1219 src/Model/User.php:1223 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:1111 +#: src/Model/User.php:1246 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:1118 +#: src/Model/User.php:1253 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:1123 +#: src/Model/User.php:1258 msgid "Friends" msgstr "Friends" -#: src/Model/User.php:1127 +#: src/Model/User.php:1262 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." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1165 +#: src/Model/User.php:1306 msgid "Profile Photos" msgstr "Profile photos" -#: src/Model/User.php:1359 +#: src/Model/User.php:1486 #, php-format msgid "" "\n" @@ -4577,7 +3781,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1362 +#: src/Model/User.php:1489 #, php-format msgid "" "\n" @@ -4604,17 +3808,17 @@ msgid "" "\t\tIf you are new and do not know anybody here, they may help\n" "\t\tyou to make some new and interesting friends.\n" "\n" -"\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1395 src/Model/User.php:1502 +#: src/Model/User.php:1522 src/Model/User.php:1629 #, php-format msgid "Registration details for %s" msgstr "Registration details for %s" -#: src/Model/User.php:1415 +#: src/Model/User.php:1542 #, php-format msgid "" "\n" @@ -4629,12 +3833,12 @@ msgid "" "\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:1434 +#: src/Model/User.php:1561 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:1458 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" @@ -4643,7 +3847,7 @@ msgid "" "\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:1466 +#: src/Model/User.php:1593 #, php-format msgid "" "\n" @@ -4670,10 +3874,15 @@ msgid "" "\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" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/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." +msgstr "" + +#: src/Model/User.php:1656 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." @@ -4695,30 +3904,25 @@ msgid "Disable" msgstr "Disable" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:332 msgid "Enable" msgstr "Enable" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 -#: src/Module/Admin/Blocklist/Contact.php:94 -#: src/Module/Admin/Blocklist/Server.php:88 -#: src/Module/Admin/Federation.php:159 src/Module/Admin/Item/Delete.php:65 -#: src/Module/Admin/Logs/Settings.php:80 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:499 -#: src/Module/Admin/Storage.php:139 src/Module/Admin/Summary.php:233 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 -#: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:58 -#: src/Module/Admin/Users/Active.php:136 -#: src/Module/Admin/Users/Blocked.php:137 src/Module/Admin/Users/Create.php:61 -#: src/Module/Admin/Users/Deleted.php:85 src/Module/Admin/Users/Index.php:149 -#: src/Module/Admin/Users/Pending.php:101 +#: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 +#: src/Module/Moderation/Users/Create.php:61 +#: src/Module/Moderation/Users/Pending.php:96 msgid "Administration" msgstr "Administration" #: src/Module/Admin/Addons/Details.php:112 -#: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:93 -#: src/Module/BaseSettings.php:87 +#: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Addons" @@ -4727,13 +3931,13 @@ msgstr "Addons" msgid "Toggle" msgstr "Toggle" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Author: " -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Maintainer: " @@ -4746,11 +3950,22 @@ msgstr "" msgid "Addon %s failed to install." msgstr "Addon %s failed to install." +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 +#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:303 +#: src/Module/Settings/Features.php:76 +msgid "Save Settings" +msgstr "Save settings" + #: src/Module/Admin/Addons/Index.php:70 msgid "Reload active addons" msgstr "Reload active addons" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -4758,232 +3973,6 @@ msgid "" " 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/BaseUsers.php:53 -msgid "List of all users" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:58 -msgid "Active" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:61 -msgid "List of active accounts" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:66 src/Module/Contact.php:703 -#: src/Module/Contact.php:763 -msgid "Pending" -msgstr "Pending" - -#: src/Module/Admin/BaseUsers.php:69 -msgid "List of pending registrations" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:74 src/Module/Contact.php:711 -#: src/Module/Contact.php:764 -msgid "Blocked" -msgstr "Blocked" - -#: src/Module/Admin/BaseUsers.php:77 -msgid "List of blocked users" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:82 -msgid "Deleted" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:85 -msgid "List of pending user deletions" -msgstr "" - -#: src/Module/Admin/BaseUsers.php:103 -msgid "Private Forum" -msgstr "Private Forum" - -#: src/Module/Admin/BaseUsers.php:110 -msgid "Relay" -msgstr "Relay" - -#: src/Module/Admin/Blocklist/Contact.php:54 -msgid "You can't block a local contact, please block the user instead" -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:73 -#, 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:95 -msgid "Remote Contact Blocklist" -msgstr "Remote contact block-list" - -#: src/Module/Admin/Blocklist/Contact.php:96 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "This page allows you to prevent any message from a remote contact to reach your node." - -#: src/Module/Admin/Blocklist/Contact.php:97 -msgid "Block Remote Contact" -msgstr "Block remote contact" - -#: src/Module/Admin/Blocklist/Contact.php:98 -#: src/Module/Admin/Users/Active.php:138 -#: src/Module/Admin/Users/Blocked.php:139 src/Module/Admin/Users/Index.php:151 -#: src/Module/Admin/Users/Pending.php:103 -msgid "select all" -msgstr "select all" - -#: src/Module/Admin/Blocklist/Contact.php:99 -msgid "select none" -msgstr "select none" - -#: src/Module/Admin/Blocklist/Contact.php:101 -#: src/Module/Admin/Users/Blocked.php:142 src/Module/Admin/Users/Index.php:156 -#: src/Module/Contact.php:544 src/Module/Contact.php:787 -#: src/Module/Contact.php:1064 -msgid "Unblock" -msgstr "Unblock" - -#: src/Module/Admin/Blocklist/Contact.php:102 -msgid "No remote contact is blocked from this node." -msgstr "No remote contact is blocked from this node." - -#: src/Module/Admin/Blocklist/Contact.php:104 -msgid "Blocked Remote Contacts" -msgstr "Blocked remote contacts" - -#: src/Module/Admin/Blocklist/Contact.php:105 -msgid "Block New Remote Contact" -msgstr "Block new remote contact" - -#: src/Module/Admin/Blocklist/Contact.php:106 -msgid "Photo" -msgstr "Photo" - -#: src/Module/Admin/Blocklist/Contact.php:106 -msgid "Reason" -msgstr "Reason" - -#: src/Module/Admin/Blocklist/Contact.php:114 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "%s total blocked contact" -msgstr[1] "%s blocked contacts" - -#: src/Module/Admin/Blocklist/Contact.php:116 -msgid "URL of the remote contact to block." -msgstr "URL of the remote contact to block." - -#: src/Module/Admin/Blocklist/Contact.php:117 -msgid "Also purge contact" -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:117 -msgid "" -"Removes all content related to this contact from the node. Keeps the contact" -" record. This action canoot be undone." -msgstr "" - -#: src/Module/Admin/Blocklist/Contact.php:118 -msgid "Block Reason" -msgstr "Block reason" - -#: src/Module/Admin/Blocklist/Server.php:49 -msgid "Server domain pattern added to blocklist." -msgstr "Server domain pattern added to block-list." - -#: src/Module/Admin/Blocklist/Server.php:79 -#: src/Module/Admin/Blocklist/Server.php:104 -msgid "Blocked server domain pattern" -msgstr "Blocked server domain pattern" - -#: src/Module/Admin/Blocklist/Server.php:80 -#: src/Module/Admin/Blocklist/Server.php:105 src/Module/Friendica.php:82 -msgid "Reason for the block" -msgstr "Reason for the block" - -#: src/Module/Admin/Blocklist/Server.php:81 -msgid "Delete server domain pattern" -msgstr "Delete server domain pattern" - -#: src/Module/Admin/Blocklist/Server.php:81 -msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the block-list" - -#: src/Module/Admin/Blocklist/Server.php:89 -msgid "Server Domain Pattern Blocklist" -msgstr "Server domain pattern block-list" - -#: src/Module/Admin/Blocklist/Server.php:90 -msgid "" -"This page can be used to define a blocklist 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:91 -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:92 -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:98 -msgid "Add new entry to block list" -msgstr "Add new entry to block-list" - -#: src/Module/Admin/Blocklist/Server.php:99 -msgid "Server Domain Pattern" -msgstr "Server Domain Pattern" - -#: src/Module/Admin/Blocklist/Server.php:99 -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:100 -msgid "Block reason" -msgstr "Block reason" - -#: src/Module/Admin/Blocklist/Server.php:100 -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:101 -msgid "Add Entry" -msgstr "Add entry" - -#: src/Module/Admin/Blocklist/Server.php:102 -msgid "Save changes to the blocklist" -msgstr "Save changes to the block-list" - -#: src/Module/Admin/Blocklist/Server.php:103 -msgid "Current Entries in the Blocklist" -msgstr "Current entries in the block-list" - -#: src/Module/Admin/Blocklist/Server.php:106 -msgid "Delete entry from blocklist" -msgstr "Delete entry from block-list" - -#: src/Module/Admin/Blocklist/Server.php:109 -msgid "Delete entry from blocklist?" -msgstr "Delete entry from block-list?" - #: src/Module/Admin/DBSync.php:51 msgid "Update has been marked successful" msgstr "Update has been marked successful" @@ -5018,28 +4007,28 @@ msgstr "Update %s did not return a status. Unknown if it succeeded." 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:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "No failed updates." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "Check database structure" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Failed updates" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 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:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "Mark success (if update was manually applied)" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "Attempt to execute this update step automatically" @@ -5048,164 +4037,145 @@ msgstr "Attempt to execute this update step automatically" msgid "Lock feature %s" msgstr "Lock feature %s" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "Manage additional features" -#: src/Module/Admin/Federation.php:56 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Other" -#: src/Module/Admin/Federation.php:118 src/Module/Admin/Federation.php:348 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "unknown" -#: src/Module/Admin/Federation.php:154 +#: src/Module/Admin/Federation.php:187 +#, php-format +msgid "%2$s total system" +msgid_plural "%2$s total systems" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:188 +#, php-format +msgid "%2$s active user last month" +msgid_plural "%2$s active users last month" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:189 +#, php-format +msgid "%2$s active user last six months" +msgid_plural "%2$s active users last six months" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:190 +#, php-format +msgid "%2$s registered user" +msgid_plural "%2$s registered users" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:191 +#, php-format +msgid "%2$s locally created post or comment" +msgid_plural "%2$s locally created posts and comments" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "%2$s post per user" +msgid_plural "%2$s posts per user" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:199 +#, php-format +msgid "%2$s user per system" +msgid_plural "%2$s users per system" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Federation.php:209 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:160 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Federation statistics" -#: src/Module/Admin/Federation.php:164 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " +"Currently this node is aware of %2$s node (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " "following platforms:" -msgstr "Currently, this node is aware of %d nodes with %d registered users from the following platforms:" +msgid_plural "" +"Currently this node is aware of %2$s nodes (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " +"following platforms:" +msgstr[0] "" +msgstr[1] "" -#: src/Module/Admin/Item/Delete.php:54 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: src/Module/Admin/Item/Delete.php:66 src/Module/BaseAdmin.php:106 -msgid "Delete Item" -msgstr "Delete item" - -#: src/Module/Admin/Item/Delete.php:67 -msgid "Delete this Item" -msgstr "Delete" - -#: src/Module/Admin/Item/Delete.php:68 -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:69 -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:70 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:70 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: src/Module/Admin/Item/Source.php:57 src/Module/BaseAdmin.php:116 -msgid "Item Source" -msgstr "Item source" - -#: src/Module/Admin/Item/Source.php:58 -msgid "Item Guid" -msgstr "Item Guid" - -#: src/Module/Admin/Item/Source.php:63 -msgid "Item Id" -msgstr "" - -#: src/Module/Admin/Item/Source.php:64 -msgid "Item URI" -msgstr "" - -#: src/Module/Admin/Item/Source.php:66 -msgid "Terms" -msgstr "" - -#: src/Module/Admin/Item/Source.php:67 -msgid "Tag" -msgstr "" - -#: src/Module/Admin/Item/Source.php:68 src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 src/Module/Admin/Users/Index.php:142 -msgid "Type" -msgstr "Type" - -#: src/Module/Admin/Item/Source.php:69 -msgid "Term" -msgstr "" - -#: src/Module/Admin/Item/Source.php:70 -msgid "URL" -msgstr "" - -#: src/Module/Admin/Item/Source.php:71 -msgid "Mention" -msgstr "" - -#: src/Module/Admin/Item/Source.php:72 -msgid "Implicit Mention" -msgstr "" - -#: src/Module/Admin/Item/Source.php:73 src/Module/Admin/Logs/View.php:98 -#: src/Module/Debug/ActivityPubConversion.php:62 -msgid "Source" -msgstr "" - -#: src/Module/Admin/Logs/Settings.php:48 +#: src/Module/Admin/Logs/Settings.php:47 #, 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:72 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "PHP log currently enabled." -#: src/Module/Admin/Logs/Settings.php:74 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "PHP log currently disabled." -#: src/Module/Admin/Logs/Settings.php:81 src/Module/BaseAdmin.php:108 -#: src/Module/BaseAdmin.php:109 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 +#: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Logs" -#: src/Module/Admin/Logs/Settings.php:83 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Clear" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "Enable debugging" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Log file" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:92 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:89 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Log level" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "PHP logging" -#: src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -5228,7 +4198,7 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:110 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "View logs" @@ -5237,7 +4207,7 @@ msgid "Search in logs" msgstr "" #: src/Module/Admin/Logs/View.php:88 -#: src/Module/Notifications/Notifications.php:126 +#: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "Show all" @@ -5265,10 +4235,19 @@ msgstr "" msgid "Click to view details" msgstr "" +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 +msgid "Event details" +msgstr "Event details" + #: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" +#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Debug/ActivityPubConversion.php:57 +msgid "Source" +msgstr "" + #: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" @@ -5325,465 +4304,472 @@ msgstr "" msgid "Job Parameters" msgstr "Job parameters" +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 +msgid "Created" +msgstr "Created" + #: src/Module/Admin/Queue.php:79 msgid "Priority" msgstr "Priority" -#: src/Module/Admin/Site.php:70 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: src/Module/Admin/Site.php:124 -msgid "Relocation started. Could take a while to complete." +#: src/Module/Admin/Site.php:212 +#, php-format +msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:404 src/Module/Settings/Display.php:139 +#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:211 msgid "No special theme for mobile devices" msgstr "No special theme for mobile devices" -#: src/Module/Admin/Site.php:421 src/Module/Settings/Display.php:149 +#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:221 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimental)" -#: src/Module/Admin/Site.php:433 -msgid "No community page for local users" -msgstr "No community page for local users" - -#: src/Module/Admin/Site.php:434 +#: src/Module/Admin/Site.php:342 msgid "No community page" msgstr "No community page" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:343 +msgid "No community page for visitors" +msgstr "" + +#: src/Module/Admin/Site.php:344 msgid "Public postings from users of this site" msgstr "Public postings from users of this site" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:345 msgid "Public postings from the federated network" msgstr "Public postings from the federated network" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:346 msgid "Public postings from local users and the federated network" msgstr "Public postings from local users and the federated network" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:352 msgid "Multi user instance" msgstr "Multi user instance" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:375 msgid "Closed" msgstr "Closed" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:376 msgid "Requires approval" msgstr "Requires approval" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:377 msgid "Open" msgstr "Open" -#: src/Module/Admin/Site.php:476 src/Module/Install.php:215 -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:477 src/Module/Install.php:216 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:478 src/Module/Install.php:217 -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:482 +#: src/Module/Admin/Site.php:381 msgid "Don't check" msgstr "Don't check" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:382 msgid "check the stable version" msgstr "check for stable version updates" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:383 msgid "check the development version" msgstr "check for development version updates" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:387 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:388 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:389 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:500 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Site" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:400 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:402 msgid "Republish users to directory" msgstr "Republish users to directory" -#: src/Module/Admin/Site.php:504 src/Module/Register.php:141 +#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 msgid "Registration" msgstr "Registration" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:404 msgid "File upload" msgstr "File upload" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:405 msgid "Policies" msgstr "Policies" -#: src/Module/Admin/Site.php:508 +#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 +msgid "Advanced" +msgstr "Advanced" + +#: src/Module/Admin/Site.php:407 msgid "Auto Discovered Contact Directory" msgstr "Auto-discovered contact directory" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:408 msgid "Performance" msgstr "Performance" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:409 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:511 +#: src/Module/Admin/Site.php:410 msgid "Message Relay" msgstr "Message relay" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:411 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:412 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:413 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:516 -msgid "Relocate Instance" -msgstr "Relocate Instance" - -#: src/Module/Admin/Site.php:517 -msgid "" -"Warning! Advanced function. Could make this server " -"unreachable." +#: src/Module/Admin/Site.php:415 +msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:521 +#: src/Module/Admin/Site.php:416 +msgid "" +"Relocating your node enables you to change the DNS domain of this node and " +"keep all the existing users and posts. This process takes a while and can " +"only be started from the relocate console command like this:" +msgstr "" + +#: src/Module/Admin/Site.php:417 +msgid "(Friendica directory)# bin/console relocate https://newdomain.com" +msgstr "" + +#: src/Module/Admin/Site.php:420 msgid "Site name" msgstr "Site name" -#: src/Module/Admin/Site.php:522 +#: src/Module/Admin/Site.php:421 msgid "Sender Email" msgstr "Sender email" -#: src/Module/Admin/Site.php:522 +#: src/Module/Admin/Site.php:421 msgid "" "The email address your server shall use to send notification emails from." msgstr "The email address your server shall use to send notification emails from." -#: src/Module/Admin/Site.php:523 +#: src/Module/Admin/Site.php:422 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:523 +#: src/Module/Admin/Site.php:422 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:524 +#: src/Module/Admin/Site.php:423 msgid "Banner/Logo" msgstr "Banner/Logo" -#: src/Module/Admin/Site.php:525 +#: src/Module/Admin/Site.php:424 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:526 +#: src/Module/Admin/Site.php:425 msgid "Shortcut icon" msgstr "Shortcut icon" -#: src/Module/Admin/Site.php:526 +#: src/Module/Admin/Site.php:425 msgid "Link to an icon that will be used for browsers." msgstr "Link to an icon that will be used for browsers." -#: src/Module/Admin/Site.php:527 +#: src/Module/Admin/Site.php:426 msgid "Touch icon" msgstr "Touch icon" -#: src/Module/Admin/Site.php:527 +#: src/Module/Admin/Site.php:426 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Link to an icon that will be used for tablets and mobiles." -#: src/Module/Admin/Site.php:528 +#: src/Module/Admin/Site.php:427 msgid "Additional Info" msgstr "Additional Info" -#: src/Module/Admin/Site.php:528 +#: src/Module/Admin/Site.php:427 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "For public servers: You can add additional information here that will be listed at %s/servers." -#: src/Module/Admin/Site.php:529 +#: src/Module/Admin/Site.php:428 msgid "System language" msgstr "System language" -#: src/Module/Admin/Site.php:530 +#: src/Module/Admin/Site.php:429 msgid "System theme" msgstr "System theme" -#: src/Module/Admin/Site.php:530 +#: src/Module/Admin/Site.php:429 +#, php-format msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "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" +msgstr "" -#: src/Module/Admin/Site.php:531 +#: src/Module/Admin/Site.php:430 msgid "Mobile system theme" msgstr "Mobile system theme" -#: src/Module/Admin/Site.php:531 +#: src/Module/Admin/Site.php:430 msgid "Theme for mobile devices" msgstr "Theme for mobile devices" -#: src/Module/Admin/Site.php:532 src/Module/Install.php:225 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:532 src/Module/Install.php:227 -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:533 +#: src/Module/Admin/Site.php:431 msgid "Force SSL" msgstr "Force SSL" -#: src/Module/Admin/Site.php:533 +#: src/Module/Admin/Site.php:431 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." -#: src/Module/Admin/Site.php:534 +#: src/Module/Admin/Site.php:432 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:534 +#: src/Module/Admin/Site.php:432 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:535 +#: src/Module/Admin/Site.php:433 msgid "Single user instance" msgstr "Single user instance" -#: src/Module/Admin/Site.php:535 +#: src/Module/Admin/Site.php:433 msgid "Make this instance multi-user or single-user for the named user" msgstr "Make this instance multi-user or single-user for the named user" -#: src/Module/Admin/Site.php:537 +#: src/Module/Admin/Site.php:435 msgid "Maximum image size" msgstr "Maximum image size" -#: src/Module/Admin/Site.php:537 +#: src/Module/Admin/Site.php:435 +#, php-format msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." +"Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" +msgstr "" -#: src/Module/Admin/Site.php:538 +#: src/Module/Admin/Site.php:439 msgid "Maximum image length" msgstr "Maximum image length" -#: src/Module/Admin/Site.php:538 +#: src/Module/Admin/Site.php:439 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." -#: src/Module/Admin/Site.php:539 +#: src/Module/Admin/Site.php:440 msgid "JPEG image quality" msgstr "JPEG image quality" -#: src/Module/Admin/Site.php:539 +#: src/Module/Admin/Site.php:440 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Uploaded JPEGs will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." -#: src/Module/Admin/Site.php:541 +#: src/Module/Admin/Site.php:442 msgid "Register policy" msgstr "Registration policy" -#: src/Module/Admin/Site.php:542 +#: src/Module/Admin/Site.php:443 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:443 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:444 msgid "Maximum Daily Registrations" msgstr "Maximum daily registrations" -#: src/Module/Admin/Site.php:542 +#: src/Module/Admin/Site.php:444 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." -#: src/Module/Admin/Site.php:543 +#: src/Module/Admin/Site.php:445 msgid "Register text" msgstr "Registration text" -#: src/Module/Admin/Site.php:543 +#: src/Module/Admin/Site.php:445 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Will be displayed prominently on the registration page. You may use BBCode here." -#: src/Module/Admin/Site.php:544 +#: src/Module/Admin/Site.php:446 msgid "Forbidden Nicknames" msgstr "Forbidden Nicknames" -#: src/Module/Admin/Site.php:544 +#: src/Module/Admin/Site.php:446 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." -#: src/Module/Admin/Site.php:545 +#: src/Module/Admin/Site.php:447 msgid "Accounts abandoned after x days" msgstr "Accounts abandoned after so many days" -#: src/Module/Admin/Site.php:545 +#: src/Module/Admin/Site.php:447 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." -#: src/Module/Admin/Site.php:546 +#: src/Module/Admin/Site.php:448 msgid "Allowed friend domains" msgstr "Allowed friend domains" -#: src/Module/Admin/Site.php:546 +#: src/Module/Admin/Site.php:448 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Comma-separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" -#: src/Module/Admin/Site.php:547 +#: src/Module/Admin/Site.php:449 msgid "Allowed email domains" msgstr "Allowed email domains" -#: src/Module/Admin/Site.php:547 +#: src/Module/Admin/Site.php:449 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Comma-separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" -#: src/Module/Admin/Site.php:548 +#: src/Module/Admin/Site.php:450 msgid "No OEmbed rich content" msgstr "No OEmbed rich content" -#: src/Module/Admin/Site.php:548 +#: src/Module/Admin/Site.php:450 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." -#: src/Module/Admin/Site.php:549 +#: src/Module/Admin/Site.php:451 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:549 +#: src/Module/Admin/Site.php:451 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:550 +#: src/Module/Admin/Site.php:452 msgid "Block public" msgstr "Block public" -#: src/Module/Admin/Site.php:550 +#: src/Module/Admin/Site.php:452 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "Force publish" msgstr "Mandatory directory listing" -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Force all profiles on this site to be listed in the site directory." -#: src/Module/Admin/Site.php:551 +#: src/Module/Admin/Site.php:453 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Enabling this may violate privacy laws like the GDPR" -#: src/Module/Admin/Site.php:552 +#: src/Module/Admin/Site.php:454 msgid "Global directory URL" msgstr "Global directory URL" -#: src/Module/Admin/Site.php:552 +#: src/Module/Admin/Site.php:454 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." -#: src/Module/Admin/Site.php:553 +#: src/Module/Admin/Site.php:455 msgid "Private posts by default for new users" msgstr "Private posts by default for new users" -#: src/Module/Admin/Site.php:553 +#: src/Module/Admin/Site.php:455 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:554 +#: src/Module/Admin/Site.php:456 msgid "Don't include post content in email notifications" msgstr "Don't include post content in email notifications" -#: src/Module/Admin/Site.php:554 +#: src/Module/Admin/Site.php:456 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." -#: src/Module/Admin/Site.php:555 +#: src/Module/Admin/Site.php:457 msgid "Disallow public access to addons listed in the apps menu." msgstr "Disallow public access to addons listed in the apps menu." -#: src/Module/Admin/Site.php:555 +#: src/Module/Admin/Site.php:457 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Checking this box will restrict addons listed in the apps menu to members only." -#: src/Module/Admin/Site.php:556 +#: src/Module/Admin/Site.php:458 msgid "Don't embed private images in posts" msgstr "Don't embed private images in posts" -#: src/Module/Admin/Site.php:556 +#: src/Module/Admin/Site.php:458 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 " @@ -5791,11 +4777,11 @@ msgid "" "while." msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." -#: src/Module/Admin/Site.php:557 +#: src/Module/Admin/Site.php:459 msgid "Explicit Content" msgstr "Explicit Content" -#: src/Module/Admin/Site.php:557 +#: src/Module/Admin/Site.php:459 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 " @@ -5804,255 +4790,267 @@ msgid "" "will be shown at the user registration page." msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." -#: src/Module/Admin/Site.php:558 +#: src/Module/Admin/Site.php:460 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:558 +#: src/Module/Admin/Site.php:460 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:559 +#: src/Module/Admin/Site.php:461 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:559 +#: src/Module/Admin/Site.php:461 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:560 +#: src/Module/Admin/Site.php:462 msgid "Allow Users to set remote_self" msgstr "Allow users to set \"Remote self\"" -#: src/Module/Admin/Site.php:560 +#: src/Module/Admin/Site.php:462 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." -#: src/Module/Admin/Site.php:561 +#: src/Module/Admin/Site.php:463 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:561 +#: src/Module/Admin/Site.php:463 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:562 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:562 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:563 +#: src/Module/Admin/Site.php:465 msgid "Enable Fullname check" msgstr "" -#: src/Module/Admin/Site.php:563 +#: src/Module/Admin/Site.php:465 msgid "" "Enable check to only allow users to register with a space between the first " "name and the last name in their full name." msgstr "" -#: src/Module/Admin/Site.php:564 +#: src/Module/Admin/Site.php:466 +msgid "Email administrators on new registration" +msgstr "" + +#: src/Module/Admin/Site.php:466 +msgid "" +"If enabled and the system is set to an open registration, an email for each " +"new registration is sent to the administrators." +msgstr "" + +#: src/Module/Admin/Site.php:467 msgid "Community pages for visitors" msgstr "Community pages for visitors" -#: src/Module/Admin/Site.php:564 +#: src/Module/Admin/Site.php:467 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Which community pages should be available for visitors. Local users always see both pages." -#: src/Module/Admin/Site.php:565 +#: src/Module/Admin/Site.php:468 msgid "Posts per user on community page" msgstr "Posts per user on community page" -#: src/Module/Admin/Site.php:565 +#: src/Module/Admin/Site.php:468 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")" -#: src/Module/Admin/Site.php:567 +#: src/Module/Admin/Site.php:470 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:567 +#: src/Module/Admin/Site.php:470 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:568 +#: src/Module/Admin/Site.php:471 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:569 +#: src/Module/Admin/Site.php:472 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:569 +#: src/Module/Admin/Site.php:472 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:571 +#: src/Module/Admin/Site.php:474 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." -#: src/Module/Admin/Site.php:572 +#: src/Module/Admin/Site.php:475 msgid "Enable Diaspora support" msgstr "Enable diaspora* support" -#: src/Module/Admin/Site.php:572 +#: src/Module/Admin/Site.php:475 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:573 +#: src/Module/Admin/Site.php:476 msgid "Verify SSL" msgstr "Verify SSL" -#: src/Module/Admin/Site.php:573 +#: src/Module/Admin/Site.php:476 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." -#: src/Module/Admin/Site.php:574 +#: src/Module/Admin/Site.php:477 msgid "Proxy user" msgstr "Proxy user" -#: src/Module/Admin/Site.php:575 +#: src/Module/Admin/Site.php:477 +msgid "User name for the proxy server." +msgstr "" + +#: src/Module/Admin/Site.php:478 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Module/Admin/Site.php:576 +#: src/Module/Admin/Site.php:478 +msgid "" +"If you want to use a proxy server that Friendica should use to connect to " +"the network, put the URL of the proxy here." +msgstr "" + +#: src/Module/Admin/Site.php:479 msgid "Network timeout" msgstr "Network timeout" -#: src/Module/Admin/Site.php:576 +#: src/Module/Admin/Site.php:479 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." -#: src/Module/Admin/Site.php:577 +#: src/Module/Admin/Site.php:480 msgid "Maximum Load Average" msgstr "Maximum load average" -#: src/Module/Admin/Site.php:577 +#: src/Module/Admin/Site.php:480 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Maximum system load before delivery and poll processes are deferred - default %d." -#: src/Module/Admin/Site.php:578 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: src/Module/Admin/Site.php:578 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: src/Module/Admin/Site.php:579 +#: src/Module/Admin/Site.php:481 msgid "Minimal Memory" msgstr "Minimal memory" -#: src/Module/Admin/Site.php:579 +#: src/Module/Admin/Site.php:481 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." -#: src/Module/Admin/Site.php:580 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:580 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:582 +#: src/Module/Admin/Site.php:484 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:582 +#: src/Module/Admin/Site.php:484 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:583 +#: src/Module/Admin/Site.php:485 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:584 +#: src/Module/Admin/Site.php:486 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:585 +#: src/Module/Admin/Site.php:487 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:587 +#: src/Module/Admin/Site.php:489 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:587 +#: src/Module/Admin/Site.php:489 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:589 +#: src/Module/Admin/Site.php:491 msgid "Days between requery" msgstr "Days between enquiry" -#: src/Module/Admin/Site.php:589 +#: src/Module/Admin/Site.php:491 msgid "Number of days after which a server is requeried for his contacts." msgstr "Number of days after which a server is rechecked for contacts." -#: src/Module/Admin/Site.php:590 +#: src/Module/Admin/Site.php:492 msgid "Discover contacts from other servers" msgstr "Discover contacts from other servers" -#: src/Module/Admin/Site.php:590 +#: src/Module/Admin/Site.php:492 msgid "" "Periodically query other servers for contacts. The system queries Friendica," " Mastodon and Hubzilla servers." msgstr "" -#: src/Module/Admin/Site.php:591 +#: src/Module/Admin/Site.php:493 msgid "Search the local directory" msgstr "Search the local directory" -#: src/Module/Admin/Site.php:591 +#: src/Module/Admin/Site.php:493 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." -#: src/Module/Admin/Site.php:593 +#: src/Module/Admin/Site.php:495 msgid "Publish server information" msgstr "Publish server information" -#: src/Module/Admin/Site.php:593 +#: src/Module/Admin/Site.php:495 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 " @@ -6060,50 +5058,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -#: src/Module/Admin/Site.php:595 +#: src/Module/Admin/Site.php:497 msgid "Check upstream version" msgstr "Check upstream version" -#: src/Module/Admin/Site.php:595 +#: src/Module/Admin/Site.php:497 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." -#: src/Module/Admin/Site.php:596 +#: src/Module/Admin/Site.php:498 msgid "Suppress Tags" msgstr "Suppress tags" -#: src/Module/Admin/Site.php:596 +#: src/Module/Admin/Site.php:498 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Suppress listed hashtags at the end of posts." -#: src/Module/Admin/Site.php:597 +#: src/Module/Admin/Site.php:499 msgid "Clean database" msgstr "Clean database" -#: src/Module/Admin/Site.php:597 +#: src/Module/Admin/Site.php:499 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Remove old remote items, orphaned database records, and old content from some other helper tables." -#: src/Module/Admin/Site.php:598 +#: src/Module/Admin/Site.php:500 msgid "Lifespan of remote items" msgstr "Lifespan of remote items" -#: src/Module/Admin/Site.php:598 +#: src/Module/Admin/Site.php:500 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 "If the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items, are always kept. 0 disables this behavior." -#: src/Module/Admin/Site.php:599 +#: src/Module/Admin/Site.php:501 msgid "Lifespan of unclaimed items" msgstr "Lifespan of unclaimed items" -#: src/Module/Admin/Site.php:599 +#: src/Module/Admin/Site.php:501 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -6111,144 +5109,144 @@ msgid "" "items if set to 0." msgstr "If the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." -#: src/Module/Admin/Site.php:600 +#: src/Module/Admin/Site.php:502 msgid "Lifespan of raw conversation data" msgstr "Lifespan of raw conversation data" -#: src/Module/Admin/Site.php:600 +#: src/Module/Admin/Site.php:502 msgid "" "The conversation data is used for ActivityPub and OStatus, as well as for " "debug purposes. It should be safe to remove it after 14 days, default is 90 " "days." msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." -#: src/Module/Admin/Site.php:601 +#: src/Module/Admin/Site.php:503 msgid "Maximum numbers of comments per post" msgstr "Maximum number of comments per post" -#: src/Module/Admin/Site.php:601 +#: src/Module/Admin/Site.php:503 msgid "How much comments should be shown for each post? Default value is 100." msgstr "How many comments should be shown for each post? (Default 100)" -#: src/Module/Admin/Site.php:602 +#: src/Module/Admin/Site.php:504 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:602 +#: src/Module/Admin/Site.php:504 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:603 +#: src/Module/Admin/Site.php:505 msgid "Temp path" msgstr "Temp path" -#: src/Module/Admin/Site.php:603 +#: src/Module/Admin/Site.php:505 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Enter a different temp path if your system restricts the webserver's access to the system temp path." -#: src/Module/Admin/Site.php:604 +#: src/Module/Admin/Site.php:506 msgid "Only search in tags" msgstr "Only search in tags" -#: src/Module/Admin/Site.php:604 +#: src/Module/Admin/Site.php:506 msgid "On large systems the text search can slow down the system extremely." msgstr "On large systems, the text search can slow down the system significantly." -#: src/Module/Admin/Site.php:606 -msgid "New base url" -msgstr "New base URL" +#: src/Module/Admin/Site.php:507 +msgid "Generate counts per contact circle when calculating network count" +msgstr "" -#: src/Module/Admin/Site.php:606 +#: src/Module/Admin/Site.php:507 msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "" -#: src/Module/Admin/Site.php:608 +#: src/Module/Admin/Site.php:509 msgid "Maximum number of parallel workers" msgstr "Maximum number of parallel workers" -#: src/Module/Admin/Site.php:608 +#: src/Module/Admin/Site.php:509 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." -#: src/Module/Admin/Site.php:609 +#: src/Module/Admin/Site.php:510 msgid "Enable fastlane" msgstr "Enable fast-lane" -#: src/Module/Admin/Site.php:609 +#: src/Module/Admin/Site.php:510 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." +msgstr "When enabled, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." -#: src/Module/Admin/Site.php:611 +#: src/Module/Admin/Site.php:512 msgid "Direct relay transfer" msgstr "Direct relay transfer" -#: src/Module/Admin/Site.php:611 +#: src/Module/Admin/Site.php:512 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Enables direct transfer to other servers without using a relay server." -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "Relay scope" msgstr "Relay scope" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "" "Can be \"all\" or \"tags\". \"all\" means that every public post should be " "received. \"tags\" means that only posts with selected tags should be " "received." msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." -#: src/Module/Admin/Site.php:612 src/Module/Contact.php:473 -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "Disabled" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "all" msgstr "all" -#: src/Module/Admin/Site.php:612 +#: src/Module/Admin/Site.php:513 msgid "tags" msgstr "tags" -#: src/Module/Admin/Site.php:613 +#: src/Module/Admin/Site.php:514 msgid "Server tags" msgstr "Server tags" -#: src/Module/Admin/Site.php:613 +#: src/Module/Admin/Site.php:514 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Comma separated list of tags for the \"tags\" subscription." -#: src/Module/Admin/Site.php:614 +#: src/Module/Admin/Site.php:515 msgid "Deny Server tags" msgstr "Deny server tags" -#: src/Module/Admin/Site.php:614 +#: src/Module/Admin/Site.php:515 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:615 +#: src/Module/Admin/Site.php:516 msgid "Allow user tags" msgstr "Allow user tags" -#: src/Module/Admin/Site.php:615 +#: src/Module/Admin/Site.php:516 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"." -#: src/Module/Admin/Site.php:618 +#: src/Module/Admin/Site.php:519 msgid "Start Relocation" msgstr "Start relocation" @@ -6262,48 +5260,54 @@ msgstr "" msgid "Storage backend %s error: %s" msgstr "" -#: src/Module/Admin/Storage.php:85 src/Module/Admin/Storage.php:88 +#: src/Module/Admin/Storage.php:84 src/Module/Admin/Storage.php:87 msgid "Invalid storage backend setting value." msgstr "Invalid storage backend setting." -#: src/Module/Admin/Storage.php:140 +#: src/Module/Admin/Storage.php:139 msgid "Current Storage Backend" msgstr "" -#: src/Module/Admin/Storage.php:141 +#: src/Module/Admin/Storage.php:140 msgid "Storage Configuration" msgstr "" -#: src/Module/Admin/Storage.php:142 src/Module/BaseAdmin.php:91 +#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:91 msgid "Storage" msgstr "" -#: src/Module/Admin/Storage.php:144 +#: src/Module/Admin/Storage.php:143 msgid "Save & Use storage backend" msgstr "" -#: src/Module/Admin/Storage.php:145 +#: src/Module/Admin/Storage.php:144 msgid "Use storage backend" msgstr "" -#: src/Module/Admin/Storage.php:146 +#: src/Module/Admin/Storage.php:145 msgid "Save & Reload" msgstr "" -#: src/Module/Admin/Storage.php:147 +#: src/Module/Admin/Storage.php:146 msgid "This backend doesn't have custom settings" msgstr "" +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + #: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "Database (legacy)" -#: src/Module/Admin/Summary.php:54 +#: src/Module/Admin/Summary.php:55 #, php-format msgid "Template engine (%s) error: %s" msgstr "" -#: src/Module/Admin/Summary.php:58 +#: src/Module/Admin/Summary.php:59 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " @@ -6314,7 +5318,7 @@ 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:63 +#: src/Module/Admin/Summary.php:64 #, php-format msgid "" "Your DB still runs with InnoDB tables in the Antelope file format. You " @@ -6325,7 +5329,7 @@ msgid "" " installation for an automatic conversion.
    " msgstr "" -#: src/Module/Admin/Summary.php:73 +#: src/Module/Admin/Summary.php:74 #, php-format msgid "" "Your table_definition_cache is too low (%d). This can lead to the database " @@ -6333,39 +5337,46 @@ msgid "" " to %d. See here for more information.
    " msgstr "" -#: src/Module/Admin/Summary.php:83 +#: src/Module/Admin/Summary.php:85 #, 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:92 +#: src/Module/Admin/Summary.php:94 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:96 +#: src/Module/Admin/Summary.php:98 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:101 +#: src/Module/Admin/Summary.php:102 +msgid "" +"The system.url entry is missing. This is a low level setting and can lead to" +" unexpected behavior. Please add a valid entry as soon as possible in the " +"config file or per console command!" +msgstr "" + +#: src/Module/Admin/Summary.php:107 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:103 +#: src/Module/Admin/Summary.php:109 #, 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:108 +#: src/Module/Admin/Summary.php:114 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -6374,7 +5385,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:112 +#: src/Module/Admin/Summary.php:118 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -6383,7 +5394,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:118 +#: src/Module/Admin/Summary.php:124 #, php-format msgid "" "%s is not reachable on your system. This is a severe " @@ -6391,83 +5402,40 @@ 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:136 -#, 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:150 -#, 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:166 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "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:174 +#: src/Module/Admin/Summary.php:156 #, 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:182 +#: src/Module/Admin/Summary.php:164 #, 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:189 -msgid "Normal Account" -msgstr "Standard account" - -#: src/Module/Admin/Summary.php:190 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: src/Module/Admin/Summary.php:191 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: src/Module/Admin/Summary.php:192 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: src/Module/Admin/Summary.php:193 -msgid "Blog Account" -msgstr "Blog account" - -#: src/Module/Admin/Summary.php:194 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: src/Module/Admin/Summary.php:214 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Message queues" -#: src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Server Settings" -#: src/Module/Admin/Summary.php:236 -msgid "Registered users" -msgstr "Signed up users" - -#: src/Module/Admin/Summary.php:238 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: src/Module/Admin/Summary.php:239 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:243 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Active addons" @@ -6491,11 +5459,11 @@ msgid "Screenshot" msgstr "Screenshot" #: src/Module/Admin/Themes/Details.php:91 -#: src/Module/Admin/Themes/Index.php:112 src/Module/BaseAdmin.php:94 +#: src/Module/Admin/Themes/Index.php:112 src/Module/BaseAdmin.php:93 msgid "Themes" msgstr "Theme selection" -#: src/Module/Admin/Themes/Embed.php:65 +#: src/Module/Admin/Themes/Embed.php:80 msgid "Unknown theme." msgstr "Unknown theme." @@ -6507,245 +5475,69 @@ msgstr "" msgid "Reload active themes" msgstr "Reload active themes" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, 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:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "[Experimental]" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "[Unsupported]" -#: src/Module/Admin/Tos.php:60 +#: src/Module/Admin/Tos.php:79 msgid "Display Terms of Service" msgstr "Display Terms of Service" -#: src/Module/Admin/Tos.php:60 +#: src/Module/Admin/Tos.php:79 msgid "" "Enable the Terms of Service page. If this is enabled a link to the terms " "will be added to the registration form and the general information page." msgstr "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page." -#: src/Module/Admin/Tos.php:61 +#: src/Module/Admin/Tos.php:80 msgid "Display Privacy Statement" msgstr "Display Privacy Statement" -#: src/Module/Admin/Tos.php:61 +#: src/Module/Admin/Tos.php:80 #, php-format msgid "" "Show some informations regarding the needed information to operate the node " -"according e.g. to EU-GDPR." +"according e.g. to EU-GDPR." msgstr "" -#: src/Module/Admin/Tos.php:62 +#: src/Module/Admin/Tos.php:81 msgid "Privacy Statement Preview" msgstr "Privacy Statement Preview" -#: src/Module/Admin/Tos.php:64 +#: src/Module/Admin/Tos.php:83 msgid "The Terms of Service" msgstr "Terms of Service" -#: src/Module/Admin/Tos.php:64 +#: src/Module/Admin/Tos.php:83 msgid "" "Enter the Terms of Service for your node here. You can use BBCode. Headers " "of sections should be [h2] and below." msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less." -#: src/Module/Admin/Users/Active.php:45 src/Module/Admin/Users/Index.php:45 -#, php-format -msgid "%s user blocked" -msgid_plural "%s users blocked" -msgstr[0] "%s user blocked" -msgstr[1] "%s users blocked" - -#: src/Module/Admin/Users/Active.php:53 src/Module/Admin/Users/Active.php:88 -#: src/Module/Admin/Users/Blocked.php:54 src/Module/Admin/Users/Blocked.php:89 -#: src/Module/Admin/Users/Index.php:60 src/Module/Admin/Users/Index.php:95 -msgid "You can't remove yourself" -msgstr "You can't remove yourself" - -#: src/Module/Admin/Users/Active.php:57 src/Module/Admin/Users/Blocked.php:58 -#: src/Module/Admin/Users/Index.php:64 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s user deleted" -msgstr[1] "%s users deleted" - -#: src/Module/Admin/Users/Active.php:86 src/Module/Admin/Users/Blocked.php:87 -#: src/Module/Admin/Users/Index.php:93 -#, php-format -msgid "User \"%s\" deleted" -msgstr "User \"%s\" deleted" - -#: src/Module/Admin/Users/Active.php:96 src/Module/Admin/Users/Index.php:103 -#, php-format -msgid "User \"%s\" blocked" -msgstr "User \"%s\" blocked" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Register date" -msgstr "Registration date" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Last login" -msgstr "Last login" - -#: src/Module/Admin/Users/Active.php:129 -#: src/Module/Admin/Users/Blocked.php:130 -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:142 -#: src/Module/Admin/Users/Index.php:162 -msgid "Last public item" +#: src/Module/Admin/Tos.php:84 +msgid "The rules" msgstr "" -#: src/Module/Admin/Users/Active.php:137 -msgid "Active Accounts" +#: src/Module/Admin/Tos.php:84 +msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Admin/Users/Active.php:141 -#: src/Module/Admin/Users/Blocked.php:141 src/Module/Admin/Users/Index.php:155 -msgid "User blocked" -msgstr "User blocked" - -#: src/Module/Admin/Users/Active.php:142 -#: src/Module/Admin/Users/Blocked.php:143 src/Module/Admin/Users/Index.php:157 -msgid "Site admin" -msgstr "Site admin" - -#: src/Module/Admin/Users/Active.php:143 -#: src/Module/Admin/Users/Blocked.php:144 src/Module/Admin/Users/Index.php:158 -msgid "Account expired" -msgstr "Account expired" - -#: src/Module/Admin/Users/Active.php:144 src/Module/Admin/Users/Index.php:161 -msgid "Create a new user" -msgstr "" - -#: src/Module/Admin/Users/Active.php:150 -#: src/Module/Admin/Users/Blocked.php:150 src/Module/Admin/Users/Index.php:167 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: src/Module/Admin/Users/Active.php:151 -#: src/Module/Admin/Users/Blocked.php:151 src/Module/Admin/Users/Index.php:168 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: src/Module/Admin/Users/Blocked.php:46 src/Module/Admin/Users/Index.php:52 +#: src/Module/Api/ApiResponse.php:293 #, php-format -msgid "%s user unblocked" -msgid_plural "%s users unblocked" -msgstr[0] "%s user unblocked" -msgstr[1] "%s users unblocked" - -#: src/Module/Admin/Users/Blocked.php:96 src/Module/Admin/Users/Index.php:109 -#, php-format -msgid "User \"%s\" unblocked" -msgstr "User \"%s\" unblocked" - -#: src/Module/Admin/Users/Blocked.php:138 -msgid "Blocked Users" +msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" -#: src/Module/Admin/Users/Create.php:62 -msgid "New User" -msgstr "New user" - -#: src/Module/Admin/Users/Create.php:63 -msgid "Add User" -msgstr "Add user" - -#: src/Module/Admin/Users/Create.php:71 -msgid "Name of the new user." -msgstr "Name of the new user." - -#: src/Module/Admin/Users/Create.php:72 -msgid "Nickname" -msgstr "Nickname" - -#: src/Module/Admin/Users/Create.php:72 -msgid "Nickname of the new user." -msgstr "Nickname of the new user." - -#: src/Module/Admin/Users/Create.php:73 -msgid "Email address of the new user." -msgstr "Email address of the new user." - -#: src/Module/Admin/Users/Deleted.php:86 -msgid "Users awaiting permanent deletion" -msgstr "" - -#: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:162 -msgid "Permanent deletion" -msgstr "Permanent deletion" - -#: src/Module/Admin/Users/Index.php:150 src/Module/Admin/Users/Index.php:160 -#: src/Module/BaseAdmin.php:92 -msgid "Users" -msgstr "Users" - -#: src/Module/Admin/Users/Index.php:152 -msgid "User waiting for permanent deletion" -msgstr "User awaiting permanent deletion" - -#: src/Module/Admin/Users/Pending.php:48 -#, php-format -msgid "%s user approved" -msgid_plural "%s users approved" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Admin/Users/Pending.php:55 -#, php-format -msgid "%s registration revoked" -msgid_plural "%s registrations revoked" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Admin/Users/Pending.php:81 -msgid "Account approved." -msgstr "Account approved." - -#: src/Module/Admin/Users/Pending.php:87 -msgid "Registration revoked" -msgstr "" - -#: src/Module/Admin/Users/Pending.php:102 -msgid "User registrations awaiting review" -msgstr "" - -#: src/Module/Admin/Users/Pending.php:104 -msgid "Request date" -msgstr "Request date" - -#: src/Module/Admin/Users/Pending.php:105 -msgid "No registrations." -msgstr "No registrations." - -#: src/Module/Admin/Users/Pending.php:106 -msgid "Note from the user" -msgstr "Note from the user" - -#: src/Module/Admin/Users/Pending.php:108 -msgid "Deny" -msgstr "Deny" - -#: src/Module/Api/Mastodon/Apps.php:58 +#: src/Module/Api/Mastodon/Apps.php:73 msgid "Missing parameters" msgstr "" @@ -6753,16 +5545,11 @@ msgstr "" msgid "Only starting posts can be bookmarked" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Mute.php:50 +#: src/Module/Api/Mastodon/Statuses/Mute.php:51 msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Pin.php:50 -#: src/Module/Api/Mastodon/Statuses/Unpin.php:50 -msgid "Only starting posts can be pinned" -msgstr "" - -#: src/Module/Api/Mastodon/Statuses/Reblog.php:53 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -6771,29 +5558,24 @@ msgstr "" msgid "Only starting posts can be unbookmarked" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unmute.php:50 +#: src/Module/Api/Mastodon/Statuses/Unmute.php:51 msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:53 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" -#: src/Module/Api/Twitter/ContactEndpoint.php:63 src/Module/Contact.php:343 -#: src/Module/Contact.php:358 +#: src/Module/Api/Twitter/ContactEndpoint.php:66 msgid "Contact not found" msgstr "Contact not found" -#: src/Module/Api/Twitter/ContactEndpoint.php:133 -msgid "Profile not found" -msgstr "" - -#: src/Module/Apps.php:47 +#: src/Module/Apps.php:62 msgid "No installed applications." msgstr "No installed applications." -#: src/Module/Apps.php:52 +#: src/Module/Apps.php:67 msgid "Applications" msgstr "Applications" @@ -6802,6 +5584,7 @@ msgid "Item was not found." msgstr "Item was not found." #: src/Module/BaseAdmin.php:54 src/Module/BaseAdmin.php:58 +#: src/Module/BaseModeration.php:77 src/Module/BaseModeration.php:81 msgid "Please login to continue." msgstr "Please login to continue." @@ -6815,149 +5598,218 @@ msgid "" " as the main account." msgstr "" -#: src/Module/BaseAdmin.php:86 +#: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109 msgid "Overview" msgstr "Overview" -#: src/Module/BaseAdmin.php:89 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configuration" -#: src/Module/BaseAdmin.php:95 src/Module/BaseSettings.php:65 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Additional features" -#: src/Module/BaseAdmin.php:98 +#: src/Module/BaseAdmin.php:97 msgid "Database" msgstr "Database" -#: src/Module/BaseAdmin.php:99 +#: src/Module/BaseAdmin.php:98 msgid "DB updates" msgstr "DB updates" -#: src/Module/BaseAdmin.php:100 +#: src/Module/BaseAdmin.php:99 msgid "Inspect Deferred Workers" msgstr "Inspect deferred workers" -#: src/Module/BaseAdmin.php:101 +#: src/Module/BaseAdmin.php:100 msgid "Inspect worker Queue" msgstr "Inspect worker queue" -#: src/Module/BaseAdmin.php:103 -msgid "Tools" -msgstr "Tools" - -#: src/Module/BaseAdmin.php:104 -msgid "Contact Blocklist" -msgstr "Contact block-list" - -#: src/Module/BaseAdmin.php:105 -msgid "Server Blocklist" -msgstr "Server block-list" - -#: src/Module/BaseAdmin.php:112 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostics" -#: src/Module/BaseAdmin.php:113 +#: src/Module/BaseAdmin.php:107 msgid "PHP Info" msgstr "PHP info" -#: src/Module/BaseAdmin.php:114 +#: src/Module/BaseAdmin.php:108 msgid "probe address" msgstr "Probe address" -#: src/Module/BaseAdmin.php:115 +#: src/Module/BaseAdmin.php:109 msgid "check webfinger" msgstr "check WebFinger" -#: src/Module/BaseAdmin.php:117 +#: src/Module/BaseAdmin.php:110 msgid "Babel" msgstr "Babel" -#: src/Module/BaseAdmin.php:118 src/Module/Debug/ActivityPubConversion.php:138 +#: src/Module/BaseAdmin.php:111 src/Module/Debug/ActivityPubConversion.php:137 msgid "ActivityPub Conversion" msgstr "" -#: src/Module/BaseAdmin.php:127 +#: src/Module/BaseAdmin.php:120 msgid "Addon Features" msgstr "Addon features" -#: src/Module/BaseAdmin.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "User registrations awaiting confirmation" -#: src/Module/BaseApi.php:120 -#, php-format -msgid "API endpoint %s %s is not implemented" -msgstr "" - -#: src/Module/BaseApi.php:121 -msgid "" -"The API endpoint is currently not implemented but might be in the future." -msgstr "" - -#: src/Module/BaseApi.php:293 src/Module/BaseApi.php:309 -#: src/Module/BaseApi.php:325 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseProfile.php:51 src/Module/Contact.php:849 +#: src/Module/BaseApi.php:456 +#, 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." + +#: src/Module/BaseApi.php:472 +#, 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] "Weekly posting limit of %d post reached. The post was rejected." +msgstr[1] "Weekly posting limit of %d posts reached. This post was rejected." + +#: src/Module/BaseApi.php:488 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Monthly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 +#: src/Module/Moderation/Users/Index.php:158 +msgid "Users" +msgstr "Users" + +#: src/Module/BaseModeration.php:115 +msgid "Tools" +msgstr "Tools" + +#: src/Module/BaseModeration.php:116 +msgid "Contact Blocklist" +msgstr "Contact block-list" + +#: src/Module/BaseModeration.php:117 +msgid "Server Blocklist" +msgstr "Server block-list" + +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 +msgid "Delete Item" +msgstr "Delete item" + +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 +msgid "Item Source" +msgstr "Item source" + +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 msgid "Profile Details" msgstr "Profile Details" -#: src/Module/BaseProfile.php:109 +#: src/Module/BaseProfile.php:60 +msgid "Conversations started" +msgstr "" + +#: src/Module/BaseProfile.php:111 msgid "Only You Can See This" msgstr "Only you can see this." -#: src/Module/BaseProfile.php:114 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" -#: src/Module/BaseProfile.php:117 +#: src/Module/BaseProfile.php:119 msgid "Posts that are scheduled for publishing" msgstr "" -#: src/Module/BaseProfile.php:136 src/Module/BaseProfile.php:139 +#: src/Module/BaseProfile.php:138 src/Module/BaseProfile.php:141 msgid "Tips for New Members" msgstr "Tips for New Members" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "People search - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" +msgid "Group Search - %s" +msgstr "" -#: src/Module/BaseSettings.php:43 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 +msgid "No matches" +msgstr "No matches" + +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Account" -#: src/Module/BaseSettings.php:50 src/Module/Security/TwoFactor/Verify.php:95 -#: src/Module/Settings/TwoFactor/Index.php:110 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "Two-factor authentication" -#: src/Module/BaseSettings.php:73 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Display" -#: src/Module/BaseSettings.php:94 src/Module/Settings/Delegation.php:171 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 +msgid "Social Networks" +msgstr "Social networks" + +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:101 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Connected apps" -#: src/Module/BaseSettings.php:108 src/Module/Settings/UserExport.php:76 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Export personal data" -#: src/Module/BaseSettings.php:115 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Remove account" @@ -6969,626 +5821,965 @@ msgstr "This page is missing a URL parameter." msgid "The post was created" msgstr "The post was created" -#: src/Module/Contact.php:93 +#: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135 +#: src/Module/Calendar/Event/Form.php:80 +msgid "Invalid Request" +msgstr "" + +#: src/Module/Calendar/Event/API.php:109 +msgid "Event id is missing." +msgstr "" + +#: src/Module/Calendar/Event/API.php:131 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: src/Module/Calendar/Event/API.php:186 src/Module/Calendar/Event/API.php:188 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: src/Module/Calendar/Event/API.php:195 src/Module/Calendar/Event/API.php:197 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: src/Module/Calendar/Event/Form.php:208 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:214 +msgid "Event Starts:" +msgstr "Event starts:" + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:237 src/Module/Debug/Probe.php:59 +#: src/Module/Install.php:201 src/Module/Install.php:227 +#: src/Module/Install.php:232 src/Module/Install.php:246 +#: src/Module/Install.php:255 src/Module/Install.php:260 +#: src/Module/Install.php:266 src/Module/Install.php:271 +#: src/Module/Install.php:285 src/Module/Install.php:298 +#: src/Module/Install.php:325 +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +#: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 +#: src/Module/Security/TwoFactor/Verify.php:101 +#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146 +#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Verify.php:155 +msgid "Required" +msgstr "Required" + +#: src/Module/Calendar/Event/Form.php:223 +#: src/Module/Calendar/Event/Form.php:247 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: src/Module/Calendar/Event/Form.php:225 +#: src/Module/Calendar/Event/Form.php:230 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: src/Module/Calendar/Event/Form.php:237 +#: src/Module/Calendar/Event/Form.php:243 +msgid "Title (BBCode not allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:239 +msgid "Description (BBCode allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:241 +msgid "Location (BBCode not allowed)" +msgstr "" + +#: src/Module/Calendar/Event/Form.php:244 +#: src/Module/Calendar/Event/Form.php:245 +msgid "Share this event" +msgstr "Share this event" + +#: src/Module/Calendar/Event/Form.php:251 src/Module/Profile/Profile.php:275 +msgid "Basic" +msgstr "Basic" + +#: src/Module/Calendar/Export.php:94 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: src/Module/Calendar/Export.php:96 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: src/Module/Calendar/Export.php:113 +msgid "calendar" +msgstr "calendar" + +#: src/Module/Calendar/Show.php:124 +msgid "Events" +msgstr "Events" + +#: src/Module/Calendar/Show.php:125 +msgid "View" +msgstr "View" + +#: src/Module/Calendar/Show.php:126 +msgid "Create New Event" +msgstr "Create new event" + +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:291 +msgid "list" +msgstr "List" + +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contact not found." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:232 +msgid "Invalid contact." +msgstr "Invalid contact." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Contact is deleted." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Bad request." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filter" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Members" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:97 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "%d contact edited." msgstr[1] "%d contacts edited." -#: src/Module/Contact.php:118 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: src/Module/Contact.php:154 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: src/Module/Contact.php:375 -msgid "You can't block yourself" -msgstr "" - -#: src/Module/Contact.php:381 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: src/Module/Contact.php:381 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: src/Module/Contact.php:389 -msgid "You can't ignore yourself" -msgstr "" - -#: src/Module/Contact.php:395 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: src/Module/Contact.php:395 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: src/Module/Contact.php:415 -#, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" - -#: src/Module/Contact.php:419 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: src/Module/Contact.php:423 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: src/Module/Contact.php:447 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: src/Module/Contact.php:449 -msgid "Never" -msgstr "Never" - -#: src/Module/Contact.php:452 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: src/Module/Contact.php:452 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: src/Module/Contact.php:454 src/Module/Contact.php:1035 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: src/Module/Contact.php:458 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: src/Module/Contact.php:463 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: src/Module/Contact.php:469 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: src/Module/Contact.php:471 -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:474 -msgid "Fetch information" -msgstr "Fetch information" - -#: src/Module/Contact.php:475 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: src/Module/Contact.php:476 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: src/Module/Contact.php:488 src/Module/Contact.php:492 -#: src/Module/Contact.php:495 src/Module/Contact.php:499 -msgid "No mirroring" -msgstr "No mirroring" - -#: src/Module/Contact.php:489 -msgid "Mirror as forwarded posting" -msgstr "Mirror as forwarded posting" - -#: src/Module/Contact.php:490 src/Module/Contact.php:496 -#: src/Module/Contact.php:500 -msgid "Mirror as my own posting" -msgstr "Mirror as my own posting" - -#: src/Module/Contact.php:493 src/Module/Contact.php:497 -msgid "Native reshare" -msgstr "" - -#: src/Module/Contact.php:512 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: src/Module/Contact.php:513 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: src/Module/Contact.php:521 -msgid "Contact" -msgstr "Contact" - -#: src/Module/Contact.php:525 -msgid "Their personal note" -msgstr "Their personal note" - -#: src/Module/Contact.php:527 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: src/Module/Contact.php:530 src/Module/Contact.php:1001 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" - -#: src/Module/Contact.php:531 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: src/Module/Contact.php:532 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: src/Module/Contact.php:533 -msgid "View conversations" -msgstr "View conversations" - -#: src/Module/Contact.php:538 -msgid "Last update:" -msgstr "Last update:" - -#: src/Module/Contact.php:540 -msgid "Update public posts" -msgstr "Update public posts" - -#: src/Module/Contact.php:542 src/Module/Contact.php:1045 -msgid "Update now" -msgstr "Update now" - -#: src/Module/Contact.php:545 src/Module/Contact.php:788 -#: src/Module/Contact.php:1072 -msgid "Unignore" -msgstr "Unignore" - -#: src/Module/Contact.php:549 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: src/Module/Contact.php:550 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: src/Module/Contact.php:551 -msgid "Currently archived" -msgstr "Currently archived" - -#: src/Module/Contact.php:552 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement" - -#: src/Module/Contact.php:553 src/Module/Notifications/Introductions.php:170 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: src/Module/Contact.php:553 -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:554 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: src/Module/Contact.php:554 -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:556 -msgid "Keyword Deny List" -msgstr "" - -#: src/Module/Contact.php:556 -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:574 src/Module/Settings/TwoFactor/Index.php:132 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Contact.php:581 -msgid "Mirror postings from this contact" -msgstr "Mirror postings from this contact:" - -#: src/Module/Contact.php:583 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "This will cause Friendica to repost new entries from this contact." - -#: src/Module/Contact.php:698 +#: src/Module/Contact.php:348 msgid "Show all contacts" msgstr "Show all contacts" -#: src/Module/Contact.php:706 +#: src/Module/Contact.php:353 src/Module/Contact.php:432 +#: src/Module/Moderation/BaseUsers.php:85 +msgid "Pending" +msgstr "Pending" + +#: src/Module/Contact.php:356 msgid "Only show pending contacts" msgstr "Only show pending contacts." -#: src/Module/Contact.php:714 +#: src/Module/Contact.php:361 src/Module/Contact.php:435 +#: src/Module/Moderation/BaseUsers.php:93 +msgid "Blocked" +msgstr "Blocked" + +#: src/Module/Contact.php:364 msgid "Only show blocked contacts" msgstr "Only show blocked contacts" -#: src/Module/Contact.php:719 src/Module/Contact.php:766 -#: src/Object/Post.php:309 +#: src/Module/Contact.php:369 src/Module/Contact.php:441 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:369 msgid "Ignored" msgstr "Ignored" -#: src/Module/Contact.php:722 +#: src/Module/Contact.php:372 msgid "Only show ignored contacts" msgstr "Only show ignored contacts" -#: src/Module/Contact.php:727 src/Module/Contact.php:767 +#: src/Module/Contact.php:377 src/Module/Contact.php:444 +msgid "Collapsed" +msgstr "" + +#: src/Module/Contact.php:380 +msgid "Only show collapsed contacts" +msgstr "" + +#: src/Module/Contact.php:385 src/Module/Contact.php:447 msgid "Archived" msgstr "Archived" -#: src/Module/Contact.php:730 +#: src/Module/Contact.php:388 msgid "Only show archived contacts" msgstr "Only show archived contacts" -#: src/Module/Contact.php:735 src/Module/Contact.php:765 +#: src/Module/Contact.php:393 src/Module/Contact.php:438 msgid "Hidden" msgstr "Hidden" -#: src/Module/Contact.php:738 +#: src/Module/Contact.php:396 msgid "Only show hidden contacts" msgstr "Only show hidden contacts" -#: src/Module/Contact.php:746 -msgid "Organize your contact groups" -msgstr "Organize your contact groups" +#: src/Module/Contact.php:404 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:778 +#: src/Module/Contact.php:459 msgid "Search your contacts" msgstr "Search your contacts" -#: src/Module/Contact.php:779 src/Module/Search/Index.php:194 +#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Results for: %s" -#: src/Module/Contact.php:786 +#: src/Module/Contact.php:467 msgid "Update" msgstr "Update" -#: src/Module/Contact.php:790 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:117 +#: src/Module/Moderation/Users/Blocked.php:138 +#: src/Module/Moderation/Users/Index.php:154 +msgid "Unblock" +msgstr "Unblock" + +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 +msgid "Unignore" +msgstr "Unignore" + +#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 +msgid "Uncollapse" +msgstr "" + +#: src/Module/Contact.php:472 msgid "Batch Actions" msgstr "Batch actions" -#: src/Module/Contact.php:825 +#: src/Module/Contact.php:515 msgid "Conversations started by this contact" msgstr "Conversations started by this contact" -#: src/Module/Contact.php:830 +#: src/Module/Contact.php:520 msgid "Posts and Comments" msgstr "Posts and Comments" -#: src/Module/Contact.php:841 +#: src/Module/Contact.php:523 +msgid "Individual Posts and Replies" +msgstr "" + +#: src/Module/Contact.php:531 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:856 +#: src/Module/Contact.php:539 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:866 +#: src/Module/Contact.php:550 msgid "Advanced Contact Settings" msgstr "Advanced contact settings" -#: src/Module/Contact.php:960 +#: src/Module/Contact.php:586 msgid "Mutual Friendship" msgstr "Mutual friendship" -#: src/Module/Contact.php:964 +#: src/Module/Contact.php:590 msgid "is a fan of yours" msgstr "is a fan of yours" -#: src/Module/Contact.php:968 +#: src/Module/Contact.php:594 msgid "you are a fan of" msgstr "I follow them" -#: src/Module/Contact.php:986 +#: src/Module/Contact.php:612 msgid "Pending outgoing contact request" msgstr "Pending outgoing contact request." -#: src/Module/Contact.php:988 +#: src/Module/Contact.php:614 msgid "Pending incoming contact request" msgstr "Pending incoming contact request." -#: src/Module/Contact.php:1055 -msgid "Refetch contact data" -msgstr "Re-fetch contact data." +#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" -#: src/Module/Contact.php:1066 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: src/Module/Contact.php:1074 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: src/Module/Contact.php:1081 src/Module/Contact/Revoke.php:96 -msgid "Revoke Follow" -msgstr "" - -#: src/Module/Contact.php:1083 -msgid "Revoke the follow from this contact" -msgstr "" - -#: src/Module/Contact/Advanced.php:93 +#: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Contact update failed." -#: src/Module/Contact/Advanced.php:110 -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." - -#: src/Module/Contact/Advanced.php:111 -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." - -#: src/Module/Contact/Advanced.php:131 +#: src/Module/Contact/Advanced.php:130 msgid "Return to contact editor" msgstr "Return to contact editor" -#: src/Module/Contact/Advanced.php:136 +#: src/Module/Contact/Advanced.php:134 +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:70 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 +msgid "Name" +msgstr "Name:" + +#: src/Module/Contact/Advanced.php:135 msgid "Account Nickname" msgstr "Account nickname:" -#: src/Module/Contact/Advanced.php:137 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tag name - overrides name/nickname:" - -#: src/Module/Contact/Advanced.php:138 +#: src/Module/Contact/Advanced.php:136 msgid "Account URL" msgstr "Account URL:" -#: src/Module/Contact/Advanced.php:139 -msgid "Account URL Alias" -msgstr "Account URL alias" - -#: src/Module/Contact/Advanced.php:140 -msgid "Friend Request URL" -msgstr "Friend request URL:" - -#: src/Module/Contact/Advanced.php:141 -msgid "Friend Confirm URL" -msgstr "Friend confirm URL:" - -#: src/Module/Contact/Advanced.php:142 -msgid "Notification Endpoint URL" -msgstr "Notification endpoint URL" - -#: src/Module/Contact/Advanced.php:143 +#: src/Module/Contact/Advanced.php:137 msgid "Poll/Feed URL" msgstr "Poll/Feed URL:" -#: src/Module/Contact/Advanced.php:144 +#: src/Module/Contact/Advanced.php:138 msgid "New photo from this URL" msgstr "New photo from this URL:" -#: src/Module/Contact/Contacts.php:31 src/Module/Conversation/Network.php:168 -msgid "Invalid contact." -msgstr "Invalid contact." - -#: src/Module/Contact/Contacts.php:54 +#: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" -#: src/Module/Contact/Contacts.php:68 src/Module/Profile/Common.php:98 +#: src/Module/Contact/Contacts.php:103 src/Module/Profile/Common.php:128 msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:80 src/Module/Profile/Contacts.php:96 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "Follower (%s)" msgstr[1] "Followers (%s)" -#: src/Module/Contact/Contacts.php:84 src/Module/Profile/Contacts.php:99 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "Following (%s)" msgstr[1] "Following (%s)" -#: src/Module/Contact/Contacts.php:88 src/Module/Profile/Contacts.php:102 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "Mutual friend (%s)" msgstr[1] "Mutual friends (%s)" -#: src/Module/Contact/Contacts.php:90 src/Module/Profile/Contacts.php:104 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" -#: src/Module/Contact/Contacts.php:96 src/Module/Profile/Common.php:86 +#: src/Module/Contact/Contacts.php:131 src/Module/Profile/Common.php:116 #, php-format msgid "Common contact (%s)" msgid_plural "Common contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:98 src/Module/Profile/Common.php:88 +#: src/Module/Contact/Contacts.php:133 src/Module/Profile/Common.php:118 #, php-format msgid "" "Both %s and yourself have publicly interacted with these " "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:104 src/Module/Profile/Contacts.php:110 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "Contact (%s)" msgstr[1] "Contacts (%s)" -#: src/Module/Contact/Poke.php:116 -msgid "Error while sending poke, please retry." +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 +#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 +#: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 +#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 +#: src/Module/Item/Pin.php:41 src/Module/Item/Pin.php:56 +#: src/Module/Item/Star.php:42 src/Module/Update/Display.php:37 +msgid "Access denied." +msgstr "Access denied." + +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 +#: src/Module/Profile/RemoteFollow.php:133 +msgid "Submit Request" +msgstr "Submit request" + +#: src/Module/Contact/Follow.php:115 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: src/Module/Contact/Follow.php:130 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: src/Module/Contact/Follow.php:138 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "diaspora* support isn't enabled. Contact can't be added." + +#: src/Module/Contact/Follow.php:143 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 +#: src/Module/Contact/Unfollow.php:129 +#: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 +#: src/Module/Notifications/Introductions.php:129 +#: src/Module/Notifications/Introductions.php:198 +msgid "Profile URL" +msgstr "Profile URL:" + +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 +#: src/Module/Notifications/Introductions.php:191 +#: src/Module/Profile/Profile.php:234 +msgid "Tags:" +msgstr "Tags:" + +#: src/Module/Contact/Follow.php:182 +#, php-format +msgid "%s knows you" msgstr "" -#: src/Module/Contact/Poke.php:129 src/Module/Search/Acl.php:55 -msgid "You must be logged in to use this module." -msgstr "You must be logged in to use this module." +#: src/Module/Contact/Follow.php:183 +msgid "Add a personal note:" +msgstr "Add a personal note:" -#: src/Module/Contact/Poke.php:152 -msgid "Poke/Prod" -msgstr "Poke/Prod" +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 +msgid "Posts and Replies" +msgstr "" -#: src/Module/Contact/Poke.php:153 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" +#: src/Module/Contact/Follow.php:221 +msgid "The contact could not be added." +msgstr "Contact could not be added." -#: src/Module/Contact/Poke.php:155 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" +#: src/Module/Contact/MatchInterests.php:94 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 +msgid "Invalid request." +msgstr "Invalid request." -#: src/Module/Contact/Poke.php:156 -msgid "Make this post private" -msgstr "Make this post private" +#: src/Module/Contact/MatchInterests.php:101 +msgid "No keywords to match. Please add keywords to your profile." +msgstr "" -#: src/Module/Contact/Revoke.php:48 +#: src/Module/Contact/MatchInterests.php:144 +msgid "Profile Match" +msgstr "Profile Match" + +#: src/Module/Contact/Profile.php:140 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." + +#: src/Module/Contact/Profile.php:190 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: src/Module/Contact/Profile.php:194 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: src/Module/Contact/Profile.php:206 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: src/Module/Contact/Profile.php:210 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: src/Module/Contact/Profile.php:222 +msgid "Contact has been uncollapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:226 +msgid "Contact has been collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:254 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: src/Module/Contact/Profile.php:255 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: src/Module/Contact/Profile.php:256 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: src/Module/Contact/Profile.php:272 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 +msgid "Never" +msgstr "Never" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: src/Module/Contact/Profile.php:294 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: src/Module/Contact/Profile.php:299 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: src/Module/Contact/Profile.php:305 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: src/Module/Contact/Profile.php:307 +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/Profile.php:310 +msgid "Fetch information" +msgstr "Fetch information" + +#: src/Module/Contact/Profile.php:311 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: src/Module/Contact/Profile.php:312 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 +msgid "No mirroring" +msgstr "No mirroring" + +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 +msgid "Mirror as my own posting" +msgstr "Mirror as my own posting" + +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 +msgid "Native reshare" +msgstr "" + +#: src/Module/Contact/Profile.php:353 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: src/Module/Contact/Profile.php:354 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: src/Module/Contact/Profile.php:362 +msgid "Contact" +msgstr "Contact" + +#: src/Module/Contact/Profile.php:366 +msgid "Their personal note" +msgstr "Their personal note" + +#: src/Module/Contact/Profile.php:368 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: src/Module/Contact/Profile.php:372 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: src/Module/Contact/Profile.php:374 +msgid "View conversations" +msgstr "View conversations" + +#: src/Module/Contact/Profile.php:379 +msgid "Last update:" +msgstr "Last update:" + +#: src/Module/Contact/Profile.php:381 +msgid "Update public posts" +msgstr "Update public posts" + +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 +msgid "Update now" +msgstr "Update now" + +#: src/Module/Contact/Profile.php:385 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement" + +#: src/Module/Contact/Profile.php:386 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: src/Module/Contact/Profile.php:387 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: src/Module/Contact/Profile.php:388 +msgid "Currently collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:389 +msgid "Currently archived" +msgstr "Currently archived" + +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 +#: src/Module/Notifications/Introductions.php:192 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: src/Module/Contact/Profile.php:394 +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/Profile.php:395 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: src/Module/Contact/Profile.php:395 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: src/Module/Contact/Profile.php:397 +msgid "Keyword Deny List" +msgstr "" + +#: src/Module/Contact/Profile.php:397 +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/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:139 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +msgid "Status" +msgstr "Status" + +#: src/Module/Contact/Profile.php:423 +msgid "Mirror postings from this contact" +msgstr "Mirror postings from this contact:" + +#: src/Module/Contact/Profile.php:425 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "This will cause Friendica to repost new entries from this contact." + +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 +msgid "Refetch contact data" +msgstr "Re-fetch contact data" + +#: src/Module/Contact/Profile.php:513 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: src/Module/Contact/Profile.php:521 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: src/Module/Contact/Profile.php:529 +msgid "Toggle Collapsed status" +msgstr "" + +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 +msgid "Revoke Follow" +msgstr "" + +#: src/Module/Contact/Profile.php:538 +msgid "Revoke the follow from this contact" +msgstr "" + +#: src/Module/Contact/Redir.php:134 src/Module/Contact/Redir.php:186 +msgid "Bad Request." +msgstr "Bad request." + +#: src/Module/Contact/Revoke.php:63 msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:58 src/Module/Group.php:109 -msgid "Contact is deleted." -msgstr "Contact is deleted." - -#: src/Module/Contact/Revoke.php:62 +#: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" -#: src/Module/Contact/Revoke.php:76 +#: src/Module/Contact/Revoke.php:91 msgid "Follow was successfully revoked." msgstr "" -#: src/Module/Contact/Revoke.php:78 -msgid "" -"Follow was successfully revoked, however the remote contact won't be aware " -"of this revokation." -msgstr "" - -#: src/Module/Contact/Revoke.php:80 -msgid "" -"Unable to revoke follow, please try again later or contact the " -"administrator." -msgstr "" - -#: src/Module/Contact/Revoke.php:97 +#: src/Module/Contact/Revoke.php:107 msgid "" "Do you really want to revoke this contact's follow? This cannot be undone " "and they will have to manually follow you back again." msgstr "" -#: src/Module/Contact/Revoke.php:98 -#: src/Module/Notifications/Introductions.php:122 -#: src/Module/OAuth/Acknowledge.php:47 src/Module/Register.php:117 +#: src/Module/Contact/Revoke.php:108 +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 +#: src/Module/Settings/TwoFactor/Trusted.php:126 msgid "Yes" msgstr "Yes" -#: src/Module/Conversation/Community.php:68 -msgid "Local Community" -msgstr "Local community" +#: src/Module/Contact/Suggestions.php:62 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No suggestions available. If this is a new site, please try again in 24 hours." -#: src/Module/Conversation/Community.php:71 -msgid "Posts from local users on this server" -msgstr "Posts from local users on this server" +#: src/Module/Contact/Unfollow.php:98 src/Module/Contact/Unfollow.php:167 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." -#: src/Module/Conversation/Community.php:79 -msgid "Global Community" -msgstr "Global community" +#: src/Module/Contact/Unfollow.php:103 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." -#: src/Module/Conversation/Community.php:82 -msgid "Posts from users of the whole federated network" -msgstr "Posts from users of the whole federated network" +#: src/Module/Contact/Unfollow.php:121 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" -#: src/Module/Conversation/Community.php:115 -msgid "Own Contacts" +#: src/Module/Contact/Unfollow.php:175 +msgid "Contact was successfully unfollowed" msgstr "" -#: src/Module/Conversation/Community.php:119 -msgid "Include" +#: src/Module/Contact/Unfollow.php:178 +msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:120 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:137 src/Module/Search/Index.php:139 -#: src/Module/Search/Index.php:181 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 msgid "No results." msgstr "No results." -#: src/Module/Conversation/Community.php:162 +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." -#: src/Module/Conversation/Community.php:200 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Community option not available." -#: src/Module/Conversation/Community.php:216 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Not available." -#: src/Module/Conversation/Network.php:154 -msgid "No such group" -msgstr "No such group" +#: src/Module/Conversation/Network.php:218 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:158 +#: src/Module/Conversation/Network.php:222 #, php-format -msgid "Group: %s" -msgstr "Group: %s" - -#: src/Module/Conversation/Network.php:234 -msgid "Latest Activity" -msgstr "Latest activity" - -#: src/Module/Conversation/Network.php:237 -msgid "Sort by latest activity" -msgstr "Sort by latest activity" - -#: src/Module/Conversation/Network.php:242 -msgid "Latest Posts" -msgstr "Latest posts" - -#: src/Module/Conversation/Network.php:245 -msgid "Sort by post received date" -msgstr "Sort by post received date" +msgid "Circle: %s" +msgstr "" #: src/Module/Conversation/Network.php:250 -#: src/Module/Settings/Profile/Index.php:228 -msgid "Personal" -msgstr "Personal" +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:253 -msgid "Posts that mention or involve you" -msgstr "Posts mentioning or involving me" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:258 src/Object/Post.php:321 -msgid "Starred" -msgstr "Starred" +#: src/Module/Conversation/Timeline.php:162 +msgid "Own Contacts" +msgstr "" -#: src/Module/Conversation/Network.php:261 -msgid "Favourite Posts" -msgstr "My favorite posts" +#: src/Module/Conversation/Timeline.php:166 +msgid "Include" +msgstr "" + +#: src/Module/Conversation/Timeline.php:167 +msgid "Hide" +msgstr "" #: src/Module/Credits.php:44 msgid "Credits" @@ -7601,23 +6792,31 @@ msgid "" "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/Debug/ActivityPubConversion.php:58 +#: src/Module/Debug/ActivityPubConversion.php:53 msgid "Formatted" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:70 +#: src/Module/Debug/ActivityPubConversion.php:65 msgid "Activity" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:118 +#: src/Module/Debug/ActivityPubConversion.php:117 msgid "Object data" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:125 +#: src/Module/Debug/ActivityPubConversion.php:124 msgid "Result Item" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:139 +#: src/Module/Debug/ActivityPubConversion.php:129 +#: src/Module/Debug/Babel.php:293 src/Module/Moderation/Item/Source.php:87 +#: src/Module/Security/TwoFactor/Verify.php:98 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Error" +msgstr[1] "Errors" + +#: src/Module/Debug/ActivityPubConversion.php:138 msgid "Source activity" msgstr "" @@ -7797,12 +6996,12 @@ msgstr "HTML" msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" -#: src/Module/Debug/Feed.php:38 src/Module/Filer/SaveTag.php:40 -#: src/Module/Settings/Profile/Index.php:142 +#: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "You must be logged in to use this module" -#: src/Module/Debug/Feed.php:63 +#: src/Module/Debug/Feed.php:77 msgid "Source URL" msgstr "Source URL" @@ -7839,382 +7038,284 @@ msgstr "Please select your time zone:" 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:54 +#: src/Module/Debug/Probe.php:52 msgid "Probe Diagnostic" msgstr "" -#: src/Module/Debug/Probe.php:55 +#: src/Module/Debug/Probe.php:53 msgid "Output" msgstr "" -#: src/Module/Debug/Probe.php:58 +#: src/Module/Debug/Probe.php:56 msgid "Lookup address" msgstr "Lookup address" -#: src/Module/Debug/WebFinger.php:52 +#: src/Module/Debug/WebFinger.php:50 msgid "Webfinger Diagnostic" msgstr "" -#: src/Module/Debug/WebFinger.php:54 +#: src/Module/Debug/WebFinger.php:52 msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: src/Module/Directory.php:77 +#: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "No entries (entries may be hidden)." -#: src/Module/Directory.php:93 +#: src/Module/Directory.php:90 msgid "Find on this site" msgstr "Find on this site" -#: src/Module/Directory.php:95 +#: src/Module/Directory.php:92 msgid "Results for:" msgstr "Results for:" -#: src/Module/Directory.php:97 +#: src/Module/Directory.php:94 msgid "Site Directory" msgstr "Site directory" -#: src/Module/Filer/RemoveTag.php:68 -msgid "Item was not removed" -msgstr "" - -#: src/Module/Filer/RemoveTag.php:71 +#: src/Module/Filer/RemoveTag.php:105 msgid "Item was not deleted" msgstr "" -#: src/Module/Filer/SaveTag.php:68 +#: src/Module/Filer/RemoveTag.php:115 +msgid "Item was not removed" +msgstr "" + +#: src/Module/Filer/SaveTag.php:73 msgid "- select -" msgstr "- select -" -#: src/Module/FriendSuggest.php:65 +#: src/Module/FriendSuggest.php:82 msgid "Suggested contact not found." msgstr "Suggested contact not found." -#: src/Module/FriendSuggest.php:83 +#: src/Module/FriendSuggest.php:100 msgid "Friend suggestion sent." msgstr "Friend suggestion sent" -#: src/Module/FriendSuggest.php:120 +#: src/Module/FriendSuggest.php:137 msgid "Suggest Friends" msgstr "Suggest friends" -#: src/Module/FriendSuggest.php:123 +#: src/Module/FriendSuggest.php:140 #, php-format msgid "Suggest a friend for %s" msgstr "Suggest a friend for %s" -#: src/Module/Friendica.php:62 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Installed addons/apps:" -#: src/Module/Friendica.php:67 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "No installed addons/apps" -#: src/Module/Friendica.php:72 +#: src/Module/Friendica.php:92 #, 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:79 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "On this server the following remote servers are blocked." -#: src/Module/Friendica.php:97 +#: src/Module/Friendica.php:102 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:164 +msgid "Reason for the block" +msgstr "Reason for the block" + +#: src/Module/Friendica.php:104 +msgid "Download this list in CSV format" +msgstr "" + +#: src/Module/Friendica.php:118 #, 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:102 +#: src/Module/Friendica.php:123 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:103 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Bug reports and issues: please visit" -#: src/Module/Friendica.php:103 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "the bugtracker at github" -#: src/Module/Friendica.php:104 +#: src/Module/Friendica.php:125 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:61 -msgid "Could not create group." -msgstr "Could not create group." - -#: src/Module/Group.php:72 src/Module/Group.php:214 src/Module/Group.php:238 -msgid "Group not found." -msgstr "Group not found." - -#: src/Module/Group.php:78 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:100 -msgid "Unknown group." -msgstr "Unknown group." - -#: src/Module/Group.php:115 -msgid "Unable to add the contact to the group." -msgstr "Unable to add contact to group." - -#: src/Module/Group.php:118 -msgid "Contact successfully added to group." -msgstr "Contact successfully added to group." - -#: src/Module/Group.php:122 -msgid "Unable to remove the contact from the group." -msgstr "Unable to remove contact from group." - -#: src/Module/Group.php:125 -msgid "Contact successfully removed from group." -msgstr "Contact successfully removed from group." - -#: src/Module/Group.php:128 -msgid "Unknown group command." -msgstr "Unknown group command." - -#: src/Module/Group.php:131 -msgid "Bad request." -msgstr "Bad request." - -#: src/Module/Group.php:170 -msgid "Save Group" -msgstr "Save group" - -#: src/Module/Group.php:171 -msgid "Filter" -msgstr "Filter" - -#: src/Module/Group.php:177 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: src/Module/Group.php:219 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: src/Module/Group.php:270 -msgid "Delete Group" -msgstr "Delete group" - -#: src/Module/Group.php:280 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: src/Module/Group.php:290 -msgid "Members" -msgstr "Members" - -#: src/Module/Group.php:293 -msgid "Group is empty" -msgstr "Group is empty" - -#: src/Module/Group.php:306 -msgid "Remove contact from group" -msgstr "Remove contact from group" - -#: src/Module/Group.php:327 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: src/Module/Group.php:341 -msgid "Add contact to group" -msgstr "Add contact to group" - -#: src/Module/HCard.php:46 +#: src/Module/HCard.php:45 msgid "No profile" msgstr "No profile" -#: src/Module/HTTPException/MethodNotAllowed.php:32 +#: src/Module/HTTPException/MethodNotAllowed.php:31 msgid "Method Not Allowed." msgstr "Method not allowed." -#: src/Module/Help.php:62 +#: src/Module/Help.php:60 msgid "Help:" msgstr "Help:" -#: src/Module/Home.php:54 +#: src/Module/Home.php:63 #, php-format msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Install.php:188 +#: src/Module/Install.php:189 msgid "Friendica Communications Server - Setup" msgstr "Friendica Communications Server - Setup" -#: src/Module/Install.php:199 +#: src/Module/Install.php:200 msgid "System check" msgstr "System check" -#: src/Module/Install.php:201 src/Module/Install.php:258 -#: src/Module/Install.php:341 +#: src/Module/Install.php:202 src/Module/Install.php:247 +#: src/Module/Install.php:326 msgid "Requirement not satisfied" msgstr "" -#: src/Module/Install.php:202 +#: src/Module/Install.php:203 msgid "Optional requirement not satisfied" msgstr "" -#: src/Module/Install.php:203 +#: src/Module/Install.php:204 msgid "OK" msgstr "" #: src/Module/Install.php:208 +msgid "Next" +msgstr "Next" + +#: src/Module/Install.php:209 msgid "Check again" msgstr "Check again" -#: src/Module/Install.php:223 +#: src/Module/Install.php:222 msgid "Base settings" msgstr "Base settings" -#: src/Module/Install.php:230 -msgid "Host name" -msgstr "Host name" - -#: src/Module/Install.php:232 -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/Install.php:235 +#: src/Module/Install.php:224 msgid "Base path to installation" msgstr "Base path to installation" -#: src/Module/Install.php:237 +#: src/Module/Install.php:226 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:240 -msgid "Sub path of the URL" -msgstr "URL Sub-path " +#: src/Module/Install.php:229 +msgid "The Friendica system URL" +msgstr "" + +#: src/Module/Install.php:231 +msgid "" +"Overwrite this field in case the system URL determination isn't right, " +"otherwise leave it as is." +msgstr "" #: src/Module/Install.php:242 -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:253 msgid "Database connection" msgstr "Database connection" -#: src/Module/Install.php:254 +#: src/Module/Install.php:243 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:255 +#: src/Module/Install.php:244 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:256 +#: src/Module/Install.php:245 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:265 +#: src/Module/Install.php:252 msgid "Database Server Name" msgstr "Database server name" -#: src/Module/Install.php:270 +#: src/Module/Install.php:257 msgid "Database Login Name" msgstr "Database login name" -#: src/Module/Install.php:276 +#: src/Module/Install.php:263 msgid "Database Login Password" msgstr "Database login password" -#: src/Module/Install.php:278 +#: src/Module/Install.php:265 msgid "For security reasons the password must not be empty" msgstr "For security reasons the password must not be empty" -#: src/Module/Install.php:281 +#: src/Module/Install.php:268 msgid "Database Name" msgstr "Database name" -#: src/Module/Install.php:285 src/Module/Install.php:315 +#: src/Module/Install.php:272 src/Module/Install.php:300 msgid "Please select a default timezone for your website" msgstr "Please select a default time zone for your website" -#: src/Module/Install.php:300 +#: src/Module/Install.php:287 msgid "Site settings" msgstr "Site settings" -#: src/Module/Install.php:310 +#: src/Module/Install.php:295 msgid "Site administrator email address" msgstr "Site administrator email address" -#: src/Module/Install.php:312 +#: src/Module/Install.php:297 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:319 +#: src/Module/Install.php:304 msgid "System Language:" msgstr "System language:" -#: src/Module/Install.php:321 +#: src/Module/Install.php:306 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:333 +#: src/Module/Install.php:318 msgid "Your Friendica site database has been installed." msgstr "Your Friendica site database has been installed." -#: src/Module/Install.php:343 +#: src/Module/Install.php:328 msgid "Installation finished" msgstr "Installation finished" -#: src/Module/Install.php:363 +#: src/Module/Install.php:348 msgid "

    What next

    " msgstr "

    What next

    " -#: src/Module/Install.php:364 +#: src/Module/Install.php:349 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:367 +#: src/Module/Install.php:352 #, php-format msgid "" "Go to your new Friendica node registration page " @@ -8222,40 +7323,40 @@ msgid "" " 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/Invite.php:56 +#: src/Module/Invite.php:57 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" -#: src/Module/Invite.php:81 +#: src/Module/Invite.php:82 #, php-format msgid "%s : Not a valid email address." msgstr "%s : Not a valid email address" -#: src/Module/Invite.php:107 +#: src/Module/Invite.php:108 msgid "Please join us on Friendica" msgstr "Please join us on Friendica." -#: src/Module/Invite.php:116 +#: src/Module/Invite.php:117 msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "Invitation limit is exceeded. Please contact your site administrator." -#: src/Module/Invite.php:120 +#: src/Module/Invite.php:121 #, php-format msgid "%s : Message delivery failed." msgstr "%s : Message delivery failed" -#: src/Module/Invite.php:124 +#: src/Module/Invite.php:125 #, 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:142 +#: src/Module/Invite.php:143 msgid "You have no more invitations available" msgstr "You have no more invitations available." -#: src/Module/Invite.php:149 +#: src/Module/Invite.php:150 #, php-format msgid "" "Visit %s for a list of public sites that you can join. Friendica members on " @@ -8263,14 +7364,14 @@ msgid "" " 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:151 +#: src/Module/Invite.php:152 #, 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:152 +#: src/Module/Invite.php:153 #, php-format msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " @@ -8279,88 +7380,98 @@ msgid "" "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:156 +#: src/Module/Invite.php:157 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:159 +#: src/Module/Invite.php:160 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:158 +#: src/Module/Invite.php:159 #, 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:166 +#: src/Module/Invite.php:167 msgid "Send invitations" msgstr "Send invitations" -#: src/Module/Invite.php:167 +#: src/Module/Invite.php:168 msgid "Enter email addresses, one per line:" msgstr "Enter email addresses, one per line:" -#: src/Module/Invite.php:171 +#: src/Module/Invite.php:172 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:173 +#: src/Module/Invite.php:174 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:173 +#: src/Module/Invite.php:174 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:175 +#: src/Module/Invite.php:176 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:50 +#: src/Module/Item/Compose.php:85 msgid "Please enter a post body." msgstr "Please enter a post body." -#: src/Module/Item/Compose.php:63 +#: src/Module/Item/Compose.php:98 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:90 +#: src/Module/Item/Compose.php:122 msgid "Compose new personal note" msgstr "Compose new personal note" -#: src/Module/Item/Compose.php:99 +#: src/Module/Item/Compose.php:131 msgid "Compose new post" msgstr "Compose new post" -#: src/Module/Item/Compose.php:141 +#: src/Module/Item/Compose.php:187 msgid "Visibility" msgstr "Visibility" -#: src/Module/Item/Compose.php:162 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Clear location" -#: src/Module/Item/Compose.php:163 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Location services are unavailable on your device" -#: src/Module/Item/Compose.php:164 +#: src/Module/Item/Compose.php:205 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/Follow.php:52 +#: src/Module/Item/Compose.php:211 +msgid "" +"You can make this page always open when you use the New Post button in the " +"Theme Customization settings." +msgstr "" + +#: src/Module/Item/Feed.php:86 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." + +#: src/Module/Item/Follow.php:51 msgid "Unable to follow this item." msgstr "" @@ -8375,405 +7486,1439 @@ msgid "" "condition should be temporary, please come back in a few minutes." msgstr "" -#: src/Module/Manifest.php:42 +#: src/Module/Manifest.php:40 msgid "A Decentralized Social Network" msgstr "" -#: src/Module/Notifications/Introductions.php:77 +#: src/Module/Media/Attachment/Browser.php:58 +#: src/Module/Media/Photo/Browser.php:59 +msgid "You need to be logged in to access this page." +msgstr "" + +#: src/Module/Media/Attachment/Browser.php:74 +msgid "Files" +msgstr "Files" + +#: src/Module/Media/Attachment/Browser.php:79 +#: src/Module/Media/Photo/Browser.php:90 +#: src/Module/Settings/Profile/Photo/Index.php:129 +msgid "Upload" +msgstr "Upload" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: src/Module/Media/Attachment/Upload.php:104 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: src/Module/Media/Attachment/Upload.php:114 +msgid "File upload failed." +msgstr "File upload failed." + +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 +#: src/Module/Profile/Photos.php:217 +#: src/Module/Settings/Profile/Photo/Index.php:69 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: src/Module/Moderation/BaseUsers.php:72 +msgid "List of all users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:77 +msgid "Active" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:80 +msgid "List of active accounts" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:88 +msgid "List of pending registrations" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:96 +msgid "List of blocked users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:101 +msgid "Deleted" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:104 +msgid "List of pending user deletions" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 +msgid "Normal Account Page" +msgstr "Standard" + +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +msgid "Public Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 +msgid "Automatic Friend Page" +msgstr "Love-all" + +#: src/Module/Moderation/BaseUsers.php:123 +msgid "Private Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 +msgid "Personal Page" +msgstr "Personal Page" + +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 +msgid "Organisation Page" +msgstr "Organization Page" + +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 +msgid "News Page" +msgstr "News Page" + +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +msgid "Community Group" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:130 +msgid "Relay" +msgstr "Relay" + +#: src/Module/Moderation/Blocklist/Contact.php:70 +msgid "You can't block a local contact, please block the user instead" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:89 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact unblocked" +msgstr[1] "%s contacts unblocked" + +#: src/Module/Moderation/Blocklist/Contact.php:111 +msgid "Remote Contact Blocklist" +msgstr "Remote contact block-list" + +#: src/Module/Moderation/Blocklist/Contact.php:112 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "This page allows you to prevent any message from a remote contact to reach your node." + +#: src/Module/Moderation/Blocklist/Contact.php:113 +msgid "Block Remote Contact" +msgstr "Block remote contact" + +#: src/Module/Moderation/Blocklist/Contact.php:114 +#: src/Module/Moderation/Users/Active.php:135 +#: src/Module/Moderation/Users/Blocked.php:135 +#: src/Module/Moderation/Users/Index.php:149 +#: src/Module/Moderation/Users/Pending.php:98 +msgid "select all" +msgstr "select all" + +#: src/Module/Moderation/Blocklist/Contact.php:115 +msgid "select none" +msgstr "select none" + +#: src/Module/Moderation/Blocklist/Contact.php:118 +msgid "No remote contact is blocked from this node." +msgstr "No remote contact is blocked from this node." + +#: src/Module/Moderation/Blocklist/Contact.php:120 +msgid "Blocked Remote Contacts" +msgstr "Blocked remote contacts" + +#: src/Module/Moderation/Blocklist/Contact.php:121 +msgid "Block New Remote Contact" +msgstr "Block new remote contact" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +msgid "Photo" +msgstr "Photo" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +msgid "Reason" +msgstr "Reason" + +#: src/Module/Moderation/Blocklist/Contact.php:130 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s total blocked contact" +msgstr[1] "%s blocked contacts" + +#: src/Module/Moderation/Blocklist/Contact.php:133 +msgid "URL of the remote contact to block." +msgstr "URL of the remote contact to block." + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "Also purge contact" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "" +"Removes all content related to this contact from the node. Keeps the contact" +" record. This action cannot be undone." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:135 +#: src/Module/Moderation/Blocklist/Server/Import.php:124 +msgid "Block Reason" +msgstr "Block reason" + +#: src/Module/Moderation/Blocklist/Server/Add.php:80 +msgid "Server domain pattern added to the blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:88 +#, php-format +msgid "%s server scheduled to be purged." +msgid_plural "%s servers scheduled to be purged." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:120 +#: src/Module/Moderation/Blocklist/Server/Import.php:117 +msgid "← Return to the list" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:122 +msgid "Block A New Server Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:123 +#: src/Module/Moderation/Blocklist/Server/Index.php:99 +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" +"
    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:128 +#: src/Module/Moderation/Blocklist/Server/Index.php:107 +msgid "Check pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:129 +msgid "Matching known servers" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 +msgid "Server Name" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:131 +msgid "Server Domain" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:132 +msgid "Known Contacts" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:133 +#, php-format +msgid "%d known server" +msgid_plural "%d known servers" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:134 +msgid "Add pattern to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "Server Domain Pattern" +msgstr "Server Domain Pattern" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "" +"The domain pattern of the new server to add to the blocklist. Do not include" +" the protocol." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "Purge server" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "" +"Also purges all the locally stored content authored by the known contacts " +"registered on that server. Keeps the contacts and the server records. This " +"action cannot be undone." +msgid_plural "" +"Also purges all the locally stored content authored by the known contacts " +"registered on these servers. Keeps the contacts and the servers records. " +"This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "Block reason" +msgstr "Block reason" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "" +"The reason why you blocked this server domain pattern. This reason will be " +"shown publicly in the server information page." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:74 +#: src/Module/Moderation/Blocklist/Server/Import.php:83 +msgid "Error importing pattern file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:89 +msgid "Local blocklist replaced with the provided file." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:93 +#, php-format +msgid "%d pattern was added to the local blocklist." +msgid_plural "%d patterns were added to the local blocklist." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:95 +msgid "No pattern was added to the local blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:119 +msgid "Import a Server Domain Pattern Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:120 +msgid "" +"

    This file can be downloaded from the /friendica path of any " +"Friendica server.

    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:121 +#: src/Module/Moderation/Blocklist/Server/Index.php:106 +msgid "Upload file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:122 +msgid "Patterns to import" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:123 +msgid "Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:125 +msgid "Import Mode" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:126 +msgid "Import Patterns" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:127 +#, php-format +msgid "%d total pattern" +msgid_plural "%d total patterns" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +msgid "Server domain pattern blocklist CSV file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "Append" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "" +"Imports patterns from the file that weren't already existing in the current " +"blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replace" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replaces the current blocklist by the imported patterns." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:163 +msgid "Blocked server domain pattern" +msgstr "Blocked server domain pattern" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Delete server domain pattern" +msgstr "Delete server domain pattern" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:96 +msgid "Server Domain Pattern Blocklist" +msgstr "Server domain pattern block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:97 +msgid "" +"This page can be used to define a blocklist 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/Moderation/Blocklist/Server/Index.php:98 +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/Moderation/Blocklist/Server/Index.php:104 +msgid "Import server domain pattern blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:105 +msgid "Add new entry to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:108 +msgid "Save changes to the blocklist" +msgstr "Save changes to the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:109 +msgid "Current Entries in the Blocklist" +msgstr "Current entries in the block-list" + +#: src/Module/Moderation/Blocklist/Server/Index.php:112 +msgid "Delete entry from the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:113 +msgid "Delete entry from the blocklist?" +msgstr "" + +#: src/Module/Moderation/Item/Delete.php:50 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: src/Module/Moderation/Item/Delete.php:63 +msgid "Delete this Item" +msgstr "Delete" + +#: src/Module/Moderation/Item/Delete.php:64 +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/Moderation/Item/Delete.php:65 +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/Moderation/Item/Delete.php:67 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Moderation/Item/Delete.php:67 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: src/Module/Moderation/Item/Source.php:77 +msgid "Item Id" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:78 +msgid "Item URI" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:80 +msgid "Terms" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:81 +msgid "Tag" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:82 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Index.php:140 +msgid "Type" +msgstr "Type" + +#: src/Module/Moderation/Item/Source.php:83 +msgid "Term" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:84 +msgid "URL" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:86 +msgid "Implicit Mention" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:88 +msgid "Item not found" +msgstr "Item not found" + +#: src/Module/Moderation/Item/Source.php:89 +msgid "No source recorded" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:90 +msgid "" +"Please make sure the debug.store_source config key is set in " +"config/local.config.php for future items to have sources." +msgstr "" + +#: src/Module/Moderation/Item/Source.php:92 +msgid "Item Guid" +msgstr "Item Guid" + +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + +#: src/Module/Moderation/Summary.php:53 +msgid "Normal Account" +msgstr "Standard account" + +#: src/Module/Moderation/Summary.php:54 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: src/Module/Moderation/Summary.php:55 +msgid "Public Group Account" +msgstr "" + +#: src/Module/Moderation/Summary.php:56 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: src/Module/Moderation/Summary.php:57 +msgid "Blog Account" +msgstr "Blog account" + +#: src/Module/Moderation/Summary.php:58 +msgid "Private Group Account" +msgstr "" + +#: src/Module/Moderation/Summary.php:78 +msgid "Registered users" +msgstr "Signed up users" + +#: src/Module/Moderation/Summary.php:80 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: src/Module/Moderation/Users/Active.php:43 +#: src/Module/Moderation/Users/Index.php:43 +#, php-format +msgid "%s user blocked" +msgid_plural "%s users blocked" +msgstr[0] "%s user blocked" +msgstr[1] "%s users blocked" + +#: src/Module/Moderation/Users/Active.php:51 +#: src/Module/Moderation/Users/Active.php:85 +#: src/Module/Moderation/Users/Blocked.php:51 +#: src/Module/Moderation/Users/Blocked.php:85 +#: src/Module/Moderation/Users/Index.php:58 +#: src/Module/Moderation/Users/Index.php:92 +msgid "You can't remove yourself" +msgstr "You can't remove yourself" + +#: src/Module/Moderation/Users/Active.php:55 +#: src/Module/Moderation/Users/Blocked.php:55 +#: src/Module/Moderation/Users/Index.php:62 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s user deleted" +msgstr[1] "%s users deleted" + +#: src/Module/Moderation/Users/Active.php:83 +#: src/Module/Moderation/Users/Blocked.php:83 +#: src/Module/Moderation/Users/Index.php:90 +#, php-format +msgid "User \"%s\" deleted" +msgstr "User \"%s\" deleted" + +#: src/Module/Moderation/Users/Active.php:93 +#: src/Module/Moderation/Users/Index.php:100 +#, php-format +msgid "User \"%s\" blocked" +msgstr "User \"%s\" blocked" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Register date" +msgstr "Registration date" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last login" +msgstr "Last login" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last public item" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:134 +msgid "Active Accounts" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:138 +#: src/Module/Moderation/Users/Blocked.php:137 +#: src/Module/Moderation/Users/Index.php:153 +msgid "User blocked" +msgstr "User blocked" + +#: src/Module/Moderation/Users/Active.php:139 +#: src/Module/Moderation/Users/Blocked.php:139 +#: src/Module/Moderation/Users/Index.php:155 +msgid "Site admin" +msgstr "Site admin" + +#: src/Module/Moderation/Users/Active.php:140 +#: src/Module/Moderation/Users/Blocked.php:140 +#: src/Module/Moderation/Users/Index.php:156 +msgid "Account expired" +msgstr "Account expired" + +#: src/Module/Moderation/Users/Active.php:141 +#: src/Module/Moderation/Users/Index.php:159 +msgid "Create a new user" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:147 +#: src/Module/Moderation/Users/Blocked.php:146 +#: src/Module/Moderation/Users/Index.php:165 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: src/Module/Moderation/Users/Active.php:148 +#: src/Module/Moderation/Users/Blocked.php:147 +#: src/Module/Moderation/Users/Index.php:166 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: src/Module/Moderation/Users/Blocked.php:43 +#: src/Module/Moderation/Users/Index.php:50 +#, php-format +msgid "%s user unblocked" +msgid_plural "%s users unblocked" +msgstr[0] "%s user unblocked" +msgstr[1] "%s users unblocked" + +#: src/Module/Moderation/Users/Blocked.php:92 +#: src/Module/Moderation/Users/Index.php:106 +#, php-format +msgid "User \"%s\" unblocked" +msgstr "User \"%s\" unblocked" + +#: src/Module/Moderation/Users/Blocked.php:134 +msgid "Blocked Users" +msgstr "" + +#: src/Module/Moderation/Users/Create.php:62 +msgid "New User" +msgstr "New user" + +#: src/Module/Moderation/Users/Create.php:63 +msgid "Add User" +msgstr "Add user" + +#: src/Module/Moderation/Users/Create.php:70 +msgid "Name of the new user." +msgstr "Name of the new user." + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname" +msgstr "Nickname" + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname of the new user." +msgstr "Nickname of the new user." + +#: src/Module/Moderation/Users/Create.php:72 +msgid "Email address of the new user." +msgstr "Email address of the new user." + +#: src/Module/Moderation/Users/Deleted.php:81 +msgid "Users awaiting permanent deletion" +msgstr "" + +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Permanent deletion" +msgstr "Permanent deletion" + +#: src/Module/Moderation/Users/Index.php:150 +msgid "User waiting for permanent deletion" +msgstr "User awaiting permanent deletion" + +#: src/Module/Moderation/Users/Pending.php:44 +#, php-format +msgid "%s user approved" +msgid_plural "%s users approved" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Users/Pending.php:51 +#, php-format +msgid "%s registration revoked" +msgid_plural "%s registrations revoked" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Users/Pending.php:76 +msgid "Account approved." +msgstr "Account approved." + +#: src/Module/Moderation/Users/Pending.php:82 +msgid "Registration revoked" +msgstr "" + +#: src/Module/Moderation/Users/Pending.php:97 +msgid "User registrations awaiting review" +msgstr "" + +#: src/Module/Moderation/Users/Pending.php:99 +msgid "Request date" +msgstr "Request date" + +#: src/Module/Moderation/Users/Pending.php:100 +msgid "No registrations." +msgstr "No registrations." + +#: src/Module/Moderation/Users/Pending.php:101 +msgid "Note from the user" +msgstr "Note from the user" + +#: src/Module/Moderation/Users/Pending.php:103 +msgid "Deny" +msgstr "Deny" + +#: src/Module/Notifications/Introductions.php:99 msgid "Show Ignored Requests" msgstr "Show ignored requests." -#: src/Module/Notifications/Introductions.php:77 +#: src/Module/Notifications/Introductions.php:99 msgid "Hide Ignored Requests" msgstr "Hide ignored requests" -#: src/Module/Notifications/Introductions.php:93 -#: src/Module/Notifications/Introductions.php:156 +#: src/Module/Notifications/Introductions.php:115 +#: src/Module/Notifications/Introductions.php:178 msgid "Notification type:" msgstr "Notification type:" -#: src/Module/Notifications/Introductions.php:96 +#: src/Module/Notifications/Introductions.php:118 msgid "Suggested by:" msgstr "Suggested by:" -#: src/Module/Notifications/Introductions.php:121 +#: src/Module/Notifications/Introductions.php:143 msgid "Claims to be known to you: " msgstr "Says they know me:" -#: src/Module/Notifications/Introductions.php:122 -#: src/Module/OAuth/Acknowledge.php:48 src/Module/Register.php:118 +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 +#: src/Module/Settings/TwoFactor/Trusted.php:126 msgid "No" msgstr "No" -#: src/Module/Notifications/Introductions.php:130 +#: src/Module/Notifications/Introductions.php:152 msgid "Shall your connection be bidirectional or not?" msgstr "Shall your connection be in both directions or not?" -#: src/Module/Notifications/Introductions.php:131 +#: src/Module/Notifications/Introductions.php:153 #, 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." -#: src/Module/Notifications/Introductions.php:132 +#: src/Module/Notifications/Introductions.php:154 #, 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." -#: src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:156 msgid "Friend" msgstr "Friend" -#: src/Module/Notifications/Introductions.php:135 +#: src/Module/Notifications/Introductions.php:157 msgid "Subscriber" msgstr "Subscriber" -#: src/Module/Notifications/Introductions.php:194 +#: src/Module/Notifications/Introductions.php:216 msgid "No introductions." msgstr "No introductions." -#: src/Module/Notifications/Introductions.php:195 -#: src/Module/Notifications/Notifications.php:121 +#: src/Module/Notifications/Introductions.php:217 +#: src/Module/Notifications/Notifications.php:135 #, php-format msgid "No more %s notifications." msgstr "No more %s notifications." -#: src/Module/Notifications/Notification.php:107 +#: src/Module/Notifications/Notification.php:135 msgid "You must be logged in to show this page." msgstr "" -#: src/Module/Notifications/Notifications.php:52 +#: src/Module/Notifications/Notifications.php:66 msgid "Network Notifications" msgstr "Network notifications" -#: src/Module/Notifications/Notifications.php:58 +#: src/Module/Notifications/Notifications.php:72 msgid "System Notifications" msgstr "System notifications" -#: src/Module/Notifications/Notifications.php:64 +#: src/Module/Notifications/Notifications.php:78 msgid "Personal Notifications" msgstr "Personal notifications" -#: src/Module/Notifications/Notifications.php:70 +#: src/Module/Notifications/Notifications.php:84 msgid "Home Notifications" msgstr "Home notifications" -#: src/Module/Notifications/Notifications.php:126 +#: src/Module/Notifications/Notifications.php:140 msgid "Show unread" msgstr "Show unread" -#: src/Module/OAuth/Acknowledge.php:44 +#: src/Module/Notifications/Ping.php:246 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: src/Module/Notifications/Ping.php:255 +#, php-format +msgid "{0} and %d others requested registration" +msgstr "" + +#: src/Module/OAuth/Acknowledge.php:51 msgid "Authorize application connection" msgstr "Authorize application connection" -#: src/Module/OAuth/Acknowledge.php:46 +#: src/Module/OAuth/Acknowledge.php:53 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" -#: src/Module/OAuth/Authorize.php:55 +#: src/Module/OAuth/Authorize.php:54 msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:60 src/Module/OAuth/Token.php:65 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" -#: src/Module/OAuth/Authorize.php:107 +#: src/Module/OAuth/Authorize.php:106 #, php-format msgid "" "Please copy the following authentication code into your application and " "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:89 +#: src/Module/OAuth/Token.php:83 +msgid "Invalid data or unknown client" +msgstr "" + +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" -#: src/Module/PermissionTooltip.php:25 +#: src/Module/OStatus/Repair.php:83 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: src/Module/OStatus/Repair.php:84 src/Module/OStatus/Subscribe.php:158 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: src/Module/OStatus/Repair.php:85 +msgid "✔ Done" +msgstr "" + +#: src/Module/OStatus/Repair.php:86 +msgid "No OStatus contacts to resubscribe to." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:70 +msgid "Subscribing to contacts" +msgstr "" + +#: src/Module/OStatus/Subscribe.php:79 +msgid "No contact provided." +msgstr "No contact provided." + +#: src/Module/OStatus/Subscribe.php:85 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: src/Module/OStatus/Subscribe.php:96 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: src/Module/OStatus/Subscribe.php:102 src/Module/OStatus/Subscribe.php:113 +msgid "Couldn't fetch following contacts." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:108 +msgid "Couldn't fetch remote profile." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:118 +msgid "Unsupported network" +msgstr "" + +#: src/Module/OStatus/Subscribe.php:134 +msgid "Done" +msgstr "Done" + +#: src/Module/OStatus/Subscribe.php:148 +msgid "success" +msgstr "success" + +#: src/Module/OStatus/Subscribe.php:150 +msgid "failed" +msgstr "failed" + +#: src/Module/OStatus/Subscribe.php:153 +msgid "ignored" +msgstr "Ignored" + +#: src/Module/PermissionTooltip.php:49 #, php-format msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:42 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:64 +#: src/Module/PermissionTooltip.php:94 +msgid "Unlisted" +msgstr "" + +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Remote privacy information not available." -#: src/Module/PermissionTooltip.php:73 +#: src/Module/PermissionTooltip.php:121 msgid "Visible to:" msgstr "Visible to:" -#: src/Module/Photo.php:123 +#: src/Module/PermissionTooltip.php:204 +#, php-format +msgid "Collection (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:208 +#, php-format +msgid "Followers (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:227 +#, php-format +msgid "%d more" +msgstr "" + +#: src/Module/PermissionTooltip.php:231 +#, php-format +msgid "To: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:234 +#, php-format +msgid "CC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:237 +#, php-format +msgid "BCC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:240 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:243 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:136 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:169 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:171 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Invalid photo with id %s." -#: src/Module/Profile/Contacts.php:120 +#: src/Module/Post/Edit.php:82 src/Module/Post/Edit.php:96 +msgid "Post not found." +msgstr "" + +#: src/Module/Post/Edit.php:102 +msgid "Edit post" +msgstr "Edit post" + +#: src/Module/Post/Edit.php:136 +msgid "web link" +msgstr "web link" + +#: src/Module/Post/Edit.php:137 +msgid "Insert video link" +msgstr "Insert video link" + +#: src/Module/Post/Edit.php:138 +msgid "video link" +msgstr "video link" + +#: src/Module/Post/Edit.php:139 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: src/Module/Post/Edit.php:140 +msgid "audio link" +msgstr "audio link" + +#: src/Module/Post/Tag/Remove.php:106 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: src/Module/Post/Tag/Remove.php:107 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:144 +msgid "Remove" +msgstr "Remove" + +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "No contacts." -#: src/Module/Profile/Profile.php:82 +#: src/Module/Profile/Conversations.php:106 +#: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: src/Module/Profile/Photos.php:170 +msgid "Image upload didn't complete, please try again" +msgstr "Image upload didn't complete. Please try again." + +#: src/Module/Profile/Photos.php:173 +msgid "Image file is missing" +msgstr "Image file is missing" + +#: src/Module/Profile/Photos.php:178 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Server can't accept new file uploads at this time. Please contact your administrator." + +#: src/Module/Profile/Photos.php:202 +msgid "Image file is empty." +msgstr "Image file is empty." + +#: src/Module/Profile/Photos.php:356 +msgid "View Album" +msgstr "View album" + +#: src/Module/Profile/Profile.php:112 src/Module/Profile/Restricted.php:50 msgid "Profile not found." msgstr "Profile not found." -#: src/Module/Profile/Profile.php:135 +#: src/Module/Profile/Profile.php:158 #, php-format msgid "" "You're currently viewing your profile as %s Cancel" msgstr "" -#: src/Module/Profile/Profile.php:149 +#: src/Module/Profile/Profile.php:167 +msgid "Full Name:" +msgstr "Full name:" + +#: src/Module/Profile/Profile.php:172 msgid "Member since:" msgstr "Member since:" -#: src/Module/Profile/Profile.php:155 +#: src/Module/Profile/Profile.php:178 msgid "j F, Y" msgstr "j F, Y" -#: src/Module/Profile/Profile.php:156 +#: src/Module/Profile/Profile.php:179 msgid "j F" msgstr "j F" -#: src/Module/Profile/Profile.php:164 src/Util/Temporal.php:163 +#: src/Module/Profile/Profile.php:187 src/Util/Temporal.php:168 msgid "Birthday:" msgstr "Birthday:" -#: src/Module/Profile/Profile.php:167 -#: src/Module/Settings/Profile/Index.php:246 src/Util/Temporal.php:165 +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Age: " -#: src/Module/Profile/Profile.php:167 -#: src/Module/Settings/Profile/Index.php:246 src/Util/Temporal.php:165 +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" msgstr[0] "" msgstr[1] "" -#: src/Module/Profile/Profile.php:234 -msgid "Forums:" -msgstr "Forums:" +#: src/Module/Profile/Profile.php:195 +#: src/Module/Settings/Profile/Index.php:284 +msgid "Description:" +msgstr "Description:" -#: src/Module/Profile/Profile.php:246 +#: src/Module/Profile/Profile.php:261 +msgid "Groups:" +msgstr "" + +#: src/Module/Profile/Profile.php:273 msgid "View profile as:" msgstr "" -#: src/Module/Profile/Profile.php:263 +#: src/Module/Profile/Profile.php:290 msgid "View as" msgstr "" -#: src/Module/Profile/Profile.php:326 src/Module/Profile/Profile.php:329 -#: src/Module/Profile/Status.php:65 src/Module/Profile/Status.php:68 -#: src/Protocol/Feed.php:953 src/Protocol/OStatus.php:1242 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" - -#: src/Module/Profile/Profile.php:327 src/Module/Profile/Status.php:66 -#: src/Protocol/Feed.php:957 src/Protocol/OStatus.php:1246 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" - -#: src/Module/Profile/Profile.php:328 src/Module/Profile/Status.php:67 -#: src/Protocol/Feed.php:960 src/Protocol/OStatus.php:1249 -#, php-format -msgid "%s's comments" -msgstr "%s's comments" - -#: src/Module/Profile/Schedule.php:84 -msgid "Scheduled" -msgstr "" - -#: src/Module/Profile/Schedule.php:85 -msgid "Content" -msgstr "" - -#: src/Module/Profile/Schedule.php:86 -msgid "Remove post" -msgstr "" - -#: src/Module/Register.php:71 -msgid "Only parent users can create additional accounts." -msgstr "" - -#: src/Module/Register.php:103 -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:104 -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:105 -msgid "Your OpenID (optional): " -msgstr "Your OpenID (optional): " - -#: src/Module/Register.php:114 -msgid "Include your profile in member directory?" -msgstr "Include your profile in member directory?" - -#: src/Module/Register.php:137 -msgid "Note for the admin" -msgstr "Note for the admin" - -#: src/Module/Register.php:137 -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:138 -msgid "Membership on this site is by invitation only." -msgstr "Membership on this site is by invitation only." - -#: src/Module/Register.php:139 -msgid "Your invitation code: " -msgstr "Your invitation code: " - -#: src/Module/Register.php:147 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Your full name: " - -#: src/Module/Register.php:148 -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:149 -msgid "Please repeat your e-mail address:" -msgstr "Please repeat your email address:" - -#: src/Module/Register.php:151 -msgid "Leave empty for an auto generated password." -msgstr "Leave empty for an auto generated password." - -#: src/Module/Register.php:153 -#, 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:154 -msgid "Choose a nickname: " -msgstr "Choose a nickname: " - -#: src/Module/Register.php:163 -msgid "Import your profile to this friendica instance" -msgstr "Import an existing Friendica profile to this node." - -#: src/Module/Register.php:170 -msgid "Note: This node explicitly contains adult content" -msgstr "Note: This node explicitly contains adult content" - -#: src/Module/Register.php:172 src/Module/Settings/Delegation.php:155 -msgid "Parent Password:" -msgstr "Parent Password:" - -#: src/Module/Register.php:172 src/Module/Settings/Delegation.php:155 -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/Register.php:201 -msgid "Password doesn't match." -msgstr "" - -#: src/Module/Register.php:207 -msgid "Please enter your password." -msgstr "" - -#: src/Module/Register.php:249 -msgid "You have entered too much information." -msgstr "You have entered too much information." - -#: src/Module/Register.php:272 -msgid "Please enter the identical mail address in the second field." -msgstr "" - -#: src/Module/Register.php:299 -msgid "The additional account was created." -msgstr "" - -#: src/Module/Register.php:324 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registration successful. Please check your email for further instructions." - -#: src/Module/Register.php:328 -#, 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:334 -msgid "Registration successful." -msgstr "Registration successful." - -#: src/Module/Register.php:339 src/Module/Register.php:346 -msgid "Your registration can not be processed." -msgstr "Your registration cannot be processed." - -#: src/Module/Register.php:345 -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:391 -msgid "Your registration is pending approval by the site owner." -msgstr "Your registration is pending approval by the site administrator." - -#: src/Module/RemoteFollow.php:62 +#: src/Module/Profile/RemoteFollow.php:82 msgid "Profile unavailable." msgstr "Profile unavailable." -#: src/Module/RemoteFollow.php:68 +#: src/Module/Profile/RemoteFollow.php:88 msgid "Invalid locator" msgstr "Invalid locator" -#: src/Module/RemoteFollow.php:75 +#: src/Module/Profile/RemoteFollow.php:95 msgid "The provided profile link doesn't seem to be valid" msgstr "" -#: src/Module/RemoteFollow.php:80 +#: src/Module/Profile/RemoteFollow.php:100 msgid "" "Remote subscription can't be done for your network. Please subscribe " "directly on your system." msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." -#: src/Module/RemoteFollow.php:110 +#: src/Module/Profile/RemoteFollow.php:128 msgid "Friend/Connection Request" msgstr "Friend/Connection request" -#: src/Module/RemoteFollow.php:111 +#: src/Module/Profile/RemoteFollow.php:129 #, php-format msgid "" "Enter your Webfinger address (user@domain.tld) or profile URL here. If this " @@ -8781,89 +8926,314 @@ msgid "" " or %s directly on your system." msgstr "Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn't supported by your system, you have to subscribe to %s or %s directly on your system." -#: src/Module/RemoteFollow.php:112 +#: src/Module/Profile/RemoteFollow.php:130 #, php-format msgid "" "If you are not yet a member of the free social web, follow " "this link to find a public Friendica node and join us today." msgstr "" -#: src/Module/RemoteFollow.php:113 +#: src/Module/Profile/RemoteFollow.php:131 msgid "Your Webfinger address or profile URL:" msgstr "Your WebFinger address or profile URL:" -#: src/Module/Search/Index.php:54 +#: src/Module/Profile/Restricted.php:59 +msgid "Restricted profile" +msgstr "" + +#: src/Module/Profile/Restricted.php:60 +msgid "" +"This profile has been restricted which prevents access to their public " +"content from anonymous visitors." +msgstr "" + +#: src/Module/Profile/Schedule.php:83 +msgid "Scheduled" +msgstr "" + +#: src/Module/Profile/Schedule.php:84 +msgid "Content" +msgstr "" + +#: src/Module/Profile/Schedule.php:85 +msgid "Remove post" +msgstr "" + +#: src/Module/Profile/UnkMail.php:78 +msgid "Empty message body." +msgstr "" + +#: src/Module/Profile/UnkMail.php:103 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: src/Module/Profile/UnkMail.php:127 +msgid "Recipient not found." +msgstr "" + +#: src/Module/Profile/UnkMail.php:138 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: src/Module/Profile/UnkMail.php:152 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: src/Module/Profile/UnkMail.php:160 +msgid "To" +msgstr "" + +#: src/Module/Profile/UnkMail.php:161 +msgid "Subject" +msgstr "" + +#: src/Module/Profile/UnkMail.php:162 +msgid "Your message" +msgstr "" + +#: src/Module/Register.php:84 +msgid "Only parent users can create additional accounts." +msgstr "" + +#: src/Module/Register.php:99 src/Module/User/Import.php:111 +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:116 +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:117 +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:118 +msgid "Your OpenID (optional): " +msgstr "Your OpenID (optional): " + +#: src/Module/Register.php:127 +msgid "Include your profile in member directory?" +msgstr "Include your profile in member directory?" + +#: src/Module/Register.php:148 +msgid "Note for the admin" +msgstr "Note for the admin" + +#: src/Module/Register.php:148 +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:149 +msgid "Membership on this site is by invitation only." +msgstr "Membership on this site is by invitation only." + +#: src/Module/Register.php:150 +msgid "Your invitation code: " +msgstr "Your invitation code: " + +#: src/Module/Register.php:158 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Your full name: " + +#: src/Module/Register.php:159 +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:160 +msgid "Please repeat your e-mail address:" +msgstr "Please repeat your email address:" + +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:567 +msgid "New Password:" +msgstr "New password:" + +#: src/Module/Register.php:162 +msgid "Leave empty for an auto generated password." +msgstr "Leave empty for an auto generated password." + +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Settings/Account.php:568 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: src/Module/Register.php:164 +#, 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:165 +msgid "Choose a nickname: " +msgstr "Choose a nickname: " + +#: src/Module/Register.php:173 src/Module/User/Import.php:117 +msgid "Import" +msgstr "Import profile" + +#: src/Module/Register.php:174 +msgid "Import your profile to this friendica instance" +msgstr "Import an existing Friendica profile to this node." + +#: src/Module/Register.php:181 +msgid "Note: This node explicitly contains adult content" +msgstr "Note: This node explicitly contains adult content" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +msgid "Parent Password:" +msgstr "Parent Password:" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +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/Register.php:212 +msgid "Password doesn't match." +msgstr "" + +#: src/Module/Register.php:218 +msgid "Please enter your password." +msgstr "" + +#: src/Module/Register.php:260 +msgid "You have entered too much information." +msgstr "You have entered too much information." + +#: src/Module/Register.php:283 +msgid "Please enter the identical mail address in the second field." +msgstr "" + +#: src/Module/Register.php:310 +msgid "The additional account was created." +msgstr "" + +#: src/Module/Register.php:335 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registration successful. Please check your email for further instructions." + +#: src/Module/Register.php:342 +#, 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:348 +msgid "Registration successful." +msgstr "Registration successful." + +#: src/Module/Register.php:357 src/Module/Register.php:364 +#: src/Module/Register.php:374 +msgid "Your registration can not be processed." +msgstr "Your registration cannot be processed." + +#: src/Module/Register.php:363 +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:373 +msgid "An internal error occured." +msgstr "An internal error occurred." + +#: src/Module/Register.php:395 +msgid "Your registration is pending approval by the site owner." +msgstr "Your registration is pending approval by the site administrator." + +#: src/Module/Search/Acl.php:73 +msgid "You must be logged in to use this module." +msgstr "You must be logged in to use this module." + +#: src/Module/Search/Index.php:69 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:76 +#: src/Module/Search/Index.php:89 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:192 +#: src/Module/Search/Index.php:205 #, php-format msgid "Items tagged with: %s" msgstr "Items tagged with: %s" -#: src/Module/Search/Saved.php:45 +#: src/Module/Search/Saved.php:59 msgid "Search term was not saved." msgstr "" -#: src/Module/Search/Saved.php:48 +#: src/Module/Search/Saved.php:62 msgid "Search term already saved." msgstr "Search term already saved." -#: src/Module/Search/Saved.php:54 +#: src/Module/Search/Saved.php:68 msgid "Search term was not removed." msgstr "" -#: src/Module/Security/Login.php:105 +#: src/Module/Security/Login.php:123 msgid "Create a New Account" msgstr "Create a new account" -#: src/Module/Security/Login.php:130 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "Your OpenID: " -#: src/Module/Security/Login.php:133 +#: src/Module/Security/Login.php:145 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/Security/Login.php:135 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "Or login with OpenID: " -#: src/Module/Security/Login.php:149 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Password: " -#: src/Module/Security/Login.php:150 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "Remember me" -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Forgot your password?" -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "Website Terms of Service" -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "Terms of service" -#: src/Module/Security/Login.php:165 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "Website Privacy Policy" -#: src/Module/Security/Login.php:166 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "Privacy policy" -#: src/Module/Security/Logout.php:61 +#: src/Module/Security/Logout.php:84 +#: src/Module/Security/TwoFactor/SignOut.php:78 +#: src/Module/Security/TwoFactor/SignOut.php:86 +#: src/Module/Security/TwoFactor/SignOut.php:108 +#: src/Module/Security/TwoFactor/SignOut.php:115 msgid "Logged out." msgstr "Logged out." @@ -8871,450 +9241,1414 @@ msgstr "Logged out." msgid "OpenID protocol error. No ID returned" msgstr "" -#: src/Module/Security/OpenID.php:92 +#: src/Module/Security/OpenID.php:90 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." -#: src/Module/Security/OpenID.php:94 +#: src/Module/Security/OpenID.php:92 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." -#: src/Module/Security/TwoFactor/Recovery.php:61 +#: src/Module/Security/PasswordTooLong.php:57 +#: src/Module/Settings/Account.php:67 +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: src/Module/Security/PasswordTooLong.php:64 +msgid "Password does not need changing." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:77 +#: src/Module/Settings/Account.php:81 +msgid "Password unchanged." +msgstr "Password unchanged." + +#: src/Module/Security/PasswordTooLong.php:91 +msgid "Password Too Long" +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:92 +msgid "" +"Since version 2022.09, we've realized that any password longer than 72 " +"characters is truncated during hashing. To prevent any confusion about this " +"behavior, please update your password to be fewer or equal to 72 characters." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:93 +msgid "Update Password" +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:569 +msgid "Current Password:" +msgstr "Current password:" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:569 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:553 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces and accentuated letters." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:554 +msgid "Password length is limited to 72 characters." +msgstr "" + +#: src/Module/Security/TwoFactor/Recovery.php:74 #, php-format msgid "Remaining recovery codes: %d" msgstr "Remaining recovery codes: %d" -#: src/Module/Security/TwoFactor/Recovery.php:65 -#: src/Module/Security/TwoFactor/Verify.php:76 -#: src/Module/Settings/TwoFactor/Verify.php:82 +#: src/Module/Security/TwoFactor/Recovery.php:80 +#: src/Module/Security/TwoFactor/Verify.php:77 +#: src/Module/Settings/TwoFactor/Verify.php:95 msgid "Invalid code, please retry." msgstr "Invalid code, please try again." -#: src/Module/Security/TwoFactor/Recovery.php:84 +#: src/Module/Security/TwoFactor/Recovery.php:99 msgid "Two-factor recovery" msgstr "Two-factor recovery" -#: src/Module/Security/TwoFactor/Recovery.php:85 +#: src/Module/Security/TwoFactor/Recovery.php:100 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/Security/TwoFactor/Recovery.php:86 -#: src/Module/Security/TwoFactor/Verify.php:99 +#: src/Module/Security/TwoFactor/Recovery.php:101 #, 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/Security/TwoFactor/Recovery.php:87 +#: src/Module/Security/TwoFactor/Recovery.php:102 msgid "Please enter a recovery code" msgstr "Please enter a recovery code" -#: src/Module/Security/TwoFactor/Recovery.php:88 +#: src/Module/Security/TwoFactor/Recovery.php:103 msgid "Submit recovery code and complete login" msgstr "Submit recovery code and complete login" -#: src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Security/TwoFactor/SignOut.php:122 +msgid "Sign out of this browser?" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:123 +msgid "" +"

    If you trust this browser, you will not be asked for verification code " +"the next time you sign in.

    " +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:124 +msgid "Sign out" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:126 +msgid "Trust and sign out" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:96 +msgid "Couldn't save browser to Cookie." +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:141 +msgid "Trust this browser?" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:142 +msgid "" +"

    If you choose to trust this browser, you will not be asked for a " +"verification code the next time you sign in.

    " +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:143 +msgid "Not now" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:144 +msgid "Don't trust" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:145 +msgid "Trust" +msgstr "" + +#: src/Module/Security/TwoFactor/Verify.php:97 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/Security/TwoFactor/Verify.php:100 -#: src/Module/Settings/TwoFactor/Verify.php:141 -msgid "Please enter a code from your authentication app" -msgstr "Please enter a code from your authentication app" +#, php-format +msgid "" +"If you do not have access to your authentication code you can use a two-factor recovery code." +msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -msgid "This is my two-factor authenticator app device" -msgstr "" +#: src/Module/Settings/TwoFactor/Verify.php:155 +msgid "Please enter a code from your authentication app" +msgstr "Please enter a code from your authentication app" #: src/Module/Security/TwoFactor/Verify.php:102 msgid "Verify code and complete login" msgstr "Verify code and complete login" -#: src/Module/Settings/Delegation.php:53 +#: src/Module/Settings/Account.php:96 +msgid "Please use a shorter name." +msgstr "" + +#: src/Module/Settings/Account.php:99 +msgid "Name too short." +msgstr "" + +#: src/Module/Settings/Account.php:108 +msgid "Wrong Password." +msgstr "Wrong password." + +#: src/Module/Settings/Account.php:113 +msgid "Invalid email." +msgstr "Invalid email." + +#: src/Module/Settings/Account.php:117 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 +#: src/Module/Settings/Account.php:352 +msgid "Settings were not updated." +msgstr "" + +#: src/Module/Settings/Account.php:364 +msgid "Contact CSV file upload error" +msgstr "Contact CSV file upload error" + +#: src/Module/Settings/Account.php:383 +msgid "Importing Contacts done" +msgstr "Importing contacts done" + +#: src/Module/Settings/Account.php:396 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been sent to your contacts" + +#: src/Module/Settings/Account.php:413 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: src/Module/Settings/Account.php:455 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: src/Module/Settings/Account.php:456 +msgid "Community Group Subtypes" +msgstr "" + +#: src/Module/Settings/Account.php:466 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: src/Module/Settings/Account.php:473 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:480 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:487 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: src/Module/Settings/Account.php:494 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: src/Module/Settings/Account.php:501 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: src/Module/Settings/Account.php:508 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: src/Module/Settings/Account.php:515 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: src/Module/Settings/Account.php:520 +msgid "Private Group [Experimental]" +msgstr "" + +#: src/Module/Settings/Account.php:522 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: src/Module/Settings/Account.php:531 +msgid "OpenID:" +msgstr "OpenID:" + +#: src/Module/Settings/Account.php:531 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: src/Module/Settings/Account.php:539 +msgid "Publish your profile in your local site directory?" +msgstr "" + +#: src/Module/Settings/Account.php:539 +#, 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." + +#: src/Module/Settings/Account.php:545 +#, php-format +msgid "" +"Your profile will also be published in the global friendica directories " +"(e.g. %s)." +msgstr "" + +#: src/Module/Settings/Account.php:558 +msgid "Account Settings" +msgstr "Account Settings" + +#: src/Module/Settings/Account.php:559 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: src/Module/Settings/Account.php:566 +msgid "Password Settings" +msgstr "Password change" + +#: src/Module/Settings/Account.php:568 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: src/Module/Settings/Account.php:570 +msgid "Password:" +msgstr "Password:" + +#: src/Module/Settings/Account.php:570 +msgid "Your current password to confirm the changes of the email address" +msgstr "Your current password to confirm the change of your email address." + +#: src/Module/Settings/Account.php:573 +msgid "Delete OpenID URL" +msgstr "Delete OpenID URL" + +#: src/Module/Settings/Account.php:575 +msgid "Basic Settings" +msgstr "Basic information" + +#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Email Address:" +msgstr "Email address:" + +#: src/Module/Settings/Account.php:578 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: src/Module/Settings/Account.php:579 +msgid "Your Language:" +msgstr "Language:" + +#: src/Module/Settings/Account.php:579 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: src/Module/Settings/Account.php:580 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: src/Module/Settings/Account.php:581 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: src/Module/Settings/Account.php:583 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: src/Module/Settings/Account.php:585 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: src/Module/Settings/Account.php:585 src/Module/Settings/Account.php:595 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam and abusive registrations" + +#: src/Module/Settings/Account.php:587 +msgid "Allow your profile to be searchable globally?" +msgstr "" + +#: src/Module/Settings/Account.php:587 +msgid "" +"Activate this setting if you want others to easily find and follow you. Your" +" profile will be searchable on remote systems. This setting also determines " +"whether Friendica will inform search engines that your profile should be " +"indexed or not." +msgstr "" + +#: src/Module/Settings/Account.php:588 +msgid "Hide your contact/friend list from viewers of your profile?" +msgstr "" + +#: src/Module/Settings/Account.php:588 +msgid "" +"A list of your contacts is displayed on your profile page. Activate this " +"option to disable the display of your contact list." +msgstr "" + +#: src/Module/Settings/Account.php:589 +msgid "Hide your public content from anonymous viewers" +msgstr "" + +#: src/Module/Settings/Account.php:589 +msgid "" +"Anonymous visitors will only see your basic profile details. Your public " +"posts and replies will still be freely accessible on the remote servers of " +"your followers and through relays." +msgstr "" + +#: src/Module/Settings/Account.php:590 +msgid "Make public posts unlisted" +msgstr "" + +#: src/Module/Settings/Account.php:590 +msgid "" +"Your public posts will not appear on the community pages or in search " +"results, nor be sent to relay servers. However they can still appear on " +"public feeds on remote servers." +msgstr "" + +#: src/Module/Settings/Account.php:591 +msgid "Make all posted pictures accessible" +msgstr "" + +#: src/Module/Settings/Account.php:591 +msgid "" +"This option makes every posted picture accessible via the direct link. This " +"is a workaround for the problem that most other networks can't handle " +"permissions on pictures. Non public pictures still won't be visible for the " +"public on your photo albums though." +msgstr "" + +#: src/Module/Settings/Account.php:592 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: src/Module/Settings/Account.php:592 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: src/Module/Settings/Account.php:593 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: src/Module/Settings/Account.php:593 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: src/Module/Settings/Account.php:594 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: src/Module/Settings/Account.php:594 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: src/Module/Settings/Account.php:595 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: src/Module/Settings/Account.php:596 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:597 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:598 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: src/Module/Settings/Account.php:602 +msgid "Expiration settings" +msgstr "" + +#: src/Module/Settings/Account.php:603 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: src/Module/Settings/Account.php:603 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: src/Module/Settings/Account.php:604 +msgid "Expire posts" +msgstr "" + +#: src/Module/Settings/Account.php:604 +msgid "When activated, posts and comments will be expired." +msgstr "If activated, posts and comments will expire." + +#: src/Module/Settings/Account.php:605 +msgid "Expire personal notes" +msgstr "Expire personal notes" + +#: src/Module/Settings/Account.php:605 +msgid "" +"When activated, the personal notes on your profile page will be expired." +msgstr "If activated, the personal notes on your profile page will expire." + +#: src/Module/Settings/Account.php:606 +msgid "Expire starred posts" +msgstr "" + +#: src/Module/Settings/Account.php:606 +msgid "" +"Starring posts keeps them from being expired. That behaviour is overwritten " +"by this setting." +msgstr "" + +#: src/Module/Settings/Account.php:607 +msgid "Only expire posts by others" +msgstr "" + +#: src/Module/Settings/Account.php:607 +msgid "" +"When activated, your own posts never expire. Then the settings above are " +"only valid for posts you received." +msgstr "If activated, your own posts never expire. The settings above are only valid for posts you received." + +#: src/Module/Settings/Account.php:610 +msgid "Notification Settings" +msgstr "Notification" + +#: src/Module/Settings/Account.php:611 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: src/Module/Settings/Account.php:612 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: src/Module/Settings/Account.php:613 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: src/Module/Settings/Account.php:614 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: src/Module/Settings/Account.php:615 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: src/Module/Settings/Account.php:616 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: src/Module/Settings/Account.php:617 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: src/Module/Settings/Account.php:618 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: src/Module/Settings/Account.php:620 +msgid "Create a desktop notification when:" +msgstr "" + +#: src/Module/Settings/Account.php:621 +msgid "Someone tagged you" +msgstr "" + +#: src/Module/Settings/Account.php:622 +msgid "Someone directly commented on your post" +msgstr "" + +#: src/Module/Settings/Account.php:623 +msgid "Someone liked your content" +msgstr "" + +#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 +msgid "Can only be enabled, when the direct comment notification is enabled." +msgstr "" + +#: src/Module/Settings/Account.php:624 +msgid "Someone shared your content" +msgstr "" + +#: src/Module/Settings/Account.php:625 +msgid "Someone commented in your thread" +msgstr "" + +#: src/Module/Settings/Account.php:626 +msgid "Someone commented in a thread where you commented" +msgstr "" + +#: src/Module/Settings/Account.php:627 +msgid "Someone commented in a thread where you interacted" +msgstr "" + +#: src/Module/Settings/Account.php:629 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: src/Module/Settings/Account.php:629 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: src/Module/Settings/Account.php:633 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: src/Module/Settings/Account.php:635 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: src/Module/Settings/Account.php:639 +msgid "Show detailled notifications" +msgstr "Show detailed notifications" + +#: src/Module/Settings/Account.php:641 +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. If enabled, every notification is displayed." + +#: src/Module/Settings/Account.php:645 +msgid "Show notifications of ignored contacts" +msgstr "" + +#: src/Module/Settings/Account.php:647 +msgid "" +"You don't see posts from ignored contacts. But you still see their comments." +" This setting controls if you want to still receive regular notifications " +"that are caused by ignored contacts or not." +msgstr "" + +#: src/Module/Settings/Account.php:650 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: src/Module/Settings/Account.php:651 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behavior of this account for special situations" + +#: src/Module/Settings/Account.php:654 +msgid "Import Contacts" +msgstr "Import contacts" + +#: src/Module/Settings/Account.php:655 +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." + +#: src/Module/Settings/Account.php:656 +msgid "Upload File" +msgstr "Upload file" + +#: src/Module/Settings/Account.php:659 +msgid "Relocate" +msgstr "Recent relocation" + +#: src/Module/Settings/Account.php:660 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: src/Module/Settings/Account.php:661 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: src/Module/Settings/Addons.php:86 +msgid "Addon Settings" +msgstr "Addon Settings" + +#: src/Module/Settings/Addons.php:87 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146 +#: src/Module/Settings/Display.php:330 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:331 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:140 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:140 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:146 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:153 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:158 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add" +msgstr "Add" + +#: src/Module/Settings/Channels.php:162 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:165 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list?" +msgstr "" + +#: src/Module/Settings/Connectors.php:120 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "diaspora* (Socialhome, Hubzilla)" + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 +#, php-format +msgid "Built-in support for %s connectivity is enabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 +#, php-format +msgid "Built-in support for %s connectivity is disabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 +msgid "OStatus (GNU Social)" +msgstr "" + +#: src/Module/Settings/Connectors.php:182 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 +msgid "None" +msgstr "None" + +#: src/Module/Settings/Connectors.php:209 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: src/Module/Settings/Connectors.php:212 +msgid "Followed content scope" +msgstr "" + +#: src/Module/Settings/Connectors.php:214 +msgid "" +"By default, conversations in which your follows participated but didn't " +"start will be shown in your timeline. You can turn this behavior off, or " +"expand it to the conversations in which your follows liked a post." +msgstr "" + +#: src/Module/Settings/Connectors.php:216 +msgid "Only conversations my follows started" +msgstr "" + +#: src/Module/Settings/Connectors.php:217 +msgid "Conversations my follows started or commented on (default)" +msgstr "" + +#: src/Module/Settings/Connectors.php:218 +msgid "Any conversation my follows interacted with, including likes" +msgstr "" + +#: src/Module/Settings/Connectors.php:221 +msgid "Enable Content Warning" +msgstr "" + +#: src/Module/Settings/Connectors.php:221 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This enables the automatic " +"collapsing instead of setting the content warning as the post title. Doesn't" +" affect any other content filtering you eventually set up." +msgstr "" + +#: src/Module/Settings/Connectors.php:222 +msgid "Enable intelligent shortening" +msgstr "" + +#: src/Module/Settings/Connectors.php:222 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If disabled, every shortened post will always point to the original " +"friendica post." +msgstr "" + +#: src/Module/Settings/Connectors.php:223 +msgid "Enable simple text shortening" +msgstr "" + +#: src/Module/Settings/Connectors.php:223 +msgid "" +"Normally the system shortens posts at the next line feed. If this option is " +"enabled then the system will shorten the text at the maximum character " +"limit." +msgstr "" + +#: src/Module/Settings/Connectors.php:224 +msgid "Attach the link title" +msgstr "Attach the link title" + +#: src/Module/Settings/Connectors.php:224 +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 "If activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content." + +#: src/Module/Settings/Connectors.php:225 +msgid "API: Use spoiler field as title" +msgstr "" + +#: src/Module/Settings/Connectors.php:225 +msgid "" +"When activated, the \"spoiler_text\" field in the API will be used for the " +"title on standalone posts. When deactivated it will be used for spoiler " +"text. For comments it will always be used for spoiler text." +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 +msgid "Your legacy ActivityPub/GNU Social account" +msgstr "" + +#: src/Module/Settings/Connectors.php:227 +msgid "" +"If you enter your old account name from an ActivityPub based system or your " +"GNU Social/Statusnet account name here (in the format user@domain.tld), your" +" contacts will be added automatically. The field will be emptied when done." +msgstr "" + +#: src/Module/Settings/Connectors.php:229 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: src/Module/Settings/Connectors.php:233 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: src/Module/Settings/Connectors.php:234 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: src/Module/Settings/Connectors.php:235 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: src/Module/Settings/Connectors.php:237 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: src/Module/Settings/Connectors.php:238 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: src/Module/Settings/Connectors.php:239 +msgid "Security:" +msgstr "Security:" + +#: src/Module/Settings/Connectors.php:240 +msgid "Email login name:" +msgstr "Email login name:" + +#: src/Module/Settings/Connectors.php:241 +msgid "Email password:" +msgstr "Email password:" + +#: src/Module/Settings/Connectors.php:242 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: src/Module/Settings/Connectors.php:243 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Action after import:" +msgstr "Action after import:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Move to folder" +msgstr "Move to folder" + +#: src/Module/Settings/Connectors.php:245 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delegation successfully granted." -#: src/Module/Settings/Delegation.php:55 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Parent user not found, unavailable or password doesn't match." -#: src/Module/Settings/Delegation.php:59 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegation successfully revoked." -#: src/Module/Settings/Delegation.php:81 -#: src/Module/Settings/Delegation.php:103 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Delegated administrators can view but not change delegation permissions." -#: src/Module/Settings/Delegation.php:95 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Delegate user not found." -#: src/Module/Settings/Delegation.php:143 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "No parent user" -#: src/Module/Settings/Delegation.php:154 -#: src/Module/Settings/Delegation.php:165 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Parent user" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:168 +#: src/Module/Settings/Delegation.php:192 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/Settings/Delegation.php:172 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegates" -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:196 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/Settings/Delegation.php:175 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Existing page delegates" -#: src/Module/Settings/Delegation.php:177 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potential delegates" -#: src/Module/Settings/Delegation.php:180 -msgid "Add" -msgstr "Add" - -#: src/Module/Settings/Delegation.php:181 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "No entries." -#: src/Module/Settings/Display.php:108 +#: src/Module/Settings/Display.php:179 msgid "The theme you chose isn't available." msgstr "The theme you chose isn't available." -#: src/Module/Settings/Display.php:147 +#: src/Module/Settings/Display.php:219 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Unsupported)" -#: src/Module/Settings/Display.php:193 +#: src/Module/Settings/Display.php:254 +msgid "No preview" +msgstr "" + +#: src/Module/Settings/Display.php:255 +msgid "No image" +msgstr "" + +#: src/Module/Settings/Display.php:256 +msgid "Small Image" +msgstr "" + +#: src/Module/Settings/Display.php:257 +msgid "Large Image" +msgstr "" + +#: src/Module/Settings/Display.php:302 msgid "Display Settings" msgstr "Display Settings" -#: src/Module/Settings/Display.php:195 +#: src/Module/Settings/Display.php:304 msgid "General Theme Settings" msgstr "Themes" -#: src/Module/Settings/Display.php:196 +#: src/Module/Settings/Display.php:305 msgid "Custom Theme Settings" msgstr "Theme customization" -#: src/Module/Settings/Display.php:197 +#: src/Module/Settings/Display.php:306 msgid "Content Settings" msgstr "Content/Layout" -#: src/Module/Settings/Display.php:198 view/theme/duepuntozero/config.php:70 -#: view/theme/frio/config.php:161 view/theme/quattro/config.php:72 -#: view/theme/vier/config.php:120 +#: src/Module/Settings/Display.php:307 view/theme/duepuntozero/config.php:86 +#: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 +#: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Theme settings" -#: src/Module/Settings/Display.php:199 -msgid "Calendar" -msgstr "Calendar" +#: src/Module/Settings/Display.php:308 +msgid "Timelines" +msgstr "" -#: src/Module/Settings/Display.php:205 +#: src/Module/Settings/Display.php:315 msgid "Display Theme:" msgstr "Display theme:" -#: src/Module/Settings/Display.php:206 +#: src/Module/Settings/Display.php:316 msgid "Mobile Theme:" msgstr "Mobile theme:" -#: src/Module/Settings/Display.php:209 +#: src/Module/Settings/Display.php:319 msgid "Number of items to display per page:" msgstr "Number of items displayed per page:" -#: src/Module/Settings/Display.php:209 src/Module/Settings/Display.php:210 +#: src/Module/Settings/Display.php:319 src/Module/Settings/Display.php:320 msgid "Maximum of 100 items" msgstr "Maximum of 100 items" -#: src/Module/Settings/Display.php:210 +#: src/Module/Settings/Display.php:320 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Number of items displayed per page on mobile devices:" -#: src/Module/Settings/Display.php:211 +#: src/Module/Settings/Display.php:321 msgid "Update browser every xx seconds" msgstr "Update browser every so many seconds:" -#: src/Module/Settings/Display.php:211 +#: src/Module/Settings/Display.php:321 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 seconds; to disable -1." -#: src/Module/Settings/Display.php:212 -msgid "Automatic updates only at the top of the post stream pages" -msgstr "" - -#: src/Module/Settings/Display.php:212 -msgid "" -"Auto update may add new posts at the top of the post stream pages, which can" -" affect the scroll position and perturb normal reading if it happens " -"anywhere else the top of the page." -msgstr "" - -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:322 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:322 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:323 msgid "Infinite scroll" msgstr "Infinite scroll" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:323 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:324 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:324 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:216 +#: src/Module/Settings/Display.php:325 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:216 +#: src/Module/Settings/Display.php:325 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:326 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:326 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:327 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:327 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:220 +#: src/Module/Settings/Display.php:328 +msgid "Link preview mode" +msgstr "" + +#: src/Module/Settings/Display.php:328 +msgid "Appearance of the link preview that is added to each post with a link." +msgstr "" + +#: src/Module/Settings/Display.php:333 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:337 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:337 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:339 msgid "Beginning of week:" msgstr "Week begins: " -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profile name is required." +#: src/Module/Settings/Display.php:340 +msgid "Default calendar view:" +msgstr "" -#: src/Module/Settings/Profile/Index.php:132 +#: src/Module/Settings/Features.php:74 +msgid "Additional Features" +msgstr "Additional Features" + +#: src/Module/Settings/OAuth.php:71 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: src/Module/Settings/OAuth.php:75 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:173 -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:174 -#: src/Module/Settings/Profile/Index.php:194 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:184 -#: src/Module/Settings/Profile/Index.php:204 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Field Permissions" -#: src/Module/Settings/Profile/Index.php:185 -#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(reveal/hide)" -#: src/Module/Settings/Profile/Index.php:191 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:221 -msgid "Profile Actions" -msgstr "Profile actions" - -#: src/Module/Settings/Profile/Index.php:222 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: src/Module/Settings/Profile/Index.php:224 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: src/Module/Settings/Profile/Index.php:229 -msgid "Profile picture" -msgstr "Profile picture" - -#: src/Module/Settings/Profile/Index.php:230 -msgid "Location" -msgstr "Location" - -#: src/Module/Settings/Profile/Index.php:231 src/Util/Temporal.php:93 -#: src/Util/Temporal.php:95 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: src/Module/Settings/Profile/Index.php:232 -msgid "Custom Profile Fields" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:234 src/Module/Welcome.php:58 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: src/Module/Settings/Profile/Index.php:238 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:241 -msgid "Street Address:" -msgstr "Street address:" - -#: src/Module/Settings/Profile/Index.php:242 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: src/Module/Settings/Profile/Index.php:243 -msgid "Region/State:" -msgstr "Region/State:" - -#: src/Module/Settings/Profile/Index.php:244 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: src/Module/Settings/Profile/Index.php:245 -msgid "Country:" -msgstr "Country:" - -#: src/Module/Settings/Profile/Index.php:247 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - #: src/Module/Settings/Profile/Index.php:247 msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "" -"The Matrix address will be published so that people can follow you there." +"The homepage is verified. A rel=\"me\" link back to your Friendica profile " +"page was found on the homepage." msgstr "" #: src/Module/Settings/Profile/Index.php:249 -msgid "Homepage URL:" -msgstr "Homepage URL:" +#, php-format +msgid "" +"To verify your homepage, add a rel=\"me\" link to it, pointing to your " +"profile URL (%s)." +msgstr "" -#: src/Module/Settings/Profile/Index.php:250 -msgid "Public Keywords:" -msgstr "Public keywords:" +#: src/Module/Settings/Profile/Index.php:255 +msgid "Profile Actions" +msgstr "Profile actions" -#: src/Module/Settings/Profile/Index.php:250 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." +#: src/Module/Settings/Profile/Index.php:256 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" -#: src/Module/Settings/Profile/Index.php:251 -msgid "Private Keywords:" -msgstr "Private keywords:" +#: src/Module/Settings/Profile/Index.php:258 +msgid "Change Profile Photo" +msgstr "Change profile photo" -#: src/Module/Settings/Profile/Index.php:251 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." +#: src/Module/Settings/Profile/Index.php:261 +msgid "Profile picture" +msgstr "Profile picture" -#: src/Module/Settings/Profile/Index.php:252 +#: src/Module/Settings/Profile/Index.php:262 +msgid "Location" +msgstr "Location" + +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 +#: src/Util/Temporal.php:99 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: src/Module/Settings/Profile/Index.php:264 +msgid "Custom Profile Fields" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:108 -#: src/Module/Settings/Profile/Photo/Crop.php:126 -#: src/Module/Settings/Profile/Photo/Crop.php:144 +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Street address:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Region/State:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Country:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: src/Module/Settings/Profile/Photo/Crop.php:107 +#: src/Module/Settings/Profile/Photo/Crop.php:125 +#: src/Module/Settings/Profile/Photo/Crop.php:143 #: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." -#: src/Module/Settings/Profile/Photo/Crop.php:151 +#: src/Module/Settings/Profile/Photo/Crop.php:150 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." -#: src/Module/Settings/Profile/Photo/Crop.php:156 +#: src/Module/Settings/Profile/Photo/Crop.php:155 msgid "Unable to process image" msgstr "Unable to process image" -#: src/Module/Settings/Profile/Photo/Crop.php:175 +#: src/Module/Settings/Profile/Photo/Crop.php:174 msgid "Photo not found." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:197 +#: src/Module/Settings/Profile/Photo/Crop.php:196 msgid "Profile picture successfully updated." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:223 -#: src/Module/Settings/Profile/Photo/Crop.php:227 +#: src/Module/Settings/Profile/Photo/Crop.php:222 +#: src/Module/Settings/Profile/Photo/Crop.php:226 msgid "Crop Image" msgstr "Crop Image" -#: src/Module/Settings/Profile/Photo/Crop.php:224 +#: src/Module/Settings/Profile/Photo/Crop.php:223 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: src/Module/Settings/Profile/Photo/Crop.php:226 +#: src/Module/Settings/Profile/Photo/Crop.php:225 msgid "Use Image As Is" msgstr "" @@ -9350,190 +10684,267 @@ msgstr "skip this step" msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: src/Module/Settings/TwoFactor/AppSpecific.php:52 -#: src/Module/Settings/TwoFactor/Recovery.php:50 -#: src/Module/Settings/TwoFactor/Trusted.php:30 -#: src/Module/Settings/TwoFactor/Verify.php:56 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 +#: src/Navigation/Notifications/Repository/Notify.php:471 +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "[Friendica System Notify]" +msgstr "[Friendica System Notify]" + +#: src/Module/Settings/RemoveMe.php:90 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: src/Module/Settings/RemoveMe.php:91 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups." + +#: src/Module/Settings/RemoveMe.php:92 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "" + +#: src/Module/Settings/RemoveMe.php:130 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: src/Module/Settings/RemoveMe.php:131 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: src/Module/Settings/RemoveMe.php:136 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:66 +#: src/Module/Settings/TwoFactor/Recovery.php:64 +#: src/Module/Settings/TwoFactor/Trusted.php:67 +#: src/Module/Settings/TwoFactor/Verify.php:69 msgid "Please enter your password to access this page." msgstr "Please enter your password to access this page." -#: src/Module/Settings/TwoFactor/AppSpecific.php:70 +#: src/Module/Settings/TwoFactor/AppSpecific.php:84 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:73 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 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:77 +#: src/Module/Settings/TwoFactor/AppSpecific.php:91 msgid "New app-specific password generated." msgstr "New app-specific password generated." -#: src/Module/Settings/TwoFactor/AppSpecific.php:83 +#: src/Module/Settings/TwoFactor/AppSpecific.php:97 msgid "App-specific passwords successfully revoked." msgstr "App-specific passwords successfully revoked." -#: src/Module/Settings/TwoFactor/AppSpecific.php:93 +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 msgid "App-specific password successfully revoked." msgstr "App-specific password successfully revoked." -#: src/Module/Settings/TwoFactor/AppSpecific.php:114 +#: src/Module/Settings/TwoFactor/AppSpecific.php:128 msgid "Two-factor app-specific passwords" msgstr "Two-factor app-specific passwords" -#: src/Module/Settings/TwoFactor/AppSpecific.php:116 +#: src/Module/Settings/TwoFactor/AppSpecific.php:130 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:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 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:120 -msgid "Description" -msgstr "Description" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:121 +#: src/Module/Settings/TwoFactor/AppSpecific.php:135 msgid "Last Used" msgstr "Last used" -#: src/Module/Settings/TwoFactor/AppSpecific.php:122 +#: src/Module/Settings/TwoFactor/AppSpecific.php:136 msgid "Revoke" msgstr "Revoke" -#: src/Module/Settings/TwoFactor/AppSpecific.php:123 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 msgid "Revoke All" msgstr "Revoke all" -#: src/Module/Settings/TwoFactor/AppSpecific.php:126 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 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:127 +#: src/Module/Settings/TwoFactor/AppSpecific.php:141 msgid "Generate new app-specific password" msgstr "Generate new app-specific password" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:142 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa on my Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 msgid "Generate" msgstr "Generate" -#: src/Module/Settings/TwoFactor/Index.php:67 +#: src/Module/Settings/TwoFactor/Index.php:68 msgid "Two-factor authentication successfully disabled." msgstr "Two-factor authentication successfully disabled." -#: src/Module/Settings/TwoFactor/Index.php:93 -msgid "Wrong Password" -msgstr "Wrong password" - -#: src/Module/Settings/TwoFactor/Index.php:113 +#: src/Module/Settings/TwoFactor/Index.php:120 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:117 +#: src/Module/Settings/TwoFactor/Index.php:124 msgid "Authenticator app" msgstr "Authenticator app" -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Configured" msgstr "Configured" -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Not Configured" msgstr "Not configured" -#: src/Module/Settings/TwoFactor/Index.php:119 +#: src/Module/Settings/TwoFactor/Index.php:126 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    You haven't finished configuring your authenticator app.

    " -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:127 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Your authenticator app is correctly configured.

    " -#: src/Module/Settings/TwoFactor/Index.php:122 +#: src/Module/Settings/TwoFactor/Index.php:129 msgid "Recovery codes" msgstr "Recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:123 +#: src/Module/Settings/TwoFactor/Index.php:130 msgid "Remaining valid codes" msgstr "Remaining valid codes" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:132 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:127 +#: src/Module/Settings/TwoFactor/Index.php:134 msgid "App-specific passwords" msgstr "App-specific passwords" -#: src/Module/Settings/TwoFactor/Index.php:128 +#: src/Module/Settings/TwoFactor/Index.php:135 msgid "Generated app-specific passwords" msgstr "Generated app-specific passwords." -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:137 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:133 +#: src/Module/Settings/TwoFactor/Index.php:140 msgid "Current password:" msgstr "Current password:" -#: src/Module/Settings/TwoFactor/Index.php:133 +#: src/Module/Settings/TwoFactor/Index.php:140 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:134 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:142 msgid "Disable two-factor authentication" msgstr "Disable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:136 +#: src/Module/Settings/TwoFactor/Index.php:143 msgid "Show recovery codes" msgstr "Show recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:144 msgid "Manage app-specific passwords" msgstr "Manage app-specific passwords." -#: src/Module/Settings/TwoFactor/Index.php:138 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Finish app configuration" msgstr "Finish app configuration" -#: src/Module/Settings/TwoFactor/Recovery.php:66 +#: src/Module/Settings/TwoFactor/Recovery.php:80 msgid "New recovery codes successfully generated." msgstr "New recovery codes successfully generated." -#: src/Module/Settings/TwoFactor/Recovery.php:92 +#: src/Module/Settings/TwoFactor/Recovery.php:106 msgid "Two-factor recovery codes" msgstr "Two-factor recovery codes" -#: src/Module/Settings/TwoFactor/Recovery.php:94 +#: src/Module/Settings/TwoFactor/Recovery.php:108 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 " @@ -9542,64 +10953,68 @@ msgid "" "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:96 +#: src/Module/Settings/TwoFactor/Recovery.php:110 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:97 +#: src/Module/Settings/TwoFactor/Recovery.php:111 msgid "Generate new recovery codes" msgstr "Generate new recovery codes" -#: src/Module/Settings/TwoFactor/Recovery.php:99 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "Next: Verification" msgstr "Next: Verification" -#: src/Module/Settings/TwoFactor/Trusted.php:49 +#: src/Module/Settings/TwoFactor/Trusted.php:84 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:59 +#: src/Module/Settings/TwoFactor/Trusted.php:94 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:97 +#: src/Module/Settings/TwoFactor/Trusted.php:136 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:98 +#: src/Module/Settings/TwoFactor/Trusted.php:137 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:99 +#: src/Module/Settings/TwoFactor/Trusted.php:138 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:100 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:102 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:103 +#: src/Module/Settings/TwoFactor/Trusted.php:142 +msgid "Created At" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:105 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:78 +#: src/Module/Settings/TwoFactor/Verify.php:91 msgid "Two-factor authentication successfully activated." msgstr "Two-factor authentication successfully activated." -#: src/Module/Settings/TwoFactor/Verify.php:111 +#: src/Module/Settings/TwoFactor/Verify.php:125 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -9619,119 +11034,105 @@ msgid "" "" 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:131 +#: src/Module/Settings/TwoFactor/Verify.php:145 msgid "Two-factor code verification" msgstr "Two-factor code verification" -#: src/Module/Settings/TwoFactor/Verify.php:133 +#: src/Module/Settings/TwoFactor/Verify.php:147 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:135 +#: src/Module/Settings/TwoFactor/Verify.php:149 #, php-format msgid "" "

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:142 +#: src/Module/Settings/TwoFactor/Verify.php:156 msgid "Verify code and enable two-factor authentication" msgstr "Verify code and enable two-factor authentication" -#: src/Module/Settings/UserExport.php:68 +#: src/Module/Settings/UserExport.php:90 msgid "Export account" msgstr "Export account" -#: src/Module/Settings/UserExport.php:68 +#: src/Module/Settings/UserExport.php:90 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:69 +#: src/Module/Settings/UserExport.php:91 msgid "Export all" msgstr "Export all" -#: src/Module/Settings/UserExport.php:69 +#: src/Module/Settings/UserExport.php:91 msgid "" "Export your account info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " "of your account (photos are not exported)" msgstr "" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:92 msgid "Export Contacts to CSV" msgstr "Export contacts to CSV" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:92 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/Special/HTTPException.php:49 -msgid "Bad Request" -msgstr "Bad request" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" -#: src/Module/Special/HTTPException.php:51 -msgid "Forbidden" -msgstr "Forbidden" +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" -#: src/Module/Special/HTTPException.php:52 -msgid "Not Found" -msgstr "Not found" - -#: src/Module/Special/HTTPException.php:54 -msgid "Service Unavailable" -msgstr "Service Unavailable" - -#: src/Module/Special/HTTPException.php:61 +#: src/Module/Special/DisplayNotFound.php:37 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." +"This node has blocked the top-level author or the author of the shared post." +msgstr "" -#: src/Module/Special/HTTPException.php:62 +#: src/Module/Special/DisplayNotFound.php:38 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." +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" -#: src/Module/Special/HTTPException.php:63 +#: src/Module/Special/DisplayNotFound.php:39 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." +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" -#: src/Module/Special/HTTPException.php:64 -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/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" -#: src/Module/Special/HTTPException.php:65 -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/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" -#: src/Module/Special/HTTPException.php:66 -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/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "" -#: src/Module/Special/HTTPException.php:76 +#: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" msgstr "" -#: src/Module/Special/HTTPException.php:80 +#: src/Module/Special/HTTPException.php:83 #, php-format msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:46 src/Module/Tos.php:88 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -9744,28 +11145,130 @@ msgid "" "settings, it is not necessary for communication." msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." -#: src/Module/Tos.php:47 src/Module/Tos.php:89 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 msgid "" "This data is required for communication and is passed on to the nodes of the" " communication partners and is stored there. Users can enter additional " "private data that may be transmitted to the communication partners accounts." msgstr "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." -#: src/Module/Tos.php:48 src/Module/Tos.php:90 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, 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 "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." +"href=\"%1$s/settings/removeme\">%1$s/settings/removeme. The deletion of " +"the account will be permanent. Deletion of the data will also be requested " +"from the nodes of the communication partners." +msgstr "" -#: src/Module/Tos.php:51 src/Module/Tos.php:87 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Privacy Statement" +#: src/Module/Tos.php:103 +msgid "Rules" +msgstr "" + +#: src/Module/Update/Display.php:45 +msgid "Parameter uri_id is missing." +msgstr "" + +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Select identity:" + +#: src/Module/User/Import.php:103 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: src/Module/User/Import.php:119 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: src/Module/User/Import.php:120 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: src/Module/User/Import.php:121 +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." + +#: src/Module/User/Import.php:122 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora." + +#: src/Module/User/Import.php:123 +msgid "Account file" +msgstr "Account file:" + +#: src/Module/User/Import.php:123 +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\"" + +#: src/Module/User/Import.php:217 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Module/User/Import.php:222 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Module/User/Import.php:230 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" + +#: src/Module/User/Import.php:267 +msgid "User creation error" +msgstr "User creation error" + +#: src/Module/User/Import.php:316 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" + +#: src/Module/User/Import.php:365 +msgid "User profile creation error" +msgstr "User profile creation error" + +#: src/Module/User/Import.php:416 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" + #: src/Module/Welcome.php:44 msgid "Welcome to Friendica" msgstr "Welcome to Friendica" @@ -9896,15 +11399,15 @@ msgid "" msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Group your contacts" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 msgid "" "Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -9931,43 +11434,51 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: src/Navigation/Notifications/Factory/FormattedNotification.php:89 +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:161 +msgid "{0} wants to follow you" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:163 +msgid "{0} has started following you" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:96 #, php-format msgid "%s liked %s's post" msgstr "%s liked %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:101 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:108 #, php-format msgid "%s disliked %s's post" msgstr "%s disliked %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:113 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:120 #, php-format msgid "%s is attending %s's event" msgstr "%s is going to %s's event" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:125 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:132 #, php-format msgid "%s is not attending %s's event" msgstr "%s is not going to %s's event" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:137 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:144 #, php-format msgid "%s may attending %s's event" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:167 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:174 #, php-format msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:334 -#: src/Navigation/Notifications/Factory/FormattedNotification.php:372 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:341 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:379 #, php-format msgid "%s commented on %s's post" msgstr "%s commented on %s's post" -#: src/Navigation/Notifications/Factory/FormattedNotification.php:371 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:378 #, php-format msgid "%s created a new post" msgstr "%s posted something new" @@ -9984,311 +11495,315 @@ msgstr "Friend/Contact request" msgid "New Follower" msgstr "New follower" -#: src/Navigation/Notifications/Factory/Notification.php:74 +#: src/Navigation/Notifications/Factory/Notification.php:134 #, php-format msgid "%1$s wants to follow you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:76 +#: src/Navigation/Notifications/Factory/Notification.php:136 #, php-format -msgid "%1$s had started following you" +msgid "%1$s has started following you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:141 +#: src/Navigation/Notifications/Factory/Notification.php:208 #, php-format -msgid "%1$s liked your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:144 -#, php-format -msgid "%1$s liked your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:151 -#, php-format -msgid "%1$s disliked your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:154 -#, php-format -msgid "%1$s disliked your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:161 -#, php-format -msgid "%1$s shared your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:164 -#, php-format -msgid "%1$s shared your post %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:171 -#, php-format -msgid "%1$s tagged you on %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:175 -#, php-format -msgid "%1$s replied to you on %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:179 -#, php-format -msgid "%1$s commented in your thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:183 -#, php-format -msgid "%1$s commented on your comment %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:189 -#, php-format -msgid "%1$s commented in their thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:191 -#, php-format -msgid "%1$s commented in their thread" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:193 -#, php-format -msgid "%1$s commented in the thread %2$s from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:195 -#, php-format -msgid "%1$s commented in the thread from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:200 -#, php-format -msgid "%1$s commented on your thread %2$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:205 -#, php-format -msgid "%1$s shared the post %2$s from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:207 -#, php-format -msgid "%1$s shared a post from %3$s" -msgstr "" - -#: src/Navigation/Notifications/Factory/Notification.php:209 -#, php-format -msgid "%1$s shared the post %2$s" +msgid "%1$s liked your comment on %2$s" msgstr "" #: src/Navigation/Notifications/Factory/Notification.php:211 #, php-format +msgid "%1$s liked your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:218 +#, php-format +msgid "%1$s disliked your comment on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:221 +#, php-format +msgid "%1$s disliked your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:228 +#, php-format +msgid "%1$s shared your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:231 +#: src/Navigation/Notifications/Factory/Notification.php:316 +#, php-format +msgid "%1$s shared your post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:235 +#: src/Navigation/Notifications/Factory/Notification.php:305 +#, php-format +msgid "%1$s shared the post %2$s from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:237 +#: src/Navigation/Notifications/Factory/Notification.php:307 +#, php-format +msgid "%1$s shared a post from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:239 +#: src/Navigation/Notifications/Factory/Notification.php:309 +#, php-format +msgid "%1$s shared the post %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:241 +#: src/Navigation/Notifications/Factory/Notification.php:311 +#, php-format msgid "%1$s shared a post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:192 -#: src/Navigation/Notifications/Repository/Notify.php:675 +#: src/Navigation/Notifications/Factory/Notification.php:249 +#, php-format +msgid "%1$s wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:256 +#, php-format +msgid "%1$s does not want to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:263 +#, php-format +msgid "%1$s maybe wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:270 +#, php-format +msgid "%1$s tagged you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:274 +#, php-format +msgid "%1$s replied to you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:278 +#, php-format +msgid "%1$s commented in your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:282 +#, php-format +msgid "%1$s commented on your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:289 +#, php-format +msgid "%1$s commented in their thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:291 +#, php-format +msgid "%1$s commented in their thread" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:293 +#, php-format +msgid "%1$s commented in the thread %2$s from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:295 +#, php-format +msgid "%1$s commented in the thread from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:300 +#, php-format +msgid "%1$s commented on your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:225 +#: src/Navigation/Notifications/Repository/Notify.php:752 msgid "[Friendica:Notify]" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:256 +#: src/Navigation/Notifications/Repository/Notify.php:293 #, php-format msgid "%s New mail received at %s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:258 +#: src/Navigation/Notifications/Repository/Notify.php:295 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:259 +#: src/Navigation/Notifications/Repository/Notify.php:296 msgid "a private message" msgstr "a private message" -#: src/Navigation/Notifications/Repository/Notify.php:259 +#: src/Navigation/Notifications/Repository/Notify.php:296 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sent you %2$s." -#: src/Navigation/Notifications/Repository/Notify.php:261 +#: src/Navigation/Notifications/Repository/Notify.php:298 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:292 +#: src/Navigation/Notifications/Repository/Notify.php:328 #, php-format msgid "%1$s commented on %2$s's %3$s %4$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:297 +#: src/Navigation/Notifications/Repository/Notify.php:333 #, php-format msgid "%1$s commented on your %2$s %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:301 +#: src/Navigation/Notifications/Repository/Notify.php:337 #, php-format msgid "%1$s commented on their %2$s %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:305 -#: src/Navigation/Notifications/Repository/Notify.php:710 +#: src/Navigation/Notifications/Repository/Notify.php:341 +#: src/Navigation/Notifications/Repository/Notify.php:786 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:307 +#: src/Navigation/Notifications/Repository/Notify.php:343 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s commented on an item/conversation you have been following." -#: src/Navigation/Notifications/Repository/Notify.php:311 -#: src/Navigation/Notifications/Repository/Notify.php:326 -#: src/Navigation/Notifications/Repository/Notify.php:345 -#: src/Navigation/Notifications/Repository/Notify.php:725 +#: src/Navigation/Notifications/Repository/Notify.php:347 +#: src/Navigation/Notifications/Repository/Notify.php:362 +#: src/Navigation/Notifications/Repository/Notify.php:812 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:318 +#: src/Navigation/Notifications/Repository/Notify.php:354 #, php-format msgid "%s %s posted to your profile wall" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:320 +#: src/Navigation/Notifications/Repository/Notify.php:356 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s posted to your profile wall at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:321 +#: src/Navigation/Notifications/Repository/Notify.php:357 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s posted to [url=%2$s]your wall[/url]" -#: src/Navigation/Notifications/Repository/Notify.php:333 -#, php-format -msgid "%1$s %2$s poked you" -msgstr "" - -#: src/Navigation/Notifications/Repository/Notify.php:335 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s poked you at %2$s" - -#: src/Navigation/Notifications/Repository/Notify.php:336 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]poked you[/url]." - -#: src/Navigation/Notifications/Repository/Notify.php:353 +#: src/Navigation/Notifications/Repository/Notify.php:370 #, php-format msgid "%s Introduction received" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:355 +#: src/Navigation/Notifications/Repository/Notify.php:372 #, 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" -#: src/Navigation/Notifications/Repository/Notify.php:356 +#: src/Navigation/Notifications/Repository/Notify.php:373 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:361 -#: src/Navigation/Notifications/Repository/Notify.php:407 +#: src/Navigation/Notifications/Repository/Notify.php:378 +#: src/Navigation/Notifications/Repository/Notify.php:424 #, php-format msgid "You may visit their profile at %s" msgstr "You may visit their profile at %s" -#: src/Navigation/Notifications/Repository/Notify.php:363 +#: src/Navigation/Notifications/Repository/Notify.php:380 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Please visit %s to approve or reject the introduction." -#: src/Navigation/Notifications/Repository/Notify.php:370 +#: src/Navigation/Notifications/Repository/Notify.php:387 #, php-format msgid "%s A new person is sharing with you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:372 -#: src/Navigation/Notifications/Repository/Notify.php:373 +#: src/Navigation/Notifications/Repository/Notify.php:389 +#: src/Navigation/Notifications/Repository/Notify.php:390 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s is sharing with you at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:380 +#: src/Navigation/Notifications/Repository/Notify.php:397 #, php-format msgid "%s You have a new follower" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:382 -#: src/Navigation/Notifications/Repository/Notify.php:383 +#: src/Navigation/Notifications/Repository/Notify.php:399 +#: src/Navigation/Notifications/Repository/Notify.php:400 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "You have a new follower at %2$s : %1$s" -#: src/Navigation/Notifications/Repository/Notify.php:396 +#: src/Navigation/Notifications/Repository/Notify.php:413 #, php-format msgid "%s Friend suggestion received" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:398 +#: src/Navigation/Notifications/Repository/Notify.php:415 #, 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" -#: src/Navigation/Notifications/Repository/Notify.php:399 +#: src/Navigation/Notifications/Repository/Notify.php:416 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:405 +#: src/Navigation/Notifications/Repository/Notify.php:422 msgid "Name:" msgstr "Name:" -#: src/Navigation/Notifications/Repository/Notify.php:406 +#: src/Navigation/Notifications/Repository/Notify.php:423 msgid "Photo:" msgstr "Photo:" -#: src/Navigation/Notifications/Repository/Notify.php:409 +#: src/Navigation/Notifications/Repository/Notify.php:426 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Please visit %s to approve or reject the suggestion." -#: src/Navigation/Notifications/Repository/Notify.php:417 -#: src/Navigation/Notifications/Repository/Notify.php:432 +#: src/Navigation/Notifications/Repository/Notify.php:434 +#: src/Navigation/Notifications/Repository/Notify.php:449 #, php-format msgid "%s Connection accepted" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:419 -#: src/Navigation/Notifications/Repository/Notify.php:434 +#: src/Navigation/Notifications/Repository/Notify.php:436 +#: src/Navigation/Notifications/Repository/Notify.php:451 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' has accepted your connection request at %2$s" -#: src/Navigation/Notifications/Repository/Notify.php:420 -#: src/Navigation/Notifications/Repository/Notify.php:435 +#: src/Navigation/Notifications/Repository/Notify.php:437 +#: src/Navigation/Notifications/Repository/Notify.php:452 #, 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]." -#: src/Navigation/Notifications/Repository/Notify.php:425 +#: src/Navigation/Notifications/Repository/Notify.php:442 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." -#: src/Navigation/Notifications/Repository/Notify.php:427 +#: src/Navigation/Notifications/Repository/Notify.php:444 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:440 +#: src/Navigation/Notifications/Repository/Notify.php:457 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -10297,33 +11812,34 @@ 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." -#: src/Navigation/Notifications/Repository/Notify.php:442 +#: src/Navigation/Notifications/Repository/Notify.php:459 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:444 +#: src/Navigation/Notifications/Repository/Notify.php:461 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:454 +#: src/Navigation/Notifications/Repository/Notify.php:471 msgid "registration request" msgstr "registration request" -#: src/Navigation/Notifications/Repository/Notify.php:456 +#: src/Navigation/Notifications/Repository/Notify.php:473 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:457 +#: src/Navigation/Notifications/Repository/Notify.php:474 #, 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." -#: src/Navigation/Notifications/Repository/Notify.php:462 +#: src/Navigation/Notifications/Repository/Notify.php:479 +#: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" "Full Name:\t%s\n" @@ -10331,21 +11847,50 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" -#: src/Navigation/Notifications/Repository/Notify.php:468 +#: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: src/Navigation/Notifications/Repository/Notify.php:704 +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "new registration" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:494 +#, php-format +msgid "You've received a new registration from '%1$s' at %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:495 +#, php-format +msgid "You've received a [url=%1$s]new registration[/url] from %2$s." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:506 +#, php-format +msgid "Please visit %s to have a look at the new registration." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:780 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:707 +#: src/Navigation/Notifications/Repository/Notify.php:783 #, php-format msgid "%s %s shared a new post" msgstr "" +#: src/Navigation/Notifications/Repository/Notify.php:791 +#, php-format +msgid "%1$s %2$s liked your post #%3$d" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:794 +#, php-format +msgid "%1$s %2$s liked your comment on #%3$d" +msgstr "" + #: src/Object/EMail/ItemCCEMail.php:42 #, php-format msgid "" @@ -10369,244 +11914,324 @@ msgstr "Please contact the sender by replying to this post if you do not wish to msgid "%s posted an update." msgstr "%s posted an update." -#: src/Object/Post.php:149 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:177 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Private message" -#: src/Object/Post.php:193 src/Object/Post.php:195 +#: src/Object/Post.php:142 +msgid "Public Message" +msgstr "" + +#: src/Object/Post.php:146 +msgid "Unlisted Message" +msgstr "" + +#: src/Object/Post.php:182 +msgid "This entry was edited" +msgstr "This entry was edited" + +#: src/Object/Post.php:210 +msgid "Connector Message" +msgstr "" + +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Edit" -#: src/Object/Post.php:215 -msgid "Pinned item" -msgstr "" - -#: src/Object/Post.php:219 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Delete globally" -#: src/Object/Post.php:219 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Remove locally" -#: src/Object/Post.php:235 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:240 +#: src/Object/Post.php:274 +#, php-format +msgid "Ignore %s" +msgstr "" + +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "I will attend" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "I will not attend" -#: src/Object/Post.php:274 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "I might attend" -#: src/Object/Post.php:304 +#: src/Object/Post.php:364 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:305 +#: src/Object/Post.php:365 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:306 +#: src/Object/Post.php:366 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:316 +#: src/Object/Post.php:376 msgid "Add star" msgstr "" -#: src/Object/Post.php:317 +#: src/Object/Post.php:377 msgid "Remove star" msgstr "" -#: src/Object/Post.php:318 +#: src/Object/Post.php:378 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:329 +#: src/Object/Post.php:389 msgid "Pin" msgstr "" -#: src/Object/Post.php:330 +#: src/Object/Post.php:390 msgid "Unpin" msgstr "" -#: src/Object/Post.php:331 +#: src/Object/Post.php:391 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:334 +#: src/Object/Post.php:394 msgid "Pinned" msgstr "" -#: src/Object/Post.php:339 +#: src/Object/Post.php:399 msgid "Add tag" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:412 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:412 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:355 +#: src/Object/Post.php:415 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:355 +#: src/Object/Post.php:415 msgid "Reshare" msgstr "" -#: src/Object/Post.php:356 +#: src/Object/Post.php:416 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:356 +#: src/Object/Post.php:416 msgid "Unshare" msgstr "" -#: src/Object/Post.php:401 +#: src/Object/Post.php:467 #, php-format msgid "%s (Received %s)" msgstr "%s (Received %s)" -#: src/Object/Post.php:406 +#: src/Object/Post.php:473 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:406 +#: src/Object/Post.php:473 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:422 -msgid "Pushed" +#: src/Object/Post.php:495 +msgid "Share via ..." msgstr "" -#: src/Object/Post.php:422 -msgid "Pulled" +#: src/Object/Post.php:495 +msgid "Share via external services" msgstr "" -#: src/Object/Post.php:456 +#: src/Object/Post.php:502 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:506 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:508 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:532 msgid "to" msgstr "to" -#: src/Object/Post.php:457 +#: src/Object/Post.php:533 msgid "via" msgstr "via" -#: src/Object/Post.php:458 +#: src/Object/Post.php:534 msgid "Wall-to-Wall" msgstr "Wall-to-wall" -#: src/Object/Post.php:459 +#: src/Object/Post.php:535 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall:" -#: src/Object/Post.php:497 +#: src/Object/Post.php:582 #, php-format msgid "Reply to %s" msgstr "Reply to %s" -#: src/Object/Post.php:500 +#: src/Object/Post.php:585 msgid "More" msgstr "" -#: src/Object/Post.php:518 +#: src/Object/Post.php:604 msgid "Notifier task is pending" msgstr "Notifier task is pending" -#: src/Object/Post.php:519 +#: src/Object/Post.php:605 msgid "Delivery to remote servers is pending" msgstr "Delivery to remote servers is pending" -#: src/Object/Post.php:520 +#: src/Object/Post.php:606 msgid "Delivery to remote servers is underway" msgstr "Delivery to remote servers is underway" -#: src/Object/Post.php:521 +#: src/Object/Post.php:607 msgid "Delivery to remote servers is mostly done" msgstr "Delivery to remote servers is mostly done" -#: src/Object/Post.php:522 +#: src/Object/Post.php:608 msgid "Delivery to remote servers is done" msgstr "Delivery to remote servers is done" -#: src/Object/Post.php:542 +#: src/Object/Post.php:630 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comment" msgstr[1] "%d comments" -#: src/Object/Post.php:543 +#: src/Object/Post.php:631 msgid "Show more" msgstr "Show more" -#: src/Object/Post.php:544 +#: src/Object/Post.php:632 msgid "Show fewer" msgstr "Show fewer" -#: src/Protocol/Diaspora.php:3414 -msgid "Attachments:" -msgstr "Attachments:" +#: src/Object/Post.php:668 +#, php-format +msgid "Reshared by: %s" +msgstr "" -#: src/Protocol/OStatus.php:1645 +#: src/Object/Post.php:673 +#, php-format +msgid "Viewed by: %s" +msgstr "" + +#: src/Object/Post.php:678 +#, php-format +msgid "Liked by: %s" +msgstr "" + +#: src/Object/Post.php:683 +#, php-format +msgid "Disliked by: %s" +msgstr "" + +#: src/Object/Post.php:688 +#, php-format +msgid "Attended by: %s" +msgstr "" + +#: src/Object/Post.php:693 +#, php-format +msgid "Maybe attended by: %s" +msgstr "" + +#: src/Object/Post.php:698 +#, php-format +msgid "Not attended by: %s" +msgstr "" + +#: src/Object/Post.php:703 +#, php-format +msgid "Reacted with %s by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:522 +msgid "Chat" +msgstr "" + +#: src/Protocol/Delivery.php:547 +msgid "(no subject)" +msgstr "" + +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s is now following %s." -#: src/Protocol/OStatus.php:1646 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "following" -#: src/Protocol/OStatus.php:1649 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s stopped following %s." -#: src/Protocol/OStatus.php:1650 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "stopped following" -#: src/Render/FriendicaSmartyEngine.php:52 -msgid "The folder view/smarty3/ must be writable by webserver." +#: src/Render/FriendicaSmartyEngine.php:56 +#, php-format +msgid "The folder %s must be writable by webserver." msgstr "" -#: src/Security/Authentication.php:209 +#: src/Security/Authentication.php:227 msgid "Login failed." msgstr "Login failed." -#: src/Security/Authentication.php:250 +#: src/Security/Authentication.php:272 msgid "Login failed. Please check your credentials." msgstr "Login failed. Please check your credentials." -#: src/Security/Authentication.php:348 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "Welcome %s" -#: src/Security/Authentication.php:349 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Please upload a profile photo." -#: src/Util/EMailer/MailBuilder.php:259 +#: src/Util/EMailer/MailBuilder.php:260 msgid "Friendica Notification" msgstr "" @@ -10629,264 +12254,271 @@ msgstr "" msgid "thanks" msgstr "" -#: src/Util/Temporal.php:167 +#: src/Util/Temporal.php:172 msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: src/Util/Temporal.php:275 +#: src/Util/Temporal.php:280 #, php-format msgid "Time zone: %s Change in Settings" msgstr "" -#: src/Util/Temporal.php:318 +#: src/Util/Temporal.php:320 src/Util/Temporal.php:329 msgid "never" msgstr "" -#: src/Util/Temporal.php:325 +#: src/Util/Temporal.php:343 msgid "less than a second ago" msgstr "" -#: src/Util/Temporal.php:333 +#: src/Util/Temporal.php:352 msgid "year" msgstr "" -#: src/Util/Temporal.php:333 +#: src/Util/Temporal.php:352 msgid "years" msgstr "" -#: src/Util/Temporal.php:334 +#: src/Util/Temporal.php:353 msgid "months" msgstr "" -#: src/Util/Temporal.php:335 +#: src/Util/Temporal.php:354 msgid "weeks" msgstr "" -#: src/Util/Temporal.php:336 +#: src/Util/Temporal.php:355 msgid "days" msgstr "" -#: src/Util/Temporal.php:337 +#: src/Util/Temporal.php:356 msgid "hour" msgstr "" -#: src/Util/Temporal.php:337 +#: src/Util/Temporal.php:356 msgid "hours" msgstr "" -#: src/Util/Temporal.php:338 +#: src/Util/Temporal.php:357 msgid "minute" msgstr "" -#: src/Util/Temporal.php:338 +#: src/Util/Temporal.php:357 msgid "minutes" msgstr "" -#: src/Util/Temporal.php:339 +#: src/Util/Temporal.php:358 msgid "second" msgstr "" -#: src/Util/Temporal.php:339 +#: src/Util/Temporal.php:358 msgid "seconds" msgstr "" -#: src/Util/Temporal.php:349 +#: src/Util/Temporal.php:367 #, php-format msgid "in %1$d %2$s" msgstr "" -#: src/Util/Temporal.php:352 +#: src/Util/Temporal.php:370 #, php-format msgid "%1$d %2$s ago" msgstr "" -#: src/Worker/Delivery.php:525 -msgid "(no subject)" -msgstr "" - -#: src/Worker/PushSubscription.php:103 +#: src/Worker/PushSubscription.php:110 msgid "Notification from Friendica" msgstr "" -#: src/Worker/PushSubscription.php:104 +#: src/Worker/PushSubscription.php:111 msgid "Empty Post" msgstr "" -#: view/theme/duepuntozero/config.php:52 +#: view/theme/duepuntozero/config.php:68 msgid "default" msgstr "" -#: view/theme/duepuntozero/config.php:53 +#: view/theme/duepuntozero/config.php:69 msgid "greenzero" msgstr "" -#: view/theme/duepuntozero/config.php:54 +#: view/theme/duepuntozero/config.php:70 msgid "purplezero" msgstr "" -#: view/theme/duepuntozero/config.php:55 +#: view/theme/duepuntozero/config.php:71 msgid "easterbunny" msgstr "" -#: view/theme/duepuntozero/config.php:56 +#: view/theme/duepuntozero/config.php:72 msgid "darkzero" msgstr "" -#: view/theme/duepuntozero/config.php:57 +#: view/theme/duepuntozero/config.php:73 msgid "comix" msgstr "" -#: view/theme/duepuntozero/config.php:58 +#: view/theme/duepuntozero/config.php:74 msgid "slackr" msgstr "" -#: view/theme/duepuntozero/config.php:71 +#: view/theme/duepuntozero/config.php:87 msgid "Variations" msgstr "" -#: view/theme/frio/config.php:142 +#: view/theme/frio/config.php:153 msgid "Light (Accented)" msgstr "" -#: view/theme/frio/config.php:143 +#: view/theme/frio/config.php:154 msgid "Dark (Accented)" msgstr "" -#: view/theme/frio/config.php:144 +#: view/theme/frio/config.php:155 msgid "Black (Accented)" msgstr "" -#: view/theme/frio/config.php:156 +#: view/theme/frio/config.php:167 msgid "Note" msgstr "" -#: view/theme/frio/config.php:156 +#: view/theme/frio/config.php:167 msgid "Check image permissions if all users are allowed to see the image" msgstr "" -#: view/theme/frio/config.php:162 +#: view/theme/frio/config.php:173 msgid "Custom" msgstr "" -#: view/theme/frio/config.php:163 +#: view/theme/frio/config.php:174 msgid "Legacy" msgstr "" -#: view/theme/frio/config.php:164 +#: view/theme/frio/config.php:175 msgid "Accented" msgstr "" -#: view/theme/frio/config.php:165 +#: view/theme/frio/config.php:176 msgid "Select color scheme" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Select scheme accent" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Blue" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Red" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Purple" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Green" msgstr "" -#: view/theme/frio/config.php:166 +#: view/theme/frio/config.php:177 msgid "Pink" msgstr "" -#: view/theme/frio/config.php:167 +#: view/theme/frio/config.php:178 msgid "Copy or paste schemestring" msgstr "" -#: view/theme/frio/config.php:167 +#: view/theme/frio/config.php:178 msgid "" "You can copy this string to share your theme with others. Pasting here " "applies the schemestring" msgstr "" -#: view/theme/frio/config.php:168 +#: view/theme/frio/config.php:179 msgid "Navigation bar background color" msgstr "" -#: view/theme/frio/config.php:169 +#: view/theme/frio/config.php:180 msgid "Navigation bar icon color " msgstr "" -#: view/theme/frio/config.php:170 +#: view/theme/frio/config.php:181 msgid "Link color" msgstr "" -#: view/theme/frio/config.php:171 +#: view/theme/frio/config.php:182 msgid "Set the background color" msgstr "" -#: view/theme/frio/config.php:172 +#: view/theme/frio/config.php:183 msgid "Content background opacity" msgstr "" -#: view/theme/frio/config.php:173 +#: view/theme/frio/config.php:184 msgid "Set the background image" msgstr "" -#: view/theme/frio/config.php:174 +#: view/theme/frio/config.php:185 msgid "Background image style" msgstr "" -#: view/theme/frio/config.php:179 +#: view/theme/frio/config.php:188 +msgid "Always open Compose page" +msgstr "" + +#: view/theme/frio/config.php:188 +msgid "" +"The New Post button always open the Compose page " +"instead of the modal form. When this is disabled, the Compose page can be " +"accessed with a middle click on the link or from the modal." +msgstr "" + +#: view/theme/frio/config.php:192 msgid "Login page background image" msgstr "" -#: view/theme/frio/config.php:183 +#: view/theme/frio/config.php:196 msgid "Login page background color" msgstr "" -#: view/theme/frio/config.php:183 +#: view/theme/frio/config.php:196 msgid "Leave background image and color empty for theme defaults" msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:39 msgid "Top Banner" msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:39 msgid "" "Resize image to the width of the screen and show background color below on " "long pages." msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:40 msgid "Full screen" msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:40 msgid "" "Resize image to fill entire screen, clipping either the right or the bottom." msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:41 msgid "Single row mosaic" msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:41 msgid "" "Resize image to repeat it on a single row, either vertical or horizontal." msgstr "" -#: view/theme/frio/php/Image.php:43 +#: view/theme/frio/php/Image.php:42 msgid "Mosaic" msgstr "" -#: view/theme/frio/php/Image.php:43 +#: view/theme/frio/php/Image.php:42 msgid "Repeat image to fill the screen." msgstr "" @@ -10898,78 +12530,78 @@ msgstr "" msgid "Back to top" msgstr "" -#: view/theme/frio/theme.php:207 +#: view/theme/frio/theme.php:211 msgid "Guest" msgstr "" -#: view/theme/frio/theme.php:210 +#: view/theme/frio/theme.php:214 msgid "Visitor" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Alignment" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Left" msgstr "" -#: view/theme/quattro/config.php:73 +#: view/theme/quattro/config.php:89 msgid "Center" msgstr "" -#: view/theme/quattro/config.php:74 +#: view/theme/quattro/config.php:90 msgid "Color scheme" msgstr "" -#: view/theme/quattro/config.php:75 +#: view/theme/quattro/config.php:91 msgid "Posts font size" msgstr "" -#: view/theme/quattro/config.php:76 +#: view/theme/quattro/config.php:92 msgid "Textareas font size" msgstr "" -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" +#: view/theme/vier/config.php:91 +msgid "Comma separated list of helper groups" msgstr "" -#: view/theme/vier/config.php:115 +#: view/theme/vier/config.php:131 msgid "don't show" msgstr "" -#: view/theme/vier/config.php:115 +#: view/theme/vier/config.php:131 msgid "show" msgstr "" -#: view/theme/vier/config.php:121 +#: view/theme/vier/config.php:137 msgid "Set style" msgstr "" -#: view/theme/vier/config.php:122 +#: view/theme/vier/config.php:138 msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:123 view/theme/vier/theme.php:125 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" -#: view/theme/vier/config.php:124 +#: view/theme/vier/config.php:140 msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:125 view/theme/vier/theme.php:296 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" -#: view/theme/vier/config.php:126 +#: view/theme/vier/config.php:142 msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:152 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:211 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php index c82871c597..5272a5ea13 100644 --- a/view/lang/en-us/strings.php +++ b/view/lang/en-us/strings.php @@ -5,101 +5,10 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -$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.', -]; -$a->strings['Weekly posting limit of %d post reached. The post was rejected.'] = [ - 0 => 'Weekly posting limit of %d post reached. The post was rejected.', - 1 => 'Weekly posting limit of %d posts reached. This 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['Permission denied.'] = 'Permission denied.'; -$a->strings['Access denied.'] = 'Access denied.'; -$a->strings['User not found.'] = 'User not found.'; -$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['Public access denied.'] = 'Public access denied.'; -$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['Item not found'] = 'Item not found'; -$a->strings['Edit post'] = 'Edit post'; -$a->strings['Save'] = 'Save'; -$a->strings['Upload photo'] = 'Upload photo'; -$a->strings['upload photo'] = 'upload photo'; -$a->strings['Attach file'] = 'Attach file'; -$a->strings['attach file'] = 'attach file'; -$a->strings['Insert web link'] = 'Insert web link'; -$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['Set your location'] = 'Set your location'; -$a->strings['set location'] = 'set location'; -$a->strings['Clear browser location'] = 'Clear browser location'; -$a->strings['clear location'] = 'clear location'; -$a->strings['Please wait'] = 'Please wait'; -$a->strings['Permission settings'] = 'Permission settings'; -$a->strings['CC: email addresses'] = 'CC: email addresses'; -$a->strings['Public post'] = 'Public post'; -$a->strings['Set title'] = 'Set title'; -$a->strings['Categories (comma-separated list)'] = 'Categories (comma-separated list)'; -$a->strings['Example: bob@example.com, mary@example.com'] = 'Example: bob@example.com, mary@example.com'; -$a->strings['Preview'] = 'Preview'; -$a->strings['Cancel'] = 'Cancel'; -$a->strings['Message'] = 'Message'; -$a->strings['Browser'] = 'Browser'; -$a->strings['Permissions'] = 'Permissions'; -$a->strings['Open Compose page'] = 'Open compose page'; -$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['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['Description:'] = 'Description:'; -$a->strings['Location:'] = 'Location:'; -$a->strings['Title:'] = 'Title:'; -$a->strings['Share this event'] = 'Share this event'; -$a->strings['Submit'] = 'Submit'; -$a->strings['Basic'] = 'Basic'; -$a->strings['Advanced'] = 'Advanced'; -$a->strings['Failed to remove event'] = 'Failed to remove event'; -$a->strings['Photos'] = 'Photos'; -$a->strings['Upload'] = 'Upload'; -$a->strings['Files'] = 'Files'; -$a->strings['Submit Request'] = 'Submit request'; -$a->strings['You already added this contact.'] = 'You already added this contact.'; -$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['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['Connect/Follow'] = 'Connect/Follow'; -$a->strings['Please answer the following:'] = 'Please answer the following:'; -$a->strings['Your Identity Address:'] = 'My identity address:'; -$a->strings['Profile URL'] = 'Profile URL:'; -$a->strings['Tags:'] = 'Tags:'; -$a->strings['Add a personal note:'] = 'Add a personal note:'; -$a->strings['Status Messages and Posts'] = 'Status Messages and Posts'; -$a->strings['The contact could not be added.'] = 'Contact could not be added.'; $a->strings['Unable to locate original post.'] = 'Unable to locate original post.'; $a->strings['Empty post discarded.'] = 'Empty post discarded.'; $a->strings['Item not found.'] = 'Item not found.'; +$a->strings['Permission denied.'] = 'Permission denied.'; $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[' @@ -188,8 +97,6 @@ $a->strings[' You may change that password from your account settings page after logging in. '; $a->strings['Your password has been changed at %s'] = 'Your password has been changed at %s'; -$a->strings['No matches'] = 'No matches'; -$a->strings['Profile Match'] = 'Profile Match'; $a->strings['New Message'] = 'New Message'; $a->strings['No recipient selected.'] = 'No recipient selected.'; $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.'; @@ -203,6 +110,10 @@ $a->strings['Send Private Message'] = 'Send private message'; $a->strings['To:'] = 'To:'; $a->strings['Subject:'] = 'Subject:'; $a->strings['Your message:'] = 'Your message:'; +$a->strings['Upload photo'] = 'Upload photo'; +$a->strings['Insert web link'] = 'Insert web link'; +$a->strings['Please wait'] = 'Please wait'; +$a->strings['Submit'] = 'Submit'; $a->strings['No messages.'] = 'No messages.'; $a->strings['Message not available.'] = 'Message not available.'; $a->strings['Delete message'] = 'Delete message'; @@ -219,14 +130,8 @@ $a->strings['%d message'] = [ ]; $a->strings['Personal Notes'] = 'Personal notes'; $a->strings['Personal notes are visible only by yourself.'] = 'Personal notes are only visible to you.'; -$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['Save'] = 'Save'; +$a->strings['User not found.'] = 'User not found.'; $a->strings['Photo Albums'] = 'Photo Albums'; $a->strings['Recent Photos'] = 'Recent photos'; $a->strings['Upload New Photos'] = 'Upload new photos'; @@ -237,21 +142,16 @@ $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 exceeds size limit of %s'] = 'Image exceeds size limit of %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['Unable to process image.'] = 'Unable to process image.'; -$a->strings['Image upload failed.'] = 'Image upload failed.'; +$a->strings['Public access denied.'] = 'Public access denied.'; $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['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['Cancel'] = 'Cancel'; $a->strings['Edit Album'] = 'Edit album'; $a->strings['Drop Album'] = 'Drop album'; $a->strings['Show Newest First'] = 'Show newest first'; @@ -278,203 +178,19 @@ $a->strings['Rotate CW (right)'] = 'Rotate right (CW)'; $a->strings['Rotate CCW (left)'] = 'Rotate left (CCW)'; $a->strings['This is you'] = 'This is me'; $a->strings['Comment'] = 'Comment'; +$a->strings['Preview'] = 'Preview'; $a->strings['Select'] = 'Select'; $a->strings['Delete'] = 'Delete'; $a->strings['Like'] = 'Like'; $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['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['Bad Request.'] = 'Bad request.'; -$a->strings['Contact not found.'] = 'Contact not found.'; -$a->strings['[Friendica System Notify]'] = '[Friendica System Notify]'; -$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 => 'Error', - 1 => 'Errors', -]; -$a->strings['Failed to connect with email account using the settings provided.'] = 'Failed to connect with email account using the settings provided.'; -$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 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['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['Connected Apps'] = 'Connected Apps'; -$a->strings['Name'] = 'Name:'; -$a->strings['Home Page'] = 'Home page'; -$a->strings['Created'] = 'Created'; -$a->strings['Remove authorization'] = 'Remove authorization'; -$a->strings['Addon Settings'] = 'Addon Settings'; -$a->strings['No Addon settings configured'] = 'No addon settings configured'; -$a->strings['Additional Features'] = 'Additional Features'; -$a->strings['Save Settings'] = 'Save settings'; -$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'diaspora* (Socialhome, Hubzilla)'; -$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['Email access is disabled on this site.'] = 'Email access is disabled on this site.'; -$a->strings['None'] = 'None'; -$a->strings['Social Networks'] = 'Social networks'; -$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. If activated, you will only receive posts from people you really do follow.'; -$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.'] = 'If 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['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['Mark as seen'] = 'Mark as seen'; -$a->strings['Move to folder'] = 'Move to folder'; -$a->strings['Move to folder:'] = 'Move to folder:'; -$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['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['Your Identity Address is \'%s\' or \'%s\'.'] = 'My identity address: \'%s\' or \'%s\''; -$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['Your current password to confirm the changes of the email address'] = 'Your current password to confirm the change of your email address.'; -$a->strings['Delete OpenID URL'] = 'Delete OpenID URL'; -$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['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['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['Maximum private messages per day from unknown people:'] = 'Maximum private messages per day from unknown people:'; -$a->strings['Default Post Permissions'] = 'Default post permissions'; -$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['When activated, posts and comments will be expired.'] = 'If activated, posts and comments will expire.'; -$a->strings['Expire personal notes'] = 'Expire personal notes'; -$a->strings['When activated, the personal notes on your profile page will be expired.'] = 'If activated, the personal notes on your profile page will expire.'; -$a->strings['When activated, photos will be expired.'] = 'If activated, photos will expire.'; -$a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'If activated, your own posts never expire. The settings above are only valid for posts you received.'; -$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. If 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['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['Friend Suggestions'] = 'Friend suggestions'; -$a->strings['photo'] = 'photo'; -$a->strings['status'] = 'status'; -$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s tagged %2$s\'s %3$s with %4$s'; -$a->strings['Remove Item Tag'] = 'Remove Item tag'; -$a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; -$a->strings['Remove'] = '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['Disconnect/Unfollow'] = 'Disconnect/Unfollow'; -$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['Wall Photos'] = 'Wall photos'; -$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Number of daily wall messages for %s exceeded. Message failed.'; -$a->strings['Unable to check your home location.'] = 'Unable to check your home location.'; -$a->strings['No recipient.'] = '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.'] = 'If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'; $a->strings['No system theme config value set.'] = 'No system theme configuration value set.'; -$a->strings['You must be logged in to use addons. '] = 'You must be logged in to use addons. '; $a->strings['Delete this item?'] = 'Delete this item?'; $a->strings['toggle mobile'] = 'Toggle mobile'; $a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Method not allowed for this module. Allowed method(s): %s'; $a->strings['Page not found.'] = 'Page not found'; +$a->strings['You must be logged in to use addons. '] = '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.'] = 'The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.'; $a->strings['All contacts'] = 'All contacts'; $a->strings['Followers'] = 'Followers'; @@ -489,7 +205,10 @@ $a->strings['Check for pending update actions.'] = 'Check for pending update act $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['User not found'] = 'User not found'; $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['newer'] = 'Later posts'; $a->strings['older'] = 'Earlier posts'; $a->strings['Frequently'] = 'Frequently'; @@ -515,25 +234,12 @@ $a->strings['Diaspora Connector'] = 'diaspora* connector'; $a->strings['GNU Social Connector'] = 'GNU Social Connector'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; -$a->strings['%s likes this.'] = '%s likes this.'; -$a->strings['%s doesn\'t like this.'] = '%s doesn\'t like this.'; -$a->strings['%s attends.'] = '%s attends.'; -$a->strings['%s doesn\'t attend.'] = '%s won\'t attend.'; -$a->strings['%s attends maybe.'] = '%s might attend.'; -$a->strings['%s reshared this.'] = '%s reshared this.'; $a->strings['and'] = 'and'; $a->strings['and %d other people'] = 'and %d other people'; -$a->strings['%2$d people like this'] = '%2$d people like this'; -$a->strings['%s like this.'] = '%s like this.'; -$a->strings['%2$d people don\'t like this'] = '%2$d people don\'t like this'; -$a->strings['%s don\'t like this.'] = '%s don\'t like this.'; -$a->strings['%2$d people attend'] = '%2$d people attend'; -$a->strings['%s attend.'] = '%s attend.'; -$a->strings['%2$d people don\'t attend'] = '%2$d people won\'t attend'; -$a->strings['%s don\'t attend.'] = '%s won\'t attend.'; -$a->strings['%2$d people attend maybe'] = '%2$d people might attend'; -$a->strings['%s attend maybe.'] = '%s may be attending.'; -$a->strings['%2$d people reshared this'] = '%2$d people reshared this'; +$a->strings[' doesn\'t like this'] = [ + 0 => ' doesn\'t like this', + 1 => ' don\'t like this', +]; $a->strings['Visible to everybody'] = 'Visible to everybody'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Please enter an image/video/audio/webpage URL:'; $a->strings['Tag term:'] = 'Tag term:'; @@ -542,6 +248,9 @@ $a->strings['Where are you right now?'] = 'Where are you right now?'; $a->strings['Delete item(s)?'] = 'Delete item(s)?'; $a->strings['New Post'] = 'New post'; $a->strings['Share'] = 'Share'; +$a->strings['upload photo'] = 'upload photo'; +$a->strings['Attach file'] = 'Attach file'; +$a->strings['attach file'] = 'attach file'; $a->strings['Bold'] = 'Bold'; $a->strings['Italic'] = 'Italic'; $a->strings['Underline'] = 'Underline'; @@ -550,39 +259,59 @@ $a->strings['Code'] = 'Code'; $a->strings['Image'] = 'Image'; $a->strings['Link'] = 'Link'; $a->strings['Link or Media'] = 'Link or media'; +$a->strings['Set your location'] = 'Set your location'; +$a->strings['set location'] = 'set location'; +$a->strings['Clear browser location'] = 'Clear browser location'; +$a->strings['clear location'] = 'clear location'; +$a->strings['Set title'] = 'Set title'; +$a->strings['Categories (comma-separated list)'] = 'Categories (comma-separated list)'; +$a->strings['Permission settings'] = 'Permission settings'; +$a->strings['Public post'] = 'Public post'; +$a->strings['Message'] = 'Message'; +$a->strings['Browser'] = 'Browser'; +$a->strings['Open Compose page'] = 'Open compose page'; +$a->strings['remove'] = 'Remove'; +$a->strings['Delete Selected Items'] = 'Delete selected items'; +$a->strings['You had been addressed (%s).'] = 'You have been addressed (%s).'; +$a->strings['%s reshared this.'] = '%s reshared this.'; $a->strings['View %s\'s profile @ %s'] = 'View %s\'s profile @ %s'; $a->strings['Categories:'] = 'Categories:'; $a->strings['Filed under:'] = 'Filed under:'; $a->strings['%s from %s'] = '%s from %s'; $a->strings['View in context'] = 'View in context'; -$a->strings['remove'] = 'Remove'; -$a->strings['Delete Selected Items'] = 'Delete selected items'; -$a->strings['You had been addressed (%s).'] = 'You have been addressed (%s).'; +$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['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['Starred'] = 'Starred'; +$a->strings['Favourite Posts'] = 'My favorite posts'; $a->strings['General Features'] = 'General'; $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['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['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['Forums'] = 'Forums'; -$a->strings['External link to forum'] = 'External link to forum'; $a->strings['show more'] = 'show more'; -$a->strings['%1$s poked %2$s'] = '%1$s poked %2$s'; $a->strings['event'] = 'event'; +$a->strings['status'] = 'status'; +$a->strings['photo'] = 'photo'; +$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s tagged %2$s\'s %3$s with %4$s'; $a->strings['Follow Thread'] = 'Follow thread'; $a->strings['View Status'] = 'View status'; $a->strings['View Profile'] = 'View profile'; @@ -592,24 +321,23 @@ $a->strings['View Contact'] = 'View contact'; $a->strings['Send PM'] = 'Send PM'; $a->strings['Block'] = 'Block'; $a->strings['Ignore'] = 'Ignore'; -$a->strings['Poke'] = 'Poke'; +$a->strings['Connect/Follow'] = 'Connect/Follow'; $a->strings['Nothing new here'] = 'Nothing new here'; $a->strings['Go back'] = 'Go back'; $a->strings['Clear notifications'] = 'Clear notifications'; -$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, content'; $a->strings['Logout'] = 'Logout'; $a->strings['End this session'] = 'End this session'; $a->strings['Login'] = 'Login'; $a->strings['Sign in'] = 'Sign in'; -$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['Your events'] = 'My events'; +$a->strings['Calendar'] = 'Calendar'; $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'] = 'Help'; @@ -623,7 +351,6 @@ $a->strings['Tags'] = 'Tags'; $a->strings['Contacts'] = 'Contacts'; $a->strings['Community'] = 'Community'; $a->strings['Conversations on this and other servers'] = 'Conversations on this and other servers'; -$a->strings['Events and Calendar'] = 'Events and calendar'; $a->strings['Directory'] = 'Directory'; $a->strings['People directory'] = 'People directory'; $a->strings['Information'] = 'Information'; @@ -632,11 +359,12 @@ $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'] = 'Network'; $a->strings['Conversations from your friends'] = 'My friends\' conversations'; +$a->strings['Your posts and conversations'] = 'My posts and conversations'; $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 all system notifications seen'] = 'Mark notifications as seen'; +$a->strings['Mark as seen'] = 'Mark as seen'; $a->strings['Private mail'] = 'Private messages'; $a->strings['Inbox'] = 'Inbox'; $a->strings['Outbox'] = 'Outbox'; @@ -675,12 +403,12 @@ $a->strings['Find People'] = 'Find people'; $a->strings['Enter name or interest'] = 'Enter name or interest'; $a->strings['Examples: Robert Morgenstein, Fishing'] = 'Examples: Robert Morgenstein, fishing'; $a->strings['Find'] = 'Find'; +$a->strings['Friend Suggestions'] = 'Friend suggestions'; $a->strings['Similar Interests'] = 'Similar interests'; $a->strings['Random Profile'] = 'Random profile'; $a->strings['Invite Friends'] = 'Invite friends'; $a->strings['Global Directory'] = 'Global directory'; $a->strings['Local Directory'] = 'Local directory'; -$a->strings['Groups'] = 'Groups'; $a->strings['Relationships'] = 'Relationships'; $a->strings['All Contacts'] = 'All contacts'; $a->strings['Protocols'] = 'Protocols'; @@ -695,6 +423,7 @@ $a->strings['%d contact in common'] = [ $a->strings['Archives'] = 'Archives'; $a->strings['Organisations'] = 'Organizations'; $a->strings['News'] = 'News'; +$a->strings['Account Types'] = 'Account types'; $a->strings['Export'] = 'Export'; $a->strings['Export calendar as ical'] = 'Export calendar as ical'; $a->strings['Export calendar as csv'] = 'Export calendar as csv'; @@ -712,6 +441,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ ]; $a->strings['More Trending Tags'] = 'More trending tags'; $a->strings['XMPP:'] = 'XMPP:'; +$a->strings['Location:'] = 'Location:'; $a->strings['Network:'] = 'Network:'; $a->strings['Unfollow'] = 'Unfollow'; $a->strings['Mutuals'] = 'Mutuals'; @@ -722,6 +452,8 @@ $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['The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'; $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'You may need to import the file "database.sql" manually using phpmyadmin or mysql.'; @@ -816,18 +548,11 @@ $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'; -$a->strings['pinged'] = 'pinged'; -$a->strings['prod'] = 'prod'; -$a->strings['prodded'] = 'prodded'; -$a->strings['slap'] = 'slap'; -$a->strings['slapped'] = 'slapped'; -$a->strings['finger'] = 'finger'; -$a->strings['fingered'] = 'fingered'; -$a->strings['rebuff'] = 'rebuff'; -$a->strings['rebuffed'] = 'rebuffed'; +$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['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['Update %s failed. See error logs.'] = 'Update %s failed. See error logs.'; $a->strings[' The friendica developers released update %s recently, @@ -839,19 +564,6 @@ $a->strings[' This needs to be fixed soon and I can\'t do it alone. Please contact a friendica developer if you can not help me on your own. My database might be invalid.'; $a->strings['[Friendica Notify] Database update'] = '[Friendica Notify] Database update'; -$a->strings[' - The friendica database was successfully updated from %s to %s.'] = ' - The friendica database was successfully updated from %s to %s.'; -$a->strings['Error decoding account file'] = 'Error decoding account file'; -$a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Error! No version data in file! Is this a Friendica account file?'; -$a->strings['User \'%s\' already exists on this server!'] = 'User \'%s\' already exists on this server!'; -$a->strings['User creation error'] = 'User creation error'; -$a->strings['%d contact not imported'] = [ - 0 => '%d contact not imported', - 1 => '%d contacts not imported', -]; -$a->strings['User profile creation error'] = 'User profile creation error'; -$a->strings['Done. You can now login with your username and password'] = 'Done. You can now login with your username and password'; $a->strings['The database version had been set to %s.'] = 'The database version has been set to %s.'; $a->strings[' Error %d occurred during database update: @@ -866,10 +578,11 @@ $a->strings['%s: updating %s table.'] = '%s: updating %s table.'; $a->strings['Unauthorized'] = 'Unauthorized'; $a->strings['Internal Server Error'] = 'Internal Server Error'; $a->strings['Legacy module file not found: %s'] = 'Legacy module file not found: %s'; -$a->strings['UnFollow'] = 'Unfollow'; +$a->strings['Everybody'] = 'Everybody'; +$a->strings['edit'] = 'edit'; +$a->strings['add'] = 'add'; $a->strings['Approve'] = 'Approve'; $a->strings['Organisation'] = 'Organization'; -$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.'; @@ -887,7 +600,12 @@ $a->strings['Starts:'] = 'Starts:'; $a->strings['Finishes:'] = 'Finishes:'; $a->strings['all-day'] = 'All-day'; $a->strings['Sept'] = 'Sep'; +$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['Access to this profile has been restricted.'] = 'Access to this profile has been restricted.'; $a->strings['l, F j'] = 'l, F j'; $a->strings['Edit event'] = 'Edit event'; $a->strings['Duplicate event'] = 'Duplicate event'; @@ -899,32 +617,23 @@ $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['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['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['activity'] = 'activity'; $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['[no subject]'] = '[no subject]'; +$a->strings['Wall Photos'] = 'Wall photos'; $a->strings['Edit profile'] = 'Edit profile'; $a->strings['Change profile photo'] = 'Change profile photo'; $a->strings['Homepage:'] = 'Homepage:'; $a->strings['About:'] = 'About:'; $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['g A l F d'] = 'g A l F d'; $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:'; @@ -946,16 +655,12 @@ $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['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['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.'; $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.'; @@ -983,7 +688,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'An er $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['Friends'] = 'Friends'; -$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['Profile Photos'] = 'Profile photos'; $a->strings['Registration details for %s'] = 'Registration details for %s'; $a->strings[' @@ -1013,59 +717,6 @@ $a->strings[' Dear %1$s, Thank you for registering at %2$s. Your account has been created. '; -$a->strings[' - The login details are as follows: - - Site Location: %3$s - Login Name: %1$s - Password: %5$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %3$s/removeme - - Thank you and welcome to %2$s.'] = ' - The login details are as follows: - - Site Location: %3$s - Login Name: %1$s - Password: %5$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %3$s/removeme - - Thank you and welcome to %2$s.'; $a->strings['Addon not found.'] = 'Addon not found.'; $a->strings['Addon %s disabled.'] = 'Addon %s disabled.'; $a->strings['Addon %s enabled.'] = 'Addon %s enabled.'; @@ -1077,61 +728,9 @@ $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['Save Settings'] = 'Save settings'; $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['Pending'] = 'Pending'; -$a->strings['Blocked'] = 'Blocked'; -$a->strings['Private Forum'] = 'Private Forum'; -$a->strings['Relay'] = 'Relay'; -$a->strings['%s contact unblocked'] = [ - 0 => '%s contact unblocked', - 1 => '%s contacts unblocked', -]; -$a->strings['Remote Contact Blocklist'] = 'Remote contact block-list'; -$a->strings['This page allows you to prevent any message from a remote contact to reach your node.'] = 'This page allows you to prevent any message from a remote contact to reach your node.'; -$a->strings['Block Remote Contact'] = 'Block remote contact'; -$a->strings['select all'] = 'select all'; -$a->strings['select none'] = 'select none'; -$a->strings['Unblock'] = 'Unblock'; -$a->strings['No remote contact is blocked from this node.'] = 'No remote contact is blocked from this node.'; -$a->strings['Blocked Remote Contacts'] = 'Blocked remote contacts'; -$a->strings['Block New Remote Contact'] = 'Block new remote contact'; -$a->strings['Photo'] = 'Photo'; -$a->strings['Reason'] = 'Reason'; -$a->strings['%s total blocked contact'] = [ - 0 => '%s total blocked contact', - 1 => '%s blocked contacts', -]; -$a->strings['URL of the remote contact to block.'] = 'URL of the remote contact to block.'; -$a->strings['Block Reason'] = 'Block reason'; -$a->strings['Server domain pattern added to blocklist.'] = 'Server domain pattern added to block-list.'; -$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['Server Domain Pattern Blocklist'] = 'Server domain pattern block-list'; -$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:

    -
      -
    • *: Any number of characters
    • -
    • ?: Any single character
    • -
    • [<char1><char2>...]: char1 or char2
    • -
    '] = '

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

    -
      -
    • *: Any number of characters
    • -
    • ?: Any single character
    • -
    • [<char1><char2>...]: char1 or char2
    • -
    '; -$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['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'; @@ -1151,17 +750,6 @@ $a->strings['Other'] = 'Other'; $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['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 Source'] = 'Item source'; -$a->strings['Item Guid'] = 'Item Guid'; -$a->strings['Type'] = 'Type'; $a->strings['The logfile \'%s\' is not writable. No logging possible'] = 'The logfile \'%s\' is not writable. No logging is possible'; $a->strings['PHP log currently enabled.'] = 'PHP log currently enabled.'; $a->strings['PHP log currently disabled.'] = 'PHP log currently disabled.'; @@ -1175,17 +763,17 @@ $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['View Logs'] = 'View logs'; $a->strings['Show all'] = 'Show all'; +$a->strings['Event details'] = 'Event details'; $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['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'; @@ -1194,9 +782,6 @@ $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'; @@ -1205,11 +790,11 @@ $a->strings['Republish users to directory'] = 'Republish users to directory'; $a->strings['Registration'] = 'Registration'; $a->strings['File upload'] = 'File upload'; $a->strings['Policies'] = 'Policies'; +$a->strings['Advanced'] = 'Advanced'; $a->strings['Auto Discovered Contact Directory'] = 'Auto-discovered contact directory'; $a->strings['Performance'] = 'Performance'; $a->strings['Worker'] = 'Worker'; $a->strings['Message Relay'] = 'Message relay'; -$a->strings['Relocate Instance'] = 'Relocate Instance'; $a->strings['Site name'] = 'Site name'; $a->strings['Sender Email'] = 'Sender email'; $a->strings['The email address your server shall use to send notification emails from.'] = 'The email address your server shall use to send notification emails from.'; @@ -1222,17 +807,13 @@ $a->strings['Additional Info'] = 'Additional Info'; $a->strings['For public servers: you can add additional information here that will be listed at %s/servers.'] = 'For public servers: You can add additional information here that will be listed at %s/servers.'; $a->strings['System language'] = 'System language'; $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['Single user instance'] = 'Single user instance'; $a->strings['Make this instance multi-user or single-user for the named user'] = 'Make this instance multi-user or single-user for the named user'; $a->strings['Maximum image size'] = 'Maximum image size'; -$a->strings['Maximum size in bytes of uploaded images. Default is 0, which means no limits.'] = 'Maximum size in bytes of uploaded images. Default is 0, which means no limits.'; $a->strings['Maximum image length'] = 'Maximum image length'; $a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'; $a->strings['JPEG image quality'] = 'JPEG image quality'; @@ -1260,7 +841,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Enabling $a->strings['Global directory URL'] = 'Global directory URL'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL to the global directory: If this is not set, the global directory is completely unavailable to the application.'; $a->strings['Private posts by default for new users'] = 'Private posts by default for new users'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Set default post permissions for all new members to the default privacy group rather than public.'; $a->strings['Don\'t include post content in email notifications'] = 'Don\'t include post content in email notifications'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Don\'t include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Disallow public access to addons listed in the apps menu.'; @@ -1285,8 +865,6 @@ $a->strings['Network timeout'] = 'Network timeout'; $a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = 'Value is in seconds. Set to 0 for unlimited (not recommended).'; $a->strings['Maximum Load Average'] = 'Maximum load average'; $a->strings['Maximum system load before delivery and poll processes are deferred - default %d.'] = 'Maximum system load before delivery and poll processes are deferred - default %d.'; -$a->strings['Maximum Load Average (Frontend)'] = 'Maximum load average (frontend)'; -$a->strings['Maximum system load before the frontend quits service - default 50.'] = 'Maximum system load before the frontend quits service (default 50).'; $a->strings['Minimal Memory'] = 'Minimal memory'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'; $a->strings['Days between requery'] = 'Days between enquiry'; @@ -1314,12 +892,10 @@ $a->strings['Temp path'] = 'Temp path'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Enter a different temp path if your system restricts the webserver\'s access to the system temp path.'; $a->strings['Only search in tags'] = 'Only search in tags'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'On large systems, the text search can slow down the system significantly.'; -$a->strings['New base url'] = 'New base URL'; -$a->strings['Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users.'] = 'Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users.'; $a->strings['Maximum number of parallel workers'] = '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.'] = 'On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'; $a->strings['Enable fastlane'] = 'Enable fast-lane'; -$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'; +$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'When enabled, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'; $a->strings['Direct relay transfer'] = 'Direct relay transfer'; $a->strings['Enables the direct transfer to other servers without using the relay servers'] = 'Enables direct transfer to other servers without using a relay server.'; $a->strings['Relay scope'] = 'Relay scope'; @@ -1344,21 +920,11 @@ $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.'; -$a->strings['Normal Account'] = 'Standard account'; -$a->strings['Automatic Follower Account'] = 'Automatic follower account'; -$a->strings['Public Forum Account'] = 'Public forum account'; -$a->strings['Automatic Friend Account'] = 'Automatic friend account'; -$a->strings['Blog Account'] = 'Blog account'; -$a->strings['Private Forum Account'] = 'Private forum account'; $a->strings['Message queues'] = 'Message queues'; $a->strings['Server Settings'] = 'Server Settings'; -$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['Theme %s disabled.'] = 'Theme %s disabled.'; @@ -1377,43 +943,6 @@ $a->strings['Display Privacy Statement'] = 'Display Privacy Statement'; $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['%s user blocked'] = [ - 0 => '%s user blocked', - 1 => '%s users blocked', -]; -$a->strings['You can\'t remove yourself'] = 'You can\'t remove yourself'; -$a->strings['%s user deleted'] = [ - 0 => '%s user deleted', - 1 => '%s users deleted', -]; -$a->strings['User "%s" deleted'] = 'User "%s" deleted'; -$a->strings['User "%s" blocked'] = 'User "%s" blocked'; -$a->strings['Register date'] = 'Registration date'; -$a->strings['Last login'] = 'Last login'; -$a->strings['User blocked'] = 'User blocked'; -$a->strings['Site admin'] = 'Site admin'; -$a->strings['Account expired'] = 'Account expired'; -$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Selected users will be deleted!\n\nEverything these users have 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?'] = '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['%s user unblocked'] = [ - 0 => '%s user unblocked', - 1 => '%s users unblocked', -]; -$a->strings['User "%s" unblocked'] = 'User "%s" unblocked'; -$a->strings['New User'] = 'New user'; -$a->strings['Add User'] = 'Add user'; -$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['Permanent deletion'] = 'Permanent deletion'; -$a->strings['Users'] = 'Users'; -$a->strings['User waiting for permanent deletion'] = 'User awaiting permanent deletion'; -$a->strings['Account approved.'] = 'Account approved.'; -$a->strings['Request date'] = 'Request date'; -$a->strings['No registrations.'] = 'No registrations.'; -$a->strings['Note from the user'] = 'Note from the user'; -$a->strings['Deny'] = 'Deny'; $a->strings['Contact not found'] = 'Contact not found'; $a->strings['No installed applications.'] = 'No installed applications.'; $a->strings['Applications'] = 'Applications'; @@ -1426,9 +955,6 @@ $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['Diagnostics'] = 'Diagnostics'; $a->strings['PHP Info'] = 'PHP info'; $a->strings['probe address'] = 'Probe address'; @@ -1436,74 +962,66 @@ $a->strings['check webfinger'] = 'check WebFinger'; $a->strings['Babel'] = 'Babel'; $a->strings['Addon Features'] = 'Addon features'; $a->strings['User registrations waiting for confirmation'] = 'User registrations awaiting confirmation'; +$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.', +]; +$a->strings['Weekly posting limit of %d post reached. The post was rejected.'] = [ + 0 => 'Weekly posting limit of %d post reached. The post was rejected.', + 1 => 'Weekly posting limit of %d posts reached. This post was rejected.', +]; +$a->strings['Users'] = 'Users'; +$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['Item Source'] = 'Item source'; $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['People Search - %s'] = 'People search - %s'; -$a->strings['Forum Search - %s'] = 'Forum search - %s'; +$a->strings['No matches'] = 'No matches'; $a->strings['Account'] = 'Account'; $a->strings['Two-factor authentication'] = 'Two-factor authentication'; $a->strings['Display'] = 'Display'; +$a->strings['Social Networks'] = 'Social networks'; $a->strings['Connected apps'] = 'Connected apps'; $a->strings['Export personal data'] = 'Export personal data'; $a->strings['Remove account'] = 'Remove account'; $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['Failed to remove event'] = 'Failed to remove event'; +$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['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['Share this event'] = 'Share this event'; +$a->strings['Basic'] = 'Basic'; +$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['Events'] = 'Events'; +$a->strings['View'] = 'View'; +$a->strings['Create New Event'] = 'Create new event'; +$a->strings['list'] = 'List'; +$a->strings['Contact not found.'] = 'Contact not found.'; +$a->strings['Invalid contact.'] = 'Invalid contact.'; +$a->strings['Contact is deleted.'] = 'Contact is deleted.'; +$a->strings['Bad request.'] = 'Bad request.'; +$a->strings['Filter'] = 'Filter'; +$a->strings['Members'] = 'Members'; +$a->strings['Click on a contact to add or remove.'] = 'Click on a contact to add or remove it.'; $a->strings['%d contact edited.'] = [ 0 => '%d contact edited.', 1 => '%d contacts edited.', ]; -$a->strings['Could not access contact record.'] = 'Could not access contact record.'; -$a->strings['Failed to update contact record.'] = 'Failed to update contact record.'; -$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'; -$a->strings['Contact has been unignored'] = 'Contact has been unignored'; -$a->strings['You are mutual friends with %s'] = 'You are mutual friends with %s'; -$a->strings['You are sharing with %s'] = 'You are sharing with %s'; -$a->strings['%s is sharing with you'] = '%s is sharing with you'; -$a->strings['Private communications are not available for this contact.'] = 'Private communications are not available for this contact.'; -$a->strings['Never'] = 'Never'; -$a->strings['(Update was not successful)'] = '(Update was not successful)'; -$a->strings['(Update was successful)'] = '(Update was successful)'; -$a->strings['Suggest friends'] = 'Suggest friends'; -$a->strings['Network type: %s'] = 'Network type: %s'; -$a->strings['Communications lost with this contact!'] = 'Communications lost with this contact!'; -$a->strings['Fetch further information for feeds'] = '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.'] = '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'] = 'Fetch information'; -$a->strings['Fetch keywords'] = 'Fetch keywords'; -$a->strings['Fetch information and keywords'] = 'Fetch information and keywords'; -$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['Contact Information / Notes'] = 'Personal note'; -$a->strings['Contact Settings'] = 'Notification and privacy '; -$a->strings['Contact'] = 'Contact'; -$a->strings['Their personal note'] = 'Their personal note'; -$a->strings['Edit contact notes'] = 'Edit contact notes'; -$a->strings['Visit %s\'s profile [%s]'] = 'Visit %s\'s profile [%s]'; -$a->strings['Block/Unblock contact'] = 'Block/Unblock contact'; -$a->strings['Ignore contact'] = 'Ignore contact'; -$a->strings['View conversations'] = 'View conversations'; -$a->strings['Last update:'] = 'Last update:'; -$a->strings['Update public posts'] = 'Update public posts'; -$a->strings['Update now'] = 'Update now'; -$a->strings['Unignore'] = 'Unignore'; -$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['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['Actions'] = 'Actions'; -$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['Show all contacts'] = 'Show all 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'; $a->strings['Only show ignored contacts'] = 'Only show ignored contacts'; @@ -1511,10 +1029,11 @@ $a->strings['Archived'] = 'Archived'; $a->strings['Only show archived contacts'] = 'Only show archived contacts'; $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['Unblock'] = 'Unblock'; +$a->strings['Unignore'] = 'Unignore'; $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'; @@ -1524,23 +1043,14 @@ $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'] = 'Pending outgoing contact request.'; $a->strings['Pending incoming contact request'] = 'Pending incoming contact request.'; -$a->strings['Refetch contact data'] = 'Re-fetch contact data.'; -$a->strings['Toggle Blocked status'] = 'Toggle blocked status'; -$a->strings['Toggle Ignored status'] = 'Toggle ignored status'; +$a->strings['Visit %s\'s profile [%s]'] = 'Visit %s\'s profile [%s]'; $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['Return to contact editor'] = 'Return to contact editor'; +$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['Invalid contact.'] = 'Invalid contact.'; $a->strings['Follower (%s)'] = [ 0 => 'Follower (%s)', 1 => 'Followers (%s)', @@ -1557,33 +1067,85 @@ $a->strings['Contact (%s)'] = [ 0 => 'Contact (%s)', 1 => 'Contacts (%s)', ]; -$a->strings['You must be logged in to use this module.'] = 'You must be logged in to use this module.'; -$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['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['Contact is deleted.'] = 'Contact is deleted.'; +$a->strings['Access denied.'] = 'Access denied.'; +$a->strings['Submit Request'] = 'Submit request'; +$a->strings['You already added this contact.'] = 'You already added this contact.'; +$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['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['Please answer the following:'] = 'Please answer the following:'; +$a->strings['Your Identity Address:'] = 'My identity address:'; +$a->strings['Profile URL'] = 'Profile URL:'; +$a->strings['Tags:'] = 'Tags:'; +$a->strings['Add a personal note:'] = 'Add a personal note:'; +$a->strings['The contact could not be added.'] = 'Contact could not be added.'; +$a->strings['Invalid request.'] = 'Invalid request.'; +$a->strings['Profile Match'] = 'Profile Match'; +$a->strings['Failed to update contact record.'] = 'Failed to update contact record.'; +$a->strings['Contact has been unblocked'] = 'Contact has been unblocked'; +$a->strings['Contact has been blocked'] = 'Contact has been blocked'; +$a->strings['Contact has been unignored'] = 'Contact has been unignored'; +$a->strings['Contact has been ignored'] = 'Contact has been ignored'; +$a->strings['You are mutual friends with %s'] = 'You are mutual friends with %s'; +$a->strings['You are sharing with %s'] = 'You are sharing with %s'; +$a->strings['%s is sharing with you'] = '%s is sharing with you'; +$a->strings['Private communications are not available for this contact.'] = 'Private communications are not available for this contact.'; +$a->strings['Never'] = 'Never'; +$a->strings['(Update was not successful)'] = '(Update was not successful)'; +$a->strings['(Update was successful)'] = '(Update was successful)'; +$a->strings['Suggest friends'] = 'Suggest friends'; +$a->strings['Network type: %s'] = 'Network type: %s'; +$a->strings['Communications lost with this contact!'] = 'Communications lost with this contact!'; +$a->strings['Fetch further information for feeds'] = '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.'] = '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'] = 'Fetch information'; +$a->strings['Fetch keywords'] = 'Fetch keywords'; +$a->strings['Fetch information and keywords'] = 'Fetch information and keywords'; +$a->strings['No mirroring'] = 'No mirroring'; +$a->strings['Mirror as my own posting'] = 'Mirror as my own posting'; +$a->strings['Contact Information / Notes'] = 'Personal note'; +$a->strings['Contact Settings'] = 'Notification and privacy '; +$a->strings['Contact'] = 'Contact'; +$a->strings['Their personal note'] = 'Their personal note'; +$a->strings['Edit contact notes'] = 'Edit contact notes'; +$a->strings['Block/Unblock contact'] = 'Block/Unblock contact'; +$a->strings['Ignore contact'] = 'Ignore contact'; +$a->strings['View conversations'] = 'View conversations'; +$a->strings['Last update:'] = 'Last update:'; +$a->strings['Update public posts'] = 'Update public posts'; +$a->strings['Update now'] = 'Update now'; +$a->strings['Awaiting connection acknowledge'] = 'Awaiting connection acknowledgement'; +$a->strings['Currently blocked'] = 'Currently blocked'; +$a->strings['Currently ignored'] = 'Currently ignored'; +$a->strings['Currently archived'] = 'Currently archived'; +$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['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['Actions'] = 'Actions'; +$a->strings['Status'] = 'Status'; +$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['Refetch contact data'] = 'Re-fetch contact data'; +$a->strings['Toggle Blocked status'] = 'Toggle blocked status'; +$a->strings['Toggle Ignored status'] = 'Toggle ignored status'; +$a->strings['Bad Request.'] = 'Bad request.'; $a->strings['Yes'] = 'Yes'; -$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 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['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['Disconnect/Unfollow'] = 'Disconnect/Unfollow'; $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['Community option not available.'] = 'Community option not available.'; $a->strings['Not available.'] = 'Not available.'; -$a->strings['No such group'] = 'No such group'; -$a->strings['Group: %s'] = 'Group: %s'; -$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['Starred'] = 'Starred'; -$a->strings['Favourite Posts'] = 'My favorite posts'; $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['Error'] = [ + 0 => 'Error', + 1 => 'Errors', +]; $a->strings['Source input'] = 'Source input'; $a->strings['BBCode::toPlaintext'] = 'BBCode::toPlaintext'; $a->strings['BBCode::convert (raw HTML)'] = 'BBCode::convert (raw HTML)'; @@ -1622,8 +1184,6 @@ $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'] = 'Lookup address'; -$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['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:'; @@ -1637,45 +1197,23 @@ $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['Reason for the block'] = 'Reason for the block'; $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['Could not create group.'] = 'Could not create group.'; -$a->strings['Group not found.'] = 'Group not found.'; -$a->strings['Unknown group.'] = 'Unknown 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['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 profile'] = 'No profile'; $a->strings['Method Not Allowed.'] = 'Method not allowed.'; $a->strings['Help:'] = 'Help:'; $a->strings['Welcome to %s'] = 'Welcome to %s'; $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['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.'; @@ -1726,7 +1264,103 @@ $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['The feed for this item is unavailable.'] = 'The feed for this item is unavailable.'; $a->strings['System down for maintenance'] = 'Sorry, the system is currently down for maintenance.'; +$a->strings['Files'] = 'Files'; +$a->strings['Upload'] = 'Upload'; +$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 process image.'] = 'Unable to process image.'; +$a->strings['Image upload failed.'] = 'Image upload failed.'; +$a->strings['Normal Account Page'] = 'Standard'; +$a->strings['Soapbox Page'] = 'Soapbox'; +$a->strings['Automatic Friend Page'] = 'Love-all'; +$a->strings['Personal Page'] = 'Personal Page'; +$a->strings['Organisation Page'] = 'Organization Page'; +$a->strings['News Page'] = 'News Page'; +$a->strings['Relay'] = 'Relay'; +$a->strings['%s contact unblocked'] = [ + 0 => '%s contact unblocked', + 1 => '%s contacts unblocked', +]; +$a->strings['Remote Contact Blocklist'] = 'Remote contact block-list'; +$a->strings['This page allows you to prevent any message from a remote contact to reach your node.'] = 'This page allows you to prevent any message from a remote contact to reach your node.'; +$a->strings['Block Remote Contact'] = 'Block remote contact'; +$a->strings['select all'] = 'select all'; +$a->strings['select none'] = 'select none'; +$a->strings['No remote contact is blocked from this node.'] = 'No remote contact is blocked from this node.'; +$a->strings['Blocked Remote Contacts'] = 'Blocked remote contacts'; +$a->strings['Block New Remote Contact'] = 'Block new remote contact'; +$a->strings['Photo'] = 'Photo'; +$a->strings['Reason'] = 'Reason'; +$a->strings['%s total blocked contact'] = [ + 0 => '%s total blocked contact', + 1 => '%s blocked contacts', +]; +$a->strings['URL of the remote contact to block.'] = 'URL of the remote contact to block.'; +$a->strings['Block Reason'] = 'Block reason'; +$a->strings['Server Domain Pattern'] = 'Server Domain Pattern'; +$a->strings['Block reason'] = 'Block reason'; +$a->strings['Blocked server domain pattern'] = 'Blocked server domain pattern'; +$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['Server Domain Pattern Blocklist'] = 'Server domain pattern block-list'; +$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['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['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['Type'] = 'Type'; +$a->strings['Item not found'] = 'Item not found'; +$a->strings['Item Guid'] = 'Item Guid'; +$a->strings['Normal Account'] = 'Standard account'; +$a->strings['Automatic Follower Account'] = 'Automatic follower account'; +$a->strings['Automatic Friend Account'] = 'Automatic friend account'; +$a->strings['Blog Account'] = 'Blog account'; +$a->strings['Registered users'] = 'Signed up users'; +$a->strings['Pending registrations'] = 'Pending registrations'; +$a->strings['%s user blocked'] = [ + 0 => '%s user blocked', + 1 => '%s users blocked', +]; +$a->strings['You can\'t remove yourself'] = 'You can\'t remove yourself'; +$a->strings['%s user deleted'] = [ + 0 => '%s user deleted', + 1 => '%s users deleted', +]; +$a->strings['User "%s" deleted'] = 'User "%s" deleted'; +$a->strings['User "%s" blocked'] = 'User "%s" blocked'; +$a->strings['Register date'] = 'Registration date'; +$a->strings['Last login'] = 'Last login'; +$a->strings['User blocked'] = 'User blocked'; +$a->strings['Site admin'] = 'Site admin'; +$a->strings['Account expired'] = 'Account expired'; +$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Selected users will be deleted!\n\nEverything these users have 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?'] = '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['%s user unblocked'] = [ + 0 => '%s user unblocked', + 1 => '%s users unblocked', +]; +$a->strings['User "%s" unblocked'] = 'User "%s" unblocked'; +$a->strings['New User'] = 'New user'; +$a->strings['Add User'] = 'Add user'; +$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['Permanent deletion'] = 'Permanent deletion'; +$a->strings['User waiting for permanent deletion'] = 'User awaiting permanent deletion'; +$a->strings['Account approved.'] = 'Account approved.'; +$a->strings['Request date'] = 'Request date'; +$a->strings['No registrations.'] = 'No registrations.'; +$a->strings['Note from the user'] = 'Note from the user'; +$a->strings['Deny'] = 'Deny'; $a->strings['Show Ignored Requests'] = 'Show ignored requests.'; $a->strings['Hide Ignored Requests'] = 'Hide ignored requests'; $a->strings['Notification type:'] = 'Notification type:'; @@ -1745,22 +1379,58 @@ $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['{0} requested registration'] = '{0} requested registration'; $a->strings['Authorize application connection'] = 'Authorize application connection'; $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['Resubscribing to OStatus contacts'] = 'Resubscribing to OStatus contacts'; +$a->strings['Keep this window open until done.'] = 'Keep this window open until done.'; +$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['Remote privacy information not available.'] = 'Remote privacy information not available.'; $a->strings['Visible to:'] = 'Visible to:'; $a->strings['Invalid photo with id %s.'] = 'Invalid photo with id %s.'; +$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['Remove Item Tag'] = 'Remove Item tag'; +$a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; +$a->strings['Remove'] = 'Remove'; $a->strings['No contacts.'] = 'No contacts.'; +$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['Image exceeds size limit of %s'] = 'Image exceeds size limit of %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['View Album'] = 'View album'; $a->strings['Profile not found.'] = 'Profile not found.'; +$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['Forums:'] = 'Forums:'; -$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['Description:'] = 'Description:'; +$a->strings['Profile unavailable.'] = 'Profile unavailable.'; +$a->strings['Invalid locator'] = 'Invalid locator'; +$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['Friend/Connection Request'] = 'Friend/Connection request'; +$a->strings['Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'] = 'Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'; +$a->strings['Your Webfinger address or profile URL:'] = 'Your WebFinger address or profile URL:'; +$a->strings['Unable to check your home location.'] = 'Unable to check your home location.'; +$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Number of daily wall messages for %s exceeded. Message failed.'; +$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['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): '; @@ -1772,9 +1442,12 @@ $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['Please repeat your e-mail address:'] = 'Please repeat your email 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['Parent Password:'] = 'Parent Password:'; @@ -1785,13 +1458,9 @@ $a->strings['Failed to send email message. Here your accout details:
    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['An internal error occured.'] = 'An internal error occurred.'; $a->strings['Your registration is pending approval by the site owner.'] = 'Your registration is pending approval by the site administrator.'; -$a->strings['Profile unavailable.'] = 'Profile unavailable.'; -$a->strings['Invalid locator'] = 'Invalid locator'; -$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['Friend/Connection Request'] = 'Friend/Connection request'; -$a->strings['Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'] = 'Enter your WebFinger address (user@domain.tld) or profile URL here. If this isn\'t supported by your system, you have to subscribe to %s or %s directly on your system.'; -$a->strings['Your Webfinger address or profile URL:'] = 'Your WebFinger address or profile URL:'; +$a->strings['You must be logged in to use this module.'] = 'You must be logged in to use this module.'; $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['Items tagged with: %s'] = 'Items tagged with: %s'; @@ -1810,6 +1479,10 @@ $a->strings['privacy policy'] = 'Privacy policy'; $a->strings['Logged out.'] = 'Logged out.'; $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['Passwords do not match.'] = 'Passwords do not match.'; +$a->strings['Password unchanged.'] = 'Password unchanged.'; +$a->strings['Current Password:'] = 'Current password:'; +$a->strings['Your current password to confirm the changes'] = 'Current password to confirm change'; $a->strings['Remaining recovery codes: %d'] = 'Remaining recovery codes: %d'; $a->strings['Invalid code, please retry.'] = 'Invalid code, please try again.'; $a->strings['Two-factor recovery'] = 'Two-factor recovery'; @@ -1820,6 +1493,105 @@ $a->strings['Submit recovery code and complete login'] = 'Submit recovery code a $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['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['Wrong Password.'] = 'Wrong password.'; +$a->strings['Invalid email.'] = 'Invalid email.'; +$a->strings['Cannot change to that email.'] = 'Cannot change to that email.'; +$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['Unable to find your profile. Please contact your admin.'] = 'Unable to find your profile. Please contact your admin.'; +$a->strings['Personal Page Subtypes'] = 'Personal Page 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['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['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['Account Settings'] = 'Account Settings'; +$a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'My identity address: \'%s\' or \'%s\''; +$a->strings['Password Settings'] = 'Password change'; +$a->strings['Leave password fields blank unless changing'] = 'Leave password fields blank unless changing'; +$a->strings['Password:'] = 'Password:'; +$a->strings['Your current password to confirm the changes of the email address'] = 'Your current password to confirm the change of your email address.'; +$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['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['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['Maximum private messages per day from unknown people:'] = 'Maximum private messages per day from unknown people:'; +$a->strings['Default Post Permissions'] = 'Default post permissions'; +$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['When activated, posts and comments will be expired.'] = 'If activated, posts and comments will expire.'; +$a->strings['Expire personal notes'] = 'Expire personal notes'; +$a->strings['When activated, the personal notes on your profile page will be expired.'] = 'If activated, the personal notes on your profile page will expire.'; +$a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'If activated, your own posts never expire. The settings above are only valid for posts you received.'; +$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['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 detailed 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. If 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['Addon Settings'] = 'Addon Settings'; +$a->strings['No Addon settings configured'] = 'No addon settings configured'; +$a->strings['Description'] = 'Description'; +$a->strings['Add'] = 'Add'; +$a->strings['Failed to connect with email account using the settings provided.'] = 'Failed to connect with email account using the settings provided.'; +$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'diaspora* (Socialhome, Hubzilla)'; +$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['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.'] = 'If 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['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['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.'; @@ -1832,7 +1604,6 @@ $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['Add'] = 'Add'; $a->strings['No entries.'] = 'No entries.'; $a->strings['The theme you chose isn\'t available.'] = 'The theme you chose isn\'t available.'; $a->strings['%s - (Unsupported)'] = '%s - (Unsupported)'; @@ -1841,7 +1612,6 @@ $a->strings['General Theme Settings'] = 'Themes'; $a->strings['Custom Theme Settings'] = 'Theme customization'; $a->strings['Content Settings'] = 'Content/Layout'; $a->strings['Theme settings'] = 'Theme settings'; -$a->strings['Calendar'] = 'Calendar'; $a->strings['Display Theme:'] = 'Display theme:'; $a->strings['Mobile Theme:'] = 'Mobile theme:'; $a->strings['Number of items to display per page:'] = 'Number of items displayed per page:'; @@ -1851,7 +1621,9 @@ $a->strings['Update browser every xx seconds'] = 'Update browser every so many s $a->strings['Minimum of 10 seconds. Enter -1 to disable it.'] = 'Minimum 10 seconds; to disable -1.'; $a->strings['Infinite scroll'] = 'Infinite scroll'; $a->strings['Beginning of week:'] = 'Week begins: '; -$a->strings['Profile Name is required.'] = 'Profile name is required.'; +$a->strings['Additional Features'] = 'Additional Features'; +$a->strings['Connected Apps'] = 'Connected Apps'; +$a->strings['Remove authorization'] = 'Remove authorization'; $a->strings['Field Permissions'] = 'Field Permissions'; $a->strings['(click to open/close)'] = '(reveal/hide)'; $a->strings['Profile Actions'] = 'Profile actions'; @@ -1880,6 +1652,13 @@ $a->strings['Please adjust the image cropping for optimum viewing.'] = 'Please a $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['[Friendica System Notify]'] = '[Friendica System Notify]'; +$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['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.'; @@ -1889,7 +1668,6 @@ $a->strings['App-specific password successfully revoked.'] = 'App-specific passw $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'; @@ -1898,7 +1676,6 @@ $a->strings['Generate new app-specific password'] = 'Generate new app-specific p $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'; @@ -1962,20 +1739,29 @@ $a->strings['Export your account info and contacts. Use this to make a backup of $a->strings['Export all'] = 'Export all'; $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['Bad Request'] = 'Bad request'; -$a->strings['Forbidden'] = 'Forbidden'; -$a->strings['Not Found'] = 'Not found'; -$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['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['Privacy Statement'] = 'Privacy Statement'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'The requested item doesn\'t exist or has been deleted.'; +$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['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['Error decoding account file'] = 'Error decoding account file'; +$a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Error! No version data in file! Is this a Friendica account file?'; +$a->strings['User \'%s\' already exists on this server!'] = 'User \'%s\' already exists on this server!'; +$a->strings['User creation error'] = 'User creation error'; +$a->strings['%d contact not imported'] = [ + 0 => '%d contact not imported', + 1 => '%d contacts not imported', +]; +$a->strings['User profile creation error'] = 'User profile creation error'; +$a->strings['Done. You can now login with your username and password'] = 'Done. You can now login with your username and password'; $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.'; @@ -1998,8 +1784,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Go to your site\'s directory'; $a->strings['The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.'] = 'The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested.'; $a->strings['Finding New People'] = 'Finding new people'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'; -$a->strings['Group Your Contacts'] = 'Group your contacts'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Why aren\'t my posts public?'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'; $a->strings['Getting Help'] = 'Getting help'; @@ -2023,8 +1807,6 @@ $a->strings['%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['%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['%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['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'; @@ -2056,8 +1838,8 @@ $a->strings['This message was sent to you by %s, a member of the Friendica socia $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['This entry was edited'] = 'This entry was edited'; $a->strings['Private Message'] = 'Private message'; +$a->strings['This entry was edited'] = 'This entry was edited'; $a->strings['Edit'] = 'Edit'; $a->strings['Delete globally'] = 'Delete globally'; $a->strings['Remove locally'] = 'Remove locally'; @@ -2081,7 +1863,6 @@ $a->strings['%d comment'] = [ ]; $a->strings['Show more'] = 'Show more'; $a->strings['Show fewer'] = 'Show fewer'; -$a->strings['Attachments:'] = 'Attachments:'; $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.'; diff --git a/view/lang/eo/messages.po b/view/lang/eo/messages.po index 2d90954fa4..04b2f06ccf 100644 --- a/view/lang/eo/messages.po +++ b/view/lang/eo/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-18 20:49+0000\n" +"POT-Creation-Date: 2023-09-18 05:30+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: St John Karp , 2017\n" "Language-Team: Esperanto (http://app.transifex.com/Friendica/friendica/language/eo/)\n" @@ -21,46 +21,46 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mod/item.php:102 mod/item.php:105 mod/item.php:171 mod/item.php:174 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Ne eblas trovi originalan afiŝon." -#: mod/item.php:139 +#: mod/item.php:138 msgid "Post updated." msgstr "" -#: mod/item.php:204 mod/item.php:208 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:218 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:256 mod/item.php:260 +#: mod/item.php:255 mod/item.php:259 msgid "Empty post discarded." msgstr "Forviŝis malplenan afiŝon." -#: mod/item.php:412 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Elemento ne estas trovita." -#: mod/item.php:436 mod/message.php:69 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:95 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:86 -#: src/Module/Contact/Follow.php:159 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 #: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 -#: src/Module/Notifications/Notification.php:76 +#: src/Module/FriendSuggest.php:57 src/Module/Invite.php:42 +#: src/Module/Invite.php:131 src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 #: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 @@ -70,9 +70,9 @@ msgstr "Elemento ne estas trovita." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 +#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71 +#: src/Module/Settings/Display.php:73 src/Module/Settings/Display.php:160 #: src/Module/Settings/Profile/Photo/Crop.php:165 #: src/Module/Settings/Profile/Photo/Index.php:111 #: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 @@ -150,7 +150,7 @@ msgid "" "your email for further instructions." msgstr "Entajpu vian retpoŝtadreson kaj sendu por pasvorta riparado. Poste, bonvolu legi vian retpoŝton por trovi pliajn instrukciojn." -#: mod/lostpass.php:130 src/Module/Security/Login.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Salutnomo aŭ retpoŝtadreso: " @@ -158,7 +158,7 @@ msgstr "Salutnomo aŭ retpoŝtadreso: " msgid "Reset" msgstr "Repari" -#: mod/lostpass.php:146 src/Module/Security/Login.php:173 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Pasvorta riparado" @@ -218,90 +218,90 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:321 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nova Mesaĝo" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Neniom da ricevontoj." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Ne eblas trovi kontaktajn informojn." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Ne povas sendi la mesaĝon." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Malsukcese provis kolekti mesaĝojn." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Forviŝi" -#: mod/message.php:136 src/Content/Nav.php:318 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Mesaĝoj" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "" -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:183 mod/message.php:289 src/Module/Profile/UnkMail.php:146 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Bonvolu entajpu adreson de ligilo:" -#: mod/message.php:192 src/Module/Profile/UnkMail.php:152 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Sendi Privatan Mesaĝon" -#: mod/message.php:193 mod/message.php:349 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Al:" -#: mod/message.php:194 mod/message.php:350 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Temo:" -#: mod/message.php:198 mod/message.php:353 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Via mesaĝo:" -#: mod/message.php:201 mod/message.php:357 src/Content/Conversation.php:352 -#: src/Module/Post/Edit.php:128 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Alŝuti bildon" -#: mod/message.php:202 mod/message.php:358 src/Module/Post/Edit.php:132 -#: src/Module/Profile/UnkMail.php:154 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Enmeti retan adreson" -#: mod/message.php:203 mod/message.php:360 mod/photos.php:1291 -#: src/Content/Conversation.php:381 src/Content/Conversation.php:727 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:142 -#: src/Module/Profile/UnkMail.php:155 src/Object/Post.php:545 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:578 msgid "Please wait" msgstr "Bonvolu atendi" -#: mod/message.php:204 mod/message.php:359 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:340 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 @@ -309,59 +309,64 @@ msgstr "Bonvolu atendi" #: src/Module/Install.php:234 src/Module/Install.php:274 #: src/Module/Install.php:309 src/Module/Invite.php:178 #: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:156 -#: src/Module/Settings/Profile/Index.php:231 src/Object/Post.php:1058 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Object/Post.php:1095 #: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 #: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 msgid "Submit" msgstr "Sendi" -#: mod/message.php:225 +#: mod/message.php:223 msgid "No messages." msgstr "Neniom da mesaĝoj." -#: mod/message.php:281 +#: mod/message.php:279 msgid "Message not available." msgstr "Mesaĝo nedisponebla." -#: mod/message.php:326 +#: mod/message.php:323 msgid "Delete message" msgstr "Forviŝu mesaĝon" -#: mod/message.php:328 mod/message.php:459 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:343 mod/message.php:456 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Forviŝi dialogon" -#: mod/message.php:345 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Sekura komunikado ne disponeblas. Vi eble povus respondi sur la profilpaĝo de la sendanto." -#: mod/message.php:348 +#: mod/message.php:345 msgid "Send Reply" msgstr "Respondi" -#: mod/message.php:430 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Nekonata sendanto - %s" -#: mod/message.php:432 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Vi kaj %s" -#: mod/message.php:434 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s kaj vi" -#: mod/message.php:462 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -376,14 +381,14 @@ msgstr "Personaj Notoj" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:884 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:126 +#: src/Module/Post/Edit.php:129 msgid "Save" msgstr "Konservi" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:232 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -395,22 +400,22 @@ msgid "User not found." msgstr "" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Bildalbumoj" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "̂Ĵusaj bildoj" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Alŝuti novajn bildojn" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "ĉiuj" @@ -422,239 +427,241 @@ msgstr "Kontaktoj informoj ne disponeblas" msgid "Album not found." msgstr "Albumo ne trovita." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:159 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Publika atingo ne permesita." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Neniu bildoj elektita" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Alŝuti bildojn" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nomo por nova albumo:" -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Ne kreu statan afiŝon por tio alŝuto." -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:383 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:179 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permesoj" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Forviŝi albumon" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:399 -#: src/Module/Contact/Follow.php:172 src/Module/Contact/Revoke.php:109 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 -#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:164 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 #: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 #: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Cancel" msgstr "Nuligi" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Redakti albumon" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Vidi bildon" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Malpermesita. Atingo al tio elemento eble estas limigita." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "La bildo ne disponeblas" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Forviŝi bildon" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Vidi bildon" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Redakti bildon" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Uzi kiel profilbildo" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Vidi plengrande " -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Markoj:" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nova nomo de albumo" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Apudskribo" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Aldoni markon" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Ekzemple: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Turni horloĝdirekte (dekstren)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Turni kontraŭhorloĝdirekte (maldekstren)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:589 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1055 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1092 msgid "This is you" msgstr "Tiu estas vi" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:539 src/Object/Post.php:1057 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:572 +#: src/Object/Post.php:1094 msgid "Comment" msgstr "Komenti" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:396 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:162 -#: src/Object/Post.php:1069 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1108 msgid "Preview" msgstr "Antaŭrigardi" -#: mod/photos.php:1140 src/Content/Conversation.php:351 -#: src/Module/Post/Edit.php:127 src/Object/Post.php:1059 +#: mod/photos.php:1144 src/Content/Conversation.php:367 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1096 msgid "Loading..." msgstr "" -#: mod/photos.php:1226 src/Content/Conversation.php:643 -#: src/Object/Post.php:256 +#: mod/photos.php:1236 src/Content/Conversation.php:1464 +#: src/Object/Post.php:260 msgid "Select" msgstr "Elekti" -#: mod/photos.php:1227 src/Content/Conversation.php:644 +#: mod/photos.php:1237 src/Content/Conversation.php:1465 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Forviŝi" -#: mod/photos.php:1288 src/Object/Post.php:384 +#: mod/photos.php:1298 src/Object/Post.php:408 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:384 +#: mod/photos.php:1299 src/Object/Post.php:408 msgid "I like this (toggle)" msgstr "Mi ŝatas tion (ŝalti)" -#: mod/photos.php:1290 src/Object/Post.php:385 +#: mod/photos.php:1300 src/Object/Post.php:409 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:385 +#: mod/photos.php:1302 src/Object/Post.php:409 msgid "I don't like this (toggle)" msgstr "Mi malŝatas tion(ŝalti)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:580 msgid "Apologies but the website is unavailable at the moment." msgstr "" @@ -674,7 +681,92 @@ msgid "" "notifications." msgstr "" -#: src/App/Page.php:320 +#: src/App/Page.php:251 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:252 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:255 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:256 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:260 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:263 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:264 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:265 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:266 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:267 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:268 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:269 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:270 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:271 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:272 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:273 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:351 msgid "toggle mobile" msgstr "" @@ -691,33 +783,33 @@ msgstr "Paĝo ne trovita" msgid "You must be logged in to use addons. " msgstr "" -#: src/BaseModule.php:400 +#: src/BaseModule.php:401 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 "La sekuriga ĵetono de la formo estis malĝusta. Tio verŝajne okazis ĉar la formo estis malfermita dum tro longa tempo (>3 horoj) antaŭ la sendado." -#: src/BaseModule.php:427 +#: src/BaseModule.php:428 msgid "All contacts" msgstr "" -#: src/BaseModule.php:432 src/Content/Widget.php:235 src/Core/ACL.php:194 -#: src/Module/Contact.php:408 src/Module/PermissionTooltip.php:122 -#: src/Module/PermissionTooltip.php:144 +#: src/BaseModule.php:433 src/Content/Conversation/Factory/Timeline.php:62 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 +#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 msgid "Followers" msgstr "" -#: src/BaseModule.php:437 src/Content/Widget.php:236 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:438 src/Content/Widget.php:240 +#: src/Module/Contact.php:418 msgid "Following" msgstr "" -#: src/BaseModule.php:442 src/Content/Widget.php:237 -#: src/Module/Contact.php:410 +#: src/BaseModule.php:443 src/Content/Widget.php:241 +#: src/Module/Contact.php:421 msgid "Mutual friends" msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:451 msgid "Common" msgstr "" @@ -867,7 +959,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:662 +#: src/Console/User.php:182 src/Model/User.php:711 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -978,7 +1070,7 @@ msgstr "" #: src/Content/ContactSelector.php:129 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 @@ -1038,363 +1130,504 @@ msgstr "" msgid "pnut" msgstr "" -#: src/Content/ContactSelector.php:178 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:220 -#, php-format -msgid "%s likes this." -msgstr "%s ŝatas tiun." - -#: src/Content/Conversation.php:223 -#, php-format -msgid "%s doesn't like this." -msgstr "%s malŝatas tiun." - #: src/Content/Conversation.php:226 -#, php-format -msgid "%s attends." -msgstr "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: src/Content/Conversation.php:232 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: src/Content/Conversation.php:235 src/Content/Conversation.php:273 -#: src/Content/Conversation.php:887 -#, php-format -msgid "%s reshared this." -msgstr "" - -#: src/Content/Conversation.php:241 msgid "and" msgstr "kaj" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:235 #, php-format -msgid " like this" -msgstr "" +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:253 +#: src/Content/Conversation.php:237 #, php-format -msgid "%s like this." -msgstr "" +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:239 #, php-format -msgid " don't like this" -msgstr "" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:257 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s don't like this." -msgstr "" +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:260 +#: src/Content/Conversation.php:243 #, php-format -msgid " attend" -msgstr "" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:261 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s attend." -msgstr "" +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:264 +#: src/Content/Conversation.php:274 #, php-format -msgid " don't attend" -msgstr "" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:265 +#: src/Content/Conversation.php:277 #, php-format -msgid "%s don't attend." -msgstr "" +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:268 +#: src/Content/Conversation.php:280 #, php-format -msgid " attend maybe" -msgstr "" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:283 #, php-format -msgid "%s attend maybe." -msgstr "" +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:286 #, php-format -msgid " reshared this" -msgstr "" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:320 +#: src/Content/Conversation.php:289 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:336 msgid "Visible to everybody" msgstr "Videbla al ĉiuj" -#: src/Content/Conversation.php:321 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1068 +#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1107 msgid "Please enter a image/video/audio/webpage URL:" msgstr "" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:338 msgid "Tag term:" msgstr "Markfrazo:" -#: src/Content/Conversation.php:323 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Konservi en Dosierujo:" -#: src/Content/Conversation.php:324 +#: src/Content/Conversation.php:340 msgid "Where are you right now?" msgstr "Kie vi estas nun?" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:341 msgid "Delete item(s)?" msgstr "" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:347 +#: src/Content/Conversation.php:363 msgid "New Post" msgstr "" -#: src/Content/Conversation.php:350 +#: src/Content/Conversation.php:366 msgid "Share" msgstr "Kunhavigi" -#: src/Content/Conversation.php:353 src/Module/Post/Edit.php:129 +#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "alŝuti bildon" -#: src/Content/Conversation.php:354 src/Module/Post/Edit.php:130 +#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Kunligi dosieron" -#: src/Content/Conversation.php:355 src/Module/Post/Edit.php:131 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "kunsendi dosieron" -#: src/Content/Conversation.php:356 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:168 src/Object/Post.php:1060 +#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1097 msgid "Bold" msgstr "Grasa" -#: src/Content/Conversation.php:357 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:169 src/Object/Post.php:1061 +#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1098 msgid "Italic" msgstr "Kursiva" -#: src/Content/Conversation.php:358 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:170 src/Object/Post.php:1062 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1099 msgid "Underline" msgstr "Substreki" -#: src/Content/Conversation.php:359 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1063 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1101 msgid "Quote" msgstr "Citaĵo" -#: src/Content/Conversation.php:360 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1064 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1102 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1100 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1103 msgid "Code" msgstr "Kodo" -#: src/Content/Conversation.php:361 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1065 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1104 msgid "Image" msgstr "Bildo" -#: src/Content/Conversation.php:362 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1066 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1105 msgid "Link" msgstr "Ligilo" -#: src/Content/Conversation.php:363 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1067 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1106 msgid "Link or Media" msgstr "" -#: src/Content/Conversation.php:364 +#: src/Content/Conversation.php:382 msgid "Video" msgstr "" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:200 -#: src/Module/Post/Edit.php:138 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Agordi vian lokon" -#: src/Content/Conversation.php:366 src/Module/Post/Edit.php:139 +#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 msgid "set location" msgstr "agordi lokon" -#: src/Content/Conversation.php:367 src/Module/Post/Edit.php:140 +#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Forviŝu retesplorilan lokon" -#: src/Content/Conversation.php:368 src/Module/Post/Edit.php:141 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "forviŝi lokon" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:205 -#: src/Module/Post/Edit.php:154 +#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Redakti titolon" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:206 -#: src/Module/Post/Edit.php:156 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategorioj (disigita per komo)" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:382 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Permesagordoj" -#: src/Content/Conversation.php:392 src/Module/Post/Edit.php:152 +#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Publika afiŝo" -#: src/Content/Conversation.php:406 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:93 -#: src/Module/Post/Edit.php:177 +#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:120 +#: src/Model/Profile.php:467 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Mesaĝo" -#: src/Content/Conversation.php:407 src/Module/Post/Edit.php:178 +#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 #: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "Browser" msgstr "" -#: src/Content/Conversation.php:409 src/Module/Post/Edit.php:181 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:671 src/Object/Post.php:243 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:687 src/Object/Post.php:491 -#: src/Object/Post.php:492 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Vidi la profilon de %s ĉe %s" - -#: src/Content/Conversation.php:700 src/Object/Post.php:479 -msgid "Categories:" -msgstr "" - -#: src/Content/Conversation.php:701 src/Object/Post.php:480 -msgid "Filed under:" -msgstr "" - -#: src/Content/Conversation.php:709 src/Object/Post.php:505 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: src/Content/Conversation.php:725 -msgid "View in context" -msgstr "Vidi kun kunteksto" - -#: src/Content/Conversation.php:790 +#: src/Content/Conversation.php:595 msgid "remove" msgstr "forviŝi" -#: src/Content/Conversation.php:794 +#: src/Content/Conversation.php:599 msgid "Delete Selected Items" msgstr "Forviŝi Elektitajn Elementojn" -#: src/Content/Conversation.php:859 src/Content/Conversation.php:862 -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 +#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 +#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 +#: src/Content/Conversation.php:766 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:871 +#: src/Content/Conversation.php:769 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:874 +#: src/Content/Conversation.php:774 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:776 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:796 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: src/Content/Conversation.php:798 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:798 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:892 +#: src/Content/Conversation.php:801 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:895 +#: src/Content/Conversation.php:804 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:807 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:816 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:819 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:822 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:825 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:828 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1492 src/Object/Post.php:247 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1509 src/Object/Post.php:521 +#: src/Object/Post.php:522 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vidi la profilon de %s ĉe %s" + +#: src/Content/Conversation.php:1522 src/Object/Post.php:509 +msgid "Categories:" +msgstr "" + +#: src/Content/Conversation.php:1523 src/Object/Post.php:510 +msgid "Filed under:" +msgstr "" + +#: src/Content/Conversation.php:1531 src/Object/Post.php:535 +#, php-format +msgid "%s from %s" +msgstr "%s de %s" + +#: src/Content/Conversation.php:1547 +msgid "View in context" +msgstr "Vidi kun kunteksto" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:61 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:62 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Local Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Posts from local users on this server" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Global Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:106 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Propra" + +#: src/Content/Conversation/Factory/Timeline.php:106 +msgid "Posts that mention or involve you" +msgstr "Afiŝoj menciantaj vin aŭ pri vi" + +#: src/Content/Conversation/Factory/Timeline.php:107 src/Object/Post.php:380 +msgid "Starred" +msgstr "Steligita" + +#: src/Content/Conversation/Factory/Timeline.php:107 +msgid "Favourite Posts" +msgstr "Favorigitaj Afiŝoj" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "" @@ -1424,12 +1657,12 @@ msgid "Post Composition Features" msgstr "" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" +msgid "Auto-mention Groups" msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1470,11 +1703,11 @@ msgid "Advanced Profile Settings" msgstr "" #: src/Content/Feature.php:119 -msgid "List Forums" +msgid "List Groups" msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1507,127 +1740,137 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:278 -#: src/Content/Text/HTML.php:905 src/Content/Widget.php:524 -msgid "Forums" -msgstr "Forumoj" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1273 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Ekstera ligilo al forumo" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:503 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:405 -#: src/Content/Widget.php:504 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "montri pli" -#: src/Content/Item.php:326 src/Model/Item.php:2900 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:331 src/Model/Item.php:3003 msgid "event" msgstr "okazo" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:334 src/Content/Item.php:344 msgid "status" msgstr "staton" -#: src/Content/Item.php:335 src/Model/Item.php:2902 +#: src/Content/Item.php:340 src/Model/Item.php:3005 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "bildo" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s markis la %3$s de %2$s kun %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:428 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:429 src/Model/Contact.php:1227 msgid "View Status" msgstr "Vidi Staton" -#: src/Content/Item.php:421 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:234 +#: src/Content/Item.php:430 src/Content/Item.php:451 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1219 +#: src/Model/Contact.php:1228 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Vidi Profilon" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:431 src/Model/Contact.php:1229 msgid "View Photos" msgstr "Vidi Bildojn" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:432 src/Model/Contact.php:1220 +#: src/Model/Contact.php:1230 msgid "Network Posts" msgstr "Enretaj Afiŝoj" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:433 src/Model/Contact.php:1221 +#: src/Model/Contact.php:1231 msgid "View Contact" msgstr "" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:434 src/Model/Contact.php:1232 msgid "Send PM" msgstr "Sendi PM" -#: src/Content/Item.php:426 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:478 +#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Bloki" -#: src/Content/Item.php:427 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:486 +#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignori" -#: src/Content/Item.php:428 src/Module/Contact.php:442 -#: src/Module/Contact/Profile.php:494 +#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:460 +#: src/Content/Item.php:438 src/Object/Post.php:288 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:442 src/Object/Post.php:490 msgid "Languages" msgstr "" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:166 view/theme/vier/theme.php:196 +#: src/Content/Item.php:448 src/Content/Widget.php:80 +#: src/Model/Contact.php:1222 src/Model/Contact.php:1233 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Konekti/Aboni" -#: src/Content/Item.php:862 +#: src/Content/Item.php:882 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Estas neniu nova ĉi tie" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Forigi atentigojn" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:892 -msgid "@name, !forum, #tags, content" -msgstr "@nomo, !forumo, #kradvorto, enhavo" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:222 src/Module/Security/Login.php:158 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Elsaluti" @@ -1636,7 +1879,7 @@ msgid "End this session" msgstr "Fini ĉi-tiun seancon" #: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Ensaluti" @@ -1645,7 +1888,7 @@ msgid "Sign in" msgstr "Ensaluti" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:484 +#: src/Module/Contact.php:512 msgid "Conversations" msgstr "" @@ -1654,8 +1897,8 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:476 -#: src/Module/Contact/Profile.php:393 src/Module/Profile/Profile.php:268 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profilo" @@ -1674,7 +1917,7 @@ msgid "Your photos" msgstr "Viaj bildoj" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:500 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" @@ -1686,7 +1929,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:267 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "" @@ -1707,7 +1950,7 @@ msgstr "Viaj propraj notoj" msgid "Home" msgstr "Hejmo" -#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:74 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Hejmpaĝo" @@ -1724,7 +1967,7 @@ msgstr "Krei konton" #: src/Module/Settings/TwoFactor/AppSpecific.php:129 #: src/Module/Settings/TwoFactor/Index.php:118 #: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 msgid "Help" msgstr "Helpo" @@ -1740,8 +1983,8 @@ msgstr "Programoj" msgid "Addon applications, utilities, games" msgstr "Kromprogramoj, utilaĵoj, ludiloj" -#: src/Content/Nav.php:269 src/Content/Text/HTML.php:890 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Serĉi" @@ -1749,19 +1992,19 @@ msgstr "Serĉi" msgid "Search site content" msgstr "Serĉu la retejon" -#: src/Content/Nav.php:272 src/Content/Text/HTML.php:899 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Plena Teksto" -#: src/Content/Nav.php:273 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Kradvortoj" #: src/Content/Nav.php:274 src/Content/Nav.php:329 -#: src/Content/Text/HTML.php:901 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:411 -#: src/Module/Contact.php:507 view/theme/frio/theme.php:243 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 +#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontaktoj" @@ -1792,7 +2035,7 @@ msgstr "Informo pri tiu ĉi Friendica nodo" #: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "" @@ -1829,7 +2072,7 @@ msgstr "Atentigoj" msgid "See all notifications" msgstr "Vidu ĉiujn atentigojn" -#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:241 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Marki kiel legita" @@ -1858,7 +2101,7 @@ msgid "Manage other pages" msgstr "Administri aliajn paĝojn" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:175 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Agordoj" @@ -1879,13 +2122,13 @@ msgstr "Administrado" msgid "Site setup and configuration" msgstr "Agordoj pri la retejo" -#: src/Content/Nav.php:335 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1905,11 +2148,11 @@ msgstr "" msgid "Site map" msgstr "Reteja mapo" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Malŝaltita enigitado" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Enigita enhavo" @@ -1929,51 +2172,51 @@ msgstr "sekvanta" msgid "last" msgstr "lasta" -#: src/Content/Text/BBCode.php:949 src/Content/Text/BBCode.php:1811 -#: src/Content/Text/BBCode.php:1812 +#: src/Content/Text/BBCode.php:696 src/Content/Text/BBCode.php:1636 +#: src/Content/Text/BBCode.php:1637 msgid "Image/photo" msgstr "Bildo" -#: src/Content/Text/BBCode.php:1166 +#: src/Content/Text/BBCode.php:914 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1191 src/Model/Item.php:3573 -#: src/Model/Item.php:3579 src/Model/Item.php:3580 +#: src/Content/Text/BBCode.php:939 src/Model/Item.php:3745 +#: src/Model/Item.php:3751 src/Model/Item.php:3752 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1729 src/Content/Text/HTML.php:929 +#: src/Content/Text/BBCode.php:1543 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Klaku por malfermi/fermi" -#: src/Content/Text/BBCode.php:1760 +#: src/Content/Text/BBCode.php:1576 msgid "$1 wrote:" msgstr "$1 skribis:" -#: src/Content/Text/BBCode.php:1816 src/Content/Text/BBCode.php:1817 +#: src/Content/Text/BBCode.php:1641 src/Content/Text/BBCode.php:1642 msgid "Encrypted content" msgstr "" -#: src/Content/Text/BBCode.php:2044 +#: src/Content/Text/BBCode.php:1901 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:2059 +#: src/Content/Text/BBCode.php:1920 msgid "Invalid link protocol" msgstr "" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "" -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "" -#: src/Content/Text/HTML.php:884 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:438 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:116 +#: src/Model/Profile.php:461 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "" @@ -2000,118 +2243,130 @@ msgid_plural "%d invitations available" msgstr[0] "Disponeblas %d invito" msgstr[1] "Disponeblas %d invitoj" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Trovi Homojn" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Entajpu nomon aŭ intereson" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Ekzemple: Robert Morgenstein, Fishing" -#: src/Content/Widget.php:82 src/Module/Contact.php:433 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Trovi" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Amikosugestoj" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Similaj Interesoj" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Hazarda Profilo" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Inviti amikojn" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Tutmonda Katalogo" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Loka Katalogo" -#: src/Content/Widget.php:211 src/Model/Group.php:587 -#: src/Module/Contact.php:395 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grupoj" +#: src/Content/Widget.php:215 src/Model/Circle.php:600 +#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:213 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:242 +#: src/Content/Widget.php:242 src/Module/Contact.php:424 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "" -#: src/Content/Widget.php:244 src/Module/Contact.php:339 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:345 msgid "All Contacts" msgstr "Ĉiuj Kontaktoj" -#: src/Content/Widget.php:283 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "" -#: src/Content/Widget.php:285 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "" -#: src/Content/Widget.php:313 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Konservitaj Dosierujoj" -#: src/Content/Widget.php:315 src/Content/Widget.php:346 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Ĉio" -#: src/Content/Widget.php:344 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategorioj" -#: src/Content/Widget.php:401 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d komuna kontakto" msgstr[1] "%d komunaj kontaktoj" -#: src/Content/Widget.php:497 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Arkivoj" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:522 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:523 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1698 msgid "News" msgstr "" -#: src/Content/Widget.php:527 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 msgid "Account Types" msgstr "" -#: src/Content/Widget.php:528 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:573 src/Module/Settings/Display.php:266 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "" @@ -2158,93 +2413,93 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:382 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:109 src/Model/Profile.php:376 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:377 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:380 +#: src/Content/Widget/VCard.php:111 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Loko:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:474 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:430 +#: src/Content/Widget/VCard.php:118 src/Model/Contact.php:1223 +#: src/Model/Contact.php:1234 src/Model/Profile.php:463 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:269 +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 -#: src/Module/PermissionTooltip.php:150 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 +#: src/Module/PermissionTooltip.php:155 msgid "Mutuals" msgstr "" -#: src/Core/ACL.php:293 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Sendi per retpoŝto" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:197 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:201 msgid "Public" msgstr "" -#: src/Core/ACL.php:321 +#: src/Core/ACL.php:322 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:322 src/Module/PermissionTooltip.php:93 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "" -#: src/Core/ACL.php:323 +#: src/Core/ACL.php:324 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:323 -msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "" - #: src/Core/ACL.php:324 -msgid "Show to:" +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "" -#: src/Core/ACL.php:326 src/Module/Post/Edit.php:151 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 msgid "CC: email addresses" msgstr "CC: retpoŝtadresojn" -#: src/Core/ACL.php:327 src/Module/Post/Edit.php:157 +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 msgid "Example: bob@example.com, mary@example.com" msgstr "Ekzemple: bob@example.com, mary@example.com" -#: src/Core/ACL.php:328 +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "" @@ -2567,161 +2822,172 @@ msgstr "" msgid "Could not connect to database." msgstr "Ne eblas konekti la datumbazon." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:476 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:235 msgid "Monday" msgstr "Lundo" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:476 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:236 msgid "Tuesday" msgstr "Mardo" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:476 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:237 msgid "Wednesday" msgstr "Merkredo" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:476 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:238 msgid "Thursday" msgstr "Ĵaŭdo" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:476 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:239 msgid "Friday" msgstr "Vendredo" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:476 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:240 msgid "Saturday" msgstr "Sabato" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:476 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:234 msgid "Sunday" msgstr "Dimanĉo" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:480 src/Model/Event.php:450 msgid "January" msgstr "Januaro" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:480 src/Model/Event.php:451 msgid "February" msgstr "Februaro" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:480 src/Model/Event.php:452 msgid "March" msgstr "Marto" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:480 src/Model/Event.php:453 msgid "April" msgstr "Aprilo" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:480 src/Core/L10n.php:499 src/Model/Event.php:441 msgid "May" msgstr "Majo" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:480 src/Model/Event.php:454 msgid "June" msgstr "Junio" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:480 src/Model/Event.php:455 msgid "July" msgstr "Julio" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:480 src/Model/Event.php:456 msgid "August" msgstr "Aŭgusto" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:480 src/Model/Event.php:457 msgid "September" msgstr "Septembro" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:480 src/Model/Event.php:458 msgid "October" msgstr "Oktobro" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:480 src/Model/Event.php:459 msgid "November" msgstr "Novembro" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:480 src/Model/Event.php:460 msgid "December" msgstr "Decembro" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:495 src/Model/Event.php:422 msgid "Mon" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:495 src/Model/Event.php:423 msgid "Tue" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:495 src/Model/Event.php:424 msgid "Wed" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:495 src/Model/Event.php:425 msgid "Thu" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:495 src/Model/Event.php:426 msgid "Fri" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:495 src/Model/Event.php:427 msgid "Sat" msgstr "" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:495 src/Model/Event.php:421 msgid "Sun" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:499 src/Model/Event.php:437 msgid "Jan" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:499 src/Model/Event.php:438 msgid "Feb" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:499 src/Model/Event.php:439 msgid "Mar" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:499 src/Model/Event.php:440 msgid "Apr" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:499 src/Model/Event.php:442 msgid "Jun" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:499 src/Model/Event.php:443 msgid "Jul" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:499 src/Model/Event.php:444 msgid "Aug" msgstr "" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:499 msgid "Sep" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:499 src/Model/Event.php:446 msgid "Oct" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:499 src/Model/Event.php:447 msgid "Nov" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:499 src/Model/Event.php:448 msgid "Dec" msgstr "" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2766,22 +3032,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Malsukcesis ĝisdatigi %s. Vidu la protokolojn." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2791,16 +3057,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2812,28 +3078,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2841,20 +3107,20 @@ msgid "" "%s\n" msgstr "" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "" @@ -2885,82 +3151,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:543 +msgid "Everybody" +msgstr "Ĉiuj" + +#: src/Model/Circle.php:562 +msgid "edit" +msgstr "redakti" + +#: src/Model/Circle.php:599 +msgid "add" +msgstr "aldoni" + +#: src/Model/Circle.php:604 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:605 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:607 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:608 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:609 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1240 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Aprobi" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1694 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1660 -msgid "Forum" +#: src/Model/Contact.php:1702 +msgid "Group" msgstr "" -#: src/Model/Contact.php:2942 +#: src/Model/Contact.php:3005 msgid "Disallowed profile URL." msgstr "Malpermesita adreso de profilo." -#: src/Model/Contact.php:2947 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3010 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3015 msgid "Connect URL missing." msgstr "Ne ekzistas URL adreso por konekti." -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3024 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2979 +#: src/Model/Contact.php:3042 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:2996 +#: src/Model/Contact.php:3059 msgid "The profile address specified does not provide adequate information." msgstr "La specifita profiladreso ne enhavas sufiĉe da informoj." -#: src/Model/Contact.php:2998 +#: src/Model/Contact.php:3061 msgid "No compatible communication protocols or feeds were discovered." msgstr "Ne malkovris kongruajn protokolojn por komunikado aŭ fluojn." -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3064 msgid "An author or name was not found." msgstr "Ne trovis aŭtoron aŭ nomon." -#: src/Model/Contact.php:3004 +#: src/Model/Contact.php:3067 msgid "No browser URL could be matched to this address." msgstr "Neniu retuma URL adreso kongruas al la adreso." -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3070 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Ne eblas kongrui @-stilan identecon adreson al iu konata protokolo au retpoŝtadreso." -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3071 msgid "Use mailto: in front of address to force email check." msgstr "Uzu mailto: antaŭ la adreso por devigi la testadon per retpoŝto." -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3077 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Tiu profila adreso apartenas al retejo kiu estas maŝaltita je ĉi tiu retejo." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3082 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Profilo limigata. Ĉi persono ne eblos ricevi rektajn/personajn atentigojn de vi. " -#: src/Model/Contact.php:3084 +#: src/Model/Contact.php:3148 msgid "Unable to retrieve contact information." msgstr "Ne eblas ricevi kontaktinformojn." @@ -2968,54 +3274,54 @@ msgstr "Ne eblas ricevi kontaktinformojn." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Ekas:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Finas:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:245 src/Util/Temporal.php:353 msgid "month" msgstr "monato" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:246 src/Util/Temporal.php:354 msgid "week" msgstr "semajno" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:247 src/Util/Temporal.php:355 msgid "day" msgstr "tago" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Atingo al ĉi tio profilo estas limitigita" -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3047,210 +3353,166 @@ msgstr "" msgid "g:i A" msgstr "" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Naskiĝtago de %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Feliĉan Naskiĝtagon al %s" -#: src/Model/Group.php:105 -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 "Revivigis malnovan grupon kun la sama nomo. Permesoj por estantaj elementoj eble estas validaj por la grupo kaj estontaj membroj. Se tiu ne estas kiun vi atendis, bonvolu krei alian grupon kun alia nomo." - -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Defaŭlta privateca grupo por novaj kontaktoj" - -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Ĉiuj" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "redakti" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "aldoni" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Redakti grupon" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Kontaktoj en neniu grupo" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Krei novan grupon" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nomo de la grupo:" - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "" - -#: src/Model/Item.php:2001 +#: src/Model/Item.php:2062 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2904 +#: src/Model/Item.php:3007 msgid "activity" msgstr "aktiveco" -#: src/Model/Item.php:2906 +#: src/Model/Item.php:3009 msgid "comment" msgstr "" -#: src/Model/Item.php:2909 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3012 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "afiŝo" -#: src/Model/Item.php:3059 +#: src/Model/Item.php:3182 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3061 +#: src/Model/Item.php:3184 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3063 +#: src/Model/Item.php:3186 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3067 +#: src/Model/Item.php:3190 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3485 +#: src/Model/Item.php:3652 msgid "bytes" msgstr "bajtoj" -#: src/Model/Item.php:3516 +#: src/Model/Item.php:3683 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3518 +#: src/Model/Item.php:3685 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3523 +#: src/Model/Item.php:3690 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3525 +#: src/Model/Item.php:3692 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3527 +#: src/Model/Item.php:3694 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3561 src/Model/Item.php:3562 +#: src/Model/Item.php:3728 src/Model/Item.php:3729 msgid "View on separate page" msgstr "" -#: src/Model/Mail.php:136 src/Model/Mail.php:264 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[neniu temo]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:198 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Muraj Bildoj" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Redakti profilon" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:361 msgid "Change profile photo" msgstr "Ŝanĝi profilbildon" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:374 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Hejmpaĝo:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:386 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Pri:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:465 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:472 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:509 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:573 src/Model/Profile.php:662 msgid "[today]" msgstr "[hodiaŭ]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:582 msgid "Birthday Reminders" msgstr "Memorigilo pri naskiĝtagoj" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:583 msgid "Birthdays this week:" msgstr "Naskiĝtagoj ĉi-semajne:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:611 msgid "g A l F d" msgstr "\\j\\e \\l\\a G\\a \\h\\o\\r\\o, l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:649 msgid "[No description]" msgstr "[Neniu priskribo]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:675 msgid "Event Reminders" msgstr "Memorigilo pri Okazoj" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:676 msgid "Upcoming events the next 7 days:" msgstr "" @@ -3299,7 +3561,8 @@ msgstr "Malŝatoj:" msgid "Title/Description:" msgstr "Titolo/Priskribo:" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Resumo" @@ -3340,145 +3603,145 @@ msgstr "Lernejo/eduko" msgid "Contact information and Social Networks" msgstr "Kontaktaj informoj kaj Interkonaj Retejoj" -#: src/Model/User.php:213 src/Model/User.php:1119 +#: src/Model/User.php:227 src/Model/User.php:1186 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "GRAVA ERARO: La generacio de sekurecaj ĉifroŝlosiloj malsukcesis." -#: src/Model/User.php:571 src/Model/User.php:604 +#: src/Model/User.php:620 src/Model/User.php:653 msgid "Login failed" msgstr "" -#: src/Model/User.php:636 +#: src/Model/User.php:685 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:753 +#: src/Model/User.php:806 msgid "Password can't be empty" msgstr "" -#: src/Model/User.php:795 +#: src/Model/User.php:848 msgid "Empty passwords are not allowed." msgstr "" -#: src/Model/User.php:799 +#: src/Model/User.php:852 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:803 +#: src/Model/User.php:856 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:807 +#: src/Model/User.php:860 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1002 +#: src/Model/User.php:1069 msgid "Passwords do not match. Password unchanged." msgstr "La pasvortoj ne estas egala. Pasvorto ne ŝanĝita." -#: src/Model/User.php:1009 +#: src/Model/User.php:1076 msgid "An invitation is required." msgstr "Invio bezonata." -#: src/Model/User.php:1013 +#: src/Model/User.php:1080 msgid "Invitation could not be verified." msgstr "Ne povis kontroli la inviton." -#: src/Model/User.php:1021 +#: src/Model/User.php:1088 msgid "Invalid OpenID url" msgstr "Nevalida OpenID adreso" -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Okazis problemo ensalutinta kun via OpenID. Bonvolu kontroli la ID." -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "La erarmesaĝo estis:" -#: src/Model/User.php:1040 +#: src/Model/User.php:1107 msgid "Please enter the required information." msgstr "Bonvolu entajpi la bezonatajn informojn." -#: src/Model/User.php:1054 +#: src/Model/User.php:1121 #, 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:1061 +#: src/Model/User.php:1128 #, 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:1065 +#: src/Model/User.php:1132 #, 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:1073 +#: src/Model/User.php:1140 msgid "That doesn't appear to be your full (First Last) name." msgstr "Tio ŝajne ne estas via plena (persona, familia) nomo." -#: src/Model/User.php:1078 +#: src/Model/User.php:1145 msgid "Your email domain is not among those allowed on this site." msgstr "Via retpoŝtodomajno ne estas permesita ĉi tie." -#: src/Model/User.php:1082 +#: src/Model/User.php:1149 msgid "Not a valid email address." msgstr "Nevalida retpoŝtadreso." -#: src/Model/User.php:1085 +#: src/Model/User.php:1152 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1089 src/Model/User.php:1095 +#: src/Model/User.php:1156 src/Model/User.php:1162 msgid "Cannot use that email." msgstr "Neuzebla retpoŝtadreso." -#: src/Model/User.php:1101 +#: src/Model/User.php:1168 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1109 src/Model/User.php:1166 +#: src/Model/User.php:1176 src/Model/User.php:1233 msgid "Nickname is already registered. Please choose another." msgstr "Tio kaŝnomo jam estas registrita. Bonvolu elekti alian." -#: src/Model/User.php:1153 src/Model/User.php:1157 +#: src/Model/User.php:1220 src/Model/User.php:1224 msgid "An error occurred during registration. Please try again." msgstr "Eraro okazis dum registrado. Bonvolu provi denove." -#: src/Model/User.php:1180 +#: src/Model/User.php:1247 msgid "An error occurred creating your default profile. Please try again." msgstr "Eraro okazi dum kreado de via defaŭlta profilo. Bonvolu provi denove." -#: src/Model/User.php:1187 +#: src/Model/User.php:1254 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1192 +#: src/Model/User.php:1259 msgid "Friends" msgstr "Amikoj" -#: src/Model/User.php:1196 +#: src/Model/User.php:1263 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1235 +#: src/Model/User.php:1307 msgid "Profile Photos" msgstr "Profilbildoj" -#: src/Model/User.php:1428 +#: src/Model/User.php:1487 #, php-format msgid "" "\n" @@ -3486,7 +3749,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1431 +#: src/Model/User.php:1490 #, php-format msgid "" "\n" @@ -3518,12 +3781,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1464 src/Model/User.php:1571 +#: src/Model/User.php:1523 src/Model/User.php:1630 #, php-format msgid "Registration details for %s" msgstr "Detaloj de la registrado por %s" -#: src/Model/User.php:1484 +#: src/Model/User.php:1543 #, php-format msgid "" "\n" @@ -3538,12 +3801,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1503 +#: src/Model/User.php:1562 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1527 +#: src/Model/User.php:1586 #, php-format msgid "" "\n" @@ -3552,7 +3815,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1535 +#: src/Model/User.php:1594 #, php-format msgid "" "\n" @@ -3609,10 +3872,10 @@ msgid "Enable" msgstr "Ŝalti" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:207 -#: src/Module/Admin/Logs/Settings.php:79 src/Module/Admin/Logs/View.php:84 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:389 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3622,7 +3885,7 @@ msgstr "Administrado" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:132 msgid "Addons" msgstr "" @@ -3631,13 +3894,13 @@ msgstr "" msgid "Toggle" msgstr "Ŝalti/Malŝalti" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Aŭtoro: " -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Prizorganto: " @@ -3650,13 +3913,13 @@ msgstr "" msgid "Addon %s failed to install." msgstr "" -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:81 src/Module/Admin/Site.php:392 +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 -#: src/Module/Settings/Connectors.php:158 -#: src/Module/Settings/Connectors.php:243 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:260 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "" @@ -3665,7 +3928,7 @@ msgstr "" msgid "Reload active addons" msgstr "" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -3707,28 +3970,28 @@ msgstr "Ĝisdatigo %s ne liveris elirstaton. " msgid "There was no additional update function %s that needed to be called." msgstr "" -#: src/Module/Admin/DBSync.php:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "Neniom da malsukcesaj ĝisdatigoj." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Malsukcesaj Ĝisdatigoj" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Ne inkluzivas ĝisdatigojn antaŭ 1139, kiuj ne liveris elirstaton." -#: src/Module/Admin/DBSync.php:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "Marki sukcesa (se la ĝisdatigo estas instalita mane)" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "Provi automate plenumi ĉi tian paŝon de la ĝisdatigo." @@ -3737,79 +4000,81 @@ msgstr "Provi automate plenumi ĉi tian paŝon de la ĝisdatigo." msgid "Lock feature %s" msgstr "" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "" -#: src/Module/Admin/Federation.php:73 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Alia" -#: src/Module/Admin/Federation.php:147 src/Module/Admin/Federation.php:396 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:181 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:202 +#: src/Module/Admin/Federation.php:209 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:208 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:212 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3827,46 +4092,53 @@ msgstr[1] "" msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/Admin/Logs/Settings.php:71 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:73 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:102 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 #: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Protokoloj" -#: src/Module/Admin/Logs/Settings.php:82 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Forviŝi" -#: src/Module/Admin/Logs/Settings.php:86 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Protokolo" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:92 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Devas esti skribebla de la retservilo. Relativa al via plej supra Friendica dosierujo." -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Protokolnivelo" -#: src/Module/Admin/Logs/Settings.php:90 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -3889,77 +4161,77 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:104 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "" -#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Admin/Logs/View.php:87 msgid "Search in logs" msgstr "" -#: src/Module/Admin/Logs/View.php:89 +#: src/Module/Admin/Logs/View.php:88 #: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "" -#: src/Module/Admin/Logs/View.php:90 +#: src/Module/Admin/Logs/View.php:89 msgid "Date" msgstr "" -#: src/Module/Admin/Logs/View.php:91 +#: src/Module/Admin/Logs/View.php:90 msgid "Level" msgstr "" -#: src/Module/Admin/Logs/View.php:92 +#: src/Module/Admin/Logs/View.php:91 msgid "Context" msgstr "" -#: src/Module/Admin/Logs/View.php:94 +#: src/Module/Admin/Logs/View.php:93 msgid "ALL" msgstr "" -#: src/Module/Admin/Logs/View.php:95 +#: src/Module/Admin/Logs/View.php:94 msgid "View details" msgstr "" -#: src/Module/Admin/Logs/View.php:96 +#: src/Module/Admin/Logs/View.php:95 msgid "Click to view details" msgstr "" -#: src/Module/Admin/Logs/View.php:97 src/Module/Calendar/Event/Form.php:207 +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" msgstr "Detaloj de okazo" -#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" -#: src/Module/Admin/Logs/View.php:99 +#: src/Module/Admin/Logs/View.php:98 #: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "" -#: src/Module/Admin/Logs/View.php:100 +#: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" -#: src/Module/Admin/Logs/View.php:101 +#: src/Module/Admin/Logs/View.php:100 msgid "Line" msgstr "" -#: src/Module/Admin/Logs/View.php:102 +#: src/Module/Admin/Logs/View.php:101 msgid "Function" msgstr "" -#: src/Module/Admin/Logs/View.php:103 +#: src/Module/Admin/Logs/View.php:102 msgid "UID" msgstr "" -#: src/Module/Admin/Logs/View.php:104 +#: src/Module/Admin/Logs/View.php:103 msgid "Process ID" msgstr "" -#: src/Module/Admin/Logs/View.php:105 +#: src/Module/Admin/Logs/View.php:104 msgid "Close" msgstr "" @@ -3995,7 +4267,8 @@ msgstr "" msgid "Job Parameters" msgstr "" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:75 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "" @@ -4003,269 +4276,269 @@ msgstr "" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:207 +#: src/Module/Admin/Site.php:212 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:304 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:178 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:321 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:188 #, php-format msgid "%s - (Experimental)" msgstr "" -#: src/Module/Admin/Site.php:333 +#: src/Module/Admin/Site.php:342 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:334 +#: src/Module/Admin/Site.php:343 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:335 +#: src/Module/Admin/Site.php:344 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:336 +#: src/Module/Admin/Site.php:345 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:337 +#: src/Module/Admin/Site.php:346 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:352 msgid "Multi user instance" msgstr "" -#: src/Module/Admin/Site.php:366 +#: src/Module/Admin/Site.php:375 msgid "Closed" msgstr "Ferma" -#: src/Module/Admin/Site.php:367 +#: src/Module/Admin/Site.php:376 msgid "Requires approval" msgstr "Bezonas aprobon" -#: src/Module/Admin/Site.php:368 +#: src/Module/Admin/Site.php:377 msgid "Open" msgstr "Malferma" -#: src/Module/Admin/Site.php:372 +#: src/Module/Admin/Site.php:381 msgid "Don't check" msgstr "" -#: src/Module/Admin/Site.php:373 +#: src/Module/Admin/Site.php:382 msgid "check the stable version" msgstr "" -#: src/Module/Admin/Site.php:374 +#: src/Module/Admin/Site.php:383 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:378 +#: src/Module/Admin/Site.php:387 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:379 +#: src/Module/Admin/Site.php:388 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:380 +#: src/Module/Admin/Site.php:389 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:390 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Retejo" -#: src/Module/Admin/Site.php:391 +#: src/Module/Admin/Site.php:400 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:393 +#: src/Module/Admin/Site.php:402 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:394 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 msgid "Registration" msgstr "Registrado" -#: src/Module/Admin/Site.php:395 +#: src/Module/Admin/Site.php:404 msgid "File upload" msgstr "Alŝuto" -#: src/Module/Admin/Site.php:396 +#: src/Module/Admin/Site.php:405 msgid "Policies" msgstr "Politiko" -#: src/Module/Admin/Site.php:397 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:517 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Altnivela" -#: src/Module/Admin/Site.php:398 +#: src/Module/Admin/Site.php:407 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:399 +#: src/Module/Admin/Site.php:408 msgid "Performance" msgstr "" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:409 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:401 +#: src/Module/Admin/Site.php:410 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:411 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:403 +#: src/Module/Admin/Site.php:412 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:413 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:406 +#: src/Module/Admin/Site.php:415 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:416 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:417 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:420 msgid "Site name" msgstr "Nomo de retejo" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "Sender Email" msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:423 msgid "Banner/Logo" msgstr "Emblemo" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:424 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Shortcut icon" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 msgid "Additional Info" msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 msgid "System language" msgstr "Sistema lingvo" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 msgid "System theme" msgstr "Sistema etoso" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Mobile system theme" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "Force SSL" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 msgid "Maximum image size" msgstr "Maksimuma bildgrando" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4273,181 +4546,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 msgid "Maximum image length" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 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:432 +#: src/Module/Admin/Site.php:440 msgid "JPEG image quality" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:440 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:434 +#: src/Module/Admin/Site.php:442 msgid "Register policy" msgstr "Interkonsento pri registrado" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:443 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:443 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:444 msgid "Maximum Daily Registrations" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:444 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:436 +#: src/Module/Admin/Site.php:445 msgid "Register text" msgstr "Interkonsento teksto" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:445 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 msgid "Forbidden Nicknames" msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 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:438 +#: src/Module/Admin/Site.php:447 msgid "Accounts abandoned after x days" msgstr "Kontoj forlasitaj post x tagoj" -#: src/Module/Admin/Site.php:438 +#: src/Module/Admin/Site.php:447 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Mi ne malŝparu energion por enketi aliajn retejojn pri forlasitaj kontoj. Entajpu 0 por ne uzi templimo." -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 msgid "Allowed friend domains" msgstr "Permesitaj amikaj domainoj" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Perkome disigita listo da domajnoj kiuj rajtas konstrui amikecojn kun ĉi tiu retejo. Ĵokeroj eblas. Malplena por rajtigi ĉiujn ajn domajnojn." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:449 msgid "Allowed email domains" msgstr "Permesitaj retpoŝtaj domajnoj" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:449 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 "Perkome disigita listo da domajnoj kiuj uzeblas kiel retpoŝtaj adresoj en novaj registradoj. Ĵokeroj eblas. Malplena por rajtigi ĉiujn ajn domajnojn." -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:450 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:450 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 msgid "Block public" msgstr "Bloki publike" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Elektu por bloki publikan atingon al ĉiuj alie publikajn paĝojn en ĉi tiu retejo kiam vi ne estas ensalutita." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "Force publish" msgstr "Devigi publikigon" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Elektu por devigi la registradon en la loka katalogo al ĉiuj profiloj en ĉi tiu retejo." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 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:446 +#: src/Module/Admin/Site.php:455 msgid "Private posts by default for new users" msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:455 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." +"circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 msgid "Don't include post content in email notifications" msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 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:448 +#: src/Module/Admin/Site.php:457 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:457 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 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 " @@ -4455,11 +4740,11 @@ msgid "" "while." msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 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 " @@ -4468,267 +4753,267 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 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:454 +#: src/Module/Admin/Site.php:463 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:463 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "Enable Fullname check" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "" "Enable check to only allow users to register with a space between the first " "name and the last name in their full name." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:471 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:474 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "Enable Diaspora support" msgstr "Ŝalti subtenon por Diaspora" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 msgid "Verify SSL" msgstr "Kontroli SSL" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 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 "Se vi deziras, vi povas aktivigi severan kontroladon de SSL atestiloj. Pro tio, vie (tute) ne eblos konekti al SSL retejoj kun memsubskribitaj atestiloj." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:477 msgid "Proxy user" msgstr "Uzantnomo por retperanto" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:477 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "Proxy URL" msgstr "URL adreso de retperanto" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Network timeout" msgstr "Reta tempolimo" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valoro en sekundoj. Uzu 0 por mallimitigi (ne rekomendata)." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 msgid "Maximum Load Average" msgstr "Maksimuma Meza Sistemŝargo" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:485 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:486 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:487 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Days between requery" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "" "Periodically query other servers for contacts. The system queries Friendica," " Mastodon and Hubzilla servers." msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 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:486 +#: src/Module/Admin/Site.php:495 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:495 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 " @@ -4736,50 +5021,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 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:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 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:492 +#: src/Module/Admin/Site.php:501 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:501 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4787,144 +5072,144 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 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:494 +#: src/Module/Admin/Site.php:503 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:494 +#: src/Module/Admin/Site.php:503 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 msgid "Temp path" msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 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:497 +#: src/Module/Admin/Site.php:506 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:506 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:498 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:507 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:507 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 #, 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:501 +#: src/Module/Admin/Site.php:510 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:510 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:503 +#: src/Module/Admin/Site.php:512 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:512 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 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:504 src/Module/Contact/Profile.php:287 +#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:309 #: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 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:510 +#: src/Module/Admin/Site.php:519 msgid "Start Relocation" msgstr "" @@ -4970,7 +5255,13 @@ msgstr "" msgid "This backend doesn't have custom settings" msgstr "" -#: src/Module/Admin/Storage.php:149 +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "" @@ -5074,51 +5365,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Mesaĝvicoj" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versio" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "" @@ -5158,16 +5438,16 @@ msgstr "" msgid "Reload active themes" msgstr "" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: src/Module/Admin/Themes/Index.php:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "[Eksperimenta]" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "[Nesubtenata]" @@ -5271,11 +5551,11 @@ msgstr "Elemento ne trovita." msgid "Please login to continue." msgstr "Bonvolu ensaluti por pluigi." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5285,11 +5565,11 @@ msgstr "" msgid "Overview" msgstr "" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "" @@ -5309,7 +5589,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "" @@ -5337,23 +5617,23 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Uzantaj registradoj atendante konfirmon" -#: src/Module/BaseApi.php:266 src/Module/BaseApi.php:282 -#: src/Module/BaseApi.php:298 +#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 +#: src/Module/BaseApi.php:483 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:267 +#: src/Module/BaseApi.php:452 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:283 +#: src/Module/BaseApi.php:468 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5361,7 +5641,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:299 +#: src/Module/BaseApi.php:484 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5369,32 +5649,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Uzantoj" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:479 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 msgid "Profile Details" msgstr "Profildetaloj" @@ -5406,7 +5700,7 @@ msgstr "" msgid "Only You Can See This" msgstr "Nur Vi Povas Vidi Tiun" -#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" @@ -5418,50 +5712,67 @@ msgstr "" msgid "Tips for New Members" msgstr "Konsilo por novaj membroj" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" +msgid "Group Search - %s" msgstr "" -#: src/Module/BaseSearch.php:119 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Nenio estas trovita" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Konto" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 #: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:202 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:139 src/Module/Settings/Delegation.php:172 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:146 msgid "Connected apps" msgstr "Konektitaj programoj" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:153 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:160 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Eksporto" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:167 msgid "Remove account" msgstr "Forigi konton" @@ -5581,10 +5892,113 @@ msgstr "" msgid "Create New Event" msgstr "Krei novan okazon" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:248 msgid "list" msgstr "" +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Kontakto ne trovita." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:232 +msgid "Invalid contact." +msgstr "Nevalida kontakto." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Anoj" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Klaku kontakton por aldoni aŭ forviŝi." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + #: src/Module/Contact.php:97 #, php-format msgid "%d contact edited." @@ -5592,159 +6006,146 @@ msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:342 +#: src/Module/Contact.php:348 msgid "Show all contacts" msgstr "Montri ĉiujn kontaktojn" -#: src/Module/Contact.php:347 src/Module/Contact.php:415 +#: src/Module/Contact.php:353 src/Module/Contact.php:432 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "" -#: src/Module/Contact.php:350 +#: src/Module/Contact.php:356 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:355 src/Module/Contact.php:416 +#: src/Module/Contact.php:361 src/Module/Contact.php:435 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Blokita" -#: src/Module/Contact.php:358 +#: src/Module/Contact.php:364 msgid "Only show blocked contacts" msgstr "Nur montri blokitajn kontaktojn" -#: src/Module/Contact.php:363 src/Module/Contact.php:418 -#: src/Object/Post.php:344 +#: src/Module/Contact.php:369 src/Module/Contact.php:441 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:368 msgid "Ignored" msgstr "Ignorita" -#: src/Module/Contact.php:366 +#: src/Module/Contact.php:372 msgid "Only show ignored contacts" msgstr "Nur montri ignoritajn kontaktojn" -#: src/Module/Contact.php:371 src/Module/Contact.php:419 +#: src/Module/Contact.php:377 src/Module/Contact.php:444 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:380 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:379 src/Module/Contact.php:420 +#: src/Module/Contact.php:385 src/Module/Contact.php:447 msgid "Archived" msgstr "Enarkivigita" -#: src/Module/Contact.php:382 +#: src/Module/Contact.php:388 msgid "Only show archived contacts" msgstr "Nur montri enarkivigitajn kontaktojn" -#: src/Module/Contact.php:387 src/Module/Contact.php:417 +#: src/Module/Contact.php:393 src/Module/Contact.php:438 msgid "Hidden" msgstr "Kaŝita" -#: src/Module/Contact.php:390 +#: src/Module/Contact.php:396 msgid "Only show hidden contacts" msgstr "Nur montri kaŝitajn kontaktojn" -#: src/Module/Contact.php:398 -msgid "Organize your contact groups" +#: src/Module/Contact.php:404 +msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:431 +#: src/Module/Contact.php:459 msgid "Search your contacts" msgstr "Serĉi viajn kontaktojn" -#: src/Module/Contact.php:432 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:467 msgid "Update" msgstr "Ĝisdatigi" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:478 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Malbloki" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:486 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Malignori" -#: src/Module/Contact.php:442 src/Module/Contact/Profile.php:494 +#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:444 +#: src/Module/Contact.php:472 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:487 +#: src/Module/Contact.php:515 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:492 +#: src/Module/Contact.php:520 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:523 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:531 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:539 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:550 msgid "Advanced Contact Settings" msgstr "Specialaj Kontaktagordoj" -#: src/Module/Contact.php:556 +#: src/Module/Contact.php:586 msgid "Mutual Friendship" msgstr "Reciproka amikeco" -#: src/Module/Contact.php:560 +#: src/Module/Contact.php:590 msgid "is a fan of yours" msgstr "estas admiranto de vi" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:594 msgid "you are a fan of" msgstr "vi estas admiranto de" -#: src/Module/Contact.php:582 +#: src/Module/Contact.php:612 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:584 +#: src/Module/Contact.php:614 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:597 src/Module/Contact/Profile.php:347 +#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Viziti la profilon de %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Kontakto ne trovita." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Ĝisdatigo de kontakto malsukcesis." @@ -5755,13 +6156,14 @@ msgstr "Reen al kontakta redaktilo" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 -#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:73 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 msgid "Name" msgstr "Nomo" @@ -5781,11 +6183,6 @@ msgstr "Adreso de fluo" msgid "New photo from this URL" msgstr "Nova bildo el tiu adreso" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Nevalida kontakto." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5794,28 +6191,28 @@ msgstr "" msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:132 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:135 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:138 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:140 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" @@ -5834,15 +6231,15 @@ msgid "" "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:146 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Follow.php:69 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:165 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5851,71 +6248,72 @@ msgstr[1] "" msgid "Access denied." msgstr "Atingo nepermesita." -#: src/Module/Contact/Follow.php:104 src/Module/Contact/Unfollow.php:125 +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 #: src/Module/Profile/RemoteFollow.php:133 msgid "Submit Request" msgstr "Sendi peton" -#: src/Module/Contact/Follow.php:114 +#: src/Module/Contact/Follow.php:115 msgid "You already added this contact." msgstr "" -#: src/Module/Contact/Follow.php:129 +#: src/Module/Contact/Follow.php:130 msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:137 +#: src/Module/Contact/Follow.php:138 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:142 +#: src/Module/Contact/Follow.php:143 msgid "OStatus support is disabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:167 src/Module/Profile/RemoteFollow.php:132 +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 msgid "Please answer the following:" msgstr "Bonvolu respondi:" -#: src/Module/Contact/Follow.php:168 src/Module/Contact/Unfollow.php:123 +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 msgid "Your Identity Address:" msgstr "Via identeca adreso:" -#: src/Module/Contact/Follow.php:169 src/Module/Contact/Profile.php:376 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:388 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" msgstr "Markoj:" -#: src/Module/Contact/Follow.php:181 +#: src/Module/Contact/Follow.php:182 #, php-format msgid "%s knows you" msgstr "" -#: src/Module/Contact/Follow.php:182 +#: src/Module/Contact/Follow.php:183 msgid "Add a personal note:" msgstr "Aldoni personan noton:" -#: src/Module/Contact/Follow.php:191 src/Module/Contact/Unfollow.php:138 +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Follow.php:220 +#: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." msgstr "" #: src/Module/Contact/MatchInterests.php:94 -#: src/Module/Media/Attachment/Upload.php:79 -#: src/Module/Media/Attachment/Upload.php:84 -#: src/Module/Media/Photo/Upload.php:83 src/Module/Media/Photo/Upload.php:88 -#: src/Module/Media/Photo/Upload.php:137 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "" @@ -5927,248 +6325,312 @@ msgstr "" msgid "Profile Match" msgstr "Kongrua profilo" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Ĝisdatigo de via kontaktrikordo malsukcesis." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakto estas malblokita." -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakto estas blokita." -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakto estas malignorita." -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakto estas ignorita." -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Vi estas reciproka amiko de %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Vi kunhavigas kun %s" -#: src/Module/Contact/Profile.php:245 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s kunhavigas kun vi" -#: src/Module/Contact/Profile.php:261 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Privataj komunikadoj ne disponeblas por ĉi tiu kontakto." -#: src/Module/Contact/Profile.php:263 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Neniam" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Ĝisdatigo malsukcesis.)" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Ĝisdatigo sukcesis.)" -#: src/Module/Contact/Profile.php:268 src/Module/Contact/Profile.php:449 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Sugesti amikojn" -#: src/Module/Contact/Profile.php:272 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Reta tipo: %s" -#: src/Module/Contact/Profile.php:277 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Mi perdis la kommunikadon kun tiu kontakto!" -#: src/Module/Contact/Profile.php:283 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "" -#: src/Module/Contact/Profile.php:285 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "" -#: src/Module/Contact/Profile.php:290 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:305 -#: src/Module/Contact/Profile.php:310 src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:301 src/Module/Contact/Profile.php:311 -#: src/Module/Contact/Profile.php:317 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:306 src/Module/Contact/Profile.php:312 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Kontaktaj informoj / Notoj" -#: src/Module/Contact/Profile.php:330 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "" -#: src/Module/Contact/Profile.php:338 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "" -#: src/Module/Contact/Profile.php:342 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "" -#: src/Module/Contact/Profile.php:344 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Redakti kontaktnotojn" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Bloki/Malbloki kontakton" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignori kontakton" -#: src/Module/Contact/Profile.php:350 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Vidi konversaciojn" -#: src/Module/Contact/Profile.php:355 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Plej ĵusa ĝisdatigo:" -#: src/Module/Contact/Profile.php:357 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Ĝisdatigi publikajn afiŝojn" -#: src/Module/Contact/Profile.php:359 src/Module/Contact/Profile.php:459 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Ĝisdatigi nun" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Nuntempe blokata" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Nuntempe ignorata" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:365 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Nuntempe enarkivigita" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Kaŝi ĉi tiun kontakton al aliaj" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Rispondoj/ŝataĵo al viaj publikaj afiŝoj eble plu estos videbla" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:389 +#: src/Module/Contact/Profile.php:415 #: src/Module/Settings/TwoFactor/Index.php:139 msgid "Actions" msgstr "" -#: src/Module/Contact/Profile.php:391 +#: src/Module/Contact/Profile.php:417 #: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 msgid "Status" msgstr "Stato" -#: src/Module/Contact/Profile.php:397 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:399 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:469 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:480 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Ŝalti/malŝalti Blokitan staton" -#: src/Module/Contact/Profile.php:488 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Ŝalti/malŝalti Ignoritan staton" -#: src/Module/Contact/Profile.php:496 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:503 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:505 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6180,10 +6642,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6231,103 +6689,55 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:121 +#: src/Module/Conversation/Community.php:125 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Nenion trovita." + +#: src/Module/Conversation/Channel.php:159 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:91 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Nenion trovita." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:179 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:195 msgid "Not available." msgstr "Ne disponebla." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Grupo ne estas trovita" +#: src/Module/Conversation/Network.php:218 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:222 #, php-format -msgid "Group: %s" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +#: src/Module/Conversation/Network.php:317 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Timeline.php:158 +msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Timeline.php:162 +msgid "Include" msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +#: src/Module/Conversation/Timeline.php:163 +msgid "Hide" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:236 -msgid "Personal" -msgstr "Propra" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Afiŝoj menciantaj vin aŭ pri vi" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:356 -msgid "Starred" -msgstr "Steligita" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Favorigitaj Afiŝoj" - #: src/Module/Credits.php:44 msgid "Credits" msgstr "" @@ -6544,7 +6954,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "" @@ -6673,138 +7083,58 @@ msgstr "Sugesti amikojn" msgid "Suggest a friend for %s" msgstr "Sugesti amikon por %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 msgid "Reason for the block" msgstr "" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Cimraportoj kaj atendindaĵo: bonvolu iri al" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Ne povas krei grupon." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Grupo ne estas trovita." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Krei grupon da kontaktoj/amikoj." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Ne eblas forviŝi grupon." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Anoj" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Grupo estas malplena" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Klaku kontakton por aldoni aŭ forviŝi." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Neniu profilo" @@ -7096,30 +7426,26 @@ msgstr "" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "" @@ -7158,37 +7484,30 @@ msgstr "Dosieroj" msgid "Upload" msgstr "Alŝuti" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Or - did you try to upload an empty file?" msgstr "" -#: src/Module/Media/Attachment/Upload.php:106 +#: src/Module/Media/Attachment/Upload.php:104 #, php-format msgid "File exceeds size limit of %s" msgstr "" -#: src/Module/Media/Attachment/Upload.php:116 +#: src/Module/Media/Attachment/Upload.php:114 msgid "File upload failed." msgstr "Alŝutado malsukcesis." -#: src/Module/Media/Photo/Upload.php:154 src/Module/Media/Photo/Upload.php:155 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 #: src/Module/Settings/Profile/Photo/Index.php:68 msgid "Unable to process image." msgstr "Ne eblas procedi la bildon." -#: src/Module/Media/Photo/Upload.php:188 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: src/Module/Media/Photo/Upload.php:206 src/Module/Profile/Photos.php:243 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 #: src/Module/Settings/Profile/Photo/Index.php:95 msgid "Image upload failed." msgstr "Alŝuto de bildo malsukcesis." @@ -7221,40 +7540,40 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 msgid "Normal Account Page" msgstr "Normala Kontopaĝo" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 msgid "Soapbox Page" msgstr "Soapbox Paĝo" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +msgid "Public Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 msgid "Automatic Friend Page" msgstr "Aŭtomata Amiko Paĝo" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" +msgid "Private Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 msgid "Personal Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 msgid "Organisation Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 msgid "News Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +msgid "Community Group" msgstr "" #: src/Module/Moderation/BaseUsers.php:130 @@ -7311,6 +7630,7 @@ msgid "Block New Remote Contact" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "" @@ -7384,6 +7704,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7666,6 +7988,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normala konto" @@ -7675,7 +8228,7 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" +msgid "Public Group Account" msgstr "" #: src/Module/Moderation/Summary.php:56 @@ -7687,7 +8240,7 @@ msgid "Blog Account" msgstr "Blogkonto" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" +msgid "Private Group Account" msgstr "" #: src/Module/Moderation/Summary.php:78 @@ -7830,19 +8383,19 @@ msgstr "" msgid "Add User" msgstr "" -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 msgid "Name of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname" msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." msgstr "" @@ -7988,11 +8541,11 @@ msgstr "Hejmrilataj atentigoj" msgid "Show unread" msgstr "" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} petis registradon" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8011,7 +8564,7 @@ msgstr "Ĉu rajtigi ĉi tiun programon por atingi viajn afiŝojn kaj kontaktojn msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8022,11 +8575,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8095,67 +8648,77 @@ msgstr "" msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:66 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:89 +#: src/Module/PermissionTooltip.php:94 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:107 +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Informoj pri fora privateca ne estas disponebla." -#: src/Module/PermissionTooltip.php:116 +#: src/Module/PermissionTooltip.php:121 msgid "Visible to:" msgstr "Videbla al:" -#: src/Module/PermissionTooltip.php:200 +#: src/Module/PermissionTooltip.php:204 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:208 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:223 +#: src/Module/PermissionTooltip.php:227 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:231 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:230 +#: src/Module/PermissionTooltip.php:234 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:233 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/PermissionTooltip.php:240 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:243 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8168,23 +8731,23 @@ msgstr "" msgid "Edit post" msgstr "Redakti afiŝon" -#: src/Module/Post/Edit.php:133 +#: src/Module/Post/Edit.php:136 msgid "web link" msgstr "TTT ligilo" -#: src/Module/Post/Edit.php:134 +#: src/Module/Post/Edit.php:137 msgid "Insert video link" msgstr "Alglui ligilon de video" -#: src/Module/Post/Edit.php:135 +#: src/Module/Post/Edit.php:138 msgid "video link" msgstr "video ligilo" -#: src/Module/Post/Edit.php:136 +#: src/Module/Post/Edit.php:139 msgid "Insert audio link" msgstr "Alglui ligilon de sono" -#: src/Module/Post/Edit.php:137 +#: src/Module/Post/Edit.php:140 msgid "audio link" msgstr "sono ligilo" @@ -8196,35 +8759,42 @@ msgstr "Forviŝi markon" msgid "Select a tag to remove: " msgstr "Elektu forviŝontan markon:" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 +#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:180 #: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Remove" msgstr "Forviŝi" -#: src/Module/Profile/Contacts.php:156 +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "Neniu kontaktojn." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1026 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1030 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1033 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:59 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "" @@ -8243,7 +8813,7 @@ msgstr "" msgid "Image file is empty." msgstr "Bilddosiero estas malplena." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Vidi albumon" @@ -8258,7 +8828,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:576 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Plena Nomo:" @@ -8279,12 +8849,12 @@ msgid "Birthday:" msgstr "Naskiĝtago:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Aĝo:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8292,12 +8862,12 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Priskribo" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" +msgid "Groups:" msgstr "" #: src/Module/Profile/Profile.php:273 @@ -8359,15 +8929,15 @@ msgid "" "content from anonymous visitors." msgstr "" -#: src/Module/Profile/Schedule.php:84 +#: src/Module/Profile/Schedule.php:83 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Remove post" msgstr "" @@ -8388,22 +8958,22 @@ msgstr "" msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "Number of daily wall messages for %s exceeded. Messaĝo malsukcesis." -#: src/Module/Profile/UnkMail.php:153 +#: src/Module/Profile/UnkMail.php:152 #, 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 "Se vi deziras ke %s respondu, bonvolu kontroli ke la privatecaj agordoj je via retejo permesas privatajn mesaĝojn de nekonataj sendantoj." -#: src/Module/Profile/UnkMail.php:161 +#: src/Module/Profile/UnkMail.php:160 msgid "To" msgstr "" -#: src/Module/Profile/UnkMail.php:162 +#: src/Module/Profile/UnkMail.php:161 msgid "Subject" msgstr "" -#: src/Module/Profile/UnkMail.php:163 +#: src/Module/Profile/UnkMail.php:162 msgid "Your message" msgstr "" @@ -8467,7 +9037,7 @@ msgstr "" msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 #: src/Module/Settings/Account.php:567 msgid "New Password:" msgstr "Nova pasvorto:" @@ -8476,7 +9046,7 @@ msgstr "Nova pasvorto:" msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:102 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 #: src/Module/Settings/Account.php:568 msgid "Confirm:" msgstr "Konfirmi:" @@ -8504,11 +9074,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -8599,45 +9169,45 @@ msgstr "" msgid "Create a New Account" msgstr "Krei Novan Konton" -#: src/Module/Security/Login.php:143 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:146 +#: src/Module/Security/Login.php:145 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:148 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "Aŭ ensaluti per OpenID:" -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Pasvorto:" -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "" -#: src/Module/Security/Login.php:172 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Ĉu vi vorgesis vian pasvorton?" -#: src/Module/Security/Login.php:175 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "" -#: src/Module/Security/Login.php:178 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "" @@ -8694,25 +9264,25 @@ msgstr "" msgid "Update Password" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Current Password:" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Your current password to confirm the changes" msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:552 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:553 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:553 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:554 msgid "Password length is limited to 72 characters." msgstr "" @@ -8836,99 +9406,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 +#: src/Module/Settings/Account.php:352 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:364 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:383 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:396 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:413 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:455 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:456 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:466 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:473 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:480 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:487 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:494 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:501 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:508 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:515 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Privata Forumo [eksperimenta]" +#: src/Module/Settings/Account.php:520 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:522 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Nedeviga) Permesi atingon al la konton al ĉi tio OpenID." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8936,18 +9506,18 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:545 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:558 msgid "Account Settings" msgstr "Kontoagordoj" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:559 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" @@ -8976,6 +9546,11 @@ msgstr "" msgid "Basic Settings" msgstr "Bazaj Agordoj" +#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + #: src/Module/Settings/Account.php:577 msgid "Email Address:" msgstr "Retpoŝtadreso:" @@ -9102,201 +9677,209 @@ msgstr "" msgid "Maximum private messages per day from unknown people:" msgstr "Taga maksimumo da privataj mesaĝoj." +#: src/Module/Settings/Account.php:596 +msgid "Default privacy circle for new contacts" +msgstr "" + #: src/Module/Settings/Account.php:597 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:598 msgid "Default Post Permissions" msgstr "Defaŭltaj permesoj por afiŝoj" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:602 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "Automatically expire posts after this many days:" msgstr "Automatike senvalidigi afiŝojn post tiom da tagoj:" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Se malplena, afiŝoj neniam senvalidiĝos. Senvalidigitajn afiŝon estos forviŝata" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:610 msgid "Notification Settings" msgstr "Agordoj pri Atentigoj" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:611 msgid "Send a notification email when:" msgstr "Sendu atentiga repoŝton se:" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:612 msgid "You receive an introduction" msgstr "Vi ricevas inviton" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:613 msgid "Your introductions are confirmed" msgstr "Viaj prezentoj estas konfirmata." -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:614 msgid "Someone writes on your profile wall" msgstr "Iu skribas je via profila muro." -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:615 msgid "Someone writes a followup comment" msgstr "Iu skribas sekvan komenton" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:616 msgid "You receive a private message" msgstr "Vi ricevas privatan mesaĝon." -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:617 msgid "You receive a friend suggestion" msgstr "Vi ricevas amikosugeston" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:618 msgid "You are tagged in a post" msgstr "Vi estas markita en afiŝon" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:620 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:621 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:622 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:623 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:624 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:625 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:626 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:627 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:633 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:634 +#: src/Module/Settings/Account.php:635 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:639 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:640 +#: src/Module/Settings/Account.php:641 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:645 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:646 +#: src/Module/Settings/Account.php:647 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:650 msgid "Advanced Account/Page Type Settings" msgstr "Detalaj Agordoj pri Tipo de Konto/Paĝo." -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:651 msgid "Change the behaviour of this account for special situations" msgstr "Agordi la teniĝon de la konto en specialaj situacioj" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:654 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:655 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:656 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:659 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:660 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:661 msgid "Resend relocate message to contacts" msgstr "" @@ -9308,73 +9891,73 @@ msgstr "" msgid "No Addon settings configured" msgstr "" -#: src/Module/Settings/Connectors.php:119 +#: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Ne sukcesis konekti al retpoŝtkonto kun la provizitaj agordoj." -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:165 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:165 #: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:167 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 msgid "OStatus (GNU Social)" msgstr "" -#: src/Module/Settings/Connectors.php:180 +#: src/Module/Settings/Connectors.php:182 msgid "Email access is disabled on this site." msgstr "Retpoŝta atingo ne disponeblas ĉi tie." -#: src/Module/Settings/Connectors.php:195 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 msgid "None" msgstr "Nenio" -#: src/Module/Settings/Connectors.php:207 +#: src/Module/Settings/Connectors.php:209 msgid "General Social Media Settings" msgstr "" -#: src/Module/Settings/Connectors.php:210 +#: src/Module/Settings/Connectors.php:212 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:212 +#: src/Module/Settings/Connectors.php:214 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:214 +#: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:215 +#: src/Module/Settings/Connectors.php:217 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:216 +#: src/Module/Settings/Connectors.php:218 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "Enable Content Warning" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning" " field which collapse their post by default. This enables the automatic " @@ -9382,499 +9965,531 @@ msgid "" " affect any other content filtering you eventually set up." msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "Enable intelligent shortening" msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character " "limit." msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" " share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "" "When activated, the \"spoiler_text\" field in the API will be used for the " "title on standalone posts. When deactivated it will be used for spoiler " "text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:227 msgid "" "If you enter your old account name from an ActivityPub based system or your " "GNU Social/Statusnet account name here (in the format user@domain.tld), your" " contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:229 msgid "Repair OStatus subscriptions" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:233 msgid "Email/Mailbox Setup" msgstr "Agordoj pri Retpoŝto" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:234 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Se vi volas uzi ĉi tiun servon por komuniki per retpoŝto (nedeviga), bonvolu specifi kiel konekti al vian retpoŝtkonton." -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:235 msgid "Last successful email check:" msgstr "Plej ĵusa sukcesa kontrolo de poŝto:" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:237 msgid "IMAP server name:" msgstr "Nomo de IMAP servilo:" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:238 msgid "IMAP port:" msgstr "Numero de IMAP pordo:" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:239 msgid "Security:" msgstr "Sekureco:" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:240 msgid "Email login name:" msgstr "Retpoŝta salutnomo:" -#: src/Module/Settings/Connectors.php:238 +#: src/Module/Settings/Connectors.php:241 msgid "Email password:" msgstr "Retpoŝta pasvorto:" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:242 msgid "Reply-to address:" msgstr "Responda adreso (Reply-to):" -#: src/Module/Settings/Connectors.php:240 +#: src/Module/Settings/Connectors.php:243 msgid "Send public posts to all email contacts:" msgstr "Sendu publikajn afiŝojn al ĉiuj retpoŝtkontaktoj:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Action after import:" msgstr "Ago post la importado:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Move to folder" msgstr "Movi al dosierujo" -#: src/Module/Settings/Connectors.php:242 +#: src/Module/Settings/Connectors.php:245 msgid "Move to folder:" msgstr "Movi al dosierujo:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:54 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:56 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:60 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:82 +#: src/Module/Settings/Delegation.php:104 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:96 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:144 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:155 +#: src/Module/Settings/Delegation.php:166 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:163 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:164 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:165 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:169 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:171 +#: src/Module/Settings/Delegation.php:173 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:175 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 "Delegitoj povas administri ĉiujn ecojn de la konto/paĝo, escepte bazaj kontoagordoj. Bonvolu ne delegitigi vian personan konton al iu al kiu vi ne plene fidas." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:176 msgid "Existing Page Delegates" msgstr "Estantaj Delegitoj de la Paĝo" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:178 msgid "Potential Delegates" msgstr "Eblaj Delegitoj" -#: src/Module/Settings/Delegation.php:179 +#: src/Module/Settings/Delegation.php:181 msgid "Add" msgstr "Aldoni" -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:182 msgid "No entries." msgstr "Neniom da afiŝoj." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:146 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:186 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:221 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:222 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:223 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:224 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:259 msgid "Display Settings" msgstr "Ekranagordoj" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:261 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:262 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:263 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:264 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Agordoj pri la etoso" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:265 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:272 msgid "Display Theme:" msgstr "Vidiga etoso:" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:273 msgid "Mobile Theme:" msgstr "" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:276 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:262 src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:276 src/Module/Settings/Display.php:277 msgid "Maximum of 100 items" msgstr "Maksimume 100 eroj" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:277 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Update browser every xx seconds" msgstr "Ĝisdatigu retesplorilon ĉiu xxx sekundoj" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:287 +msgid "Timelines for the network page:" +msgstr "" + +#: src/Module/Settings/Display.php:287 +msgid "Select all the timelines that you want to see on your network page." +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:290 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:274 +#: src/Module/Settings/Display.php:291 msgid "Default calendar view:" msgstr "" +#: src/Module/Settings/Display.php:300 src/Module/Settings/Display.php:308 +#: src/Module/Settings/Display.php:312 +#, php-format +msgid "%s: %s" +msgstr "" + #: src/Module/Settings/Features.php:74 msgid "Additional Features" msgstr "" -#: src/Module/Settings/OAuth.php:72 +#: src/Module/Settings/OAuth.php:71 msgid "Connected Apps" msgstr "Konektitaj Programoj" -#: src/Module/Settings/OAuth.php:76 +#: src/Module/Settings/OAuth.php:75 msgid "Remove authorization" msgstr "Forviŝi rajtigon" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Nomo de profilo estas bezonata." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klaku por malfermi/fermi)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:219 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Redakti Detalojn de Profilo" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Loko" -#: src/Module/Settings/Profile/Index.php:239 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Diversaj" -#: src/Module/Settings/Profile/Index.php:240 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Alŝuti profilbildon" -#: src/Module/Settings/Profile/Index.php:246 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Street Address:" -msgstr "Adreso:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Locality/City:" -msgstr "Urbo:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Region/State:" -msgstr "Ŝtato:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Postal/Zip Code:" -msgstr "Poŝtkodo:" - -#: src/Module/Settings/Profile/Index.php:253 -msgid "Country:" -msgstr "Lando:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Homepage URL:" -msgstr "Adreso de Hejmpaĝo:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Public Keywords:" -msgstr "Publikaj ŝlosilvortoj:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Por sugesti amikoj. Videbla al aliaj.)" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "Private Keywords:" -msgstr "Privataj ŝlosilvortoj:" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Por serĉi profilojn. Neniam videbla al aliaj.)" - -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Adreso:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Urbo:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Ŝtato:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Poŝtkodo:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Lando:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Adreso de Hejmpaĝo:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Publikaj ŝlosilvortoj:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Por sugesti amikoj. Videbla al aliaj.)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Privataj ŝlosilvortoj:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Por serĉi profilojn. Neniam videbla al aliaj.)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 @@ -9985,6 +10600,42 @@ msgstr "Tio tute forigos vian konton. Kiam farita, la konto ne estas restaŭrebl msgid "Please enter your password for verification:" msgstr "Bonvolu entajpi vian pasvorton por kontrolado:" +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + #: src/Module/Settings/TwoFactor/AppSpecific.php:66 #: src/Module/Settings/TwoFactor/Recovery.php:64 #: src/Module/Settings/TwoFactor/Trusted.php:67 @@ -10306,20 +10957,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10331,7 +11003,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10344,14 +11016,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10362,11 +11034,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10374,6 +11046,10 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -10422,22 +11098,22 @@ msgstr "" msgid "User '%s' already exists on this server!" msgstr "" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "" @@ -10571,15 +11247,15 @@ msgid "" msgstr "En la flanka strio de la Kontaktoj paĝo troviĝas kelkajn helpilojn por trovi novajn amikojn. Ni povas automate trovi amikojn per interesoj, serĉu ilin per nomo aŭ intereso kaj faras sugestojn baze de estantaj kontaktoj. Ĉe nova instalita retejo, la unuaj sugestoj kutime aperas post 24 horoj." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" +msgid "Add Your Contacts To Circle" msgstr "" #: src/Module/Welcome.php:78 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 "Kiam vi trovis kelkajn novajn amikojn, ordigi ilin en grupoj por privata komunikado en la flanka strio de via Kontaktoj paĝo, kaj vi povas private komuniki kun ili je via Reto paĝo." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11086,249 +11762,258 @@ msgstr "Bonvolu rispondi al ĉi mesaĝo kaj kontaktu la sendinto se vi ne volas msgid "%s posted an update." msgstr "%s publikigis afiŝon." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Privata mesaĝo" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:181 msgid "This entry was edited" msgstr "" -#: src/Object/Post.php:206 +#: src/Object/Post.php:209 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:221 src/Object/Post.php:223 +#: src/Object/Post.php:225 src/Object/Post.php:227 msgid "Edit" msgstr "Redakti" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:264 +#: src/Object/Post.php:268 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:269 +#: src/Object/Post.php:273 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:278 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:282 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:293 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I might attend" msgstr "" -#: src/Object/Post.php:339 +#: src/Object/Post.php:363 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:364 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:365 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:351 +#: src/Object/Post.php:375 msgid "Add star" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:376 msgid "Remove star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:377 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:388 msgid "Pin" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:389 msgid "Unpin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:390 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:369 +#: src/Object/Post.php:393 msgid "Pinned" msgstr "" -#: src/Object/Post.php:374 +#: src/Object/Post.php:398 msgid "Add tag" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Unshare" msgstr "" -#: src/Object/Post.php:438 +#: src/Object/Post.php:466 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:493 +#: src/Object/Post.php:523 msgid "to" msgstr "al" -#: src/Object/Post.php:494 +#: src/Object/Post.php:524 msgid "via" msgstr "" -#: src/Object/Post.php:495 +#: src/Object/Post.php:525 msgid "Wall-to-Wall" msgstr "Muro-al-Muro" -#: src/Object/Post.php:496 +#: src/Object/Post.php:526 msgid "via Wall-To-Wall:" msgstr "per Muro-al-Muro:" -#: src/Object/Post.php:540 +#: src/Object/Post.php:573 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:543 +#: src/Object/Post.php:576 msgid "More" msgstr "" -#: src/Object/Post.php:561 +#: src/Object/Post.php:595 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:562 +#: src/Object/Post.php:596 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:563 +#: src/Object/Post.php:597 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:564 +#: src/Object/Post.php:598 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:565 +#: src/Object/Post.php:599 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:585 +#: src/Object/Post.php:619 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d komento" msgstr[1] "%d komentoj" -#: src/Object/Post.php:586 +#: src/Object/Post.php:620 msgid "Show more" msgstr "" -#: src/Object/Post.php:587 +#: src/Object/Post.php:621 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:623 +#: src/Object/Post.php:657 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:662 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:667 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:672 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:677 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:682 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:687 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:692 #, php-format msgid "Reacted with %s by: %s" msgstr "" @@ -11337,21 +12022,21 @@ msgstr "" msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "sekvanta" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "ne plu sekvas" @@ -11368,12 +12053,12 @@ msgstr "Ensalutado malsukcesis." msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:389 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:390 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Bonvolu alŝuti profilbildon." @@ -11709,7 +12394,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11728,7 +12413,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11736,7 +12421,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11744,10 +12429,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/eo/strings.php b/view/lang/eo/strings.php index 0f77c4fd7f..e2d5a183d1 100644 --- a/view/lang/eo/strings.php +++ b/view/lang/eo/strings.php @@ -101,8 +101,6 @@ $a->strings['newer'] = 'pli nova'; $a->strings['older'] = 'pli malnova'; $a->strings['Email'] = 'Retpoŝto'; $a->strings['Diaspora'] = 'Diaspora'; -$a->strings['%s likes this.'] = '%s ŝatas tiun.'; -$a->strings['%s doesn\'t like this.'] = '%s malŝatas tiun.'; $a->strings['and'] = 'kaj'; $a->strings['Visible to everybody'] = 'Videbla al ĉiuj'; $a->strings['Tag term:'] = 'Markfrazo:'; @@ -128,13 +126,15 @@ $a->strings['Categories (comma-separated list)'] = 'Kategorioj (disigita per kom $a->strings['Permission settings'] = 'Permesagordoj'; $a->strings['Public post'] = 'Publika afiŝo'; $a->strings['Message'] = 'Mesaĝo'; +$a->strings['remove'] = 'forviŝi'; +$a->strings['Delete Selected Items'] = 'Forviŝi Elektitajn Elementojn'; $a->strings['View %s\'s profile @ %s'] = 'Vidi la profilon de %s ĉe %s'; $a->strings['%s from %s'] = '%s de %s'; $a->strings['View in context'] = 'Vidi kun kunteksto'; -$a->strings['remove'] = 'forviŝi'; -$a->strings['Delete Selected Items'] = 'Forviŝi Elektitajn Elementojn'; -$a->strings['Forums'] = 'Forumoj'; -$a->strings['External link to forum'] = 'Ekstera ligilo al forumo'; +$a->strings['Personal'] = 'Propra'; +$a->strings['Posts that mention or involve you'] = 'Afiŝoj menciantaj vin aŭ pri vi'; +$a->strings['Starred'] = 'Steligita'; +$a->strings['Favourite Posts'] = 'Favorigitaj Afiŝoj'; $a->strings['show more'] = 'montri pli'; $a->strings['event'] = 'okazo'; $a->strings['status'] = 'staton'; @@ -150,7 +150,6 @@ $a->strings['Ignore'] = 'Ignori'; $a->strings['Connect/Follow'] = 'Konekti/Aboni'; $a->strings['Nothing new here'] = 'Estas neniu nova ĉi tie'; $a->strings['Clear notifications'] = 'Forigi atentigojn'; -$a->strings['@name, !forum, #tags, content'] = '@nomo, !forumo, #kradvorto, enhavo'; $a->strings['Logout'] = 'Elsaluti'; $a->strings['End this session'] = 'Fini ĉi-tiun seancon'; $a->strings['Login'] = 'Ensaluti'; @@ -224,7 +223,6 @@ $a->strings['Random Profile'] = 'Hazarda Profilo'; $a->strings['Invite Friends'] = 'Inviti amikojn'; $a->strings['Global Directory'] = 'Tutmonda Katalogo'; $a->strings['Local Directory'] = 'Loka Katalogo'; -$a->strings['Groups'] = 'Grupoj'; $a->strings['All Contacts'] = 'Ĉiuj Kontaktoj'; $a->strings['Saved Folders'] = 'Konservitaj Dosierujoj'; $a->strings['Everything'] = 'Ĉio'; @@ -290,6 +288,9 @@ $a->strings['October'] = 'Oktobro'; $a->strings['November'] = 'Novembro'; $a->strings['December'] = 'Decembro'; $a->strings['Update %s failed. See error logs.'] = 'Malsukcesis ĝisdatigi %s. Vidu la protokolojn.'; +$a->strings['Everybody'] = 'Ĉiuj'; +$a->strings['edit'] = 'redakti'; +$a->strings['add'] = 'aldoni'; $a->strings['Approve'] = 'Aprobi'; $a->strings['Disallowed profile URL.'] = 'Malpermesita adreso de profilo.'; $a->strings['Connect URL missing.'] = 'Ne ekzistas URL adreso por konekti.'; @@ -313,15 +314,6 @@ $a->strings['Edit event'] = 'Redakti okazon'; $a->strings['l F d, Y \@ g:i A'] = 'l F d, Y \@ g:i A'; $a->strings['%s\'s birthday'] = 'Naskiĝtago de %s'; $a->strings['Happy Birthday %s'] = 'Feliĉan Naskiĝtagon al %s'; -$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.'] = 'Revivigis malnovan grupon kun la sama nomo. Permesoj por estantaj elementoj eble estas validaj por la grupo kaj estontaj membroj. Se tiu ne estas kiun vi atendis, bonvolu krei alian grupon kun alia nomo.'; -$a->strings['Default privacy group for new contacts'] = 'Defaŭlta privateca grupo por novaj kontaktoj'; -$a->strings['Everybody'] = 'Ĉiuj'; -$a->strings['edit'] = 'redakti'; -$a->strings['add'] = 'aldoni'; -$a->strings['Edit group'] = 'Redakti grupon'; -$a->strings['Contacts not in any group'] = 'Kontaktoj en neniu grupo'; -$a->strings['Create a new group'] = 'Krei novan grupon'; -$a->strings['Group Name: '] = 'Nomo de la grupo:'; $a->strings['activity'] = 'aktiveco'; $a->strings['post'] = 'afiŝo'; $a->strings['bytes'] = 'bajtoj'; @@ -456,6 +448,10 @@ $a->strings['Event Finishes:'] = 'Okazo finas:'; $a->strings['Share this event'] = 'Kunhavigi la okazon'; $a->strings['Events'] = 'Okazoj'; $a->strings['Create New Event'] = 'Krei novan okazon'; +$a->strings['Contact not found.'] = 'Kontakto ne trovita.'; +$a->strings['Invalid contact.'] = 'Nevalida kontakto.'; +$a->strings['Members'] = 'Anoj'; +$a->strings['Click on a contact to add or remove.'] = 'Klaku kontakton por aldoni aŭ forviŝi.'; $a->strings['Show all contacts'] = 'Montri ĉiujn kontaktojn'; $a->strings['Blocked'] = 'Blokita'; $a->strings['Only show blocked contacts'] = 'Nur montri blokitajn kontaktojn'; @@ -474,7 +470,6 @@ $a->strings['Mutual Friendship'] = 'Reciproka amikeco'; $a->strings['is a fan of yours'] = 'estas admiranto de vi'; $a->strings['you are a fan of'] = 'vi estas admiranto de'; $a->strings['Visit %s\'s profile [%s]'] = 'Viziti la profilon de %s [%s]'; -$a->strings['Contact not found.'] = 'Kontakto ne trovita.'; $a->strings['Contact update failed.'] = 'Ĝisdatigo de kontakto malsukcesis.'; $a->strings['Return to contact editor'] = 'Reen al kontakta redaktilo'; $a->strings['Name'] = 'Nomo'; @@ -482,7 +477,6 @@ $a->strings['Account Nickname'] = 'Kaŝnomo de la konto'; $a->strings['Account URL'] = 'Adreso de la konto'; $a->strings['Poll/Feed URL'] = 'Adreso de fluo'; $a->strings['New photo from this URL'] = 'Nova bildo el tiu adreso'; -$a->strings['Invalid contact.'] = 'Nevalida kontakto.'; $a->strings['Access denied.'] = 'Atingo nepermesita.'; $a->strings['Submit Request'] = 'Sendi peton'; $a->strings['Please answer the following:'] = 'Bonvolu respondi:'; @@ -525,11 +519,6 @@ $a->strings['Yes'] = 'Jes'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Neniu sugestoj disponeblas. Se ĉi tiu estas nova retejo, bonvolu reprovi post 24 horoj.'; $a->strings['No results.'] = 'Nenion trovita.'; $a->strings['Not available.'] = 'Ne disponebla.'; -$a->strings['No such group'] = 'Grupo ne estas trovita'; -$a->strings['Personal'] = 'Propra'; -$a->strings['Posts that mention or involve you'] = 'Afiŝoj menciantaj vin aŭ pri vi'; -$a->strings['Starred'] = 'Steligita'; -$a->strings['Favourite Posts'] = 'Favorigitaj Afiŝoj'; $a->strings['Time Conversion'] = 'Konverto de tempo'; $a->strings['Friendica provides this service for sharing events with other networks and friends in unknown timezones.'] = 'Friendica provizas tiun servon por kunhavigi okazojn kun aliaj retoj kaj amikoj en aliaj horzonoj.'; $a->strings['UTC time: %s'] = 'UTC horo: %s'; @@ -546,13 +535,6 @@ $a->strings['Friend suggestion sent.'] = 'Amikosugesto sendita.'; $a->strings['Suggest Friends'] = 'Sugesti amikojn'; $a->strings['Suggest a friend for %s'] = 'Sugesti amikon por %s'; $a->strings['Bug reports and issues: please visit'] = 'Cimraportoj kaj atendindaĵo: bonvolu iri al'; -$a->strings['Could not create group.'] = 'Ne povas krei grupon.'; -$a->strings['Group not found.'] = 'Grupo ne estas trovita.'; -$a->strings['Create a group of contacts/friends.'] = 'Krei grupon da kontaktoj/amikoj.'; -$a->strings['Unable to remove group.'] = 'Ne eblas forviŝi grupon.'; -$a->strings['Members'] = 'Anoj'; -$a->strings['Group is empty'] = 'Grupo estas malplena'; -$a->strings['Click on a contact to add or remove.'] = 'Klaku kontakton por aldoni aŭ forviŝi.'; $a->strings['No profile'] = 'Neniu profilo'; $a->strings['Help:'] = 'Helpo:'; $a->strings['Welcome to %s'] = 'Bonvenon ĉe %s'; @@ -673,7 +655,6 @@ $a->strings['Or login using OpenID: '] = 'Aŭ ensaluti per OpenID:'; $a->strings['Password: '] = 'Pasvorto:'; $a->strings['Forgot your password?'] = 'Ĉu vi vorgesis vian pasvorton?'; $a->strings['Logged out.'] = 'Elsalutita.'; -$a->strings['Private Forum [Experimental]'] = 'Privata Forumo [eksperimenta]'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Nedeviga) Permesi atingon al la konton al ĉi tio OpenID.'; $a->strings['Account Settings'] = 'Kontoagordoj'; @@ -733,7 +714,6 @@ $a->strings['Maximum of 100 items'] = 'Maksimume 100 eroj'; $a->strings['Update browser every xx seconds'] = 'Ĝisdatigu retesplorilon ĉiu xxx sekundoj'; $a->strings['Connected Apps'] = 'Konektitaj Programoj'; $a->strings['Remove authorization'] = 'Forviŝi rajtigon'; -$a->strings['Profile Name is required.'] = 'Nomo de profilo estas bezonata.'; $a->strings['(click to open/close)'] = '(klaku por malfermi/fermi)'; $a->strings['Edit Profile Details'] = 'Redakti Detalojn de Profilo'; $a->strings['Location'] = 'Loko'; @@ -771,7 +751,6 @@ $a->strings['Enter your email access information on your Connector Settings page $a->strings['Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog.'] = 'Via kontaktpaĝo estas via portalo por administri amikojn kaj konekti kun amikoj en aliaj retoj. Vi kutime entajpas iliajn adreson aŭ URL adreso en la Aldonu Novan Kontakton dialogon.'; $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.'] = 'Ĉe la Katalogo vi povas trovi aliajn homojn en ĉi tiu retejo, au en aliaj federaciaj retejoj. Elrigardi al KonektiSekvi ligiloj ĉe iliaj profilo. Donu vian propran Identecan Adreson se la retejo demandas ĝin.'; $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.'] = 'En la flanka strio de la Kontaktoj paĝo troviĝas kelkajn helpilojn por trovi novajn amikojn. Ni povas automate trovi amikojn per interesoj, serĉu ilin per nomo aŭ intereso kaj faras sugestojn baze de estantaj kontaktoj. Ĉe nova instalita retejo, la unuaj sugestoj kutime aperas post 24 horoj.'; -$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.'] = 'Kiam vi trovis kelkajn novajn amikojn, ordigi ilin en grupoj por privata komunikado en la flanka strio de via Kontaktoj paĝo, kaj vi povas private komuniki kun ili je via Reto paĝo.'; $a->strings['Our help pages may be consulted for detail on other program features and resources.'] = 'Niaj Helpo paĝoj enhavas pli da detaloj pri aliaj programaj trajtoj.'; $a->strings['%s liked %s\'s post'] = '%s ŝatis la afiŝon de %s'; $a->strings['%s disliked %s\'s post'] = '%s malŝatis la afiŝon de %s'; diff --git a/view/lang/es/messages.po b/view/lang/es/messages.po index df5c9ffb9f..831459f191 100644 --- a/view/lang/es/messages.po +++ b/view/lang/es/messages.po @@ -55,7 +55,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Senex Petrovic , 2021\n" "Language-Team: Spanish (http://app.transifex.com/Friendica/friendica/language/es/)\n" @@ -81,29 +81,29 @@ msgstr "Artículo no almacenado." msgid "Item couldn't be fetched." msgstr "Artículo no pudo recuperarse." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Publicación vacía descartada." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Elemento no encontrado." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -114,17 +114,18 @@ msgstr "Elemento no encontrado." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Permiso denegado." @@ -262,150 +263,156 @@ msgstr "\n\t\t\tTus datos de acceso son los siguientes:\n\n\t\t\tSitio de Acceso msgid "Your password has been changed at %s" msgstr "Tu contraseña se ha cambiado por %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nuevo Mensaje" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Ningún destinatario seleccionado" -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "No se encuentra información del contacto." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "El mensaje no ha podido ser enviado." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Fallo en recolección de mensajes." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Descartar" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Mensajes" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Conversación no encontrada." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Mensaje no borrado." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Conversación no borrada." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Introduce una dirección URL:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Enviar Mensaje Privado" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Para:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Asunto:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Tu mensaje:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Subir foto" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Insertar enlace" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Espere" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Enviar" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "No hay mensajes." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Mensaje no disponibile." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Borrar mensaje" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M A - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Eliminar conversación" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "No hay comunicaciones seguras disponibles. Podrías responder desde la página de perfil del remitente. " -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Enviar respuesta" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Remitente desconocido - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Tú y %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s y Tú" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -421,14 +428,14 @@ msgstr "Notas Personales" msgid "Personal notes are visible only by yourself." msgstr "Notas personales solo puedes verlas tu." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Guardar" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -440,22 +447,22 @@ msgid "User not found." msgstr "Usuario no encontrado." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Álbum de Fotos" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Fotos Recientes" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Subir Nuevas Fotos" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "todos" @@ -467,72 +474,72 @@ msgstr "Información del contacto no disponible" msgid "Album not found." msgstr "Álbum no encontrado." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album borrado con éxito" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "El Álbum estaba vacío." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Error al borrar la Foto" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "una foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s fue etiquetado en %2$s por %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Acceso público denegado." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Ninguna foto seleccionada" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Subir fotos" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nombre del nuevo álbum: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "o seleccione un Álbum:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "No actualizar tu estado con este envío" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permisos" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "¿Estás seguro de quieres borrar este álbum y todas sus fotos?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Eliminar álbum" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -542,254 +549,271 @@ msgstr "Eliminar álbum" msgid "Cancel" msgstr "Cancelar" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Modificar álbum" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Suelte un Álbum" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Mostrar más nuevos primero" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Mostrar más antiguos primero" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Ver foto" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permiso denegado. El acceso a este elemento puede estar restringido." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto no disponible" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "¿Estás seguro de que quieres borrar esta foto?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Eliminar foto" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Ver foto" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Modificar foto" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Borrar foto" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Usar como foto del perfil" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Foto privada" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Ver a tamaño completo" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Etiquetas: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Seleccionar etiquetas a borrar]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nuevo nombre del álbum" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Título" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Añadir una etiqueta" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "No rotar" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Girar a la derecha" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Girar a la izquierda" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Este eres tú" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Comentar" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Vista previa" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Cargando..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Seleccionar" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Eliminar" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Me gusta" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Me gusta esto (cambiar)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "No me gusta" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "No me gusta esto (cambiar)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Mapa" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "No hay tema configurado." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "¿Eliminar este elemento?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "¿Bloquear a este autor? No podrá seguirte ni ver tus publicaciones públicas, y tú no podrás ver sus publicaciones ni sus notificaciones." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "Cambiar a versión móvil" @@ -806,33 +830,34 @@ msgstr "Pagina no encontrada." msgid "You must be logged in to use addons. " msgstr "Tienes que estar registrado para tener acceso a los accesorios." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "Token de la ficha de seguridad incorrecto. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Todos los Contactos" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Seguidores" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Siguiendo" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Amigos mutuos" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Común" @@ -982,7 +1007,7 @@ msgstr "Todas las actualizaciones hechas." msgid "Enter user nickname: " msgstr "Ingrese apodo: " -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1157,21 +1182,25 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (a través %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "y" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "y a otras %d personas" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." @@ -1179,7 +1208,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." @@ -1187,7 +1216,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." @@ -1195,7 +1224,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." @@ -1203,7 +1232,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." @@ -1211,7 +1240,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." @@ -1219,7 +1248,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" @@ -1227,7 +1256,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" @@ -1235,7 +1264,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" @@ -1243,7 +1272,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" @@ -1251,7 +1280,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" @@ -1259,7 +1288,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" @@ -1267,269 +1296,402 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Visible para cualquiera" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Escoja una dirección de imágen/video/audio/sitio:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Etiqueta:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Guardar en directorio:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "¿Dónde estás ahora?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "¿Borrar artículo(s)?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nuevo artículo" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Compartir" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "subir foto" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Añadir archivo" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "añadir archivo" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Negrita" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Cursiva" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Subrayado" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Cita" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Código" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Imagen" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Enlace" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Enlace o Multimedia" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Selecciona tu ubicación" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "establecer ubicación" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Borrar ubicación del navegador" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "borrar ubicación" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Establecer título" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Categorías (lista separada por comas)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Configuración de permisos" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Artículo público" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Mensaje" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Navegador" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Abrir página de publicación" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Ver perfil de %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Categorías:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Archivado en:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Verlo en contexto" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "eliminar" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Eliminar los seleccionados" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "Has sido mencionado (%s)." -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Estas siguiendo %s." -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s reenvió esto." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Compartido" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s participa en el hilo." -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Recuperado" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Ver perfil de %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Categorías:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Archivado en:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s de %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Verlo en contexto" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Comunidad Local" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Artículos de usuarios charla! MX" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Comunidad Global" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Artículos de usuarios del Fediverso" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Actividad Reciente" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Ordenar por actividad reciente" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Artículos Recientes" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Ordenar por fecha de artículo" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personal" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Publicaciones que te mencionan o involucran" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Destacados" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Artículos favoritos" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Opciones generales" @@ -1559,13 +1721,13 @@ msgid "Post Composition Features" msgstr "Opciones de edición de publicaciones." #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Auto-mencionar foros" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1605,12 +1767,12 @@ msgid "Advanced Profile Settings" msgstr "Ajustes avanzados del perfil" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Listar foros" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles." +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1642,385 +1804,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Foros" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Enlace externo al foro" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "mostrar menos" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "Mostrar más" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "evento" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "estado" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s etiquetó %3$s %2$s con %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Seguir el hilo" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Ver Estado" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Ver Perfil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Ver Fotos" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Artículos de Red" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Ver contacto" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Enviar Privado" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Bloquear" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorar" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Lenguajes" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Conectar/Seguir" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "No hay nada nuevo" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Regresar" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Borrar notificaciones" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, contenido" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Salir" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Cerrar sesión" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Ingreso" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Ingresar" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Perfil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Tu página de perfil" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Fotos" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Tus fotos" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Calendario" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Notas personales" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Tus notas personales" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Inicio" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Página de Inicio" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registro" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Crea una cuenta" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Ayuda" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Ayuda y documentación" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Aplicaciones" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Aplicaciones, utilidades, juegos" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Buscar" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Buscar contenido en el sitio" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Texto completo" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Etiquetas" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contactos" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Comunidad" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Conversaciones aquí y en otros servidores" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Directorio" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Directorio de usuarios" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Información" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Información sobre esta instancia Friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Términos de Servicio" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Términos de Servicio de la Instancia Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Red" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Conversaciones de tus amigos" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Tus publicaciones y conversaciones" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Presentaciones" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Solicitudes de amistad" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notificaciones" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Ver todas las notificaciones" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Marcar como leído" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Correo privado" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Entrada" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Enviados" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Cuentas" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Administrar otras páginas" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Configuración" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Configurar la cuenta" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Administrar/editar amigos y contactos" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Admin" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Opciones y configuración del sitio" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2028,23 +2201,23 @@ msgstr "Opciones y configuración del sitio" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navegación" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mapa del sitio" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Contenido incrustrado desabilitado" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Contenido integrado" @@ -2064,51 +2237,51 @@ msgstr "sig." msgid "last" msgstr "última" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Imagen/Foto" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Pulsa para abrir/cerrar" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 escribió:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Contenido cifrado" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Protocolo de fuente inválido" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Protocolo de enlace inválido" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Cargar mas artículos.." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Final" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Seguir" @@ -2136,88 +2309,92 @@ msgstr[0] "%d invitación disponible" msgstr[1] "%d invitaviones disponibles" msgstr[2] "%d invitaviones disponibles" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Buscar Personas" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Introduce nombre o interés" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Ejemplos: Robert Morgenstein, Pesca" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Buscar" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Sugerencias de Amistad" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Intereses Similares" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Perfil Al Azar" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invitar Amigos" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Directorio Global" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Directorio Local" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grupos" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Todos" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relaciones" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Todos los contactos" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocolos" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Todos los Protocolos" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Directorios guardados" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Todo" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categorías" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2225,30 +2402,40 @@ msgstr[0] "%d contacto en común" msgstr[1] "%d contactos en común" msgstr[2] "%d contactos en común" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archivos" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Personas" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organizaciones" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Noticias" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Tipos de cuenta" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Todos" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportar" @@ -2297,41 +2484,56 @@ msgstr[2] "Etiquetas tendencia (últimas %d horas)" msgid "More Trending Tags" msgstr "Mas tendencias" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Mención" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Localización:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Red:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Dejar de Seguir" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Tu mismo" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Mutuos" @@ -2340,7 +2542,7 @@ msgid "Post to Email" msgstr "Publicar por Correo" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Público" @@ -2363,8 +2565,8 @@ msgstr "Este contenido se mostrará solo a personas en el primer recuadro, aexce #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2473,394 +2675,418 @@ msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.ph msgid "Generate encryption keys" msgstr "Generar claves de encriptación" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Módulo mod_rewrite de Apache" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: Módulo PDO o MySQLi PHP requerido pero no instalado." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: El dispositivo MySQL para PDO no está instalado." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "Módulo PDO o MySQLi PHP" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Error, módulo XML PHP requerido pero no instalado." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "Módulo XML PHP" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "Módulo PHP libCurl" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "Módulo PHP gráficos GD" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "Módulo PHP OpenSSL" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Error: El módulo de PHP openssl es necesario, pero no está instalado." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "Módulo PHP mb_string" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "Módulo PHP iconv" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Error: módulo iconv PHP requerido pero no instalado." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "Módulo PHP POSIX" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Error: PHP POSIX requerido y no instalado." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Funciones de ejecución de programa" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "Módulo PHP JSON" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Eror: Módulo PHP JSON requerido y no instalado." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Módulo PHP Información de Archivo" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Error: Módulo PHP Información de Archivo requerido y no instalado." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "El instalador web debe poder crear un archivo llamado\"local.config.php\" en folder \"config\" de su servidor web y esincapaz de hacerlo." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú puedas." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "Al final de este procedimiento, le daremos un texto para guardar en un archivollamado local.config.php en su folder \"config\" de Friendica ." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Alternativamente, puede omitir este procedimiento y realizar una instalación manual. Consulte el archivo \"doc/INSTALL.md\" para instrucciones." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php es escriturable" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica usa el motor de templates Smarty3 para renderizar su visualización web. Smarty3 compila templates PHP para acelerar la velocidad de renderizar." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Para poder guardar estos templates compilados, el servidor web necesita acceso de escritura en el directorio /view/smarty3/ en el árbol de raíz de la instalación friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Por favor asegure que el usuario que utiliza el servidor web (ejemplo: www-data) tiene permisos de escritura en esta carpeta." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Nota: como medida de seguridad deberia dar acceso de escritura solo a /view/smarty3 / → no al los archivos template (.tpl) que contiene." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "Se puede escribir en /view/smarty3" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "La reescritura de URL en .htaccess parece no funcionar. Asegúrese de haber copiado .htaccess-dist a .htaccess." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "En algunas circunstancias (como ejecutar dentro de contenedores), puede omitir este error." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Mensaje de Error de Curl en lectura" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Reescribiendo la dirección..." -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "No está instalada la extensión ImageMagick PHP" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick supporta GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Base de datos ya esta en uso" -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "No es posible conectar con Base Datos." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Lunes" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Martes" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Miércoles" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Jueves" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Viernes" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Sábado" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Domingo" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Enero" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Febrero" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Marzo" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Abril" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mayo" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Junio" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Julio" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Agosto" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Septiembre" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Octubre" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Noviembre" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Diciembre" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Lun" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Mar" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Mie" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Jue" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Vie" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Sab" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Dom" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Ene" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Abr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Ago" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Oct" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Tl archivo de log '%s' no se puede usar. No es posible el registro (error: '%s')" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "El archivo de log de debugg '%s' no puede usarse. No es posible el registro (error: '%s')" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2905,22 +3131,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Actualizaciones de postupdate versión %s no soportadas. Actualice al menos a versión 2021.01 y espere hasta que postupdate termine en version 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: ejecutando pre update %d " -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: ejecutando post update %d " -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Falló la actualización de %s. Vea los registros de errores." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2930,16 +3156,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tLos desarrolladores liberaron una actualización reciente %s ,\n\t\t\t\tpero cuando se intentó instalar, algo salió mal.\n\t\t\t\tNecesita arreglarse pronto y no se hará automáticamente. Contacta\n\t\t\t\tal developer friendica si no puedes hacerlo tu mismo. La base de datos puede estar errónea." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "El mensaje de error es\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Notificación Friendica] Actualización de Base de Datos" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2951,28 +3177,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "Versión de la Base de Datos establecida a %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "La actualización de la publicación está en versión %d, debe estar en %d para eliminar las tablas de manera segura." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "No hay tablas sin usar." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Estas tablas no se utilizan por friendica y se eliminarán cuando ejecute \"dbstructure drop -e\":" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "No hay tablas en MyISAM o InnoDB con formato Antílope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2980,42 +3206,42 @@ msgid "" "%s\n" msgstr "\n\nError %d ocurrido durante la actualización de la base de datos:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Errores encontrados al realizar cambios en la base de datos: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Otro update de la BD esta corriendo." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Actualizar Base de Datos" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: actualizando %s tabla." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Registro no encontrado" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "No autorizado" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Error Interno del Servidor" @@ -3024,82 +3250,122 @@ msgstr "Error Interno del Servidor" msgid "Legacy module file not found: %s" msgstr "Modulo legado no encontrado: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Todo el mundo" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "editar" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "añadir" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Aprobar" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organización" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Foro" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Dirección de perfil no permitida." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Dominio bloqueado" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Falta el conector URL." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "No pudo añadirse el contacto. Consulte las credenciales de red en Ajustes -> Redes Sociales." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "La dirección del perfil especificado no proporciona información adecuada." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "No se ha encontrado un autor o nombre." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Ninguna dirección concuerda con la suministrada." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Imposible identificar la Identidad @-style con algún protocolo conocido o dirección de contacto." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Escribe mailto: al principio de la dirección para forzar el envío." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "No ha sido posible recibir la información del contacto." @@ -3107,54 +3373,54 @@ msgstr "No ha sido posible recibir la información del contacto." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Inicio:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Final:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "todo el día" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sept" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "hoy" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "mes" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "semana" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "día" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "No hay eventos a mostrar" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "El acceso a este perfil ha sido restringido." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3186,110 +3452,76 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Mostrar mapa" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Ocultar mapa" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Cumpleaños de %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Feliz cumpleaños %s" -#: src/Model/Group.php:105 -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 "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Grupo por defecto para nuevos contactos" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Todo el mundo" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "editar" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "añadir" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Editar grupo" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Contactos sin grupo" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Crear un nuevo grupo" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nombre del grupo: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Editar grupo" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Lenguajes detectados en artículo:\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "Actividad" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "Publicación" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Advertencia de contenido: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3297,7 +3529,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3305,7 +3537,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3313,7 +3545,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3321,12 +3553,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Ver en pagina aparte" @@ -3334,227 +3566,228 @@ msgstr "Ver en pagina aparte" msgid "[no subject]" msgstr "[sin asunto]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Foto del Perfil" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Editar perfil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Cambiar foto del perfil" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Inicio:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Acerca de:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atom feed" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[hoy]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Recordatorios de cumpleaños" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Cumpleaños esta semana:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Sin descripción]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Recordatorios de eventos" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Eventos de los próximos 7 dias:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s te da la bienvenida %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Ciudad de origen:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Estado civil:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Con:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Desde:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Preferencia sexual:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Ideas políticas:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Creencias religiosas:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Me gustan:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "No me gustan:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Título/Descripción:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Resumen" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Gustos musicales" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Libros, literatura" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televisión" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Películas/baile/cultura/entretenimiento" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Aficiones/Intereses" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Amor/Romance" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Trabajo/ocupación" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Escuela/estudios" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Informacioń de contacto y Redes sociales" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERROR GRAVE: Generación de claves de seguridad falló." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Ingreso fallido" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Falta información para autenticación" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "La contraseña es requerida" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "No se permiten contraseñas vacias" -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "La nueva contraseña ya se ha usado muchas veces, escoja otro." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Se requiere de invitación." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "No se puede verificar la invitación." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Dirección OpenID no válida" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "El mensaje del error fue:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Por favor, introduce la información necesaria." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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) y system.username_max_length (%s) son mutuamente excluyentes, los valores se sobreponen." -#: src/Model/User.php:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3562,7 +3795,7 @@ msgstr[0] "Usuario debe ser al menos %s caracter." msgstr[1] "Usuario debe ser al menos %s caracteres." msgstr[2] "Usuario debe ser al menos %s caracteres." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3570,60 +3803,60 @@ msgstr[0] "Usuario debe ser máximo %s caracter." msgstr[1] "Usuario debe ser máximo %s caracteres." msgstr[2] "Usuario debe ser máximo %s caracteres." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "No parece que ese sea tu nombre completo." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "No es una dirección de correo electrónico válida." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Ese nombre se bloquea a solicitud del administrador." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "No puede usarse ese correo electrónico." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Tu apodo solo puede contener a-z, 0 al 9 y guión bajo (_)." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Apodo ya registrado. Por favor, elije otro." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "Ocurrió un error creando el contacto. Vuelve a intentar." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Amigos" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Ocurrió un error creando el grupo Default. Vuleve a intentar." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Fotos del perfil" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3631,7 +3864,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tEstimado %1$s,\n\t\t\tel administrador de %2$s te ha establecido una cuenta." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3649,10 +3882,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3663,12 +3895,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Detalles de registro para %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3683,12 +3915,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tEstimado %1$s,\n\t\t\t\tGracias por registrarte en %2$s. Tu cuenta esta en aprobación por los Administradores.\n\n\t\t\tTus datos de ingreso son:\n\n\t\t\tSitio - ubicación:\t%3$s\n\t\t\tUsuario:\t\t%4$s\n\t\t\tContraseña:\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Registro en %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3697,7 +3929,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tEstimado %1$s,\n\t\t\t\tGracias por registrarte en %2$s. Tu cuenta fue creada.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3715,10 +3947,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3729,6 +3960,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Añadido no encontrado." @@ -3749,15 +3985,15 @@ msgid "Disable" msgstr "Desactivar" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Activar" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3767,7 +4003,7 @@ msgstr "Administración" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Añadidos" @@ -3796,12 +4032,12 @@ msgid "Addon %s failed to install." msgstr "Instalación de Añadido %s falló" #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Guardar configuración" @@ -3886,15 +4122,17 @@ msgstr "Bloquear opción %s " msgid "Manage Additional Features" msgstr "Administrar opciones adicionales" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Otro" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "desconocido" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3902,7 +4140,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3910,7 +4148,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3918,7 +4156,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3926,7 +4164,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3934,7 +4172,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3942,7 +4180,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3950,18 +4188,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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 "Esta pagina ofrece algunos datos sobre la red conocida a la que tu nodo friendica esta conectado. Estos nummeros no son completos respecto a las redes federadas, si no refleja los nodos esta instancia conoce." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Estadísticas de federación" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -4002,8 +4240,8 @@ msgid "Enable Debugging" msgstr "Habilitar debugging" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4155,7 +4393,8 @@ msgstr "" msgid "Job Parameters" msgstr "Parámetros del Job" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Creado" @@ -4163,269 +4402,269 @@ msgstr "Creado" msgid "Priority" msgstr "Prioridad" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "No hay tema especial para dispositivos móviles" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimental)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "No hay pagina de comunidad" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Temas públicos de perfiles de este sitio." -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Artículos públicos de Redes Federadas" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Artículos públicos de Usuarios Locales y Redes Federadas" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Sesión multi usuario" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Cerrado" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Requiere aprobación" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Abierto" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "No verificar" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "verifique la versión estable" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "verifica la versión de desarrollo" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "ninguno" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Contactos Locales" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "Interactores" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Sitio" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Información General" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Republicar usuarios al Directorio" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registro" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Subida de archivo" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Políticas" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Avanzado" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Directorio de contactos descubierto automáticamente" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Rendimiento" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Retransmisión de Mensajes" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Nombre del sitio" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Correo que Envía" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "La dirección de correo electrónico que el servidor debería usar como dirección de envío." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "Nombre del actor del Sistema" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Nombre de la cuenta del sistema interno que se utiliza para realizar solicitudes de ActivityPub. Debe ser un nombre de usuario no utilizado. Si se establece, esto no se puede volver a cambiar." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Imagen/Logotipo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "Logo del Correo" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Icono del Enlace" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Enlace hacia un icono que sera usado para el navegador." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Icono Tocar" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Enlace a un icono que sera usado para tablets y moviles." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Información Adicional" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Servidores Públicos: Puedes añadir información adicional aqui que será listada por los servidores %s/servers." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Lenguaje del Sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Tema del Sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Tema de sistema móvil" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Tema para dispositivos móviles" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Forzar SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Forzar todos las consultas No-SSL a SSL. - ATENCIÓN: en algunos sistemas esto puede generar comportamiento recursivo interminable." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Sesión de usuario único" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Haz esta sesión multi-usuario o usuario único para el usuario" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Tamaño máximo de la imagen" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4433,35 +4672,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Largo máximo de imagen" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Calidad de imagen JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Política de registros" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4469,157 +4708,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Registros Máximos Diarios" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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 "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Términos" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Se mostrará de forma destacada en la página de registro. Puede utilizar BBCode aquí." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Apodos Prohibidos" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Lista separada por comas de apodos cuyo registro está prohibido. Lo Preestablecido es una lista de nombres de roles según RFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Cuentas abandonadas después de x días" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Dominios amigos permitidos" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Dominios de correo permitidos" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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 "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "No hay contenido enriquecido OEmbed" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "No muestre el contenido enriquecido (por ejemplo, PDF incrustado), excepto de los dominios que se enumeran a continuación." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Dominios terceros de confianza" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Lista separada por comas de dominios de los que se permite incrustar contenido en publicaciones como con OEmbed. También se permiten todos los subdominios de los dominios enumerados." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Bloqueo público" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Forzar publicación" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Habilitar esto puede violar leyes de privacidad como GDPR" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "URL del directorio global." -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Publicaciones privadas por defecto para usuarios nuevos" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "No incluir el contenido del post en las notificaciones de correo electrónico" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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 "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Deshabilitar acceso a addons listados en el menú de aplicaciones." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Habilitando esta opción restringe el acceso a addons en el menú de aplicaciones a usuarios identificados." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "No agregar imágenes privados en las publicaciones" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4627,11 +4866,11 @@ msgid "" "while." msgstr "No reemplazar imágenes privadas guardadas localmente en el servidor con imágenes integrados en los envíos. Esto significa que contactos que reciben publicaciones tendrán que autenticarse y cargar cada imagen, lo que puede demorar." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Contenido Explicito" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4640,267 +4879,319 @@ msgid "" "will be shown at the user registration page." msgstr "Configure esto para anunciar si su nodo se usa principalmente para contenido explícito que podría no ser adecuado para menores. Esta información se publicaría en la información del nodo y podría ser utilizada, por ejemplo, por el Directorio Global, para filtrar su nodo de las listas de nodos. Para unirse. Además, se mostrará una nota sobre esto en la página de registro del usuario." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Permitir a los usuarios de definir remote_self (yo-remoto)" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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 "Al habilitar esta opción, cada perfil tiene el permiso de marcar cualquiera de sus contactos como un perfil_remoto. Habilitar la opción perfil_remoto para un contacto genera que todas las publicaciones de este contacto seran re-publicado en el muro del perfil." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Paginas de Comunidad para Visitantes" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Que comunidades deben estar disponibles para visitantes. Usuarios locales siempre ven ambas páginas." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Publicaciones por usuario en la pagina de comunidad" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "Número máximo de artículos por usuario de página Fediverso. (No válido para \"Fediverso Global\")" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "El soporte para Diaspora* no se puede habilitar porque friendica se instalo en un directorio subalterno (sub directory)." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Habilitar el soporte para Diaspora*" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Verificar SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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 "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Usuario proxy" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "Dirección proxy" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Tiempo de espera de red" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Promedio de carga máxima" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Carga máxima del sistema antes de entrega y envío son retrasados - default %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Memoria Mínima" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Memoria mínima en MB del worker. Necesita acceso a /proc/meminfo - default 0 (desactivado)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Periodicamente optimizar tablas" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Periódicamente optimizar tablas como Cache y cola de worker" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Descubrir seguidores/seguimientos de contactos" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Si lo habilita, se checan contactos por sus seguidores y sus contactos." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "Ninguno - desactivado" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Contactos locales - contactos de nuestros contactos locales buscados por seguidores/seguimientos." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interactores - contactos de contactos locales y contactos que interactuan en artículos locales son buscados por sus seguidores/seguimientos." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "Sincronizar los contactos con el servidor de directorio" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Si habilta, el sistema checará periodicamente por nuevos contactos en el servidor de directorio definido." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Días entre búsquedas" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Cantidad de días hasta que un servidor es consultado por sus contactos." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Descubrir contactos de otros servidores" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Periodicamente buscar contactos en servidores. Buscar en Friendica, Mastodon y Hubzilla." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Días entre búsquedas" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Buscar el directorio local" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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 "Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada búsqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la búsqueda cuando la misma es repetida." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Publicar información del servidor" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4908,50 +5199,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Si se habilita, se publicarán datos de uso y servidor. Contiene nombre y versión del servidor, usuarios con perfiles públicos, no. de artículos, protocolos activos y conectores. Ver the-federation.info para mas detalles." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Verifique la versión ascendente" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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 "Permite verificar nuevas versiones de Friendica en Github. Si hay una nueva versión, se le informará en el panel de administración." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Suprimir etiquetas" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Suprimir la lista de tags al final de una publicación." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Limpiar Base de Datos" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Borrar artículos viejos remotos, registros de BD huerfanos y algunos viejos de tablas auxiliares." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Tiempo de vida de artículos remotos" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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 "Cuando habilita limpieza de BD, define los días en que artículos remotos serán borrados. Propios, marcados o archivados son siempre conservados. 0 deshabilita este comportamiento." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Tiempo de vida de artículos no reclamados" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4959,144 +5250,308 @@ msgid "" "items if set to 0." msgstr "Cuando se habilita limpieza de BD, esto define los dias en que los articulos ignorados remotos (mas que nada contenido del Relay) serán borrados. Valor Default es 90 días. Es default del tiempo de vida general de artículos remotos se setea en 0." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Tiempo de vida de datos de conversación " -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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 "Los datos de conversación son usados por ActivityPub y OStatus, también por propósito de Debugg. Debe ser seguro borrarlos después de 14 dias, default es 90 días." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Numero máximo de respuestas por tema" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "¿Cuantos comentarios deberían ser mostrados por tema? Valor por defecto es 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "Maximo numero de comentarios por artículo de página de despliegue" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Cuantos comentarios deben ser mostrados en una sola vista por cada uno? Valor default es 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Ruta a los temporales" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Si tiene un sistema restringido en donde el servidor web no puede acceder la dirección del sistema temp, ingrese una dirección alternativa aquí. " -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Solo buscar en tags" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "En sistemas grandes, la búsqueda de texto puede enlentecer el sistema gravemente." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Numero máximo de trabajos paralelos de fondo." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "En hosts compartidos ponga a %d. En sistemas grandes, valores de %d estan bien. Valor Default es %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Habilitar ascenso rápido" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Cuando está habilitado, el mecanismo ascenso rápido inicia un trabajador adicional si los procesos de mayor prioridad son bloqueados por prcesos de menor prioridad." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Transferencia directa del Reenvío" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Habilita transferencia directa a otros servidores sin usar servidores de reenvío" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Enfoque del Reenvío" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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 "Puede ser \"all\" o \"tags\". \"all\" significa que cada artículo público será recibido. \"tags\" sólo artículos de esas etiquetas deben ser recibidos." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Deshabilitado" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "todas" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "etiquetas" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Etiquetas del Servidor" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Lista separada por comas de etiquetas de suscripción \"tags\"." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Denegar etiquetas de Servidor" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Lista separada por comas de etiquetas denegadas." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Permitir etiquetas de Usuario" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Si se habilita, etiquetas de las búsquedas grabadas serán usadas para suscripción de \"tags\" además de \"relay_server_tags\"." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Iniciar Relocación" @@ -5252,51 +5707,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s no se alcanza en tu sistema. Es un error grave en la configuración que evita la comunicación de servidor a servidor. Ver la página de instalación como ayuda." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Tl archivo de log '%s' no se puede usar. No es posible el registro (error: '%s')" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "El archivo de log de debugg '%s' no puede usarse. No es posible el registro (error: '%s')" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "La ruta Friendica system.basepath se actualizó de '%s' a '%s'. Quite la system.basepath de tu BD para evitar diferencias." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "Ruta actual Friendica system.basepath '%s' es errónea y el archivo de configuración '%s' no se usa." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "Ruta actual de Friendica system.basepath '%s' no es igual al archivo config '%s'. Corrija su configuración." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Cola de mensajes" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Ajustes del Servidor" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versión" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Añadidos Activos" @@ -5393,7 +5837,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5410,7 +5854,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5423,7 +5867,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5449,11 +5893,11 @@ msgstr "Elemento no encontrado." msgid "Please login to continue." msgstr "Inicia sesión para continuar." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "No tienes acceso a las páginas de administración." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5463,11 +5907,11 @@ msgstr "La cuenta subadministrada no puede acceder a las páginas de administrac msgid "Overview" msgstr "Resumen" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configuración" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Características adicionales" @@ -5487,7 +5931,7 @@ msgstr "Workers diferidos Inspeccionados" msgid "Inspect worker Queue" msgstr "Inspeccionar Cola de Workers" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnósticos" @@ -5515,16 +5959,16 @@ msgstr "Conversión a ActivityPub" msgid "Addon Features" msgstr "Funciones de los Añadidos" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Registro de usuarios esperando la confirmación" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5532,7 +5976,7 @@ msgstr[0] "Limite diario de %d publicación alcanzado. La publicación fue recha msgstr[1] "Limite diario de %d publicaciones alcanzado. La publicación fue rechazada." msgstr[2] "Limite diario de %d publicaciones alcanzado. La publicación fue rechazada." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5541,7 +5985,7 @@ msgstr[0] "Limite semanal de %d publicación alcanzado. La publicación fue rech msgstr[1] "Limite semanal de %d publicaciones alcanzado. La publicación fue rechazada." msgstr[2] "Limite semanal de %d publicaciones alcanzado. La publicación fue rechazada." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5550,32 +5994,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Usuarios" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Herramientas" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Lista de Contactos Bloqueados" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Lista de Bloqueo del Servidor" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Eliminar Artículo" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Artículo fuente" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Detalles del Perfil" @@ -5599,15 +6057,15 @@ msgstr "" msgid "Tips for New Members" msgstr "Consejos para nuevos miembros" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Buscar personas - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Búsqueda de Foros - %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5627,36 +6085,40 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Cuenta" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Ingreso de 2 factores" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Interfaz del usuario" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Redes sociales" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Gestionar cuentas" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Aplicaciones conectadas" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Exportación de datos personales" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Eliminar cuenta" @@ -5715,8 +6177,9 @@ msgstr "Inicio del evento:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Obligatorio" @@ -5776,11 +6239,114 @@ msgstr "Vista" msgid "Create New Event" msgstr "Crea un evento nuevo" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contacto no encontrado." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Contacto erróneo." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "El contacto se borra." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Petición no reconocida" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtro" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Miembros" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Pulsa en un contacto para añadirlo o eliminarlo." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5788,159 +6354,146 @@ msgstr[0] "%d contacto editado." msgstr[1] "%d contactos editados." msgstr[2] "%d contactos editados." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Mostrar todos los contactos" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Pendiente" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Solo mostrar contactos pendientes" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Bloqueados" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Mostrar solo contactos bloqueados" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorados" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Mostrar solo contactos ignorados" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archivados" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Mostrar solo contactos archivados" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Ocultos" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Mostrar solo contactos ocultos" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Organizar tus grupos de contactos" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Buscar en tus contactos" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Resultados para: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Actualizar" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Desbloquear" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Quitar de Ignorados" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Acciones en lote" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Se iniciaron conversaciones con el contacto" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Artículos y Comentarios" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Ver contactos conocidos" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Configuración avanzada" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Amistad común" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "es tu seguidor" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "eres seguidor de" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Solicitud de Contacto pendiente" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Solicitud de Contacto pendiente" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Ver el perfil de %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Contacto no encontrado." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Error al actualizar el Contacto." @@ -5951,6 +6504,7 @@ msgstr "Volver al editor de contactos" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5977,11 +6531,6 @@ msgstr "Dirección de Sondeo/Fuente" msgid "New photo from this URL" msgstr "Nueva foto de esta URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Contacto erróneo." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "No hay contactos conocidos." @@ -6043,7 +6592,7 @@ msgstr[1] "Contactos (%s)" msgstr[2] "Contactos (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6081,15 +6630,16 @@ msgstr "Por favor responde lo siguiente:" msgid "Your Identity Address:" msgstr "Dirección de tu Identidad:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL del Perfil" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6115,8 +6665,8 @@ msgstr "El contacto no puede añadirse." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Consulta invalida" @@ -6128,248 +6678,312 @@ msgstr "No hay etiquetas, añade etiquetas a tu perfil." msgid "Profile Match" msgstr "Coincidencia de Perfil" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Error al actualizar el contacto." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Contacto ha sido desbloqueado" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Contacto ha sido bloqueado" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "El contacto ya no está ignorado" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Contacto ha sido ignorado" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Ahora tienes una amistad mutua con %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Estás compartiendo con %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s está compartiendo contigo" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Las comunicaciones privadas no está disponibles para este contacto." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Nunca" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(La actualización no se completo)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Actualización exitosa)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Sugerir amigos" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Tipo de red: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "¡Se ha perdido la comunicación con este contacto!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Recaudar información complementaria de los feeds" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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 "Obtener información como vistas previas, título e intro del artículo. Puedes desactivarlo si el artículo no contiene mucho texto. Etiquetas se toman de la cabecera del artículo y se publican como #etiquetas." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Recuperar información" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Recuperar etiquetas" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Recuperar información y palabras claves" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "No copiar" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Copiar como publicación propia" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Reenviar (nativo)" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Información del Contacto / Notas" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Ajustes del contacto" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Contacto" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Su nota personal" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Editar notas del contacto" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Boquear/Desbloquear contacto" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignorar contacto" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Ver conversaciones" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Última actualización:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Actualizar publicaciones públicas" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Actualizar ahora" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Esperando respuesta de conexión" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Bloqueados" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Ignorados" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Archivados" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Ocultar el contacto a los demás." -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía pueden ser visibles." -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Notificación de nuevos temas." -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Enviar una notificacion por nuevos temas de este contacto." -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Lista de Etiquetas Prohibidas" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Lista separada por comas de palabras claves que no deberían ser convertidas en #etiquetas cuando \"Recaudar información y palabras claves\" es seleccionado" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Acciones" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Estado" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Espejar publicaciones de este contacto" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Marcar este contacto como perfil_remoto, esto generara que friendica reenvía nuevas publicaciones desde esta cuenta." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Recuperar datos del contacto." -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Cambiar Estatus de Bloqueado" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Cambiar ignorados" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6381,10 +6995,6 @@ msgstr "Petición errónea" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "El contacto se borra." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6402,7 +7012,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Sí" @@ -6432,102 +7042,59 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Sin resultados." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Este hilo de la comunidad muestra todas las publicaciones públicas recibidas por este nodo. Puede no reflejar las opiniones de los usuarios de este nodo." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Comunidad Local" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Artículos de usuarios charla! MX" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Comunidad Global" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Artículos de usuarios del Fediverso" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Contactos propios" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Incluir" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Ocultar" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Sin resultados." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Fediverso no disponible" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "No disponible" -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "No existe grupo" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Grupo: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Actividad Reciente" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Ordenar por actividad reciente" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Artículos Recientes" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Ordenar por fecha de artículo" - -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Personal" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Publicaciones que te mencionan o involucran" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Contactos propios" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Destacados" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Incluir" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Artículos favoritos" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Ocultar" #: src/Module/Credits.php:44 msgid "Credits" @@ -6746,7 +7313,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Fuente Twitter / Tweet URL (requiere API key)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Debes ingresar para usar este módulo" @@ -6807,29 +7374,6 @@ msgstr "Diagnóstico Webfinger" msgid "Lookup address:" msgstr "Buscar Dirección:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Cambiar entre tus cuentas" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Administrar tus cuentas" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar" - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Selecciona una identidad a gestionar:" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Sin entradas (algunas pueden que estén ocultas)." @@ -6875,138 +7419,59 @@ msgstr "Sugerencias de amistad" msgid "Suggest a friend for %s" msgstr "Recomienda un amigo a %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Añadidos/apps Instalados:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Añadidos/apps no instalados" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Leer acerca de Términos de Servicio del nodo." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "En este servidor los siguientes servidores remotos están bloqueados." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Razón para el bloqueo" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "Este es Friendica, version %s ejecutándose en ubicación %s. Versión de la BD es %s, la versión después de actualización es %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Visite Friendi.ca para aprender más sobre el proyecto Friendica, por favor." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Reporte de fallos y problemas: por favor visita" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "aviso de fallas (bugs) en github" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Sugerencias, agradecimientos, etc. - envie correo \"info\" at \"friendi - dot - ca" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Imposible crear el grupo." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Grupo no encontrado." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "Nombre de Grupo no modificado." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Grupo no existe." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "No es posible añadir contacto al grupo." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Se añadió el contacto el grupo." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "No es posible borrar contacto del grupo." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Contacto borrado del grupo." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Petición no reconocida" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Guardar grupo" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Filtro" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Crea un grupo de contactos/amigos." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "No se puede eliminar el grupo." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Borrar grupo" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Editar nombre de grupo" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Miembros" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Grupo está vacío" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Borrar contacto del grupo" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Pulsa en un contacto para añadirlo o eliminarlo." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Añadir contacto a grupo" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Ningún perfil" @@ -7299,30 +7764,26 @@ msgstr "Generar nuevo artículo" msgid "Visibility" msgstr "Visibilidad" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Borrar ubicación" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Servicios de ubicación no disponibles en tu dispositivo" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "Servicios de ubicación no habilitados. Checa los permisos del sitio en tu dispositivo" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "El artículo solicitado no existe o fue borrado." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "El hilo de este artículo no se encontró" @@ -7357,7 +7818,7 @@ msgstr "Archivos" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Subir" @@ -7378,21 +7839,14 @@ msgstr "El archivo excede Tamaño de %s" msgid "File upload failed." msgstr "Ha fallado la subida del archivo." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Imposible procesar la imagen." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Imagen excede el tamaño de %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Error al subir la imagen." @@ -7424,41 +7878,41 @@ msgstr "Borrados" msgid "List of pending user deletions" msgstr "Lista de borrados de usuario pendientes" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Página de Cuenta Normal" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Página de Tribuna" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Foro Público" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Página de Amistad Autómatica" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Foro Privado" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Página personal" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Página de Organización" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Página de Noticias" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Foro de la Comunidad" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7515,6 +7969,7 @@ msgid "Block New Remote Contact" msgstr "Bloquear nuevo contacto remoto" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto" @@ -7590,6 +8045,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7737,6 +8194,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Patrón de Servidor de Dominio Bloqueado" @@ -7850,10 +8308,6 @@ msgstr "Término" msgid "URL" msgstr "Ruta URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Mención" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Mención Implicita" @@ -7876,6 +8330,238 @@ msgstr "" msgid "Item Guid" msgstr "Clave Guid" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Cuenta normal" @@ -7885,8 +8571,8 @@ msgid "Automatic Follower Account" msgstr "Cuenta de Seguimiento Automático" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Cuenta del Foro Pública" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7897,8 +8583,8 @@ msgid "Blog Account" msgstr "Cuenta de blog" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Cuenta del Foro Privada" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8139,7 +8825,7 @@ msgstr "Dice conocerte: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "No" @@ -8203,11 +8889,11 @@ msgstr "Notificaciones de Inicio" msgid "Show unread" msgstr "Mostrar no leído" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} solicita registro" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} y %d otros solicitaron registro" @@ -8226,7 +8912,7 @@ msgstr "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contac msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8237,11 +8923,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8322,65 +9008,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "Privacidad de la información remota no disponible." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Visible para:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "La foto con id %s no esta disponible." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Foto no válida de Id %s." @@ -8421,8 +9107,8 @@ msgstr "Eliminar etiqueta" msgid "Select a tag to remove: " msgstr "Selecciona etiqueta a eliminar: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Eliminar" @@ -8432,24 +9118,31 @@ msgstr "Sin contactos." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Estado de %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Artículos de %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Comentarios de %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Imagen excede el tamaño de %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Subida de imagen no completa, vuelve a intentar" @@ -8468,7 +9161,7 @@ msgstr "El servidor no puede aceptar la carga de archivos nuevos en este momento msgid "Image file is empty." msgstr "El archivo de imagen está vacío." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Ver Álbum" @@ -8483,7 +9176,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Actualmente estás viendo tu perfil como %s Cancelar" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Nombre Completo:" @@ -8504,12 +9197,12 @@ msgid "Birthday:" msgstr "Fecha de Nac:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Edad: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8518,13 +9211,13 @@ msgstr[1] "%d Años" msgstr[2] "%d Años" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Descripción:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Foros:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8680,8 +9373,8 @@ msgid "Your invitation code: " msgstr "Tu código de Invitación: " #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Nombre completo (ej. Juan Perez, real o apariencia real):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8694,7 +9387,7 @@ msgid "Please repeat your e-mail address:" msgstr "Repite tu correo:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Contraseña Nueva:" @@ -8703,7 +9396,7 @@ msgid "Leave empty for an auto generated password." msgstr "Dejar vacío para autogenerar una contraseña" #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Confirmar:" @@ -8730,11 +9423,11 @@ msgstr "Importar tu perfil a esta instancia de friendica" msgid "Note: This node explicitly contains adult content" msgstr "Nota: Este nodo contiene material adulto explicito" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Contraseña principal:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Ingrese la contraseña de la cuenta principal para conformar la solicitud." @@ -8921,24 +9614,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Contraseña actual:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Tu contraseña actual para confirmar los cambios." #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8949,7 +9642,7 @@ msgstr "Códigos de recuperación restantes: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Código inválido, reinténtelo" @@ -9034,7 +9727,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Ingresa un código de ingreso desde tu app" @@ -9062,99 +9755,99 @@ msgstr "Corréo no válido." msgid "Cannot change to that email." msgstr "Imposible cambiar a ese correo." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Configuración no actualizada" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Error al subir archivo CSV" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Importación del contacto completada" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Mensaje de reubicación enviado a sus contactos." -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "No se encontró tu perfil. Contacta al Administrador." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Subtipos de Página Personal" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Subtipos de Foro de Comunidad" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Cuenta para un perfil personal." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Cuenta para una organización que aprueba automáticamente solicitudes de \"Seguidores\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Cuenta Reflector de noticias que aprueba automáticamente solicitudes de contacto como \"Seguidores\"." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Cuenta para discusiones de la comunidad." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Cuenta para perfil personal regular que requiere aprobación manual de \"Amigos\" and \"Seguidores\"." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Cuenta para un perfil público que aprueba automáticamente las solicitudes de contacto como «Seguidores»." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Aprueba automáticamente las solicitudes de contacto." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Cuenta para un perfil popular que aprueba automáticamente solicitudes de contacto como \"Amigos\"." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Foro privado [Experimental]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Requiere aprobación manual de solicitudes de contacto." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Publicar tu perfil en tu Directorio Local?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9162,89 +9855,94 @@ msgid "" " system settings." msgstr "Tu perfil se publicará en el directorio de nodo local . Los detalles de tu perfil pueden ser públicos según los ajustes del sistema." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Tu perfil también será publicado en Directorios Globales Friendica (ej. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Configuración de Cuenta" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Tu dirección de Identidad es '%s' o '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Configuración de Contraseña" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Deja la contraseña en blanco si no quieres cambiarla" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Contraseña:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "Tu contraseña actual para confirmar los cambios de cuenta de corréo." -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Borrar URL de OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Configuración Básica" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Nombre desplegable:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Dirección de Correo:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Zona horaria:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Tu idioma:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Selecciona el idioma que usará la interfaz Friendica y para enviarte correos." -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Ubicación predeterminada:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Usar localización del navegador:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Configuración de Seguridad y Privacidad" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Número máximo de solicitudes de amistad/día:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(para prevenir abuso de basura)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "¿Permitir tu perfil ser encontrado globalmente?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9252,43 +9950,43 @@ msgid "" "indexed or not." msgstr "Activa esta configuración si quieres que otros te encuentren y sigan fácilmente. Tu perfil se podrá buscar en sistemas remotos. Esta configuración también determina si Friendica informará a los motores de búsqueda que tu perfil debe ser indexado o no." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Esconde tu lista de contactos/amistades de otros a tu perfil?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "Se muestra una lista de tus contactos en tu Perfil. Activar esta opción para deshabilitar la visualización de tu lista de contactos." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "No listar mis artículos públicos" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Tus publicaciones públicas no aparecerán en páginas de la comunidad ni en búsquedas, ni se enviaran a servidores de retransmisión. Sin embargo, aparecerán en artículos públicos de servidores remotos." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Hacer accesibles todas las fotos" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9296,233 +9994,241 @@ msgid "" "public on your photo albums though." msgstr "Esta opción hace accesibles todas las imágenes a través del enlace directo. Este es una solución al problema que la mayoría de las redes no pueden manejar permisos en las imágenes. Las imágenes no públicas aún no serán visibles para elpúblico en tus álbumes de fotos." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "¿Permitir que tus amigos publiquen en tu página de perfil?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Tus contactos pueden escribir artículos en tu perfil. Estas publicaciones se distribuirán a tus contactos" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "¿Permitir a los amigos etiquetar tus publicaciones?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Tus contactos pueden añadir etiquetas adicionales a tus artículos." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "¿Permitir que desconocidos te manden correos privados?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Usuarios de Friendica pueden enviarte mensajes privados incluso si no están en tu lista de contactos." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Número máximo de mensajes diarios para desconocidos:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Permisos por defecto para publicaciones" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Configuración de Expiración" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Publicaciones caducarán solas después de estos días:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Si dejas vacío no caducarán. Publicaciones caducadas serán borradas" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Caducar artículos" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Cuando se activa, artículos y comentarios caducarán." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Caducar Anotaciones" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Si se activa, las Anotaciones en tu Perfil caducarán." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Caducar artículos Destacados" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Destacar las publicaciones evita que caduquen. Ese comportamiento cambiacon este ajuste." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Solo caducar artículos de otros" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Cuando se activa, publicaciones propias nunca caducan. Esta configuración solo es válida para las artículos recibidas." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Configuración de Notificaciones" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Enviar notificación por correo cuando:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Recibas una presentación" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Tu presentación sea confirmada" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Alguien escriba en tu perfil" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Alguien escriba en un comentario que sigo" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Recibas un mensaje privado" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Recibas una sugerencia de amistad" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Seas etiquetado en un artículo" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Activar notificaciones" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Mostrar notificaciones emergentes en caso de nuevos eventos." -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Notificaciones de correo solo en texto" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Enviar correo de notificación en formato Solo Texto sin html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Mostrar notificaciones detalladas" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Por default, notificaciones se condensan en una sola notificación por artículo. Cuando se habilita se muestran cada notificación." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Mostrar notificación de Contactos Ignorados" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "No ves publicaciones de contactos ignorados. Pero todavía ves sus comentarios. Esta configuración controla si aún desea recibir notificaciones regulares causadas por contactos ignorados o no." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Configuración avanzada de tipo de Cuenta/Página" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Importar contactos" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "Subir archivo CSV que contenga identificador de tus cuentas seguidas en elprimera columna que exportó desde la cuenta anterior." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Subir archivo" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Relocalizar" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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 "Si migró este perfil desde otro servidor y algunos contactos no reciben sus publicaciones intente oprimiendo esta opción." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Reenviar mensaje de relocalización a contactos" @@ -9534,6 +10240,119 @@ msgstr "Configuración de Añadidos" msgid "No Addon settings configured" msgstr "Ningún Añadido configurado" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Descripción" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Añadir" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Error al conectar con el Correo mediante esa configuración." @@ -9731,221 +10550,255 @@ msgstr "Mover a un folder" msgid "Move to folder:" msgstr "Mover al folder:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Se autorizó delegación." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Usuario padre no encontrado, o no coincide contraseña." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegación revocada con éxito." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Administradores delegados pueden ver pero no cambiar permisos delegados." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Usuario delegado no encontrado." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "No hay usuario padre" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Usuario Padre" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Cuentas adicionales" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Registre cuentas adicionales que son automáticamente conectadas con tu cuenta existente de forma que puedas manejarlas desde aquí." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Registrar cuenta adicional" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "Usuarios padres tendrán control total en esta cuenta, incluyendo ajustes. Cheque doblemente a quien le das acceso." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegados" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Delegados actuales de la página" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Delegados potenciales" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Añadir" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Sin entradas." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "El tema seleccionado no disponible." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s – (No puede usarse)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Configuración Tema/Visualización" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Ajustes generales de tema" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Ajustes personalizados de tema" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Ajustes de contenido" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Configuración del Tema" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Utilizar tema:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Tema móvil:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Número de elementos a mostrar por página:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Máximo 100 elementos" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Cantidad de objetos a visualizar cuando se usa un móvil" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Actualizar navegador cada xx segundos" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimo 10 segundos. Ingrese -1 para deshabilitar." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Pagina infinita (scroll)" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Obtener nuevos artículos cuando alcance el final de página." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Desplegar reenviar" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Desplegar primer reenvío con un icono y texto en artículo reenviado." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Quedarse Local" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "No ir a sistema remoto cuando siga a un link de un contacto." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Principio de la semana:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9961,160 +10814,156 @@ msgstr "Aplicaciones conectadas" msgid "Remove authorization" msgstr "Quitar autorización" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Se necesita un nombre de perfil." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "No puede actualizarse perfil." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Etiqueta:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Valor:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Permisos del campo" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(pulsa para abrir/cerrar)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Añadir campo de perfil" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Acciones de perfil" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Editar detalles de tu perfil" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Cambiar imagen del Perfil" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Imagen del perfil" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Ubicación" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Varios" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Campos personalizados de perfil" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Subir foto del Perfil" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Nombre desplegable:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Dirección" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Localidad/Ciudad:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Región/Estado:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Código/Zona postal:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "País" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Dirección XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Dirección de tu página:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Palabras clave públicas:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Palabras clave privadas:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Campos personalizados aparecen en tu perfil.

    \n\t\t\t\t

    Puedes usar BBCode en los campos.

    \n\t\t\t\t

    Reordenar para arrastrar campo título.

    \n\t\t\t\t

    Vacie la etiqueta para quitar un campo personalizado.

    \n\t\t\t\t

    Campos no públicos solo pueden verse por contactos Friendica seleccionados o contactos Friendica en grupos selecionados.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Dirección" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Localidad/Ciudad:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Región/Estado:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Código/Zona postal:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "País" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Dirección XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Dirección de tu página:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Palabras clave públicas:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Palabras clave privadas:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Ha fallado la reducción de las dimensiones de la imagen [%s]." @@ -10150,257 +10999,299 @@ msgstr "Por favor, ajusta el recorte de la imagen para optimizarla." msgid "Use Image As Is" msgstr "Usar imagen como esta" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Falta la imágen subida" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Ajustes de Foto del Perfil" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Foto de Perfil Actual" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Subir foto del Perfil" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Subir foto:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "o" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "saltar este paso" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "elige una foto de tus álbumes" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica Sistema de Notificaciones]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Usuario borró su cienta" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "En tu nodo de Friendica, un usuario eliminó su cuenta. Asegúrese de quesus datos se eliminan de los respaldos." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "El Id de Usuario es %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Eliminar mi cuenta" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Esto eliminará por completo tu cuenta. Una vez hecho no puede deshacerse." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Introduce tu contraseña para verificación:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Ingresa tu contraseña para acceder a la página." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "Generación de Contraseña de la App fallida: Sin explicación" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "Generación de contraseña de App fallida: Ya existe descripción." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Nueva contraseña de la App generada." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Contraseñas de la App fueron revocadas." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Contraseña de la App revocada." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Contraseña de la App de 2 Factores" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Contraseñas de la App son contraseñas aleatorias que se usan en lugar de la contraseña normal para autenticarte usando Apps de 3ras compañías que no soportan autenticación de 2 factores.

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Asegurate de copiar tu contraseña de la App ahora. No podrás verla de nuevo!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Descripción" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Usada desde" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Revocar" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Revocar todo" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Cuando generas nueva contraseña de la App, debes verla de inmediato, se te mostrará solo una vez cuando la generes." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Generar nueva contraseña de la App" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendica en mimóvil 2" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Generar" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "La autenticación de dos factores se ha desactivado correctamente." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Usa una aplicación en un móvil para obtener códigos de autentificación de 2 factores cuando ingreses.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Autenticador" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Configurado" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Sin configurar" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    No has concluido de configurar tu app Autentificador.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Tu autenticador está configurado correctamente.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Códigos de recuperación" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Códigos válidos restantes" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Estos códigos de una sola vez pueden reemplazar la app Autenticador si perdieras acceso a ella.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Contraseñas específicas de la App" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Generadas contraseñas específicas de App" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Estas contraseñas generadas automáticamente te permiten entrar con apps que no permitan Autenticación de 2 factores.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Contraseña actual" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "necesitas tu contraseña actual para cambiar los ajustes de autenticación de 2 factores." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Habilitar Autenticación de 2 factores" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Deshabilitar Autenticación de 2 factores" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Mostrar códigos de recuperación" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Administrar contraseñas de la app" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Administrar navegadores confiables" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Completar configuración de la App" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Nuevos códigos de recuperación generados." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Códigos de recuperación de 2 factores" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10409,68 +11300,68 @@ msgid "" "account.

    " msgstr "

    Puedes usar los códigos de recuperación si perdieras acceso al móvil y no pudieras recibir códigos de autenticación de 2 Factores.

    Guarda esto de manera segura! Si perdieras tu móvil sin tener los códigos de recuperación perderías el acceso a tu cuenta.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Cuando generas nuevos códigos de recuperación, debes copiar los nuevos códigos. los anteriores ya no funcionarán." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Generar nuevos códigos de recuperación" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Siguiente: Verificación" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Los navegadores de confianza se eliminaron correctamente." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Navegador de confianza se eliminó correctamente." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Navegadores de confianza de dos factores" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Los navegadores de confianza son navegadores individuales que eligió para omitir la autenticación de dos factores para acceder a Friendica. Utilice esta función con moderación, ya que puede anular el beneficio de la autenticación de dos factores." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Dispositivo" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "OS/SO" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Confiable" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Usada desde" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Borrar todo" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Se activó autenticación de 2 Factores." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10490,24 +11381,24 @@ msgid "" "" msgstr "

    O puedes ajustar manualmente la autenticación:

    \n
    \n\t
    Solicitante
    \n\t
    %s
    \n\t
    Cuenta
    \n\t
    %s
    \n\t
    Clave Secreta
    \n\t
    %s
    \n\t
    Tipo
    \n\t
    Basado en tiempo
    \n\t
    No. dígitos
    \n\t
    6
    \n\t
    Algoritmo de encriptación
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Verificación de código de 2 Factores" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Escanee este código QR con su aplicación de autenticación y envíe el código proporcionado.

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

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

    %s

    " msgstr "

    O puede abrir la siguiente URL en su dispositivo móvil:

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Verifica código y habilita autenticación de 2 Factores" @@ -10542,20 +11433,41 @@ msgid "" " e.g. Mastodon." msgstr "Exportar la lista de cuentas que sigues como archivo CSV. Compatible con ej. Mastodon." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10567,7 +11479,7 @@ msgstr "Seguimiento de pila:" msgid "Exception thrown in %s:%d" msgstr "Excepción lanzada en %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10580,14 +11492,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "En el momento del registro, y para proporcionar comunicaciones entre la cuenta de usuario y sus contactos, el usuario debe proporcionar un nombre para mostrar (seudónimo), un nombre de usuario (apodo) y una dirección de correo que funcione. Los nombres seran visibles en tu página de perfil de la cuenta por cualquier visitante de la página, incluso si no se muestran otros detalles del perfil. La dirección de correo solo se usará para enviar notificaciones al usuario sobre interacciones, pero no será visible. La lista de una cuenta en el directorio de usuarios del nodo o el directorio de usuarios global es opcional y se puede controlar en los Ajustes de Configuración, no es necesario para la comunicación." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "Estos datos son necesarios para la comunicación y se transmiten a los nodos de los socios de comunicación y se almacena allí. Los usuarios pueden ingresar datos privados que pueden ser transmitidos a las cuentas de los socios de comunicación." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10598,11 +11510,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Declaración de Privacidad" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10610,6 +11522,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "El artículo solicitado no existe o fue borrado." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Cambiar entre tus cuentas" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Administrar tus cuentas" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Selecciona una identidad a gestionar:" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "Importar usuarios en sitios cerrados solo lo hace el Administrador." @@ -10658,11 +11597,11 @@ msgstr "Error! No hay datos de versión en el archivo! ¿Es esto de una cuenta f msgid "User '%s' already exists on this server!" msgstr "La cuenta '%s' ya existe en este servidor!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Error al crear la cuenta" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10670,11 +11609,11 @@ msgstr[0] "%d contacto no importado" msgstr[1] "%d contactos no importados" msgstr[2] "%d contactos no importados" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Error al crear Perfil de Usuario" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Hecho. Ahora podes ingresar con tu usuario y contraseña." @@ -10808,15 +11747,15 @@ msgid "" msgstr "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Agrupa tus contactos" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11030,7 +11969,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica:Notificar]" @@ -11074,7 +12013,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s comentó en su %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Comentó sobre #%2$d by %3$s" @@ -11086,7 +12025,7 @@ msgstr "%s comentó en una artículo/elemento que sigues." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Por favor, visita %s para ver y/o responder a la conversación." @@ -11251,10 +12190,10 @@ msgstr "Recibiste una [url=%1$s]solicitud de registro[/url] de %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Nombre Completo:\t%s\nUbicación:\t%s\nNombre de Usuario:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11280,22 +12219,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s te etiquetó" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s compartió nuevo artículo" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11323,199 +12262,221 @@ msgstr "Por favor contacta con el remitente respondiendo a este mensaje si no de msgid "%s posted an update." msgstr "%s publicó una actualización." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Mensaje privado" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Esta entrada fue editada" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Editar" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Borrar Globalmente" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Borrar localmente" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Bloquear %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Asistiré" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "No asistiré" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Podría asistir" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Compartir Comentado esto" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Compartir comentado" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Compartir esto" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Compartir" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Cancelar Compartir" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Dejar de Compartir" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (Recibido %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Comentarlo en mi estado" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "a" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "vía" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Perfil-a-Perfil" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "via Perfil-a-Perfil:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Responder a %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Mas" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Notificador tarea pendiente" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Entrega remota pendiente" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "Entrega remota en camino" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "Entrega remota casi completada" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "Entrega remota completada" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11523,73 +12484,87 @@ msgstr[0] "%d comentario" msgstr[1] "%d comentarios" msgstr[2] "%d comentarios" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Mostrar mas" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Mostrar menos" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(sin asunto)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s sigue ahora a %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "siguiendo" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s dejó de seguir a %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "dejó de seguir" @@ -11947,8 +12922,8 @@ msgid "Textareas font size" msgstr "Tamaño de letra de áreas de texto" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Lista separada por comas de foros de ayuda." +msgid "Comma separated list of helper groups" +msgstr "" #: view/theme/vier/config.php:131 msgid "don't show" @@ -11966,7 +12941,7 @@ msgstr "Definir estilo" msgid "Community Pages" msgstr "Páginas de Comunidad" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "Perfiles de la Comunidad" @@ -11974,7 +12949,7 @@ msgstr "Perfiles de la Comunidad" msgid "Help or @NewHere ?" msgstr "¿Ayuda o @NewHere?" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "Conectar Servicios" @@ -11982,10 +12957,10 @@ msgstr "Conectar Servicios" msgid "Find Friends" msgstr "Buscar amistades" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "Últimos usuarios" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "Inicio rápido" diff --git a/view/lang/es/strings.php b/view/lang/es/strings.php index 27ee0b7248..18ccbb4c9e 100644 --- a/view/lang/es/strings.php +++ b/view/lang/es/strings.php @@ -206,7 +206,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Todos los Contactos'; $a->strings['Followers'] = 'Seguidores'; $a->strings['Following'] = 'Siguiendo'; -$a->strings['Mutual friends'] = 'Amigos mutuos'; $a->strings['Common'] = 'Común'; $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'No se encontró contacto sin archivar en esa URL (%s)'; $a->strings['The contact entries have been archived'] = 'Entradas del contacto archivadas'; @@ -287,11 +286,6 @@ $a->strings['Public post'] = 'Artículo público'; $a->strings['Message'] = 'Mensaje'; $a->strings['Browser'] = 'Navegador'; $a->strings['Open Compose page'] = 'Abrir página de publicación'; -$a->strings['View %s\'s profile @ %s'] = 'Ver perfil de %s @ %s'; -$a->strings['Categories:'] = 'Categorías:'; -$a->strings['Filed under:'] = 'Archivado en:'; -$a->strings['%s from %s'] = '%s de %s'; -$a->strings['View in context'] = 'Verlo en contexto'; $a->strings['remove'] = 'eliminar'; $a->strings['Delete Selected Items'] = 'Eliminar los seleccionados'; $a->strings['You had been addressed (%s).'] = 'Has sido mencionado (%s).'; @@ -300,28 +294,39 @@ $a->strings['%s reshared this.'] = '%s reenvió esto.'; $a->strings['Reshared'] = 'Compartido'; $a->strings['%s is participating in this thread.'] = '%s participa en el hilo.'; $a->strings['Fetched'] = 'Recuperado'; +$a->strings['View %s\'s profile @ %s'] = 'Ver perfil de %s @ %s'; +$a->strings['Categories:'] = 'Categorías:'; +$a->strings['Filed under:'] = 'Archivado en:'; +$a->strings['%s from %s'] = '%s de %s'; +$a->strings['View in context'] = 'Verlo en contexto'; +$a->strings['Local Community'] = 'Comunidad Local'; +$a->strings['Posts from local users on this server'] = 'Artículos de usuarios charla! MX'; +$a->strings['Global Community'] = 'Comunidad Global'; +$a->strings['Posts from users of the whole federated network'] = 'Artículos de usuarios del Fediverso'; +$a->strings['Latest Activity'] = 'Actividad Reciente'; +$a->strings['Sort by latest activity'] = 'Ordenar por actividad reciente'; +$a->strings['Latest Posts'] = 'Artículos Recientes'; +$a->strings['Sort by post received date'] = 'Ordenar por fecha de artículo'; +$a->strings['Personal'] = 'Personal'; +$a->strings['Posts that mention or involve you'] = 'Publicaciones que te mencionan o involucran'; +$a->strings['Starred'] = 'Destacados'; +$a->strings['Favourite Posts'] = 'Artículos favoritos'; $a->strings['General Features'] = 'Opciones generales'; $a->strings['Photo Location'] = 'Ubicación de foto'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Normalmente los meta datos de las imágenes son eliminados. Esto extraerá la localización si presente antes de eliminar los meta datos y enlaza la misma con el mapa.'; $a->strings['Trending Tags'] = 'Etiquetas tendencia'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Mostrar un widget de comunidad con las etiquetas populares en recientes artículos.'; $a->strings['Post Composition Features'] = 'Opciones de edición de publicaciones.'; -$a->strings['Auto-mention Forums'] = 'Auto-mencionar foros'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL.'; $a->strings['Explicit Mentions'] = 'Menciones explicitas'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Añadir menciones explicitas a cuadro de comentarios para control manual sobre quien se menciona en respuestas.'; $a->strings['Post/Comment Tools'] = 'Herramienta de publicaciones/respuestas'; $a->strings['Post Categories'] = 'Categorías de publicaciones'; $a->strings['Add categories to your posts'] = 'Agregue categorías a sus publicaciones. Las mismas serán visualizadas en su pagina de inicio.'; $a->strings['Advanced Profile Settings'] = 'Ajustes avanzados del perfil'; -$a->strings['List Forums'] = 'Listar foros'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles.'; $a->strings['Tag Cloud'] = 'Nube de etiquetas'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Dar una etiqueta personal en tu página de perfil'; $a->strings['Display Membership Date'] = 'Desplegar fecha de membresía'; $a->strings['Display membership date in profile'] = 'Desplegar fecha de membresía en perfil'; -$a->strings['Forums'] = 'Foros'; -$a->strings['External link to forum'] = 'Enlace externo al foro'; $a->strings['show less'] = 'mostrar menos'; $a->strings['show more'] = 'Mostrar más'; $a->strings['event'] = 'evento'; @@ -342,7 +347,6 @@ $a->strings['Connect/Follow'] = 'Conectar/Seguir'; $a->strings['Nothing new here'] = 'No hay nada nuevo'; $a->strings['Go back'] = 'Regresar'; $a->strings['Clear notifications'] = 'Borrar notificaciones'; -$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, contenido'; $a->strings['Logout'] = 'Salir'; $a->strings['End this session'] = 'Cerrar sesión'; $a->strings['Login'] = 'Ingreso'; @@ -430,7 +434,6 @@ $a->strings['Random Profile'] = 'Perfil Al Azar'; $a->strings['Invite Friends'] = 'Invitar Amigos'; $a->strings['Global Directory'] = 'Directorio Global'; $a->strings['Local Directory'] = 'Directorio Local'; -$a->strings['Groups'] = 'Grupos'; $a->strings['Everyone'] = 'Todos'; $a->strings['Relationships'] = 'Relaciones'; $a->strings['All Contacts'] = 'Todos los contactos'; @@ -468,6 +471,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 2 => 'Etiquetas tendencia (últimas %d horas)', ]; $a->strings['More Trending Tags'] = 'Mas tendencias'; +$a->strings['Mention'] = 'Mención'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Location:'] = 'Localización:'; $a->strings['Network:'] = 'Red:'; @@ -581,6 +585,8 @@ $a->strings['Sep'] = 'Sep'; $a->strings['Oct'] = 'Oct'; $a->strings['Nov'] = 'Nov'; $a->strings['Dec'] = 'Dec'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Tl archivo de log \'%s\' no se puede usar. No es posible el registro (error: \'%s\')'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'El archivo de log de debugg \'%s\' no puede usarse. No es posible el registro (error: \'%s\')'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica no puede mostrar la página actualmente, contacte al administrador.'; $a->strings['template engine cannot be registered without a name.'] = 'Motor de plantilla no puede registrarse sin nombre.'; $a->strings['template engine is not registered!'] = 'Motor de Plantilla no esta registrado!'; @@ -624,9 +630,11 @@ $a->strings['Record not found'] = 'Registro no encontrado'; $a->strings['Unauthorized'] = 'No autorizado'; $a->strings['Internal Server Error'] = 'Error Interno del Servidor'; $a->strings['Legacy module file not found: %s'] = 'Modulo legado no encontrado: %s'; +$a->strings['Everybody'] = 'Todo el mundo'; +$a->strings['edit'] = 'editar'; +$a->strings['add'] = 'añadir'; $a->strings['Approve'] = 'Aprobar'; $a->strings['Organisation'] = 'Organización'; -$a->strings['Forum'] = 'Foro'; $a->strings['Disallowed profile URL.'] = 'Dirección de perfil no permitida.'; $a->strings['Blocked domain'] = 'Dominio bloqueado'; $a->strings['Connect URL missing.'] = 'Falta el conector URL.'; @@ -661,16 +669,6 @@ $a->strings['Show map'] = 'Mostrar mapa'; $a->strings['Hide map'] = 'Ocultar mapa'; $a->strings['%s\'s birthday'] = 'Cumpleaños de %s'; $a->strings['Happy Birthday %s'] = 'Feliz cumpleaños %s'; -$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.'] = 'Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente.'; -$a->strings['Default privacy group for new contacts'] = 'Grupo por defecto para nuevos contactos'; -$a->strings['Everybody'] = 'Todo el mundo'; -$a->strings['edit'] = 'editar'; -$a->strings['add'] = 'añadir'; -$a->strings['Edit group'] = 'Editar grupo'; -$a->strings['Contacts not in any group'] = 'Contactos sin grupo'; -$a->strings['Create a new group'] = 'Crear un nuevo grupo'; -$a->strings['Group Name: '] = 'Nombre del grupo: '; -$a->strings['Edit groups'] = 'Editar grupo'; $a->strings['Detected languages in this post:\n%s'] = 'Lenguajes detectados en artículo:\n%s'; $a->strings['activity'] = 'Actividad'; $a->strings['post'] = 'Publicación'; @@ -748,7 +746,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Se pr $a->strings['An error occurred creating your default profile. Please try again.'] = 'Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Ocurrió un error creando el contacto. Vuelve a intentar.'; $a->strings['Friends'] = 'Amigos'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'Ocurrió un error creando el grupo Default. Vuleve a intentar.'; $a->strings['Profile Photos'] = 'Fotos del perfil'; $a->strings[' Dear %1$s, @@ -918,7 +915,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Habilitar $a->strings['Global directory URL'] = 'URL del directorio global.'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia.'; $a->strings['Private posts by default for new users'] = 'Publicaciones privadas por defecto para usuarios nuevos'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público.'; $a->strings['Don\'t include post content in email notifications'] = 'No incluir el contenido del post en las notificaciones de correo electrónico'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Deshabilitar acceso a addons listados en el menú de aplicaciones.'; @@ -954,10 +950,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interactores - contactos de contactos locales y contactos que interactuan en artículos locales son buscados por sus seguidores/seguimientos.'; $a->strings['Synchronize the contacts with the directory server'] = 'Sincronizar los contactos con el servidor de directorio'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Si habilta, el sistema checará periodicamente por nuevos contactos en el servidor de directorio definido.'; -$a->strings['Days between requery'] = 'Días entre búsquedas'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Cantidad de días hasta que un servidor es consultado por sus contactos.'; $a->strings['Discover contacts from other servers'] = 'Descubrir contactos de otros servidores'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Periodicamente buscar contactos en servidores. Buscar en Friendica, Mastodon y Hubzilla.'; +$a->strings['Days between requery'] = 'Días entre búsquedas'; $a->strings['Search the local directory'] = 'Buscar el directorio local'; $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.'] = 'Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada búsqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la búsqueda cuando la misma es repetida.'; $a->strings['Publish server information'] = 'Publicar información del servidor'; @@ -1014,8 +1008,6 @@ $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.'] = 'Configuración Friendica ahora se almacena en config/local.config.php, copie config/local-sample.config.php y mueva su configuración de .htconfig.php. Ver página de ayuda como ayuda en la transición.'; $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.'] = 'Configuración Friendica ahora se almacena en config/local.config.php, copie config/local-sample.config.php y mueva su configuración de config/local.ini.php. Ver página de ayuda como ayuda en la transición.'; $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 no se alcanza en tu sistema. Es un error grave en la configuración que evita la comunicación de servidor a servidor. Ver la página de instalación como ayuda.'; -$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Tl archivo de log \'%s\' no se puede usar. No es posible el registro (error: \'%s\')'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'El archivo de log de debugg \'%s\' no puede usarse. No es posible el registro (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.'] = 'La ruta Friendica system.basepath se actualizó de \'%s\' a \'%s\'. Quite la system.basepath de tu BD para evitar diferencias.'; $a->strings['Friendica\'s current system.basepath \'%s\' is wrong and the config file \'%s\' isn\'t used.'] = 'Ruta actual Friendica system.basepath \'%s\' es errónea y el archivo de configuración \'%s\' no se usa.'; $a->strings['Friendica\'s current system.basepath \'%s\' is not equal to the config file \'%s\'. Please fix your configuration.'] = 'Ruta actual de Friendica system.basepath \'%s\' no es igual al archivo config \'%s\'. Corrija su configuración.'; @@ -1083,7 +1075,6 @@ $a->strings['Profile Details'] = 'Detalles del Perfil'; $a->strings['Only You Can See This'] = 'Únicamente tú puedes ver esto'; $a->strings['Tips for New Members'] = 'Consejos para nuevos miembros'; $a->strings['People Search - %s'] = 'Buscar personas - %s'; -$a->strings['Forum Search - %s'] = 'Búsqueda de Foros - %s'; $a->strings['No matches'] = 'Sin resultados'; $a->strings['Account'] = 'Cuenta'; $a->strings['Two-factor authentication'] = 'Ingreso de 2 factores'; @@ -1112,6 +1103,13 @@ $a->strings['Events'] = 'Eventos'; $a->strings['View'] = 'Vista'; $a->strings['Create New Event'] = 'Crea un evento nuevo'; $a->strings['list'] = 'lista'; +$a->strings['Contact not found.'] = 'Contacto no encontrado.'; +$a->strings['Invalid contact.'] = 'Contacto erróneo.'; +$a->strings['Contact is deleted.'] = 'El contacto se borra.'; +$a->strings['Bad request.'] = 'Petición no reconocida'; +$a->strings['Filter'] = 'Filtro'; +$a->strings['Members'] = 'Miembros'; +$a->strings['Click on a contact to add or remove.'] = 'Pulsa en un contacto para añadirlo o eliminarlo.'; $a->strings['%d contact edited.'] = [ 0 => '%d contacto editado.', 1 => '%d contactos editados.', @@ -1128,7 +1126,6 @@ $a->strings['Archived'] = 'Archivados'; $a->strings['Only show archived contacts'] = 'Mostrar solo contactos archivados'; $a->strings['Hidden'] = 'Ocultos'; $a->strings['Only show hidden contacts'] = 'Mostrar solo contactos ocultos'; -$a->strings['Organize your contact groups'] = 'Organizar tus grupos de contactos'; $a->strings['Search your contacts'] = 'Buscar en tus contactos'; $a->strings['Results for: %s'] = 'Resultados para: %s'; $a->strings['Update'] = 'Actualizar'; @@ -1145,7 +1142,6 @@ $a->strings['you are a fan of'] = 'eres seguidor de'; $a->strings['Pending outgoing contact request'] = 'Solicitud de Contacto pendiente'; $a->strings['Pending incoming contact request'] = 'Solicitud de Contacto pendiente'; $a->strings['Visit %s\'s profile [%s]'] = 'Ver el perfil de %s [%s]'; -$a->strings['Contact not found.'] = 'Contacto no encontrado.'; $a->strings['Contact update failed.'] = 'Error al actualizar el Contacto.'; $a->strings['Return to contact editor'] = 'Volver al editor de contactos'; $a->strings['Name'] = 'Nombre'; @@ -1153,7 +1149,6 @@ $a->strings['Account Nickname'] = 'Apodo de cuenta'; $a->strings['Account URL'] = 'Dirección de cuenta'; $a->strings['Poll/Feed URL'] = 'Dirección de Sondeo/Fuente'; $a->strings['New photo from this URL'] = 'Nueva foto de esta URL'; -$a->strings['Invalid contact.'] = 'Contacto erróneo.'; $a->strings['No known contacts.'] = 'No hay contactos conocidos.'; $a->strings['No common contacts.'] = 'Sin contactos comunes.'; $a->strings['Follower (%s)'] = [ @@ -1251,33 +1246,18 @@ $a->strings['Refetch contact data'] = 'Recuperar datos del contacto.'; $a->strings['Toggle Blocked status'] = 'Cambiar Estatus de Bloqueado'; $a->strings['Toggle Ignored status'] = 'Cambiar ignorados'; $a->strings['Bad Request.'] = 'Petición errónea'; -$a->strings['Contact is deleted.'] = 'El contacto se borra.'; $a->strings['Yes'] = 'Sí'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo en 24 horas.'; $a->strings['You aren\'t following this contact.'] = 'No sigues a este contacto.'; $a->strings['Unfollowing is currently not supported by your network.'] = 'Dejar de Seguir no es compatible con tu red.'; $a->strings['Disconnect/Unfollow'] = 'Desconectar/Dejar de seguir'; +$a->strings['No results.'] = 'Sin resultados.'; $a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Este hilo de la comunidad muestra todas las publicaciones públicas recibidas por este nodo. Puede no reflejar las opiniones de los usuarios de este nodo.'; -$a->strings['Local Community'] = 'Comunidad Local'; -$a->strings['Posts from local users on this server'] = 'Artículos de usuarios charla! MX'; -$a->strings['Global Community'] = 'Comunidad Global'; -$a->strings['Posts from users of the whole federated network'] = 'Artículos de usuarios del Fediverso'; +$a->strings['Community option not available.'] = 'Fediverso no disponible'; +$a->strings['Not available.'] = 'No disponible'; $a->strings['Own Contacts'] = 'Contactos propios'; $a->strings['Include'] = 'Incluir'; $a->strings['Hide'] = 'Ocultar'; -$a->strings['No results.'] = 'Sin resultados.'; -$a->strings['Community option not available.'] = 'Fediverso no disponible'; -$a->strings['Not available.'] = 'No disponible'; -$a->strings['No such group'] = 'No existe grupo'; -$a->strings['Group: %s'] = 'Grupo: %s'; -$a->strings['Latest Activity'] = 'Actividad Reciente'; -$a->strings['Sort by latest activity'] = 'Ordenar por actividad reciente'; -$a->strings['Latest Posts'] = 'Artículos Recientes'; -$a->strings['Sort by post received date'] = 'Ordenar por fecha de artículo'; -$a->strings['Personal'] = 'Personal'; -$a->strings['Posts that mention or involve you'] = 'Publicaciones que te mencionan o involucran'; -$a->strings['Starred'] = 'Destacados'; -$a->strings['Favourite Posts'] = 'Artículos favoritos'; $a->strings['Credits'] = 'Créditos'; $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 es un proyecto comunitario, que no seria posible sin la ayuda de mucha gente. Aquí una lista de de aquellos que aportaron al código o la traducción de friendica. Gracias a todos! '; @@ -1349,10 +1329,6 @@ $a->strings['Output'] = 'Salida'; $a->strings['Lookup address'] = 'Buscar Dirección'; $a->strings['Webfinger Diagnostic'] = 'Diagnóstico Webfinger'; $a->strings['Lookup address:'] = 'Buscar Dirección:'; -$a->strings['Switch between your accounts'] = 'Cambiar entre tus cuentas'; -$a->strings['Manage your accounts'] = 'Administrar tus cuentas'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar'; -$a->strings['Select an identity to manage: '] = 'Selecciona una identidad a gestionar:'; $a->strings['No entries (some entries may be hidden).'] = 'Sin entradas (algunas pueden que estén ocultas).'; $a->strings['Find on this site'] = 'Buscar en este sitio'; $a->strings['Results for:'] = 'Resultados para:'; @@ -1374,26 +1350,6 @@ $a->strings['Please visit Friendi.ca to learn m $a->strings['Bug reports and issues: please visit'] = 'Reporte de fallos y problemas: por favor visita'; $a->strings['the bugtracker at github'] = 'aviso de fallas (bugs) en github'; $a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Sugerencias, agradecimientos, etc. - envie correo "info" at "friendi - dot - ca'; -$a->strings['Could not create group.'] = 'Imposible crear el grupo.'; -$a->strings['Group not found.'] = 'Grupo no encontrado.'; -$a->strings['Group name was not changed.'] = 'Nombre de Grupo no modificado.'; -$a->strings['Unknown group.'] = 'Grupo no existe.'; -$a->strings['Unable to add the contact to the group.'] = 'No es posible añadir contacto al grupo.'; -$a->strings['Contact successfully added to group.'] = 'Se añadió el contacto el grupo.'; -$a->strings['Unable to remove the contact from the group.'] = 'No es posible borrar contacto del grupo.'; -$a->strings['Contact successfully removed from group.'] = 'Contacto borrado del grupo.'; -$a->strings['Bad request.'] = 'Petición no reconocida'; -$a->strings['Save Group'] = 'Guardar grupo'; -$a->strings['Filter'] = 'Filtro'; -$a->strings['Create a group of contacts/friends.'] = 'Crea un grupo de contactos/amigos.'; -$a->strings['Unable to remove group.'] = 'No se puede eliminar el grupo.'; -$a->strings['Delete Group'] = 'Borrar grupo'; -$a->strings['Edit Group Name'] = 'Editar nombre de grupo'; -$a->strings['Members'] = 'Miembros'; -$a->strings['Group is empty'] = 'Grupo está vacío'; -$a->strings['Remove contact from group'] = 'Borrar contacto del grupo'; -$a->strings['Click on a contact to add or remove.'] = 'Pulsa en un contacto para añadirlo o eliminarlo.'; -$a->strings['Add contact to group'] = 'Añadir contacto a grupo'; $a->strings['No profile'] = 'Ningún perfil'; $a->strings['Method Not Allowed.'] = 'Método no Permitido'; $a->strings['Help:'] = 'Ayuda:'; @@ -1459,7 +1415,6 @@ $a->strings['Visibility'] = 'Visibilidad'; $a->strings['Clear the location'] = 'Borrar ubicación'; $a->strings['Location services are unavailable on your device'] = 'Servicios de ubicación no disponibles en tu dispositivo'; $a->strings['Location services are disabled. Please check the website\'s permissions on your device'] = 'Servicios de ubicación no habilitados. Checa los permisos del sitio en tu dispositivo'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'El artículo solicitado no existe o fue borrado.'; $a->strings['The feed for this item is unavailable.'] = 'El hilo de este artículo no se encontró'; $a->strings['Unable to follow this item.'] = 'Imposible seguir este artículo.'; $a->strings['System down for maintenance'] = 'Servicio suspendido por mantenimiento'; @@ -1472,7 +1427,6 @@ $a->strings['Or - did you try to upload an empty file?'] = 'O - intentó subir u $a->strings['File exceeds size limit of %s'] = 'El archivo excede Tamaño de %s'; $a->strings['File upload failed.'] = 'Ha fallado la subida del archivo.'; $a->strings['Unable to process image.'] = 'Imposible procesar la imagen.'; -$a->strings['Image exceeds size limit of %s'] = 'Imagen excede el tamaño de %s'; $a->strings['Image upload failed.'] = 'Error al subir la imagen.'; $a->strings['List of all users'] = 'Lista de todos los usuarios'; $a->strings['Active'] = 'Activos'; @@ -1483,13 +1437,10 @@ $a->strings['Deleted'] = 'Borrados'; $a->strings['List of pending user deletions'] = 'Lista de borrados de usuario pendientes'; $a->strings['Normal Account Page'] = 'Página de Cuenta Normal'; $a->strings['Soapbox Page'] = 'Página de Tribuna'; -$a->strings['Public Forum'] = 'Foro Público'; $a->strings['Automatic Friend Page'] = 'Página de Amistad Autómatica'; -$a->strings['Private Forum'] = 'Foro Privado'; $a->strings['Personal Page'] = 'Página personal'; $a->strings['Organisation Page'] = 'Página de Organización'; $a->strings['News Page'] = 'Página de Noticias'; -$a->strings['Community Forum'] = 'Foro de la Comunidad'; $a->strings['Relay'] = 'Retransmisión'; $a->strings['%s contact unblocked'] = [ 0 => '%s Contacto desbloqueado', @@ -1536,16 +1487,13 @@ $a->strings['Tag'] = 'Etiqueta'; $a->strings['Type'] = 'Tipo'; $a->strings['Term'] = 'Término'; $a->strings['URL'] = 'Ruta URL'; -$a->strings['Mention'] = 'Mención'; $a->strings['Implicit Mention'] = 'Mención Implicita'; $a->strings['Item not found'] = 'Elemento no encontrado'; $a->strings['Item Guid'] = 'Clave Guid'; $a->strings['Normal Account'] = 'Cuenta normal'; $a->strings['Automatic Follower Account'] = 'Cuenta de Seguimiento Automático'; -$a->strings['Public Forum Account'] = 'Cuenta del Foro Pública'; $a->strings['Automatic Friend Account'] = 'Cuenta de amistad automática'; $a->strings['Blog Account'] = 'Cuenta de blog'; -$a->strings['Private Forum Account'] = 'Cuenta del Foro Privada'; $a->strings['Registered users'] = 'Usuarios registrados'; $a->strings['Pending registrations'] = 'Pendientes de registro'; $a->strings['%s user blocked'] = [ @@ -1655,6 +1603,7 @@ $a->strings['No contacts.'] = 'Sin contactos.'; $a->strings['%s\'s timeline'] = 'Estado de %s'; $a->strings['%s\'s posts'] = 'Artículos de %s'; $a->strings['%s\'s comments'] = 'Comentarios de %s'; +$a->strings['Image exceeds size limit of %s'] = 'Imagen excede el tamaño de %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'Subida de imagen no completa, vuelve a intentar'; $a->strings['Image file is missing'] = 'Falta el archivo de imagen'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'El servidor no puede aceptar la carga de archivos nuevos en este momento, comuníquese con el Administrador'; @@ -1674,7 +1623,6 @@ $a->strings['%d year old'] = [ 2 => '%d Años', ]; $a->strings['Description:'] = 'Descripción:'; -$a->strings['Forums:'] = 'Foros:'; $a->strings['View profile as:'] = 'Ver perfil como:'; $a->strings['View as'] = 'Ver como'; $a->strings['Profile unavailable.'] = 'Perfil no disponible.'; @@ -1698,7 +1646,6 @@ $a->strings['Note for the admin'] = 'Nota para el administrador'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Deje un mensaje para el administrador sobre por qué quiere unirse a este nodo'; $a->strings['Membership on this site is by invitation only.'] = 'Sitio solo accesible mediante invitación.'; $a->strings['Your invitation code: '] = 'Tu código de Invitación: '; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'Nombre completo (ej. Juan Perez, real o apariencia real):'; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Tu Correo electrónico: (Información inicial se enviará allí, por lo que debeser una dirección existente.)'; $a->strings['Please repeat your e-mail address:'] = 'Repite tu correo:'; $a->strings['New Password:'] = 'Contraseña Nueva:'; @@ -1769,7 +1716,6 @@ $a->strings['Importing Contacts done'] = 'Importación del contacto completada'; $a->strings['Relocate message has been send to your contacts'] = 'Mensaje de reubicación enviado a sus contactos.'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'No se encontró tu perfil. Contacta al Administrador.'; $a->strings['Personal Page Subtypes'] = 'Subtipos de Página Personal'; -$a->strings['Community Forum Subtypes'] = 'Subtipos de Foro de Comunidad'; $a->strings['Account for a personal profile.'] = 'Cuenta para un perfil personal.'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Cuenta para una organización que aprueba automáticamente solicitudes de "Seguidores".'; $a->strings['Account for a news reflector that automatically approves contact requests as "Followers".'] = 'Cuenta Reflector de noticias que aprueba automáticamente solicitudes de contacto como "Seguidores".'; @@ -1778,7 +1724,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Cuenta para un perfil público que aprueba automáticamente las solicitudes de contacto como «Seguidores».'; $a->strings['Automatically approves all contact requests.'] = 'Aprueba automáticamente las solicitudes de contacto.'; $a->strings['Account for a popular profile that automatically approves contact requests as "Friends".'] = 'Cuenta para un perfil popular que aprueba automáticamente solicitudes de contacto como "Amigos".'; -$a->strings['Private Forum [Experimental]'] = 'Foro privado [Experimental]'; $a->strings['Requires manual approval of contact requests.'] = 'Requiere aprobación manual de solicitudes de contacto.'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Opcional) Permitir a este OpenID acceder a esta cuenta.'; @@ -1793,6 +1738,7 @@ $a->strings['Password:'] = 'Contraseña:'; $a->strings['Your current password to confirm the changes of the email address'] = 'Tu contraseña actual para confirmar los cambios de cuenta de corréo.'; $a->strings['Delete OpenID URL'] = 'Borrar URL de OpenID'; $a->strings['Basic Settings'] = 'Configuración Básica'; +$a->strings['Display name:'] = 'Nombre desplegable:'; $a->strings['Email Address:'] = 'Dirección de Correo:'; $a->strings['Your Timezone:'] = 'Zona horaria:'; $a->strings['Your Language:'] = 'Tu idioma:'; @@ -1856,6 +1802,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Reenviar mensaje de relocalización a contactos'; $a->strings['Addon Settings'] = 'Configuración de Añadidos'; $a->strings['No Addon settings configured'] = 'Ningún Añadido configurado'; +$a->strings['Description'] = 'Descripción'; +$a->strings['Add'] = 'Añadir'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Error al conectar con el Correo mediante esa configuración.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; @@ -1893,7 +1841,6 @@ $a->strings['Delegates'] = 'Delegados'; $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.'] = 'Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente.'; $a->strings['Existing Page Delegates'] = 'Delegados actuales de la página'; $a->strings['Potential Delegates'] = 'Delegados potenciales'; -$a->strings['Add'] = 'Añadir'; $a->strings['No entries.'] = 'Sin entradas.'; $a->strings['The theme you chose isn\'t available.'] = 'El tema seleccionado no disponible.'; $a->strings['%s - (Unsupported)'] = '%s – (No puede usarse)'; @@ -1919,7 +1866,6 @@ $a->strings['Beginning of week:'] = 'Principio de la semana:'; $a->strings['Additional Features'] = 'Opciones Adicionales'; $a->strings['Connected Apps'] = 'Aplicaciones conectadas'; $a->strings['Remove authorization'] = 'Quitar autorización'; -$a->strings['Profile Name is required.'] = 'Se necesita un nombre de perfil.'; $a->strings['Profile couldn\'t be updated.'] = 'No puede actualizarse perfil.'; $a->strings['Label:'] = 'Etiqueta:'; $a->strings['Value:'] = 'Valor:'; @@ -1934,7 +1880,6 @@ $a->strings['Location'] = 'Ubicación'; $a->strings['Miscellaneous'] = 'Varios'; $a->strings['Custom Profile Fields'] = 'Campos personalizados de perfil'; $a->strings['Upload Profile Photo'] = 'Subir foto del Perfil'; -$a->strings['Display name:'] = 'Nombre desplegable:'; $a->strings['Street Address:'] = 'Dirección'; $a->strings['Locality/City:'] = 'Localidad/Ciudad:'; $a->strings['Region/State:'] = 'Región/Estado:'; @@ -1946,15 +1891,6 @@ $a->strings['Public Keywords:'] = 'Palabras clave públicas:'; $a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(Utilizadas para sugerir amigos potenciales, otros pueden verlo)'; $a->strings['Private Keywords:'] = 'Palabras clave privadas:'; $a->strings['(Used for searching profiles, never shown to others)'] = '(Utilizadas para buscar perfiles, nunca se muestra a otros)'; -$a->strings['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Campos personalizados aparecen en tu perfil.

    -

    Puedes usar BBCode en los campos.

    -

    Reordenar para arrastrar campo título.

    -

    Vacie la etiqueta para quitar un campo personalizado.

    -

    Campos no públicos solo pueden verse por contactos Friendica seleccionados o contactos Friendica en grupos selecionados.

    '; $a->strings['Image size reduction [%s] failed.'] = 'Ha fallado la reducción de las dimensiones de la imagen [%s].'; $a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente.'; $a->strings['Unable to process image'] = 'Imposible procesar la imagen'; @@ -1987,7 +1923,6 @@ $a->strings['App-specific password successfully revoked.'] = 'Contraseña de la $a->strings['Two-factor app-specific passwords'] = 'Contraseña de la App de 2 Factores'; $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.

    '] = '

    Contraseñas de la App son contraseñas aleatorias que se usan en lugar de la contraseña normal para autenticarte usando Apps de 3ras compañías que no soportan autenticación de 2 factores.

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Asegurate de copiar tu contraseña de la App ahora. No podrás verla de nuevo!'; -$a->strings['Description'] = 'Descripción'; $a->strings['Last Used'] = 'Usada desde'; $a->strings['Revoke'] = 'Revocar'; $a->strings['Revoke All'] = 'Revocar todo'; @@ -2076,6 +2011,11 @@ $a->strings['Exception thrown in %s:%d'] = 'Excepción lanzada en %s:%d'; $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.'] = 'En el momento del registro, y para proporcionar comunicaciones entre la cuenta de usuario y sus contactos, el usuario debe proporcionar un nombre para mostrar (seudónimo), un nombre de usuario (apodo) y una dirección de correo que funcione. Los nombres seran visibles en tu página de perfil de la cuenta por cualquier visitante de la página, incluso si no se muestran otros detalles del perfil. La dirección de correo solo se usará para enviar notificaciones al usuario sobre interacciones, pero no será visible. La lista de una cuenta en el directorio de usuarios del nodo o el directorio de usuarios global es opcional y se puede controlar en los Ajustes de Configuración, no es necesario para la comunicació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.'] = 'Estos datos son necesarios para la comunicación y se transmiten a los nodos de los socios de comunicación y se almacena allí. Los usuarios pueden ingresar datos privados que pueden ser transmitidos a las cuentas de los socios de comunicación.'; $a->strings['Privacy Statement'] = 'Declaración de Privacidad'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'El artículo solicitado no existe o fue borrado.'; +$a->strings['Switch between your accounts'] = 'Cambiar entre tus cuentas'; +$a->strings['Manage your accounts'] = 'Administrar tus cuentas'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar'; +$a->strings['Select an identity to manage: '] = 'Selecciona una identidad a gestionar:'; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'Importar usuarios en sitios cerrados solo lo hace el Administrador.'; $a->strings['Move account'] = 'Mover cuenta'; $a->strings['You can import an account from another Friendica server.'] = 'Puedes importar una cuenta desde otro servidor de Friendica.'; @@ -2117,8 +2057,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Ir al directorio de tu sitio'; $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.'] = 'El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de Conectar o Seguir en su perfil. Proporciona tu direción personal si es necesario.'; $a->strings['Finding New People'] = 'Encontrando nueva gente'; $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.'] = 'En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas.'; -$a->strings['Group Your Contacts'] = 'Agrupa tus contactos'; -$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.'] = 'Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red.'; $a->strings['Why Aren\'t My Posts Public?'] = '¿Por qué mis publicaciones no son públicas?'; $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 respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba.'; $a->strings['Getting Help'] = 'Consiguiendo ayuda'; @@ -2176,11 +2114,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'petición de registro'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Recibiste una solicitud de registro de \'%1$s\' en %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Recibiste una [url=%1$s]solicitud de registro[/url] de %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Nombre Completo: %s -Ubicación: %s -Nombre de Usuario: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Visita %s para aprobar o rechazar la solicitud.'; $a->strings['%s %s tagged you'] = '%s %s te etiquetó'; $a->strings['%s %s shared a new post'] = '%s %s compartió nuevo artículo'; @@ -2305,7 +2238,6 @@ $a->strings['Center'] = 'Centrado'; $a->strings['Color scheme'] = 'Esquema de color'; $a->strings['Posts font size'] = 'Tamaño de letra de artículos'; $a->strings['Textareas font size'] = 'Tamaño de letra de áreas de texto'; -$a->strings['Comma separated list of helper forums'] = 'Lista separada por comas de foros de ayuda.'; $a->strings['don\'t show'] = 'no mostrar'; $a->strings['show'] = 'mostrar'; $a->strings['Set style'] = 'Definir estilo'; diff --git a/view/lang/et/messages.po b/view/lang/et/messages.po index 7b52f42b92..369c10180b 100644 --- a/view/lang/et/messages.po +++ b/view/lang/et/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-18 20:49+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Rain Hawk, 2019-2022\n" "Language-Team: Estonian (http://app.transifex.com/Friendica/friendica/language/et/)\n" @@ -18,45 +18,45 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mod/item.php:102 mod/item.php:105 mod/item.php:171 mod/item.php:174 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Ei leia algset postitust." -#: mod/item.php:139 +#: mod/item.php:138 msgid "Post updated." msgstr "" -#: mod/item.php:204 mod/item.php:208 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:218 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:256 mod/item.php:260 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Tühi postitus eiratud." -#: mod/item.php:412 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Elementi ei leitud" -#: mod/item.php:436 mod/message.php:69 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:95 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:86 -#: src/Module/Contact/Follow.php:159 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -67,17 +67,18 @@ msgstr "Elementi ei leitud" #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Õigus puudub." @@ -147,7 +148,7 @@ msgid "" "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:130 src/Module/Security/Login.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Hüüdnimi või email:" @@ -155,7 +156,7 @@ msgstr "Hüüdnimi või email:" msgid "Reset" msgstr "Lähtesta" -#: mod/lostpass.php:146 src/Module/Security/Login.php:173 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Lähtesta parool" @@ -215,150 +216,156 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:321 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Uus sõnum" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Ühtegi saajat pole valitud." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Ei leia kontakti infot." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Sõnumit ei saanud saata." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Sõnumi vastuvõtmise viga." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Eira" -#: mod/message.php:136 src/Content/Nav.php:318 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Sõnumid" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Vestlust ei leitud." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:183 mod/message.php:289 src/Module/Profile/UnkMail.php:146 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Palun sisesta lingi URL: " -#: mod/message.php:192 src/Module/Profile/UnkMail.php:152 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Saada privaatsõnum" -#: mod/message.php:193 mod/message.php:349 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "" -#: mod/message.php:194 mod/message.php:350 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Teema:" -#: mod/message.php:198 mod/message.php:353 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Sinu sõnum:" -#: mod/message.php:201 mod/message.php:357 src/Content/Conversation.php:352 -#: src/Module/Post/Edit.php:128 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Lae foto üles" -#: mod/message.php:202 mod/message.php:358 src/Module/Post/Edit.php:132 -#: src/Module/Profile/UnkMail.php:154 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Lisa hüperlink" -#: mod/message.php:203 mod/message.php:360 mod/photos.php:1291 -#: src/Content/Conversation.php:381 src/Content/Conversation.php:727 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:142 -#: src/Module/Profile/UnkMail.php:155 src/Object/Post.php:545 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Palun oota" -#: mod/message.php:204 mod/message.php:359 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:340 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:156 -#: src/Module/Settings/Profile/Index.php:231 src/Object/Post.php:1058 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Saada" -#: mod/message.php:225 +#: mod/message.php:223 msgid "No messages." msgstr "Sõnumeid pole." -#: mod/message.php:281 +#: mod/message.php:279 msgid "Message not available." msgstr "Sõnum pole saadaval. " -#: mod/message.php:326 +#: mod/message.php:323 msgid "Delete message" msgstr "Kustuta sõnum" -#: mod/message.php:328 mod/message.php:459 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "" -#: mod/message.php:343 mod/message.php:456 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Kustuta vestlus" -#: mod/message.php:345 +#: mod/message.php:342 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:348 +#: mod/message.php:345 msgid "Send Reply" msgstr "Saada vastus" -#: mod/message.php:430 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Tundmatu saatja - %s" -#: mod/message.php:432 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Sina ja %s " -#: mod/message.php:434 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s ja Sina" -#: mod/message.php:462 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -373,14 +380,14 @@ msgstr "Isiklikud märkmed" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:884 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:126 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Salvesta" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -392,22 +399,22 @@ msgid "User not found." msgstr "" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Foto albumid" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Hiljutised fotod" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Lae üles uusi fotosid" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "igaüks" @@ -419,259 +426,346 @@ msgstr "Kontakti infot pole saadaval" msgid "Album not found." msgstr "Albumit ei leitud" -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "see foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, 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:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Avalik ligipääs keelatud." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Fotosid pole valitud" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Lae fotod üles" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Uus albuminimi" -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "või vali olemasolev album:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Ära näita staatuse postitust selle üleslaadimise kohta" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:383 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:179 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Õigused" -#: mod/photos.php:796 +#: mod/photos.php:801 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:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Kustuta album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:399 -#: src/Module/Contact/Follow.php:172 src/Module/Contact/Revoke.php:109 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 -#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:164 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 #: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 #: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Cancel" msgstr "Katkesta" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Muuda Albumit" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Uusimad esmalt" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Vanimad esmalt" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Kuva foto" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Ebapiisavad õigused. Ligipääs siia võib olla piiratud." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto ei ole saadaval" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Kas soovid tõesti selle foto kustutada?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Kustuta foto" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Kuva foto" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Muuda foto" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Kasuta profiilipildina" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Kuva täismõõdus" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[vali tag` id mida eemaldada]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Uus albuminimi" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Lisa Tag" -#: mod/photos.php:1086 +#: mod/photos.php:1090 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:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Ära pööra" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Pööra CW (paremale)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Pööra CCW (vasakule)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:589 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1055 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "See oled sina" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:539 src/Object/Post.php:1057 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Kommentaar" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:396 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:162 -#: src/Object/Post.php:1069 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Eelvaade" -#: mod/photos.php:1140 src/Content/Conversation.php:351 -#: src/Module/Post/Edit.php:127 src/Object/Post.php:1059 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "" -#: mod/photos.php:1226 src/Content/Conversation.php:643 -#: src/Object/Post.php:256 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Vali" -#: mod/photos.php:1227 src/Content/Conversation.php:644 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Kustuta" -#: mod/photos.php:1288 src/Object/Post.php:384 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:384 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Mulle meeldib see (toggle)" -#: mod/photos.php:1290 src/Object/Post.php:385 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:385 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Mulle ei meeldi see (toggle)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Kaart" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:248 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Kustutada see element?" -#: src/App/Page.php:249 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:250 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:320 +#: src/App/Page.php:252 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:253 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:256 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:260 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:267 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:268 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:269 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "vaheta mobiilseks" @@ -688,33 +782,34 @@ msgstr "" msgid "You must be logged in to use addons. " msgstr "Lisade kasutamiseks peate sisse logima" -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "" -#: src/BaseModule.php:432 src/Content/Widget.php:235 src/Core/ACL.php:194 -#: src/Module/Contact.php:408 src/Module/PermissionTooltip.php:122 -#: src/Module/PermissionTooltip.php:144 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Jälgijad" -#: src/BaseModule.php:437 src/Content/Widget.php:236 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "" -#: src/BaseModule.php:442 src/Content/Widget.php:237 -#: src/Module/Contact.php:410 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Ühised sõbrad" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "" @@ -864,7 +959,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:662 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -975,7 +1070,7 @@ msgstr "" #: src/Content/ContactSelector.php:129 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 @@ -1035,363 +1130,508 @@ msgstr "" msgid "pnut" msgstr "" -#: src/Content/ContactSelector.php:178 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:220 -#, php-format -msgid "%s likes this." -msgstr "" - -#: src/Content/Conversation.php:223 -#, php-format -msgid "%s doesn't like this." -msgstr "" - #: src/Content/Conversation.php:226 -#, php-format -msgid "%s attends." -msgstr "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: src/Content/Conversation.php:232 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: src/Content/Conversation.php:235 src/Content/Conversation.php:273 -#: src/Content/Conversation.php:887 -#, php-format -msgid "%s reshared this." -msgstr "" - -#: src/Content/Conversation.php:241 msgid "and" msgstr "ja" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:235 #, php-format -msgid " like this" -msgstr "" +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:253 +#: src/Content/Conversation.php:237 #, php-format -msgid "%s like this." -msgstr "" +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:239 #, php-format -msgid " don't like this" -msgstr "" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:257 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s don't like this." -msgstr "" +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:260 +#: src/Content/Conversation.php:243 #, php-format -msgid " attend" -msgstr "" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:261 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s attend." -msgstr "" +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:264 +#: src/Content/Conversation.php:276 #, php-format -msgid " don't attend" -msgstr "" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:265 +#: src/Content/Conversation.php:279 #, php-format -msgid "%s don't attend." -msgstr "" +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:268 +#: src/Content/Conversation.php:282 #, php-format -msgid " attend maybe" -msgstr "" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:285 #, php-format -msgid "%s attend maybe." -msgstr "" +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:288 #, php-format -msgid " reshared this" -msgstr "" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:320 +#: src/Content/Conversation.php:291 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "" -#: src/Content/Conversation.php:321 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1068 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Palun sisesta pildi/video/audio/veebilehe URL:" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Tag`i tingimus:" -#: src/Content/Conversation.php:323 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Salvesta kausta:" -#: src/Content/Conversation.php:324 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Kus sa hetkel oled?" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Kustutada element(id)?" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:347 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Uus postitus" -#: src/Content/Conversation.php:350 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Jaga" -#: src/Content/Conversation.php:353 src/Module/Post/Edit.php:129 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "lae foto üles" -#: src/Content/Conversation.php:354 src/Module/Post/Edit.php:130 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Manusta fail" -#: src/Content/Conversation.php:355 src/Module/Post/Edit.php:131 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "manusta fail" -#: src/Content/Conversation.php:356 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:168 src/Object/Post.php:1060 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Rasvane" -#: src/Content/Conversation.php:357 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:169 src/Object/Post.php:1061 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "" -#: src/Content/Conversation.php:358 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:170 src/Object/Post.php:1062 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Allajoonitud" -#: src/Content/Conversation.php:359 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1063 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Tsitaat" -#: src/Content/Conversation.php:360 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1064 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Kood" -#: src/Content/Conversation.php:361 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1065 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Pilt" -#: src/Content/Conversation.php:362 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1066 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "" -#: src/Content/Conversation.php:363 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1067 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Link või meediafail" -#: src/Content/Conversation.php:364 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:200 -#: src/Module/Post/Edit.php:138 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Vali oma asukoht" -#: src/Content/Conversation.php:366 src/Module/Post/Edit.php:139 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "vali asukoht" -#: src/Content/Conversation.php:367 src/Module/Post/Edit.php:140 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Kustuta sirviku asukoht" -#: src/Content/Conversation.php:368 src/Module/Post/Edit.php:141 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "kustuta asukoht" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:205 -#: src/Module/Post/Edit.php:154 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Pane pealkiri" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:206 -#: src/Module/Post/Edit.php:156 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategooriad (komaga-eraldatud nimistu)" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Ajastatud" -#: src/Content/Conversation.php:382 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Õiguste sätted" -#: src/Content/Conversation.php:392 src/Module/Post/Edit.php:152 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Avalik postitus" -#: src/Content/Conversation.php:406 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:93 -#: src/Module/Post/Edit.php:177 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Sõnum" -#: src/Content/Conversation.php:407 src/Module/Post/Edit.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Sirvik" -#: src/Content/Conversation.php:409 src/Module/Post/Edit.php:181 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:671 src/Object/Post.php:243 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:687 src/Object/Post.php:491 -#: src/Object/Post.php:492 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: src/Content/Conversation.php:700 src/Object/Post.php:479 -msgid "Categories:" -msgstr "Kategooriad:" - -#: src/Content/Conversation.php:701 src/Object/Post.php:480 -msgid "Filed under:" -msgstr "" - -#: src/Content/Conversation.php:709 src/Object/Post.php:505 -#, php-format -msgid "%s from %s" -msgstr "" - -#: src/Content/Conversation.php:725 -msgid "View in context" -msgstr "" - -#: src/Content/Conversation.php:790 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "eemalda" -#: src/Content/Conversation.php:794 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Kustuta valitud elemendid" -#: src/Content/Conversation.php:859 src/Content/Conversation.php:862 -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:871 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:874 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:798 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Taasjagatud" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:892 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:895 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategooriad:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Kohalik kogukond" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Selle kohaliku serveri kasutajate postitused" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Globaalne kogukond" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Terve fõderatsiooni võrgu kasutajate postitused" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Viimased tegevused" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sorteeri hiljutiste tegevuste järgi" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Viimased postitused" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Viimati loodud" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Isiklik" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Postitused, mis mainivad või puudutavad sind" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Tähega märgitud" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Lemmikpostitused" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Üldised funktsioonid" @@ -1421,12 +1661,12 @@ msgid "Post Composition Features" msgstr "" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" +msgid "Auto-mention Groups" msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1467,11 +1707,11 @@ msgid "Advanced Profile Settings" msgstr "Täpsemad profiili sätted" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Foorumite nimistu" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1504,127 +1744,137 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:278 -#: src/Content/Text/HTML.php:905 src/Content/Widget.php:524 -msgid "Forums" -msgstr "Foorumid" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Välimine link foorumisse" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:503 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:405 -#: src/Content/Widget.php:504 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "näita veel" -#: src/Content/Item.php:326 src/Model/Item.php:2900 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "sündmus" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "staatus" -#: src/Content/Item.php:335 src/Model/Item.php:2902 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Jälgi vestlust" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Vaata staatust" -#: src/Content/Item.php:421 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:234 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Vaata profiili" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Vaata fotosid" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Võrgupostitused" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Vaata kontakti" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Saada privaatsõnum" -#: src/Content/Item.php:426 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:478 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Blokeeri" -#: src/Content/Item.php:427 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:486 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignoreeri" -#: src/Content/Item.php:428 src/Module/Contact.php:442 -#: src/Module/Contact/Profile.php:494 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:460 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:166 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Ühendu/Järgi" -#: src/Content/Item.php:862 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Ei midagi uut siin" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Puhasta teated" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:892 -msgid "@name, !forum, #tags, content" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" msgstr "" -#: src/Content/Nav.php:222 src/Module/Security/Login.php:158 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Logi välja" @@ -1633,7 +1883,7 @@ msgid "End this session" msgstr "Lõpeta see sessioon" #: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "" @@ -1642,7 +1892,7 @@ msgid "Sign in" msgstr "Logi sisse" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:484 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" @@ -1651,8 +1901,8 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:476 -#: src/Module/Contact/Profile.php:393 src/Module/Profile/Profile.php:268 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profiil" @@ -1671,7 +1921,7 @@ msgid "Your photos" msgstr "Sinu fotod" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:500 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" @@ -1683,7 +1933,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Kalender" @@ -1704,7 +1954,7 @@ msgstr "Sinu personaalsed märkmed" msgid "Home" msgstr "Kodu" -#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:74 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Koduleht" @@ -1718,10 +1968,10 @@ msgid "Create an account" msgstr "Loo konto" #: src/Content/Nav.php:261 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Abi" @@ -1737,8 +1987,8 @@ msgstr "Rakendused" msgid "Addon applications, utilities, games" msgstr "Lisarakendused, utiliidid, mängud" -#: src/Content/Nav.php:269 src/Content/Text/HTML.php:890 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Otsi" @@ -1746,19 +1996,19 @@ msgstr "Otsi" msgid "Search site content" msgstr "Otsi lehe sisust" -#: src/Content/Nav.php:272 src/Content/Text/HTML.php:899 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Täistekst" -#: src/Content/Nav.php:273 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Sildid" #: src/Content/Nav.php:274 src/Content/Nav.php:329 -#: src/Content/Text/HTML.php:901 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:411 -#: src/Module/Contact.php:507 view/theme/frio/theme.php:243 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontaktid" @@ -1789,7 +2039,7 @@ msgstr "Info selle friendica instantsi kohta" #: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "" @@ -1797,7 +2047,8 @@ msgstr "" msgid "Terms of Service of this Friendica instance" msgstr "Selle Friendica instantsi kasutustingimused" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Võrk" @@ -1826,7 +2077,7 @@ msgstr "Teavitused" msgid "See all notifications" msgstr "Vaata kõiki teavitusi" -#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:241 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Märgi loetuks" @@ -1855,7 +2106,7 @@ msgid "Manage other pages" msgstr "Halda teisi lehti" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Sätted" @@ -1876,13 +2127,13 @@ msgstr "" msgid "Site setup and configuration" msgstr "Saidi seadmine ja sätted" -#: src/Content/Nav.php:335 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1902,11 +2153,11 @@ msgstr "Navigatsioon" msgid "Site map" msgstr "Lehekaart" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "" @@ -1926,51 +2177,51 @@ msgstr "järgmine" msgid "last" msgstr "viimane" -#: src/Content/Text/BBCode.php:949 src/Content/Text/BBCode.php:1811 -#: src/Content/Text/BBCode.php:1812 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "pilt/foto" -#: src/Content/Text/BBCode.php:1166 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1191 src/Model/Item.php:3573 -#: src/Model/Item.php:3579 src/Model/Item.php:3580 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1729 src/Content/Text/HTML.php:929 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Klõpsa ava/sulge" -#: src/Content/Text/BBCode.php:1760 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "" -#: src/Content/Text/BBCode.php:1816 src/Content/Text/BBCode.php:1817 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Krüptitud sisu" -#: src/Content/Text/BBCode.php:2044 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:2059 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "" -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Lõpp" -#: src/Content/Text/HTML.php:884 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:438 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Jälgi" @@ -1997,118 +2248,132 @@ msgid_plural "%d invitations available" msgstr[0] "%d kutset saadaval" msgstr[1] "%d kutset saadaval" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Leia inimesi" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Sissta nimi või huviala" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: src/Content/Widget.php:82 src/Module/Contact.php:433 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Otsi" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Sõbrasoovitused" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Sarnased huvid" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Suvaline profiil" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Kutsu sõpru" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Globaalne kataloog" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Kohalik kataloog" -#: src/Content/Widget.php:211 src/Model/Group.php:587 -#: src/Module/Contact.php:395 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grupid" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:213 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:242 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Suhted" -#: src/Content/Widget.php:244 src/Module/Contact.php:339 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Kõik kontaktid" -#: src/Content/Widget.php:283 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokollid" -#: src/Content/Widget.php:285 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Kõik protokollid" -#: src/Content/Widget.php:313 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Salvestatud kaustad" -#: src/Content/Widget.php:315 src/Content/Widget.php:346 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Kõikvõimalik" -#: src/Content/Widget.php:344 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategooriad" -#: src/Content/Widget.php:401 +#: src/Content/Widget.php:406 #, 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:497 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Arhiivid" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Isikud" -#: src/Content/Widget.php:522 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organisatsioonid" -#: src/Content/Widget.php:523 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Uudised" -#: src/Content/Widget.php:527 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Kontode tüübid" -#: src/Content/Widget.php:528 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Eksport" @@ -2155,93 +2420,108 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "Veel trendikaid silte" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:382 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:380 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Asukoht:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Võrk" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:430 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:269 +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 -#: src/Module/PermissionTooltip.php:150 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "" -#: src/Core/ACL.php:293 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Postita meilile" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:197 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Avalik" -#: src/Core/ACL.php:321 +#: src/Core/ACL.php:322 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:322 src/Module/PermissionTooltip.php:93 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "Piiratud/Privaatne" -#: src/Core/ACL.php:323 +#: src/Core/ACL.php:324 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:323 -msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "" - #: src/Core/ACL.php:324 -msgid "Show to:" +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "" -#: src/Core/ACL.php:326 src/Module/Post/Edit.php:151 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 msgid "CC: email addresses" msgstr "CC: emaili addressid" -#: src/Core/ACL.php:327 src/Module/Post/Edit.php:157 +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: src/Core/ACL.php:328 +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "" @@ -2331,394 +2611,418 @@ msgstr "" msgid "Generate encryption keys" msgstr "" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "" -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "" -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Esmaspäev" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Teisipäev" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Kolmapäev" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Neljapäev" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Reede" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Laupäev" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Pühapäev" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Jaanuar" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Veebruar" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Märts" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Aprill" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mai" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Juuni" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Juuli" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "August" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Oktoober" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Detsember" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Esm" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Tei" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Kol" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Nel" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Ree" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Lau" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Püh" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2763,22 +3067,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2788,16 +3092,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2809,28 +3113,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2838,42 +3142,42 @@ msgid "" "%s\n" msgstr "" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "" @@ -2882,82 +3186,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Igaüks" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "muuda" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "lisa" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organisatsioon" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Foorum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2942 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Mittelubatud profiili URL." -#: src/Model/Contact.php:2947 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "" -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2979 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:2996 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "" -#: src/Model/Contact.php:2998 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "" -#: src/Model/Contact.php:3004 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "" -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "" -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "" -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "" -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "" -#: src/Model/Contact.php:3084 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "" @@ -2965,54 +3309,54 @@ msgstr "" msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Algab:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Lõpeb:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "terve päev" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "täna" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "kuu" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "nädal" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "päev" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Pole üritusi kuvamiseks" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Ligipääs sellele profiilile on piiratud. " -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3044,438 +3388,405 @@ msgstr "" msgid "g:i A" msgstr "" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Näita kaarti" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Peida kaart" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s sünnipäev" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Palju Õnne %s " -#: src/Model/Group.php:105 -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." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Baas turvalisuse grupp uutele kontaktidele" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Igaüks" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "muuda" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "lisa" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Muuda gruppi" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Mitteüheski grupis olevad kontaktid" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Loo uus grupp" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Grupi nimi:" - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Muuda gruppe" - -#: src/Model/Item.php:2001 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2904 +#: src/Model/Item.php:3141 msgid "activity" msgstr "tegevused" -#: src/Model/Item.php:2906 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2909 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "postitus" -#: src/Model/Item.php:3059 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3061 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3063 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3067 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3485 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "" -#: src/Model/Item.php:3516 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3518 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3523 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3525 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3527 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3561 src/Model/Item.php:3562 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Kuva eraldi lehel" -#: src/Model/Mail.php:136 src/Model/Mail.php:264 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[teema puudub] " -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:198 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Seina fotod" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Muuda profiili" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Muuda profiilifoto" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Koduleht:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:386 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Minust:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[täna]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Sünnipäeva meeldetuletused" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Sünnipäevad sel nädalal:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[kirjeldus puudub]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Sündmuste meeldetuletused" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Eelseisvad sündmused järgneval 7 päeval: " -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: src/Model/Profile.php:1013 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Kodulinn:" -#: src/Model/Profile.php:1014 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Seksuaalne eelistus:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Poliitilised vaated:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Usulised vaated:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Meeldimised:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Mittemeeldimised:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Tiitel/Kirjeldus:" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Kokkuvõte" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Muusikalised huvid" -#: src/Model/Profile.php:1025 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Raamatud, kirjandus" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televisioon" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/tants/kultuur/meelelehutus" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobid/Huvid" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Armastus/Romantika" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Töö/Ametitegevus" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Kool/Haridus" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Kontaktinfo ja Sotsiaalvõrgustikud" -#: src/Model/User.php:213 src/Model/User.php:1119 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "" -#: src/Model/User.php:571 src/Model/User.php:604 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "" -#: src/Model/User.php:636 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:753 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Parool ei saa olla tühi " -#: src/Model/User.php:795 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Tühjad paroolid pole lubatud" -#: src/Model/User.php:799 +#: src/Model/User.php:934 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:803 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:807 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1002 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Paroolid ei kattu" -#: src/Model/User.php:1009 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Kutse on nõutav." -#: src/Model/User.php:1013 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Kutset ei õnnestu kontrollida." -#: src/Model/User.php:1021 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "" -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "" -#: src/Model/User.php:1040 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "" -#: src/Model/User.php:1054 +#: src/Model/User.php:1203 #, 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:1061 +#: src/Model/User.php:1210 #, 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:1065 +#: src/Model/User.php:1214 #, 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:1073 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "" -#: src/Model/User.php:1078 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "" -#: src/Model/User.php:1082 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "" -#: src/Model/User.php:1085 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1089 src/Model/User.php:1095 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "" -#: src/Model/User.php:1101 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1109 src/Model/User.php:1166 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "" -#: src/Model/User.php:1153 src/Model/User.php:1157 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "" -#: src/Model/User.php:1180 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "" -#: src/Model/User.php:1187 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1192 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Sõbrad" -#: src/Model/User.php:1196 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1235 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Profiilifotod" -#: src/Model/User.php:1428 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3483,7 +3794,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1431 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3501,10 +3812,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3515,12 +3825,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1464 src/Model/User.php:1571 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "" -#: src/Model/User.php:1484 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3535,12 +3845,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1503 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1527 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3549,7 +3859,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1535 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3567,10 +3877,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3581,6 +3890,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "" @@ -3601,15 +3915,15 @@ msgid "Disable" msgstr "" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:207 -#: src/Module/Admin/Logs/Settings.php:79 src/Module/Admin/Logs/View.php:84 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:389 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3619,7 +3933,7 @@ msgstr "" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Lisad" @@ -3628,13 +3942,13 @@ msgstr "Lisad" msgid "Toggle" msgstr "" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "" -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "" @@ -3647,13 +3961,13 @@ msgstr "" msgid "Addon %s failed to install." msgstr "" -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:81 src/Module/Admin/Site.php:392 +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 -#: src/Module/Settings/Connectors.php:158 -#: src/Module/Settings/Connectors.php:243 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Salvesta Sätted" @@ -3662,7 +3976,7 @@ msgstr "Salvesta Sätted" msgid "Reload active addons" msgstr "" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -3704,28 +4018,28 @@ msgstr "" msgid "There was no additional update function %s that needed to be called." msgstr "" -#: src/Module/Admin/DBSync.php:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "" -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "" -#: src/Module/Admin/DBSync.php:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "" @@ -3734,79 +4048,81 @@ msgstr "" msgid "Lock feature %s" msgstr "" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "Halda lisafunktsioone" -#: src/Module/Admin/Federation.php:73 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "" -#: src/Module/Admin/Federation.php:147 src/Module/Admin/Federation.php:396 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:181 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:202 +#: src/Module/Admin/Federation.php:209 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:208 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:212 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3824,46 +4140,53 @@ msgstr[1] "" msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/Admin/Logs/Settings.php:71 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:73 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:102 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 #: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "" -#: src/Module/Admin/Logs/Settings.php:82 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "" -#: src/Module/Admin/Logs/Settings.php:86 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:92 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "" -#: src/Module/Admin/Logs/Settings.php:90 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -3886,77 +4209,77 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:104 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "" -#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Admin/Logs/View.php:87 msgid "Search in logs" msgstr "" -#: src/Module/Admin/Logs/View.php:89 +#: src/Module/Admin/Logs/View.php:88 #: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "Näita kõik" -#: src/Module/Admin/Logs/View.php:90 +#: src/Module/Admin/Logs/View.php:89 msgid "Date" msgstr "" -#: src/Module/Admin/Logs/View.php:91 +#: src/Module/Admin/Logs/View.php:90 msgid "Level" msgstr "" -#: src/Module/Admin/Logs/View.php:92 +#: src/Module/Admin/Logs/View.php:91 msgid "Context" msgstr "" -#: src/Module/Admin/Logs/View.php:94 +#: src/Module/Admin/Logs/View.php:93 msgid "ALL" msgstr "" -#: src/Module/Admin/Logs/View.php:95 +#: src/Module/Admin/Logs/View.php:94 msgid "View details" msgstr "" -#: src/Module/Admin/Logs/View.php:96 +#: src/Module/Admin/Logs/View.php:95 msgid "Click to view details" msgstr "" -#: src/Module/Admin/Logs/View.php:97 src/Module/Calendar/Event/Form.php:207 +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" msgstr "Sündmuse detailid" -#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" -#: src/Module/Admin/Logs/View.php:99 +#: src/Module/Admin/Logs/View.php:98 #: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "" -#: src/Module/Admin/Logs/View.php:100 +#: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" -#: src/Module/Admin/Logs/View.php:101 +#: src/Module/Admin/Logs/View.php:100 msgid "Line" msgstr "" -#: src/Module/Admin/Logs/View.php:102 +#: src/Module/Admin/Logs/View.php:101 msgid "Function" msgstr "" -#: src/Module/Admin/Logs/View.php:103 +#: src/Module/Admin/Logs/View.php:102 msgid "UID" msgstr "" -#: src/Module/Admin/Logs/View.php:104 +#: src/Module/Admin/Logs/View.php:103 msgid "Process ID" msgstr "" -#: src/Module/Admin/Logs/View.php:105 +#: src/Module/Admin/Logs/View.php:104 msgid "Close" msgstr "" @@ -3992,7 +4315,8 @@ msgstr "" msgid "Job Parameters" msgstr "" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:75 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Loodud" @@ -4000,269 +4324,269 @@ msgstr "Loodud" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:207 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:304 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:321 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "" -#: src/Module/Admin/Site.php:333 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:334 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:335 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:336 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:337 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "" -#: src/Module/Admin/Site.php:366 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Suletud" -#: src/Module/Admin/Site.php:367 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Vajab heakskiitu" -#: src/Module/Admin/Site.php:368 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Avatud" -#: src/Module/Admin/Site.php:372 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Ära kontrolli" -#: src/Module/Admin/Site.php:373 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "kontrolli stabiilset versiooni" -#: src/Module/Admin/Site.php:374 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:378 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:379 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:380 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:390 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "" -#: src/Module/Admin/Site.php:391 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:393 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:394 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registreerimine" -#: src/Module/Admin/Site.php:395 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "" -#: src/Module/Admin/Site.php:396 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "" -#: src/Module/Admin/Site.php:397 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:517 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Täpsem" -#: src/Module/Admin/Site.php:398 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:399 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:401 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:403 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:406 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Lisainfo" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Süsteemi keel" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Süsteemi teema" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Mobiilne süsttemi teema" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Teema mobiilseadmetele" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4270,181 +4594,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:489 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:432 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:490 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:434 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:493 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:493 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:494 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:436 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:496 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:438 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "" -#: src/Module/Admin/Site.php:438 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:498 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:440 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:499 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:441 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:502 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:444 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:504 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:446 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." +"circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:506 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:448 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:508 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 " @@ -4452,11 +4788,11 @@ msgid "" "while." msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:509 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 " @@ -4465,267 +4801,319 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:514 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:454 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:456 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:530 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:468 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:482 -msgid "Days between requery" -msgstr "" - -#: src/Module/Admin/Site.php:482 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:548 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:486 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:550 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 " @@ -4733,50 +5121,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:552 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:489 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:555 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:492 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4784,144 +5172,308 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:557 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:494 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:494 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:562 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:497 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:498 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:568 #, 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:501 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:570 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:503 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 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:504 src/Module/Contact/Profile.php:287 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:580 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:510 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "" @@ -4967,7 +5519,13 @@ msgstr "" msgid "This backend doesn't have custom settings" msgstr "" -#: src/Module/Admin/Storage.php:149 +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "" @@ -5071,51 +5629,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Serveri sätted" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versioon" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Aktiveeritud lisad" @@ -5155,16 +5702,16 @@ msgstr "" msgid "Reload active themes" msgstr "" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: src/Module/Admin/Themes/Index.php:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "" @@ -5212,7 +5759,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5229,7 +5776,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5242,7 +5789,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5268,11 +5815,11 @@ msgstr "Elementi ei leitud." msgid "Please login to continue." msgstr "Jätkamiseks logi sisse" -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5282,11 +5829,11 @@ msgstr "" msgid "Overview" msgstr "Ülevaade" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Konfiguratsioon" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Lisafunktsioonid" @@ -5306,7 +5853,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "" @@ -5334,23 +5881,23 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "" -#: src/Module/BaseApi.php:266 src/Module/BaseApi.php:282 -#: src/Module/BaseApi.php:298 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:267 +#: src/Module/BaseApi.php:456 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:283 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5358,7 +5905,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:299 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5366,32 +5913,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Kasutajad" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Tööriistad" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Kustuta element" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:479 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Profiili detailid" @@ -5403,7 +5964,7 @@ msgstr "" msgid "Only You Can See This" msgstr "Ainult Sina saad seda näha" -#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "Ajastatud postitused" @@ -5415,50 +5976,67 @@ msgstr "Avaldamiseks ajastatud postitused" msgid "Tips for New Members" msgstr "Näpunäiteid uutele liikmetele" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Inimeste otsing - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Foorumi otsing - %s" +msgid "Group Search - %s" +msgstr "" -#: src/Module/BaseSearch.php:119 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Pole kattuvusi" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Konto" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Kuva" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:202 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Sotsiaalvõrgud" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Halda kontosid" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Ühendatud rakendused" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Ekspordi isiklikud andmed" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Eemalda konto" @@ -5517,8 +6095,9 @@ msgstr "Sündmus algab:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Nõutav" @@ -5578,170 +6157,260 @@ msgstr "Vaade" msgid "Create New Event" msgstr "Loo uus sündmus" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Kontakti ei leitud." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Mittevaliidne kontakt." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Liikmed" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Lisamiseks või eemaldamiseks klõpsa kontaktil." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, 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:342 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Kuva kõiki kontakte" -#: src/Module/Contact.php:347 src/Module/Contact.php:415 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Ootel" -#: src/Module/Contact.php:350 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Näita ainult ootel kontakte" -#: src/Module/Contact.php:355 src/Module/Contact.php:416 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Blokeeritud" -#: src/Module/Contact.php:358 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Näita ainult blokeeritud kontakte" -#: src/Module/Contact.php:363 src/Module/Contact.php:418 -#: src/Object/Post.php:344 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignoreeritud" -#: src/Module/Contact.php:366 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Näita ainult ignoreeritud kontakte" -#: src/Module/Contact.php:371 src/Module/Contact.php:419 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:379 src/Module/Contact.php:420 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Arhiveeritud" -#: src/Module/Contact.php:382 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Näita ainult arhiveeritud kontakte" -#: src/Module/Contact.php:387 src/Module/Contact.php:417 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Peidetud" -#: src/Module/Contact.php:390 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Näita ainult peidetud kontakte" -#: src/Module/Contact.php:398 -msgid "Organize your contact groups" -msgstr "Organiseeri oma kontaktgruppe" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:431 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Otsi oma kontakte" -#: src/Module/Contact.php:432 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Tulemused: %s " -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Uuenda" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:478 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Võta blokk maha" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:486 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Äraignoreeri" -#: src/Module/Contact.php:442 src/Module/Contact/Profile.php:494 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:444 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Multitegevused" -#: src/Module/Contact.php:487 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Selle kontakti alustatud vestlused" -#: src/Module/Contact.php:492 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Postitused ja Kommentaarid" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Täiendavad Kontakti sätted" -#: src/Module/Contact.php:556 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Ühine sõprus" -#: src/Module/Contact.php:560 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "" -#: src/Module/Contact.php:582 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Ootel väljuv kontaktitaotlus" -#: src/Module/Contact.php:584 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Ootel sisenev kontaktitaotlus" -#: src/Module/Contact.php:597 src/Module/Contact/Profile.php:347 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Külasta %s profiili [%s] " -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Kontakti ei leitud." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Kontakti uuendamine nurjus." @@ -5752,13 +6421,14 @@ msgstr "" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 -#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:73 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 msgid "Name" msgstr "Nimi" @@ -5778,11 +6448,6 @@ msgstr "" msgid "New photo from this URL" msgstr "" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Mittevaliidne kontakt." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5791,28 +6456,28 @@ msgstr "" msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:132 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:135 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:138 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:140 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" @@ -5831,15 +6496,15 @@ msgid "" "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:146 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Follow.php:69 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5848,71 +6513,72 @@ msgstr[1] "" msgid "Access denied." msgstr "Ligipääs keelatud." -#: src/Module/Contact/Follow.php:104 src/Module/Contact/Unfollow.php:125 +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 #: src/Module/Profile/RemoteFollow.php:133 msgid "Submit Request" msgstr "Saada taotlus" -#: src/Module/Contact/Follow.php:114 +#: src/Module/Contact/Follow.php:115 msgid "You already added this contact." msgstr "Te juba lisasite selle kontakti." -#: src/Module/Contact/Follow.php:129 +#: src/Module/Contact/Follow.php:130 msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:137 +#: src/Module/Contact/Follow.php:138 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "Diaspora toetus pole võimaldatud. Kontakti ei saa lisada." -#: src/Module/Contact/Follow.php:142 +#: src/Module/Contact/Follow.php:143 msgid "OStatus support is disabled. Contact can't be added." msgstr "OStatus tugi pole võimaldatud. Kontakti ei saa lisada." -#: src/Module/Contact/Follow.php:167 src/Module/Profile/RemoteFollow.php:132 +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 msgid "Please answer the following:" msgstr "Palun vasta järgnevale:" -#: src/Module/Contact/Follow.php:168 src/Module/Contact/Unfollow.php:123 +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 msgid "Your Identity Address:" msgstr "Sinu ID aadress:" -#: src/Module/Contact/Follow.php:169 src/Module/Contact/Profile.php:376 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Profiili URL" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:388 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" msgstr "Tag`id: " -#: src/Module/Contact/Follow.php:181 +#: src/Module/Contact/Follow.php:182 #, php-format msgid "%s knows you" msgstr "" -#: src/Module/Contact/Follow.php:182 +#: src/Module/Contact/Follow.php:183 msgid "Add a personal note:" msgstr "Lisa personaalne teade:" -#: src/Module/Contact/Follow.php:191 src/Module/Contact/Unfollow.php:138 +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Follow.php:220 +#: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." msgstr "Kontakti ei saanud lisada." #: src/Module/Contact/MatchInterests.php:94 -#: src/Module/Media/Attachment/Upload.php:79 -#: src/Module/Media/Attachment/Upload.php:84 -#: src/Module/Media/Photo/Upload.php:83 src/Module/Media/Photo/Upload.php:88 -#: src/Module/Media/Photo/Upload.php:137 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "" @@ -5924,248 +6590,312 @@ msgstr "" msgid "Profile Match" msgstr "" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Kontakti andmete uuendamine ebaõnnestus." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakti blokeering tühistatud" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakt blokeeritud" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakti ei ignoreerita enam" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakti ignoreeritakse" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Oled ühine sõber %s ga" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Sa jagad %s ga" -#: src/Module/Contact/Profile.php:245 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s jagab sinuga" -#: src/Module/Contact/Profile.php:261 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Privaatkommunikatsioon ei ole selle kontaktiga saadaval. " -#: src/Module/Contact/Profile.php:263 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Mitte kunagi" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Uuendus ei õnnestunud)" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Uuendus õnnestus)" -#: src/Module/Contact/Profile.php:268 src/Module/Contact/Profile.php:449 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Soovita sõpru" -#: src/Module/Contact/Profile.php:272 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Võrgutüüp: %s " -#: src/Module/Contact/Profile.php:277 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Suhtlus selle kontaktiga katkes! " -#: src/Module/Contact/Profile.php:283 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "" -#: src/Module/Contact/Profile.php:285 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "" -#: src/Module/Contact/Profile.php:290 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:305 -#: src/Module/Contact/Profile.php:310 src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:301 src/Module/Contact/Profile.php:311 -#: src/Module/Contact/Profile.php:317 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:306 src/Module/Contact/Profile.php:312 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Kontaktinfo/Märkmed" -#: src/Module/Contact/Profile.php:330 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Kontakti sätted" -#: src/Module/Contact/Profile.php:338 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact/Profile.php:342 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Nende personaalne märge" -#: src/Module/Contact/Profile.php:344 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Muuda kontakti märkmeid" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Blokeeri/Vabasta kontakt" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignoreeri kontakti" -#: src/Module/Contact/Profile.php:350 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Kuva vestlusi" -#: src/Module/Contact/Profile.php:355 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Viimane uuendus:" -#: src/Module/Contact/Profile.php:357 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Uuenda avalikke postitusi" -#: src/Module/Contact/Profile.php:359 src/Module/Contact/Profile.php:459 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Uuenda nüüd" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Hetkel blokitud" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Hetkel ingnoreeritud" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:365 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Hetkel arhiveeritud" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Peida see kontakt teiste eest" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:394 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/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Teavitus uutest postitustest" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Saada selle kontakti igast postitusest mulle teavitus" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:389 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Tegevused" -#: src/Module/Contact/Profile.php:391 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Staatus" -#: src/Module/Contact/Profile.php:397 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:399 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:469 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:480 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Vaheta Bloki staatust" -#: src/Module/Contact/Profile.php:488 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Vahea Ignoreeritud staatust" -#: src/Module/Contact/Profile.php:496 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:503 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:505 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6177,10 +6907,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6198,7 +6924,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Jah" @@ -6228,102 +6954,59 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Pole tulemusi." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Kohalik kogukond" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Selle kohaliku serveri kasutajate postitused" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globaalne kogukond" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Terve fõderatsiooni võrgu kasutajate postitused" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Pole tulemusi." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Kogukondlik valik pole saadaval. " -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Pole saadaval." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Sellist gruppi pole" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Grupp: %s " - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Viimased tegevused" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Sorteeri hiljutiste tegevuste järgi" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Viimased postitused" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "Viimati loodud" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:236 -msgid "Personal" -msgstr "Isiklik" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Postitused, mis mainivad või puudutavad sind" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:356 -msgid "Starred" -msgstr "Tähega märgitud" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Lemmikpostitused" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "" #: src/Module/Credits.php:44 msgid "Credits" @@ -6541,7 +7224,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Selle mooduli kasutamiseks tuleb sisse logida" @@ -6602,29 +7285,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Halda oma kontosid" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Pole kirjeid (osad võivad olla peidetud)" @@ -6670,138 +7330,59 @@ msgstr "Soovita sõpru" msgid "Suggest a friend for %s" msgstr "Soovita kasutaja %s -le sõpra. " -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Ei õnnestunud gruppi luua." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Gruppi ei leitud." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Salvesta grupp" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Loo grupp kontaktidest/sõpradest." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Ei saa gruppi eemaldada." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Kustuta grupp" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Muud grupi nime" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Liikmed" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Grupp on tühi" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Eemalda kontakt grupist" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Lisamiseks või eemaldamiseks klõpsa kontaktil." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Lisa kontakt gruppi" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Profiili ei ole" @@ -7093,30 +7674,26 @@ msgstr "Koosta uus postitus" msgid "Visibility" msgstr "Nähtavus" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "" @@ -7151,42 +7728,35 @@ msgstr "Failid" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Lae üles" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Or - did you try to upload an empty file?" msgstr "" -#: src/Module/Media/Attachment/Upload.php:106 +#: src/Module/Media/Attachment/Upload.php:104 #, php-format msgid "File exceeds size limit of %s" msgstr "" -#: src/Module/Media/Attachment/Upload.php:116 +#: src/Module/Media/Attachment/Upload.php:114 msgid "File upload failed." msgstr "Faili üleslaadimine nurjus." -#: src/Module/Media/Photo/Upload.php:154 src/Module/Media/Photo/Upload.php:155 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Ei suuda pilti töödelda. " -#: src/Module/Media/Photo/Upload.php:188 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Pilt ületab suuruse limiidi %s " - -#: src/Module/Media/Photo/Upload.php:206 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Pildi üleslaadimine nurjus." @@ -7218,41 +7788,41 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normaalse konto leht" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Avalik foorum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Automaatne sõbraleht" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Privaatne foorum" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Isiklik leht" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Organisatsiooni leht" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Uudiste leht" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Kogukonna foorum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7308,6 +7878,7 @@ msgid "Block New Remote Contact" msgstr "Blokeeri kaugkontakt" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto" @@ -7381,6 +7952,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7524,6 +8097,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "" @@ -7637,10 +8211,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7663,6 +8233,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normaalne konto" @@ -7672,8 +8473,8 @@ msgid "Automatic Follower Account" msgstr "Automaatse jälgija konto" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Avaliku foorumi konto" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7684,8 +8485,8 @@ msgid "Blog Account" msgstr "Blogikonto" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Privaatfoorumi konto" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -7827,19 +8628,19 @@ msgstr "" msgid "Add User" msgstr "Lisa kasutaja" -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 msgid "Name of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname" msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." msgstr "" @@ -7921,7 +8722,7 @@ msgstr "Väidab, et on sulle tuttav:" #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "" @@ -7985,11 +8786,11 @@ msgstr "Kodu teavitused" msgid "Show unread" msgstr "Näita lugemata" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} taotleb registreerimist" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8008,7 +8809,7 @@ msgstr "" msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8019,11 +8820,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8092,67 +8893,77 @@ msgstr "ignoreeritud" msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:66 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:89 +#: src/Module/PermissionTooltip.php:94 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:107 +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Kaugturvainfo pole kättesaadav." -#: src/Module/PermissionTooltip.php:116 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Nähtav: " -#: src/Module/PermissionTooltip.php:200 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:223 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:230 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:233 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/PermissionTooltip.php:250 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:253 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8165,23 +8976,23 @@ msgstr "" msgid "Edit post" msgstr "Muuda postitust" -#: src/Module/Post/Edit.php:133 +#: src/Module/Post/Edit.php:136 msgid "web link" msgstr "hüperlink" -#: src/Module/Post/Edit.php:134 +#: src/Module/Post/Edit.php:137 msgid "Insert video link" msgstr "Lisa videolink" -#: src/Module/Post/Edit.php:135 +#: src/Module/Post/Edit.php:138 msgid "video link" msgstr "videolink" -#: src/Module/Post/Edit.php:136 +#: src/Module/Post/Edit.php:139 msgid "Insert audio link" msgstr "Lisa audiolink" -#: src/Module/Post/Edit.php:137 +#: src/Module/Post/Edit.php:140 msgid "audio link" msgstr "audiolink" @@ -8193,35 +9004,42 @@ msgstr "Eemalda elemendi Silt" msgid "Select a tag to remove: " msgstr "Vali tag mida eemaldada: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Eemalda" -#: src/Module/Profile/Contacts.php:156 +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "Kontakte pole." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1026 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "%s ajajoon" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1030 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "%s postitused" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1033 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "%s kommentaarid" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Pilt ületab suuruse limiidi %s " + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Pildi üleslaadimine ei lõppenud, palun ürita uuesti" @@ -8240,7 +9058,7 @@ msgstr "Server ei aktsepteeri hetkel uue faili üleslaadimist. Palun kontakteeru msgid "Image file is empty." msgstr "Pildifail on tühi" -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Kuva Album" @@ -8255,7 +9073,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:576 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Täielik nimi:" @@ -8276,12 +9094,12 @@ msgid "Birthday:" msgstr "Sünnipäev:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Vanus:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8289,13 +9107,13 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Kirjeldus:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Foorumid:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8356,15 +9174,15 @@ msgid "" "content from anonymous visitors." msgstr "" -#: src/Module/Profile/Schedule.php:84 +#: src/Module/Profile/Schedule.php:83 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Remove post" msgstr "" @@ -8385,22 +9203,22 @@ msgstr "" msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "" -#: src/Module/Profile/UnkMail.php:153 +#: src/Module/Profile/UnkMail.php:152 #, 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 "" -#: src/Module/Profile/UnkMail.php:161 +#: src/Module/Profile/UnkMail.php:160 msgid "To" msgstr "" -#: src/Module/Profile/UnkMail.php:162 +#: src/Module/Profile/UnkMail.php:161 msgid "Subject" msgstr "" -#: src/Module/Profile/UnkMail.php:163 +#: src/Module/Profile/UnkMail.php:162 msgid "Your message" msgstr "" @@ -8451,7 +9269,7 @@ msgid "Your invitation code: " msgstr "Sinu kutse kood:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgid "Your Display Name (as you would like it to be displayed on this system" msgstr "" #: src/Module/Register.php:159 @@ -8464,8 +9282,8 @@ msgstr "" msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Uus parool" @@ -8473,8 +9291,8 @@ msgstr "Uus parool" msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:102 -#: src/Module/Settings/Account.php:568 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Kinnita:" @@ -8501,11 +9319,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Peaparool" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Palun sisestage vanemkonto parool, et kinnitada oma päring." @@ -8596,45 +9414,45 @@ msgstr "" msgid "Create a New Account" msgstr "Loo uus konto" -#: src/Module/Security/Login.php:143 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:146 +#: src/Module/Security/Login.php:145 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:148 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "" -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Parool:" -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "Mäleta mind" -#: src/Module/Security/Login.php:172 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Unustasid parooli?" -#: src/Module/Security/Login.php:175 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "" -#: src/Module/Security/Login.php:178 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "" @@ -8691,25 +9509,25 @@ msgstr "" msgid "Update Password" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:569 +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Kehtiv parool" -#: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:569 +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Sinu kehtiv parool muutuste kinnitamiseks" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:552 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:553 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8720,7 +9538,7 @@ msgstr "" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "" @@ -8805,7 +9623,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "" @@ -8833,99 +9651,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Ei leia sinu profiili. Palun kontakteeru adminniga. " -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Isikliku lehe alltüübid" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Kogukonnafoorumi alltüübid" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Personaalse profiili konto." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Konto organisatsioonile, mis automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Uudistelevitaja konto, kes automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Kogukondlike arutluste konto." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 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. " -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 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\". " -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Kiidab automaatselt kõik kontaktitaotlused heaks. " -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 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\". " -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Privaatne Foorum [Eksperimentaalne]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Nõuab käsitsi kontaktitaotluste heakskiitu. " -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8933,89 +9751,94 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Konto sätted" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Sinu ID Aadress on '%s' või '%s'. " -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Parooli sätted" -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Jäta väljad tühjaks kui sa ei muuda" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Parool:" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:573 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:575 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Peamised sätted" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-posti aadress:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Sinu ajatsoon:" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Sinu keel:" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:559 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. " -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Postitamise baasasukoht:" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Kasuta sirviku asukohta:" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Turva ja privaatsuse sätted" -#: src/Module/Settings/Account.php:585 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maksimum sõbrakutseid/Päevas:" -#: src/Module/Settings/Account.php:585 src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(et rämpspost tõrjuda)" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9023,43 +9846,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9067,233 +9890,241 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Kas lubada sõpradel sinu profiililehele postitada?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Sinu kontaktid võivad postitada sinu profiili lehele. Need postitused edastatakse sinu kontaktidele" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Kas lubada sõpradel sinu postitusi tag`ida?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Sinu kontaktid saavad lisada täiendavaid silte su postitustele." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Kas lubada tundmatutel inimestele sulle privaatmeili saata? " -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:574 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. " -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Privaatsõnumite maksimum päevas tundmatutelt inimestelt:" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Postituste baasõigused" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Aegumise sätted" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Märgi sõnumid automaatselt loetuks selle hulga päevade möödudes: " -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:583 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" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Teadete sätted" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Saada meiliteavitus kui:" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Sulle saabub tutvustus" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Sinu tutvustused on kinnitatud" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Keegi kirjutab sinu profiili seinale" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Keegi kirjutab järgneva kommentaari" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Saabub privaatsõnum" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Saabub sõbrasoovitus" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Sind on postituses tag`itud" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Aktiveeri töölaua teavitused" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Näita hüpikakent uute teadetega" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Ainult tekstipõhised teavitusmeilid" -#: src/Module/Settings/Account.php:634 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Saada ainut tekstimeile ilma html-ita" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Kuva detailseid teavitusi" -#: src/Module/Settings/Account.php:640 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:646 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Konto/Lehetüübi sätted edasijõudnutele" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Lae fail üles" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "" @@ -9305,73 +10136,186 @@ msgstr "Lisade sätted" msgid "No Addon settings configured" msgstr "" -#: src/Module/Settings/Connectors.php:119 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Lisa" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + +#: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "E-posti kontoga ei õnnestu antud sätetega ühendust saada." -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:165 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:165 #: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:167 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 msgid "OStatus (GNU Social)" msgstr "" -#: src/Module/Settings/Connectors.php:180 +#: src/Module/Settings/Connectors.php:182 msgid "Email access is disabled on this site." msgstr "" -#: src/Module/Settings/Connectors.php:195 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 msgid "None" msgstr "" -#: src/Module/Settings/Connectors.php:207 +#: src/Module/Settings/Connectors.php:209 msgid "General Social Media Settings" msgstr "Üldised sotsiaalmeedia sätted" -#: src/Module/Settings/Connectors.php:210 +#: src/Module/Settings/Connectors.php:212 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:212 +#: src/Module/Settings/Connectors.php:214 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:214 +#: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:215 +#: src/Module/Settings/Connectors.php:217 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:216 +#: src/Module/Settings/Connectors.php:218 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "Enable Content Warning" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning" " field which collapse their post by default. This enables the automatic " @@ -9379,334 +10323,378 @@ msgid "" " affect any other content filtering you eventually set up." msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "Enable intelligent shortening" msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character " "limit." msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" " share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "" "When activated, the \"spoiler_text\" field in the API will be used for the " "title on standalone posts. When deactivated it will be used for spoiler " "text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:227 msgid "" "If you enter your old account name from an ActivityPub based system or your " "GNU Social/Statusnet account name here (in the format user@domain.tld), your" " contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:229 msgid "Repair OStatus subscriptions" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:233 msgid "Email/Mailbox Setup" msgstr "Emaili/Postkasti seadistamine" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:234 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. " -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:235 msgid "Last successful email check:" msgstr "Viimane õnnestunud meilikontroll: " -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:237 msgid "IMAP server name:" msgstr "" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:238 msgid "IMAP port:" msgstr "" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:239 msgid "Security:" msgstr "" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:240 msgid "Email login name:" msgstr "" -#: src/Module/Settings/Connectors.php:238 +#: src/Module/Settings/Connectors.php:241 msgid "Email password:" msgstr "" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:242 msgid "Reply-to address:" msgstr "" -#: src/Module/Settings/Connectors.php:240 +#: src/Module/Settings/Connectors.php:243 msgid "Send public posts to all email contacts:" msgstr "" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Action after import:" msgstr "Tegevus peale inporti:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Move to folder" msgstr "Liiguta kausta" -#: src/Module/Settings/Connectors.php:242 +#: src/Module/Settings/Connectors.php:245 msgid "Move to folder:" msgstr "Liiguta kausta:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Vanemkasutajad ei ole" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Vanemkasutaja" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Lisakontod" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegaadid" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Olemasolevad lehe Delegaadid" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potsentsiaalsed lehe Delegaadid" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Lisa" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Kirjeid pole." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Pole toetatud)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Kuvasätted" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Üldised teemasätted" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Kohandatud teema sätted" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Sisu sätted" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Teema sätted" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Kuvatateema:" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobiilne teema:" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Elementide arv, mida lehel kuvatakse:" -#: src/Module/Settings/Display.php:262 src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maksimaalselt 100 elementi" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Mobiilse seadme puhul lehel kuvatav elementide arv:" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Värskenda sirviku sisu iga xx sekundi tagant" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Miinimum on 10 sekundit. Sisesta -1 väljalülitamiseks. " -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Kuva taasjagaja" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Nädala algus:" -#: src/Module/Settings/Display.php:274 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9714,168 +10702,164 @@ msgstr "" msgid "Additional Features" msgstr "Lisafunktsioonid" -#: src/Module/Settings/OAuth.php:72 +#: src/Module/Settings/OAuth.php:71 msgid "Connected Apps" msgstr "Ühendatud rakendused" -#: src/Module/Settings/OAuth.php:76 +#: src/Module/Settings/OAuth.php:75 msgid "Remove authorization" msgstr "" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profiili Nimi nõutav." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klõpsa ava/sulge)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:219 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Profiili tegevused" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Muuda profiili detaile" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Muud profiili foto" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profiilipilt" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Asukoht" -#: src/Module/Settings/Profile/Index.php:239 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "" -#: src/Module/Settings/Profile/Index.php:240 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Lae üles profiilifoto" -#: src/Module/Settings/Profile/Index.php:246 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Street Address:" -msgstr "Tänava aadress:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Locality/City:" -msgstr "Asupaik/Linn:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Region/State:" -msgstr "Regioon/Maakond:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Postal/Zip Code:" -msgstr "Postiindeks:" - -#: src/Module/Settings/Profile/Index.php:253 -msgid "Country:" -msgstr "Riik:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Homepage URL:" -msgstr "Kodulehe URL: " - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Public Keywords:" -msgstr "Avalikud märksõnad:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(kasutatakse soovitamaks potentsiaalseid sõpru ja on teistele nähtav)" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "Private Keywords:" -msgstr "Privaatsed märksõnad:" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Kasutused profiilide otsingul, ei näidata mitte kunagi teistele)" - -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Tänava aadress:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Asupaik/Linn:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Regioon/Maakond:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postiindeks:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Riik:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Kodulehe URL: " + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Avalikud märksõnad:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(kasutatakse soovitamaks potentsiaalseid sõpru ja on teistele nähtav)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Privaatsed märksõnad:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Kasutused profiilide otsingul, ei näidata mitte kunagi teistele)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Pildi suuruse vähendamine [%s] nurjus. " @@ -9911,257 +10895,299 @@ msgstr "Palun säti pildi vähendamine optimaalseks kuvamiseks." msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "või " -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "jäta vahele" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "vali foto oma albumitest" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica süsteemiteade]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Kasutaja kustutas oma konto" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "" -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "Kasutajatunnud on %d " -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Eemalda Minu Konto" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "See eemaldab sinu konto täielikult. Kui kord tehtud, siis taastada ei saa. " -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Palun sisesta oma parool kontrollimiseks:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10170,68 +11196,68 @@ msgid "" "account.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10251,24 +11277,24 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "" @@ -10303,20 +11329,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10328,7 +11375,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10341,14 +11388,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10359,11 +11406,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10371,6 +11418,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Halda oma kontosid" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -10419,22 +11493,22 @@ msgstr "" msgid "User '%s' already exists on this server!" msgstr "" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "" @@ -10568,15 +11642,15 @@ msgid "" 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:77 -msgid "Group Your Contacts" -msgstr "Grupeeri oma Kontaktid" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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. " +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10790,7 +11864,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -10834,7 +11908,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -10846,7 +11920,7 @@ msgstr "%s kommenteeris elementi/vestlust mida jälgid." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" @@ -11011,7 +12085,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" msgstr "" @@ -11040,22 +12114,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11083,272 +12157,308 @@ msgstr "Palun kontakteeruge saatjaga vastates sellele postitusele, kui ei soovi msgid "%s posted an update." msgstr "%s postitas uuenduse." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Pirvaatsõnum" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "See kanne on muudetud" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:221 src/Object/Post.php:223 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Muuda" -#: src/Object/Post.php:247 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Kustuta globaalselt" -#: src/Object/Post.php:247 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Eemalda lokaalselt" -#: src/Object/Post.php:264 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:269 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Ma osalen" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Ma ei osale" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Ma ehk osalen" -#: src/Object/Post.php:339 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:351 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:369 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:374 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Tsitaadiga jagamine" -#: src/Object/Post.php:390 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Taasjaga" -#: src/Object/Post.php:391 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:438 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:493 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "" -#: src/Object/Post.php:494 +#: src/Object/Post.php:551 msgid "via" msgstr "" -#: src/Object/Post.php:495 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Seinalt Seinale" -#: src/Object/Post.php:496 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "läbi Seinalt Seinale:" -#: src/Object/Post.php:540 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Vasta %s le" -#: src/Object/Post.php:543 +#: src/Object/Post.php:607 msgid "More" msgstr "Rohkem" -#: src/Object/Post.php:561 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:562 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:563 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:564 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:565 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:585 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: src/Object/Post.php:586 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Näita rohkem " -#: src/Object/Post.php:587 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Näita vähem" -#: src/Object/Post.php:623 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s jälgib nüüd %s ." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "jälgib" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%slõpetas %s jälgimise" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "lõpetas jälgimise" @@ -11365,12 +12475,12 @@ msgstr "" msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:389 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:390 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Palun lae profiilifoto üles" @@ -11706,7 +12816,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11725,7 +12835,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11733,7 +12843,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11741,10 +12851,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/et/strings.php b/view/lang/et/strings.php index efd8abd2f5..c064a22690 100644 --- a/view/lang/et/strings.php +++ b/view/lang/et/strings.php @@ -101,7 +101,6 @@ $a->strings['Delete this item?'] = 'Kustutada see element?'; $a->strings['toggle mobile'] = 'vaheta mobiilseks'; $a->strings['You must be logged in to use addons. '] = 'Lisade kasutamiseks peate sisse logima'; $a->strings['Followers'] = 'Jälgijad'; -$a->strings['Mutual friends'] = 'Ühised sõbrad'; $a->strings['The contact entries have been archived'] = 'Selle kontakti kirjed arhiveeritud'; $a->strings['Done.'] = 'Tehtud.'; $a->strings['User not found'] = 'Kasutajat ei leitud'; @@ -146,23 +145,32 @@ $a->strings['Permission settings'] = 'Õiguste sätted'; $a->strings['Public post'] = 'Avalik postitus'; $a->strings['Message'] = 'Sõnum'; $a->strings['Browser'] = 'Sirvik'; -$a->strings['Categories:'] = 'Kategooriad:'; $a->strings['remove'] = 'eemalda'; $a->strings['Delete Selected Items'] = 'Kustuta valitud elemendid'; $a->strings['Reshared'] = 'Taasjagatud'; +$a->strings['Categories:'] = 'Kategooriad:'; +$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['Latest Activity'] = 'Viimased tegevused'; +$a->strings['Sort by latest activity'] = 'Sorteeri hiljutiste tegevuste järgi'; +$a->strings['Latest Posts'] = 'Viimased postitused'; +$a->strings['Latest Creation'] = 'Viimati loodud'; +$a->strings['Personal'] = 'Isiklik'; +$a->strings['Posts that mention or involve you'] = 'Postitused, mis mainivad või puudutavad sind'; +$a->strings['Starred'] = 'Tähega märgitud'; +$a->strings['Favourite Posts'] = 'Lemmikpostitused'; $a->strings['General Features'] = 'Üldised funktsioonid'; $a->strings['Photo Location'] = 'Foto asukoht'; $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'] = 'Foorumite nimistu'; $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['show more'] = 'näita veel'; $a->strings['event'] = 'sündmus'; $a->strings['status'] = 'staatus'; @@ -252,7 +260,6 @@ $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['Groups'] = 'Grupid'; $a->strings['Relationships'] = 'Suhted'; $a->strings['All Contacts'] = 'Kõik kontaktid'; $a->strings['Protocols'] = 'Protokollid'; @@ -310,8 +317,10 @@ $a->strings['Thu'] = 'Nel'; $a->strings['Fri'] = 'Ree'; $a->strings['Sat'] = 'Lau'; $a->strings['Sun'] = 'Püh'; +$a->strings['Everybody'] = 'Igaüks'; +$a->strings['edit'] = 'muuda'; +$a->strings['add'] = 'lisa'; $a->strings['Organisation'] = 'Organisatsioon'; -$a->strings['Forum'] = 'Foorum'; $a->strings['Disallowed profile URL.'] = 'Mittelubatud profiili URL.'; $a->strings['Starts:'] = 'Algab:'; $a->strings['Finishes:'] = 'Lõpeb:'; @@ -329,15 +338,6 @@ $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['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['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['activity'] = 'tegevused'; $a->strings['post'] = 'postitus'; $a->strings['View on separate page'] = 'Kuva eraldi lehel'; @@ -418,7 +418,6 @@ $a->strings['Scheduled Posts'] = 'Ajastatud postitused'; $a->strings['Posts that are scheduled for publishing'] = 'Avaldamiseks ajastatud postitused'; $a->strings['Tips for New Members'] = 'Näpunäiteid uutele liikmetele'; $a->strings['People Search - %s'] = 'Inimeste otsing - %s'; -$a->strings['Forum Search - %s'] = 'Foorumi otsing - %s'; $a->strings['No matches'] = 'Pole kattuvusi'; $a->strings['Account'] = 'Konto'; $a->strings['Display'] = 'Kuva'; @@ -444,6 +443,10 @@ $a->strings['calendar'] = 'kalender'; $a->strings['Events'] = 'Sündmused'; $a->strings['View'] = 'Vaade'; $a->strings['Create New Event'] = 'Loo uus sündmus'; +$a->strings['Contact not found.'] = 'Kontakti ei leitud.'; +$a->strings['Invalid contact.'] = 'Mittevaliidne kontakt.'; +$a->strings['Members'] = 'Liikmed'; +$a->strings['Click on a contact to add or remove.'] = 'Lisamiseks või eemaldamiseks klõpsa kontaktil.'; $a->strings['%d contact edited.'] = [ 0 => '%d kontakt muudetud. ', 1 => '%d kontakti muudetud. ', @@ -459,7 +462,6 @@ $a->strings['Archived'] = 'Arhiveeritud'; $a->strings['Only show archived contacts'] = 'Näita ainult arhiveeritud kontakte'; $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'; @@ -473,12 +475,10 @@ $a->strings['Mutual Friendship'] = 'Ühine sõprus'; $a->strings['Pending outgoing contact request'] = 'Ootel väljuv kontaktitaotlus'; $a->strings['Pending incoming contact request'] = 'Ootel sisenev kontaktitaotlus'; $a->strings['Visit %s\'s profile [%s]'] = 'Külasta %s profiili [%s] '; -$a->strings['Contact not found.'] = 'Kontakti ei leitud.'; $a->strings['Contact update failed.'] = 'Kontakti uuendamine nurjus.'; $a->strings['Name'] = 'Nimi'; $a->strings['Account Nickname'] = 'Konto hüüdnimi'; $a->strings['Account URL'] = 'Konto URL'; -$a->strings['Invalid contact.'] = 'Mittevaliidne kontakt.'; $a->strings['Access denied.'] = 'Ligipääs keelatud.'; $a->strings['Submit Request'] = 'Saada taotlus'; $a->strings['You already added this contact.'] = 'Te juba lisasite selle kontakti.'; @@ -531,30 +531,15 @@ $a->strings['Yes'] = 'Jah'; $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['Disconnect/Unfollow'] = 'Ühenda lahti/Ära jälgi'; -$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['Community option not available.'] = 'Kogukondlik valik pole saadaval. '; $a->strings['Not available.'] = 'Pole saadaval.'; -$a->strings['No such group'] = 'Sellist gruppi pole'; -$a->strings['Group: %s'] = 'Grupp: %s '; -$a->strings['Latest Activity'] = 'Viimased tegevused'; -$a->strings['Sort by latest activity'] = 'Sorteeri hiljutiste tegevuste järgi'; -$a->strings['Latest Posts'] = 'Viimased postitused'; -$a->strings['Latest Creation'] = 'Viimati loodud'; -$a->strings['Personal'] = 'Isiklik'; -$a->strings['Posts that mention or involve you'] = 'Postitused, mis mainivad või puudutavad sind'; -$a->strings['Starred'] = 'Tähega märgitud'; -$a->strings['Favourite Posts'] = 'Lemmikpostitused'; $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['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['Manage your accounts'] = 'Halda oma kontosid'; $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:'; @@ -563,18 +548,6 @@ $a->strings['- select -'] = '-vali-'; $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['Could not create group.'] = 'Ei õnnestunud gruppi luua.'; -$a->strings['Group not found.'] = 'Gruppi ei leitud.'; -$a->strings['Save Group'] = 'Salvesta grupp'; -$a->strings['Create a group of contacts/friends.'] = 'Loo grupp kontaktidest/sõpradest.'; -$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 profile'] = 'Profiili ei ole'; $a->strings['Help:'] = 'Abi:'; $a->strings['Next'] = 'Järgmine'; @@ -611,16 +584,12 @@ $a->strings['Files'] = 'Failid'; $a->strings['Upload'] = 'Lae üles'; $a->strings['File upload failed.'] = 'Faili üleslaadimine nurjus.'; $a->strings['Unable to process image.'] = 'Ei suuda pilti töödelda. '; -$a->strings['Image exceeds size limit of %s'] = 'Pilt ületab suuruse limiidi %s '; $a->strings['Image upload failed.'] = 'Pildi üleslaadimine nurjus.'; $a->strings['Normal Account Page'] = 'Normaalse konto leht'; -$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['Blocked Remote Contacts'] = 'Blokeeritud kaugkontaktid'; $a->strings['Block New Remote Contact'] = 'Blokeeri kaugkontakt'; $a->strings['Photo'] = 'Foto'; @@ -630,10 +599,8 @@ $a->strings['Type'] = 'Tüüp'; $a->strings['Item not found'] = 'Ei leitud'; $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['Registered users'] = 'Registreeritud kasutajad'; $a->strings['Pending registrations'] = 'Ootel registreeringud'; $a->strings['You can\'t remove yourself'] = 'Iseend eemaldada ei saa'; @@ -681,6 +648,7 @@ $a->strings['No contacts.'] = 'Kontakte pole.'; $a->strings['%s\'s timeline'] = '%s ajajoon'; $a->strings['%s\'s posts'] = '%s postitused'; $a->strings['%s\'s comments'] = '%s kommentaarid'; +$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. '; @@ -692,7 +660,6 @@ $a->strings['Member since:'] = 'Liige alates: '; $a->strings['Birthday:'] = 'Sünnipäev:'; $a->strings['Age: '] = 'Vanus:'; $a->strings['Description:'] = 'Kirjeldus:'; -$a->strings['Forums:'] = 'Foorumid:'; $a->strings['Profile unavailable.'] = 'Profiil pole saadaval.'; $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['Friend/Connection Request'] = 'Sõbra/Ühenduse taotlus'; @@ -721,7 +688,6 @@ $a->strings['Current Password:'] = 'Kehtiv parool'; $a->strings['Your current password to confirm the changes'] = 'Sinu kehtiv parool muutuste kinnitamiseks'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Ei leia sinu profiili. Palun kontakteeru adminniga. '; $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". '; @@ -730,7 +696,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $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['Account Settings'] = 'Konto sätted'; $a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'Sinu ID Aadress on \'%s\' või \'%s\'. '; @@ -775,6 +740,7 @@ $a->strings['Show detailled notifications'] = 'Kuva detailseid teavitusi'; $a->strings['Advanced Account/Page Type Settings'] = 'Konto/Lehetüübi sätted edasijõudnutele'; $a->strings['Upload File'] = 'Lae fail üles'; $a->strings['Addon Settings'] = 'Lisade sätted'; +$a->strings['Add'] = 'Lisa'; $a->strings['Failed to connect with email account using the settings provided.'] = 'E-posti kontoga ei õnnestu antud sätetega ühendust saada.'; $a->strings['General Social Media Settings'] = 'Üldised sotsiaalmeedia sätted'; $a->strings['Email/Mailbox Setup'] = 'Emaili/Postkasti seadistamine'; @@ -791,7 +757,6 @@ $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['Add'] = 'Lisa'; $a->strings['No entries.'] = 'Kirjeid pole.'; $a->strings['%s - (Unsupported)'] = '%s - (Pole toetatud)'; $a->strings['Display Settings'] = 'Kuvasätted'; @@ -810,7 +775,6 @@ $a->strings['Display the resharer'] = 'Kuva taasjagaja'; $a->strings['Beginning of week:'] = 'Nädala algus:'; $a->strings['Additional Features'] = 'Lisafunktsioonid'; $a->strings['Connected Apps'] = 'Ühendatud rakendused'; -$a->strings['Profile Name is required.'] = 'Profiili Nimi nõutav.'; $a->strings['(click to open/close)'] = '(klõpsa ava/sulge)'; $a->strings['Profile Actions'] = 'Profiili tegevused'; $a->strings['Edit Profile Details'] = 'Muuda profiili detaile'; @@ -843,6 +807,7 @@ $a->strings['This will completely remove your account. Once this has been done i $a->strings['Please enter your password for verification:'] = 'Palun sisesta oma parool kontrollimiseks:'; $a->strings['Export account'] = 'Ekpordi konto'; $a->strings['Export all'] = 'Ekspordi kõik'; +$a->strings['Manage your accounts'] = 'Halda oma kontosid'; $a->strings['Move account'] = 'Koli konto'; $a->strings['Account file'] = 'Konto fail'; $a->strings['Welcome to Friendica'] = 'Tere tulemast Friendicasse'; @@ -863,8 +828,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['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?'; $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 austab sinu privaatsust. Algseadena näevad sinu postitusi inimesed, kelle oled sõbrana lisanud. Lisainfot saad abiinfost lingilt ülalpool. '; $a->strings['Getting Help'] = 'Kuidas saada abi'; diff --git a/view/lang/fr/messages.po b/view/lang/fr/messages.po index fed5298ba5..a3b23d1e2b 100644 --- a/view/lang/fr/messages.po +++ b/view/lang/fr/messages.po @@ -1,5 +1,5 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2023, the Friendica project +# Copyright (C) 2010-2024, the Friendica project # This file is distributed under the same license as the Friendica package. # # Translators: @@ -9,6 +9,7 @@ # Damien Goutte-Gattat , 2015-2016 # Damien Goutte-Gattat , 2015 # Domovoy , 2012 +# Florent C., 2023-2024 # Hypolite Petovan , 2019-2022 # Hypolite Petovan , 2016 # ddea8f3e14f60a9d025fc4f71a37997c_495639b <0e9b63e0a53589b1b93671e612021fcb_249620>, 2014 @@ -34,9 +35,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2024-01-02 20:55+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" -"Last-Translator: Nicolas Derive, 2022-2023\n" +"Last-Translator: Florent C., 2023-2024\n" "Language-Team: French (http://app.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -58,31 +59,31 @@ msgstr "La publication n'a pas été enregistrée." #: mod/item.php:217 msgid "Item couldn't be fetched." -msgstr "La publication n'a pas pu être obtenue." +msgstr "La publication n'a pas pu être récupérée." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Publication vide rejetée." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Élément introuvable." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -93,17 +94,18 @@ msgstr "Élément introuvable." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:112 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Permission refusée." @@ -113,7 +115,7 @@ msgstr "Impossible de trouver un compte valide." #: mod/lostpass.php:52 msgid "Password reset request issued. Check your email." -msgstr "Réinitialisation du mot de passe en cours. Vérifiez votre courriel." +msgstr "Réinitialisation du mot de passe en cours. Vérifiez vos courriels." #: mod/lostpass.php:58 #, php-format @@ -129,7 +131,7 @@ msgid "" "\n" "\t\tYour password will not be changed unless we can verify that you\n" "\t\tissued this request." -msgstr "\n\t\tCher(e) %1$s,\n\t\t\tUne demande vient d'être faite à \"%2$s\" pour réinitialiser votre mot de passe. \n\t\tAfin de confirmer cette demande, merci de sélectionner le lien ci-dessous \n\t\tet de le coller dans la barre d'adresse de votre navigateur.\n\n\t\tSi vous n'avez PAS fait cette demande de changement, merci de NE PAS suivre le lien\n\t\tfourni et d'ignorer et/ou supprimer ce message. La demande expirera rapidement.\n\n\t\tVotre mot de passe ne changera pas tant que nous n'avons pas vérifier que vous êtes à l'origine de la demande." +msgstr "\n\t\tCher/Chère %1$s,\n\t\t\tUne demande vient d'être faite depuis \"%2$s\" pour réinitialiser votre mot de passe de compte. \n\t\tAfin de confirmer cette demande, merci de sélectionner le lien ci-dessous \n\t\tet de le coller dans la barre d'adresse de votre navigateur.\n\n\t\tSi vous n'avez PAS fait cette demande de changement, merci de NE PAS suivre le lien\n\t\tci-dessous et d'ignorer et/ou supprimer ce message. La demande expirera rapidement.\n\n\t\tVotre mot de passe ne changera pas tant que nous n'avons pas vérifié que vous êtes à l'origine de la demande." #: mod/lostpass.php:69 #, php-format @@ -151,13 +153,13 @@ msgstr "\n\t\tSuivez ce lien pour confirmer votre identité :\n\n\t\t%1$s\n\n\t #: mod/lostpass.php:84 #, php-format msgid "Password reset requested at %s" -msgstr "Requête de réinitialisation de mot de passe à %s" +msgstr "Demande de réinitialisation de mot de passe depuis %s" #: mod/lostpass.php:100 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." -msgstr "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué." +msgstr "La requête n'a pas pu être vérifiée. (Vous l'avez peut-être déjà précédemment envoyée.) La réinitialisation du mot de passe a échoué." #: mod/lostpass.php:113 msgid "Request has expired, please make a new one." @@ -165,7 +167,7 @@ msgstr "La requête a expiré, veuillez la renouveler." #: mod/lostpass.php:128 msgid "Forgot your Password?" -msgstr "Mot de passe oublié ?" +msgstr "Mot de passe oublié ?" #: mod/lostpass.php:129 msgid "" @@ -175,7 +177,7 @@ msgstr "Entrez votre adresse de courriel et validez pour réinitialiser votre mo #: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " -msgstr "Pseudo ou eMail : " +msgstr "Pseudo ou Courriel : " #: mod/lostpass.php:131 msgid "Reset" @@ -241,150 +243,156 @@ msgstr "\n\t\t\t\tVoici vos informations de connexion :\n\n\t\t\t\tAdresse :\t msgid "Your password has been changed at %s" msgstr "Votre mot de passe a été modifié à %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nouveau message" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Pas de destinataire sélectionné." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Impossible de localiser les informations du contact." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Impossible d'envoyer le message." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Récupération des messages infructueuse." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Rejeter" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Messages" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Conversation inconnue." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Le message n'a pas été supprimé." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "La conversation n'a pas été supprimée." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Entrez un lien web :" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Envoyer un message privé" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "À:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Sujet:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Votre message :" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Joindre photo" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Insérer lien web" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1586 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Patientez" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1154 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Envoyer" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Aucun message." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Message indisponible." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Effacer message" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Effacer conversation" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Pas de communications sécurisées possibles. Vous serez peut-être en mesure de répondre depuis la page de profil de l'émetteur." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Répondre" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Émetteur inconnu - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Vous et %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s et vous" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -400,41 +408,41 @@ msgstr "Notes personnelles" msgid "Personal notes are visible only by yourself." msgstr "Les notes personnelles ne sont visibles que par vous." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:171 msgid "Save" msgstr "Sauver" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 #: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 -#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:56 #: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 #: src/Module/Register.php:267 msgid "User not found." msgstr "Utilisateur introuvable." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Albums photo" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Photos récentes" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Téléverser de nouvelles photos" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "tout le monde" @@ -446,72 +454,72 @@ msgstr "Informations de contact indisponibles" msgid "Album not found." msgstr "Album introuvable." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album bien supprimé" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "L'album était vide" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "La suppression de la photo a échoué." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "une photo" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s a été mentionné•e dans %2$s par %3$s" +msgstr "%1$s a été mentionné(e) dans %2$s par %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Accès public refusé." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Aucune photo sélectionnée" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "La taille maximum d'image autorisée est de %s" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Téléverser des photos" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nom du nouvel album : " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "ou sélectionner un album existant" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Ne pas publier de notice de statut pour cet envoi" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permissions" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Effacer l'album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -521,254 +529,271 @@ msgstr "Effacer l'album" msgid "Cancel" msgstr "Annuler" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Éditer l'album" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Supprimer l'album" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Plus récent d'abord" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Plus ancien d'abord" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Voir la photo" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Interdit. L'accès à cet élément peut avoir été restreint." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Photo indisponible" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Voulez-vous vraiment supprimer cette photo ?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Effacer la photo" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Voir photo" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Éditer la photo" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Effacer la photo" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Utiliser comme photo de profil" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Photo privée" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Voir en taille réelle" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " -msgstr "Étiquettes :" +msgstr "Étiquettes :" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Sélectionner les étiquettes à supprimer]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nom du nouvel album" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Titre" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Ajouter une étiquette" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Exemples : @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Pas de rotation" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Tourner dans le sens des aiguilles d'une montre (vers la droite)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1151 msgid "This is you" msgstr "C'est vous" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1153 msgid "Comment" msgstr "Commenter" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1167 msgid "Preview" msgstr "Aperçu" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1155 msgid "Loading..." msgstr "Chargement en cours..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1501 +#: src/Object/Post.php:261 msgid "Select" msgstr "Sélectionner" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1502 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Supprimer" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Aime" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "J'aime" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "N'aime pas" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Je n'aime pas" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Carte" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Le thème système n'est pas configuré." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Désolé mais le site web n'est pas disponible pour le moment." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Effacer cet élément?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Bloquer ce contact ? Iel ne pourra pas s'abonner à votre compte et vous ne pourrez pas voir leurs publications ni leurs commentaires." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "Ignorer cet auteur ? Vous ne serez plus en mesure de voir ses publications et notifications." -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" -msgstr "" +msgid "Collapse this author's posts?" +msgstr "Réduire les publications de cet auteur ?" #: src/App/Page.php:253 -msgid "Sharing not successful" -msgstr "" +msgid "Ignore this author's server?" +msgstr "Ignorer le serveur de cet auteur ?" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" -msgstr "" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "Vous ne verrez aucun contenu provenant de ce serveur, y compris les partages dans votre page Réseau, les pages de la communauté et les conversations individuelles." #: src/App/Page.php:256 -msgid "Network error" -msgstr "" +msgid "Like not successful" +msgstr "Erreur lors du \"Aime\"" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "Erreur lors du \"N'aime pas\"" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "Erreur lors du \"Partager\"" #: src/App/Page.php:259 -msgid "Drop files here to upload" -msgstr "" +msgid "Attendance unsuccessful" +msgstr "Erreur lors du \"Participer\"" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." -msgstr "" +msgid "Backend error" +msgstr "Erreur backend" #: src/App/Page.php:261 +msgid "Network error" +msgstr "Erreur réseau" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "Déposer des fichiers ici pour les envoyer" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "Votre navigateur ne supporte pas l'envoi de fichier par glisser-déposer." + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." -msgstr "" - -#: src/App/Page.php:262 -msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." -msgstr "" - -#: src/App/Page.php:263 -msgid "You can't upload files of this type." -msgstr "" - -#: src/App/Page.php:264 -msgid "Server responded with {{statusCode}} code." -msgstr "" - -#: src/App/Page.php:265 -msgid "Cancel upload" -msgstr "" - -#: src/App/Page.php:266 -msgid "Upload canceled." -msgstr "" +msgstr "Veuillez utiliser le formulaire ci-dessous pour envoyer vos fichiers comme au bon vieux temps." #: src/App/Page.php:267 -msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "Fichier trop volumineux ({{filesize}}Mio). Taille maximum : {{maxFilesize}}Mio." #: src/App/Page.php:268 -msgid "Remove file" -msgstr "" +msgid "You can't upload files of this type." +msgstr "Vous ne pouvez pas envoyer des fichiers de ce type." #: src/App/Page.php:269 -msgid "You can't upload any more files." -msgstr "" +msgid "Server responded with {{statusCode}} code." +msgstr "Le serveur a répondu avec un code {{statusCode}}." -#: src/App/Page.php:347 +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "Annuler l'envoi" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "Envoi annulé." + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "Supprimer le fichier" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "Vous ne pouvez plus envoyer de fichiers." + +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "activ. mobile" @@ -785,33 +810,34 @@ msgstr "Page introuvable." msgid "You must be logged in to use addons. " msgstr "Vous devez être connecté pour utiliser les greffons." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Tous les contacts" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:119 msgid "Followers" msgstr "Abonnés" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:118 msgid "Following" msgstr "Abonnements" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Contact mutuels" +msgstr "Amis communs" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Commun" @@ -961,7 +987,7 @@ msgstr "Toutes les mises à jour de publications en attente sont terminées." msgid "Enter user nickname: " msgstr "Entrer un pseudo :" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:806 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1134,381 +1160,518 @@ msgstr "pnut" #: src/Content/ContactSelector.php:143 msgid "Tumblr" -msgstr "" +msgstr "Tumblr" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "et" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "et %d autres personnes" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%2$s doesn't like this." -msgid_plural "%2$s don't like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: src/Content/Conversation.php:231 -#, php-format -msgid "%2$s attends." -msgid_plural "%2$s attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: src/Content/Conversation.php:233 -#, php-format -msgid "%2$s doesn't attend." -msgid_plural "%2$s don't attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: src/Content/Conversation.php:235 -#, php-format -msgid "%2$s attends maybe." -msgid_plural "%2$s attend maybe." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%2$s aime." +msgstr[1] "%2$s aiment." +msgstr[2] "%2$s aiment." #: src/Content/Conversation.php:237 #, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "%2$s n'aime pas." +msgstr[1] "%2$s n'aiment pas." +msgstr[2] "%2$s n'aiment pas." + +#: src/Content/Conversation.php:239 +#, php-format +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "%2$s participe." +msgstr[1] "%2$s participent." +msgstr[2] "%2$s participent." + +#: src/Content/Conversation.php:241 +#, php-format +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "%2$s ne participe pas." +msgstr[1] "%2$s ne participent pas." +msgstr[2] "%2$s ne participent pas." + +#: src/Content/Conversation.php:243 +#, php-format +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "%2$s participe peut-être." +msgstr[1] "%2$s participent peut-être." +msgstr[2] "%2$s participent peut-être." + +#: src/Content/Conversation.php:245 +#, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%2$s à partagé." +msgstr[1] "%2$s ont partagé." +msgstr[2] "%2$s ont partagé." -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " aime" +msgstr[1] " aiment" +msgstr[2] " aiment" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " n'aime pas" +msgstr[1] " n'aiment pas" +msgstr[2] " n'aiment pas" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " participe" +msgstr[1] " participent" +msgstr[2] " participent" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " ne participe pas" +msgstr[1] " ne participent pas" +msgstr[2] " ne participent pas" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " participe peut-être" +msgstr[1] " participent peut-être" +msgstr[2] " participent peut-être" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] " a partagé" +msgstr[1] " ont partagé" +msgstr[2] " ont partagé" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Visible par tout le monde" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1166 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Veuillez entrer une URL d'image/vidéo/page web." -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" -msgstr "Étiquette :" +msgstr "Tag :" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Sauver dans le Dossier :" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Où êtes-vous actuellement ?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Supprimer les élément(s) ?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Créé à" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nouvelle publication" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Partager" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "envoi image" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Joindre fichier" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "ajout fichier" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1156 msgid "Bold" msgstr "Gras" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1157 msgid "Italic" msgstr "Italique" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1158 msgid "Underline" msgstr "Souligné" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1160 msgid "Quote" msgstr "Citation" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1161 +msgid "Add emojis" +msgstr "Ajouter des émojis" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1159 +msgid "Content Warning" +msgstr "Avertissement de contenu" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1162 msgid "Code" msgstr "Code" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1163 msgid "Image" msgstr "Image" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1164 msgid "Link" msgstr "Lien" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1165 msgid "Link or Media" msgstr "Lien ou média" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Vidéo" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Définir votre localisation" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "spéc. localisation" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Effacer la localisation du navigateur" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "supp. localisation" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Définir un titre" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Catégories (séparées par des virgules)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Prévu pour" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Réglages des permissions" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Publication publique" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Message" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Navigateur" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Ouvrir la page de saisie" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Élément épinglé" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Voir le profil de %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Catégories :" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Rangé sous :" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Voir dans le contexte" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "enlever" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Supprimer les éléments sélectionnés" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:729 src/Content/Conversation.php:732 +#: src/Content/Conversation.php:735 src/Content/Conversation.php:738 +#: src/Content/Conversation.php:741 #, php-format msgid "You had been addressed (%s)." msgstr "Vous avez été mentionné (%s)" -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:744 #, php-format msgid "You are following %s." msgstr "Vous suivez %s." -#: src/Content/Conversation.php:883 -msgid "You subscribed to one or more tags in this post." -msgstr "Vous vous êtes abonné(e) à une étiquette ou plus de cette publication." +#: src/Content/Conversation.php:749 +#, php-format +msgid "You subscribed to %s." +msgstr "Vous vous êtes abonné(e) à %s." -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:751 +msgid "You subscribed to one or more tags in this post." +msgstr "Vous vous êtes abonné(e) à un tag ou plus de cette publication." + +#: src/Content/Conversation.php:771 #, php-format msgid "%s reshared this." -msgstr "%s a partagé ceci." +msgstr "%s a partagé." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:773 msgid "Reshared" msgstr "Partagé" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:773 #, php-format msgid "Reshared by %s <%s>" msgstr "Partagé par %s <%s>" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:776 #, php-format msgid "%s is participating in this thread." msgstr "%s participe à ce fil de discussion" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:779 msgid "Stored for general reasons" msgstr "Stocké pour des raisons générales." -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:782 msgid "Global post" msgstr "Publication globale" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:785 msgid "Sent via an relay server" msgstr "Envoyé via un serveur relais" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:785 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "Envoyé par le serveur relais %s <%s>" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:788 msgid "Fetched" msgstr "Récupéré" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:788 #, php-format msgid "Fetched because of %s <%s>" msgstr "Récupéré grâce à %s <%s>" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:791 msgid "Stored because of a child post to complete this thread." msgstr "Stocké parce qu'une publication fille complète ce fil de discussion." -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:794 msgid "Local delivery" msgstr "Distribution locale" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:797 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Stocké en lien avec votre activité (j'aime, commentaire, étoile...)" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:800 msgid "Distributed" msgstr "Distribué" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:803 msgid "Pushed to us" msgstr "Poussé vers nous" +#: src/Content/Conversation.php:1529 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Élément épinglé" + +#: src/Content/Conversation.php:1546 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Voir le profil de %s @ %s" + +#: src/Content/Conversation.php:1559 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Catégories :" + +#: src/Content/Conversation.php:1560 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Rangé sous :" + +#: src/Content/Conversation.php:1568 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s de %s" + +#: src/Content/Conversation.php:1584 +msgid "View in context" +msgstr "Voir dans le contexte" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "Pour vous" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "Publications de contacts qui interagissent avec vous" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "Quoi de neuf" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "Publications avec beaucoup d'interactions" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "Publications dans %s" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "Publications de personnes abonnées qui vous ne suivez pas" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "Partageurs de partageurs" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "Publications de comptes suivis par des comptes que vous suivez" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:146 src/Module/Settings/Channels.php:163 +msgid "Images" +msgstr "Images" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "Publications avec images" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:148 src/Module/Settings/Channels.php:165 +msgid "Audio" +msgstr "Audio" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "Publications avec audio" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:147 src/Module/Settings/Channels.php:164 +msgid "Videos" +msgstr "Vidéos" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "Publications avec vidéos" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Communauté locale" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Conversations publiques démarrées par des utilisateurs locaux" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:116 +msgid "Global Community" +msgstr "Communauté globale" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Conversations publiques provenant du réseau fédéré global" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Activité récente" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Trier par activité récente" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Dernières publications" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Trier par date de réception" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Dernière création" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Trier par date de création des publications" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personnel" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Publications qui vous concernent" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Mis en avant" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Publications favorites" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Fonctions générales" @@ -1538,13 +1701,13 @@ msgid "Post Composition Features" msgstr "Caractéristiques de composition de publication" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Mentionner automatiquement les Forums" +msgid "Auto-mention Groups" +msgstr "Mentionner automatiquement les groupes" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Ajoute/retire une mention quand une page forum est sélectionnée/désélectionnée lors du choix des destinataires d'une publication." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "Ajoute/retire une mention quand une page de groupe est sélectionnée/désélectionnée lors du choix des destinataires d'une publication." #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1584,20 +1747,20 @@ msgid "Advanced Profile Settings" msgstr "Paramètres Avancés du Profil" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Liste des forums" +msgid "List Groups" +msgstr "Liste des groupes" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Montrer les forums communautaires aux visiteurs sur la Page de profil avancé" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "Montrer les groupes publics aux visiteurs sur la Page de profil avancé" #: src/Content/Feature.php:120 msgid "Tag Cloud" -msgstr "Nuage de tags" +msgstr "Nuage de tag" #: src/Content/Feature.php:120 msgid "Provide a personal tag cloud on your profile page" -msgstr "Affiche un nuage de tags personnels sur votre profil." +msgstr "Affiche un nuage de tag personnel sur votre profil." #: src/Content/Feature.php:121 msgid "Display Membership Date" @@ -1621,385 +1784,396 @@ msgid "" "Contact birthday events are private to you." msgstr "Autorise les visiteurs anonymes à consulter votre calendrier et vos évènements publics. Les anniversaires de vos contacts demeurent privés." -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Forums" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1368 +msgid "Groups" +msgstr "Groupes" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Lien sortant vers le forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "Lien externe vers le groupe" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "voir moins" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "montrer plus" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Créer un nouveau groupe" + +#: src/Content/Item.php:332 src/Model/Item.php:3166 msgid "event" msgstr "évènement" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "le statut" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3168 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "photo" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s a mentionné %3$s de %2$s avec %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Suivre le fil" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Voir les statuts" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Voir le profil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Voir les photos" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Publications du réseau" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Voir Contact" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Message privé" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Bloquer" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorer" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" -msgstr "Fusionner" +msgstr "Réduire" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "Ignorer le serveur %s" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Langues" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Se connecter/Suivre" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "Impossible de récupérer l'utilisateur." -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Rien de neuf ici" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Revenir" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Effacer les notifications" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@nom, !forum, #tags, contenu" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "@nom, !groupe, #tags, contenu" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Se déconnecter" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Mettre fin à cette session" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Connexion" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Se connecter" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "Discussions" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "Discussions que vous avez commencées" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Votre page de profil" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Photos" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Vos photos" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Média" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Vos publications avec des médias" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Calendrier" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "Votre calendrier" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Notes personnelles" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Vos notes personnelles" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Profil" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Page d'accueil" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "S'inscrire" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Créer un compte" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Aide" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Aide et documentation" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Applications" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Applications supplémentaires, utilitaires, jeux" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Recherche" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Rechercher dans le contenu du site" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Texte Entier" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tags" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contacts" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Communauté" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Flux public global" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Annuaire" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Annuaire des utilisateurs" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Information" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Information au sujet de cette instance de friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Conditions de service" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Conditions d'Utilisation de ce serveur Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:117 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Réseau" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Flux de conversations" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Vos publications et conversations" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Introductions" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Demande d'abonnement" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notifications" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Voir toutes les notifications" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Marquer comme vu" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Marquer toutes les notifications système comme vues" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Messages privés" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Messages entrants" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Messages sortants" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Comptes" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Gérer les autres pages" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Réglages" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Compte" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Gestion des contacts" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Admin" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Démarrage et configuration du site" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2007,23 +2181,23 @@ msgstr "Démarrage et configuration du site" msgid "Moderation" msgstr "Modération" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "Modération du contenu et des utilisateurs" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigation" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Carte du site" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Incorporation désactivée" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Contenu incorporé" @@ -2043,51 +2217,51 @@ msgstr "suivant" msgid "last" msgstr "dernier" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Image/photo" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3899 +#: src/Model/Item.php:3905 src/Model/Item.php:3906 msgid "Link to source" msgstr "Lien vers la source" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Cliquer pour ouvrir/fermer" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 a écrit :" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Contenu chiffré" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Protocole d'image invalide" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Protocole de lien invalide" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Chargement de résultats supplémentaires..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Fin" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "S'abonner" @@ -2115,88 +2289,92 @@ msgstr[0] "%d invitation disponible" msgstr[1] "%d invitations disponibles" msgstr[2] "%d invitations disponibles" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Trouver des personnes" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Entrez un nom ou un centre d'intérêt" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Exemples : Robert Morgenstein, Pêche" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Trouver" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Suggestions d'abonnement" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Intérêts similaires" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Profil au hasard" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Inviter des contacts" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Annuaire global" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Annuaire local" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Groupes" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "Cercles" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Tous les groupes" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "Aucune relation" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relations" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Tous les contacts" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocoles" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Tous les protocoles" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Dossiers sauvegardés" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Tout" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Catégories" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2204,30 +2382,40 @@ msgstr[0] "%d contact en commun" msgstr[1] "%d contacts en commun" msgstr[2] "%d contacts en commun" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archives" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "A cette date" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Personnes" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organisations" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1738 msgid "News" msgstr "Nouvelles" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Type de compte" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Tout" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:466 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:167 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "Chaînes" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exporter" @@ -2274,43 +2462,58 @@ msgstr[2] "Tendances (dernières %d heures)" #: src/Content/Widget/TrendingTags.php:53 msgid "More Trending Tags" -msgstr "Plus de tedances" +msgstr "Plus de tendances" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "Publier sur le groupe" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Mention" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix :" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Localisation :" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Réseau" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Se désabonner" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "Voir le groupe" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Vous-même" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Mutuels" @@ -2319,7 +2522,7 @@ msgid "Post to Email" msgstr "Publier aux courriels" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Public" @@ -2342,9 +2545,9 @@ msgstr "Ce contenu sera visible uniquement par les groupes et contacts listés d #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "Commencer à écrire le nom d'un contact ou d'un groupe pour afficher une liste filtrée. Vous pouvez aussi mentionner les groupes spéciaux \"Followers\" et \"Mutuels\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "Commencer à écrire le nom d'un contact ou d'un cercle pour afficher une liste filtrée. Vous pouvez aussi mentionner les groupes spéciaux \"Followers\" et \"Mutuels\"." #: src/Core/ACL.php:325 msgid "Show to:" @@ -2452,394 +2655,418 @@ msgstr "Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net msgid "Generate encryption keys" msgstr "Générer les clés de chiffrement" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Erreur : Le module \"rewrite\" du serveur web Apache est requis mais pas installé." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Module mod_rewrite Apache" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Erreur : Les modules PHP PDO ou MySQLi sont requis mais absents de votre serveur." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Erreur : Le pilote MySQL pour PDO n'est pas installé sur votre serveur." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "Module PHP PDO ou MySQLi" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "Erreur : Le module IntlChar n'est pas installé." + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "Module PHP IntlChar" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Erreur : le module PHP XML requis est absent." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "Module PHP XML" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "Module libCurl de PHP" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Erreur : Le module PHP \"libCURL\" est requis mais pas installé." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "Module GD (graphiques) de PHP" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Erreur : Le module PHP \"GD\" disposant du support JPEG est requis mais pas installé." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "Module OpenSSL de PHP" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Erreur : Le module PHP \"openssl\" est requis mais pas installé." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "Module mb_string de PHP" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Erreur : le module PHP mb_string est requis mais pas installé." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "Module PHP iconv" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Erreur : Le module PHP iconv requis est absent." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "Module PHP POSIX" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Erreur : Le module PHP POSIX est requis mais absent sur votre serveur." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Fonctions d'exécution de programmes" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Erreur : Les functions d'exécution de programmes (proc_open) sont nécessaires mais manquantes." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "Module PHP JSON" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Erreur : Le module PHP JSON est requis mais absent sur votre serveur." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Module PHP fileinfo" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Erreur : Le module PHP fileinfo requis est absent." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "Module PHP de Précision Multiple GNU" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "Erreur : le module PHP de Précision Multiple GNU est requis mais il n'est pas installé." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "L'installeur web n'est pas en mesure de créer le fichier \"local.config.php\" dans le répertoire \"config\" de votre serveur." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut ne pas être capable d'écrire dans votre répertoire - alors que vous-même le pouvez." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "À la fin de la procédure d'installation nous vous fournirons le contenu du fichier \"local.config.php\" à créer manuellement dans le sous-répertoire \"config\" de votre répertoire Friendica sur votre serveur." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Vous pouvez également sauter cette étape et procéder à une installation manuelle. Pour cela, merci de consulter le fichier \"doc/INSTALL.md\"." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "Le fichier \"config/local.config.php\" peut être créé." -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica utilise le moteur de modèles Smarty3 pour le rendu d'affichage web. Smarty3 compile les modèles en PHP pour accélérer le rendu." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Pour pouvoir stocker ces modèles compilés, le serveur internet doit avoir accès au droit d'écriture pour le répertoire view/smarty3/ sous le dossier racine de Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Veuillez vous assurer que l'utilisateur qui exécute votre serveur internet (p. ex. www-data) détient le droit d'accès en écriture sur ce dossier." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Note: pour plus de sécurité, vous devriez ne donner le droit d'accès en écriture qu'à view/smarty3/ et pas aux fichiers modèles (.tpl) qu'il contient." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 est autorisé à l écriture" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "La réécriture d'URL ne semble pas fonctionner, veuillez vous assurer que vous avez créé un fichier \".htaccess\" à partir du fichier \".htaccess-dist\"." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "Dans certaines situations (comme une installation dans un container), vous pouvez ignorer cette erreur." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Message d'erreur de Curl lors du test de réécriture d'URL" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "La réécriture d'URL fonctionne." -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "La détection de TLS pour sécuriser la communication entre le navigateur et votre nouveau serveur Friendica a échoué." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Nous vous recommandons fortement de n'utiliser Friendica qu'avec une connection sécurisée étant donné que des informations sensibles comme des mots de passe seront échangés." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Veuillez vous assurer que la connection au serveur est sécurisée." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Pas de TLS détecté" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS détecté" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "L'extension PHP ImageMagick n'est pas installée" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "L’extension PHP ImageMagick est installée" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick supporte le format GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Base de données déjà en cours d'utilisation." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Impossible de se connecter à la base." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Lundi" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Mardi" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Mercredi" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Jeudi" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Vendredi" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Samedi" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Dimanche" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Janvier" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Février" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Mars" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Avril" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mai" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Juin" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Juillet" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Août" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Septembre" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Octobre" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Novembre" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Décembre" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Lun" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Mar" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Mer" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Jeu" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Ven" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Sam" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Dim" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Fév" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Avr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Aoû" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Oct" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Déc" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Le fichier journal '%s' n'est pas utilisable. Pas de journalisation possible (erreur '%s')" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Le fichier journal de débogage \"%s\" n'existe pas ou n'est pas accessible en écriture. Journalisation désactivée (erreur : \"%s\")" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2884,22 +3111,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "La mise à jour automatique des données n'est pas disponible depuis la version %s. Veuillez mettre à jour manuellement jusqu'à la version 2021.01 et attendre que la mise à jour des données atteigne la version 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s : Exécution de la mise à jour préalable %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s : Exécution de la mise à jour des données %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Mise-à-jour %s échouée. Voir les journaux d'erreur." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2907,18 +3134,18 @@ msgid "" "\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 "\nLes développeur•se•s de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue." +msgstr "\nLes développeurs de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "The message d'erreur est\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica:Notification] Mise à jour de la base de données" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2930,28 +3157,28 @@ msgstr "\n\t\t\t\tLa base de données de Friendica a bien été mise à jour de msgid "The database version had been set to %s." msgstr "La version de la base de données a été fixée a %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "La mise à jour des données est à la version %d, mais elle doit atteindre la version %d pour pouvoir supprimer les tables en toute sécurité." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Aucune table non utilisée trouvée." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Ces tables ne sont pas utilisées pour friendica et seront supprimées lorsque vous exécuterez \"dbstructure drop -e\" :" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "Il n'y a pas de tables MyISAM ou InnoDB avec le format de fichier Antelope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2959,42 +3186,42 @@ msgid "" "%s\n" msgstr "\nErreur %d survenue durant la mise à jour de la base de données :\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Erreurs survenues lors de la mise à jour de la base de données :" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Une autre mise à jour de la base de données est en cours." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s : Mise à jour de la base de données" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s : Table %s en cours de mise à jour." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Enregistrement non trouvé" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Entité impossible à traiter" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Accès réservé" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "Le jeton ne comporte pas un utilisateur valide ou une portée (scope) nécessaire." -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Erreur du site" @@ -3003,82 +3230,122 @@ msgstr "Erreur du site" msgid "Legacy module file not found: %s" msgstr "Module original non trouvé: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "Un cercle supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce cercle et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre cercle sous un autre nom." + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Tout le monde" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "éditer" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "ajouter" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "Modifier le cercle" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "Contacts n'appartenant à aucun cercle" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "Créer un nouveau cercle" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "Nom du cercle :" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "Modifier les cercles" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Approuver" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1734 msgid "Organisation" msgstr "Organisation" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1742 +msgid "Group" +msgstr "Groupe" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3045 msgid "Disallowed profile URL." msgstr "URL de profil interdite." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3050 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Domaine bloqué" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3055 msgid "Connect URL missing." msgstr "URL de connexion manquante." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3064 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "Le contact n'a pu être ajouté. Veuillez vérifier les identifiants du réseau concerné dans la page Réglages -> Réseaux Sociaux si pertinent." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3082 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "Le réseau %s espéré ne correspond pas au réseau %s actuel" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3099 msgid "The profile address specified does not provide adequate information." msgstr "L'adresse de profil indiquée ne fournit par les informations adéquates." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3101 msgid "No compatible communication protocols or feeds were discovered." msgstr "Aucun protocole de communication ni aucun flux n'a pu être découvert." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3104 msgid "An author or name was not found." msgstr "Aucun auteur ou nom d'auteur n'a pu être trouvé." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3107 msgid "No browser URL could be matched to this address." msgstr "Aucune URL de navigation ne correspond à cette adresse." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3110 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3111 msgid "Use mailto: in front of address to force email check." msgstr "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3117 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3122 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3188 msgid "Unable to retrieve contact information." msgstr "Impossible de récupérer les informations du contact." @@ -3086,54 +3353,54 @@ msgstr "Impossible de récupérer les informations du contact." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "l d F Y \\@ G:i \\G\\M\\TP (e)" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Débute :" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Finit :" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "toute la journée" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sep" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "aujourd'hui" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "mois" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "semaine" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "jour" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Pas d'évènement à afficher" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "L'accès au profil a été restreint." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "Évènement non trouvé." @@ -3165,147 +3432,113 @@ msgstr "D G:i" msgid "g:i A" msgstr "G:i" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Montrer la carte" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Cacher la carte" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Anniversaire de %s's" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Joyeux anniversaire, %s !" -#: src/Model/Group.php:105 -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 "Un groupe supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom." +#: src/Model/Item.php:2217 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "%s (%s - %s) : %s" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Paramètres de confidentialité par défaut pour les nouveaux contacts" +#: src/Model/Item.php:2219 +#, php-format +msgid "%s (%s): %s" +msgstr "%s (%s) : %s" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Tout le monde" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "éditer" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "ajouter" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Editer groupe" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Contacts n'appartenant à aucun groupe" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Créer un nouveau groupe" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nom du groupe : " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Modifier les groupes" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2222 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Langues détectées dans cette publication :\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3170 msgid "activity" msgstr "activité" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3172 msgid "comment" msgstr "commentaire" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3175 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "publication" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3345 #, php-format msgid "%s is blocked" msgstr "%s est bloqué(e)" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3347 #, php-format msgid "%s is ignored" msgstr "%s est ignoré(e)" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3349 #, php-format msgid "Content from %s is collapsed" -msgstr "Le contenu de %s est fusionné" +msgstr "Le contenu de %s est réduit" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3353 #, php-format msgid "Content warning: %s" msgstr "Avertissement de contenu: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3806 msgid "bytes" msgstr "octets" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3837 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "%2$s (%3$d%%, %1$d vote)" msgstr[1] "%2$s (%3$d%%, %1$d votes)" -msgstr[2] "%2$s (%3$d%%, %1$d vote)" +msgstr[2] "%2$s (%3$d%%, %1$d votes)" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3839 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "%2$s (%1$d vote)" msgstr[1] "%2$s (%1$d votes)" -msgstr[2] "%2$s (%1$d vote)" +msgstr[2] "%2$s (%1$d votes)" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3844 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "%d votant. Fin du sondage : %s" msgstr[1] "%d votants. Fin du sondage : %s" -msgstr[2] "%d votant. Fin du sondage : %s" +msgstr[2] "%d votants. Fin du sondage : %s" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3846 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "%d votant." msgstr[1] "%d votants." -msgstr[2] "%d votant." +msgstr[2] "%d votants." -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3848 #, php-format msgid "Poll end: %s" msgstr "Fin du sondage : %s" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3882 src/Model/Item.php:3883 msgid "View on separate page" msgstr "Voir dans une nouvelle page" @@ -3313,227 +3546,228 @@ msgstr "Voir dans une nouvelle page" msgid "[no subject]" msgstr "[pas de sujet]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Photos du mur" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Editer le profil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Changer de photo de profil" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Page personnelle :" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "À propos :" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Flux Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "Ce site web a été vérifié comme appartenant à la même personne." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[aujourd'hui]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Rappels d'anniversaires" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Anniversaires cette semaine :" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A | F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Sans description]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Rappels d'évènements" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Évènements à venir dans les 7 prochains jours :" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "%1$s souhaite la bienvenue à %2$s grâce à OpenWebAuth" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr " Ville d'origine :" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Statut marital :" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Avec :" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Depuis :" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Préférence sexuelle :" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Opinions politiques :" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Opinions religieuses :" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "J'aime :" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Je n'aime pas :" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Titre / Description :" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Résumé" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Goûts musicaux" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Lectures" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Télévision" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Cinéma / Danse / Culture / Divertissement" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Passe-temps / Centres d'intérêt" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Amour / Romance" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Activité professionnelle / Occupation" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Études / Formation" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Coordonnées / Réseaux sociaux" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1281 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERREUR FATALE : La génération des clés de sécurité a échoué." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:715 src/Model/User.php:748 msgid "Login failed" msgstr "Échec de l'identification" -#: src/Model/User.php:637 +#: src/Model/User.php:780 msgid "Not enough information to authenticate" msgstr "Pas assez d'informations pour s'identifier" -#: src/Model/User.php:754 +#: src/Model/User.php:901 msgid "Password can't be empty" msgstr "Le mot de passe ne peut pas être vide" -#: src/Model/User.php:796 +#: src/Model/User.php:943 msgid "Empty passwords are not allowed." msgstr "Les mots de passe vides ne sont pas acceptés." -#: src/Model/User.php:800 +#: src/Model/User.php:947 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Le nouveau mot de passe fait partie d'une fuite de mot de passe publique, veuillez en choisir un autre." -#: src/Model/User.php:804 +#: src/Model/User.php:951 msgid "The password length is limited to 72 characters." msgstr "La taille du mot de passe est limitée à 72 caractères." -#: src/Model/User.php:808 +#: src/Model/User.php:955 msgid "The password can't contain white spaces nor accentuated letters" msgstr "Le mot de passe ne peut pas contenir d'espaces ou de lettres accentuées" -#: src/Model/User.php:1003 +#: src/Model/User.php:1164 msgid "Passwords do not match. Password unchanged." msgstr "Les mots de passe ne correspondent pas. Aucun changement appliqué." -#: src/Model/User.php:1010 +#: src/Model/User.php:1171 msgid "An invitation is required." msgstr "Une invitation est requise." -#: src/Model/User.php:1014 +#: src/Model/User.php:1175 msgid "Invitation could not be verified." msgstr "L'invitation fournie n'a pu être validée." -#: src/Model/User.php:1022 +#: src/Model/User.php:1183 msgid "Invalid OpenID url" msgstr "Adresse OpenID invalide" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Nous avons eu un souci avec l'OpenID que vous avez fourni. Merci de vérifier qu'il est correctement écrit." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1196 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Le message d'erreur était :" -#: src/Model/User.php:1041 +#: src/Model/User.php:1202 msgid "Please enter the required information." msgstr "Entrez les informations requises." -#: src/Model/User.php:1055 +#: src/Model/User.php:1216 #, 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) et system.username_max_length (%s) s'excluent mutuellement, leur valeur sont échangées." -#: src/Model/User.php:1062 +#: src/Model/User.php:1223 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3541,7 +3775,7 @@ msgstr[0] "L'identifiant utilisateur doit comporter au moins %s caractère." msgstr[1] "L'identifiant utilisateur doit comporter au moins %s caractères." msgstr[2] "L'identifiant utilisateur doit comporter au moins %s caractères." -#: src/Model/User.php:1066 +#: src/Model/User.php:1227 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3549,68 +3783,68 @@ msgstr[0] "L'identifiant utilisateur doit comporter au plus %s caractère." msgstr[1] "L'identifiant utilisateur doit comporter au plus %s caractères." msgstr[2] "L'identifiant utilisateur doit comporter au plus %s caractères." -#: src/Model/User.php:1074 +#: src/Model/User.php:1235 msgid "That doesn't appear to be your full (First Last) name." msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)." -#: src/Model/User.php:1079 +#: src/Model/User.php:1240 msgid "Your email domain is not among those allowed on this site." msgstr "Votre domaine de courriel n'est pas autorisé sur ce site." -#: src/Model/User.php:1083 +#: src/Model/User.php:1244 msgid "Not a valid email address." msgstr "Ceci n'est pas une adresse courriel valide." -#: src/Model/User.php:1086 +#: src/Model/User.php:1247 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Cet identifiant utilisateur est réservé." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1251 src/Model/User.php:1257 msgid "Cannot use that email." msgstr "Impossible d'utiliser ce courriel." -#: src/Model/User.php:1102 +#: src/Model/User.php:1263 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Votre identifiant utilisateur ne peut comporter que a-z, 0-9 et _." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1271 src/Model/User.php:1328 msgid "Nickname is already registered. Please choose another." msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1315 src/Model/User.php:1319 msgid "An error occurred during registration. Please try again." msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer." -#: src/Model/User.php:1181 +#: src/Model/User.php:1342 msgid "An error occurred creating your default profile. Please try again." msgstr "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer." -#: src/Model/User.php:1188 +#: src/Model/User.php:1349 msgid "An error occurred creating your self contact. Please try again." msgstr "Une erreur est survenue lors de la création de votre propre contact. Veuillez réssayer." -#: src/Model/User.php:1193 +#: src/Model/User.php:1354 msgid "Friends" msgstr "Contacts" -#: src/Model/User.php:1197 +#: src/Model/User.php:1358 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Une erreur est survenue lors de la création de votre groupe de contacts par défaut. Veuillez réessayer." +"An error occurred creating your default contact circle. Please try again." +msgstr "Une erreur est survenue lors de la création de votre cercle de contacts par défaut. Veuillez réessayer." -#: src/Model/User.php:1236 +#: src/Model/User.php:1402 msgid "Profile Photos" msgstr "Photos du profil" -#: src/Model/User.php:1431 +#: src/Model/User.php:1582 #, php-format msgid "" "\n" "\t\tDear %1$s,\n" "\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "\n\t\tCher•ère %1$s,\n\t\t\tl'administrateur de %2$s a créé un compte pour vous." +msgstr "\n\t\tCher/Chère %1$s,\n\t\t\tl'administrateur de %2$s a créé un compte pour vous." -#: src/Model/User.php:1434 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" @@ -3628,10 +3862,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3640,14 +3873,14 @@ msgid "" "\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." -msgstr "\n\t\tLes informations d'identification sont les suivantes :\n\n\t\tLocalisation du site :\t%1$s\n\t\tNom de l'identifiant :\t\t%2$s\n\t\tMot de passe :\t\t%3$s\n\n\t\tVous pouvez changer votre mot de passe depuis la page \"Paramètres\" de votre compte après connexion.\n\n\t\tMerci de prendre un moment pour consulter les autres paramètres de compte disponibles sur cette page.\n\n\t\tVous pourriez également souhaiter ajouter quelques informations de base à votre profil par défaut\n\t\t(sur la page \"Profils\") afin que d'autres personnes puissent vous trouver facilement.\n\n\t\tNous vous recommandons de définir votre nom complet, d'ajouter une photo de profil,\n\t\td'ajouter quelques \"mots clés\" de profil (très utiles pour se faire de nouveaux amis) et\n\t\tpeut-être le pays dans lequel vous vivez; si vous ne souhaitez pas être plus spécifique\n\t\tque ça.\n\n\t\tNous respectons totalement votre droit à la vie privée et aucun de ces éléments n'est obligatoire.\n\t\tSi vous être nouveau/nouvelle et que vous ne connaissez personne ici, ils pourraient vous aider \n\t\tà vous faire de nouveaux amis intéressants.\n\n\t\tSi jamais vous souhaitiez supprimer votre compte, vous pourriez le faire à %1$s/settings/removeme\n\n\t\tMerci et bienvenue sur %4$s." +msgstr "\n\t\tLes détails de connexion sont les suivants :\n\n\t\tAdresse :\t%1$s\n\t\tIdentifiant :\t\t%2$s\n\t\tMot de passe :\t\t%3$s\n\n\t\tVous pouvez modifier votre mot de passe à partir de la page \"Paramètres\"\n\t\tde votre compte après vous être connecté.\n\n\t\tVeuillez prendre quelques instants pour passer en revue les autres paramètres\n\t\tde votre compte sur cette page.\n\n\t\tVous pouvez également ajouter quelques informations de base à votre profil par\n\t\tdéfaut (sur la page \"Profils\") afin que d'autres personnes puissent vous trouver facilement.\n\n\t\tNous vous recommandons d'ajouter une photo de profil, des \"mots-clés\"\n\t\t(très utiles pour se faire de nouveaux amis) et peut-être le pays dans lequel\n\t\tvous vivez, si vous ne souhaitez pas être plus précis.\n\n\t\tNous respectons pleinement votre droit à la vie privée et aucun de ces éléments\n\t\tn'est nécessaire. Si vous êtes nouveau et que vous ne connaissez personne ici,\n\t\tils peuvent vous aider à vous faire de nouveaux amis intéressants.\n\n\t\tSi vous souhaitez supprimer votre compte, vous pouvez le faire à l'adresse %1$s/settings/removeme\n\n\t\tMerci et bienvenue sur %4$s." -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1617 src/Model/User.php:1723 #, php-format msgid "Registration details for %s" msgstr "Détails d'inscription pour %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1637 #, php-format msgid "" "\n" @@ -3662,12 +3895,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tCh·er·ère %1$s,\n\t\t\t\tMerci de vous être inscrit-e sur%2$s. Votre compte est en attente de la validation d'un administrateur.\n\n\t\t\tVos identifiants sont les suivants:\n\n\t\t\tLocalisation du site :\t%3$s\n\t\t\tNom d'utilisateur :\t\t%4$s\n\t\t\tMot de passe :\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1656 #, php-format msgid "Registration at %s" msgstr "inscription à %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1680 #, php-format msgid "" "\n" @@ -3676,7 +3909,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tCher %1$s,\n\t\t\t\tMerci pour votre inscription sur %2$s. Votre compte a été créé.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1688 #, php-format msgid "" "\n" @@ -3694,10 +3927,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3706,7 +3938,12 @@ msgid "" "\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "\n\t\t\tLes informations d'identification sont les suivantes :\n\n\t\t\tLocalisation du site :\t%3$s\n\t\t\tNom de l'identifiant :\t\t%1$s\n\t\t\tMot de passe :\t\t%5$s\n\n\t\t\tVous pouvez changer votre mot de passe depuis la page \"Paramètres\" de votre compte après\n\t\t\tconnexion.\n\n\t\t\tMerci de prendre un moment pour consulter les autres paramètres de compte disponibles sur cette page.\n\n\t\t\tVous pourriez également souhaiter ajouter quelques informations de base à votre profil par défaut\n\t\t\t(sur la page \"Profils\") afin que d'autres personnes puissent vous trouver facilement.\n\n\t\t\tNous vous recommandons de définir votre nom complet, d'ajouter une photo de profil,\n\t\t\td'ajouter quelques \"mots clés\" de profil (très utiles pour se faire de nouveaux amis) et\n\t\t\tpeut être le pays dans lequel vous vivez si vous ne souhaitez pas être plus spécifique\n\t\t\tque ça.\n\n\t\t\tNous respectons totalement votre droit à la vie privée et aucun de ces éléments n'est obligatoire.\n\t\t\tSi vous être nouveau/nouvelle et que vous ne connaissez personne ici, ils pourraient vous aider\n\t\t\tà vous faire de nouveaux amis intéressants.\n\n\t\t\tSi jamais vous souhaitiez supprimer votre compte, vous pourriez le faire à %3$s/settings/removeme\n\n\t\t\tMerci et bienvenue sur %2$s.\t" +msgstr "\n\t\t\tLes détails de connexion sont les suivants :\n\n\t\t\tAdresse :\t%3$s\n\t\t\tIdentifiant :\t\t%1$s\n\t\t\tMot de passe:\t\t%5$s\n\n\t\t\tVous pouvez modifier votre mot de passe à partir de la page \"Paramètres\"\n\t\t\tde votre compte après vous être connecté.\n\n\t\t\tVeuillez prendre quelques instants pour passer en revue les autres paramètres\n\t\t\tde votre compte sur cette page.\n\n\t\t\tVous pouvez également ajouter quelques informations de base à votre profil par\n\t\t\tdéfaut (sur la page \"Profils\") afin que d'autres personnes puissent vous trouver facilement.\n\n\t\t\tNous vous recommandons d'ajouter une photo de profil, des \"mots-clés\"\n\t\t\t(très utiles pour se faire de nouveaux amis) et peut-être le pays dans lequel\n\t\t\tvous vivez, si vous ne souhaitez pas être plus précis.\n\n\t\t\tNous respectons pleinement votre droit à la vie privée et aucun de ces éléments\n\t\t\tn'est nécessaire. Si vous êtes nouveau et que vous ne connaissez personne ici,\n\t\t\tils peuvent vous aider à vous faire de nouveaux amis intéressants.\n\n\t\t\tSi vous souhaitez supprimer votre compte, vous pouvez le faire à l'adresse %3$s/settings/removeme\n\n\t\t\tMerci et bienvenue sur %2$s." + +#: src/Model/User.php:1750 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "Un utilisateur avec des délégataires ne peut pas être supprimé, veuillez d'abord retirer les délégataires." #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." @@ -3728,15 +3965,15 @@ msgid "Disable" msgstr "Désactiver" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Activer" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:218 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:449 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3746,7 +3983,7 @@ msgstr "Administration" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Extensions" @@ -3775,12 +4012,12 @@ msgid "Addon %s failed to install." msgstr "L'extension %s a échoué à s'installer." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:452 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Sauvegarder les paramètres" @@ -3865,82 +4102,84 @@ msgstr "Verouiller la fonctionnalité %s" msgid "Manage Additional Features" msgstr "Gérer les fonctionnalités avancées" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:80 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Autre" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:158 src/Module/Admin/Federation.php:407 msgid "unknown" msgstr "inconnu" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "%2$s système au total" msgstr[1] "%2$s systèmes au total" -msgstr[2] "%2$s système au total" +msgstr[2] "%2$s systèmes au total" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:192 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "%2$s utilisateur actif le mois dernier" msgstr[1] "%2$s utilisateurs actifs le mois dernier" -msgstr[2] "%2$s utilisateur actif le mois dernier" +msgstr[2] "%2$s utilisateurs actifs le mois dernier" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:193 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "%2$s utilisateur actif ces six derniers mois" msgstr[1] "%2$s utilisateurs actifs ces six derniers mois" -msgstr[2] "%2$s utilisateur actif ces six derniers mois" +msgstr[2] "%2$s utilisateurs actifs ces six derniers mois" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "%2$s utilisateur enregistré" msgstr[1] "%2$s utilisateurs enregistrés" -msgstr[2] "%2$s utilisateur enregistré" +msgstr[2] "%2$s utilisateurs enregistrés" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:195 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "%2$s publication ou commentaire créé localement" msgstr[1] "%2$s publications et commentaires créés localement" -msgstr[2] "%2$s publication ou commentaire créé localement" +msgstr[2] "%2$s publications et commentaires créés localement" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:198 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "%2$s publication par utilisateur" msgstr[1] "%2$s publications par utilisateur" -msgstr[2] "%2$s publication par utilisateur" +msgstr[2] "%2$s publications par utilisateur" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:203 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "%2$s utilisateur par système" msgstr[1] "%2$s utilisateurs par système" -msgstr[2] "%2$s utilisateur par système" +msgstr[2] "%2$s utilisateurs par système" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:213 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 "Cette page montre quelques statistiques de la partie connue du réseau social fédéré dont votre instance Friendica fait partie. Ces chiffres sont partiels et ne reflètent que la portion du réseau dont votre instance a connaissance." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:219 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Statistiques Federation" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:223 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3981,15 +4220,15 @@ msgid "Enable Debugging" msgstr "Activer le déboggage" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:480 msgid "" "Read-only because it is set by an environment variable" -msgstr "" +msgstr "En lecture seule car configuré avec une variable d'environnement" #: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" -msgstr "Fichier de journaux" +msgstr "Fichier journal" #: src/Module/Admin/Logs/Settings.php:92 msgid "" @@ -4134,7 +4373,8 @@ msgstr "Commande" msgid "Job Parameters" msgstr "Paramètres de la tâche" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Créé" @@ -4142,269 +4382,269 @@ msgstr "Créé" msgid "Priority" msgstr "Priorité" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:240 #, php-format msgid "%s is no valid input for maximum image size" msgstr "%s n'est pas une valeur valide pour la taille maximum d'image" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:364 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Pas de thème particulier pour les terminaux mobiles" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:381 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s- (expérimental)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:393 msgid "No community page" msgstr "Aucune page de communauté" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:394 msgid "No community page for visitors" msgstr "Aucune page communautaire pour les visiteurs" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:395 msgid "Public postings from users of this site" msgstr "Publications publiques des utilisateurs de ce site" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:396 msgid "Public postings from the federated network" msgstr "Publications publiques du réseau fédéré" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:397 msgid "Public postings from local users and the federated network" msgstr "Publications publiques des utilisateurs du site et du réseau fédéré" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:403 msgid "Multi user instance" msgstr "Instance multi-utilisateurs" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:426 msgid "Closed" msgstr "Fermé" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:427 msgid "Requires approval" msgstr "Demande une apptrobation" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:428 msgid "Open" msgstr "Ouvert" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:432 msgid "Don't check" msgstr "Ne pas rechercher" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:433 msgid "check the stable version" msgstr "Rechercher les versions stables" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:434 msgid "check the development version" msgstr "Rechercher les versions de développement" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:438 msgid "none" msgstr "aucun" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:439 msgid "Local contacts" msgstr "Contacts locaux" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:440 msgid "Interactors" msgstr "Interagisseurs" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:450 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Site" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:451 msgid "General Information" msgstr "Information générale" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:453 msgid "Republish users to directory" msgstr "Republier les utilisateurs sur le répertoire" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:454 src/Module/Register.php:152 msgid "Registration" msgstr "Inscription" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:455 msgid "File upload" msgstr "Téléversement de fichier" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:456 msgid "Policies" msgstr "Politiques" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:457 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Avancé" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:458 msgid "Auto Discovered Contact Directory" msgstr "Répertoire de Contacts Découverts Automatiquement" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:459 msgid "Performance" msgstr "Performance" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:460 msgid "Worker" -msgstr "Worker" +msgstr "Tâche de fond" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:461 msgid "Message Relay" msgstr "Relai de publication" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:462 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Utilisez la commande \"console relay\" en ligne de commande pour ajouter ou retirer des relais." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:463 msgid "The system is not subscribed to any relays at the moment." msgstr "Ce serveur n'est pas abonné à un relai pour le moment." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:464 msgid "The system is currently subscribed to the following relays:" msgstr "Ce serveur est actuellement abonné aux relais suivants:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:467 msgid "Relocate Node" msgstr "Déplacer le nœud" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:468 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "Déplacer votre nœud vous permet de changer le domaine DNS de celui-ci et de conserver tous les utilisateurs existants ainsi que les publications. Ce processus prend un certain temps et ne peut être lancé que depuis la ligne de commande relocate de la façon suivante :" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:469 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(Friendica directory)# bin/console relocate https://nouveaudomaine.fr" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:472 msgid "Site name" msgstr "Nom du site" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "Sender Email" msgstr "Courriel de l'émetteur" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:473 msgid "" "The email address your server shall use to send notification emails from." msgstr "L'adresse courriel à partir de laquelle votre serveur enverra des courriels." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "Name of the system actor" msgstr "Nom du compte système" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:474 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Nom du compte interne utilisé pour effectuer les requêtes ActivityPub. Ce nom doit être inutilisé actuellement. Une fois défini, ce nom ne peut pas être changé." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:475 msgid "Banner/Logo" msgstr "Bannière/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:476 msgid "Email Banner/Logo" -msgstr "Bannière/Logo d'email" +msgstr "Bannière/Logo de courriel" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Shortcut icon" msgstr "Icône de raccourci" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:477 msgid "Link to an icon that will be used for browsers." msgstr "Lien vers une icône qui sera utilisée pour les navigateurs." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Touch icon" msgstr "Icône pour systèmes tactiles" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:478 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Lien vers une icône qui sera utilisée pour les tablettes et les mobiles." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 msgid "Additional Info" msgstr "Informations supplémentaires" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Description publique destinée au répertoire global de sites Friendica." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:480 msgid "System language" msgstr "Langue du système" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 msgid "System theme" msgstr "Thème du système" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:481 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "Thème système par défaut - peut être modifié par profil utilisateur - Changer les paramètres de thème par défaut" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Mobile system theme" msgstr "Thème mobile" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:482 msgid "Theme for mobile devices" msgstr "Thème pour les terminaux mobiles" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "Force SSL" msgstr "SSL obligatoire" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:483 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Redirige toutes les requêtes en clair vers des requêtes SSL. Attention : sur certains systèmes cela peut conduire à des boucles de redirection infinies." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "Show help entry from navigation menu" msgstr "Montrer l'aide dans le menu de navigation" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:484 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Montre l'Aide dans le menu de navigation. L'aide reste accessible en naviguant vers /help directement." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Single user instance" msgstr "Instance mono-utilisateur" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:485 msgid "Make this instance multi-user or single-user for the named user" msgstr "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur." -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 msgid "Maximum image size" msgstr "Taille maximale des images" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:487 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4412,193 +4652,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "Taille maximale en octets des images téléversées. La valeur par défaut est 0, ce qui signifie aucune limite. Vous pouvez indiquer k, m, ou g après la valeur désirée pour Kio, Mio, Gio respectivement.\n\t\t\t\t\t\t\t\t\t\t\t\t\tLa valeur de upload_max_filesize dans votre PHP.ini doit être définie au minimum à la valeur désirée.\n\t\t\t\t\t\t\t\t\t\t\t\t\tActuellement upload_max_filesize est définie à %s (%s octet)" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "Maximum image length" msgstr "Longueur maximale des images" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:491 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Longueur maximale en pixels du plus long côté des images téléversées. La valeur par défaut est -1 : absence de limite." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "JPEG image quality" msgstr "Qualité JPEG des images" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:492 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:494 msgid "Register policy" msgstr "Politique d'inscription" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "Maximum Users" -msgstr "" +msgstr "Utilisateurs maximum" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:495 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " "below the limit. It only works when the policy is set to open or close, but " "not when the policy is set to approval." -msgstr "" +msgstr "Si défini, la politique d'inscription est automatiquement définie à \"Fermé\" quand le nombre d'utilisateurs est atteint et mis à \"Ouvert\" quand le nombre descend en dessous de la limite. Cela fonctionne uniquement si la politique est défini à \"Ouvert\" ou \"Fermé\", mais pas quand celle-ci est définie à \"Demande une approbation\"." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 msgid "Maximum Daily Registrations" msgstr "Inscriptions maximum par jour" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:496 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 "Si les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:497 msgid "Register text" msgstr "Texte d'inscription" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:497 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Ce texte est affiché sur la page d'inscription. Les BBCodes sont autorisés." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 msgid "Forbidden Nicknames" msgstr "Identifiants réservés" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Liste d'identifiants réservés séparés par des virgules. Ces identifiants ne peuvent pas être utilisés pour s'enregistrer. La liste de base provient de la RFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:499 msgid "Accounts abandoned after x days" msgstr "Les comptes sont abandonnés après x jours" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:499 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 msgid "Allowed friend domains" msgstr "Domaines autorisés" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:500 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:501 msgid "Allowed email domains" msgstr "Domaines courriel autorisés" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" -msgstr "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines" +msgstr "Liste de domaines - séparés par des virgules - dont les adresses de courriel sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:502 msgid "No OEmbed rich content" msgstr "Désactiver le texte riche avec OEmbed" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:502 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Evite le contenu riche avec OEmbed (comme un document PDF incrusté), sauf provenant des domaines autorisés listés ci-après." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "Trusted third-party domains" msgstr "Domaines tierce-partie de confiance" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:503 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Liste séparée par des virgules de domaines dont le contenu est autorisé à être intégré dans les publications comme avec OEmbed. Tous les sous-domaines des domains mentionnés sont autorisés également." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 msgid "Block public" msgstr "Interdire la publication globale" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:504 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "Force publish" msgstr "Forcer la publication globale" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:505 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Activer cette option peut potentiellement enfreindre les lois sur la protection de la vie privée comme le RGPD." -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 msgid "Global directory URL" msgstr "URL de l'annuaire global" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:506 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL de l'annuaire global. Si ce champ n'est pas défini, l'annuaire global sera complètement indisponible pour l'application." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:507 msgid "Private posts by default for new users" msgstr "Publications privées par défaut pour les nouveaux utilisateurs" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:507 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Rendre les publications de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde." +"circle rather than public." +msgstr "Rendre les publications de tous les nouveaux utilisateurs accessibles seulement par le cercle de contacts par défaut, et non par tout le monde." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 msgid "Don't include post content in email notifications" -msgstr "Ne pas inclure le contenu posté dans l'e-mail de notification" +msgstr "Ne pas inclure le contenu de la publication dans le courriel de notification" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:508 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 "Ne pas inclure le contenu de publication/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité." +msgstr "Ne pas inclure le contenu d'un(e) publication/commentaire/message privé/etc dans le courriel de notification qui est envoyé à partir du site, par mesure de confidentialité." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:509 msgid "Disallow public access to addons listed in the apps menu." msgstr "Interdire l’accès public pour les greffons listées dans le menu apps." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:509 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Cocher cette case restreint la liste des greffons dans le menu des applications seulement aux membres." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 msgid "Don't embed private images in posts" msgstr "Ne pas miniaturiser les images privées dans les publications" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:510 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 " @@ -4606,11 +4846,11 @@ msgid "" "while." msgstr "Ne remplacez pas les images privées hébergées localement dans les publications avec une image attaché en copie, car cela signifie que le contact qui reçoit les publications contenant ces photos privées devra s’authentifier pour charger chaque image, ce qui peut prendre du temps." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:511 msgid "Explicit Content" msgstr "Contenu adulte" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:511 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 " @@ -4619,267 +4859,329 @@ msgid "" "will be shown at the user registration page." msgstr "Activez cette option si votre site est principalement utilisé pour publier du contenu adulte. Cette information est publique et peut être utilisée pour filtrer votre site dans le répertoire de site global. Elle est également affichée sur la page d'inscription." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "Proxify external content" msgstr "Faire transiter le contenu externe par un proxy" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:512 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Dirige le contenu externe par la fonctionnalité proxy. Cela est utilisé par exemple pour certains accès OEmbed et dans certains autres cas rares." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 +msgid "Only local search" +msgstr "Recherche locale uniquement" + +#: src/Module/Admin/Site.php:513 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "Bloque la recherche pour les utilisateurs non connectés afin d'éviter aux robot d'indexation de bloquer votre système." + +#: src/Module/Admin/Site.php:514 +msgid "Blocked tags for trending tags" +msgstr "Tags bloqués pour les tendances" + +#: src/Module/Admin/Site.php:514 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "Liste de tags, séparés par des virgules, qui ne seront pas affichés dans les tendances." + +#: src/Module/Admin/Site.php:515 msgid "Cache contact avatars" msgstr "Mettre en cache les avatars des contacts" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:515 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "Stocker localement les images d'avatar des contacts. Cela utilise beaucoup d'espace disque mais améliore les performances." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 msgid "Allow Users to set remote_self" msgstr "Autoriser les utilisateurs à définir remote_self" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:516 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 "Cocher cette case, permet à chaque utilisateur de marquer chaque contact comme un remote_self dans la boîte de dialogue de réparation des contacts. Activer cette fonction à un contact engendre la réplique de toutes les publications d'un contact dans le flux d'activités des utilisateurs." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 +msgid "Adjust the feed poll frequency" +msgstr "Régler la fréquence d'interrogation" + +#: src/Module/Admin/Site.php:517 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "Détecte automatiquement et défini la meilleure fréquence d'interrogation." + +#: src/Module/Admin/Site.php:518 +msgid "Minimum poll interval" +msgstr "Intervalle minimum de requêtage" + +#: src/Module/Admin/Site.php:518 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "Temps minimum entre deux requêtages en minutes pour les courriels et les contacts. Les valeurs raisonnables sont entre 1 et 59." + +#: src/Module/Admin/Site.php:519 msgid "Enable multiple registrations" msgstr "Autoriser les comptes multiples" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:519 msgid "Enable users to register additional accounts for use as pages." msgstr "Permet aux utilisateurs d'enregistrer des comptes supplémentaires pour être utilisés comme pages." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID" msgstr "Activer OpenID" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:520 msgid "Enable OpenID support for registration and logins." msgstr "Permet l'utilisation d'OpenID pour l'enregistrement de compte et l'identification." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "Forcer l'utilisation de noms complets" +#: src/Module/Admin/Site.php:521 +msgid "Enable full name check" +msgstr "Activer la vérification du nom complet" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:521 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Oblige les utilisateurs à include au moins un espace dans leur nom d'usage comme entre un prénom et un nom de famille." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "Empêche les utilisateurs de s'enregistrer avec un nom d'affichage n'ayant pas au minimum 2 parties séparées par des espaces." -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "Email administrators on new registration" msgstr "Envoyer un courriel aux administrateurs lors d'une nouvelle inscription" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:522 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "Si activé et que le système est défini à une inscription ouverte, un courriel sera envoyé pour chaque nouvelle inscription aux administrateurs." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "Community pages for visitors" msgstr "Affichage de la page communauté pour les utilisateurs anonymes" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:523 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Quelles pages communauté sont disponibles pour les utilisateurs anonymes." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "Posts per user on community page" -msgstr "Nombre de publications par utilisateur sur la page de la communauté (n'est pas valide pour " +msgstr "Nombre de publications par utilisateur sur la page de la communauté" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:524 msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "Le nombre maximum de publications par auteur par page dans le flux communautaire local." +"The maximum number of posts per user on the local community page. This is " +"useful, when a single user floods the local community page." +msgstr "Nombre maximum de publications par utilisateur sur la page de communauté locale. Utile lorsqu'un seul utilisateur inonde la page de communauté locale." -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:525 +msgid "Posts per server on community page" +msgstr "Publications par serveur sur la page Communauté" + +#: src/Module/Admin/Site.php:525 +msgid "" +"The maximum number of posts per server on the global community page. This is" +" useful, when posts from a single server flood the global community page." +msgstr "Nombre maximum de publications par serveur sur la page de communauté globale. Utile lorsque les publications d'un seul serveur inonde la page de communauté globale." + +#: src/Module/Admin/Site.php:527 msgid "Enable Mail support" msgstr "Activer la prise en charge e-mail" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:527 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "Permet de se connecter à un compte IMAP et de répondre directement aux e-mails via Friendica." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:528 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "La prise en charge e-mail requiert le module PHP IMAP pour être activée." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "Enable OStatus support" msgstr "Activer la prise en charge d'OStatus" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "Permet la communication avec des comptes distants via OStatus (StatusNet, GNU Social, etc...). Toutes les publications OStatus sont publiques." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:531 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Le support de Diaspora ne peut pas être activé parce que Friendica a été installé dans un sous-répertoire." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "Enable Diaspora support" msgstr "Activer le support de Diaspora" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:532 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "Permet la communication avec des comptes distants via Diaspora. Ce protocole est principalement utilisé par la plate-forme Diaspora." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 msgid "Verify SSL" msgstr "Vérifier SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:533 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 "Si vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:534 msgid "Proxy user" msgstr "Utilisateur du proxy" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:534 msgid "User name for the proxy server." msgstr "Nom d'utilisateur pour le serveur proxy" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "Proxy URL" msgstr "URL du proxy" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:535 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "Si vous souhaitez utiliser un serveur proxy que Friendica devra employer pour se connecter au réseau, indiquez l'adresse du proxy ici." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Network timeout" msgstr "Dépassement du délai d'attente du réseau" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:536 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 msgid "Maximum Load Average" msgstr "Plafond de la charge moyenne" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:537 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "La charge système maximal avant que les processus livraisons et de sondage de profils distants soient reportées. Défaut : %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "Minimal Memory" msgstr "Mémoire minimum" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:538 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Mémoire libre minimale pour les tâches de fond (en Mo). Requiert l'accès à /proc/meminfo. La valeur par défaut est 0 (désactivé)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables" msgstr "Optimizer les tables régulièrement" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:539 msgid "Periodically optimize tables like the cache and the workerqueue" -msgstr "Optimize régulièrement certaines tables de base de données très utilisées comme cache, locks, session, ou workerqueue." +msgstr "Optimise régulièrement certaines tables de base de données très utilisées comme cache, locks, session, ou workerqueue." -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "Discover followers/followings from contacts" msgstr "Découvrir la liste de contacts des contacts" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:541 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Si activé, ce serveur collecte la liste d'abonnés et d'abonnements des contacts suivants." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:542 msgid "None - deactivated" msgstr "Aucun - désactivé" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:543 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Contacts locaux : Les contacts des utilisateurs de ce serveur" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:544 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interagisseurs : Les contacts des utilisateurs de ce serveur et les contacts qui ont intéragit avec les conversations dont ce serveur a connaissance." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:546 +msgid "Only update contacts/servers with local data" +msgstr "Mettre a jour que les contacts/serveurs ayant des données locales" + +#: src/Module/Admin/Site.php:546 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "Si activé, le système ne recherchera que les modifications apportées aux contacts et aux serveurs qui se sont engagés dans ce système, soit parce qu'ils figurent dans la liste de contacts d'un utilisateur, soit parce que des messages ou des commentaires ont été publiés par le contact sur ce système." + +#: src/Module/Admin/Site.php:547 msgid "Synchronize the contacts with the directory server" msgstr "Synchroniser les contacts avec l'annuaire distant" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:547 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Active l'ajout de nouveaux contacts depuis l'annuaire distant choisi." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Nombre de jours entre les requêtes" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Nombre de jours avant qu'une requête de contacts soient envoyée à nouveau à un serveur." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "Discover contacts from other servers" msgstr "Découvrir des contacts des autres serveurs" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:549 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Récupère périodiquement la liste des contacts connus par les serveurs distants. Concerne les serveurs Friendica, Mastodon et Hubzilla seulement." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "Le système interroge périodiquement d'autres serveurs (Friendica, Mastodon et Hubzilla) pour connaître les contacts et les serveurs qu'ils connaissent. Désactivez-le sur les petites machines pour réduire la taille et la charge de la base de données." -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:550 +msgid "Days between requery" +msgstr "Nombre de jours entre les requêtes" + +#: src/Module/Admin/Site.php:550 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "Nombre de jours après lesquels un serveur est interrogé sur ses contacts et les serveurs qu'il connaît. Ce paramètre n'est utilisé que lorsque la découverte est activée." + +#: src/Module/Admin/Site.php:551 msgid "Search the local directory" msgstr "Chercher dans le répertoire local" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:551 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 "Cherche dans le répertoire local au lieu du répertoire local. Quand une recherche locale est effectuée, la même recherche est effectuée dans le répertoire global en tâche de fond. Cela améliore les résultats de la recherche si elle est réitérée." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:553 msgid "Publish server information" msgstr "Publier les informations du serveur" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:553 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 " @@ -4887,50 +5189,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Active la publication de données générales sur ce serveur et son utilisation. Contient entre autres le nom et la version du serveur, le nombre d'utilisateurs avec un profil public, le nombre de publications et la liste des connecteurs activés. Voir the-federation.info pour les détails." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 msgid "Check upstream version" msgstr "Mises à jour" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:555 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 "Permet de vérifier la présence de nouvelles versions de Friendica sur github. Si une nouvelle version est disponible, vous recevrez une notification dans l'interface d'administration." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress Tags" msgstr "Masquer les tags" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:556 msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Ne pas afficher la liste des hashtags à la fin d’un message." +msgstr "Ne pas afficher la liste des tags à la fin d’un message." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "Clean database" msgstr "Nettoyer la base de données" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:557 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Supprime les conversations distantes anciennes, les enregistrements orphelins et le contenu obsolète de certaines tables de débogage." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 msgid "Lifespan of remote items" msgstr "Durée de vie des conversations distantes" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:558 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 "Si le nettoyage de la base de donnée est actif, cette valeur représente le délai en jours après lequel les conversations distantes sont supprimées. Les conversations démarrées par un utilisateur local, étoilées ou archivées sont toujours conservées. 0 pour désactiver." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:559 msgid "Lifespan of unclaimed items" msgstr "Durée de vie des conversations relayées" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:559 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4938,144 +5240,308 @@ msgid "" "items if set to 0." msgstr "Si le nettoyage de la base de donnée est actif, cette valeur représente le délai en jours après lequel les conversations relayées qui n'ont pas reçu d'interactions locales sont supprimées. La valeur par défaut est 90 jours. 0 pour aligner cette valeur sur la durée de vie des conversations distantes." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 msgid "Lifespan of raw conversation data" msgstr "Durée de vie des méta-données de conversation" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:560 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 "Cette valeur représente le délai en jours après lequel les méta-données de conversations sont supprimées. Ces méta-données sont utilisées par les protocoles ActivityPub et OStatus, et pour le débogage. Il est prudent de conserver ces meta-données pendant au moins 14 jours. La valeur par défaut est 90 jours." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:561 msgid "Maximum numbers of comments per post" msgstr "Nombre maximum de commentaires par publication" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:561 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Combien de commentaires doivent être affichés pour chaque publication? Valeur par défaut: 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "Maximum numbers of comments per post on the display page" msgstr "Nombre maximum de commentaires par conversation dans leur page dédié (/display)" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:562 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Valeur par défaut : 1 000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:563 +msgid "Items per page" +msgstr "Éléments par page" + +#: src/Module/Admin/Site.php:563 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "Nombre d'éléments par page (concerne les pages Réseau, Communauté, Statuts de profil/contact, Recherche)" + +#: src/Module/Admin/Site.php:564 +msgid "Items per page for mobile devices" +msgstr "Éléments par page pour les appareils mobiles" + +#: src/Module/Admin/Site.php:564 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "Nombre d'éléments par page pour les appareils mobiles (concerne les pages Réseau, Communauté, Statuts de profil/contact, Recherche)" + +#: src/Module/Admin/Site.php:565 msgid "Temp path" msgstr "Chemin des fichiers temporaires" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:565 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Si vous n'avez pas la possibilité d'avoir accès au répertoire temp, entrez un autre répertoire ici." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:566 msgid "Only search in tags" -msgstr "Rechercher seulement dans les étiquettes" +msgstr "Rechercher seulement dans les tags" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:566 msgid "On large systems the text search can slow down the system extremely." msgstr "La recherche textuelle peut ralentir considérablement les systèmes de grande taille." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" -msgstr "Générer des comptes par groupe de contacts lors du calcul du nombre de réseaux." +#: src/Module/Admin/Site.php:567 +msgid "Generate counts per contact circle when calculating network count" +msgstr "Générer les comptes par cercle de contacts lors du calcul du nombre de réseaux." -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:567 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." -msgstr "Sur les systèmes avec des utilisateurs utilisant extensivement les groupes de contacts, cette requête peut être très coûteuse." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "Sur les systèmes avec des utilisateurs utilisant fortement les cercles de contact, cette requête peut être très coûteuse." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 +msgid "Process \"view\" activities" +msgstr "Traiter les activités \"view\"" + +#: src/Module/Admin/Site.php:568 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "Les activités \"view\" sont principalement gérées par les systèmes Peertube. Par défaut, elles ne sont pas traitées pour des raisons de performance. N'activez cette option que sur un système performant." + +#: src/Module/Admin/Site.php:569 +msgid "Days, after which a contact is archived" +msgstr "Nombre de jours après lesquels un contact est archivé" + +#: src/Module/Admin/Site.php:569 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "Nombre de jours pendant lesquels nous essayons d'envoyer du contenu ou de mettre à jour les données d'un contact avant d'archiver celui-ci." + +#: src/Module/Admin/Site.php:571 msgid "Maximum number of parallel workers" -msgstr "Nombre maximum de processus simultanés" +msgstr "Nombre maximum de tâche de fond simultanés" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:571 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Sur un hébergement partagé, mettez %d. Sur des serveurs plus puissants, %d est optimal. La valeur par défaut est %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:572 +msgid "Maximum load for workers" +msgstr "Charge maximum pour les tâches de fond" + +#: src/Module/Admin/Site.php:572 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "Génère un délai d'attente si une tache de fond atteint la charge maximale. " + +#: src/Module/Admin/Site.php:573 msgid "Enable fastlane" msgstr "Activer la file prioritaire" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:573 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." -msgstr "La file prioritaire est un ouvrier additionel démarré quand des tâches de fondde grande importance sont bloquées par des tâches de moindre importance dans la file d'attente." +msgstr "Lorsqu'il est activé, le mécanisme de file prioritaire démarre une tâche de fond additionnelle quand des tâches de fond de haute priorité sont bloquées par des tâches de moindre priorité." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:574 +msgid "Decoupled receiver" +msgstr "Récepteur découplé" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "Découple les messages ActivityPub entrants en les traitant en arrière-plan par l'intermédiaire d'une tâche de fond. N'activez cette option que sur les systèmes rapides." + +#: src/Module/Admin/Site.php:575 +msgid "Cron interval" +msgstr "Intervalle du cron" + +#: src/Module/Admin/Site.php:575 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "Durée minimale entre deux appels de la tâche \"Cron\"" + +#: src/Module/Admin/Site.php:576 +msgid "Worker defer limit" +msgstr "Limite de report d'une tâche de fond" + +#: src/Module/Admin/Site.php:576 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "Par défaut, le système tente d'effectuer un livraison 15 fois avant d'abandonner." + +#: src/Module/Admin/Site.php:577 +msgid "Worker fetch limit" +msgstr "Limite de récupération des tâches" + +#: src/Module/Admin/Site.php:577 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "Nombre de tâches de fond récupérées en une seule requête. Des valeurs plus élevées devraient augmenter les performances, des valeurs trop élevées les diminueront très probablement. Ne modifiez ces valeurs que lorsque vous savez comment mesurer les performances de votre système." + +#: src/Module/Admin/Site.php:579 msgid "Direct relay transfer" msgstr "Relai direct" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:579 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Soumet les conversations publiques aux serveurs distants sans passer par le serveur relai." -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "Relay scope" msgstr "Filtre du relai" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 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 "\"Tous\" signifie que toutes les conversations publiques en provenance du relai sont acceptées. \"Tags\" signifie que seules les conversations comportant les tags suivants sont acceptées." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:580 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Désactivé" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "all" msgstr "Tous" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:580 msgid "tags" -msgstr "Tags" +msgstr "tags" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Server tags" msgstr "Tags de filtre du relai" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:581 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Liste séparée par des virgules de tags exclusivement autorisés en provenance des relais." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Deny Server tags" msgstr "Tags refusés" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:582 msgid "Comma separated list of tags that are rejected." msgstr "Liste séparée par des virgules de tags refusés en provenance des relais." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 msgid "Allow user tags" msgstr "Inclure les tags des utilisateurs" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:583 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." -msgstr "ajoute les tags des recherches enregistrées des utilisateurs aux tags exclusivement autorisés en provenance des relais." +msgstr "Ajoute les tags des recherches enregistrées des utilisateurs aux tags exclusivement autorisés en provenance des relais." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:584 +msgid "Deny undetected languages" +msgstr "Refuser les langues non détectées" + +#: src/Module/Admin/Site.php:584 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "Si actif, les publications avec des langues non détectées seront rejetés." + +#: src/Module/Admin/Site.php:585 +msgid "Language Quality" +msgstr "Qualité de la langue" + +#: src/Module/Admin/Site.php:585 +msgid "The minimum language quality that is required to accept the post." +msgstr "La qualité de la langue minimale requise pour accepter la publication." + +#: src/Module/Admin/Site.php:586 +msgid "Number of languages for the language detection" +msgstr "Nombre de langues pour la détection la de langue" + +#: src/Module/Admin/Site.php:586 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "Le système détecte une liste de langues par publication. La publication n'est acceptée que si les langues souhaitées figurent dans la liste. Plus le nombre est élevé, plus le nombre de publications détectées à tort est important." + +#: src/Module/Admin/Site.php:588 +msgid "Maximum age of channel" +msgstr "Age maximal d'une chaîne" + +#: src/Module/Admin/Site.php:588 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "Ceci définit l'âge maximum en heures des éléments qui doivent être affichés dans les chaînes. Cela affecte les performances des chaînes." + +#: src/Module/Admin/Site.php:589 +msgid "Maximum number of channel posts" +msgstr "Nombre maximum de publications sur une chaîne" + +#: src/Module/Admin/Site.php:589 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "Pour des raisons de performance, les chaînes utilisent une table dédiée pour stocker le contenu. Plus la valeur est élevée, plus les chaînes sont lentes." + +#: src/Module/Admin/Site.php:590 +msgid "Interaction score days" +msgstr "Intervalle pour le score d'interaction" + +#: src/Module/Admin/Site.php:590 +msgid "Number of days that are used to calculate the interaction score." +msgstr "Nombre de jours utilisés pour calculer le score d'interaction." + +#: src/Module/Admin/Site.php:591 +msgid "Maximum number of posts per author" +msgstr "Nombre maximum de publications par auteur" + +#: src/Module/Admin/Site.php:591 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "Nombre maximum de publication par page par auteur si la fréquence de contact est réglée sur \"Afficher quelques publications\". S'il y a plus de publications, les publications ayant le plus d'interactions seront affichées." + +#: src/Module/Admin/Site.php:592 +msgid "Sharer interaction days" +msgstr "Intervalle d'interaction de partageurs" + +#: src/Module/Admin/Site.php:592 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "Nombre de jours depuis la dernière interaction, utilisé pour définir les partageurs utilisés pour la chaîne \"Partageurs de partageurs\"." + +#: src/Module/Admin/Site.php:595 msgid "Start Relocation" msgstr "Démarrer le déménagement" @@ -5125,7 +5591,7 @@ msgstr "Ce moteur de stockage n'offre pas de paramètres personnalisés." msgid "" "Changing the current backend is prohibited because it is set by an " "environment variable" -msgstr "" +msgstr "Il n'est pas possible de changer le moteur de stockage car il est configuré avec une variable d'environnement." #: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" @@ -5196,14 +5662,14 @@ msgstr "L'entrée system.url est manquante. Il s'agit d'un paramètre bas niveau #: src/Module/Admin/Summary.php:107 msgid "The worker was never executed. Please check your database structure!" -msgstr "Le 'worker' n'a pas encore été exécuté. Vérifiez la structure de votre base de données." +msgstr "La tâche de fond n'a pas encore été exécutée. Vérifiez la structure de votre base de données." #: src/Module/Admin/Summary.php:109 #, php-format msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." -msgstr "La dernière exécution du 'worker' s'est déroulée à %s, c'est-à-dire il y a plus d'une heure. Vérifiez les réglages de crontab." +msgstr "La dernière exécution de la tâche de fond s'est déroulée à %s, c'est-à-dire il y a plus d'une heure. Vérifiez les réglages de crontab." #: src/Module/Admin/Summary.php:114 #, php-format @@ -5231,51 +5697,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s n'est pas accessible sur votre site. C'est un problème de configuration sévère qui empêche toute communication avec les serveurs distants. Veuillez consulter la page d'aide à l'installation (en anglais) pour plus d'information." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Le fichier journal '%s' n'est pas utilisable. Pas de journalisation possible (erreur '%s')" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Le fichier journal de débogage \"%s\" n'existe pas ou n'est pas accessible en écriture. Journalisation désactivée (erreur : \"%s\")" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "Le system.basepath de Friendica a été mis à jour de '%s' à '%s'. Merci de supprimer le system.basepath de votre base de données pour éviter des différences." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "Le system.basepath actuel de Friendica, '%s' est erroné et le fichier de configuration '%s' n'est pas utilisé." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "Le system.basepath '%s' actuel de Friendica n'est pas le même que le fichier de configuration '%s'. Merci de corriger votre configuration." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Files d'attente des messages" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Paramètres du site" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Add-ons actifs" @@ -5372,7 +5827,7 @@ msgstr "Les règles" msgid "Enter your system rules here. Each line represents one rule." msgstr "Saisissez les règles de votre système ici. Chaque ligne représente une règle." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "Le point de terminaison de l'API %s%s n'est pas implémenté mais pourrait l'être à l'avenir." @@ -5389,7 +5844,7 @@ msgstr "Seuls les publications initiales peuvent être ajoutées aux signets" msgid "Only starting posts can be muted" msgstr "Les notifications de conversation ne peuvent être ignorées qu'à partir de la publication initiale" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "Les publications de %s ne peuvent pas être partagées" @@ -5402,7 +5857,7 @@ msgstr "Seules les publications initiales peuvent être retirées des signets" msgid "Only starting posts can be unmuted" msgstr "Les notifications de conversation ne peuvent être rétablies qu'à partir de la publication initiale" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "Il n'est pas possible d'annuler le partage des publications de %s " @@ -5428,25 +5883,25 @@ msgstr "Element introuvable." msgid "Please login to continue." msgstr "Merci de vous connecter pour continuer." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Vous n'avez pas accès aux pages d'administration" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." -msgstr "Les comptes sous-traités ne peuvent accéder aux pages d'administration. Veuillez vous identifier avec votre compte principal à la place." +msgstr "Les comptes sous-gérés ne peuvent accéder aux pages d'administration. Veuillez vous identifier avec votre compte principal à la place." #: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109 msgid "Overview" msgstr "Synthèse" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configuration" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Fonctions supplémentaires" @@ -5466,7 +5921,7 @@ msgstr "Tâches de fond reportées" msgid "Inspect worker Queue" msgstr "Tâches de fond en attente" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostics" @@ -5494,16 +5949,16 @@ msgstr "Conversion ActivityPub" msgid "Addon Features" msgstr "Fonctionnalités des addons" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Inscriptions en attente de confirmation" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Trop de requêtes" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5511,7 +5966,7 @@ msgstr[0] "Limite quotidienne d'%d publication atteinte. La publication a été msgstr[1] "Limite quotidienne de %d publications atteinte. La publication a été rejetée." msgstr[2] "Limite quotidienne de %d publications atteinte. La publication a été rejetée." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5520,41 +5975,55 @@ msgstr[0] "Limite hebdomadaire d'%d unique publication atteinte, votre soumissio msgstr[1] "Limite hebdomadaire de %d publications atteinte, votre soumission a été rejetée." msgstr[2] "Limite hebdomadaire de %d publications atteinte, votre soumission a été rejetée." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" "Monthly posting limit of %d posts reached. The post was rejected." -msgstr[0] "La limite du nombre de publications de %d publication a été atteinte. La publication a été refusée." -msgstr[1] "La limite du nombre de publications de %d publications a été atteinte. La publication a été refusée." -msgstr[2] "La limite du nombre de publications de %d publication a été atteinte. La publication a été refusée." +msgstr[0] "La limite mensuelle de %d publication a été atteinte. La publication a été refusée." +msgstr[1] "La limite mensuelle de %d publications a été atteinte. La publication a été refusée." +msgstr[2] "La limite mensuelle de %d publications a été atteinte. La publication a été refusée." -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "Vous n'avez pas accès aux pages de modération." + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "Les comptes sous-gérés ne peuvent accéder aux pages de modération. Veuillez vous identifier avec votre compte principal à la place." + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "Signalements" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Utilisateurs" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Outils" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Liste de contacts bloqués" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Serveurs bloqués" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Supprimer un élément" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Source de la publication" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Détails du profil" @@ -5578,15 +6047,15 @@ msgstr "Publications programmées à l'avance" msgid "Tips for New Members" msgstr "Conseils aux nouveaux venus" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Recherche de personne - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Recherche de Forum - %s" +msgid "Group Search - %s" +msgstr "Recherche de groupe - %s" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5602,40 +6071,44 @@ msgid_plural "" "%d results were filtered out because your node blocks the domain they are " "registered on. You can review the list of domains your node is currently " "blocking in the About page." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%d résultat a été filtré car votre nœud bloque le domaine sur lequel il est enregistré. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos." +msgstr[1] "%d résultats ont été filtrés car votre nœud bloque le domaine sur lequel ils sont enregistrés. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos." +msgstr[2] "%d résultats ont été filtrés car votre nœud bloque le domaine sur lequel ils sont enregistrés. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos." -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Compte" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Authentification à deux facteurs" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Affichage" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Réseaux sociaux" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Gérer vos comptes" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Applications connectées" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "Serveurs distants" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Exporter" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Supprimer le compte" @@ -5694,8 +6167,9 @@ msgstr "Début de l'évènement :" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Requis" @@ -5755,11 +6229,114 @@ msgstr "Vue" msgid "Create New Event" msgstr "Créer un nouvel évènement" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "liste" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "Impossible de créer le cercle." + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "Cercle introuvable." + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "Le nom du cercle n'a pas été modifié." + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "Cercle inconnu." + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:61 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contact introuvable." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Contact invalide." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Le contact a été supprimé." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "Impossible d'ajouter le contact au cercle." + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "Le contact a été ajouté au cercle." + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "Impossible de retirer le contact du cercle." + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "Le contact a été retiré du cercle." + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Requête invalide." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "Enregistrer le cercle" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtre" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "Créer un cercle de contacts/amis." + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "Impossible de supprimer le cercle." + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "Supprimer le Cercle" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "Modifier le Nom du Cercle" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Membres" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "Le cercle est vide" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "Retirer ce contact du cercle" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "Ajouter ce contact au cercle" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5767,159 +6344,146 @@ msgstr[0] "%d contact mis à jour." msgstr[1] "%d contacts mis à jour." msgstr[2] "%d contacts mis à jour." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Montrer tous les contacts" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "En attente" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Ne montrer que les demandes d'abonnement" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Bloqués" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Ne montrer que les contacts bloqués" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorés" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Ne montrer que les contacts ignorés" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" -msgstr "Fusionnés" +msgstr "Réduits" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" -msgstr "N'afficher que les contacts fusionnés" +msgstr "N'afficher que les contacts réduits" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archivés" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Ne montrer que les contacts archivés" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Cachés" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Ne montrer que les contacts masqués" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Organisez vos groupes de contacts" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "Organisez vos cercles de contact" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Rechercher dans vos contacts" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Résultats pour : %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Mises à jour" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Débloquer" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Ne plus ignorer" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" -msgstr "Dé-fusionner" +msgstr "Ne plus réduire" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Actions multiples" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Conversations entamées par ce contact" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Publications et commentaires" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "Publications et réponses individuelles" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Publications contenant des objets média" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Voir tous les contacts connus" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Réglages avancés du contact" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Relation réciproque" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "Vous suit" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "Vous le/la suivez" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Demande d'abonnement distant en attente" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Demande d'abonnement à votre compte en attente" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visiter le profil de %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Contact introuvable." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Impossible d'appliquer les réglages." @@ -5930,6 +6494,7 @@ msgstr "Retour à l'éditeur de contact" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5956,11 +6521,6 @@ msgstr "Téléverser des photos" msgid "New photo from this URL" msgstr "Nouvelle photo depuis cette URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Contact invalide." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Aucun contact connu." @@ -6022,7 +6582,7 @@ msgstr[1] "Contacts (%s)" msgstr[2] "Contacts (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6060,19 +6620,20 @@ msgstr "Merci de répondre à ce qui suit :" msgid "Your Identity Address:" msgstr "Votre adresse d'identité :" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL du Profil" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" -msgstr "Étiquette :" +msgstr "Tags :" #: src/Module/Contact/Follow.php:182 #, php-format @@ -6094,8 +6655,8 @@ msgstr "Le contact n'a pas pu être ajouté." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Requête invalide." @@ -6107,248 +6668,312 @@ msgstr "Aucun mot-clé ne correspond. Merci d'ajouter des mots-clés à votre pr msgid "Profile Match" msgstr "Correpondance de profils" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Échec de mise à jour du contact." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Le contact n'est plus bloqué" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Le contact a été bloqué" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Le contact n'est plus ignoré" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Le contact a été ignoré" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" -msgstr "Le contact a été dé-fusionné" +msgstr "Le contact n'est plus réduit" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" -msgstr "Le contact a été fusionné" +msgstr "Le contact a été réduit" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Vous êtes ami (et réciproquement) avec %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Vous partagez avec %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s partage avec vous" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Les communications privées ne sont pas disponibles pour ce contact." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "Ce contact est sur un serveur que vous ignorez." + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Jamais" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Échec de la mise à jour)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Mise à jour effectuée avec succès)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Suggérer des abonnements" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Type de réseau %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Communications perdues avec ce contact !" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Chercher plus d'informations pour les flux" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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 "Récupérer des informations comme les prévisualisations d'images, les titres et les accroches depuis l'élément du flux de discussion. Vous pouvez activer ceci si le flux ne contient pas beaucoup de texte. Les mots clés sont récupérés de la balise meta de l'élément du flux de discussion et sont postées comme mots dièses." +msgstr "Récupérer des informations comme les prévisualisations d'images, les titres et les accroches depuis l'élément du flux de discussion. Vous pouvez activer ceci si le flux ne contient pas beaucoup de texte. Les mots clés sont récupérés de la balise meta de l'élément du flux de discussion et sont publiés comme tags." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Récupérer informations" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Récupérer les mots-clés" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Récupérer informations" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Pas de miroir" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Refléter les publications de ce profil comme les vôtres" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Partage natif" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Informations de contact / Notes" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Paramètres du Contact" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Contact" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Leur note personnelle" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Éditer les notes des contacts" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Bloquer/débloquer ce contact" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignorer ce contact" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Voir les conversations" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Dernière mise-à-jour :" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Fréquence de mise à jour:" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Mettre à jour" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "En attente de confirmation d'abonnement" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Actuellement bloqué" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Actuellement ignoré" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" -msgstr "Actuellement fusionné" +msgstr "Actuellement réduit" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Actuellement archivé" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "Gérer les serveurs distants" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Cacher ce contact aux autres" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Les réponses et \"j'aime\" à vos publications publiques peuvent être toujours visibles" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Notification des nouvelles publications" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Envoyer une notification de chaque nouveau message en provenance de ce contact" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Liste de mot-clefs interdits" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" -msgstr "Liste de mots-clés separés par des virgules qui ne doivent pas être converti en mots-dièse quand « Récupérer informations et mots-clés » est sélectionné." +msgstr "Liste de mots-clés séparés par des virgules qui ne doivent pas être converti en tags lorsque « Récupérer informations et mots-clés » est sélectionné." -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Actions" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Statut" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Copier les publications de ce contact" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Marquer ce contact comme étant remote_self, friendica republiera alors les nouvelles entrées de ce contact." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "Paramètres de Chaîne" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "Fréquence de ce contact dans les chaînes pertinentes" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "Selon le type de chaîne, les publications de ce contact ne seront pas toutes affichées. Par défaut, les publications ont besoins d'avoir un minimum d'interaction (commentaires, aimes) pour être visible dans vos chaînes. D'un autre côté, il peut y avoir des contacts qui inondent la chaîne, vous souhaiteriez donc ne voir que certaines de ces publications. Ou vous souhaiteriez ne pas les voir du tout, sans pour autant bloquer ou masquer complètement le contact." + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "Fréquence par défaut" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "Les publications de ce contact sont affichées dans la chaîne \"Pour vous\" si vous interagissez souvent avec ce contact ou si une publication atteint un certain niveau d'interaction." + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "Afficher toutes les publications de ce contact" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "Toutes les publications de ce contact apparaîtront dans la chaîne \"Pour vous\"." + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "Afficher quelques publications" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "Lorsqu'un contact créé beaucoup de publications en peu de temps, ce paramètre réduit le nombre de publications affichées dans chaque chaîne." + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "Afficher aucune publication" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "Les publications de ce contact n'apparaîtront jamais dans les chaînes" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Récupérer à nouveau les données de contact" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "(dés)activer l'état \"bloqué\"" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "(dés)activer l'état \"ignoré\"" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" -msgstr "Commuter le statut fusionné" +msgstr "Commuter le statut réduit" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Révoquer le suivi" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "Empêcher ce contact de vous suivre " @@ -6360,10 +6985,6 @@ msgstr "Mauvaise requête." msgid "Unknown contact." msgstr "Contact inconnu." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Le contact a été supprimé." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "Le contact est en cours de suppression." @@ -6381,7 +7002,7 @@ msgstr "Voulez-vous vraiment révoquer l'abonnement de ce contact ? Cela ne peu #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Oui" @@ -6411,102 +7032,59 @@ msgstr "Le contact n'est maintenant plus suivi" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Impossible de ne plus suivre ce contact, merci de contacter votre administrateur" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Aucun résultat." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "Chaîne non disponible." + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Ce fil communautaire liste toutes les conversations publiques reçues par ce serveur. Elles ne reflètent pas nécessairement les opinions personelles des utilisateurs locaux." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Communauté locale" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Conversations publiques démarrées par des utilisateurs locaux" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Communauté globale" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Conversations publiques provenant du réseau fédéré global" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Publications de vos propres contacts" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Inclure" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Masquer" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Aucun résultat." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "L'option communauté n'est pas disponible" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Indisponible." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Groupe inexistant" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "Cercle inexistant" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Group : %s" +msgid "Circle: %s" +msgstr "Cercle : %s" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Activité récente" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "Erreur %d (%s) lors de la récupération du flux." -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Trier par activité récente" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "Flux du réseau non disponible." -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Dernières publications" +#: src/Module/Conversation/Timeline.php:168 +msgid "Own Contacts" +msgstr "Publications de vos propres contacts" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Trier par date de réception" +#: src/Module/Conversation/Timeline.php:172 +msgid "Include" +msgstr "Inclure" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "Dernière création" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Trier par date de création des publications" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Personnel" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Publications qui vous concernent" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Mis en avant" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Publications favorites" +#: src/Module/Conversation/Timeline.php:173 +msgid "Hide" +msgstr "Masquer" #: src/Module/Credits.php:44 msgid "Credits" @@ -6725,7 +7303,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Source Twitter / URL du tweet (requiert une clé d'API)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Vous devez être identifié pour accéder à cette fonctionnalité" @@ -6786,29 +7364,6 @@ msgstr "Diagnostic Webfinger" msgid "Lookup address:" msgstr "Tester l'adresse:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Vous êtes maintenant connecté en tant que %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Changer de compte" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Gérér vos comptes" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer." - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Choisir une identité à gérer: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Aucune entrée (certaines peuvent être cachées)." @@ -6854,138 +7409,59 @@ msgstr "Suggérer des amis/contacts" msgid "Suggest a friend for %s" msgstr "Suggérer un ami/contact pour %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Add-ons/Applications installés :" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Aucun add-on/application n'est installé" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Lire les Conditions d'utilisation de ce nœud." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "Sur ce serveur, les serveurs suivants sont sur liste noire." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:174 msgid "Reason for the block" msgstr "Raison du blocage" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "Télécharger cette liste au format CSV" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "C'est Friendica, version %s qui fonctionne à l'emplacement web %s. La version de la base de données est %s, la version de mise à jour des publications est %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Rendez-vous sur Friendi.ca pour en savoir plus sur le projet Friendica." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Pour les rapports de bugs : rendez vous sur" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "le bugtracker sur GitHub" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Suggestions, souhaits, etc. - merci d'écrire à \"info\" at \"friendi - dot - ca" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Impossible de créer le groupe." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Groupe introuvable." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "Le nom du groupe n'a pas été modifié." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Groupe inconnu." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Erreur lors de l'ajout du contact au groupe." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Le contact a été ajouté au groupe." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Erreur lors du retrait du contact du groupe." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Le contact a été retiré du groupe." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Requête invalide." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Sauvegarder le groupe" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Filtre" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Créez un groupe de contacts/amis." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Impossible d'enlever le groupe." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Supprimer le groupe" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Éditer le nom du groupe" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Membres" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Groupe vide" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Retirer ce contact du groupe" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Ajouter ce contact au groupe" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Aucun profil" @@ -7109,13 +7585,13 @@ msgstr "Réglages du site" #: src/Module/Install.php:295 msgid "Site administrator email address" -msgstr "Adresse électronique de l'administrateur du site" +msgstr "Adresse de courriel de l'administrateur du site" #: src/Module/Install.php:297 msgid "" "Your account email address must match this in order to use the web admin " "panel." -msgstr "Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration." +msgstr "Votre adresse de courriel doit correspondre à celle-ci pour pouvoir utiliser l'interface d'administration." #: src/Module/Install.php:304 msgid "System Language:" @@ -7125,7 +7601,7 @@ msgstr "Langue système :" msgid "" "Set the default language for your Friendica installation interface and to " "send emails." -msgstr "Définit la langue par défaut pour l'interface de votre instance Friendica et les mails envoyés." +msgstr "Définit la langue par défaut pour l'interface de votre instance Friendica et les courriels envoyés." #: src/Module/Install.php:318 msgid "Your Friendica site database has been installed." @@ -7143,7 +7619,7 @@ msgstr "

    Ensuite

    " msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "worker." -msgstr "IMPORTANT: vous devrez ajouter [manuellement] une tâche planifiée pour le 'worker'." +msgstr "IMPORTANT: vous devrez ajouter [manuellement] une tâche planifiée pour la tâche de fond." #: src/Module/Install.php:352 #, php-format @@ -7235,7 +7711,7 @@ msgstr "Envoyer des invitations" #: src/Module/Invite.php:168 msgid "Enter email addresses, one per line:" -msgstr "Entrez les adresses email, une par ligne :" +msgstr "Entrez les adresses de courriel, une par ligne :" #: src/Module/Invite.php:172 msgid "" @@ -7278,30 +7754,26 @@ msgstr "Composer une nouvelle publication" msgid "Visibility" msgstr "Visibilité" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Effacer la localisation" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Les services de localisation ne sont pas disponibles sur votre appareil" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "Les services de localisation sont désactivés pour ce site. Veuillez vérifier les permissions de ce site sur votre appareil/navigateur." -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "Vous pouvez faire en sorte que cette page s'ouvre systématiquement quand vous utilisez le bouton \"Nouvelle publication\" dans les paramètres de personnalisation des thèmes." -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "L'objet recherché n'existe pas ou a été supprimé." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Le flux pour cet objet n'est pas disponible." @@ -7336,7 +7808,7 @@ msgstr "Fichiers" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Téléverser" @@ -7357,21 +7829,14 @@ msgstr "La taille du fichier dépasse la limite de %s" msgid "File upload failed." msgstr "Le téléversement a échoué." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Impossible de traiter l'image." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "L'image dépasse la taille limite de %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Le téléversement de l'image a échoué." @@ -7403,41 +7868,41 @@ msgstr "Supprimé" msgid "List of pending user deletions" msgstr "Liste des utilisateurs en attente de suppression" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Compte normal" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Compte \"boîte à savon\"" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Forum public" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "Groupe Public" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Abonnement réciproque" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Forum Privé" +msgid "Private Group" +msgstr "Groupe Privé" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Page personnelle" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Page Associative" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Page d'informations" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Forum Communautaire" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "Groupe Communautaire" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7494,6 +7959,7 @@ msgid "Block New Remote Contact" msgstr "Bloquer un nouveau profil distant" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Photo" @@ -7569,6 +8035,8 @@ msgid "Matching known servers" msgstr "Serveurs connus correspondants" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Nom du serveur" @@ -7716,6 +8184,7 @@ msgstr "Remplace la liste de blocage locale par les motifs importés." #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:173 msgid "Blocked server domain pattern" msgstr "Filtre de domaine bloqué" @@ -7829,10 +8298,6 @@ msgstr "Terme" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Mention" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Mention implicite" @@ -7855,6 +8320,238 @@ msgstr "Merci de vérifier que la clé de configuration debug.store_source msgid "Item Guid" msgstr "GUID du contenu" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "Contact non trouvé ou son serveur est déjà bloqué sur ce nœud." + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "Connectez-vous pour accéder à cette page." + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "Créer un rapport de modération" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "Sélectionner le contact" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "Veuillez saisir ci-dessous l'adresse ou l'URL de profil du contact dont vous souhaitez faire un signalement." + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "Adresse/URL du contact" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "Sélectionner la catégorie" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "Veuillez sélectionner la catégorie de votre signalement." + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Spam" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "Ce contact publie beaucoup de publications/réponses répétées/très longs ou fait la promotion de ses produits/sites web sur des conversations non pertinentes." + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Contenu illégal" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Ce contact publie du contenu qui est considéré illégal dans la juridiction où est hébergé ce nœud." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "Sécurité de la communauté" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "Ce contact vous a irrité ou a irrité d'autres personnes en se montrant provocateur ou insensible, intentionnellement ou non. Cela inclut la divulgation d'informations privées (doxxing), la publication de menaces ou d'images offensantes dans des publications ou des réponses." + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Contenu/Comportement indésirable" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "Ce contact a publié de manière répétée un contenu sans rapport avec le thème du nœud ou critique ouvertement l'administration/la modération du nœud sans discuter directement avec les personnes concernées, par exemple ou en pinaillant de manière répétée sur un sujet sensible." + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Violation de règles" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "Ce contact à violé une ou plusieurs règles de ce nœud. Vous pourrez sélectionner la ou les règles dans l'étape suivante." + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "Veuillez indiquer si-dessous les raisons de ce signalement. Plus vous donnez de détails, mieux le signalement sera pris en compte." + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "Information supplémentaire" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "Veuillez fournir n'importe quelle information supplémentaire utile pour ce signalement. Vous pourrez joindre des publications de ce contact dans la prochaine étape, mais n'importe quel contenu est accepté." + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "Sélectionner les règles" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "Veuillez sélectionner les règles que vous estimez avoir été violées par ce contact." + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "Sélectionner les publications" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "Veuillez sélectionner, si vous le souhaitez, les publications à joindre à votre signalement." + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "Envoyer le signalement" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "Action supplémentaire" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "Vous pouvez également effectuer une des actions suivantes sur le contact que vous signalez :" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Ne rien faire" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "Réduire le contact" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "Leurs publications et réponses continueront d'apparaître sur votre page Réseau mais le contenu sera réduit par défaut." + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "Leurs publications n'apparaîtront plus sur votre page Réseau, mais leurs réponses peuvent apparaître dans des fils de discussion. Ils peuvent toujours vous suivre." + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Bloquer le contact" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "Leurs publications n'apparaîtront plus sur votre page Réseau mais leurs réponses peuvent apparaître dans des fils de discussion, avec le contenu réduit par défaut. Ils ne peuvent pas vous suivre mais peuvent accéder à vos publications publiques par d'autres moyens." + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "Transmettre le signalement" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "Voulez-vous transmettre le signalement au serveur distant ?" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "1. Sélectionner le contact" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "2. Sélectionner la catégorie" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "2a. Sélectionner les règles" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "2b. Ajouter un commentaire" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "3. Sélectionner les publications" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "Liste des signalements" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "Cette page affiche les signalements créés par les utilisateurs locaux ou distants." + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "Aucun signalement sur ce nœud." + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "Catégorie" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "%s signalement au total" +msgstr[1] "%s signalements au total" +msgstr[2] "%s signalements au total" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "URL du contact signalé." + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Compte normal" @@ -7864,8 +8561,8 @@ msgid "Automatic Follower Account" msgstr "Compte d'abonné automatique" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Forum public" +msgid "Public Group Account" +msgstr "Compte de groupe public" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7876,8 +8573,8 @@ msgid "Blog Account" msgstr "Compte de blog" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Compte de Forum privé" +msgid "Private Group Account" +msgstr "Compte de groupe privé" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8036,7 +8733,7 @@ msgstr "Pseudo du nouvel utilisateur." #: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." -msgstr "Adresse mail du nouvel utilisateur." +msgstr "Adresse de courriel du nouvel utilisateur." #: src/Module/Moderation/Users/Deleted.php:81 msgid "Users awaiting permanent deletion" @@ -8118,7 +8815,7 @@ msgstr "Prétend que vous le connaissez : " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Non" @@ -8182,11 +8879,11 @@ msgstr "Notifications de page d'accueil" msgid "Show unread" msgstr "Afficher non-lus" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} a demandé à s'inscrire" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} et %d autres attendent la confirmation de leur inscription." @@ -8205,7 +8902,7 @@ msgstr "Voulez-vous autoriser cette application à accéder à vos publications msgid "Unsupported or missing response type" msgstr "Type de réponse manquant ou non pris en charge" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Requête incomplète" @@ -8216,11 +8913,11 @@ msgid "" "close this window: %s" msgstr "Veuillez copier le code d'identification suivant dans votre application et ensuite fermer cette fenêtre: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "Données invalides ou client inconnu" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "Type de \"grant\" manquant ou non pris en charge" @@ -8301,65 +8998,65 @@ msgstr "Non listé" msgid "Remote privacy information not available." msgstr "Informations de confidentialité indisponibles." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Visible par :" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "Collection (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Abonnés (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "%d supplémentaire" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "À : %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "CC : %s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "CCI : %s
    " -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " -msgstr "" +msgstr "Audience : %s
    " -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " -msgstr "" +msgstr "Attribué à : %s
    " -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "La photo n'est pas disponible." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "La photo avec l'identifiant %s n'est pas disponible." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "La ressource externe avec l'URL %s est invalide." -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "La photo avec l'identifiant %s est invalide." @@ -8394,14 +9091,14 @@ msgstr "lien audio" #: src/Module/Post/Tag/Remove.php:106 msgid "Remove Item Tag" -msgstr "Enlever l'étiquette de l'élément" +msgstr "Enlever le tag de l'élément" #: src/Module/Post/Tag/Remove.php:107 msgid "Select a tag to remove: " -msgstr "Sélectionner une étiquette à supprimer :" +msgstr "Sélectionner un tag à supprimer :" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Utiliser comme photo de profil" @@ -8411,24 +9108,31 @@ msgstr "Aucun contact." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Le flux de %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Les publications originales de %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Les commentaires de %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "L'image dépasse la taille limite de %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "La mise en ligne de l'image ne s'est pas terminée, veuillez réessayer" @@ -8447,7 +9151,7 @@ msgstr "Le serveur ne peut pas accepter la mise en ligne d'un nouveau fichier en msgid "Image file is empty." msgstr "Fichier image vide." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Voir l'album" @@ -8462,7 +9166,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Vous êtes en train de consulter votre profil en tant que %s Annuler" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Nom complet :" @@ -8483,12 +9187,12 @@ msgid "Birthday:" msgstr "Anniversaire :" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Age : " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8497,13 +9201,13 @@ msgstr[1] "%d ans" msgstr[2] "%d ans" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Description :" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Forums :" +msgid "Groups:" +msgstr "Groupes :" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8659,8 +9363,8 @@ msgid "Your invitation code: " msgstr "Votre code d'invitation :" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Votre nom complet (p. ex. Michel Dupont):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "Votre Nom d'Affichage (tel que vous souhaiteriez l'afficher sur ce système" #: src/Module/Register.php:159 msgid "" @@ -8673,7 +9377,7 @@ msgid "Please repeat your e-mail address:" msgstr "Veuillez répéter votre adresse e-mail :" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nouveau mot de passe :" @@ -8682,7 +9386,7 @@ msgid "Leave empty for an auto generated password." msgstr "Laisser ce champ libre pour obtenir un mot de passe généré automatiquement." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Confirmer :" @@ -8709,11 +9413,11 @@ msgstr "Importer votre profile dans cette instance de friendica" msgid "Note: This node explicitly contains adult content" msgstr "Note: Ce nœud contient explicitement du contenu destiné aux adultes" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Mot de passe du compte parent :" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Veuillez saisir le mot de passe du compte parent pour authentifier votre requête." @@ -8741,7 +9445,7 @@ msgstr "Le compte additionnel a bien été créé." #: src/Module/Register.php:335 msgid "" "Registration successful. Please check your email for further instructions." -msgstr "Inscription réussie. Vérifiez vos emails pour la suite des instructions." +msgstr "Inscription réussie. Vérifiez vos courriels pour la suite des instructions." #: src/Module/Register.php:342 #, php-format @@ -8786,7 +9490,7 @@ msgstr "Une seule recherche par minute pour les utilisateurs qui ne sont pas con #: src/Module/Search/Index.php:205 #, php-format msgid "Items tagged with: %s" -msgstr "Éléments taggés %s" +msgstr "Éléments marqué %s" #: src/Module/Search/Saved.php:59 msgid "Search term was not saved." @@ -8900,24 +9604,24 @@ msgid "Update Password" msgstr "Mettre à jour le mot de passe" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Mot de passe actuel :" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Votre mot de passe actuel pour confirmer les modifications" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "Les caractères autorisés sont a-z, A-Z, 0-9 et les caractères spéciaux à l'exception des espaces et des lettres accentuées." #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "La taille du mot de passe est limitée à 72 caractères." @@ -8928,7 +9632,7 @@ msgstr "Codes de récupération restants : %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Code invalide, veuillez réessayer." @@ -9013,7 +9717,7 @@ msgid "" msgstr "Si vous n'avez pas accès à votre code d'identification vous pouvez utiliser un code de récupération à deux facteurs." #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Veuillez saisir le code fourni par votre application mobile d'authentification à deux facteurs" @@ -9041,99 +9745,99 @@ msgstr "Courriel invalide." msgid "Cannot change to that email." msgstr "Ne peut pas changer vers ce courriel." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Les paramètres n'ont pas été mis à jour." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Erreur de téléversement du fichier de contact CSV" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Import des contacts effectué" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Un message de relocalisation a été envoyé à vos contacts." -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Impossible de trouver votre profile. Merci de contacter votre administrateur." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Sous-catégories de page personnelle" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Sous-catégories de forums communautaires" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "Sous-catégories de groupe communautaire" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Compte pour profil personnel." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Compte pour une organisation qui accepte les demandes comme \"Abonnés\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Compte pour les miroirs de nouvelles qui accepte automatiquement les de contact comme \"Abonnés\"." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Compte pour des discussions communautaires." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Les demandes d'abonnement doivent être acceptées manuellement." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Compte pour un profil public qui accepte les demandes de contact comme \"Abonnés\"." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Les demandes de participation au forum sont automatiquement acceptées." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Les demandes d'abonnement sont automatiquement acceptées." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Forum privé [expérimental]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "Groupe Privé [Expérimental]" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Les demandes de participation au forum nécessitent une approbation." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Publier votre profil dans le répertoire local" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9141,89 +9845,94 @@ msgid "" " system settings." msgstr "Votre profil sera public sur l'annuaire local de cette instance. Les détails de votre profil pourront être visible publiquement selon les paramètres de votre système." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Votre profil sera aussi publié dans le répertoire Friendica global (%s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Compte" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "L’adresse de votre profil est '%s' ou '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Réglages de mot de passe" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Laissez les champs de mot de passe vierges, sauf si vous désirez les changer" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Mot de passe :" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" -msgstr "Votre mot de passe actuel pour confirmer les modifications de votre adresse email." +msgstr "Votre mot de passe actuel pour confirmer les modifications de votre adresse de courriel." -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Supprimer l'URL OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Réglages de base" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Nom d'affichage :" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Adresse courriel :" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Votre fuseau horaire :" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Votre langue :" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Détermine la langue que nous utilisons pour afficher votre interface Friendica et pour vous envoyer des courriels" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Emplacement de publication par défaut:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Utiliser la localisation géographique du navigateur:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Réglages de sécurité et vie privée" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Nombre maximal de demandes d'abonnement par jour :" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(pour limiter l'impact du spam)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Publier votre profil publiquement" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9231,43 +9940,43 @@ msgid "" "indexed or not." msgstr "Permet à quiconque de trouver votre profil via une recherche sur n'importe quel site compatible ou un moteur de recherche." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Cacher votre liste de contacts/amis des visiteurs de votre profil?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "La liste de vos contacts est affichée sur votre profil. Activer cette option pour désactiver son affichage." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "Masque votre contenu public aux visiteurs anonymes" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "Les visiteurs anonymes ne verront que vos détails de base de profil. Vos publications publiques et vos réponses seront toujours librement accessibles sur les serveurs distants de vos contacts et à travers les relais." -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Délister vos publications publiques" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Vos publications publiques n'apparaîtront pas dans les pages communautaires ni les résultats de recherche de ce site et ne seront pas diffusées via les serveurs de relai. Cependant, elles pourront quand même apparaître dans les fils publics de sites distants." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Rendre toutes les images envoyées accessibles." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9275,233 +9984,241 @@ msgid "" "public on your photo albums though." msgstr "Cette option rend chaque image envoyée accessible par un lien direct. C'est un contournement pour prendre en compte que la pluplart des autres réseaux ne gèrent pas les droits sur les images. Cependant les images non publiques ne seront pas visibles sur votre album photo." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Autoriser vos contacts à publier sur votre profil ?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Vos contacts peuvent partager des publications sur votre mur. Ces publication seront visibles par vos abonnés." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" -msgstr "Autoriser vos contacts à ajouter des tags à vos publications?" +msgstr "Autoriser vos contacts à ajouter des tags à vos publications ?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." -msgstr "Vos contacts peuvent ajouter des tag à vos publications." +msgstr "Vos contacts peuvent ajouter des tags à vos publications." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Autoriser les messages privés d'inconnus?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Les utilisateurs de Friendica peuvent vous envoyer des messages privés même s'ils ne sont pas dans vos contacts." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum de messages privés d'inconnus par jour :" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "Cercle de contacts par défaut pour les nouveaux contacts" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "Cercle de contacts par défaut pour les nouveaux contacts du groupe" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Permissions de publication par défaut" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Réglages d'expiration" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Les publications expirent automatiquement après (en jours) :" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Si ce champ est vide, les publications n'expireront pas. Les publications expirées seront supprimées" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Faire expirer les publications" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Les publications originales et commentaires expireront." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Faire expirer les notes personnelles" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr " " -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Faire expirer les publications marquées" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Par défaut, marquer une publication empêche leur expiration." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Faire expirer uniquement les contenu reçus" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Empêche vos propres publications d'expirer. S'applique à tous les choix précédents." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Réglages de notification" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" -msgstr "Envoyer un courriel de notification quand:" +msgstr "Envoyer un courriel de notification quand :" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Vous recevez une introduction" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Vos introductions sont confirmées" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Quelqu'un écrit sur votre mur" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Quelqu'un vous commente" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Vous recevez un message privé" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Vous avez reçu une suggestion d'abonnement" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" -msgstr "Vous avez été mentionné•e dans une publication" +msgstr "Vous avez été mentionné(e) dans une publication" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Créer une notification de bureau quand :" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "Quelqu'un vous a mentionné" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "Quelqu'un a commenté directement sur votre publication" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Quelqu'un a aimé votre contenu" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "Peut uniquement être activé quand la notification des commentaires directs est activée." -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Quelqu'un a partagé votre contenu" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "Quelqu'un a commenté dans votre conversation" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "Quelqu'un a commenté dans une conversation où vous avez commenté" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Quelqu'un a commenté dans une conversation avec laquelle vous avez interagi" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Activer les notifications de bureau" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Afficher dans des pop-ups les nouvelles notifications" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Courriels de notification en format texte" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Envoyer le texte des courriels de notification, sans la composante html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Notifications détaillées" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Par défaut seule la notification la plus récente par conversation est affichée. Ce réglage affiche toutes les notifications." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Montrer les notifications des contacts ignorés" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "Par défaut les notifications de vos contacts ignorés sont également ignorées." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Paramètres avancés de compte/page" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Modifier le comportement de ce compte dans certaines situations" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Importer des contacts" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "Téléversez un fichier CSV contenant des identifiants de contacts dans la première colonne." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Téléverser le fichier" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Relocaliser" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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 "Si vous avez migré ce profil depuis un autre serveur et que vos contacts ne reçoivent plus vos mises à jour, essayez ce bouton." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Renvoyer un message de relocalisation aux contacts." @@ -9513,6 +10230,119 @@ msgstr "Paramètres d'extension" msgid "No Addon settings configured" msgstr "Aucuns paramètres d'Extension paramétré." +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "Titre" + +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:157 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/Channels.php:141 src/Module/Settings/Channels.php:158 +msgid "Access Key" +msgstr "Clé d'accès" + +#: src/Module/Settings/Channels.php:142 src/Module/Settings/Channels.php:159 +msgid "Circle/Channel" +msgstr "Cercle/Chaîne" + +#: src/Module/Settings/Channels.php:143 src/Module/Settings/Channels.php:160 +msgid "Include Tags" +msgstr "Inclure des tags" + +#: src/Module/Settings/Channels.php:144 src/Module/Settings/Channels.php:161 +msgid "Exclude Tags" +msgstr "Exclure des tags" + +#: src/Module/Settings/Channels.php:145 src/Module/Settings/Channels.php:162 +msgid "Full Text Search" +msgstr "Recherche de texte intégral" + +#: src/Module/Settings/Channels.php:149 +msgid "Delete channel" +msgstr "Supprimer la chaîne" + +#: src/Module/Settings/Channels.php:149 +msgid "Check to delete this entry from the channel list" +msgstr "Cochez pour supprimer cette entrée de la liste de chaîne" + +#: src/Module/Settings/Channels.php:156 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "Nom court de la chaîne. Il est affiché dans le widget des chaînes." + +#: src/Module/Settings/Channels.php:157 +msgid "This should describe the content of the channel in a few word." +msgstr "Décrivez le contenu de votre chaîne en quelques mots." + +#: src/Module/Settings/Channels.php:158 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "Si vous accédez à cette chaîne via une clé d'accès, saisissez là ici. Attention à ne pas saisir une clé déjà utilisée." + +#: src/Module/Settings/Channels.php:159 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "Choisissez un cercle ou une chaîne sur lequel se basera votre chaîne." + +#: src/Module/Settings/Channels.php:160 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "Liste de tags séparés par des virgules. Une publication sera affichée si elle contient au moins un de ces tags." + +#: src/Module/Settings/Channels.php:161 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "Liste de tags séparés par des virgules. Si une publication contient un de ces tags, elle ne sera pas affichée sur cette chaîne." + +#: src/Module/Settings/Channels.php:162 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "Recherche les termes dans le corps, supporte les opérateurs \"boolean mode\" de MariaDB. Consultez l'aide pour une liste complète des opérateurs et des mots clés additionnels : %s" + +#: src/Module/Settings/Channels.php:163 +msgid "Check to display images in the channel." +msgstr "Cochez pour afficher les images dans la chaîne." + +#: src/Module/Settings/Channels.php:164 +msgid "Check to display videos in the channel." +msgstr "Cochez pour afficher la vidéo dans la chaîne." + +#: src/Module/Settings/Channels.php:165 +msgid "Check to display audio in the channel." +msgstr "Cochez pour afficher l'audio dans la chaîne." + +#: src/Module/Settings/Channels.php:168 +msgid "This page can be used to define your own channels." +msgstr "Cette page permet de définir votre propres chaînes." + +#: src/Module/Settings/Channels.php:169 +msgid "Add new entry to the channel list" +msgstr "Ajoute une nouvelle entrée dans la liste des chaînes" + +#: src/Module/Settings/Channels.php:170 +msgid "Add" +msgstr "Ajouter" + +#: src/Module/Settings/Channels.php:172 +msgid "Current Entries in the channel list" +msgstr "Entrées actuelles dans la liste des chaînes" + +#: src/Module/Settings/Channels.php:175 +msgid "Delete entry from the channel list" +msgstr "Supprimer l'entrée de la liste des chaînes" + +#: src/Module/Settings/Channels.php:176 +msgid "Delete entry from the channel list?" +msgstr "Supprimer l'entrée de la liste des chaînes ?" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Impossible de se connecter au compte courriel configuré." @@ -9561,7 +10391,7 @@ msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." -msgstr "Par défaut, les conversations dans lesquelles vos comptes suivis ont participé mais qu'ils n'ont pas commencées seront affichées dans votre timeline. Vous pouvez désactiver ce comportement, ou l'étendre aux conversations dans lesquelles vos comptes suivis ont aimé une publication." +msgstr "Par défaut, les conversations dans lesquelles vos comptes suivis ont participé mais qu'ils n'ont pas commencées seront affichées dans votre flux. Vous pouvez désactiver ce comportement, ou l'étendre aux conversations dans lesquelles vos comptes suivis ont aimé une publication." #: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" @@ -9633,13 +10463,13 @@ msgstr "Quand activé, le champ \"spoiler_text\" dans l'API sera utilisé pour l #: src/Module/Settings/Connectors.php:226 msgid "API: Automatically links at the end of the post as attached posts" -msgstr "" +msgstr "API : Afficher comme publications attachés les liens ajoutés en fin de publication" #: src/Module/Settings/Connectors.php:226 msgid "" "When activated, added links at the end of the post react the same way as " "added links in the web interface." -msgstr "" +msgstr "Quand activé, les liens ajoutés à la fin d'une publication fonctionnent de la même manière que les liens ajoutés dans l'interface web." #: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" @@ -9710,221 +10540,255 @@ msgstr "Déplacer vers" msgid "Move to folder:" msgstr "Déplacer vers :" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Délégation accordée avec succès." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Utilisateur parent introuvable, indisponible ou mot de passe incorrect." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Délégation retirée avec succès." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Les administrateurs délégués peuvent uniquement consulter les permissions de délégation." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Délégué introuvable." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Pas d'utilisateur parent" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Compte parent" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Comptes supplémentaires" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Enregistrez des comptes supplémentaires qui seront automatiquement rattachés à votre compte actuel pour vous permettre de les gérer facilement." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Enregistrer un compte supplémentaire" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "Le compte parent a un contrôle total sur ce compte, incluant les paramètres de compte. Veuillez vérifier à qui vous donnez cet accès." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Délégataires" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Délégataires existants" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Délégataires potentiels" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Ajouter" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Aucune entrée." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Le thème que vous avez choisi n'est pas disponible." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s- (non supporté)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "Pas d'aperçu" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "Pas d'image" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "Petite image" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "Grande image" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Affichage" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Paramètres généraux de thème" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Paramètres personnalisés de thème" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Paramètres de contenu" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Réglages du thème graphique" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "Flux" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Thème d'affichage:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Thème mobile:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Nombre d’éléments par page :" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maximum de 100 éléments" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Nombre d'éléments à afficher par page pour un appareil mobile" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Mettre à jour l'affichage toutes les xx secondes" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum de 10 secondes. Saisir -1 pour désactiver." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "Afficher les émoticônes" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "Quand activé, les émoticônes sont remplacées par les symboles correspondants." -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Défilement infini" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Charge automatiquement de nouveaux contenus en bas de la page." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "Activer le fil de discussion intelligent" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "Activer la suppression automatique de l'indentation excédentaire des fils de discussion." -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "Afficher la fonctionnalité \"Je n'aime pas\"" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "Afficher le bouton \"Je n'aime pas\" et les réactions \"Je n'aime pas\" sur les publications et les commentaires." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" -msgstr "Afficher le repartageur" +msgstr "Afficher le partageur" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." -msgstr "Afficher le premier repartageur en tant qu'icône et texte sur un élément repartagé." +msgstr "Afficher le premier partageur en tant qu'icône et texte sur un élément partagé." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Rester local" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Ne pas aller sur un système distant lors du suivi du lien d'un contact." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "Afficher la case à cocher de suppression de publication." + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "Affiche la case à cocher de suppression de publication sur la page Réseau." + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "Afficher la liste des évènements" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "Affiche le rappel d’anniversaire et la liste des évènements sur la page Réseau." + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "Mode de prévisualisation des liens" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "Apparence de la prévisualisation du lien qui est ajoutée à chaque publication comprenant un lien." -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "Favoris" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "Activez les flux que vous souhaitez voir dans le widget Chaînes. Mettez en favoris les flux que vous souhaitez voir dans le menu supérieur." + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "Langues de la chaîne :" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "Sélectionnez les langues que vous souhaitez voir dans vos chaînes." + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Début de la semaine :" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "Vue par défaut du calendrier :" @@ -9940,160 +10804,156 @@ msgstr "Applications connectées" msgid "Remove authorization" msgstr "Révoquer l'autorisation" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Le nom du profil est requis." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "Le nom d'affichage est requis." -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Le profil n'a pas pu être mis à jour." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Description :" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Contenu :" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Permissions du champ" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(cliquer pour ouvrir/fermer)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Ajouter un nouveau champ de profil" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "La page d'accueil est vérifiée. Un lien rel=\"me\" vers votre page de profil Friendica a été trouvé sur la page d'accueil." -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "Pour vérifier votre page d'accueil, ajouter un lien rel=\"me\" à celle-ci, pointant vers l'URL de votre profil (%s)." -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Actions de Profil" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Éditer les détails du profil" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Changer la photo du profil" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Image de profil" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Localisation" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Divers" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Champs de profil personalisés" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Téléverser une photo de profil" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Nom d'utilisateur :" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Adresse postale :" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Ville :" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Région / État :" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Code postal :" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Pays :" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Adresse XMPP (Jabber) :" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "L'adresse XMPP sera publiée de façon à ce que les autres personnes puissent vous y suivre." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "Adresse Matrix (Element) :" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "L'adresse Matrix sera publiée de façon à ce que les autres personnes puissent vous y suivre." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Page personnelle :" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Mots-clés publics :" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Utilisés pour vous suggérer des abonnements. Ils peuvent être vus par autrui)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Mots-clés privés :" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Utilisés pour rechercher des profils. Ils ne seront jamais montrés à autrui)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Les champs de profil personnalisés apparaissent sur votre page de profil.

    \n\t\t\t\t

    Vous pouvez utilisez les BBCodes dans le contenu des champs.

    \n\t\t\t\t

    Triez les champs en glissant-déplaçant leur titre.

    \n\t\t\t\t

    Laissez le titre d'un champ vide pour le supprimer lors de la soumission du formulaire .

    \n\t\t\t\t

    Les champs non-publics peuvent être consultés uniquement par les contacts Friendica autorisés dans les permissions.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "

    Les champs de profil personnalisés apparaissent sur votre page de profil.

    \n\t\t\t\t

    Vous pouvez utilisez les BBCodes dans le contenu des champs.

    \n\t\t\t\t

    Triez les champs en glissant-déplaçant leur titre.

    \n\t\t\t\t

    Laissez le titre d'un champ vide pour le supprimer lors de la soumission du formulaire .

    \n\t\t\t\t

    Les champs non-publics peuvent être consultés uniquement par les contacts Friendica autorisés ou par les contacts Friendica de cercles autorisés.

    " + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Adresse postale :" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Ville :" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Région / État :" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Code postal :" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Pays :" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Adresse XMPP (Jabber) :" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "L'adresse XMPP sera publiée de façon à ce que les autres personnes puissent vous y suivre." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Adresse Matrix (Element) :" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "L'adresse Matrix sera publiée de façon à ce que les autres personnes puissent vous y suivre." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Page personnelle :" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Mots-clés publics :" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Utilisés pour vous suggérer des abonnements. Ils peuvent être vus par autrui)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Mots-clés privés :" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Utilisés pour rechercher des profils. Ils ne seront jamais montrés à autrui)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Réduction de la taille de l'image [%s] échouée." @@ -10129,257 +10989,299 @@ msgstr "Ajustez le cadre de l'image pour une visualisation optimale." msgid "Use Image As Is" msgstr "Utiliser l'image telle quelle" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Image téléversée manquante" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Réglages de la photo de profil" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Photo de profil actuelle" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Téléverser une photo de profil" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Téléverser une photo :" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "ou" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "ignorer cette étape" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "choisissez une photo depuis vos albums" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "Il y a eu une erreur de validation, vérifiez que vous êtes connecté avec le compte que vous souhaitez supprimer et réessayez." + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "Si cette erreur persiste, veuillez contacter votre administrateur." + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Notification Système de Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "L'utilisateur a supprimé son compte" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Sur votre nœud Friendica, un utilisateur a supprimé son compte. Veuillez vous assurer que ses données sont supprimées des sauvegardes." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "L'identifiant d'utilisateur est %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" -msgstr "Votre compte utilisateur a bien été supprimé. Adieu !" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "Votre compte a été supprimé avec succès. Au revoir !" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Supprimer mon compte" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Ceci supprimera totalement votre compte. Cette opération est irréversible." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Merci de saisir votre mot de passe pour vérification :" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "Voulez-vous ignorer ce serveur ?" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "Voulez-vous ne plus ignorer ce serveur ?" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "Paramètres du serveur distant" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "URL du serveur" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "Paramètres sauvegardés" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "Vous trouverez ici tous les serveurs distants pour lesquels vous avez pris des mesures de modération individuelles. Pour obtenir une liste des serveurs que votre nœud a bloqués, veuillez consulter la page Information." + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "Supprime tous vos paramètres du serveur distant" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "Sauvegarder les changements" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Veuillez saisir votre mot de passe pour accéder à cette page." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "La génération du mot de passe spécifique à l'application a échoué : la description est vide." -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "La génération du mot de passe spécifique à l'application a échoué : cette description existe déjà." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Nouveau mot de passe spécifique à l'application généré avec succès." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Mots de passe spécifiques à des applications révoqués avec succès." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Mot de passe spécifique à l'application révoqué avec succès." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Authentification à deux facteurs : Mots de passe spécifiques aux applications" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Les mots de passe spécifiques aux application sont des mots de passe générés aléatoirement pour vous identifier avec votre compte Friendica sur des applications tierce-partie qui n'offrent pas d'authentification à deux facteurs.

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Veillez à copier votre nouveau mot de passe spécifique à l'application maintenant. Il ne sera plus jamais affiché!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Description" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Dernière utilisation" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Révoquer" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Révoquer tous" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Une fois que votre nouveau mot de passe spécifique à l'application est généré, vous devez l'utiliser immédiatement car il ne vous sera pas remontré plus tard." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Générer un nouveau mot de passe spécifique à une application" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa sur mon Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Générer" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Authentification à deux facteurs désactivée avec succès." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Utilisez une application mobile pour obtenir des codes d'authentification à deux facteurs que vous devrez fournir lors de la saisie de vos identifiants.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Application mobile" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Configurée" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Pas encore configurée" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    Vous n'avez pas complété la configuration de votre application mobile d'authentification.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Votre application mobile d'authentification est correctement configurée.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Codes de secours" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Codes valides restant" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Ces codes à usage unique peuvent remplacer un code de votre application mobile d'authentification si vous n'y avez pas ou plus accès.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Mots de passe spécifiques aux applications" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Générer des mots de passe d'application" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Ces mots de passe générés aléatoirement vous permettent de vous identifier sur des applications tierce-partie qui ne supportent pas l'authentification à deux facteurs.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Mot de passe actuel :" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "Vous devez saisir votre mot de passe actuel pour changer les réglages de l'authentification à deux facteurs." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Activer l'authentification à deux facteurs" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Désactiver l'authentification à deux facteurs" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Montrer les codes de secours" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Gérer les mots de passe spécifiques aux applications" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Gérer les navigateurs de confiance" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Compléter la configuration de l'application mobile" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Nouveaux codes de secours générés avec succès." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Codes d'identification de secours" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10388,68 +11290,68 @@ msgid "" "account.

    " msgstr "

    Les codes de secours peuvent être utilisés pour accéder à votre compte dans l'eventualité où vous auriez perdu l'accès à votre application mobile d'authentification à deux facteurs.

    Prenez soin de ces codes ! Si vous perdez votre appareil mobile et n'avez pas de codes de secours vous n'aurez plus accès à votre compte.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Après avoir généré de nouveaux codes de secours, veillez à remplacer les anciens qui ne seront plus valides." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Générer de nouveaux codes de secours" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Prochaine étape : Vérification" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Les navigateurs de confiance ont bien été supprimés." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Le navigateur de confiance a bien été supprimé." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Navigateurs de confiance pour la 2FA" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Les navigateurs de confiance sont des navigateurs individuels pour lesquels vous avez choisi de ne pas utiliser l'identification à deux facteurs pour accéder à Friendica. Merci d'utiliser cette fonctionnalité avec discernement, au vu du fait qu'elle peut annuler les bénéfices de l'identification à deux facteurs." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Périphérique" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "Système d'exploitation" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "De confiance" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "Créé à" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Dernière utilisation" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Tout supprimer" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Authentification à deux facteurs activée avec succès." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10469,24 +11371,24 @@ msgid "" "" msgstr "

    Ou bien vous pouvez saisir les paramètres de l'authentification manuellement:

    \n
    \n\t
    Émetteur
    \n\t
    %s
    \n\t
    Nom du compte
    \n\t
    %s
    \n\t
    Clé secrète
    \n\t
    %s
    \n\t
    Type
    \n\t
    Temporel
    \n\t
    Nombre de chiffres
    \n\t
    6
    \n\t
    Algorithme de hachage
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Vérification du code d'identification" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Veuillez scanner ce QR Code avec votre application mobile d'authenficiation à deux facteurs et saisissez le code qui s'affichera.

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

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

    %s

    " msgstr "

    Ou vous pouvez ouvrir l'adresse suivante sur votre périphérique mobile: 

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Vérifier le code d'identification et activer l'authentification à deux facteurs" @@ -10521,21 +11423,42 @@ msgid "" " e.g. Mastodon." msgstr "Exporter vos abonnements au format CSV. Compatible avec Mastodon." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "La publication de premier niveau n'est pas visible." + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "La publication de premier niveau a été supprimée." + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" -msgstr "Non trouvé" +msgid "" +"This node has blocked the top-level author or the author of the shared post." +msgstr "Ce nœud a bloqué l'auteur de premier niveau ou l'auteur de la publication partagée." #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " -msgstr "

    Malheureusement, la discussion demandée ne vous est pas accessible.

    \n

    Les raisons possibles sont :

    \n
      \n\t
    • La publication parente n'est pas visible
    • \n\t
    • La publication parente a été supprimée
    • \n\t
    • Le noeud a bloqué l'auteur/autrice d'origine ou l'auteur/autrice de la publication partagée
    • \n\t
    • Vous avez ignoré ou bloqué l'auteur/autrice d'origine ou l'auteur/autrice de la publication partagée
    • \n
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "Vous avez ignoré ou bloqué l'auteur de premier niveau ou l'auteur de la publication partagée." + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "Vous avez ignoré le serveur de l'auteur de premier niveau ou le serveur de l'auteur de la publication partagée." + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "Conversation Non Trouvée" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "Malheureusement, la conversation demandée n'est pas disponible pour vous." + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "Les raisons possibles sont :" #: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" @@ -10546,7 +11469,7 @@ msgstr "Stack trace:" msgid "Exception thrown in %s:%d" msgstr "Exception produite dans %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10559,14 +11482,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "Au moment de l'inscription, et afin de fournir des communications entre le compte de l'utilisateur et ses contacts, l'utilisateur doit fournir un nom d'affichage (nom de plume), un nom d'utilisateur (pseudo) et une adresse de courriel fonctionnelle. Les noms seront accessibles sur la page de profil du compte par tout visiteur de la page, même si les autres informations de profil ne sont pas affichées. L'adresse de courriel ne sera utilisée que pour envoyer des notifications à l'utilisateur à propos de ses interactions, mais ne sera pas affichée de manière visible. Le référencement du compte dans le répertoire des comptes du nœud ou le répertoire global des utilisateurs est optionnel et peut être contrôlé dans les paramètres utilisateur, il n'est pas nécessaire pour la communication. " -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "Ces données sont requises pour la communication et transférées aux nœuds des partenaires de communication, et sont stockées ici. Les utilisateurs peuvent ajouter des données privées additionnelles qui peuvent être transmises aux comptes de leurs partenaires de communication." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10577,11 +11500,11 @@ msgid "" "from the nodes of the communication partners." msgstr "A n'importe quel moment, un utilisateur connecté peut exporter les données de son compte à partir des Paramètres du compte. Si l'utilisateur souhaite supprimer son compte, il peut le faire à partir de la page %1$s/settings/removeme. La suppression du compte sera permanente. La suppression des données sera également demandée aux noeuds des partenaires de communication." -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Politique de Confidentialité" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "Règles" @@ -10589,6 +11512,33 @@ msgstr "Règles" msgid "Parameter uri_id is missing." msgstr "Le paramètre uri_id est manquant." +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "L'objet recherché n'existe pas ou a été supprimé." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Vous êtes maintenant connecté en tant que %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Changer de compte" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Gérér vos comptes" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Choisir une identité à gérer: " + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "L'import d'utilisateur sur un serveur fermé ne peut être effectué que par un administrateur." @@ -10637,11 +11587,11 @@ msgstr "Erreur ! Pas de ficher de version existant ! Êtes vous sur un compte Fr msgid "User '%s' already exists on this server!" msgstr "L'utilisateur '%s' existe déjà sur ce serveur!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Erreur de création d'utilisateur" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10649,11 +11599,11 @@ msgstr[0] "%d contacts non importés" msgstr[1] "%d contacts non importés" msgstr[2] "%d contacts non importés" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Erreur de création du profil utilisateur" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Action réalisée. Vous pouvez désormais vous connecter avec votre nom d'utilisateur et votre mot de passe" @@ -10787,15 +11737,15 @@ msgid "" msgstr "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux contacts. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'abonnement devraient commencer à apparaître au bout de 24 heures." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Grouper vos contacts" +msgid "Add Your Contacts To Circle" +msgstr "Ajouter vos contacts à des cercles" #: src/Module/Welcome.php:78 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 "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "Une fois que vous vous êtes fait des amis, organisez-les en cercles de conversation privés dans la barre latérale de votre page Contacts. Vous pouvez ensuite interagir avec chaque cercle en privé sur votre page Réseau." #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10966,7 +11916,7 @@ msgstr "%1$s souhaite peut-être participer à votre évènement %2$s" #: src/Navigation/Notifications/Factory/Notification.php:270 #, php-format msgid "%1$s tagged you on %2$s" -msgstr "%1$s vous a mentionné•e dans %2$s" +msgstr "%1$s vous a mentionné(e) dans %2$s" #: src/Navigation/Notifications/Factory/Notification.php:274 #, php-format @@ -11009,7 +11959,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "%1$s a commenté dans votre conversation %2$s" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica:Notification]" @@ -11053,7 +12003,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s a commenté sur son %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Nouveau commentaire dans la conversation #%2$d par %3$s" @@ -11065,7 +12015,7 @@ msgstr "%s a commenté un élément que vous suivez." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Merci de visiter %s pour voir la conversation et/ou y répondre." @@ -11184,7 +12134,7 @@ msgstr "%2$s a accepté votre [url=%1$s]demande de connexion[/url]." msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." -msgstr "Vous êtes désormais mutuellement amis, et pouvez échanger des mises-à-jour d'état, des photos, et des messages sans restriction." +msgstr "Vous êtes désormais mutuellement amis, et pouvez échanger des mises-à-jour d'état, des photos, et des courriels sans restriction." #: src/Navigation/Notifications/Repository/Notify.php:444 #, php-format @@ -11230,10 +12180,10 @@ msgstr "%2$s vous a envoyé une [url=%1$s]demande de création de compte[/url]." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Nom complet :\t%s\nAdresse du site :\t%s\nIdentifiant :\t%s (%s)" +msgstr "Nom d'Affichage :\t%s\nEmplacement :\t%s\nNom de connexion :\t%s (%s)" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11259,22 +12209,22 @@ msgstr "Vous avez reçu une [url=%1$s]nouvelle inscription[/url] de %2$s." msgid "Please visit %s to have a look at the new registration." msgstr "Merci de visiter %s pour consulter la nouvelle inscription." -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" -msgstr "%s%s vous a mentionné•e" +msgstr "%s%s vous a mentionné(e)" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s a partagé une nouvelle publication" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "%1$s %2$s a aimé votre publication #%3$d" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "%1$s %2$s a aimé votre commentaire sur #%3$d" @@ -11302,199 +12252,221 @@ msgstr "Merci de contacter l’émetteur en répondant à cette publication si v msgid "%s posted an update." msgstr "%s a publié une mise à jour." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Message privé" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Message Public" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Message non référencé" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Cette entrée a été éditée" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Message du connecteur" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Éditer" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Effacer globalement" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Effacer localement" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Bloquer %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "Ignorer %s" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "Réduire %s" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "Signaler la publication" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Sauvegarder dans le dossier" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Je vais participer" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Je ne vais pas participer" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Je vais peut-être participer" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Ignorer cette conversation" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Ne pas ignorer cette conversation" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Commuter le statut de suivi" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Ajouter une étoile" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Retirer l'étoile" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Commuter l'état de l'étoile" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Épingler" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Désépingler" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Commuter le statut de l'épingle" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Épinglé" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" -msgstr "Ajouter une étiquette" +msgstr "Ajouter un tag" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Citer et repartager ceci" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Citer et repartager" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" -msgstr "Repartager ceci" +msgstr "Partager ceci" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" -msgstr "Repartager" +msgstr "Partager" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Annuler votre repartage" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Ne plus partager" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s ( Reçu %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Commenter ce sujet sur votre instance" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Commentaire distant" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Partager par..." -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Partager par des services externes" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "Parent inconnu" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "en réponse à %s" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "Le parent est probablement privé ou non fédéré." + +#: src/Object/Post.php:550 msgid "to" msgstr "à" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Inter-mur" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "en Inter-mur :" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Répondre à %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Plus" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "La notification de la tâche est en cours" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "La distribution aux serveurs distants est en attente" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "La distribution aux serveurs distants est en cours" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "La distribution aux serveurs distants est presque terminée" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "La distribution aux serveurs distants est terminée" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11502,73 +12474,92 @@ msgstr[0] "%d commentaire" msgstr[1] "%d commentaires" msgstr[2] "%d commentaires" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Montrer plus" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Montrer moins" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" -msgstr "Repartagé par : %s" +msgstr "Partagé par : %s" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "Vu par : %s" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 +#, php-format +msgid "Read by: %s" +msgstr "Lu par : %s" + +#: src/Object/Post.php:706 #, php-format msgid "Liked by: %s" msgstr "Aimé par : %s" -#: src/Object/Post.php:643 +#: src/Object/Post.php:711 #, php-format msgid "Disliked by: %s" msgstr "Pas aimé par : %s" -#: src/Object/Post.php:648 +#: src/Object/Post.php:716 #, php-format msgid "Attended by: %s" msgstr "Y assisteront : %s" -#: src/Object/Post.php:653 +#: src/Object/Post.php:721 #, php-format msgid "Maybe attended by: %s" msgstr "Y assisteront peut-être : %s" -#: src/Object/Post.php:658 +#: src/Object/Post.php:726 #, php-format msgid "Not attended by: %s" msgstr "N'y assisteront pas : %s" -#: src/Object/Post.php:663 +#: src/Object/Post.php:731 +#, php-format +msgid "Commented by: %s" +msgstr "Commenté par : %s" + +#: src/Object/Post.php:736 #, php-format msgid "Reacted with %s by: %s" msgstr "La réaction %s a été faite par : %s" +#: src/Object/Post.php:759 +#, php-format +msgid "Quote shared by: %s" +msgstr "Cité et repartagé par : %s" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "Chat" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(aucun sujet)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s suit désormais %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "following" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s ne suit plus %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "retiré de la liste de suivi" @@ -11926,8 +12917,8 @@ msgid "Textareas font size" msgstr "Taille de police des zones de texte" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Liste de forums d'entraide, séparés par des virgules" +msgid "Comma separated list of helper groups" +msgstr "Liste de groupe d'entraide, séparés par des virgules" #: view/theme/vier/config.php:131 msgid "don't show" @@ -11945,7 +12936,7 @@ msgstr "Définir le style" msgid "Community Pages" msgstr "Pages Communautaires" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "Profils communautaires" @@ -11953,7 +12944,7 @@ msgstr "Profils communautaires" msgid "Help or @NewHere ?" msgstr "Besoin d'aide ou @NouveauIci ?" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "Connecter des services" @@ -11961,10 +12952,10 @@ msgstr "Connecter des services" msgid "Find Friends" msgstr "Trouver des contacts" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "Derniers utilisateurs" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "Démarrage rapide" diff --git a/view/lang/fr/strings.php b/view/lang/fr/strings.php index 5c19e57385..f173c7ef25 100644 --- a/view/lang/fr/strings.php +++ b/view/lang/fr/strings.php @@ -8,12 +8,12 @@ function string_plural_select_fr($n){ $a->strings['Unable to locate original post.'] = 'Impossible de localiser la publication originale.'; $a->strings['Post updated.'] = 'Publication mise à jour.'; $a->strings['Item wasn\'t stored.'] = 'La publication n\'a pas été enregistrée.'; -$a->strings['Item couldn\'t be fetched.'] = 'La publication n\'a pas pu être obtenue.'; +$a->strings['Item couldn\'t be fetched.'] = 'La publication n\'a pas pu être récupérée.'; $a->strings['Empty post discarded.'] = 'Publication vide rejetée.'; $a->strings['Item not found.'] = 'Élément introuvable.'; $a->strings['Permission denied.'] = 'Permission refusée.'; $a->strings['No valid account found.'] = 'Impossible de trouver un compte valide.'; -$a->strings['Password reset request issued. Check your email.'] = 'Réinitialisation du mot de passe en cours. Vérifiez votre courriel.'; +$a->strings['Password reset request issued. Check your email.'] = 'Réinitialisation du mot de passe en cours. Vérifiez vos courriels.'; $a->strings[' Dear %1$s, A request was recently received at "%2$s" to reset your account @@ -25,15 +25,15 @@ $a->strings[' Your password will not be changed unless we can verify that you issued this request.'] = ' - Cher(e) %1$s, - Une demande vient d\'être faite à "%2$s" pour réinitialiser votre mot de passe. + Cher/Chère %1$s, + Une demande vient d\'être faite depuis "%2$s" pour réinitialiser votre mot de passe de compte. Afin de confirmer cette demande, merci de sélectionner le lien ci-dessous et de le coller dans la barre d\'adresse de votre navigateur. Si vous n\'avez PAS fait cette demande de changement, merci de NE PAS suivre le lien - fourni et d\'ignorer et/ou supprimer ce message. La demande expirera rapidement. + ci-dessous et d\'ignorer et/ou supprimer ce message. La demande expirera rapidement. - Votre mot de passe ne changera pas tant que nous n\'avons pas vérifier que vous êtes à l\'origine de la demande.'; + Votre mot de passe ne changera pas tant que nous n\'avons pas vérifié que vous êtes à l\'origine de la demande.'; $a->strings[' Follow this link soon to verify your identity: @@ -57,12 +57,12 @@ $a->strings[' Adresse : %2$s Identifiant : %3$s'; -$a->strings['Password reset requested at %s'] = 'Requête de réinitialisation de mot de passe à %s'; -$a->strings['Request could not be verified. (You may have previously submitted it.) Password reset failed.'] = 'Impossible d\'honorer cette demande. (Vous l\'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué.'; +$a->strings['Password reset requested at %s'] = 'Demande de réinitialisation de mot de passe depuis %s'; +$a->strings['Request could not be verified. (You may have previously submitted it.) Password reset failed.'] = 'La requête n\'a pas pu être vérifiée. (Vous l\'avez peut-être déjà précédemment envoyée.) La réinitialisation du mot de passe a échoué.'; $a->strings['Request has expired, please make a new one.'] = 'La requête a expiré, veuillez la renouveler.'; -$a->strings['Forgot your Password?'] = 'Mot de passe oublié ?'; +$a->strings['Forgot your Password?'] = 'Mot de passe oublié ?'; $a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Entrez votre adresse de courriel et validez pour réinitialiser votre mot de passe. Vous recevrez la suite des instructions par courriel.'; -$a->strings['Nickname or Email: '] = 'Pseudo ou eMail : '; +$a->strings['Nickname or Email: '] = 'Pseudo ou Courriel : '; $a->strings['Reset'] = 'Réinitialiser'; $a->strings['Password Reset'] = 'Réinitialiser le mot de passe'; $a->strings['Your password has been reset as requested.'] = 'Votre mot de passe a bien été réinitialisé.'; @@ -146,7 +146,7 @@ $a->strings['Album successfully deleted'] = 'Album bien supprimé'; $a->strings['Album was empty.'] = 'L\'album était vide'; $a->strings['Failed to delete the photo.'] = 'La suppression de la photo a échoué.'; $a->strings['a photo'] = 'une photo'; -$a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s a été mentionné•e dans %2$s par %3$s'; +$a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s a été mentionné(e) dans %2$s par %3$s'; $a->strings['Public access denied.'] = 'Accès public refusé.'; $a->strings['No photos selected'] = 'Aucune photo sélectionnée'; $a->strings['The maximum accepted image size is %s'] = 'La taille maximum d\'image autorisée est de %s'; @@ -173,7 +173,7 @@ $a->strings['Delete photo'] = 'Effacer la photo'; $a->strings['Use as profile photo'] = 'Utiliser comme photo de profil'; $a->strings['Private Photo'] = 'Photo privée'; $a->strings['View Full Size'] = 'Voir en taille réelle'; -$a->strings['Tags: '] = 'Étiquettes :'; +$a->strings['Tags: '] = 'Étiquettes :'; $a->strings['[Select tags to remove]'] = '[Sélectionner les étiquettes à supprimer]'; $a->strings['New album name'] = 'Nom du nouvel album'; $a->strings['Caption'] = 'Titre'; @@ -198,6 +198,26 @@ $a->strings['Apologies but the website is unavailable at the moment.'] = 'Désol $a->strings['Delete this item?'] = 'Effacer cet élément?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Bloquer ce contact ? Iel ne pourra pas s\'abonner à votre compte et vous ne pourrez pas voir leurs publications ni leurs commentaires.'; $a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'Ignorer cet auteur ? Vous ne serez plus en mesure de voir ses publications et notifications.'; +$a->strings['Collapse this author\'s posts?'] = 'Réduire les publications de cet auteur ?'; +$a->strings['Ignore this author\'s server?'] = 'Ignorer le serveur de cet auteur ?'; +$a->strings['You won\'t see any content from this server including reshares in your Network page, the community pages and individual conversations.'] = 'Vous ne verrez aucun contenu provenant de ce serveur, y compris les partages dans votre page Réseau, les pages de la communauté et les conversations individuelles.'; +$a->strings['Like not successful'] = 'Erreur lors du "Aime"'; +$a->strings['Dislike not successful'] = 'Erreur lors du "N\'aime pas"'; +$a->strings['Sharing not successful'] = 'Erreur lors du "Partager"'; +$a->strings['Attendance unsuccessful'] = 'Erreur lors du "Participer"'; +$a->strings['Backend error'] = 'Erreur backend'; +$a->strings['Network error'] = 'Erreur réseau'; +$a->strings['Drop files here to upload'] = 'Déposer des fichiers ici pour les envoyer'; +$a->strings['Your browser does not support drag and drop file uploads.'] = 'Votre navigateur ne supporte pas l\'envoi de fichier par glisser-déposer.'; +$a->strings['Please use the fallback form below to upload your files like in the olden days.'] = 'Veuillez utiliser le formulaire ci-dessous pour envoyer vos fichiers comme au bon vieux temps.'; +$a->strings['File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.'] = 'Fichier trop volumineux ({{filesize}}Mio). Taille maximum : {{maxFilesize}}Mio.'; +$a->strings['You can\'t upload files of this type.'] = 'Vous ne pouvez pas envoyer des fichiers de ce type.'; +$a->strings['Server responded with {{statusCode}} code.'] = 'Le serveur a répondu avec un code {{statusCode}}.'; +$a->strings['Cancel upload'] = 'Annuler l\'envoi'; +$a->strings['Upload canceled.'] = 'Envoi annulé.'; +$a->strings['Are you sure you want to cancel this upload?'] = 'Êtes-vous sûr de vouloir annuler cet envoi ?'; +$a->strings['Remove file'] = 'Supprimer le fichier'; +$a->strings['You can\'t upload any more files.'] = 'Vous ne pouvez plus envoyer de fichiers.'; $a->strings['toggle mobile'] = 'activ. mobile'; $a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Méthode non autorisée pour ce module. Méthode(s) autorisée(s): %s'; $a->strings['Page not found.'] = 'Page introuvable.'; @@ -206,7 +226,7 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Tous les contacts'; $a->strings['Followers'] = 'Abonnés'; $a->strings['Following'] = 'Abonnements'; -$a->strings['Mutual friends'] = 'Contact mutuels'; +$a->strings['Mutual friends'] = 'Amis communs'; $a->strings['Common'] = 'Commun'; $a->strings['Addon not found'] = 'Extension manquante'; $a->strings['Addon already enabled'] = 'Extension déjà activée'; @@ -279,12 +299,74 @@ $a->strings['Diaspora Connector'] = 'Connecteur Disapora'; $a->strings['GNU Social Connector'] = 'Connecteur GNU Social'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; +$a->strings['Tumblr'] = 'Tumblr'; +$a->strings['Bluesky'] = 'Bluesky'; $a->strings['%s (via %s)'] = '%s (via %s)'; $a->strings['and'] = 'et'; $a->strings['and %d other people'] = 'et %d autres personnes'; +$a->strings['%2$s likes this.'] = [ + 0 => '%2$s aime.', + 1 => '%2$s aiment.', + 2 => '%2$s aiment.', +]; +$a->strings['%2$s doesn\'t like this.'] = [ + 0 => '%2$s n\'aime pas.', + 1 => '%2$s n\'aiment pas.', + 2 => '%2$s n\'aiment pas.', +]; +$a->strings['%2$s attends.'] = [ + 0 => '%2$s participe.', + 1 => '%2$s participent.', + 2 => '%2$s participent.', +]; +$a->strings['%2$s doesn\'t attend.'] = [ + 0 => '%2$s ne participe pas.', + 1 => '%2$s ne participent pas.', + 2 => '%2$s ne participent pas.', +]; +$a->strings['%2$s attends maybe.'] = [ + 0 => '%2$s participe peut-être.', + 1 => '%2$s participent peut-être.', + 2 => '%2$s participent peut-être.', +]; +$a->strings['%2$s reshared this.'] = [ + 0 => '%2$s à partagé.', + 1 => '%2$s ont partagé.', + 2 => '%2$s ont partagé.', +]; +$a->strings[' likes this'] = [ + 0 => ' aime', + 1 => ' aiment', + 2 => ' aiment', +]; +$a->strings[' doesn\'t like this'] = [ + 0 => ' n\'aime pas', + 1 => ' n\'aiment pas', + 2 => ' n\'aiment pas', +]; +$a->strings[' attends'] = [ + 0 => ' participe', + 1 => ' participent', + 2 => ' participent', +]; +$a->strings[' doesn\'t attend'] = [ + 0 => ' ne participe pas', + 1 => ' ne participent pas', + 2 => ' ne participent pas', +]; +$a->strings[' attends maybe'] = [ + 0 => ' participe peut-être', + 1 => ' participent peut-être', + 2 => ' participent peut-être', +]; +$a->strings[' reshared this'] = [ + 0 => ' a partagé', + 1 => ' ont partagé', + 2 => ' ont partagé', +]; $a->strings['Visible to everybody'] = 'Visible par tout le monde'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Veuillez entrer une URL d\'image/vidéo/page web.'; -$a->strings['Tag term:'] = 'Étiquette :'; +$a->strings['Tag term:'] = 'Tag :'; $a->strings['Save to Folder:'] = 'Sauver dans le Dossier :'; $a->strings['Where are you right now?'] = 'Où êtes-vous actuellement ?'; $a->strings['Delete item(s)?'] = 'Supprimer les élément(s) ?'; @@ -298,6 +380,8 @@ $a->strings['Bold'] = 'Gras'; $a->strings['Italic'] = 'Italique'; $a->strings['Underline'] = 'Souligné'; $a->strings['Quote'] = 'Citation'; +$a->strings['Add emojis'] = 'Ajouter des émojis'; +$a->strings['Content Warning'] = 'Avertissement de contenu'; $a->strings['Code'] = 'Code'; $a->strings['Image'] = 'Image'; $a->strings['Link'] = 'Lien'; @@ -315,18 +399,13 @@ $a->strings['Public post'] = 'Publication publique'; $a->strings['Message'] = 'Message'; $a->strings['Browser'] = 'Navigateur'; $a->strings['Open Compose page'] = 'Ouvrir la page de saisie'; -$a->strings['Pinned item'] = 'Élément épinglé'; -$a->strings['View %s\'s profile @ %s'] = 'Voir le profil de %s @ %s'; -$a->strings['Categories:'] = 'Catégories :'; -$a->strings['Filed under:'] = 'Rangé sous :'; -$a->strings['%s from %s'] = '%s de %s'; -$a->strings['View in context'] = 'Voir dans le contexte'; $a->strings['remove'] = 'enlever'; $a->strings['Delete Selected Items'] = 'Supprimer les éléments sélectionnés'; $a->strings['You had been addressed (%s).'] = 'Vous avez été mentionné (%s)'; $a->strings['You are following %s.'] = 'Vous suivez %s.'; -$a->strings['You subscribed to one or more tags in this post.'] = 'Vous vous êtes abonné(e) à une étiquette ou plus de cette publication.'; -$a->strings['%s reshared this.'] = '%s a partagé ceci.'; +$a->strings['You subscribed to %s.'] = 'Vous vous êtes abonné(e) à %s.'; +$a->strings['You subscribed to one or more tags in this post.'] = 'Vous vous êtes abonné(e) à un tag ou plus de cette publication.'; +$a->strings['%s reshared this.'] = '%s a partagé.'; $a->strings['Reshared'] = 'Partagé'; $a->strings['Reshared by %s <%s>'] = 'Partagé par %s <%s>'; $a->strings['%s is participating in this thread.'] = '%s participe à ce fil de discussion'; @@ -341,14 +420,48 @@ $a->strings['Local delivery'] = 'Distribution locale'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Stocké en lien avec votre activité (j\'aime, commentaire, étoile...)'; $a->strings['Distributed'] = 'Distribué'; $a->strings['Pushed to us'] = 'Poussé vers nous'; +$a->strings['Pinned item'] = 'Élément épinglé'; +$a->strings['View %s\'s profile @ %s'] = 'Voir le profil de %s @ %s'; +$a->strings['Categories:'] = 'Catégories :'; +$a->strings['Filed under:'] = 'Rangé sous :'; +$a->strings['%s from %s'] = '%s de %s'; +$a->strings['View in context'] = 'Voir dans le contexte'; +$a->strings['For you'] = 'Pour vous'; +$a->strings['Posts from contacts you interact with and who interact with you'] = 'Publications de contacts qui interagissent avec vous'; +$a->strings['What\'s Hot'] = 'Quoi de neuf'; +$a->strings['Posts with a lot of interactions'] = 'Publications avec beaucoup d\'interactions'; +$a->strings['Posts in %s'] = 'Publications dans %s'; +$a->strings['Posts from your followers that you don\'t follow'] = 'Publications de personnes abonnées qui vous ne suivez pas'; +$a->strings['Sharers of sharers'] = 'Partageurs de partageurs'; +$a->strings['Posts from accounts that are followed by accounts that you follow'] = 'Publications de comptes suivis par des comptes que vous suivez'; +$a->strings['Images'] = 'Images'; +$a->strings['Posts with images'] = 'Publications avec images'; +$a->strings['Audio'] = 'Audio'; +$a->strings['Posts with audio'] = 'Publications avec audio'; +$a->strings['Videos'] = 'Vidéos'; +$a->strings['Posts with videos'] = 'Publications avec vidéos'; +$a->strings['Local Community'] = 'Communauté locale'; +$a->strings['Posts from local users on this server'] = 'Conversations publiques démarrées par des utilisateurs locaux'; +$a->strings['Global Community'] = 'Communauté globale'; +$a->strings['Posts from users of the whole federated network'] = 'Conversations publiques provenant du réseau fédéré global'; +$a->strings['Latest Activity'] = 'Activité récente'; +$a->strings['Sort by latest activity'] = 'Trier par activité récente'; +$a->strings['Latest Posts'] = 'Dernières publications'; +$a->strings['Sort by post received date'] = 'Trier par date de réception'; +$a->strings['Latest Creation'] = 'Dernière création'; +$a->strings['Sort by post creation date'] = 'Trier par date de création des publications'; +$a->strings['Personal'] = 'Personnel'; +$a->strings['Posts that mention or involve you'] = 'Publications qui vous concernent'; +$a->strings['Starred'] = 'Mis en avant'; +$a->strings['Favourite Posts'] = 'Publications favorites'; $a->strings['General Features'] = 'Fonctions générales'; $a->strings['Photo Location'] = 'Lieu de prise de la photo'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Les métadonnées des photos sont normalement retirées. Ceci permet de sauver l\'emplacement (si présent) et de positionner la photo sur une carte.'; $a->strings['Trending Tags'] = 'Tendances'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Montre un encart avec la liste des tags les plus populaires dans les publications récentes.'; $a->strings['Post Composition Features'] = 'Caractéristiques de composition de publication'; -$a->strings['Auto-mention Forums'] = 'Mentionner automatiquement les Forums'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Ajoute/retire une mention quand une page forum est sélectionnée/désélectionnée lors du choix des destinataires d\'une publication.'; +$a->strings['Auto-mention Groups'] = 'Mentionner automatiquement les groupes'; +$a->strings['Add/remove mention when a group page is selected/deselected in ACL window.'] = 'Ajoute/retire une mention quand une page de groupe est sélectionnée/désélectionnée lors du choix des destinataires d\'une publication.'; $a->strings['Explicit Mentions'] = 'Mentions explicites'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Ajoute des mentions explicites dans les publications permettant un contrôle manuel des mentions dans les fils de commentaires.'; $a->strings['Add an abstract from ActivityPub content warnings'] = 'Ajouter un résumé depuis les avertissements de contenu d\'ActivityPub'; @@ -357,19 +470,20 @@ $a->strings['Post/Comment Tools'] = 'Outils de publication/commentaire'; $a->strings['Post Categories'] = 'Catégories des publications'; $a->strings['Add categories to your posts'] = 'Ajouter des catégories à vos publications'; $a->strings['Advanced Profile Settings'] = 'Paramètres Avancés du Profil'; -$a->strings['List Forums'] = 'Liste des forums'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Montrer les forums communautaires aux visiteurs sur la Page de profil avancé'; -$a->strings['Tag Cloud'] = 'Nuage de tags'; -$a->strings['Provide a personal tag cloud on your profile page'] = 'Affiche un nuage de tags personnels sur votre profil.'; +$a->strings['List Groups'] = 'Liste des groupes'; +$a->strings['Show visitors public groups at the Advanced Profile Page'] = 'Montrer les groupes publics aux visiteurs sur la Page de profil avancé'; +$a->strings['Tag Cloud'] = 'Nuage de tag'; +$a->strings['Provide a personal tag cloud on your profile page'] = 'Affiche un nuage de tag personnel sur votre profil.'; $a->strings['Display Membership Date'] = 'Afficher l\'ancienneté'; $a->strings['Display membership date in profile'] = 'Affiche la date de création du compte sur votre profile'; $a->strings['Advanced Calendar Settings'] = 'Paramètres avancés du calendrier'; $a->strings['Allow anonymous access to your calendar'] = 'Autoriser un accès anonyme à votre calendrier'; $a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Autorise les visiteurs anonymes à consulter votre calendrier et vos évènements publics. Les anniversaires de vos contacts demeurent privés.'; -$a->strings['Forums'] = 'Forums'; -$a->strings['External link to forum'] = 'Lien sortant vers le forum'; +$a->strings['Groups'] = 'Groupes'; +$a->strings['External link to group'] = 'Lien externe vers le groupe'; $a->strings['show less'] = 'voir moins'; $a->strings['show more'] = 'montrer plus'; +$a->strings['Create new group'] = 'Créer un nouveau groupe'; $a->strings['event'] = 'évènement'; $a->strings['status'] = 'le statut'; $a->strings['photo'] = 'photo'; @@ -383,14 +497,15 @@ $a->strings['View Contact'] = 'Voir Contact'; $a->strings['Send PM'] = 'Message privé'; $a->strings['Block'] = 'Bloquer'; $a->strings['Ignore'] = 'Ignorer'; -$a->strings['Collapse'] = 'Fusionner'; +$a->strings['Collapse'] = 'Réduire'; +$a->strings['Ignore %s server'] = 'Ignorer le serveur %s'; $a->strings['Languages'] = 'Langues'; $a->strings['Connect/Follow'] = 'Se connecter/Suivre'; $a->strings['Unable to fetch user.'] = 'Impossible de récupérer l\'utilisateur.'; $a->strings['Nothing new here'] = 'Rien de neuf ici'; $a->strings['Go back'] = 'Revenir'; $a->strings['Clear notifications'] = 'Effacer les notifications'; -$a->strings['@name, !forum, #tags, content'] = '@nom, !forum, #tags, contenu'; +$a->strings['@name, !group, #tags, content'] = '@nom, !groupe, #tags, contenu'; $a->strings['Logout'] = 'Se déconnecter'; $a->strings['End this session'] = 'Mettre fin à cette session'; $a->strings['Login'] = 'Connexion'; @@ -487,8 +602,9 @@ $a->strings['Random Profile'] = 'Profil au hasard'; $a->strings['Invite Friends'] = 'Inviter des contacts'; $a->strings['Global Directory'] = 'Annuaire global'; $a->strings['Local Directory'] = 'Annuaire local'; -$a->strings['Groups'] = 'Groupes'; +$a->strings['Circles'] = 'Cercles'; $a->strings['Everyone'] = 'Tous les groupes'; +$a->strings['No relationship'] = 'Aucune relation'; $a->strings['Relationships'] = 'Relations'; $a->strings['All Contacts'] = 'Tous les contacts'; $a->strings['Protocols'] = 'Protocoles'; @@ -502,11 +618,13 @@ $a->strings['%d contact in common'] = [ 2 => '%d contacts en commun', ]; $a->strings['Archives'] = 'Archives'; +$a->strings['On this date'] = 'A cette date'; $a->strings['Persons'] = 'Personnes'; $a->strings['Organisations'] = 'Organisations'; $a->strings['News'] = 'Nouvelles'; $a->strings['Account Types'] = 'Type de compte'; $a->strings['All'] = 'Tout'; +$a->strings['Channels'] = 'Chaînes'; $a->strings['Export'] = 'Exporter'; $a->strings['Export calendar as ical'] = 'Exporter au format iCal'; $a->strings['Export calendar as csv'] = 'Exporter au format CSV'; @@ -524,12 +642,15 @@ $a->strings['Trending Tags (last %d hour)'] = [ 1 => 'Tendances (dernières %d heures)', 2 => 'Tendances (dernières %d heures)', ]; -$a->strings['More Trending Tags'] = 'Plus de tedances'; +$a->strings['More Trending Tags'] = 'Plus de tendances'; +$a->strings['Post to group'] = 'Publier sur le groupe'; +$a->strings['Mention'] = 'Mention'; $a->strings['XMPP:'] = 'XMPP'; $a->strings['Matrix:'] = 'Matrix :'; $a->strings['Location:'] = 'Localisation :'; $a->strings['Network:'] = 'Réseau'; $a->strings['Unfollow'] = 'Se désabonner'; +$a->strings['View group'] = 'Voir le groupe'; $a->strings['Yourself'] = 'Vous-même'; $a->strings['Mutuals'] = 'Mutuels'; $a->strings['Post to Email'] = 'Publier aux courriels'; @@ -537,7 +658,7 @@ $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.'] = 'Ce contenu sera visible par vos abonnés, sur votre profile, dans les flux communautaires et par quiconque ayant son adresse Web.'; $a->strings['Limited/Private'] = 'Limité/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.'] = 'Ce contenu sera visible uniquement par les groupes et contacts listés dans le premier champ, sauf par les groupes et contacts listés dans le second champ. Il ne sera pas visible publiquement.'; -$a->strings['Start typing the name of a contact or a group to show a filtered list. You can also mention the special groups "Followers" and "Mutuals".'] = 'Commencer à écrire le nom d\'un contact ou d\'un groupe pour afficher une liste filtrée. Vous pouvez aussi mentionner les groupes spéciaux "Followers" et "Mutuels".'; +$a->strings['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Commencer à écrire le nom d\'un contact ou d\'un cercle pour afficher une liste filtrée. Vous pouvez aussi mentionner les groupes spéciaux "Followers" et "Mutuels".'; $a->strings['Show to:'] = 'Visible par :'; $a->strings['Except to:'] = 'Masquer à :'; $a->strings['CC: email addresses'] = 'CC: adresses de courriel'; @@ -565,6 +686,8 @@ $a->strings['Apache mod_rewrite module'] = 'Module mod_rewrite Apache'; $a->strings['Error: PDO or MySQLi PHP module required but not installed.'] = 'Erreur : Les modules PHP PDO ou MySQLi sont requis mais absents de votre serveur.'; $a->strings['Error: The MySQL driver for PDO is not installed.'] = 'Erreur : Le pilote MySQL pour PDO n\'est pas installé sur votre serveur.'; $a->strings['PDO or MySQLi PHP module'] = 'Module PHP PDO ou MySQLi'; +$a->strings['Error: The IntlChar module is not installed.'] = 'Erreur : Le module IntlChar n\'est pas installé.'; +$a->strings['IntlChar PHP module'] = 'Module PHP IntlChar'; $a->strings['Error, XML PHP module required but not installed.'] = 'Erreur : le module PHP XML requis est absent.'; $a->strings['XML PHP module'] = 'Module PHP XML'; $a->strings['libCurl PHP module'] = 'Module libCurl de PHP'; @@ -611,6 +734,7 @@ $a->strings['ImageMagick PHP extension is installed'] = 'L’extension PHP Image $a->strings['ImageMagick supports GIF'] = 'ImageMagick supporte le format GIF'; $a->strings['Database already in use.'] = 'Base de données déjà en cours d\'utilisation.'; $a->strings['Could not connect to database.'] = 'Impossible de se connecter à la base.'; +$a->strings['%s (%s)'] = '%s (%s)'; $a->strings['Monday'] = 'Lundi'; $a->strings['Tuesday'] = 'Mardi'; $a->strings['Wednesday'] = 'Mercredi'; @@ -648,6 +772,8 @@ $a->strings['Sep'] = 'Sep'; $a->strings['Oct'] = 'Oct'; $a->strings['Nov'] = 'Nov'; $a->strings['Dec'] = 'Déc'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Le fichier journal \'%s\' n\'est pas utilisable. Pas de journalisation possible (erreur \'%s\')'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Le fichier journal de débogage "%s" n\'existe pas ou n\'est pas accessible en écriture. Journalisation désactivée (erreur : "%s")'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica ne peut pas afficher cette page pour le moment. Merci de contacter l\'administrateur.'; $a->strings['template engine cannot be registered without a name.'] = 'Le moteur de template ne peut pas être enregistré sans nom.'; $a->strings['template engine is not registered!'] = 'le moteur de template n\'est pas enregistré!'; @@ -664,7 +790,7 @@ $a->strings[' but when I tried to install it, something went terribly wrong. This needs to be fixed soon and I can\'t do it alone. Please contact a friendica developer if you can not help me on your own. My database might be invalid.'] = ' -Les développeur•se•s de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue.'; +Les développeurs de Friendica ont récemment publié la mise à jour %s, mais en tentant de l’installer, quelque chose s’est terriblement mal passé. Une réparation s’impose et je ne peux pas la faire tout seul. Contactez un développeur Friendica si vous ne pouvez pas corriger le problème vous-même. Il est possible que ma base de données soit corrompue.'; $a->strings['The error message is\n[pre]%s[/pre]'] = 'The message d\'erreur est\n[pre]%s[/pre]'; $a->strings['[Friendica Notify] Database update'] = '[Friendica:Notification] Mise à jour de la base de données'; $a->strings[' @@ -692,9 +818,18 @@ $a->strings['Unauthorized'] = 'Accès réservé'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Le jeton ne comporte pas un utilisateur valide ou une portée (scope) nécessaire.'; $a->strings['Internal Server Error'] = 'Erreur du site'; $a->strings['Legacy module file not found: %s'] = 'Module original non trouvé: %s'; +$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Un cercle supprimé a été recréé. Les permissions existantes pourraient s\'appliquer à ce cercle et aux futurs membres. Si ce n\'est pas le comportement attendu, merci de re-créer un autre cercle sous un autre nom.'; +$a->strings['Everybody'] = 'Tout le monde'; +$a->strings['edit'] = 'éditer'; +$a->strings['add'] = 'ajouter'; +$a->strings['Edit circle'] = 'Modifier le cercle'; +$a->strings['Contacts not in any circle'] = 'Contacts n\'appartenant à aucun cercle'; +$a->strings['Create a new circle'] = 'Créer un nouveau cercle'; +$a->strings['Circle Name: '] = 'Nom du cercle :'; +$a->strings['Edit circles'] = 'Modifier les cercles'; $a->strings['Approve'] = 'Approuver'; $a->strings['Organisation'] = 'Organisation'; -$a->strings['Forum'] = 'Forum'; +$a->strings['Group'] = 'Groupe'; $a->strings['Disallowed profile URL.'] = 'URL de profil interdite.'; $a->strings['Blocked domain'] = 'Domaine bloqué'; $a->strings['Connect URL missing.'] = 'URL de connexion manquante.'; @@ -732,44 +867,36 @@ $a->strings['Show map'] = 'Montrer la carte'; $a->strings['Hide map'] = 'Cacher la carte'; $a->strings['%s\'s birthday'] = 'Anniversaire de %s\'s'; $a->strings['Happy Birthday %s'] = 'Joyeux anniversaire, %s !'; -$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.'] = 'Un groupe supprimé a été recréé. Les permissions existantes pourraient s\'appliquer à ce groupe et aux futurs membres. Si ce n\'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom.'; -$a->strings['Default privacy group for new contacts'] = 'Paramètres de confidentialité par défaut pour les nouveaux contacts'; -$a->strings['Everybody'] = 'Tout le monde'; -$a->strings['edit'] = 'éditer'; -$a->strings['add'] = 'ajouter'; -$a->strings['Edit group'] = 'Editer groupe'; -$a->strings['Contacts not in any group'] = 'Contacts n\'appartenant à aucun groupe'; -$a->strings['Create a new group'] = 'Créer un nouveau groupe'; -$a->strings['Group Name: '] = 'Nom du groupe : '; -$a->strings['Edit groups'] = 'Modifier les groupes'; +$a->strings['%s (%s - %s): %s'] = '%s (%s - %s) : %s'; +$a->strings['%s (%s): %s'] = '%s (%s) : %s'; $a->strings['Detected languages in this post:\n%s'] = 'Langues détectées dans cette publication :\n%s'; $a->strings['activity'] = 'activité'; $a->strings['comment'] = 'commentaire'; $a->strings['post'] = 'publication'; $a->strings['%s is blocked'] = '%s est bloqué(e)'; $a->strings['%s is ignored'] = '%s est ignoré(e)'; -$a->strings['Content from %s is collapsed'] = 'Le contenu de %s est fusionné'; +$a->strings['Content from %s is collapsed'] = 'Le contenu de %s est réduit'; $a->strings['Content warning: %s'] = 'Avertissement de contenu: %s'; $a->strings['bytes'] = 'octets'; $a->strings['%2$s (%3$d%%, %1$d vote)'] = [ 0 => '%2$s (%3$d%%, %1$d vote)', 1 => '%2$s (%3$d%%, %1$d votes)', - 2 => '%2$s (%3$d%%, %1$d vote)', + 2 => '%2$s (%3$d%%, %1$d votes)', ]; $a->strings['%2$s (%1$d vote)'] = [ 0 => '%2$s (%1$d vote)', 1 => '%2$s (%1$d votes)', - 2 => '%2$s (%1$d vote)', + 2 => '%2$s (%1$d votes)', ]; $a->strings['%d voter. Poll end: %s'] = [ 0 => '%d votant. Fin du sondage : %s', 1 => '%d votants. Fin du sondage : %s', - 2 => '%d votant. Fin du sondage : %s', + 2 => '%d votants. Fin du sondage : %s', ]; $a->strings['%d voter.'] = [ 0 => '%d votant.', 1 => '%d votants.', - 2 => '%d votant.', + 2 => '%d votants.', ]; $a->strings['Poll end: %s'] = 'Fin du sondage : %s'; $a->strings['View on separate page'] = 'Voir dans une nouvelle page'; @@ -847,12 +974,12 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Une e $a->strings['An error occurred creating your default profile. Please try again.'] = 'Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Une erreur est survenue lors de la création de votre propre contact. Veuillez réssayer.'; $a->strings['Friends'] = 'Contacts'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'Une erreur est survenue lors de la création de votre groupe de contacts par défaut. Veuillez réessayer.'; +$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'Une erreur est survenue lors de la création de votre cercle de contacts par défaut. Veuillez réessayer.'; $a->strings['Profile Photos'] = 'Photos du profil'; $a->strings[' Dear %1$s, the administrator of %2$s has set up an account for you.'] = ' - Cher•ère %1$s, + Cher/Chère %1$s, l\'administrateur de %2$s a créé un compte pour vous.'; $a->strings[' The login details are as follows: @@ -869,10 +996,9 @@ $a->strings[' You may also wish to add some basic information to your default profile (on the "Profiles" page) so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" + (very useful in making new friends) - and perhaps what country you live in; + if you do not wish to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -881,29 +1007,30 @@ $a->strings[' If you ever want to delete your account, you can do so at %1$s/settings/removeme Thank you and welcome to %4$s.'] = ' - Les informations d\'identification sont les suivantes : + Les détails de connexion sont les suivants : - Localisation du site : %1$s - Nom de l\'identifiant : %2$s - Mot de passe : %3$s + Adresse : %1$s + Identifiant : %2$s + Mot de passe : %3$s - Vous pouvez changer votre mot de passe depuis la page "Paramètres" de votre compte après connexion. + Vous pouvez modifier votre mot de passe à partir de la page "Paramètres" + de votre compte après vous être connecté. - Merci de prendre un moment pour consulter les autres paramètres de compte disponibles sur cette page. + Veuillez prendre quelques instants pour passer en revue les autres paramètres + de votre compte sur cette page. - Vous pourriez également souhaiter ajouter quelques informations de base à votre profil par défaut - (sur la page "Profils") afin que d\'autres personnes puissent vous trouver facilement. + Vous pouvez également ajouter quelques informations de base à votre profil par + défaut (sur la page "Profils") afin que d\'autres personnes puissent vous trouver facilement. - Nous vous recommandons de définir votre nom complet, d\'ajouter une photo de profil, - d\'ajouter quelques "mots clés" de profil (très utiles pour se faire de nouveaux amis) et - peut-être le pays dans lequel vous vivez; si vous ne souhaitez pas être plus spécifique - que ça. + Nous vous recommandons d\'ajouter une photo de profil, des "mots-clés" + (très utiles pour se faire de nouveaux amis) et peut-être le pays dans lequel + vous vivez, si vous ne souhaitez pas être plus précis. - Nous respectons totalement votre droit à la vie privée et aucun de ces éléments n\'est obligatoire. - Si vous être nouveau/nouvelle et que vous ne connaissez personne ici, ils pourraient vous aider - à vous faire de nouveaux amis intéressants. + Nous respectons pleinement votre droit à la vie privée et aucun de ces éléments + n\'est nécessaire. Si vous êtes nouveau et que vous ne connaissez personne ici, + ils peuvent vous aider à vous faire de nouveaux amis intéressants. - Si jamais vous souhaitiez supprimer votre compte, vous pourriez le faire à %1$s/settings/removeme + Si vous souhaitez supprimer votre compte, vous pouvez le faire à l\'adresse %1$s/settings/removeme Merci et bienvenue sur %4$s.'; $a->strings['Registration details for %s'] = 'Détails d\'inscription pour %s'; @@ -949,10 +1076,9 @@ $a->strings[' You may also wish to add some basic information to your default profile (on the "Profiles" page) so that other people can easily find you. - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. + We recommend adding a profile photo, adding some profile "keywords" (very useful + in making new friends) - and perhaps what country you live in; if you do not wish + to be more specific than that. We fully respect your right to privacy, and none of these items are necessary. If you are new and do not know anybody here, they may help @@ -961,32 +1087,33 @@ $a->strings[' If you ever want to delete your account, you can do so at %3$s/settings/removeme Thank you and welcome to %2$s.'] = ' - Les informations d\'identification sont les suivantes : + Les détails de connexion sont les suivants : - Localisation du site : %3$s - Nom de l\'identifiant : %1$s - Mot de passe : %5$s + Adresse : %3$s + Identifiant : %1$s + Mot de passe: %5$s - Vous pouvez changer votre mot de passe depuis la page "Paramètres" de votre compte après - connexion. + Vous pouvez modifier votre mot de passe à partir de la page "Paramètres" + de votre compte après vous être connecté. - Merci de prendre un moment pour consulter les autres paramètres de compte disponibles sur cette page. + Veuillez prendre quelques instants pour passer en revue les autres paramètres + de votre compte sur cette page. - Vous pourriez également souhaiter ajouter quelques informations de base à votre profil par défaut - (sur la page "Profils") afin que d\'autres personnes puissent vous trouver facilement. + Vous pouvez également ajouter quelques informations de base à votre profil par + défaut (sur la page "Profils") afin que d\'autres personnes puissent vous trouver facilement. - Nous vous recommandons de définir votre nom complet, d\'ajouter une photo de profil, - d\'ajouter quelques "mots clés" de profil (très utiles pour se faire de nouveaux amis) et - peut être le pays dans lequel vous vivez si vous ne souhaitez pas être plus spécifique - que ça. + Nous vous recommandons d\'ajouter une photo de profil, des "mots-clés" + (très utiles pour se faire de nouveaux amis) et peut-être le pays dans lequel + vous vivez, si vous ne souhaitez pas être plus précis. - Nous respectons totalement votre droit à la vie privée et aucun de ces éléments n\'est obligatoire. - Si vous être nouveau/nouvelle et que vous ne connaissez personne ici, ils pourraient vous aider - à vous faire de nouveaux amis intéressants. + Nous respectons pleinement votre droit à la vie privée et aucun de ces éléments + n\'est nécessaire. Si vous êtes nouveau et que vous ne connaissez personne ici, + ils peuvent vous aider à vous faire de nouveaux amis intéressants. - Si jamais vous souhaitiez supprimer votre compte, vous pourriez le faire à %3$s/settings/removeme + Si vous souhaitez supprimer votre compte, vous pouvez le faire à l\'adresse %3$s/settings/removeme - Merci et bienvenue sur %2$s. '; + Merci et bienvenue sur %2$s.'; +$a->strings['User with delegates can\'t be removed, please remove delegate users first'] = 'Un utilisateur avec des délégataires ne peut pas être supprimé, veuillez d\'abord retirer les délégataires.'; $a->strings['Addon not found.'] = 'Extension manquante.'; $a->strings['Addon %s disabled.'] = 'Add-on %s désactivé.'; $a->strings['Addon %s enabled.'] = 'Add-on %s activé.'; @@ -1022,37 +1149,37 @@ $a->strings['unknown'] = 'inconnu'; $a->strings['%2$s total system'] = [ 0 => '%2$s système au total', 1 => '%2$s systèmes au total', - 2 => '%2$s système au total', + 2 => '%2$s systèmes au total', ]; $a->strings['%2$s active user last month'] = [ 0 => '%2$s utilisateur actif le mois dernier', 1 => '%2$s utilisateurs actifs le mois dernier', - 2 => '%2$s utilisateur actif le mois dernier', + 2 => '%2$s utilisateurs actifs le mois dernier', ]; $a->strings['%2$s active user last six months'] = [ 0 => '%2$s utilisateur actif ces six derniers mois', 1 => '%2$s utilisateurs actifs ces six derniers mois', - 2 => '%2$s utilisateur actif ces six derniers mois', + 2 => '%2$s utilisateurs actifs ces six derniers mois', ]; $a->strings['%2$s registered user'] = [ 0 => '%2$s utilisateur enregistré', 1 => '%2$s utilisateurs enregistrés', - 2 => '%2$s utilisateur enregistré', + 2 => '%2$s utilisateurs enregistrés', ]; $a->strings['%2$s locally created post or comment'] = [ 0 => '%2$s publication ou commentaire créé localement', 1 => '%2$s publications et commentaires créés localement', - 2 => '%2$s publication ou commentaire créé localement', + 2 => '%2$s publications et commentaires créés localement', ]; $a->strings['%2$s post per user'] = [ 0 => '%2$s publication par utilisateur', 1 => '%2$s publications par utilisateur', - 2 => '%2$s publication par utilisateur', + 2 => '%2$s publications par utilisateur', ]; $a->strings['%2$s user per system'] = [ 0 => '%2$s utilisateur par système', 1 => '%2$s utilisateurs par système', - 2 => '%2$s utilisateur par système', + 2 => '%2$s utilisateurs par système', ]; $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.'] = 'Cette page montre quelques statistiques de la partie connue du réseau social fédéré dont votre instance Friendica fait partie. Ces chiffres sont partiels et ne reflètent que la portion du réseau dont votre instance a connaissance.'; $a->strings['Federation Statistics'] = 'Statistiques Federation'; @@ -1067,7 +1194,8 @@ $a->strings['PHP log currently disabled.'] = 'Log PHP actuellement desactivé.'; $a->strings['Logs'] = 'Journaux'; $a->strings['Clear'] = 'Effacer'; $a->strings['Enable Debugging'] = 'Activer le déboggage'; -$a->strings['Log file'] = 'Fichier de journaux'; +$a->strings['Read-only because it is set by an environment variable'] = 'En lecture seule car configuré avec une variable d\'environnement'; +$a->strings['Log file'] = 'Fichier journal'; $a->strings['Must be writable by web server. Relative to your Friendica top-level directory.'] = 'Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica.'; $a->strings['Log level'] = 'Niveau de journalisaton'; $a->strings['PHP logging'] = 'Log PHP'; @@ -1128,7 +1256,7 @@ $a->strings['Policies'] = 'Politiques'; $a->strings['Advanced'] = 'Avancé'; $a->strings['Auto Discovered Contact Directory'] = 'Répertoire de Contacts Découverts Automatiquement'; $a->strings['Performance'] = 'Performance'; -$a->strings['Worker'] = 'Worker'; +$a->strings['Worker'] = 'Tâche de fond'; $a->strings['Message Relay'] = 'Relai de publication'; $a->strings['Use the command "console relay" in the command line to add or remove relays.'] = 'Utilisez la commande "console relay" en ligne de commande pour ajouter ou retirer des relais.'; $a->strings['The system is not subscribed to any relays at the moment.'] = 'Ce serveur n\'est pas abonné à un relai pour le moment.'; @@ -1142,7 +1270,7 @@ $a->strings['The email address your server shall use to send notification emails $a->strings['Name of the system actor'] = 'Nom du compte système'; $a->strings['Name of the internal system account that is used to perform ActivityPub requests. This must be an unused username. If set, this can\'t be changed again.'] = 'Nom du compte interne utilisé pour effectuer les requêtes ActivityPub. Ce nom doit être inutilisé actuellement. Une fois défini, ce nom ne peut pas être changé.'; $a->strings['Banner/Logo'] = 'Bannière/Logo'; -$a->strings['Email Banner/Logo'] = 'Bannière/Logo d\'email'; +$a->strings['Email Banner/Logo'] = 'Bannière/Logo de courriel'; $a->strings['Shortcut icon'] = 'Icône de raccourci'; $a->strings['Link to an icon that will be used for browsers.'] = 'Lien vers une icône qui sera utilisée pour les navigateurs.'; $a->strings['Touch icon'] = 'Icône pour systèmes tactiles'; @@ -1171,6 +1299,8 @@ $a->strings['Maximum length in pixels of the longest side of uploaded images. De $a->strings['JPEG image quality'] = 'Qualité JPEG des images'; $a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale.'; $a->strings['Register policy'] = 'Politique d\'inscription'; +$a->strings['Maximum Users'] = 'Utilisateurs maximum'; +$a->strings['If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval.'] = 'Si défini, la politique d\'inscription est automatiquement définie à "Fermé" quand le nombre d\'utilisateurs est atteint et mis à "Ouvert" quand le nombre descend en dessous de la limite. Cela fonctionne uniquement si la politique est défini à "Ouvert" ou "Fermé", mais pas quand celle-ci est définie à "Demande une approbation".'; $a->strings['Maximum Daily Registrations'] = 'Inscriptions maximum par jour'; $a->strings['If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.'] = 'Si les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d\'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n\'a aucun effet.'; $a->strings['Register text'] = 'Texte d\'inscription'; @@ -1182,7 +1312,7 @@ $a->strings['Will not waste system resources polling external sites for abandond $a->strings['Allowed friend domains'] = 'Domaines autorisés'; $a->strings['Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains'] = 'Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les \'*\' sont acceptés. Laissez vide pour autoriser tous les domaines'; $a->strings['Allowed email domains'] = 'Domaines courriel autorisés'; -$a->strings['Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains'] = 'Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s\'inscrire sur ce site. Les \'*\' sont acceptées. Laissez vide pour autoriser tous les domaines'; +$a->strings['Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains'] = 'Liste de domaines - séparés par des virgules - dont les adresses de courriel sont autorisées à s\'inscrire sur ce site. Les \'*\' sont acceptées. Laissez vide pour autoriser tous les domaines'; $a->strings['No OEmbed rich content'] = 'Désactiver le texte riche avec OEmbed'; $a->strings['Don\'t show the rich content (e.g. embedded PDF), except from the domains listed below.'] = 'Evite le contenu riche avec OEmbed (comme un document PDF incrusté), sauf provenant des domaines autorisés listés ci-après.'; $a->strings['Trusted third-party domains'] = 'Domaines tierce-partie de confiance'; @@ -1195,9 +1325,9 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Activer c $a->strings['Global directory URL'] = 'URL de l\'annuaire global'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL de l\'annuaire global. Si ce champ n\'est pas défini, l\'annuaire global sera complètement indisponible pour l\'application.'; $a->strings['Private posts by default for new users'] = 'Publications privées par défaut pour les nouveaux utilisateurs'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Rendre les publications de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde.'; -$a->strings['Don\'t include post content in email notifications'] = 'Ne pas inclure le contenu posté dans l\'e-mail de notification'; -$a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Ne pas inclure le contenu de publication/commentaire/message privé/etc dans l\'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité.'; +$a->strings['Set default post permissions for all new members to the default privacy circle rather than public.'] = 'Rendre les publications de tous les nouveaux utilisateurs accessibles seulement par le cercle de contacts par défaut, et non par tout le monde.'; +$a->strings['Don\'t include post content in email notifications'] = 'Ne pas inclure le contenu de la publication dans le courriel de notification'; +$a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Ne pas inclure le contenu d\'un(e) publication/commentaire/message privé/etc dans le courriel de notification qui est envoyé à partir du site, par mesure de confidentialité.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Interdire l’accès public pour les greffons listées dans le menu apps.'; $a->strings['Checking this box will restrict addons listed in the apps menu to members only.'] = 'Cocher cette case restreint la liste des greffons dans le menu des applications seulement aux membres.'; $a->strings['Don\'t embed private images in posts'] = 'Ne pas miniaturiser les images privées dans les publications'; @@ -1206,22 +1336,32 @@ $a->strings['Explicit Content'] = 'Contenu adulte'; $a->strings['Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page.'] = 'Activez cette option si votre site est principalement utilisé pour publier du contenu adulte. Cette information est publique et peut être utilisée pour filtrer votre site dans le répertoire de site global. Elle est également affichée sur la page d\'inscription.'; $a->strings['Proxify external content'] = 'Faire transiter le contenu externe par un proxy'; $a->strings['Route external content via the proxy functionality. This is used for example for some OEmbed accesses and in some other rare cases.'] = 'Dirige le contenu externe par la fonctionnalité proxy. Cela est utilisé par exemple pour certains accès OEmbed et dans certains autres cas rares.'; +$a->strings['Only local search'] = 'Recherche locale uniquement'; +$a->strings['Blocks search for users who are not logged in to prevent crawlers from blocking your system.'] = 'Bloque la recherche pour les utilisateurs non connectés afin d\'éviter aux robot d\'indexation de bloquer votre système.'; +$a->strings['Blocked tags for trending tags'] = 'Tags bloqués pour les tendances'; +$a->strings['Comma separated list of hashtags that shouldn\'t be displayed in the trending tags.'] = 'Liste de tags, séparés par des virgules, qui ne seront pas affichés dans les tendances.'; $a->strings['Cache contact avatars'] = 'Mettre en cache les avatars des contacts'; $a->strings['Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance.'] = 'Stocker localement les images d\'avatar des contacts. Cela utilise beaucoup d\'espace disque mais améliore les performances.'; $a->strings['Allow Users to set remote_self'] = 'Autoriser les utilisateurs à définir remote_self'; $a->strings['With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream.'] = 'Cocher cette case, permet à chaque utilisateur de marquer chaque contact comme un remote_self dans la boîte de dialogue de réparation des contacts. Activer cette fonction à un contact engendre la réplique de toutes les publications d\'un contact dans le flux d\'activités des utilisateurs.'; +$a->strings['Adjust the feed poll frequency'] = 'Régler la fréquence d\'interrogation'; +$a->strings['Automatically detect and set the best feed poll frequency.'] = 'Détecte automatiquement et défini la meilleure fréquence d\'interrogation.'; +$a->strings['Minimum poll interval'] = 'Intervalle minimum de requêtage'; +$a->strings['Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59.'] = 'Temps minimum entre deux requêtages en minutes pour les courriels et les contacts. Les valeurs raisonnables sont entre 1 et 59.'; $a->strings['Enable multiple registrations'] = 'Autoriser les comptes multiples'; $a->strings['Enable users to register additional accounts for use as pages.'] = 'Permet aux utilisateurs d\'enregistrer des comptes supplémentaires pour être utilisés comme pages.'; $a->strings['Enable OpenID'] = 'Activer OpenID'; $a->strings['Enable OpenID support for registration and logins.'] = 'Permet l\'utilisation d\'OpenID pour l\'enregistrement de compte et l\'identification.'; -$a->strings['Enable Fullname check'] = 'Forcer l\'utilisation de noms complets'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Oblige les utilisateurs à include au moins un espace dans leur nom d\'usage comme entre un prénom et un nom de famille.'; +$a->strings['Enable full name check'] = 'Activer la vérification du nom complet'; +$a->strings['Prevents users from registering with a display name with fewer than two parts separated by spaces.'] = 'Empêche les utilisateurs de s\'enregistrer avec un nom d\'affichage n\'ayant pas au minimum 2 parties séparées par des espaces.'; $a->strings['Email administrators on new registration'] = 'Envoyer un courriel aux administrateurs lors d\'une nouvelle inscription'; $a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Si activé et que le système est défini à une inscription ouverte, un courriel sera envoyé pour chaque nouvelle inscription aux administrateurs.'; $a->strings['Community pages for visitors'] = 'Affichage de la page communauté pour les utilisateurs anonymes'; $a->strings['Which community pages should be available for visitors. Local users always see both pages.'] = 'Quelles pages communauté sont disponibles pour les utilisateurs anonymes.'; -$a->strings['Posts per user on community page'] = 'Nombre de publications par utilisateur sur la page de la communauté (n\'est pas valide pour '; -$a->strings['The maximum number of posts per user on the community page. (Not valid for "Global Community")'] = 'Le nombre maximum de publications par auteur par page dans le flux communautaire local.'; +$a->strings['Posts per user on community page'] = 'Nombre de publications par utilisateur sur la page de la communauté'; +$a->strings['The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page.'] = 'Nombre maximum de publications par utilisateur sur la page de communauté locale. Utile lorsqu\'un seul utilisateur inonde la page de communauté locale.'; +$a->strings['Posts per server on community page'] = 'Publications par serveur sur la page Communauté'; +$a->strings['The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page.'] = 'Nombre maximum de publications par serveur sur la page de communauté globale. Utile lorsque les publications d\'un seul serveur inonde la page de communauté globale.'; $a->strings['Enable Mail support'] = 'Activer la prise en charge e-mail'; $a->strings['Enable built-in mail support to poll IMAP folders and to reply via mail.'] = 'Permet de se connecter à un compte IMAP et de répondre directement aux e-mails via Friendica.'; $a->strings['Mail support can\'t be enabled because the PHP IMAP module is not installed.'] = 'La prise en charge e-mail requiert le module PHP IMAP pour être activée.'; @@ -1243,18 +1383,20 @@ $a->strings['Maximum system load before delivery and poll processes are deferred $a->strings['Minimal Memory'] = 'Mémoire minimum'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'Mémoire libre minimale pour les tâches de fond (en Mo). Requiert l\'accès à /proc/meminfo. La valeur par défaut est 0 (désactivé).'; $a->strings['Periodically optimize tables'] = 'Optimizer les tables régulièrement'; -$a->strings['Periodically optimize tables like the cache and the workerqueue'] = 'Optimize régulièrement certaines tables de base de données très utilisées comme cache, locks, session, ou workerqueue.'; +$a->strings['Periodically optimize tables like the cache and the workerqueue'] = 'Optimise régulièrement certaines tables de base de données très utilisées comme cache, locks, session, ou workerqueue.'; $a->strings['Discover followers/followings from contacts'] = 'Découvrir la liste de contacts des contacts'; $a->strings['If enabled, contacts are checked for their followers and following contacts.'] = 'Si activé, ce serveur collecte la liste d\'abonnés et d\'abonnements des contacts suivants.'; $a->strings['None - deactivated'] = 'Aucun - désactivé'; $a->strings['Local contacts - contacts of our local contacts are discovered for their followers/followings.'] = 'Contacts locaux : Les contacts des utilisateurs de ce serveur'; $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interagisseurs : Les contacts des utilisateurs de ce serveur et les contacts qui ont intéragit avec les conversations dont ce serveur a connaissance.'; +$a->strings['Only update contacts/servers with local data'] = 'Mettre a jour que les contacts/serveurs ayant des données locales'; +$a->strings['If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system.'] = 'Si activé, le système ne recherchera que les modifications apportées aux contacts et aux serveurs qui se sont engagés dans ce système, soit parce qu\'ils figurent dans la liste de contacts d\'un utilisateur, soit parce que des messages ou des commentaires ont été publiés par le contact sur ce système.'; $a->strings['Synchronize the contacts with the directory server'] = 'Synchroniser les contacts avec l\'annuaire distant'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Active l\'ajout de nouveaux contacts depuis l\'annuaire distant choisi.'; -$a->strings['Days between requery'] = 'Nombre de jours entre les requêtes'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Nombre de jours avant qu\'une requête de contacts soient envoyée à nouveau à un serveur.'; $a->strings['Discover contacts from other servers'] = 'Découvrir des contacts des autres serveurs'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Récupère périodiquement la liste des contacts connus par les serveurs distants. Concerne les serveurs Friendica, Mastodon et Hubzilla seulement.'; +$a->strings['Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load.'] = 'Le système interroge périodiquement d\'autres serveurs (Friendica, Mastodon et Hubzilla) pour connaître les contacts et les serveurs qu\'ils connaissent. Désactivez-le sur les petites machines pour réduire la taille et la charge de la base de données.'; +$a->strings['Days between requery'] = 'Nombre de jours entre les requêtes'; +$a->strings['Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated.'] = 'Nombre de jours après lesquels un serveur est interrogé sur ses contacts et les serveurs qu\'il connaît. Ce paramètre n\'est utilisé que lorsque la découverte est activée.'; $a->strings['Search the local directory'] = 'Chercher dans le répertoire local'; $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.'] = 'Cherche dans le répertoire local au lieu du répertoire local. Quand une recherche locale est effectuée, la même recherche est effectuée dans le répertoire global en tâche de fond. Cela améliore les résultats de la recherche si elle est réitérée.'; $a->strings['Publish server information'] = 'Publier les informations du serveur'; @@ -1262,7 +1404,7 @@ $a->strings['If enabled, general server and usage data will be published. The da $a->strings['Check upstream version'] = 'Mises à jour'; $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.'] = 'Permet de vérifier la présence de nouvelles versions de Friendica sur github. Si une nouvelle version est disponible, vous recevrez une notification dans l\'interface d\'administration.'; $a->strings['Suppress Tags'] = 'Masquer les tags'; -$a->strings['Suppress showing a list of hashtags at the end of the posting.'] = 'Ne pas afficher la liste des hashtags à la fin d’un message.'; +$a->strings['Suppress showing a list of hashtags at the end of the posting.'] = 'Ne pas afficher la liste des tags à la fin d’un message.'; $a->strings['Clean database'] = 'Nettoyer la base de données'; $a->strings['Remove old remote items, orphaned database records and old content from some other helper tables.'] = 'Supprime les conversations distantes anciennes, les enregistrements orphelins et le contenu obsolète de certaines tables de débogage.'; $a->strings['Lifespan of remote items'] = 'Durée de vie des conversations distantes'; @@ -1275,29 +1417,63 @@ $a->strings['Maximum numbers of comments per post'] = 'Nombre maximum de comment $a->strings['How much comments should be shown for each post? Default value is 100.'] = 'Combien de commentaires doivent être affichés pour chaque publication? Valeur par défaut: 100.'; $a->strings['Maximum numbers of comments per post on the display page'] = 'Nombre maximum de commentaires par conversation dans leur page dédié (/display)'; $a->strings['How many comments should be shown on the single view for each post? Default value is 1000.'] = 'Valeur par défaut : 1 000.'; +$a->strings['Items per page'] = 'Éléments par page'; +$a->strings['Number of items per page in stream pages (network, community, profile/contact statuses, search).'] = 'Nombre d\'éléments par page (concerne les pages Réseau, Communauté, Statuts de profil/contact, Recherche)'; +$a->strings['Items per page for mobile devices'] = 'Éléments par page pour les appareils mobiles'; +$a->strings['Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices.'] = 'Nombre d\'éléments par page pour les appareils mobiles (concerne les pages Réseau, Communauté, Statuts de profil/contact, Recherche)'; $a->strings['Temp path'] = 'Chemin des fichiers temporaires'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Si vous n\'avez pas la possibilité d\'avoir accès au répertoire temp, entrez un autre répertoire ici.'; -$a->strings['Only search in tags'] = 'Rechercher seulement dans les étiquettes'; +$a->strings['Only search in tags'] = 'Rechercher seulement dans les tags'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'La recherche textuelle peut ralentir considérablement les systèmes de grande taille.'; -$a->strings['Generate counts per contact group when calculating network count'] = 'Générer des comptes par groupe de contacts lors du calcul du nombre de réseaux.'; -$a->strings['On systems with users that heavily use contact groups the query can be very expensive.'] = 'Sur les systèmes avec des utilisateurs utilisant extensivement les groupes de contacts, cette requête peut être très coûteuse.'; -$a->strings['Maximum number of parallel workers'] = 'Nombre maximum de processus simultanés'; +$a->strings['Generate counts per contact circle when calculating network count'] = 'Générer les comptes par cercle de contacts lors du calcul du nombre de réseaux.'; +$a->strings['On systems with users that heavily use contact circles the query can be very expensive.'] = 'Sur les systèmes avec des utilisateurs utilisant fortement les cercles de contact, cette requête peut être très coûteuse.'; +$a->strings['Process "view" activities'] = 'Traiter les activités "view"'; +$a->strings['"view" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system.'] = 'Les activités "view" sont principalement gérées par les systèmes Peertube. Par défaut, elles ne sont pas traitées pour des raisons de performance. N\'activez cette option que sur un système performant.'; +$a->strings['Days, after which a contact is archived'] = 'Nombre de jours après lesquels un contact est archivé'; +$a->strings['Number of days that we try to deliver content or to update the contact data before we archive a contact.'] = 'Nombre de jours pendant lesquels nous essayons d\'envoyer du contenu ou de mettre à jour les données d\'un contact avant d\'archiver celui-ci.'; +$a->strings['Maximum number of parallel workers'] = 'Nombre maximum de tâche de fond simultanés'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'Sur un hébergement partagé, mettez %d. Sur des serveurs plus puissants, %d est optimal. La valeur par défaut est %d.'; +$a->strings['Maximum load for workers'] = 'Charge maximum pour les tâches de fond'; +$a->strings['Maximum load that causes a cooldown before each worker function call.'] = 'Génère un délai d\'attente si une tache de fond atteint la charge maximale. '; $a->strings['Enable fastlane'] = 'Activer la file prioritaire'; -$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'La file prioritaire est un ouvrier additionel démarré quand des tâches de fondde grande importance sont bloquées par des tâches de moindre importance dans la file d\'attente.'; +$a->strings['When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.'] = 'Lorsqu\'il est activé, le mécanisme de file prioritaire démarre une tâche de fond additionnelle quand des tâches de fond de haute priorité sont bloquées par des tâches de moindre priorité.'; +$a->strings['Decoupled receiver'] = 'Récepteur découplé'; +$a->strings['Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems.'] = 'Découple les messages ActivityPub entrants en les traitant en arrière-plan par l\'intermédiaire d\'une tâche de fond. N\'activez cette option que sur les systèmes rapides.'; +$a->strings['Cron interval'] = 'Intervalle du cron'; +$a->strings['Minimal period in minutes between two calls of the "Cron" worker job.'] = 'Durée minimale entre deux appels de la tâche "Cron"'; +$a->strings['Worker defer limit'] = 'Limite de report d\'une tâche de fond'; +$a->strings['Per default the systems tries delivering for 15 times before dropping it.'] = 'Par défaut, le système tente d\'effectuer un livraison 15 fois avant d\'abandonner.'; +$a->strings['Worker fetch limit'] = 'Limite de récupération des tâches'; +$a->strings['Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system.'] = 'Nombre de tâches de fond récupérées en une seule requête. Des valeurs plus élevées devraient augmenter les performances, des valeurs trop élevées les diminueront très probablement. Ne modifiez ces valeurs que lorsque vous savez comment mesurer les performances de votre système.'; $a->strings['Direct relay transfer'] = 'Relai direct'; $a->strings['Enables the direct transfer to other servers without using the relay servers'] = 'Soumet les conversations publiques aux serveurs distants sans passer par le serveur relai.'; $a->strings['Relay scope'] = 'Filtre du relai'; $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.'] = '"Tous" signifie que toutes les conversations publiques en provenance du relai sont acceptées. "Tags" signifie que seules les conversations comportant les tags suivants sont acceptées.'; $a->strings['Disabled'] = 'Désactivé'; $a->strings['all'] = 'Tous'; -$a->strings['tags'] = 'Tags'; +$a->strings['tags'] = 'tags'; $a->strings['Server tags'] = 'Tags de filtre du relai'; $a->strings['Comma separated list of tags for the "tags" subscription.'] = 'Liste séparée par des virgules de tags exclusivement autorisés en provenance des relais.'; $a->strings['Deny Server tags'] = 'Tags refusés'; $a->strings['Comma separated list of tags that are rejected.'] = 'Liste séparée par des virgules de tags refusés en provenance des relais.'; $a->strings['Allow user tags'] = 'Inclure les tags des utilisateurs'; -$a->strings['If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".'] = 'ajoute les tags des recherches enregistrées des utilisateurs aux tags exclusivement autorisés en provenance des relais.'; +$a->strings['If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".'] = 'Ajoute les tags des recherches enregistrées des utilisateurs aux tags exclusivement autorisés en provenance des relais.'; +$a->strings['Deny undetected languages'] = 'Refuser les langues non détectées'; +$a->strings['If enabled, posts with undetected languages will be rejected.'] = 'Si actif, les publications avec des langues non détectées seront rejetés.'; +$a->strings['Language Quality'] = 'Qualité de la langue'; +$a->strings['The minimum language quality that is required to accept the post.'] = 'La qualité de la langue minimale requise pour accepter la publication.'; +$a->strings['Number of languages for the language detection'] = 'Nombre de langues pour la détection la de langue'; +$a->strings['The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected.'] = 'Le système détecte une liste de langues par publication. La publication n\'est acceptée que si les langues souhaitées figurent dans la liste. Plus le nombre est élevé, plus le nombre de publications détectées à tort est important.'; +$a->strings['Maximum age of channel'] = 'Age maximal d\'une chaîne'; +$a->strings['This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance.'] = 'Ceci définit l\'âge maximum en heures des éléments qui doivent être affichés dans les chaînes. Cela affecte les performances des chaînes.'; +$a->strings['Maximum number of channel posts'] = 'Nombre maximum de publications sur une chaîne'; +$a->strings['For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels.'] = 'Pour des raisons de performance, les chaînes utilisent une table dédiée pour stocker le contenu. Plus la valeur est élevée, plus les chaînes sont lentes.'; +$a->strings['Interaction score days'] = 'Intervalle pour le score d\'interaction'; +$a->strings['Number of days that are used to calculate the interaction score.'] = 'Nombre de jours utilisés pour calculer le score d\'interaction.'; +$a->strings['Maximum number of posts per author'] = 'Nombre maximum de publications par auteur'; +$a->strings['Maximum number of posts per page by author if the contact frequency is set to "Display only few posts". If there are more posts, then the post with the most interactions will be displayed.'] = 'Nombre maximum de publication par page par auteur si la fréquence de contact est réglée sur "Afficher quelques publications". S\'il y a plus de publications, les publications ayant le plus d\'interactions seront affichées.'; +$a->strings['Sharer interaction days'] = 'Intervalle d\'interaction de partageurs'; +$a->strings['Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.'] = 'Nombre de jours depuis la dernière interaction, utilisé pour définir les partageurs utilisés pour la chaîne "Partageurs de partageurs".'; $a->strings['Start Relocation'] = 'Démarrer le déménagement'; $a->strings['Storage backend, %s is invalid.'] = 'Le moteur de stockage %s est invalide.'; $a->strings['Storage backend %s error: %s'] = 'Moteur de stockage %s erreur : %s'; @@ -1309,6 +1485,7 @@ $a->strings['Save & Use storage backend'] = 'Enregistrer et utiliser ce moteur d $a->strings['Use storage backend'] = 'Utiliser ce moteur de stockage'; $a->strings['Save & Reload'] = 'Enregistrer et recharger'; $a->strings['This backend doesn\'t have custom settings'] = 'Ce moteur de stockage n\'offre pas de paramètres personnalisés.'; +$a->strings['Changing the current backend is prohibited because it is set by an environment variable'] = 'Il n\'est pas possible de changer le moteur de stockage car il est configuré avec une variable d\'environnement.'; $a->strings['Database (legacy)'] = 'Base de donnée (historique)'; $a->strings['Template engine (%s) error: %s'] = 'Moteur de template (%s) erreur : %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.
    '] = '
    Votre base de donnée comporte des tables MYISAM. Vous devriez changer pour InnoDB car il est prévu d\'utiliser des fonctionnalités spécifiques à InnoDB à l\'avenir. Veuillez consulter ce guide de conversion pour mettre à jour votre base de donnée. Vous pouvez également exécuter la commande php bin/console.php dbstructure toinnodb à la racine de votre répertoire Friendica pour une conversion automatique.'; @@ -1318,13 +1495,11 @@ $a->strings['There is a new version of Friendica available for download. Your cu $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.'] = 'La mise à jour automatique de la base de donnée a échoué. Veuillez exécuter la commande php bin/console.php dbstructure update depuis votre répertoire Friendica et noter les erreurs potentielles.'; $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.)'] = 'La dernière mise à jour a échoué. Merci d\'exécuter "php bin/console.php dbstructure update" depuis la ligne de commandes et de surveiller les erreurs qui pourraient survenir (Certaines erreurs pourraient être dans le fichier journal).'; $a->strings['The system.url entry is missing. This is a low level setting and can lead to unexpected behavior. Please add a valid entry as soon as possible in the config file or per console command!'] = 'L\'entrée system.url est manquante. Il s\'agit d\'un paramètre bas niveau qui peut conduire à un comportement non attendu. Merci d\'ajouter une entrée valide dès que possible dans le fichier de configuration ou via la console de commandes !'; -$a->strings['The worker was never executed. Please check your database structure!'] = 'Le \'worker\' n\'a pas encore été exécuté. Vérifiez la structure de votre base de données.'; -$a->strings['The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings.'] = 'La dernière exécution du \'worker\' s\'est déroulée à %s, c\'est-à-dire il y a plus d\'une heure. Vérifiez les réglages de crontab.'; +$a->strings['The worker was never executed. Please check your database structure!'] = 'La tâche de fond n\'a pas encore été exécutée. Vérifiez la structure de votre base de données.'; +$a->strings['The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings.'] = 'La dernière exécution de la tâche de fond s\'est déroulée à %s, c\'est-à-dire il y a plus d\'une heure. Vérifiez les réglages de crontab.'; $a->strings['Friendica\'s configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition.'] = 'La configuration de votre site Friendica est maintenant stockée dans le fichier config/local.config.php, veuillez copier le fichier config/local-sample.config.php et transférer votre configuration depuis le fichier .htconfig.php. Veuillez consulter la page d\'aide de configuration (en anglais) pour vous aider dans la 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.'] = 'La configuration de votre site Friendica est maintenant stockée dans le fichier config/local.config.php, veuillez copier le fichier config/local-sample.config.php et transférer votre configuration depuis le fichier config/local.ini.php. Veuillez consulter la page d\'aide de configuration (en anglais) pour vous aider dans la 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 n\'est pas accessible sur votre site. C\'est un problème de configuration sévère qui empêche toute communication avec les serveurs distants. Veuillez consulter la page d\'aide à l\'installation (en anglais) pour plus d\'information.'; -$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Le fichier journal \'%s\' n\'est pas utilisable. Pas de journalisation possible (erreur \'%s\')'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Le fichier journal de débogage "%s" n\'existe pas ou n\'est pas accessible en écriture. Journalisation désactivée (erreur : "%s")'; $a->strings['Friendica\'s system.basepath was updated from \'%s\' to \'%s\'. Please remove the system.basepath from your db to avoid differences.'] = 'Le system.basepath de Friendica a été mis à jour de \'%s\' à \'%s\'. Merci de supprimer le system.basepath de votre base de données pour éviter des différences.'; $a->strings['Friendica\'s current system.basepath \'%s\' is wrong and the config file \'%s\' isn\'t used.'] = 'Le system.basepath actuel de Friendica, \'%s\' est erroné et le fichier de configuration \'%s\' n\'est pas utilisé.'; $a->strings['Friendica\'s current system.basepath \'%s\' is not equal to the config file \'%s\'. Please fix your configuration.'] = 'Le system.basepath \'%s\' actuel de Friendica n\'est pas le même que le fichier de configuration \'%s\'. Merci de corriger votre configuration.'; @@ -1366,7 +1541,7 @@ $a->strings['Applications'] = 'Applications'; $a->strings['Item was not found.'] = 'Element introuvable.'; $a->strings['Please login to continue.'] = 'Merci de vous connecter pour continuer.'; $a->strings['You don\'t have access to administration pages.'] = 'Vous n\'avez pas accès aux pages d\'administration'; -$a->strings['Submanaged account can\'t access the administration pages. Please log back in as the main account.'] = 'Les comptes sous-traités ne peuvent accéder aux pages d\'administration. Veuillez vous identifier avec votre compte principal à la place.'; +$a->strings['Submanaged account can\'t access the administration pages. Please log back in as the main account.'] = 'Les comptes sous-gérés ne peuvent accéder aux pages d\'administration. Veuillez vous identifier avec votre compte principal à la place.'; $a->strings['Overview'] = 'Synthèse'; $a->strings['Configuration'] = 'Configuration'; $a->strings['Additional features'] = 'Fonctions supplémentaires'; @@ -1394,10 +1569,13 @@ $a->strings['Weekly posting limit of %d post reached. The post was rejected.'] = 2 => 'Limite hebdomadaire de %d publications atteinte, votre soumission a été rejetée.', ]; $a->strings['Monthly posting limit of %d post reached. The post was rejected.'] = [ - 0 => 'La limite du nombre de publications de %d publication a été atteinte. La publication a été refusée.', - 1 => 'La limite du nombre de publications de %d publications a été atteinte. La publication a été refusée.', - 2 => 'La limite du nombre de publications de %d publication a été atteinte. La publication a été refusée.', + 0 => 'La limite mensuelle de %d publication a été atteinte. La publication a été refusée.', + 1 => 'La limite mensuelle de %d publications a été atteinte. La publication a été refusée.', + 2 => 'La limite mensuelle de %d publications a été atteinte. La publication a été refusée.', ]; +$a->strings['You don\'t have access to moderation pages.'] = 'Vous n\'avez pas accès aux pages de modération.'; +$a->strings['Submanaged account can\'t access the moderation pages. Please log back in as the main account.'] = 'Les comptes sous-gérés ne peuvent accéder aux pages de modération. Veuillez vous identifier avec votre compte principal à la place.'; +$a->strings['Reports'] = 'Signalements'; $a->strings['Users'] = 'Utilisateurs'; $a->strings['Tools'] = 'Outils'; $a->strings['Contact Blocklist'] = 'Liste de contacts bloqués'; @@ -1411,14 +1589,20 @@ $a->strings['Scheduled Posts'] = 'Publications programmées'; $a->strings['Posts that are scheduled for publishing'] = 'Publications programmées à l\'avance'; $a->strings['Tips for New Members'] = 'Conseils aux nouveaux venus'; $a->strings['People Search - %s'] = 'Recherche de personne - %s'; -$a->strings['Forum Search - %s'] = 'Recherche de Forum - %s'; +$a->strings['Group Search - %s'] = 'Recherche de groupe - %s'; $a->strings['No matches'] = 'Aucune correspondance'; +$a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ + 0 => '%d résultat a été filtré car votre nœud bloque le domaine sur lequel il est enregistré. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos.', + 1 => '%d résultats ont été filtrés car votre nœud bloque le domaine sur lequel ils sont enregistrés. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos.', + 2 => '%d résultats ont été filtrés car votre nœud bloque le domaine sur lequel ils sont enregistrés. Vous pouvez voir la liste des domaines que votre nœud bloque dans la page A propos.', +]; $a->strings['Account'] = 'Compte'; $a->strings['Two-factor authentication'] = 'Authentification à deux facteurs'; $a->strings['Display'] = 'Affichage'; $a->strings['Social Networks'] = 'Réseaux sociaux'; $a->strings['Manage Accounts'] = 'Gérer vos comptes'; $a->strings['Connected apps'] = 'Applications connectées'; +$a->strings['Remote servers'] = 'Serveurs distants'; $a->strings['Export personal data'] = 'Exporter'; $a->strings['Remove account'] = 'Supprimer le compte'; $a->strings['This page is missing a url parameter.'] = 'Il manque un paramètre d\'URL à cette adresse.'; @@ -1445,6 +1629,29 @@ $a->strings['Events'] = 'Évènements'; $a->strings['View'] = 'Vue'; $a->strings['Create New Event'] = 'Créer un nouvel évènement'; $a->strings['list'] = 'liste'; +$a->strings['Could not create circle.'] = 'Impossible de créer le cercle.'; +$a->strings['Circle not found.'] = 'Cercle introuvable.'; +$a->strings['Circle name was not changed.'] = 'Le nom du cercle n\'a pas été modifié.'; +$a->strings['Unknown circle.'] = 'Cercle inconnu.'; +$a->strings['Contact not found.'] = 'Contact introuvable.'; +$a->strings['Invalid contact.'] = 'Contact invalide.'; +$a->strings['Contact is deleted.'] = 'Le contact a été supprimé.'; +$a->strings['Unable to add the contact to the circle.'] = 'Impossible d\'ajouter le contact au cercle.'; +$a->strings['Contact successfully added to circle.'] = 'Le contact a été ajouté au cercle.'; +$a->strings['Unable to remove the contact from the circle.'] = 'Impossible de retirer le contact du cercle.'; +$a->strings['Contact successfully removed from circle.'] = 'Le contact a été retiré du cercle.'; +$a->strings['Bad request.'] = 'Requête invalide.'; +$a->strings['Save Circle'] = 'Enregistrer le cercle'; +$a->strings['Filter'] = 'Filtre'; +$a->strings['Create a circle of contacts/friends.'] = 'Créer un cercle de contacts/amis.'; +$a->strings['Unable to remove circle.'] = 'Impossible de supprimer le cercle.'; +$a->strings['Delete Circle'] = 'Supprimer le Cercle'; +$a->strings['Edit Circle Name'] = 'Modifier le Nom du Cercle'; +$a->strings['Members'] = 'Membres'; +$a->strings['Circle is empty'] = 'Le cercle est vide'; +$a->strings['Remove contact from circle'] = 'Retirer ce contact du cercle'; +$a->strings['Click on a contact to add or remove.'] = 'Cliquez sur un contact pour l\'ajouter ou le supprimer.'; +$a->strings['Add contact to circle'] = 'Ajouter ce contact au cercle'; $a->strings['%d contact edited.'] = [ 0 => '%d contact mis à jour.', 1 => '%d contacts mis à jour.', @@ -1457,19 +1664,19 @@ $a->strings['Blocked'] = 'Bloqués'; $a->strings['Only show blocked contacts'] = 'Ne montrer que les contacts bloqués'; $a->strings['Ignored'] = 'Ignorés'; $a->strings['Only show ignored contacts'] = 'Ne montrer que les contacts ignorés'; -$a->strings['Collapsed'] = 'Fusionnés'; -$a->strings['Only show collapsed contacts'] = 'N\'afficher que les contacts fusionnés'; +$a->strings['Collapsed'] = 'Réduits'; +$a->strings['Only show collapsed contacts'] = 'N\'afficher que les contacts réduits'; $a->strings['Archived'] = 'Archivés'; $a->strings['Only show archived contacts'] = 'Ne montrer que les contacts archivés'; $a->strings['Hidden'] = 'Cachés'; $a->strings['Only show hidden contacts'] = 'Ne montrer que les contacts masqués'; -$a->strings['Organize your contact groups'] = 'Organisez vos groupes de contacts'; +$a->strings['Organize your contact circles'] = 'Organisez vos cercles de contact'; $a->strings['Search your contacts'] = 'Rechercher dans vos contacts'; $a->strings['Results for: %s'] = 'Résultats pour : %s'; $a->strings['Update'] = 'Mises à jour'; $a->strings['Unblock'] = 'Débloquer'; $a->strings['Unignore'] = 'Ne plus ignorer'; -$a->strings['Uncollapse'] = 'Dé-fusionner'; +$a->strings['Uncollapse'] = 'Ne plus réduire'; $a->strings['Batch Actions'] = 'Actions multiples'; $a->strings['Conversations started by this contact'] = 'Conversations entamées par ce contact'; $a->strings['Posts and Comments'] = 'Publications et commentaires'; @@ -1483,7 +1690,6 @@ $a->strings['you are a fan of'] = 'Vous le/la suivez'; $a->strings['Pending outgoing contact request'] = 'Demande d\'abonnement distant en attente'; $a->strings['Pending incoming contact request'] = 'Demande d\'abonnement à votre compte en attente'; $a->strings['Visit %s\'s profile [%s]'] = 'Visiter le profil de %s [%s]'; -$a->strings['Contact not found.'] = 'Contact introuvable.'; $a->strings['Contact update failed.'] = 'Impossible d\'appliquer les réglages.'; $a->strings['Return to contact editor'] = 'Retour à l\'éditeur de contact'; $a->strings['Name'] = 'Nom'; @@ -1491,7 +1697,6 @@ $a->strings['Account Nickname'] = 'Pseudo du compte'; $a->strings['Account URL'] = 'URL du compte'; $a->strings['Poll/Feed URL'] = 'Téléverser des photos'; $a->strings['New photo from this URL'] = 'Nouvelle photo depuis cette URL'; -$a->strings['Invalid contact.'] = 'Contact invalide.'; $a->strings['No known contacts.'] = 'Aucun contact connu.'; $a->strings['No common contacts.'] = 'Aucun contact en commun.'; $a->strings['Follower (%s)'] = [ @@ -1530,7 +1735,7 @@ $a->strings['OStatus support is disabled. Contact can\'t be added.'] = 'Le suppo $a->strings['Please answer the following:'] = 'Merci de répondre à ce qui suit :'; $a->strings['Your Identity Address:'] = 'Votre adresse d\'identité :'; $a->strings['Profile URL'] = 'URL du Profil'; -$a->strings['Tags:'] = 'Étiquette :'; +$a->strings['Tags:'] = 'Tags :'; $a->strings['%s knows you'] = '%s vous connaît'; $a->strings['Add a personal note:'] = 'Ajouter une note personnelle :'; $a->strings['Posts and Replies'] = 'Publications et réponses'; @@ -1543,12 +1748,13 @@ $a->strings['Contact has been unblocked'] = 'Le contact n\'est plus bloqué'; $a->strings['Contact has been blocked'] = 'Le contact a été bloqué'; $a->strings['Contact has been unignored'] = 'Le contact n\'est plus ignoré'; $a->strings['Contact has been ignored'] = 'Le contact a été ignoré'; -$a->strings['Contact has been uncollapsed'] = 'Le contact a été dé-fusionné'; -$a->strings['Contact has been collapsed'] = 'Le contact a été fusionné'; +$a->strings['Contact has been uncollapsed'] = 'Le contact n\'est plus réduit'; +$a->strings['Contact has been collapsed'] = 'Le contact a été réduit'; $a->strings['You are mutual friends with %s'] = 'Vous êtes ami (et réciproquement) avec %s'; $a->strings['You are sharing with %s'] = 'Vous partagez avec %s'; $a->strings['%s is sharing with you'] = '%s partage avec vous'; $a->strings['Private communications are not available for this contact.'] = 'Les communications privées ne sont pas disponibles pour ce contact.'; +$a->strings['This contact is on a server you ignored.'] = 'Ce contact est sur un serveur que vous ignorez.'; $a->strings['Never'] = 'Jamais'; $a->strings['(Update was not successful)'] = '(Échec de la mise à jour)'; $a->strings['(Update was successful)'] = '(Mise à jour effectuée avec succès)'; @@ -1556,7 +1762,7 @@ $a->strings['Suggest friends'] = 'Suggérer des abonnements'; $a->strings['Network type: %s'] = 'Type de réseau %s'; $a->strings['Communications lost with this contact!'] = 'Communications perdues avec ce contact !'; $a->strings['Fetch further information for feeds'] = 'Chercher plus d\'informations pour les flux'; -$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.'] = 'Récupérer des informations comme les prévisualisations d\'images, les titres et les accroches depuis l\'élément du flux de discussion. Vous pouvez activer ceci si le flux ne contient pas beaucoup de texte. Les mots clés sont récupérés de la balise meta de l\'élément du flux de discussion et sont postées comme mots dièses.'; +$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.'] = 'Récupérer des informations comme les prévisualisations d\'images, les titres et les accroches depuis l\'élément du flux de discussion. Vous pouvez activer ceci si le flux ne contient pas beaucoup de texte. Les mots clés sont récupérés de la balise meta de l\'élément du flux de discussion et sont publiés comme tags.'; $a->strings['Fetch information'] = 'Récupérer informations'; $a->strings['Fetch keywords'] = 'Récupérer les mots-clés'; $a->strings['Fetch information and keywords'] = 'Récupérer informations'; @@ -1577,27 +1783,38 @@ $a->strings['Update now'] = 'Mettre à jour'; $a->strings['Awaiting connection acknowledge'] = 'En attente de confirmation d\'abonnement'; $a->strings['Currently blocked'] = 'Actuellement bloqué'; $a->strings['Currently ignored'] = 'Actuellement ignoré'; -$a->strings['Currently collapsed'] = 'Actuellement fusionné'; +$a->strings['Currently collapsed'] = 'Actuellement réduit'; $a->strings['Currently archived'] = 'Actuellement archivé'; +$a->strings['Manage remote servers'] = 'Gérer les serveurs distants'; $a->strings['Hide this contact from others'] = 'Cacher ce contact aux autres'; $a->strings['Replies/likes to your public posts may still be visible'] = 'Les réponses et "j\'aime" à vos publications publiques peuvent être toujours visibles'; $a->strings['Notification for new posts'] = 'Notification des nouvelles publications'; $a->strings['Send a notification of every new post of this contact'] = 'Envoyer une notification de chaque nouveau message en provenance de ce contact'; $a->strings['Keyword Deny List'] = 'Liste de mot-clefs interdits'; -$a->strings['Comma separated list of keywords that should not be converted to hashtags, when "Fetch information and keywords" is selected'] = 'Liste de mots-clés separés par des virgules qui ne doivent pas être converti en mots-dièse quand « Récupérer informations et mots-clés » est sélectionné.'; +$a->strings['Comma separated list of keywords that should not be converted to hashtags, when "Fetch information and keywords" is selected'] = 'Liste de mots-clés séparés par des virgules qui ne doivent pas être converti en tags lorsque « Récupérer informations et mots-clés » est sélectionné.'; $a->strings['Actions'] = 'Actions'; $a->strings['Status'] = 'Statut'; $a->strings['Mirror postings from this contact'] = 'Copier les publications de ce contact'; $a->strings['Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'] = 'Marquer ce contact comme étant remote_self, friendica republiera alors les nouvelles entrées de ce contact.'; +$a->strings['Channel Settings'] = 'Paramètres de Chaîne'; +$a->strings['Frequency of this contact in relevant channels'] = 'Fréquence de ce contact dans les chaînes pertinentes'; +$a->strings['Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don\'t want to see their content at all, but you don\'t want to block or hide the contact completely.'] = 'Selon le type de chaîne, les publications de ce contact ne seront pas toutes affichées. Par défaut, les publications ont besoins d\'avoir un minimum d\'interaction (commentaires, aimes) pour être visible dans vos chaînes. D\'un autre côté, il peut y avoir des contacts qui inondent la chaîne, vous souhaiteriez donc ne voir que certaines de ces publications. Ou vous souhaiteriez ne pas les voir du tout, sans pour autant bloquer ou masquer complètement le contact.'; +$a->strings['Default frequency'] = 'Fréquence par défaut'; +$a->strings['Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction.'] = 'Les publications de ce contact sont affichées dans la chaîne "Pour vous" si vous interagissez souvent avec ce contact ou si une publication atteint un certain niveau d\'interaction.'; +$a->strings['Display all posts of this contact'] = 'Afficher toutes les publications de ce contact'; +$a->strings['All posts from this contact will appear on the "for you" channel'] = 'Toutes les publications de ce contact apparaîtront dans la chaîne "Pour vous".'; +$a->strings['Display only few posts'] = 'Afficher quelques publications'; +$a->strings['When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'] = 'Lorsqu\'un contact créé beaucoup de publications en peu de temps, ce paramètre réduit le nombre de publications affichées dans chaque chaîne.'; +$a->strings['Never display posts'] = 'Afficher aucune publication'; +$a->strings['Posts from this contact will never be displayed in any channel'] = 'Les publications de ce contact n\'apparaîtront jamais dans les chaînes'; $a->strings['Refetch contact data'] = 'Récupérer à nouveau les données de contact'; $a->strings['Toggle Blocked status'] = '(dés)activer l\'état "bloqué"'; $a->strings['Toggle Ignored status'] = '(dés)activer l\'état "ignoré"'; -$a->strings['Toggle Collapsed status'] = 'Commuter le statut fusionné'; +$a->strings['Toggle Collapsed status'] = 'Commuter le statut réduit'; $a->strings['Revoke Follow'] = 'Révoquer le suivi'; $a->strings['Revoke the follow from this contact'] = 'Empêcher ce contact de vous suivre '; $a->strings['Bad Request.'] = 'Mauvaise requête.'; $a->strings['Unknown contact.'] = 'Contact inconnu.'; -$a->strings['Contact is deleted.'] = 'Le contact a été supprimé.'; $a->strings['Contact is being deleted.'] = 'Le contact est en cours de suppression.'; $a->strings['Follow was successfully revoked.'] = 'Le suivi a été révoqué avec succès.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Voulez-vous vraiment révoquer l\'abonnement de ce contact ? Cela ne peut être annulé et il devra se réabonner à vous manuellement.'; @@ -1608,29 +1825,18 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Le dé $a->strings['Disconnect/Unfollow'] = 'Se déconnecter/Ne plus suivre'; $a->strings['Contact was successfully unfollowed'] = 'Le contact n\'est maintenant plus suivi'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Impossible de ne plus suivre ce contact, merci de contacter votre administrateur'; +$a->strings['No results.'] = 'Aucun résultat.'; +$a->strings['Channel not available.'] = 'Chaîne non disponible.'; $a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Ce fil communautaire liste toutes les conversations publiques reçues par ce serveur. Elles ne reflètent pas nécessairement les opinions personelles des utilisateurs locaux.'; -$a->strings['Local Community'] = 'Communauté locale'; -$a->strings['Posts from local users on this server'] = 'Conversations publiques démarrées par des utilisateurs locaux'; -$a->strings['Global Community'] = 'Communauté globale'; -$a->strings['Posts from users of the whole federated network'] = 'Conversations publiques provenant du réseau fédéré global'; +$a->strings['Community option not available.'] = 'L\'option communauté n\'est pas disponible'; +$a->strings['Not available.'] = 'Indisponible.'; +$a->strings['No such circle'] = 'Cercle inexistant'; +$a->strings['Circle: %s'] = 'Cercle : %s'; +$a->strings['Error %d (%s) while fetching the timeline.'] = 'Erreur %d (%s) lors de la récupération du flux.'; +$a->strings['Network feed not available.'] = 'Flux du réseau non disponible.'; $a->strings['Own Contacts'] = 'Publications de vos propres contacts'; $a->strings['Include'] = 'Inclure'; $a->strings['Hide'] = 'Masquer'; -$a->strings['No results.'] = 'Aucun résultat.'; -$a->strings['Community option not available.'] = 'L\'option communauté n\'est pas disponible'; -$a->strings['Not available.'] = 'Indisponible.'; -$a->strings['No such group'] = 'Groupe inexistant'; -$a->strings['Group: %s'] = 'Group : %s'; -$a->strings['Latest Activity'] = 'Activité récente'; -$a->strings['Sort by latest activity'] = 'Trier par activité récente'; -$a->strings['Latest Posts'] = 'Dernières publications'; -$a->strings['Sort by post received date'] = 'Trier par date de réception'; -$a->strings['Latest Creation'] = 'Dernière création'; -$a->strings['Sort by post creation date'] = 'Trier par date de création des publications'; -$a->strings['Personal'] = 'Personnel'; -$a->strings['Posts that mention or involve you'] = 'Publications qui vous concernent'; -$a->strings['Starred'] = 'Mis en avant'; -$a->strings['Favourite Posts'] = 'Publications favorites'; $a->strings['Credits'] = 'Remerciements'; $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 est un projet communautaire, qui ne serait pas possible sans l\'aide de beaucoup de gens. Voici une liste de ceux qui ont contribué au code ou à la traduction de Friendica. Merci à tous!'; $a->strings['Formatted'] = 'Mis en page'; @@ -1701,11 +1907,6 @@ $a->strings['Output'] = 'Sortie'; $a->strings['Lookup address'] = 'Addresse de sondage'; $a->strings['Webfinger Diagnostic'] = 'Diagnostic Webfinger'; $a->strings['Lookup address:'] = 'Tester l\'adresse:'; -$a->strings['You are now logged in as %s'] = 'Vous êtes maintenant connecté en tant que %s'; -$a->strings['Switch between your accounts'] = 'Changer de compte'; -$a->strings['Manage your accounts'] = 'Gérér vos comptes'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer.'; -$a->strings['Select an identity to manage: '] = 'Choisir une identité à gérer: '; $a->strings['No entries (some entries may be hidden).'] = 'Aucune entrée (certaines peuvent être cachées).'; $a->strings['Find on this site'] = 'Trouver sur ce site'; $a->strings['Results for:'] = 'Résultats pour :'; @@ -1728,26 +1929,6 @@ $a->strings['Please visit Friendi.ca to learn m $a->strings['Bug reports and issues: please visit'] = 'Pour les rapports de bugs : rendez vous sur'; $a->strings['the bugtracker at github'] = 'le bugtracker sur GitHub'; $a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Suggestions, souhaits, etc. - merci d\'écrire à "info" at "friendi - dot - ca'; -$a->strings['Could not create group.'] = 'Impossible de créer le groupe.'; -$a->strings['Group not found.'] = 'Groupe introuvable.'; -$a->strings['Group name was not changed.'] = 'Le nom du groupe n\'a pas été modifié.'; -$a->strings['Unknown group.'] = 'Groupe inconnu.'; -$a->strings['Unable to add the contact to the group.'] = 'Erreur lors de l\'ajout du contact au groupe.'; -$a->strings['Contact successfully added to group.'] = 'Le contact a été ajouté au groupe.'; -$a->strings['Unable to remove the contact from the group.'] = 'Erreur lors du retrait du contact du groupe.'; -$a->strings['Contact successfully removed from group.'] = 'Le contact a été retiré du groupe.'; -$a->strings['Bad request.'] = 'Requête invalide.'; -$a->strings['Save Group'] = 'Sauvegarder le groupe'; -$a->strings['Filter'] = 'Filtre'; -$a->strings['Create a group of contacts/friends.'] = 'Créez un groupe de contacts/amis.'; -$a->strings['Unable to remove group.'] = 'Impossible d\'enlever le groupe.'; -$a->strings['Delete Group'] = 'Supprimer le groupe'; -$a->strings['Edit Group Name'] = 'Éditer le nom du groupe'; -$a->strings['Members'] = 'Membres'; -$a->strings['Group is empty'] = 'Groupe vide'; -$a->strings['Remove contact from group'] = 'Retirer ce contact du groupe'; -$a->strings['Click on a contact to add or remove.'] = 'Cliquez sur un contact pour l\'ajouter ou le supprimer.'; -$a->strings['Add contact to group'] = 'Ajouter ce contact au groupe'; $a->strings['No profile'] = 'Aucun profil'; $a->strings['Method Not Allowed.'] = 'Méthode non autorisée.'; $a->strings['Help:'] = 'Aide :'; @@ -1775,14 +1956,14 @@ $a->strings['For security reasons the password must not be empty'] = 'Pour des r $a->strings['Database Name'] = 'Nom de la base'; $a->strings['Please select a default timezone for your website'] = 'Sélectionner un fuseau horaire par défaut pour votre site'; $a->strings['Site settings'] = 'Réglages du site'; -$a->strings['Site administrator email address'] = 'Adresse électronique de l\'administrateur du site'; -$a->strings['Your account email address must match this in order to use the web admin panel.'] = 'Votre adresse électronique doit correspondre à celle-ci pour pouvoir utiliser l\'interface d\'administration.'; +$a->strings['Site administrator email address'] = 'Adresse de courriel de l\'administrateur du site'; +$a->strings['Your account email address must match this in order to use the web admin panel.'] = 'Votre adresse de courriel doit correspondre à celle-ci pour pouvoir utiliser l\'interface d\'administration.'; $a->strings['System Language:'] = 'Langue système :'; -$a->strings['Set the default language for your Friendica installation interface and to send emails.'] = 'Définit la langue par défaut pour l\'interface de votre instance Friendica et les mails envoyés.'; +$a->strings['Set the default language for your Friendica installation interface and to send emails.'] = 'Définit la langue par défaut pour l\'interface de votre instance Friendica et les courriels envoyés.'; $a->strings['Your Friendica site database has been installed.'] = 'La base de données de votre site Friendica a bien été installée.'; $a->strings['Installation finished'] = 'Installation terminée'; $a->strings['

    What next

    '] = '

    Ensuite

    '; -$a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the worker.'] = 'IMPORTANT: vous devrez ajouter [manuellement] une tâche planifiée pour le \'worker\'.'; +$a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the worker.'] = 'IMPORTANT: vous devrez ajouter [manuellement] une tâche planifiée pour la tâche de fond.'; $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.'] = 'Rendez-vous sur la page d\'inscription de votre nouveau nœud Friendica et inscrivez vous en tant que nouvel utilisateur. Rappelez-vous de bien utiliser la même adresse de courriel que celle que vous avez utilisée en tant qu\'adresse d\'administrateur. Cela vous permettra d\'accéder au panel d\'administration du site.'; $a->strings['Total invitation limit exceeded.'] = 'La limite d\'invitation totale est éxédée.'; $a->strings['%s : Not a valid email address.'] = '%s : Adresse de courriel invalide.'; @@ -1802,7 +1983,7 @@ $a->strings['Our apologies. This system is not currently configured to connect w $a->strings['Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks.'] = 'Les instances Friendica sont interconnectées pour créer un immense réseau social possédé et contrôlé par ses membres, et qui respecte leur vie privée. Ils peuvent aussi s\'interconnecter avec d\'autres réseaux sociaux traditionnels.'; $a->strings['To accept this invitation, please visit and register at %s.'] = 'Pour accepter cette invitation, rendez-vous sur %s et inscrivez-vous.'; $a->strings['Send invitations'] = 'Envoyer des invitations'; -$a->strings['Enter email addresses, one per line:'] = 'Entrez les adresses email, une par ligne :'; +$a->strings['Enter email addresses, one per line:'] = 'Entrez les adresses de courriel, une par ligne :'; $a->strings['You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.'] = 'Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social.'; $a->strings['You will need to supply this invitation code: $invite_code'] = 'Vous devrez fournir ce code d\'invitation : $invite_code'; $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Une fois inscrit, connectez-vous à la page de mon profil sur :'; @@ -1816,7 +1997,6 @@ $a->strings['Clear the location'] = 'Effacer la localisation'; $a->strings['Location services are unavailable on your device'] = 'Les services de localisation ne sont pas disponibles sur votre appareil'; $a->strings['Location services are disabled. Please check the website\'s permissions on your device'] = 'Les services de localisation sont désactivés pour ce site. Veuillez vérifier les permissions de ce site sur votre appareil/navigateur.'; $a->strings['You can make this page always open when you use the New Post button in the Theme Customization settings.'] = 'Vous pouvez faire en sorte que cette page s\'ouvre systématiquement quand vous utilisez le bouton "Nouvelle publication" dans les paramètres de personnalisation des thèmes.'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'L\'objet recherché n\'existe pas ou a été supprimé.'; $a->strings['The feed for this item is unavailable.'] = 'Le flux pour cet objet n\'est pas disponible.'; $a->strings['Unable to follow this item.'] = 'Erreur lors de l\'abonnement à la conversation.'; $a->strings['System down for maintenance'] = 'Système indisponible pour cause de maintenance'; @@ -1830,7 +2010,6 @@ $a->strings['Or - did you try to upload an empty file?'] = 'Ou — auriez-vous $a->strings['File exceeds size limit of %s'] = 'La taille du fichier dépasse la limite de %s'; $a->strings['File upload failed.'] = 'Le téléversement a échoué.'; $a->strings['Unable to process image.'] = 'Impossible de traiter l\'image.'; -$a->strings['Image exceeds size limit of %s'] = 'L\'image dépasse la taille limite de %s'; $a->strings['Image upload failed.'] = 'Le téléversement de l\'image a échoué.'; $a->strings['List of all users'] = 'Liste de tous les utilisateurs'; $a->strings['Active'] = 'Actif'; @@ -1841,13 +2020,13 @@ $a->strings['Deleted'] = 'Supprimé'; $a->strings['List of pending user deletions'] = 'Liste des utilisateurs en attente de suppression'; $a->strings['Normal Account Page'] = 'Compte normal'; $a->strings['Soapbox Page'] = 'Compte "boîte à savon"'; -$a->strings['Public Forum'] = 'Forum public'; +$a->strings['Public Group'] = 'Groupe Public'; $a->strings['Automatic Friend Page'] = 'Abonnement réciproque'; -$a->strings['Private Forum'] = 'Forum Privé'; +$a->strings['Private Group'] = 'Groupe Privé'; $a->strings['Personal Page'] = 'Page personnelle'; $a->strings['Organisation Page'] = 'Page Associative'; $a->strings['News Page'] = 'Page d\'informations'; -$a->strings['Community Forum'] = 'Forum Communautaire'; +$a->strings['Community Group'] = 'Groupe Communautaire'; $a->strings['Relay'] = 'Relai'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Vous ne pouvez pas bloquer un contact local. Merci de bloquer l\'utilisateur à la place'; $a->strings['%s contact unblocked'] = [ @@ -1962,18 +2141,68 @@ $a->strings['Tag'] = 'Tag'; $a->strings['Type'] = 'Type'; $a->strings['Term'] = 'Terme'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Mention'; $a->strings['Implicit Mention'] = 'Mention implicite'; $a->strings['Item not found'] = 'Élément introuvable'; $a->strings['No source recorded'] = 'Aucune source enregistrée'; $a->strings['Please make sure the debug.store_source config key is set in config/local.config.php for future items to have sources.'] = 'Merci de vérifier que la clé de configuration debug.store_source est définie dans config/local.config.php pour que les items futurs puissent avoir des sources.'; $a->strings['Item Guid'] = 'GUID du contenu'; +$a->strings['Contact not found or their server is already blocked on this node.'] = 'Contact non trouvé ou son serveur est déjà bloqué sur ce nœud.'; +$a->strings['Please login to access this page.'] = 'Connectez-vous pour accéder à cette page.'; +$a->strings['Create Moderation Report'] = 'Créer un rapport de modération'; +$a->strings['Pick Contact'] = 'Sélectionner le contact'; +$a->strings['Please enter below the contact address or profile URL you would like to create a moderation report about.'] = 'Veuillez saisir ci-dessous l\'adresse ou l\'URL de profil du contact dont vous souhaitez faire un signalement.'; +$a->strings['Contact address/URL'] = 'Adresse/URL du contact'; +$a->strings['Pick Category'] = 'Sélectionner la catégorie'; +$a->strings['Please pick below the category of your report.'] = 'Veuillez sélectionner la catégorie de votre signalement.'; +$a->strings['Spam'] = 'Spam'; +$a->strings['This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations.'] = 'Ce contact publie beaucoup de publications/réponses répétées/très longs ou fait la promotion de ses produits/sites web sur des conversations non pertinentes.'; +$a->strings['Illegal Content'] = 'Contenu illégal'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Ce contact publie du contenu qui est considéré illégal dans la juridiction où est hébergé ce nœud.'; +$a->strings['Community Safety'] = 'Sécurité de la communauté'; +$a->strings['This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people\'s private information (doxxing), posting threats or offensive pictures in posts or replies.'] = 'Ce contact vous a irrité ou a irrité d\'autres personnes en se montrant provocateur ou insensible, intentionnellement ou non. Cela inclut la divulgation d\'informations privées (doxxing), la publication de menaces ou d\'images offensantes dans des publications ou des réponses.'; +$a->strings['Unwanted Content/Behavior'] = 'Contenu/Comportement indésirable'; +$a->strings['This contact has repeatedly published content irrelevant to the node\'s theme or is openly criticizing the node\'s administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic.'] = 'Ce contact a publié de manière répétée un contenu sans rapport avec le thème du nœud ou critique ouvertement l\'administration/la modération du nœud sans discuter directement avec les personnes concernées, par exemple ou en pinaillant de manière répétée sur un sujet sensible.'; +$a->strings['Rules Violation'] = 'Violation de règles'; +$a->strings['This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step.'] = 'Ce contact à violé une ou plusieurs règles de ce nœud. Vous pourrez sélectionner la ou les règles dans l\'étape suivante.'; +$a->strings['Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled.'] = 'Veuillez indiquer si-dessous les raisons de ce signalement. Plus vous donnez de détails, mieux le signalement sera pris en compte.'; +$a->strings['Additional Information'] = 'Information supplémentaire'; +$a->strings['Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome.'] = 'Veuillez fournir n\'importe quelle information supplémentaire utile pour ce signalement. Vous pourrez joindre des publications de ce contact dans la prochaine étape, mais n\'importe quel contenu est accepté.'; +$a->strings['Pick Rules'] = 'Sélectionner les règles'; +$a->strings['Please pick below the node rules you believe this contact violated.'] = 'Veuillez sélectionner les règles que vous estimez avoir été violées par ce contact.'; +$a->strings['Pick Posts'] = 'Sélectionner les publications'; +$a->strings['Please optionally pick posts to attach to your report.'] = 'Veuillez sélectionner, si vous le souhaitez, les publications à joindre à votre signalement.'; +$a->strings['Submit Report'] = 'Envoyer le signalement'; +$a->strings['Further Action'] = 'Action supplémentaire'; +$a->strings['You can also perform one of the following action on the contact you reported:'] = 'Vous pouvez également effectuer une des actions suivantes sur le contact que vous signalez :'; +$a->strings['Nothing'] = 'Ne rien faire'; +$a->strings['Collapse contact'] = 'Réduire le contact'; +$a->strings['Their posts and replies will keep appearing in your Network page but their content will be collapsed by default.'] = 'Leurs publications et réponses continueront d\'apparaître sur votre page Réseau mais le contenu sera réduit par défaut.'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you.'] = 'Leurs publications n\'apparaîtront plus sur votre page Réseau, mais leurs réponses peuvent apparaître dans des fils de discussion. Ils peuvent toujours vous suivre.'; +$a->strings['Block contact'] = 'Bloquer le contact'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means.'] = 'Leurs publications n\'apparaîtront plus sur votre page Réseau mais leurs réponses peuvent apparaître dans des fils de discussion, avec le contenu réduit par défaut. Ils ne peuvent pas vous suivre mais peuvent accéder à vos publications publiques par d\'autres moyens.'; +$a->strings['Forward report'] = 'Transmettre le signalement'; +$a->strings['Would you ike to forward this report to the remote server?'] = 'Voulez-vous transmettre le signalement au serveur distant ?'; +$a->strings['1. Pick a contact'] = '1. Sélectionner le contact'; +$a->strings['2. Pick a category'] = '2. Sélectionner la catégorie'; +$a->strings['2a. Pick rules'] = '2a. Sélectionner les règles'; +$a->strings['2b. Add comment'] = '2b. Ajouter un commentaire'; +$a->strings['3. Pick posts'] = '3. Sélectionner les publications'; +$a->strings['List of reports'] = 'Liste des signalements'; +$a->strings['This page display reports created by our or remote users.'] = 'Cette page affiche les signalements créés par les utilisateurs locaux ou distants.'; +$a->strings['No report exists at this node.'] = 'Aucun signalement sur ce nœud.'; +$a->strings['Category'] = 'Catégorie'; +$a->strings['%s total report'] = [ + 0 => '%s signalement au total', + 1 => '%s signalements au total', + 2 => '%s signalements au total', +]; +$a->strings['URL of the reported contact.'] = 'URL du contact signalé.'; $a->strings['Normal Account'] = 'Compte normal'; $a->strings['Automatic Follower Account'] = 'Compte d\'abonné automatique'; -$a->strings['Public Forum Account'] = 'Forum public'; +$a->strings['Public Group Account'] = 'Compte de groupe public'; $a->strings['Automatic Friend Account'] = 'Compte personnel public'; $a->strings['Blog Account'] = 'Compte de blog'; -$a->strings['Private Forum Account'] = 'Compte de Forum privé'; +$a->strings['Private Group Account'] = 'Compte de groupe privé'; $a->strings['Registered users'] = 'Utilisateurs inscrits'; $a->strings['Pending registrations'] = 'Inscriptions en attente'; $a->strings['%s user blocked'] = [ @@ -2011,7 +2240,7 @@ $a->strings['Add User'] = 'Ajouter l\'utilisateur'; $a->strings['Name of the new user.'] = 'Nom du nouvel utilisateur.'; $a->strings['Nickname'] = 'Pseudo'; $a->strings['Nickname of the new user.'] = 'Pseudo du nouvel utilisateur.'; -$a->strings['Email address of the new user.'] = 'Adresse mail du nouvel utilisateur.'; +$a->strings['Email address of the new user.'] = 'Adresse de courriel du nouvel utilisateur.'; $a->strings['Users awaiting permanent deletion'] = 'Utilisateurs en attente de suppression définitive'; $a->strings['Permanent deletion'] = 'Suppression définitive'; $a->strings['User waiting for permanent deletion'] = 'Utilisateur en attente de suppression définitive'; @@ -2086,6 +2315,8 @@ $a->strings['%d more'] = '%d supplémentaire'; $a->strings['To: %s
    '] = 'À : %s
    '; $a->strings['CC: %s
    '] = 'CC : %s
    '; $a->strings['BCC: %s
    '] = 'CCI : %s
    '; +$a->strings['Audience: %s
    '] = 'Audience : %s
    '; +$a->strings['Attributed To: %s
    '] = 'Attribué à : %s
    '; $a->strings['The Photo is not available.'] = 'La photo n\'est pas disponible.'; $a->strings['The Photo with id %s is not available.'] = 'La photo avec l\'identifiant %s n\'est pas disponible.'; $a->strings['Invalid external resource with url %s.'] = 'La ressource externe avec l\'URL %s est invalide.'; @@ -2097,13 +2328,14 @@ $a->strings['Insert video link'] = 'Insérer un lien video'; $a->strings['video link'] = 'lien vidéo'; $a->strings['Insert audio link'] = 'Insérer un lien audio'; $a->strings['audio link'] = 'lien audio'; -$a->strings['Remove Item Tag'] = 'Enlever l\'étiquette de l\'élément'; -$a->strings['Select a tag to remove: '] = 'Sélectionner une étiquette à supprimer :'; +$a->strings['Remove Item Tag'] = 'Enlever le tag de l\'élément'; +$a->strings['Select a tag to remove: '] = 'Sélectionner un tag à supprimer :'; $a->strings['Remove'] = 'Utiliser comme photo de profil'; $a->strings['No contacts.'] = 'Aucun contact.'; $a->strings['%s\'s timeline'] = 'Le flux de %s'; $a->strings['%s\'s posts'] = 'Les publications originales de %s'; $a->strings['%s\'s comments'] = 'Les commentaires de %s'; +$a->strings['Image exceeds size limit of %s'] = 'L\'image dépasse la taille limite de %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'La mise en ligne de l\'image ne s\'est pas terminée, veuillez réessayer'; $a->strings['Image file is missing'] = 'Fichier image manquant'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Le serveur ne peut pas accepter la mise en ligne d\'un nouveau fichier en ce moment, veuillez contacter un administrateur'; @@ -2123,7 +2355,7 @@ $a->strings['%d year old'] = [ 2 => '%d ans', ]; $a->strings['Description:'] = 'Description :'; -$a->strings['Forums:'] = 'Forums :'; +$a->strings['Groups:'] = 'Groupes :'; $a->strings['View profile as:'] = 'Consulter le profil en tant que :'; $a->strings['View as'] = 'Voir en tant que'; $a->strings['Profile unavailable.'] = 'Profil indisponible.'; @@ -2157,7 +2389,7 @@ $a->strings['Note for the admin'] = 'Commentaire pour l\'administrateur'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Indiquez à l\'administrateur les raisons de votre inscription à cette instance.'; $a->strings['Membership on this site is by invitation only.'] = 'L\'inscription à ce site se fait uniquement sur invitation.'; $a->strings['Your invitation code: '] = 'Votre code d\'invitation :'; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'Votre nom complet (p. ex. Michel Dupont):'; +$a->strings['Your Display Name (as you would like it to be displayed on this system'] = 'Votre Nom d\'Affichage (tel que vous souhaiteriez l\'afficher sur ce système'; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Votre courriel : (Des informations de connexion vont être envoyées à cette adresse; elle doit exister).'; $a->strings['Please repeat your e-mail address:'] = 'Veuillez répéter votre adresse e-mail :'; $a->strings['New Password:'] = 'Nouveau mot de passe :'; @@ -2175,7 +2407,7 @@ $a->strings['Please enter your password.'] = 'Veuillez saisir votre mot de passe $a->strings['You have entered too much information.'] = 'Vous avez entré trop d\'informations.'; $a->strings['Please enter the identical mail address in the second field.'] = 'Veuillez entrer une adresse e-mail identique dans le deuxième champ.'; $a->strings['The additional account was created.'] = 'Le compte additionnel a bien été créé.'; -$a->strings['Registration successful. Please check your email for further instructions.'] = 'Inscription réussie. Vérifiez vos emails pour la suite des instructions.'; +$a->strings['Registration successful. Please check your email for further instructions.'] = 'Inscription réussie. Vérifiez vos courriels pour la suite des instructions.'; $a->strings['Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login.'] = 'Impossible d’envoyer le courriel de confirmation. Voici vos informations de connexion:
    identifiant : %s
    mot de passe : %s

    Vous pourrez changer votre mot de passe une fois connecté.'; $a->strings['Registration successful.'] = 'Inscription réussie.'; $a->strings['Your registration can not be processed.'] = 'Votre inscription ne peut être traitée.'; @@ -2185,7 +2417,7 @@ $a->strings['Your registration is pending approval by the site owner.'] = 'Votre $a->strings['You must be logged in to use this module.'] = 'Ce module est réservé aux utilisateurs identifiés.'; $a->strings['Only logged in users are permitted to perform a search.'] = 'Seuls les utilisateurs inscrits sont autorisés à lancer une recherche.'; $a->strings['Only one search per minute is permitted for not logged in users.'] = 'Une seule recherche par minute pour les utilisateurs qui ne sont pas connectés.'; -$a->strings['Items tagged with: %s'] = 'Éléments taggés %s'; +$a->strings['Items tagged with: %s'] = 'Éléments marqué %s'; $a->strings['Search term was not saved.'] = 'Le terme de recherche n\'a pas été sauvegardé.'; $a->strings['Search term already saved.'] = 'Le terme de recherche a déjà été sauvegardé.'; $a->strings['Search term was not removed.'] = 'Le terme de recherche n\'a pas été supprimé.'; @@ -2246,7 +2478,7 @@ $a->strings['Importing Contacts done'] = 'Import des contacts effectué'; $a->strings['Relocate message has been send to your contacts'] = 'Un message de relocalisation a été envoyé à vos contacts.'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Impossible de trouver votre profile. Merci de contacter votre administrateur.'; $a->strings['Personal Page Subtypes'] = 'Sous-catégories de page personnelle'; -$a->strings['Community Forum Subtypes'] = 'Sous-catégories de forums communautaires'; +$a->strings['Community Group Subtypes'] = 'Sous-catégories de groupe communautaire'; $a->strings['Account for a personal profile.'] = 'Compte pour profil personnel.'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Compte pour une organisation qui accepte les demandes comme "Abonnés".'; $a->strings['Account for a news reflector that automatically approves contact requests as "Followers".'] = 'Compte pour les miroirs de nouvelles qui accepte automatiquement les de contact comme "Abonnés".'; @@ -2255,7 +2487,7 @@ $a->strings['Account for a regular personal profile that requires manual approva $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Compte pour un profil public qui accepte les demandes de contact comme "Abonnés".'; $a->strings['Automatically approves all contact requests.'] = 'Les demandes de participation au forum sont automatiquement acceptées.'; $a->strings['Account for a popular profile that automatically approves contact requests as "Friends".'] = 'Les demandes d\'abonnement sont automatiquement acceptées.'; -$a->strings['Private Forum [Experimental]'] = 'Forum privé [expérimental]'; +$a->strings['Private Group [Experimental]'] = 'Groupe Privé [Expérimental]'; $a->strings['Requires manual approval of contact requests.'] = 'Les demandes de participation au forum nécessitent une approbation.'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte.'; @@ -2267,9 +2499,10 @@ $a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'L $a->strings['Password Settings'] = 'Réglages de mot de passe'; $a->strings['Leave password fields blank unless changing'] = 'Laissez les champs de mot de passe vierges, sauf si vous désirez les changer'; $a->strings['Password:'] = 'Mot de passe :'; -$a->strings['Your current password to confirm the changes of the email address'] = 'Votre mot de passe actuel pour confirmer les modifications de votre adresse email.'; +$a->strings['Your current password to confirm the changes of the email address'] = 'Votre mot de passe actuel pour confirmer les modifications de votre adresse de courriel.'; $a->strings['Delete OpenID URL'] = 'Supprimer l\'URL OpenID'; $a->strings['Basic Settings'] = 'Réglages de base'; +$a->strings['Display name:'] = 'Nom d\'affichage :'; $a->strings['Email Address:'] = 'Adresse courriel :'; $a->strings['Your Timezone:'] = 'Votre fuseau horaire :'; $a->strings['Your Language:'] = 'Votre langue :'; @@ -2291,11 +2524,13 @@ $a->strings['Make all posted pictures accessible'] = 'Rendre toutes les images e $a->strings['This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can\'t handle permissions on pictures. Non public pictures still won\'t be visible for the public on your photo albums though.'] = 'Cette option rend chaque image envoyée accessible par un lien direct. C\'est un contournement pour prendre en compte que la pluplart des autres réseaux ne gèrent pas les droits sur les images. Cependant les images non publiques ne seront pas visibles sur votre album photo.'; $a->strings['Allow friends to post to your profile page?'] = 'Autoriser vos contacts à publier sur votre profil ?'; $a->strings['Your contacts may write posts on your profile wall. These posts will be distributed to your contacts'] = 'Vos contacts peuvent partager des publications sur votre mur. Ces publication seront visibles par vos abonnés.'; -$a->strings['Allow friends to tag your posts?'] = 'Autoriser vos contacts à ajouter des tags à vos publications?'; -$a->strings['Your contacts can add additional tags to your posts.'] = 'Vos contacts peuvent ajouter des tag à vos publications.'; +$a->strings['Allow friends to tag your posts?'] = 'Autoriser vos contacts à ajouter des tags à vos publications ?'; +$a->strings['Your contacts can add additional tags to your posts.'] = 'Vos contacts peuvent ajouter des tags à vos publications.'; $a->strings['Permit unknown people to send you private mail?'] = 'Autoriser les messages privés d\'inconnus?'; $a->strings['Friendica network users may send you private messages even if they are not in your contact list.'] = 'Les utilisateurs de Friendica peuvent vous envoyer des messages privés même s\'ils ne sont pas dans vos contacts.'; $a->strings['Maximum private messages per day from unknown people:'] = 'Maximum de messages privés d\'inconnus par jour :'; +$a->strings['Default privacy circle for new contacts'] = 'Cercle de contacts par défaut pour les nouveaux contacts'; +$a->strings['Default privacy circle for new group contacts'] = 'Cercle de contacts par défaut pour les nouveaux contacts du groupe'; $a->strings['Default Post Permissions'] = 'Permissions de publication par défaut'; $a->strings['Expiration settings'] = 'Réglages d\'expiration'; $a->strings['Automatically expire posts after this many days:'] = 'Les publications expirent automatiquement après (en jours) :'; @@ -2309,14 +2544,14 @@ $a->strings['Starring posts keeps them from being expired. That behaviour is ove $a->strings['Only expire posts by others'] = 'Faire expirer uniquement les contenu reçus'; $a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'Empêche vos propres publications d\'expirer. S\'applique à tous les choix précédents.'; $a->strings['Notification Settings'] = 'Réglages de notification'; -$a->strings['Send a notification email when:'] = 'Envoyer un courriel de notification quand:'; +$a->strings['Send a notification email when:'] = 'Envoyer un courriel de notification quand :'; $a->strings['You receive an introduction'] = 'Vous recevez une introduction'; $a->strings['Your introductions are confirmed'] = 'Vos introductions sont confirmées'; $a->strings['Someone writes on your profile wall'] = 'Quelqu\'un écrit sur votre mur'; $a->strings['Someone writes a followup comment'] = 'Quelqu\'un vous commente'; $a->strings['You receive a private message'] = 'Vous recevez un message privé'; $a->strings['You receive a friend suggestion'] = 'Vous avez reçu une suggestion d\'abonnement'; -$a->strings['You are tagged in a post'] = 'Vous avez été mentionné•e dans une publication'; +$a->strings['You are tagged in a post'] = 'Vous avez été mentionné(e) dans une publication'; $a->strings['Create a desktop notification when:'] = 'Créer une notification de bureau quand :'; $a->strings['Someone tagged you'] = 'Quelqu\'un vous a mentionné'; $a->strings['Someone directly commented on your post'] = 'Quelqu\'un a commenté directement sur votre publication'; @@ -2344,6 +2579,31 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Renvoyer un message de relocalisation aux contacts.'; $a->strings['Addon Settings'] = 'Paramètres d\'extension'; $a->strings['No Addon settings configured'] = 'Aucuns paramètres d\'Extension paramétré.'; +$a->strings['Label'] = 'Titre'; +$a->strings['Description'] = 'Description'; +$a->strings['Access Key'] = 'Clé d\'accès'; +$a->strings['Circle/Channel'] = 'Cercle/Chaîne'; +$a->strings['Include Tags'] = 'Inclure des tags'; +$a->strings['Exclude Tags'] = 'Exclure des tags'; +$a->strings['Full Text Search'] = 'Recherche de texte intégral'; +$a->strings['Delete channel'] = 'Supprimer la chaîne'; +$a->strings['Check to delete this entry from the channel list'] = 'Cochez pour supprimer cette entrée de la liste de chaîne'; +$a->strings['Short name for the channel. It is displayed on the channels widget.'] = 'Nom court de la chaîne. Il est affiché dans le widget des chaînes.'; +$a->strings['This should describe the content of the channel in a few word.'] = 'Décrivez le contenu de votre chaîne en quelques mots.'; +$a->strings['When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one.'] = 'Si vous accédez à cette chaîne via une clé d\'accès, saisissez là ici. Attention à ne pas saisir une clé déjà utilisée.'; +$a->strings['Select a circle or channel, that your channel should be based on.'] = 'Choisissez un cercle ou une chaîne sur lequel se basera votre chaîne.'; +$a->strings['Comma separated list of tags. A post will be used when it contains any of the listed tags.'] = 'Liste de tags séparés par des virgules. Une publication sera affichée si elle contient au moins un de ces tags.'; +$a->strings['Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel.'] = 'Liste de tags séparés par des virgules. Si une publication contient un de ces tags, elle ne sera pas affichée sur cette chaîne.'; +$a->strings['Search terms for the body, supports the "boolean mode" operators from MariaDB. See the help for a complete list of operators and additional keywords: %s'] = 'Recherche les termes dans le corps, supporte les opérateurs "boolean mode" de MariaDB. Consultez l\'aide pour une liste complète des opérateurs et des mots clés additionnels : %s'; +$a->strings['Check to display images in the channel.'] = 'Cochez pour afficher les images dans la chaîne.'; +$a->strings['Check to display videos in the channel.'] = 'Cochez pour afficher la vidéo dans la chaîne.'; +$a->strings['Check to display audio in the channel.'] = 'Cochez pour afficher l\'audio dans la chaîne.'; +$a->strings['This page can be used to define your own channels.'] = 'Cette page permet de définir votre propres chaînes.'; +$a->strings['Add new entry to the channel list'] = 'Ajoute une nouvelle entrée dans la liste des chaînes'; +$a->strings['Add'] = 'Ajouter'; +$a->strings['Current Entries in the channel list'] = 'Entrées actuelles dans la liste des chaînes'; +$a->strings['Delete entry from the channel list'] = 'Supprimer l\'entrée de la liste des chaînes'; +$a->strings['Delete entry from the channel list?'] = 'Supprimer l\'entrée de la liste des chaînes ?'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Impossible de se connecter au compte courriel configuré.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Built-in support for %s connectivity is enabled'] = 'Le support intégré pour la connectivité %s est activé'; @@ -2353,7 +2613,7 @@ $a->strings['Email access is disabled on this site.'] = 'L\'accès courriel est $a->strings['None'] = 'Aucun(e)'; $a->strings['General Social Media Settings'] = 'Paramètres généraux des réseaux sociaux'; $a->strings['Followed content scope'] = 'Étendue des contenus suivis'; -$a->strings['By default, conversations in which your follows participated but didn\'t start will be shown in your timeline. You can turn this behavior off, or expand it to the conversations in which your follows liked a post.'] = 'Par défaut, les conversations dans lesquelles vos comptes suivis ont participé mais qu\'ils n\'ont pas commencées seront affichées dans votre timeline. Vous pouvez désactiver ce comportement, ou l\'étendre aux conversations dans lesquelles vos comptes suivis ont aimé une publication.'; +$a->strings['By default, conversations in which your follows participated but didn\'t start will be shown in your timeline. You can turn this behavior off, or expand it to the conversations in which your follows liked a post.'] = 'Par défaut, les conversations dans lesquelles vos comptes suivis ont participé mais qu\'ils n\'ont pas commencées seront affichées dans votre flux. Vous pouvez désactiver ce comportement, ou l\'étendre aux conversations dans lesquelles vos comptes suivis ont aimé une publication.'; $a->strings['Only conversations my follows started'] = 'Seulement les conversations démarrées par mes comptes suivis'; $a->strings['Conversations my follows started or commented on (default)'] = 'Les conversations que mes comptes suivis ont commencé ou commentées (par défaut)'; $a->strings['Any conversation my follows interacted with, including likes'] = 'Toute conversation avec laquelle mes comptes suivis ont interagi, y compris les "J\'aime"'; @@ -2367,6 +2627,8 @@ $a->strings['Attach the link title'] = 'Attacher le titre du lien (Diaspora)'; $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.'] = 'Si vos publications contiennent un lien, le titre de la page associée sera attaché à la publication à destination de vos contacts Diaspora. C\'est principalement utile avec les contacts "remote-self" qui partagent du contenu de flux RSS/Atom.'; $a->strings['API: Use spoiler field as title'] = 'API : Utiliser le champ spoiler (divulgachis) en tant que titre'; $a->strings['When activated, the "spoiler_text" field in the API will be used for the title on standalone posts. When deactivated it will be used for spoiler text. For comments it will always be used for spoiler text.'] = 'Quand activé, le champ "spoiler_text" dans l\'API sera utilisé pour le titre des publications individuelles. Quand désactivé, il sera utilisé pour du texte spoiler (divulgachis). Pour les commentaires, il sera toujours utilisé pour du texte spoiler.'; +$a->strings['API: Automatically links at the end of the post as attached posts'] = 'API : Afficher comme publications attachés les liens ajoutés en fin de publication'; +$a->strings['When activated, added links at the end of the post react the same way as added links in the web interface.'] = 'Quand activé, les liens ajoutés à la fin d\'une publication fonctionnent de la même manière que les liens ajoutés dans l\'interface web.'; $a->strings['Your legacy ActivityPub/GNU Social account'] = 'Votre ancient compte ActivityPub/GNU Social'; $a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'Si vous saisissez votre adresse de compte précédente d\'un réseau basé sur ActivityPub ou GNU Social/Statusnet (au format utilisateur@domaine.tld), vos contacts seront ajoutés autoamtiquement. Le champ sera vidé quand l\'opération sera terminé.'; $a->strings['Repair OStatus subscriptions'] = 'Réparer les abonnements OStatus'; @@ -2398,7 +2660,6 @@ $a->strings['Delegates'] = 'Délégataires'; $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.'] = 'Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l\'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu\'un en qui vous n\'avez pas une confiance absolue.'; $a->strings['Existing Page Delegates'] = 'Délégataires existants'; $a->strings['Potential Delegates'] = 'Délégataires potentiels'; -$a->strings['Add'] = 'Ajouter'; $a->strings['No entries.'] = 'Aucune entrée.'; $a->strings['The theme you chose isn\'t available.'] = 'Le thème que vous avez choisi n\'est pas disponible.'; $a->strings['%s - (Unsupported)'] = '%s- (non supporté)'; @@ -2411,6 +2672,7 @@ $a->strings['General Theme Settings'] = 'Paramètres généraux de thème'; $a->strings['Custom Theme Settings'] = 'Paramètres personnalisés de thème'; $a->strings['Content Settings'] = 'Paramètres de contenu'; $a->strings['Theme settings'] = 'Réglages du thème graphique'; +$a->strings['Timelines'] = 'Flux'; $a->strings['Display Theme:'] = 'Thème d\'affichage:'; $a->strings['Mobile Theme:'] = 'Thème mobile:'; $a->strings['Number of items to display per page:'] = 'Nombre d’éléments par page :'; @@ -2426,18 +2688,26 @@ $a->strings['Enable Smart Threading'] = 'Activer le fil de discussion intelligen $a->strings['Enable the automatic suppression of extraneous thread indentation.'] = 'Activer la suppression automatique de l\'indentation excédentaire des fils de discussion.'; $a->strings['Display the Dislike feature'] = 'Afficher la fonctionnalité "Je n\'aime pas"'; $a->strings['Display the Dislike button and dislike reactions on posts and comments.'] = 'Afficher le bouton "Je n\'aime pas" et les réactions "Je n\'aime pas" sur les publications et les commentaires.'; -$a->strings['Display the resharer'] = 'Afficher le repartageur'; -$a->strings['Display the first resharer as icon and text on a reshared item.'] = 'Afficher le premier repartageur en tant qu\'icône et texte sur un élément repartagé.'; +$a->strings['Display the resharer'] = 'Afficher le partageur'; +$a->strings['Display the first resharer as icon and text on a reshared item.'] = 'Afficher le premier partageur en tant qu\'icône et texte sur un élément partagé.'; $a->strings['Stay local'] = 'Rester local'; $a->strings['Don\'t go to a remote system when following a contact link.'] = 'Ne pas aller sur un système distant lors du suivi du lien d\'un contact.'; +$a->strings['Show the post deletion checkbox'] = 'Afficher la case à cocher de suppression de publication.'; +$a->strings['Display the checkbox for the post deletion on the network page.'] = 'Affiche la case à cocher de suppression de publication sur la page Réseau.'; +$a->strings['DIsplay the event list'] = 'Afficher la liste des évènements'; +$a->strings['Display the birthday reminder and event list on the network page.'] = 'Affiche le rappel d’anniversaire et la liste des évènements sur la page Réseau.'; $a->strings['Link preview mode'] = 'Mode de prévisualisation des liens'; $a->strings['Appearance of the link preview that is added to each post with a link.'] = 'Apparence de la prévisualisation du lien qui est ajoutée à chaque publication comprenant un lien.'; +$a->strings['Bookmark'] = 'Favoris'; +$a->strings['Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'] = 'Activez les flux que vous souhaitez voir dans le widget Chaînes. Mettez en favoris les flux que vous souhaitez voir dans le menu supérieur.'; +$a->strings['Channel languages:'] = 'Langues de la chaîne :'; +$a->strings['Select all languages that you want to see in your channels.'] = 'Sélectionnez les langues que vous souhaitez voir dans vos chaînes.'; $a->strings['Beginning of week:'] = 'Début de la semaine :'; $a->strings['Default calendar view:'] = 'Vue par défaut du calendrier :'; $a->strings['Additional Features'] = 'Fonctions supplémentaires'; $a->strings['Connected Apps'] = 'Applications connectées'; $a->strings['Remove authorization'] = 'Révoquer l\'autorisation'; -$a->strings['Profile Name is required.'] = 'Le nom du profil est requis.'; +$a->strings['Display Name is required.'] = 'Le nom d\'affichage est requis.'; $a->strings['Profile couldn\'t be updated.'] = 'Le profil n\'a pas pu être mis à jour.'; $a->strings['Label:'] = 'Description :'; $a->strings['Value:'] = 'Contenu :'; @@ -2454,7 +2724,15 @@ $a->strings['Location'] = 'Localisation'; $a->strings['Miscellaneous'] = 'Divers'; $a->strings['Custom Profile Fields'] = 'Champs de profil personalisés'; $a->strings['Upload Profile Photo'] = 'Téléverser une photo de profil'; -$a->strings['Display name:'] = 'Nom d\'utilisateur :'; +$a->strings['

    Custom fields appear on your profile page.

    +

    You can use BBCodes in the field values.

    +

    Reorder by dragging the field title.

    +

    Empty the label field to remove a custom field.

    +

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    '] = '

    Les champs de profil personnalisés apparaissent sur votre page de profil.

    +

    Vous pouvez utilisez les BBCodes dans le contenu des champs.

    +

    Triez les champs en glissant-déplaçant leur titre.

    +

    Laissez le titre d\'un champ vide pour le supprimer lors de la soumission du formulaire .

    +

    Les champs non-publics peuvent être consultés uniquement par les contacts Friendica autorisés ou par les contacts Friendica de cercles autorisés.

    '; $a->strings['Street Address:'] = 'Adresse postale :'; $a->strings['Locality/City:'] = 'Ville :'; $a->strings['Region/State:'] = 'Région / État :'; @@ -2469,15 +2747,6 @@ $a->strings['Public Keywords:'] = 'Mots-clés publics :'; $a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(Utilisés pour vous suggérer des abonnements. Ils peuvent être vus par autrui)'; $a->strings['Private Keywords:'] = 'Mots-clés privés :'; $a->strings['(Used for searching profiles, never shown to others)'] = '(Utilisés pour rechercher des profils. Ils ne seront jamais montrés à autrui)'; -$a->strings['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Les champs de profil personnalisés apparaissent sur votre page de profil.

    -

    Vous pouvez utilisez les BBCodes dans le contenu des champs.

    -

    Triez les champs en glissant-déplaçant leur titre.

    -

    Laissez le titre d\'un champ vide pour le supprimer lors de la soumission du formulaire .

    -

    Les champs non-publics peuvent être consultés uniquement par les contacts Friendica autorisés dans les permissions.

    '; $a->strings['Image size reduction [%s] failed.'] = 'Réduction de la taille de l\'image [%s] échouée.'; $a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d\'aventure la nouvelle photo n\'apparaissait pas immédiatement.'; $a->strings['Unable to process image'] = 'Impossible de traiter l\'image'; @@ -2494,14 +2763,24 @@ $a->strings['Upload Picture:'] = 'Téléverser une photo :'; $a->strings['or'] = 'ou'; $a->strings['skip this step'] = 'ignorer cette étape'; $a->strings['select a photo from your photo albums'] = 'choisissez une photo depuis vos albums'; +$a->strings['There was a validation error, please make sure you\'re logged in with the account you want to remove and try again.'] = 'Il y a eu une erreur de validation, vérifiez que vous êtes connecté avec le compte que vous souhaitez supprimer et réessayez.'; +$a->strings['If this error persists, please contact your administrator.'] = 'Si cette erreur persiste, veuillez contacter votre administrateur.'; $a->strings['[Friendica System Notify]'] = '[Notification Système de Friendica]'; $a->strings['User deleted their account'] = 'L\'utilisateur a supprimé son compte'; $a->strings['On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'] = 'Sur votre nœud Friendica, un utilisateur a supprimé son compte. Veuillez vous assurer que ses données sont supprimées des sauvegardes.'; $a->strings['The user id is %d'] = 'L\'identifiant d\'utilisateur est %d'; -$a->strings['Your user account has been successfully removed. Bye bye!'] = 'Votre compte utilisateur a bien été supprimé. Adieu !'; +$a->strings['Your account has been successfully removed. Bye bye!'] = 'Votre compte a été supprimé avec succès. Au revoir !'; $a->strings['Remove My Account'] = 'Supprimer mon compte'; $a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Ceci supprimera totalement votre compte. Cette opération est irréversible.'; $a->strings['Please enter your password for verification:'] = 'Merci de saisir votre mot de passe pour vérification :'; +$a->strings['Do you want to ignore this server?'] = 'Voulez-vous ignorer ce serveur ?'; +$a->strings['Do you want to unignore this server?'] = 'Voulez-vous ne plus ignorer ce serveur ?'; +$a->strings['Remote server settings'] = 'Paramètres du serveur distant'; +$a->strings['Server URL'] = 'URL du serveur'; +$a->strings['Settings saved'] = 'Paramètres sauvegardés'; +$a->strings['Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page.'] = 'Vous trouverez ici tous les serveurs distants pour lesquels vous avez pris des mesures de modération individuelles. Pour obtenir une liste des serveurs que votre nœud a bloqués, veuillez consulter la page Information.'; +$a->strings['Delete all your settings for the remote server'] = 'Supprime tous vos paramètres du serveur distant'; +$a->strings['Save changes'] = 'Sauvegarder les changements'; $a->strings['Please enter your password to access this page.'] = 'Veuillez saisir votre mot de passe pour accéder à cette page.'; $a->strings['App-specific password generation failed: The description is empty.'] = 'La génération du mot de passe spécifique à l\'application a échoué : la description est vide.'; $a->strings['App-specific password generation failed: This description already exists.'] = 'La génération du mot de passe spécifique à l\'application a échoué : cette description existe déjà.'; @@ -2511,7 +2790,6 @@ $a->strings['App-specific password successfully revoked.'] = 'Mot de passe spéc $a->strings['Two-factor app-specific passwords'] = 'Authentification à deux facteurs : Mots de passe spécifiques aux applications'; $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.

    '] = '

    Les mots de passe spécifiques aux application sont des mots de passe générés aléatoirement pour vous identifier avec votre compte Friendica sur des applications tierce-partie qui n\'offrent pas d\'authentification à deux facteurs.

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Veillez à copier votre nouveau mot de passe spécifique à l\'application maintenant. Il ne sera plus jamais affiché!'; -$a->strings['Description'] = 'Description'; $a->strings['Last Used'] = 'Dernière utilisation'; $a->strings['Revoke'] = 'Révoquer'; $a->strings['Revoke All'] = 'Révoquer tous'; @@ -2596,22 +2874,14 @@ $a->strings['Export all'] = 'Tout exporter'; $a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = 'Exporte vos informations de compte, vos contacts et toutes vos publications au format JSON. Ce processus peut prendre beaucoup de temps et générer un fichier de taille importante. Utilisez cette fonctionnalité pour faire une sauvegarde complète de votre compte (vos photos ne sont pas exportées).'; $a->strings['Export Contacts to CSV'] = 'Exporter vos contacts au format CSV'; $a->strings['Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon.'] = 'Exporter vos abonnements au format CSV. Compatible avec Mastodon.'; -$a->strings['Not Found'] = 'Non trouvé'; -$a->strings['

    Unfortunately, the requested conversation isn\'t available to you.

    -

    Possible reasons include:

    -
      -
    • The top-level post isn\'t visible.
    • -
    • The top-level post was deleted.
    • -
    • The node has blocked the top-level author or the author of the shared post.
    • -
    • You have ignored or blocked the top-level author or the author of the shared post.
    • -
    '] = '

    Malheureusement, la discussion demandée ne vous est pas accessible.

    -

    Les raisons possibles sont :

    -
      -
    • La publication parente n\'est pas visible
    • -
    • La publication parente a été supprimée
    • -
    • Le noeud a bloqué l\'auteur/autrice d\'origine ou l\'auteur/autrice de la publication partagée
    • -
    • Vous avez ignoré ou bloqué l\'auteur/autrice d\'origine ou l\'auteur/autrice de la publication partagée
    • -
    '; +$a->strings['The top-level post isn\'t visible.'] = 'La publication de premier niveau n\'est pas visible.'; +$a->strings['The top-level post was deleted.'] = 'La publication de premier niveau a été supprimée.'; +$a->strings['This node has blocked the top-level author or the author of the shared post.'] = 'Ce nœud a bloqué l\'auteur de premier niveau ou l\'auteur de la publication partagée.'; +$a->strings['You have ignored or blocked the top-level author or the author of the shared post.'] = 'Vous avez ignoré ou bloqué l\'auteur de premier niveau ou l\'auteur de la publication partagée.'; +$a->strings['You have ignored the top-level author\'s server or the shared post author\'s server.'] = 'Vous avez ignoré le serveur de l\'auteur de premier niveau ou le serveur de l\'auteur de la publication partagée.'; +$a->strings['Conversation Not Found'] = 'Conversation Non Trouvée'; +$a->strings['Unfortunately, the requested conversation isn\'t available to you.'] = 'Malheureusement, la conversation demandée n\'est pas disponible pour vous.'; +$a->strings['Possible reasons include:'] = 'Les raisons possibles sont :'; $a->strings['Stack trace:'] = 'Stack trace:'; $a->strings['Exception thrown in %s:%d'] = 'Exception produite dans %s:%d'; $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.'] = 'Au moment de l\'inscription, et afin de fournir des communications entre le compte de l\'utilisateur et ses contacts, l\'utilisateur doit fournir un nom d\'affichage (nom de plume), un nom d\'utilisateur (pseudo) et une adresse de courriel fonctionnelle. Les noms seront accessibles sur la page de profil du compte par tout visiteur de la page, même si les autres informations de profil ne sont pas affichées. L\'adresse de courriel ne sera utilisée que pour envoyer des notifications à l\'utilisateur à propos de ses interactions, mais ne sera pas affichée de manière visible. Le référencement du compte dans le répertoire des comptes du nœud ou le répertoire global des utilisateurs est optionnel et peut être contrôlé dans les paramètres utilisateur, il n\'est pas nécessaire pour la communication. '; @@ -2620,6 +2890,12 @@ $a->strings['At any point in time a logged in user can export their account data $a->strings['Privacy Statement'] = 'Politique de Confidentialité'; $a->strings['Rules'] = 'Règles'; $a->strings['Parameter uri_id is missing.'] = 'Le paramètre uri_id est manquant.'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'L\'objet recherché n\'existe pas ou a été supprimé.'; +$a->strings['You are now logged in as %s'] = 'Vous êtes maintenant connecté en tant que %s'; +$a->strings['Switch between your accounts'] = 'Changer de compte'; +$a->strings['Manage your accounts'] = 'Gérér vos comptes'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer.'; +$a->strings['Select an identity to manage: '] = 'Choisir une identité à gérer: '; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'L\'import d\'utilisateur sur un serveur fermé ne peut être effectué que par un administrateur.'; $a->strings['Move account'] = 'Migrer le compte'; $a->strings['You can import an account from another Friendica server.'] = 'Vous pouvez importer un compte d\'un autre serveur Friendica.'; @@ -2661,8 +2937,8 @@ $a->strings['Go to Your Site\'s Directory'] = 'Consulter l\'Annuaire de votre Si $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.'] = 'La page Annuaire vous permet de trouver d\'autres personnes au sein de ce réseaux ou parmi d\'autres sites fédérés. Cherchez un lien Relier ou Suivre sur leur profil. Vous pourrez avoir besoin d\'indiquer votre adresse d\'identité.'; $a->strings['Finding New People'] = 'Trouver de nouvelles personnes'; $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.'] = 'Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux contacts. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d\'abonnement devraient commencer à apparaître au bout de 24 heures.'; -$a->strings['Group Your Contacts'] = 'Grouper vos contacts'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau.'; +$a->strings['Add Your Contacts To Circle'] = 'Ajouter vos contacts à des cercles'; +$a->strings['Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page.'] = 'Une fois que vous vous êtes fait des amis, organisez-les en cercles de conversation privés dans la barre latérale de votre page Contacts. Vous pouvez ensuite interagir avec chaque cercle en privé sur votre page Réseau.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Pourquoi mes éléments ne sont pas publics ?'; $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 respecte votre vie privée. Par défaut, toutes vos publications seront seulement montrés à vos amis. Pour plus d\'information, consultez la section "aide" du lien ci-dessus.'; $a->strings['Getting Help'] = 'Obtenir de l\'aide'; @@ -2696,7 +2972,7 @@ $a->strings['%1$s shared a post'] = '%1$s a partagé une publication'; $a->strings['%1$s wants to attend your event %2$s'] = '%1$s souhaite participer à votre évènement %2$s'; $a->strings['%1$s does not want to attend your event %2$s'] = '%1$s ne souhaite pas participer à votre évènement %2$s'; $a->strings['%1$s maybe wants to attend your event %2$s'] = '%1$s souhaite peut-être participer à votre évènement %2$s'; -$a->strings['%1$s tagged you on %2$s'] = '%1$s vous a mentionné•e dans %2$s'; +$a->strings['%1$s tagged you on %2$s'] = '%1$s vous a mentionné(e) dans %2$s'; $a->strings['%1$s replied to you on %2$s'] = '%1$s vous a répondu dans %2$s'; $a->strings['%1$s commented in your thread %2$s'] = '%1$s a commenté dans votre conversation %2$s'; $a->strings['%1$s commented on your comment %2$s'] = '%1$s a répondu à votre commentaire %2$s'; @@ -2738,7 +3014,7 @@ $a->strings['Please visit %s to approve or reject the suggestion.'] = 'Merci de $a->strings['%s Connection accepted'] = '%s Demande d\'abonnement acceptée'; $a->strings['\'%1$s\' has accepted your connection request at %2$s'] = '\'%1$s\' a accepté votre demande de connexion à %2$s'; $a->strings['%2$s has accepted your [url=%1$s]connection request[/url].'] = '%2$s a accepté votre [url=%1$s]demande de connexion[/url].'; -$a->strings['You are now mutual friends and may exchange status updates, photos, and email without restriction.'] = 'Vous êtes désormais mutuellement amis, et pouvez échanger des mises-à-jour d\'état, des photos, et des messages sans restriction.'; +$a->strings['You are now mutual friends and may exchange status updates, photos, and email without restriction.'] = 'Vous êtes désormais mutuellement amis, et pouvez échanger des mises-à-jour d\'état, des photos, et des courriels sans restriction.'; $a->strings['Please visit %s if you wish to make any changes to this relationship.'] = 'Veuillez visiter %s si vous souhaitez modifier cette relation.'; $a->strings['\'%1$s\' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically.'] = '\'%1$s\' a choisi de vous accepter comme fan ce qui empêche certains canaux de communication tel les messages privés et certaines interactions de profil. Ceci est une page de célébrité ou de communauté, ces paramètres ont été appliqués automatiquement.'; $a->strings['\'%1$s\' may choose to extend this into a two-way or more permissive relationship in the future.'] = '%1$s peut choisir à l\'avenir de rendre cette relation réciproque ou au moins plus permissive.'; @@ -2746,17 +3022,17 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'demande d\'inscription'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Vous avez reçu une demande d\'inscription de %1$s sur %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = '%2$s vous a envoyé une [url=%1$s]demande de création de compte[/url].'; -$a->strings['Full Name: %s +$a->strings['Display Name: %s Site Location: %s -Login Name: %s (%s)'] = 'Nom complet : %s -Adresse du site : %s -Identifiant : %s (%s)'; +Login Name: %s (%s)'] = 'Nom d\'Affichage : %s +Emplacement : %s +Nom de connexion : %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Veuillez visiter %s pour approuver ou rejeter la demande.'; $a->strings['new registration'] = 'Nouvelle inscription'; $a->strings['You\'ve received a new registration from \'%1$s\' at %2$s'] = 'Vous avez reçu une nouvelle inscription de \'%1$s\' à %2$s'; $a->strings['You\'ve received a [url=%1$s]new registration[/url] from %2$s.'] = 'Vous avez reçu une [url=%1$s]nouvelle inscription[/url] de %2$s.'; $a->strings['Please visit %s to have a look at the new registration.'] = 'Merci de visiter %s pour consulter la nouvelle inscription.'; -$a->strings['%s %s tagged you'] = '%s%s vous a mentionné•e'; +$a->strings['%s %s tagged you'] = '%s%s vous a mentionné(e)'; $a->strings['%s %s shared a new post'] = '%s %s a partagé une nouvelle publication'; $a->strings['%1$s %2$s liked your post #%3$d'] = '%1$s %2$s a aimé votre publication #%3$d'; $a->strings['%1$s %2$s liked your comment on #%3$d'] = '%1$s %2$s a aimé votre commentaire sur #%3$d'; @@ -2774,6 +3050,8 @@ $a->strings['Delete globally'] = 'Effacer globalement'; $a->strings['Remove locally'] = 'Effacer localement'; $a->strings['Block %s'] = 'Bloquer %s'; $a->strings['Ignore %s'] = 'Ignorer %s'; +$a->strings['Collapse %s'] = 'Réduire %s'; +$a->strings['Report post'] = 'Signaler la publication'; $a->strings['Save to folder'] = 'Sauvegarder dans le dossier'; $a->strings['I will attend'] = 'Je vais participer'; $a->strings['I will not attend'] = 'Je ne vais pas participer'; @@ -2788,11 +3066,11 @@ $a->strings['Pin'] = 'Épingler'; $a->strings['Unpin'] = 'Désépingler'; $a->strings['Toggle pin status'] = 'Commuter le statut de l\'épingle'; $a->strings['Pinned'] = 'Épinglé'; -$a->strings['Add tag'] = 'Ajouter une étiquette'; +$a->strings['Add tag'] = 'Ajouter un tag'; $a->strings['Quote share this'] = 'Citer et repartager ceci'; $a->strings['Quote Share'] = 'Citer et repartager'; -$a->strings['Reshare this'] = 'Repartager ceci'; -$a->strings['Reshare'] = 'Repartager'; +$a->strings['Reshare this'] = 'Partager ceci'; +$a->strings['Reshare'] = 'Partager'; $a->strings['Cancel your Reshare'] = 'Annuler votre repartage'; $a->strings['Unshare'] = 'Ne plus partager'; $a->strings['%s (Received %s)'] = '%s ( Reçu %s)'; @@ -2800,6 +3078,9 @@ $a->strings['Comment this item on your system'] = 'Commenter ce sujet sur votre $a->strings['Remote comment'] = 'Commentaire distant'; $a->strings['Share via ...'] = 'Partager par...'; $a->strings['Share via external services'] = 'Partager par des services externes'; +$a->strings['Unknown parent'] = 'Parent inconnu'; +$a->strings['in reply to %s'] = 'en réponse à %s'; +$a->strings['Parent is probably private or not federated.'] = 'Le parent est probablement privé ou non fédéré.'; $a->strings['to'] = 'à'; $a->strings['via'] = 'via'; $a->strings['Wall-to-Wall'] = 'Inter-mur'; @@ -2818,14 +3099,18 @@ $a->strings['%d comment'] = [ ]; $a->strings['Show more'] = 'Montrer plus'; $a->strings['Show fewer'] = 'Montrer moins'; -$a->strings['Reshared by: %s'] = 'Repartagé par : %s'; +$a->strings['Reshared by: %s'] = 'Partagé par : %s'; $a->strings['Viewed by: %s'] = 'Vu par : %s'; +$a->strings['Read by: %s'] = 'Lu par : %s'; $a->strings['Liked by: %s'] = 'Aimé par : %s'; $a->strings['Disliked by: %s'] = 'Pas aimé par : %s'; $a->strings['Attended by: %s'] = 'Y assisteront : %s'; $a->strings['Maybe attended by: %s'] = 'Y assisteront peut-être : %s'; $a->strings['Not attended by: %s'] = 'N\'y assisteront pas : %s'; +$a->strings['Commented by: %s'] = 'Commenté par : %s'; $a->strings['Reacted with %s by: %s'] = 'La réaction %s a été faite par : %s'; +$a->strings['Quote shared by: %s'] = 'Cité et repartagé par : %s'; +$a->strings['Chat'] = 'Chat'; $a->strings['(no subject)'] = '(aucun sujet)'; $a->strings['%s is now following %s.'] = '%s suit désormais %s.'; $a->strings['following'] = 'following'; @@ -2914,7 +3199,7 @@ $a->strings['Center'] = 'Centré'; $a->strings['Color scheme'] = 'Schéma de couleurs'; $a->strings['Posts font size'] = 'Taille de texte des publications'; $a->strings['Textareas font size'] = 'Taille de police des zones de texte'; -$a->strings['Comma separated list of helper forums'] = 'Liste de forums d\'entraide, séparés par des virgules'; +$a->strings['Comma separated list of helper groups'] = 'Liste de groupe d\'entraide, séparés par des virgules'; $a->strings['don\'t show'] = 'cacher'; $a->strings['show'] = 'montrer'; $a->strings['Set style'] = 'Définir le style'; diff --git a/view/lang/gd/messages.po b/view/lang/gd/messages.po index ba0eb53b4a..41a3ec200e 100644 --- a/view/lang/gd/messages.po +++ b/view/lang/gd/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic, Scottish (http://app.transifex.com/Friendica/friendica/language/gd/)\n" @@ -33,29 +33,29 @@ msgstr "Cha deach an nì a stòradh." msgid "Item couldn't be fetched." msgstr "Cha d’ fhuair sinn grèim air a nì." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Chaidh post falamh a thilgeil air falbh." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Cha deach an nì a lorg." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -66,17 +66,18 @@ msgstr "Cha deach an nì a lorg." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Chaidh cead a dhiùltadh." @@ -214,150 +215,156 @@ msgstr "\n\t\t\tSeo am fiosrachadh clàraidh a-steach agad:\n\n\t\t\tIonad na l msgid "Your password has been changed at %s" msgstr "Chaidh am facal-faire agad atharrachadh air %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Teachdaireachd ùr" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Cha deach faightear a thaghadh." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Cha do lorg sinn am fiosrachadh conaltraidh." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Cha b’ urrainn dhuinn an teachdaireachd a chur." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Dh’fhàillig cruinneachadh nan teachdaireachdan." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Tilg air falbh" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Teachdaireachdan" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Cha deach an còmhradh a lorg." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Cha deach an teachdaireachd a sguabadh às." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Cha deach an còmhradh a thoirt air falbh." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Cuir URL ceangail:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Cuir teachdaireachd phearsanta" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Gu:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Cuspair:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "An teachdaireachd agad:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Luchdaich suas dealbh" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Cuir a-steach ceangal-lìn" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Fuirich ort" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Cuir a-null" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Chan eil teachdaireachd sam bith ann." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Chan eil an teachdaireachd ri fhaighinn." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Sguab às an teachdaireachd" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D d M Y – g:ia" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Sguab às an còmhradh" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Chan eil conaltradh tèarainte ri fhaighinn. Dh’fhaoidte gur urrainn dhut freagairt o dhuilleag pròifil an t-seòladair." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Cuir an fhreagairt" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Seòladair nach aithne dhuinn – %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Thusa is %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s is thusa" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -374,14 +381,14 @@ msgstr "Nòtaichean pearsanta" msgid "Personal notes are visible only by yourself." msgstr "Chan fhaic ach thu fhèin na nòtaichean pearsanta." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Sàbhail" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -393,22 +400,22 @@ msgid "User not found." msgstr "Cha deach an cleachdaiche a lorg." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Pasgain dhealbhan" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Dealbhan o chionn goirid" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Luchdaich suas dealbhan ùra" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "a h-uile duine" @@ -420,72 +427,72 @@ msgstr "Chan eil fiosrachadh conaltraidh ri fhaighinn" msgid "Album not found." msgstr "Cha deach an t-albam a lorg." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Chaidh an t-albam a sguabadh às" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Bha an t-albam falamh." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Cha b’ urrainn dhuinn an dealbh a sguabadh às." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "dealbh" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "Chuir %3$s %1$s ’na thaga ri %2$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Chaidh an t-inntrigeadh poblach a dhiùltadh." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Cha deach dealbh a thaghadh" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" -msgstr "" +msgstr "Cha ghabh sinn ri dealbhan nas motha na %s" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Luchdaich suas dealbhan" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Ainm an albaim ùir: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "no tagh albam a tha ann:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Na seall post staide dhan luchdadh suas seo" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Ceadan" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "A bheil thu cinnteach gu bheil thu airson an t-albam seo ’s a h-uile dealbh aige a sguabadh às?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Sguab às an t-albam" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -495,256 +502,273 @@ msgstr "Sguab às an t-albam" msgid "Cancel" msgstr "Sguir dheth" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Deasaich an t-albam" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Thoir air falbh an t-albam" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Seall an fheadhainn as ùire an toiseach" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Seall an fheadhainn as sine an toiseach" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Seall an dealbh" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Chaidh cead a dhiùltadh. Dh’fhaoidte gu bheil an t-inntrigeadh dhan nì seo cuingichte." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Chan eil an dealbhan ri fhaighinn" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "A bheil thu cinnteach gu bheil thu airson an dealbh seo a sguabadh às?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Sguab às an dealbh" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Seall an dealbh" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Deasaich an dealbh" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Sguab às an dealbh" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Cleachd ’na dhealbh pròifile" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Dealbh prìobhaideach" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Seall air a làn-mheud" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Tagaichean: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Tagh tagaichean gus an toirt air falbh]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Ainm albaim ùir" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Fo-thiotal" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Cuir taga ris" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Ball-eisimpleir: @aonghas, @Oighrig_Chaimbeul, @seaonaidh@ball-eisimpleir.com, #Leòdhas, #gàirnealaireachd" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Na cuairtich" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Cuairtich a’ dol deiseil" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Cuairtich a’ dol tuathail" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Seo thusa" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Beachd" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Ro-sheall" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "’Ga luchdadh…" -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Tagh" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Sguab às" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "’S toigh leam seo" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "’S toigh leam seo (toglaich)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Cha toigh leam seo" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Cha toigh leam seo (toglaich)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Mapa" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Cha deach luach a shuidheachadh do rèiteachadh ùrlar an t-siostaim." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Tha sinn duilich ach chan eil an làrach-lìn ri fhaighinn an-dràsta." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "A bheil thu airson an nì seo a sguabadh às?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "A bheil thu airson an t-ùghdar seo a bhacadh? Chan urrainn dhaibh leantainn ort no na postaichean poblach agad fhaicinn tuilleadh agus chan fhaic thu fhèin na postaichean no na brathan uapa." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." -msgstr "" - -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" +msgstr "A bheil thu airson an t-ùghdar seo a leigeil seachad? Chan fhaic thu na postaichean no na brathan uapa." #: src/App/Page.php:252 -msgid "Dislike not successful" -msgstr "" +msgid "Collapse this author's posts?" +msgstr "A bheil thu airson postaichean an ùghdair seo a cho-theannachadh?" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" -msgstr "" +msgid "Like not successful" +msgstr "Cha deach leinn a chur ris na h-annsachdan" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "Cha deach leinn a thoirt air falbh o na h-annsachdan" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "Cha deach leinn a cho-roinneadh" #: src/App/Page.php:259 -msgid "Drop files here to upload" -msgstr "" +msgid "Attendance unsuccessful" +msgstr "Cha deach leis an làthaireachd" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." -msgstr "" +msgid "Backend error" +msgstr "Mearachd a’ backend" #: src/App/Page.php:261 +msgid "Network error" +msgstr "Mearachd lìonraidh" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "Leig às faidhlichean an-seo gus an luchdadh suas" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "Cha chuir am brabhsair agad taic ri luchdadh suas fhaidhlichean le slaodadh is leigeil às." + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." -msgstr "" - -#: src/App/Page.php:262 -msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." -msgstr "" - -#: src/App/Page.php:263 -msgid "You can't upload files of this type." -msgstr "" - -#: src/App/Page.php:264 -msgid "Server responded with {{statusCode}} code." -msgstr "" - -#: src/App/Page.php:265 -msgid "Cancel upload" -msgstr "" - -#: src/App/Page.php:266 -msgid "Upload canceled." -msgstr "" +msgstr "Cleachd an t-seann-dòigh airson faidhlichean a luchdadh suas leis an fhoirm gu h-ìosal." #: src/App/Page.php:267 -msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "Tha am faidhle ro mhòr ({{filesize}}MiB). Meud as motha nam faidhlichean: {{maxFilesize}}MiB." #: src/App/Page.php:268 -msgid "Remove file" -msgstr "" +msgid "You can't upload files of this type." +msgstr "Chan urrainn dhut faidhlichean dhen t-seòrsa seo a luchdadh suas." #: src/App/Page.php:269 -msgid "You can't upload any more files." -msgstr "" +msgid "Server responded with {{statusCode}} code." +msgstr "Dh’fhreagair am frithealaiche le còd {{statusCode}}." -#: src/App/Page.php:347 +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "Sguir dhen luchdadh suas" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "Chaidh sgur dhen luchdadh suas." + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "A bheil thu cinnteach gu bheil thu airson sgur dhen luchdadh suas seo?" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "Thoir am faidhle air falbh" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "Chan urrainn dhut barrachd fhaidhlichean a luchdadh suas." + +#: src/App/Page.php:352 msgid "toggle mobile" -msgstr "" +msgstr "toglaich mobile" #: src/App/Router.php:309 #, php-format @@ -759,33 +783,34 @@ msgstr "Cha deach an duilleag a lorg." msgid "You must be logged in to use addons. " msgstr "Feumaidh tu clàradh a-steach mus urrainn dhut tuilleadain a chleachdadh. " -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "Cha robh tòcan tèarainteachd an fhoirm mar bu chòir. Tha sinn an dùil gun do thachair sin air sgàth ’s gun robh am foirm fosgailte do fhada (>3 uairean a thìde) mus deach a chur a-null." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "A h-uile neach-aithne" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Luchd-leantainn" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "A’ leantainn" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Caraidean an cumantas" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Cumanta" @@ -824,7 +849,7 @@ msgstr "Chaidh an neach-aithne a bhacadh on nòd" #: src/Console/MergeContacts.php:75 #, php-format msgid "%d %s, %d duplicates." -msgstr "" +msgstr "%d %s, dùblachaidhean: %d." #: src/Console/MergeContacts.php:78 #, php-format @@ -834,7 +859,7 @@ msgstr "Tha uri-id falamh dhan neach-aithne %s." #: src/Console/MergeContacts.php:91 #, php-format msgid "No valid first contact found for uri-id %d." -msgstr "" +msgstr "Cha deach ciad neach-aithne dligheach a lorg dha uri-id %d." #: src/Console/MergeContacts.php:102 #, php-format @@ -935,7 +960,7 @@ msgstr "Tha na h-ùrachaidhean air postaichean rin dèiligeadh deiseil." msgid "Enter user nickname: " msgstr "Cuir a-steach far-ainm a’ chleachdaiche: " -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1108,393 +1133,530 @@ msgstr "pnut" #: src/Content/ContactSelector.php:143 msgid "Tumblr" -msgstr "" +msgstr "Tumblr" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (slighe %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "agus" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "agus %d eile" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%2$s doesn't like this." -msgid_plural "%2$s don't like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:231 -#, php-format -msgid "%2$s attends." -msgid_plural "%2$s attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:233 -#, php-format -msgid "%2$s doesn't attend." -msgid_plural "%2$s don't attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:235 -#, php-format -msgid "%2$s attends maybe." -msgid_plural "%2$s attend maybe." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "’S toigh le %2$s seo." +msgstr[1] "’S toigh le %2$s seo." +msgstr[2] "’S toigh le %2$s seo." +msgstr[3] "’S toigh le %2$s seo." #: src/Content/Conversation.php:237 #, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "Cha toigh le %2$s seo." +msgstr[1] "Cha toigh le %2$s seo." +msgstr[2] "Cha toigh le %2$s seo." +msgstr[3] "Cha toigh le %2$s seo." + +#: src/Content/Conversation.php:239 +#, php-format +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "Bidh %2$s an làthair." +msgstr[1] "Bidh %2$s an làthair." +msgstr[2] "Bidh %2$s an làthair." +msgstr[3] "Bidh %2$s an làthair." + +#: src/Content/Conversation.php:241 +#, php-format +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "Cha bhi %2$s an làthair." +msgstr[1] "Cha bhi %2$s an làthair." +msgstr[2] "Cha bhi %2$s an làthair." +msgstr[3] "Cha bhi %2$s an làthair." + +#: src/Content/Conversation.php:243 +#, php-format +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "’S dòcha gum bi %2$s an làthair." +msgstr[1] "’S dòcha gum bi %2$s an làthair." +msgstr[2] "’S dòcha gum bi %2$s an làthair." +msgstr[3] "’S dòcha gum bi %2$s an làthair." + +#: src/Content/Conversation.php:245 +#, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Co-roinn %2$s seo." +msgstr[1] "Co-roinn %2$s seo." +msgstr[2] "Co-roinn %2$s seo." +msgstr[3] "Co-roinn %2$s seo." -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "’S toil le seo" +msgstr[1] "’S toigh le seo" +msgstr[2] "’S toigh le seo" +msgstr[3] "’S toigh le seo" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Cha toigh le seo" +msgstr[1] "Cha toigh le seo" +msgstr[2] "Cha toigh le seo" +msgstr[3] "Cha toigh le seo" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Bidh an làthair" +msgstr[1] "Bidh an làthair" +msgstr[2] "Bidh an làthair" +msgstr[3] "Bidh an làthair" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Cha bhi an làthair." +msgstr[1] "Cha bhi an làthair" +msgstr[2] "Cha bhi an làthair" +msgstr[3] "Cha bhi an làthair" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "’S dòcha gum bi an làthair" +msgstr[1] "’S dòcha gum bi an làthair" +msgstr[2] "’S dòcha gum bi an làthair" +msgstr[3] "’S dòcha gum bi an làthair" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Cho-roinn seo" +msgstr[1] "Cho-roinn seo" +msgstr[2] "Cho-roinn seo" +msgstr[3] "Cho-roinn seo" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Chì a h-uile duine e" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Cuir a-steach URL deilbh/video/fuaime/làraich-lìn:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Teirm tagaidh:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Sàbhail gu pasgan:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Càit a bheil thu an-dràsta?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "An sguab thu seo às?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Air a chruthachadh" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Post ùr" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Co-roinn" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "luchdaich suas dealbh" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Ceangail faidhle ris" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "ceangail faidhle ris" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Trom" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Eadailteach" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Loidhne fodha" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Iomradh" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "Cuir Emojis ris" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "Rabhadh susbainte" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Còd" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Dealbh" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Ceangal" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Ceangal no meadhan" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Video" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Suidhich d’ ionad" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "suidhich d’ ionad" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Falamhaich ionad a’ bhrabhsair" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "falamhaich an ionad" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Suidhich an tiotal" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Roinnean-seòrsa (liosta sgaraichte le cromagan)." -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Air an sgeideal" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Roghainnean cead" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Post poblach" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Teachdaireachd" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Brabhsair" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Fosgail duilleag an sgrìobhaidh" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Nì prìnichte" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Seall a’ phròifil aig %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Roinnean-seòrsa:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Air a chlàradh fo:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s o %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Seall le co-theacsa" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "thoir air falbh" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Sguab às na nithean a thagh thu" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "Chaidh d’ ainmeachadh (%s)." -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Tha thu a’ leantainn air %s." -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "Dh’fho-sgrìobh thu air taga no dhà sa phost seo." -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "Co-roinn %s seo." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "’Ga cho-roinneadh" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "’Ga cho-roinneadh le %s <%s>" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "Tha %s a’ gabhail pàirt san t-snàithlean seo." -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "Chaidh a stòradh air adhbharan coitcheann" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "Post co-naisgte" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "Chaidh a chur slighe frithealaiche ath-sheachadain" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "Chaidh a chur slighe frithealaiche ath-sheachadain %s <%s>" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Air fhaighinn" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Air fhaighinn ri linn %s <%s>" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "Chaidh a stòradh air sàilleibh post-cloinne airson an snàithlean iomlain fhaighinn." -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "Lìbhrigeadh ionadail" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Chaidh a stòradh air sàilleibh do ghnìomhachd (’s toigh, beachd, rionnag, …)" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "Sgaoilte" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "Air a phutadh thugainne" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Nì prìnichte" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Seall a’ phròifil aig %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Roinnean-seòrsa:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Air a chlàradh fo:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s o %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Seall le co-theacsa" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Coimhearsnachd ionadail" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Postaichean o luchd-cleachdaidh ionadail an fhrithealaiche seo" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Coimhearsnachd cho-naisgte" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Postaichean on luchd-cleachdaidh air an lìonra cho-naisgte gu lèir" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "A’ ghnìomhachd as ùire" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Seòrsaich a-rèir na gnìomhachd as ùire" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Na postaichean as ùire" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Seòrsaich a-rèir ceann-là faighinn nam post" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "An cruthachadh as ùire" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Seòrsaich a-rèir ceann-là cruthachadh nam post" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Pearsanta" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Postaichean le iomradh ort no sa bheil thu an sàs" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Rionnag" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Na postaichean as annsa" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Gleusan coitcheann" @@ -1524,13 +1686,13 @@ msgid "Post Composition Features" msgstr "Gleusan sgrìobhadh puist" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Thoir iomradh air fòram gu fèin-obrachail" +msgid "Auto-mention Groups" +msgstr "Thoir iomradh air bhuidhnean gu fèin-obrachail" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Cuir ris/thoir air falbh an t-iomradh nuair a thèid duilleag fòraim a thaghadh no dì-thaghadh san uinneag ACL." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "Cuir ris/thoir air falbh an t-iomradh nuair a thèid duilleag buidhinn a thaghadh no dì-thaghadh san uinneag ACL." #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1570,12 +1732,12 @@ msgid "Advanced Profile Settings" msgstr "Roghainnean adhartach na pròifile" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Liosta nam fòraman" +msgid "List Groups" +msgstr "Seall na buidhnean" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Seall fòraman poblach na coimhearsnachd dhan fheadhainn a thadhlas air duilleag adhartach na pròifil" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "Seall buidhnean poblach dhan fheadhainn a thadhlas air duilleag adhartach na pròifil" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1595,421 +1757,432 @@ msgstr "Seall ceann-là na ballrachd sa phròifil" #: src/Content/Feature.php:126 msgid "Advanced Calendar Settings" -msgstr "" +msgstr "Roghainnean adhartach a’ mhìosachain" #: src/Content/Feature.php:127 msgid "Allow anonymous access to your calendar" -msgstr "" +msgstr "Ceadaich inntrigeadh gun ainm dhan mhìosachan agad" #: src/Content/Feature.php:127 msgid "" "Allows anonymous visitors to consult your calendar and your public events. " "Contact birthday events are private to you." -msgstr "" +msgstr "Leigidh seo le aoighean sùil a thoirt air a’ mhìosachan ’s air na tachartasan poblach agad. Bidh tachartasan cinn-là breith an luchd-aithne agad prìobhaideach dhut-sa." -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Fòraman" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "Buidhnean" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Ceangal cèin dhan fhòram" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "Ceangal cèin dhan bhuidheann" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "seall nas lugha dheth" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "seall barrachd dheth" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Cruthaich buidheann ùr" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "tachartas" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "staid" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "dealbh" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "Chuir %1$s taga %4$s ri %3$s aig %2$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Lean air an t-snàithlean" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Seall an staid" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Seall a’ phròifil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Seall na dealbhan" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Postaichean lìonraidh" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Seall an neach-aithne" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Cuir TPh" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Bac" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Leig seachad" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" +msgstr "Co-theannaich" + +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Cànanan" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Ceangail ris/Lean air" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." -msgstr "" +msgstr "Chan urrainn dhuinn an cleachdaiche fhaighinn dhut." -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Chan eil dad ùr an-seo" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Air ais" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Falamhaich na brathan" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@ainm, !fòram, #tagaichean, susbaint" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "@ainm, !buidheann, #tagaichean, susbaint" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Clàraich a-mach" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Cuir crìoch air an t-seisean seo" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Clàraich a-steach" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Clàraich a-steach" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" -msgstr "" +msgstr "Còmhraidhean" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" -msgstr "" +msgstr "Na còmhraidhean a thòisich thusa" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Pròifil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Duilleag na pròifil agad" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Dealbhan" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Na dealbhan agad" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Meadhanan" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Na postaichean agad sa bheil meadhanan" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" -msgstr "" +msgstr "Mìosachan" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" -msgstr "" +msgstr "Am mìosachan agad" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Nòtaichean pearsanta" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Na nòtaichean pearsanta agad" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Dachaigh" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Duilleag-dhachaigh" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Clàraich leinn" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Cruthaich cunntas" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Cobhair" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Cobhair is docamaideadh" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Aplacaidean" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Tuilleadain aplacaide, goireis is geama" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Lorg" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Lorg susbaint san làrach" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Teacsa slàn" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tagaichean" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Luchd-aithne" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Coimhearsnachd" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Còmhraidhean air an fhrithealaiche seo is frithealaichean eile" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Eòlaire" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Eòlaire nan daoine" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Fiosrachadh" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Fiosrachadh mun ionstans Friendica seo" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Teirmichean na seirbheise" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Teirmichean seirbheise an ionstans Friendica seo" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Lìonra" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Còmhraidhean nan caraidean agad" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Na postaichean ’s còmhraidhean agad" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" -msgstr "" +msgstr "Cuir an aithne" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Iarrtasan càirdeis" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Brathan" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Seall gach brath" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Cuir comharra gun deach fhaicinn" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Cuir comharra gun deach gach brath an t-siostaim a leughadh" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Post prìobhaideach" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Am bogsa a-steach" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Am bogsa a-mach" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Cunntasan" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Stiùir duilleagan eile" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Roghainnean" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Roghainnean a’ chunntais" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Stiùir/deasaich caraidean is luchd-aithne" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Rianachd" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Suidheachadh ’s rèiteachadh na làraich" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 #: src/Module/Moderation/Users/Index.php:147 msgid "Moderation" -msgstr "" +msgstr "Maorsainneachd" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" -msgstr "" +msgstr "Susbaint is maorsainneachd chleachdaichean" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Seòladaireachd" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mapa na làraich" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Tha an leabachadh à comas" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Susbaint leabaichte" @@ -2029,51 +2202,51 @@ msgstr "air adhart" msgid "last" msgstr "dhan deireadh" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Dealbh" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Ceangal dhan tùs" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Briog ’ga fhosgladh/dhùnadh" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "Sgrìobh $1:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Susbaint chrioptaichte" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Pròtacal tùis mì-dhligheach" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Pròtacal ceangail mì-dhligheach" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "A’ luchdadh barrachd nithean…" -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" -msgstr "" +msgstr "A’ chrìoch" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Lean air" @@ -2102,88 +2275,92 @@ msgstr[1] "Tha %d chuireadh ri fhaighinn" msgstr[2] "Tha %d cuiridhean ri fhaighinn" msgstr[3] "Tha %d cuireadh ri fhaighinn" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Lorg daoine" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Cuir a-steach ainm no ùidh" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Mar eisimpleir: Aonghas MacLeòid, iasgach" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Lorg" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Molaidhean charaidean" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Ùidhean an cumantas" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Pròifil air thuaiream" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Thoir cuireadh do charaidean" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Eòlaire co-naisgte" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Eòlaire ionadail" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Buidhnean" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "Cearcallan" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "A h-uile duine" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "Gu dàimh" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Dàimhean" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "A h-uile neach-aithne" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Pròtacalan" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Gach pròtacal" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Pasganan air an sàbhaladh" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "A h-uile càil" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Roinnean-seòrsa" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2192,30 +2369,40 @@ msgstr[1] "%d luchd-aithne an cumantas" msgstr[2] "%d luchd-aithne an cumantas" msgstr[3] "%d luchd-aithne an cumantas" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Tasg-lannan" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "Air an latha seo" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Daoine" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Buidhnean" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Naidheachdan" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Seòrsaichean chunntasan" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Na h-uile" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Às-phortaich" @@ -2266,41 +2453,56 @@ msgstr[3] "Tagaichean a’ treandadh (san %d uair a thìde seo chaidh)" msgid "More Trending Tags" msgstr "Barrachd thagaichean a’ treandadh" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Iomradh" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Ionad:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Lìonra:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Na lean tuilleadh" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Thu fhèin" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Co-dhàimhean" @@ -2309,7 +2511,7 @@ msgid "Post to Email" msgstr "Postaich dhan phost-d" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Poblach" @@ -2332,9 +2534,9 @@ msgstr "Thèid an t-susbaint seo a shealltainn dhan fheadhainn san dàrna bhogsa #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "Tòisich air ainm neach-aithne no cearcall a sgrìobhadh a shealltainn liosta chriathraichte. ’S urrainn dhut iomradh a thoirt air cearcallan sònraichte mar “Luchd-leantainn” no “Co-dhàimhean” cuideachd." #: src/Core/ACL.php:325 msgid "Show to:" @@ -2442,394 +2644,418 @@ msgstr "Ma tha thu ’ga ruith fo Windows, faic “http://www.php.net/manual/en/ msgid "Generate encryption keys" msgstr "A’ gintinn nan iuchraichean crioptachaidh" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Mearachd: Tha mòideal mod-rewrite aig an fhrithealaiche-lìn Apache riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Mòideal Apache mod_rewrite" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Mearachd: Tha mòideal PDO no MySQLi aig PHP riatanach ach cha deach gin diubh a stàladh." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Mearachd: Cha deach an draibhear MySQL airson PDO a stàladh." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "Mòideal PDO no MySQLi aig PHP" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Mearachd: Tha am mòideal XML aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "Mòideal XML aig PHP" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "Mòideal libCurl aig PHP" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Mearachd: Tha am mòideal libCurl aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "Mòideal grafaigeachd GD aig PHP" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Mearachd: Tha am mòideal grafaigeachd GD aig PHP le taic dha JPEG riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "Mòideal OpenSSL aig PHP" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Mearachd: Tha am mòideal openssl aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "mòideal mb_string aig PHP" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Mearachd: Tha am mòideal mb_string aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "Mòideal iconv aig PHP" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Mearachd: Tha am mòideal iconv aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "Mòideal POSIX aig PHP" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Mearachd: Tha am mòideal POSIX aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Foincseanan gnìomhachadh phrògraman" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Mearachd: Tha foincseanan gnìomhachadh phrògraman (proc_open) riatanach ach cha deach an cur an comas." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "Mòideal JSON aig PHP" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Mearachd: Tha am mòideal JSON aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Mòideal File Information aig PHP" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Mearachd: Tha am mòideal File Information aig PHP aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "Mòideal GNU Multiple Precision aig PHP" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "Mearachd: Tha am mòideal GNU Multiple Precision aig PHP riatanach ach cha deach a stàladh." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "Feumaidh an stàlaichear-lìn faidhle a chruthachadh air a bheil “local.config.php” ann am pasgan “config” an fhrithealaiche-lìn agad is chan urrainn dha sin a dhèanamh." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "Mar as trice, is roghainn cead as coireach agus ’s dòcha nach fhaod am frithealaiche-lìn faidhlichean a sgrìobhadh sa phasgan agad – fiù mas urrainn dhut fhèin." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "Air deireadh na sgeòil, bheir sinn teacsa thugad ach an sàbhail thu e ann am faidhle air a bheil local.config.php sa phasgan “config” aig Friendica." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Mar roghainn eile, leig seo dhan dàrna taobh agus dèan stàladh a làimh. Faic am faidhle “doc/INSTALL.md” airson stiùireadh." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "Gabhaidh sgrìobhadh san fhaidhle config/local.config.php" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Cleachdaidh Friendica einnsean theamplaidean Smarty3 airson na seallaidhean-lìn aige a reandaradh. Trusaidh Smarty3 na teamplaidean gu PHP airson an reandaradh a dhèanamh nas luaithe." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Airson na teamplaidean sin a stòradh às dèidh an trusaidh, feumaidh inntrigeadh a chùm sgrìobhaidh sa phasgan view/smarty3/ fo phrìomh-phasgan Friendica a bhith aig an fhrithealaiche-lìn." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Dèan cinnteach gu bheil inntrigeadh a chùm sgrìobhaidh dhan phasgan seo aig a’ chleachdaiche leis a bheil am frithealaiche-lìn ’ga ruith (m.e. www-data)." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "An aire: a chùm tèarainteachd, bu chòir dhut inntrigeadh a chùm sgrìobhaidh a thoirt dhan fhrithealaiche-lìn airson a’ phasgain view/smarty3/ a-mhàin is chan ann dha na faidhlichean teamplaide (.tpl) a tha ’na bhroinn." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "Gabhaidh sgrìobhadh sa phasgan view/smarty3" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Tha coltas nach eil an Url rewrite ag obair san fhaidhle .htaccess. Dèan cinnteach gun do chruthaich thu lethbhreac dhe .htaccess-dist aig .htaccess." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "Ann an cuid a shuidheachaidhean (can ruith am broinn suithich), ’s urrainn dhut a’ mhearachd seo a leigeil seachad." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Teachdaireachd mearachd o Curl rè na faighinn" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Tha Url rewrite ag obair" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Cha deach leinn mothachadh dha TLS a chùm conaltraidh thèarainte eadar am brabhsair ’s am frithealaiche Friendica ùr." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Mholamaid nach cleachd thu Friendica ach thar ceangal tèarainte idir on a thèid fiosrachadh dìomhair mar fhaclan-faire a thar-chur." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Dèan cinnteach gum bi an ceangal dhan fhrithealaiche tèarainte." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Cha do mhothaich sinn dha TLS" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "Mhothaich sinn dha TLS" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "Cha deach an tuilleadan ImageMagick aig PHP a stàladh" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "Chaidh an tuilleadan ImageMagick aig PHP a stàladh" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "Cuiridh ImageMagick taic ri GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Tha an stòr-dàta ’ga chleachdadh mu thràth." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Cha b’ urrainn dhuinn ceangal ris an stòr-dàta." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "DiLuain" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "DiMàirt" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "DiCiadain" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "DiarDaoin" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "DihAoine" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "DiSathairne" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "DiDòmhnaich" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Am Faoilleach" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "An Gearran" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Am Màrt" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "An Giblean" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "An Cèitean" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "An t-Ògmhios" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "An t-Iuchar" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "An Lùnastal" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "An t-Sultain" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "An Dàmhair" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "An t-Samhain" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "An Dùbhlachd" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "DiL" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "DiM" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "DiC" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Dia" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Dih" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "DiS" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "DiD" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Faoi" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Gearr" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Màrt" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Gibl" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Ògmh" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Iuch" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Lùna" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sult" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Dàmh" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Samh" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dùbh" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Cha ghabh faidhle “%s” an loga a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Cha ghabh faidhle “%s” an loga dì-bhugachaidh a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2874,22 +3100,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Chan eil taic ri iar-ùrachadh o thionndadh %s. Ùraich gun tionndadh 2021.01 air a char as sine agus fuirich gus am bith an t-iar-ùrachadh deiseil le tionndadh 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: a’ dèanamh ro-ùrachadh %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: a’ dèanamh iar-ùrachadh %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Dh’fhàillig le ùrachadh %s. Thoir sùil air logaichean nam mearachdan." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2899,49 +3125,49 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tDh’fhoillsich luchd-leasachaidh Friendica ùrachadh %s o chionn goirid\n\t\t\t\tach nuair a dh’fheuch mi ris a stàladh, chaidh rudeigin ceàrr gu dona.\n\t\t\t\tFeumaidh sinn seo a chàradh a dh’aithghearr ach chan urrainn dhomh sin a dhèanamh ’nam aonar. Cuir fios gu\n\t\t\t\tneach-leasachaidh Friendica mur urrainn dhut fhèin mo chuideachadh. Dh’fhaoidte nach eil an stòr-dàta agam dligheach." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "Seo teachdaireachd na mearachd:\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Brath Friendica] Ùrachadh an stòir-dhàta" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" "\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "" +msgstr "\n\t\t\t\tChaidh stòr-dàta Friendica ùrachadh o %s gu %s." #: src/Database/DBStructure.php:57 #, php-format msgid "The database version had been set to %s." msgstr "Chaidh tionndadh an stòir-dhàta a shuidheachadh air %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "Tha an t-iar-ùrachadh air tionndadh %d ach feumaidh e bhith air %d mus gabh na clàran a leigeil às gu sàbhailte." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Cha deach clàr gun cleachdadh a lorg." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Chan eil na clàran seo ’gan cleachdadh airson Friendica is thèid an sguabadh às ma ghnìomhaicheas tu “dbstructure drop -e”:" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "Chan eil clàr air MyISAM no InnoDB le fòrmat faidhle Antelope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2949,42 +3175,42 @@ msgid "" "%s\n" msgstr "\nThachair mearachd %d rè ùrachadh an stòir-dhàta:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Thachair sinn ri mearachdan nuair a bha sinn ag atharrachadh an stòir-dhàta: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Tha ùrachadh eile ’ga ruith air an stòr-dàta an-dràsta fhèin." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Ùrachadh an stòir-dhàta" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: Ag ùrachadh clàr %s." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Cha deach an clàr a lorg" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Eintiteas nach gabh a phròiseasadh" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Gun chead" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "Cha deach an tòcan ùghdarrachadh le cleachdaiche dligheach no tha sgòp riatanach a dhìth" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Mearachd frithealaiche inntearnail" @@ -2993,82 +3219,122 @@ msgstr "Mearachd frithealaiche inntearnail" msgid "Legacy module file not found: %s" msgstr "Cha deach am faidhle mòideil dìleabach seo a lorg: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "Chaidh cearcall a bh’ air a sguabadh às ath-bheòthachadh. Faodaidh ceadan a tha ann air nithean a bhith an sàs air a’ chearcall seo is air ball ri teachd sam bith. Mur e sin a bha fa-near dhut, cruthaich cearcall eile air a bheil ainm eile." + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "A h-uile duine" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "deasaich" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "cuir ris" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "Deasaich an cearcall" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "Luchd-aithne gun chearcall" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "Cruthaich cearcall ùr" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "Ainm a’ chearcaill: " + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "Deasaich na cearcallan" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Aontaich ris" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Buidheann" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Fòram" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "Buidheann" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "URL pròifile mì-dhligheach." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Àrainn bhacte" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Tha URL a’ cheangail a dhìth." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "Cha b’ urrainn dhuinn an neach-aithne a chur ris. Thoir sùil air teisteas an lìonraidh iomchaidh air duilleag nan “Roghainnean” > “Lìonraidhean sòisealta” agad." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" -msgstr "" +msgstr "Chan eil an lìonra %s air a bheil dùil co-ionnann ris a lìonra %s a tha ann" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Chan eil an seòladh pròifile a shònraich thu a’ solar am fiosrachadh iomchaidh." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Cha do lorg sinn pròtacal conaltraidh no inbhir iomchaidh." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Cha deach an t-ùghdar no ainm a lorg." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Cha b’ urrainn dhuinn URL a’ bhrabhsair a mhaidseadh ris an t-seòladh seo." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Tha b’ urrainn dhuinn an seòladh-aithne san stoidhle @ a mhaidseadh le pròtacal as aithne dhuinn no neach-aithne puist-d." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Cleachd mailto: ron t-seòladh airson sgrùdadh nam post-d a sparradh." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Tha seòladh na pròifil a shònraich thu a’ buntainn ri lìonra a chaidh a chur à comas air an làrach seo." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Pròifil chuingichte. Chan fhaigh an neach seo brathan dìreach/pearsanta uat." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Cha d’ fhuair sinn grèim air fiosrachadh an neach-aithne." @@ -3076,56 +3342,56 @@ msgstr "Cha d’ fhuair sinn grèim air fiosrachadh an neach-aithne." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "l, d F Y \\@ g:i a \\G\\M\\TP (e)" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "A’ tòiseachadh:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Thig e gu crìoch:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "fad an latha" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sult" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "an-diugh" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "mìos" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "seachdain" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "latha" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Chan eil tachartas ri shealltainn ann" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Chaidh an t-inntrigeadh dhan phròifil seo a chuingeachadh." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." -msgstr "" +msgstr "Cha deach an tachartas a lorg." #: src/Model/Event.php:637 msgid "l, F j" @@ -3155,110 +3421,76 @@ msgstr "D g:i a" msgid "g:i A" msgstr "g:i a" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Seall am mapa" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Falaich am mapa" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Cò-là breith aig %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Co-là breith sona dhut, %s" -#: src/Model/Group.php:105 -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 "Chaidh buidheann a bh’ air a sguabadh às ath-bheòthachadh. Faodaidh ceadan a tha ann air nithean a bhith an sàs air a’ bhuidheann seo is air ball ri teachd sam bith. Mur e sin a bha fa-near dhut, cruthaich buidheann eile air a bheil ainm eile." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Am buidheann prìobhaideachd bunaiteach do luchd-aithne ùr" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "A h-uile duine" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "deasaich" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "cuir ris" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Deasaich am buidheann" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Luchd-aithne gun bhuidheann" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Cruthaich buidheann ùr" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Ainm a’ bhuidhinn: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Deasaich buidhnean" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Na cànanan dhan a mhothaich sinn sa phost seo:\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "gnìomhachd" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "beachd" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "post" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" -msgstr "" +msgstr "Tha %s ’ga bhacadh" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" -msgstr "" +msgstr "Tha %s ’ga leigeil seachad" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" -msgstr "" +msgstr "Tha susbaint o %s ’ga cho-theannachadh" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Rabhadh susbainte: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "baidht" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3267,7 +3499,7 @@ msgstr[1] "%2$s (%3$d%%, %1$d bhòt)" msgstr[2] "%2$s (%3$d%%, %1$d bhòtaichean)" msgstr[3] "%2$s (%3$d%%, %1$d bhòt)" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3276,7 +3508,7 @@ msgstr[1] "%2$s (%1$d bhòt)" msgstr[2] "%2$s (%1$d bhòtaichean)" msgstr[3] "%2$s (%1$d bhòt)" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3285,7 +3517,7 @@ msgstr[1] "Rinn %d bhòtadh. Crìoch a’ chunntais-bheachd: %s" msgstr[2] "Rinn %d bhòtadh. Crìoch a’ chunntais-bheachd: %s" msgstr[3] "Rinn %d bhòtadh. Crìoch a’ chunntais-bheachd: %s" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3294,12 +3526,12 @@ msgstr[1] "Rinn %d bhòtadh." msgstr[2] "Rinn %d bhòtadh." msgstr[3] "Rinn %d bhòtadh." -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "Crìoch a’ bhunntais-bheachd:%s" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Seall air duilleag fa leth" @@ -3307,227 +3539,228 @@ msgstr "Seall air duilleag fa leth" msgid "[no subject]" msgstr "[gun chuspair]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Dealbhan balla" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Deasaich a’ phròifil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Atharraich dealbh na pròifil" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Duilleag-dhachaigh:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Mu dhèidhinn:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Inbhir Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." -msgstr "" +msgstr "Chaidh dearbhadh gu bheil an làrach-lìn seo aig an aon neach." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "d F" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[an-diugh]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Cuimhneachain co-là breith" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Co-làithean breith an t-seachdain seo:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g a l d F" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Gun tuairisgeul]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Cuimhneachain air tachartasan" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Tachartasan anns na 7 làithean seo tighinn:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: Tha %1$s a’ cur fàilte air %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Baile d’ àraich:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Inbhe pòsaidh:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Le:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "O chionn:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Aidmheil cleamhnais:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Beachdan poilitigeach:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Beachdan creideamhach:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "’S toigh seo le:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Cha toigh seo le:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Tiotal/Tuairisgeul:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Geàrr-chunntas" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Ùidhean ciùil" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Leabhraichean ⁊ litreachas" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Telebhisean" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/dannsa/cultar/dibheirsean" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Cur-seachadan/ùidhean" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Gaol/suirghe" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Obair/fastadh" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Sgoil/foghlam" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Fiosrachadh conaltraidh is meadhanan sòisealta" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "MEARACHD MHÒR: Dh’fhàillig le gintinn nan iuchraichean tèarainteachd." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Dh’fhàillig leis a’ chlàradh a-steach" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Tha fiosrachadh a dhìth dhan dearbhadh" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Chan fhaod am facal-faire a bhith bàn" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Chan eil faclan-faire bàna ceadaichte." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Chaidh am facal-faire ùr fhoillseachadh ann an dumpadh dàta poblach, tagh fear eile." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "Chan fhaod am facal-faire a bhith nas fhaide na 72 caractar." -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" -msgstr "" +msgstr "Chan fhaod àite bàn no litir le stràc a bhith am broinn an fhacail-fhaire" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Chan eil an dà fhacal-faire co-ionnann. Cha deach am facal-faire atharrachadh." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Tha feum air cuireadh." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Cha b’ urrainn dhuinn an cuireadh a dhearbhadh." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "URL OpenID mì-dhligheach" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Thachair sinn ri duilgheadas fhad ’s a bha sinn ’gad clàradh a-steach leis an OpenID a thug thu seachad. Thoir sùil air litreachadh an ID." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Seo teachdaireachd na mearachd:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Cuir a-steach am fiosrachadh riatanach." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "Tha system.username_min_length (%s) agus system.username_max_length (%s) ag às-dùnadh càch a chèile, a’ cur nan luachan an àite càch a chèile." -#: src/Model/User.php:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3536,7 +3769,7 @@ msgstr[1] "Feumaidh co-dhiù %s charactar a bhith am broinn an ainm-chleachdaich msgstr[2] "Feumaidh co-dhiù %s caractaran a bhith am broinn an ainm-chleachdaiche." msgstr[3] "Feumaidh co-dhiù %s caractar a bhith am broinn an ainm-chleachdaiche." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3545,60 +3778,60 @@ msgstr[1] "Chan fhaod còrr is %s charactar a bhith am broinn an ainm-chleachdai msgstr[2] "Chan fhaod còrr is %s caractaran a bhith am broinn an ainm-chleachdaiche." msgstr[3] "Chan fhaod còrr is %s caractar a bhith am broinn an ainm-chleachdaiche." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Chan eil coltas ainm shlàin (ainm ⁊ sloinneadh) air." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Chan eil àrainn a’ phuist-d agad am measg na feadhna a tha ceadaichte air an làrach seo." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Chan e seòladh puist-d dligheach a tha seo." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Chaidh am far-ainm seo a bhacadh on chlàradh le rianaire an nòid." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Chan urrainn dhut am post-d seo a chleachdadh." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Chan fhaod ach a-z, 0-9 ’s _ a bhith am broinn d’ fhar-ainm." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Chaidh am far-ainm seo a chlàradh mu thràth. Nach tagh thu fear eile?" -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Thachair mearachd rè a’ chlàraidh. Feuch ris a-rithist." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Thachair mearachd le cruthachadh na pròifile bunaitiche agad. Feuch ris a-rithist." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "Thachair mearachd le cruthachadh neach-aithne dhiot fhèin. Feuch ris a-rithist." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Caraidean" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Thachair mearachd le cruthachadh a’ bhuidhinn conaltraidh bhunaitich agad. Feuch ris a-rithist." +"An error occurred creating your default contact circle. Please try again." +msgstr "Thachair mearachd le cruthachadh a’ chearcaill luchd-aithne bhunaitich agad. Feuch ris a-rithist." -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Dealbhan na pròifil" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3606,7 +3839,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\t%1$s, a charaid,\n\t\t\tshuidhich rianaire %2$s cunntas dhut." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3624,10 +3857,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3638,12 +3870,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Am fiosrachadh clàraidh airson %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3658,12 +3890,12 @@ msgid "" "\t\t" msgstr "\n\t\t\t%1$s, a charaid,\n\t\t\t\tMòran taing airson clàradh air %2$s. Tha an cunntas agad a’ feitheamh air aonta on rianaire.\n\n\t\t\tSeo am fiosrachadh clàraidh a-steach agad:\n\n\t\t\tSeòladh na làraich:\t%3$s\n\t\t\tAinm clàraidh a-steach:\t\t%4$s\n\t\t\tFacal-faire:\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "An clàradh air %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3672,7 +3904,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\t%1$s, a charaid,\n\t\t\t\tMòran taing airson clàradh air %2$s. Chaidh an cunntas agad a chruthachadh.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3690,10 +3922,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3704,6 +3935,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Cha deach an tuilleadan a lorg." @@ -3724,15 +3960,15 @@ msgid "Disable" msgstr "Cuir à comas" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Cuir an comas" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3742,7 +3978,7 @@ msgstr "Rianachd" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Tuilleadain" @@ -3771,12 +4007,12 @@ msgid "Addon %s failed to install." msgstr "Dh’fhàillig le stàladh an tuilleadain %s." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Sàbhail na roghainnean" @@ -3791,7 +4027,7 @@ 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 "Chan eil tuilleadan ri fhaighinn aig an nòd agad an-dràsta. Gheibh thu ionad-tasgaidh nan tuilleadan oifigeil air %1$s agus dh’fhaoidte gun lorg thu tuilleadain inntinneach eile air an ionad-tasgaidh fhosgailte air %2$s." +msgstr "Chan eil tuilleadan ri fhaighinn aig an nòd agad an-dràsta. Gheibh thu ionad-tasgaidh nan tuilleadan oifigeil air %1$s agus dh’fhaoidte gun lorg thu tuilleadain inntinneach eile air an ionad-tasgaidh fhosgailte air %2$s" #: src/Module/Admin/DBSync.php:51 msgid "Update has been marked successful" @@ -3861,15 +4097,17 @@ msgstr "Glais gleus %s" msgid "Manage Additional Features" msgstr "Stiùir na gleusan a bharrachd" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Eile" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "chan eil fhios" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3878,7 +4116,7 @@ msgstr[1] "%2$s shiostam gu h-iomlan" msgstr[2] "%2$s siostaman gu h-iomlan" msgstr[3] "%2$s siostam gu h-iomlan" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3887,7 +4125,7 @@ msgstr[1] "%2$s chleachdaiche gnìomhach sa mhìos seo chaidh" msgstr[2] "%2$s cleachdaichean gnìomhach sa mhìos seo chaidh" msgstr[3] "%2$s cleachdaiche gnìomhach sa mhìos seo chaidh" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3896,7 +4134,7 @@ msgstr[1] "%2$s chleachdaiche gnìomhach san leth-bhliadhna seo chaidh" msgstr[2] "%2$s cleachdaichean gnìomhach san leth-bhliadhna seo chaidh" msgstr[3] "%2$s cleachdaiche gnìomhach san leth-bhliadhna seo chaidh" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3905,7 +4143,7 @@ msgstr[1] "%2$s chleachdaiche clàraichte" msgstr[2] "%2$s cleachdaichean clàraichte" msgstr[3] "%2$s cleachdaiche clàraichte" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3914,7 +4152,7 @@ msgstr[1] "Chaidh %2$s phost ’s bheachd a chruthachadh gu h-ionadail" msgstr[2] "Chaidh %2$s postaichean ’s beachdan a chruthachadh gu h-ionadail" msgstr[3] "Chaidh %2$s post ’s beachd a chruthachadh gu h-ionadail" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3923,7 +4161,7 @@ msgstr[1] "%2$s phost gach cleachdaiche" msgstr[2] "%2$s postaichean gach cleachdaiche" msgstr[3] "%2$s post gach cleachdaiche" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3932,18 +4170,18 @@ msgstr[1] "%2$s chleachdaiche gach siostaim" msgstr[2] "%2$s cleachdaichean gach siostaim" msgstr[3] "%2$s cleachdaiche gach siostaim" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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 "Bheir an duilleag seo àireamhan dhut mun chuid dhen lìonra shòisealta cho-naisgte sa bheil an nòd seo dhe Friendica. Chan eil na h-àireamhan seo coileanta is cha sheall iad ach a’ phàirt dhen lìonra air a bheil an nòd agad eòlach." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Stadastaireachd a’ cho-nasgaidh" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3985,11 +4223,11 @@ msgid "Enable Debugging" msgstr "Cuir dì-bhugachadh an comas" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" -msgstr "" +msgstr "Cead-leughaidh a-mhàin on a chaidh a shuidheachadh le caochladair àrainne" #: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" @@ -4138,7 +4376,8 @@ msgstr "Àithne" msgid "Job Parameters" msgstr "Paramadairean na h-obrach" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Air a chruthachadh" @@ -4146,463 +4385,463 @@ msgstr "Air a chruthachadh" msgid "Priority" msgstr "Prìomhachas" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" -msgstr "" +msgstr "Chan eil %s ’na ion-chur dligheach do mheud as motha nan dealbhan" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Chan eil ùrlar sònraichte do dh’uidheaman mobile ann" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s – (deuchainneil)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Gun duilleag coimhearsnachd" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" -msgstr "" +msgstr "Gun duilleag coimhearsnachd do dh’aoighean" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Postaichean poblach nan cleachdaichean air an làrach seo" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Postaichean poblach on lìonra cho-naisgte" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Postaichean poblach nan cleachdaichean ionadail ’s on lìonra cho-naisgte" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Ionstans ioma-chleachdaiche" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Dùinte" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Tha feum air aontachadh" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Fosgailte" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Na cuir sùil" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "cuir sùil air na tionndadh seasmhach" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "cuir sùil air na tionndadh leasachaidh" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "chan eil gin" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Luchd-aithne an ionadail" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "Luchd co-luadair" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Làrach" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Fiosrachadh coitcheann" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Ath-fhoillsich na cleachdaichean dhan eòlaire" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Clàradh" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Luchdadh suas fhaidhlichean" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Poileasaidhean" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Adhartach" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Eòlaire an luchd-aithne a chaidh a lorg gu fèin-obrachail" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Dèanadas" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Obraiche" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Ath-sheachadan theachdaireachdan" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Cleachd an àithne “console relay” air an loidhne-àithne a chur ris no a thoirt air falbh ath-sheachadain." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "Cha do rinn an siostam fo-sgrìobhadh air ath-sheachadan sam bith aig an àm seo." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "Tha an siostam a’ fo-sgrìobhadh dha na h-ath-sheachadain seo:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "Imrich an nòd" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "Le imrich an nòd, ’s urrainn dhut àrainn DNS an nòid seo atharrachadh agus na cleachdaichean is postaichean uile a chumail. Bheir am pròiseas seo greis mhath is cha ghabh a thòiseachadh ach le àithne imrich na consoil mar seo:" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(Pasgan Friendica)# bin/console relocate https://àrainn-ùr.com" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Ainm na làraich" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Post-d an t-seòladair" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "An seòladh puist-d a chleachdas am frithealaiche airson brathan puist-d a chur uaithe." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "Ainm actar an t-siostaim" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Ainm cunntas inntearnail an fhrithealaiche a thèid a chleachdadh airson iarrtasan ActivityPub. Feumaidh seo a bhith ’na ainm-chleachdaiche gun chleachdadh. Nuair a bhios seo air a shuidheachadh, gha ghabh atharrachadh a-rithist." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Bratach/Suaicheantas" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "Bratach/Suaicheantas puist-d" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Ìomhaigheag na h-ath-ghoirid" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Ceangal gu ìomhaigheag a thèid a chleachdadh le brabhsairean." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Ìomhaigheag suathaidh" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Ceangal gu ìomhaigheag a thèid a chleachdadh airson tablaidean is fònaichean-làimhe." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Barrachd fiosrachaidh" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Airson frithealaichean poblach: ’s urrainn dhut barrachd fiosrachaidh a chur ris an-seo a nochdas air %s/servers." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Cànan an t-siostaim" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Ùrlar an t-siostaim" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "Ùrlar bunaiteach an t-siostaim – gabhaidh a thar-àithneadh le pròifilean cleachdaiche – Atharraich roghainnean an ùrlair bhunaitich" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Ùrlar mobile an t-siostaim" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "An t-ùrlar do dh’uidheaman mobile" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Spàrr SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Spàrr SSL air a h-uile iarrtas gun SSL – An aire: dh’fhaoidte gun adhbharaich seo lùban gun chrìoch air cuid a shiostaman." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "Seall nì na cobharach ann an clàr-taice na seòladaireachd" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Seallaidh an nì airson duilleagan na cobharach ann an clàr-taice na seòladaireachd. Gabhaidh inntrigeadh le gairm /help gu dìreach an-còmhnaidh." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Ionstans aon-chleachdaiche" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Dèan ionstans ioma-chleachdaiche no aon-chleachdaiche dhan chleachdaiche ainmichte dhen ionstans seo" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Meud as motha nan dealbhan" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" "\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit.\n" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" -msgstr "" +msgstr "Am meud as motha ann am baidht do dhealbhan a thèid a luchdadh suas. Is 0 a’ bhun-roghainn, ’s e sin gun chrìoch. ’S urrainn dhut k, m no g a chur às dèidh an luacha a thogras tu airson KiB, MiB no GiB.\n\t\t\t\t\t\t\t\t\t\t\t\t\tFeumaidh tu an luach air upload_max_filesize sa PHP.ini a shuidheachadh air a’ chrìoch a thogras tu air a char as lugha.\n\t\t\t\t\t\t\t\t\t\t\t\t\tChaidh upload_max_filesize a shuidheachadh air %s (%s baidht) aig an àm seo" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Faide as motha nan dealbhan" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "An fhaide as motha ann am piogsail aig an taobh as fhaide do dhealbhan a thèid a luchdadh suas. Is -1 a’ bhun-roghainn, ’s e sin gun chrìoch." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Càileachd deilbh JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Thèid dealbhan a’ sàbhaladh leis a’ chàileachd JPEG seo às dèidh an luchdadh suas [0-100]. Is 100 a’ bhun-roghainn, ’s e sin a’ chàileachd shlàn." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Poileasaidh clàraidh" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" -msgstr "" +msgstr "Àireamh as motha de chleachdaichean" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " "below the limit. It only works when the policy is set to open or close, but " "not when the policy is set to approval." -msgstr "" +msgstr "Ma bhios seo air a mhìneachadh, thèid poileasaidh nan clàraidhean a dhùnadh gu fèin-obrachail nuair a bhios an àireamh shònraichte de chleachdaichean air a ruigsinn agus fhosgladh a-rithist nuair a thèid an àireamh nas ìsle na a’ chrìoch. Chan obraich seo ach ma chaidh am poileasaidh a shuidheachadh air “Fosgailte” no “Dùinte” agus chan obraich e ma chaidh am poileasaidh a shuidheachadh air “Aontachadh”." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "An àireamh as motha de chlàraidhean gach latha" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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 "Ma tha an clàradh ceadaichte gu h-àrd, suidhichidh seo an àireamh as motha de chlàraidhean chleachdaichean ùra gach latha. Ma tha an clàradh dùinte, cha doir an roghainn seo buaidh." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Teacsa a’ chlàraidh" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Thèid a shealltainn gu follaiseach air duilleag a’ chlàraidh. ’S urrainn dhut BBCode a chleachdadh an-seo." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Far-ainmean toirmisgte" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Liosta sgaraichte le cromagan de dh’fhar-ainmean nach fhaod clàradh. Tha liosta de dh’ainmean dreuchdan a-rèir RFC 2142 ro-shocraichte." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Cunntasan air an trèigsinn às dèidh x là" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Cha chaith seo goireasan an t-siostam le ceasnachadh làraichean air an taobh a-muigh airson cunntasan air an trèigsinn. Cuir a-steach 0 airson cunntasan gun chrìoch ùine." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Àrainnean ceadaichte do chàirdeasan" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liosta sgaraichte le cromagan de dh’àrainnean a dh’fhaodas càirdeasan a stèidheachadh leis an làrach seo. Gabhaidh seo ri saoragan. Fàg bàn airson a h-uile àrainn a cheadachadh" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Àrainnean puist-d ceadaichte" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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 "Liosta sgaraichte le cromagan de dh’àrainnean a tha ceadaichte ann am puist-d airson clàradh leis an làrach seo. Gabhaidh seo ri saoragan. Fàg bàn airson a h-uile àrainn a cheadachadh" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Gun susbaint OEmbed bheartach" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Na seall susbaint bheartach (m. e. PDF leabaichte) ach o na h-àrainnean air an liosta gu h-ìosal." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Àrainnean threas-phàrtaidhea earbsach" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Liosta sgaraichte le cromagan de dh’àrainnean on a dh’fhaodar susbaint a leabachadh am broinn phostaichean le OEmbed. Thèid cead a thoirt dhan a h-uile fo-àrainn dhe na h-àrainnean air an liosta cuideachd." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Bac inntrigeadh poblach" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Cuir cromag ris a bhacadh inntrigeadh poblach air a h-uile duilleag phearsanta a bhiodh poblach air an làrach seo ach dhan fheadhainn a bhios air a clàradh a-staigh." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Spàrr foillseachadh" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Cuir cromag ris a sparradh air a h-uile pròifil air an làrach seo gun nochd iad ann an eòlaire na làraich." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Ma chuireas tu seo an comas, dh’fhaoidte gum bris thu laghan mar an GDPR" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "URL an eòlaire cho-naisgte" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL dhan eòlaire cho-naisgte. Mura deach seo a shuidheachadh, cha bhi an t-eòlaire uile-choitcheann ri fhaighinn idir dhan aplacaid." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Postaichean prìobhaideach ’na bhun-roghainn do chleachdaichean ùra" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Suidhichidh seo ceadan phostaichean nam ball ùra air a’ bhuidheann phrìobhaideach gu bunaiteach seach air a’ bhuidheann phoblach." +"circle rather than public." +msgstr "Suidhichidh seo ceadan phostaichean nam ball ùra air a’ chearcall phrìobhaideach gu bunaiteach seach air a’ chearcall phoblach." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Na gabh a-staigh susbaint nam post ann am brathan puist-d" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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 "Na gabh a-staigh susbaint puist/beachd/teachdaireachd prìobhaidich/msaa. sna brathan puist-d a thèid a chur on làrach seo, a chùm prìobhaideachd." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Na ceadaich inntrigeadh poblach dha na tuilleadain a tha air an liosta ann an clàr-taice nan aplacaidean." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Ma tha cromag sa bhogsa seo, bidh an t-inntrigeadh air na tuilleadain a chithear ann an clàr-taice nan aplacaidean cuingichte air na buill a-mhàin." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Na leabaich dealbhan prìobhaideach ann am postaichean" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4610,11 +4849,11 @@ msgid "" "while." msgstr "Na cuir lethbhreac leabaichte dhen dealbh an àite dhealbhan prìobhaideach ann am postaichean a tha ’gan òstadh gu h-ionadail. Is ciall dha seo gum feum an luchd-aithne a gheibh postaichean sa bheil dealbhan prìobhaideach ùghdarrachadh is gach dealbh a luchdadh fa leth agus dh’fhaoidte gun doir sin greis." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Susbaint inbheach" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4623,267 +4862,319 @@ msgid "" "will be shown at the user registration page." msgstr "Suidhich seo a dh’innse gu bheil an nòd agad ’ga chleachdadh airson susbaint inbheach gu h-àraidh is nach eil e iomchaidh do mhion-aoisich ’s dòcha. Thèid am fiosrachadh seo fhoillseachadh ann am fiosrachadh an nòid agus gabhaidh a chleachdadh m.e. leis an eòlaire cho-naisgte airson an nòd agad a chriathradh air falbh o liosta nan nòdan a chùm ballrachd ùir. A bharrachd air sin, thèid nòta a shealltainn aig duilleag clàradh nan cleachdaichean." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "Susbaint chèin tro phrogsaidh" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Rùtaich susbaint chèin le gleus a’ phrogsaidh. Tha seo ’ga chleachdadh, mar eisimpleir, airson cuid dhen inntrigeadh OEmbed agus ann an suidheachaidhean ainneamh eile." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "Cuir avataran an luchd-aithne dhan tasgadan" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "Stòr dealbhan avatar an luchd-aithne gu h-ionadail. Cleachdaidh seo tòrr àite san stòras ach cuiridh e ris an dèanadas." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Leig le cleachdaichean remote_self a shuidheachadh" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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 "Ma chuireas tu cromag ris, faodaidh gach cleachdaiche neach-aithne sam bith a chomharrachadh mar remote_self ann an còmhradh càradh an luchd-aithne. Nuair a thèid a’ bhratach seo a chur ri neach-aithne, thèid a h-uile post an neach-aithne sin sgàthanachadh ann an sruth a’ chlechdaiche." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "Cuir clàradh iomadach an comas" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "Bheir seo an comas dha na cleachdaichean gun clàraich iad cunntasan a bharrachd airson an cleachdadh ’nan duilleagan." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "Cuir OpenID an comas" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "Cuir an comas taic dha OpenID airson clàradh is clàradh a-steach." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "Cuir an comas dearbhadh ainm shlàin" - -#: src/Module/Admin/Site.php:465 -msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Cuid an comas an dearbhadh nach leig le cleachdaichean clàradh ach le beàrn eadar ainm is sloinneadh an ainm shlàin." - -#: src/Module/Admin/Site.php:466 -msgid "Email administrators on new registration" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:519 +msgid "" +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" + +#: src/Module/Admin/Site.php:520 +msgid "Email administrators on new registration" +msgstr "Cuir puist-d dha na rianairean do chlàraidhean ùra" + +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." -msgstr "" +msgstr "Nuair a bhios seo an comas agus an siostam air a shuidheachadh air clàraidhean fosgailte, thèid post-d a chur dha na rianairean do gach clàradh ùr." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Duilleagan coimhearsnachd do dh’aoighean" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Dè na duilleagan coimhearsnachd a chì aoighean. Chì na cleachdaichean ionadail an dà dhuilleag an-còmhnaidh." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Postaichean gach cleachdaiche air duilleag na coimhearsnachd" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "An àireamh as motha de phostaichean aig gach cleachdaiche air duilleag na coimhearsnachd. (Chan eil seo dligheach dhan “Choimhearsnachd cho-naisgte”)" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "Cuir taic ri post-d an comas" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "Cuir an comas an taic ri post-d a thig ’na bhroinn airson pasganan IMAP a cheasnachadh agus freagairt le post-d." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "Chan urrainn dhuinn an taic ri post-d a chur an comas air sgàth ’s nach deach am mòideal IMAP aig PHP a stàladh." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "Cuir an taic ri OStatus an comas" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "Cuir an comas a’ cho-chòrdalachd ri OStatus (StatusNet, GNU Social is msaa.) a thig ’na bhroinn. Bidh gach conaltradh slighe OStatus poblach." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Chan urrainn dhuinn an taic ri diaspora* a chur an comas on a chaidh Friendica a stàladh ann am fo-phasgan." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Cuir taic ri diaspora* an comas" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "Cuir an comas a’ cho-chòrdalachd lìonraidh le diaspora* a thig ’na bhroinn airson conaltradh le frithealaichean diaspora*." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Dearbh SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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 "Ma thogras tu, ’s urrainn dhut sgrùdadh teann nan teisteanasan a chur an comas. Is ciall dha seo nach urrainn dhut ceangal idir le làraichean le SSL a chaidh fhèin-shoidhneadh." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Cleachdaiche a’ phrogsaidh" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "Ainm-cleachdaiche dhan fhrithealaiche progsaidh." -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "URL a’ phrogsaidh" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "Ma tha thu airson ’s gun cleachd Friendica frithealaiche progsaidh airson ceangal ris an lìonra, cuir URL a’ phrogsaidh an-seo." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Crìoch-ùine an lìonraidh" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Luach ann an diogan. Is ciall dha 0 nach fhalbh an ùine air idir (cha mholamaid seo)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Eallach as motha sa chuibheas" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Eallach as motha air an t-siostam mus dèid dàil a chur air an lìbhrigeadh is air pròiseasadh cunbhalach – ’s e %d a tha sa bhun-roghainn." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "A’ chuimhne as lugha" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "A’ chuimhne shaor as lugha ann an MB dhan obraiche. Bidh feum air inntrigeadh dha /proc/meminfo – is 0 a’ bhun-roghainn (à gnìomh)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Pisich na clàran o àm gu àm" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Pisich clàran mar an tasgadan is an ciutha-obrach gu cunbhalach" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Lorg dàimhean leantainn on luchd-aithne" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Ma tha seo an comas, thèid sùil a thoirt airson luchd-leantainn an luchd-aithne is an fheadhainn air a leanas iad." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "Chan eil gin – à comas" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Luchd-aithne ionadail – thèid dàimhean leantainn an luchd-aithne ionadail a lorg." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Luchd co-luadair – thèid dàimhean leantainn an luchd-aithne ionadail agus aig an fheadhainn a rinn co-luadar le postaichean poblach a lorg." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "Sioncronaich an luchd-aithne le frithealaiche an eòlaire" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Ma tha seo an comas, bheir an siostam sùil gu cunbhalach airson luchd-aithne ùr air frithealaiche an eòlaire a chaidh a mhìneachadh." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Làithean eadar ceasnachaidhean" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "An àireamh de làithean mus dèid am frithealaiche ceasnachadh airson an luchd-aithne aige a-rithist." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Lorg luchd-aithne o fhrithealaichean eile" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Ceasnaich frithealaichean eile airson an luchd-aithne aca gu cunbhalach. Ceasnaichidh an siostam frithealaichean Friendica, Mastodon i Hubzilla." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Làithean eadar ceasnachaidhean" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Lorg san eòlaire ionadail" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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 "Lorg san eòlaire ionadail seach san eòlaire cho-naisgte. Nuair a nì thu lorg gu h-ionadail, thèid gach lorg a ghnìomhachadh san eòlaire cho-naisgte sa chùlaibh. Cuiridh seo piseach air na toraidhean luirg nuair a nithear an t-aon lorg a-rithist." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Foillsich fiosrachadh an fhrithealaiche" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4891,50 +5182,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Ma tha seo an comas, thèid dàta coitcheann mun fhrithealaiche ’s cleachdadh fhoillseachadh. Gabhaidh an dàta a-staigh ainm is tionndadh an fhrithealaiche, an àireamh de chleachdaichean le pròifilean poblach, an àireamh de phostaichean agus na pròtacalan is ceangladairean an comas. Faic the-federation.info airson barrachd fiosrachaidh." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Cuir sùil air tionndadh an upstream" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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 "Cuiridh seo an comas gun dèid sùil a chur airson tionndaidhean dhe Friendica air GitHub. Nuair a bhios tionndadh ùr an, thèid innse dhut air foir-shealladh panail na rianachd." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Mùch tagaichean" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Mùch sealladh liosta nan tagaichean hais air deireadh nam post." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Sgioblaich an stòr-dàta" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Thoir air falbh nithean cèine, reacordan stòir-dhàta a tha ’nan dìlleachdanan agus seann-susbaint eile o chuid a chlàran-taice eile." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Faid-bheatha nan nithean cèine" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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 "Nuair a bhios sgioblachadh an stòir-dhàta an comas, mìnichidh seo na làithean mus dèid nithean cèine a sguabadh às. Thèid na nithean againn fhèin ’s na nithean a chaidh a chomharrachadh no fhaidhleadh a chumail an-còmhnaidh. Cuiridh 0 an giùlan seo à comas." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Faid-bheatha nan nithean gun tagairt" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4942,144 +5233,308 @@ msgid "" "items if set to 0." msgstr "Nuair a bhios sgioblachadh an stòir-dhàta an comas, mìnichidh seo na làithean mus dèid nithean gun tagairt (seo susbaint on ath-sheachadan mar as trice) a sguabadh às. ’S e 90 latha a tha sa bhun-roghainn. Ma shuidhicheas tu seo air 0, thèid luach faid-bheatha nan nithean cèine a chleachdadh mar bhun-roghainn." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Faid-bheatha dàta amh nan còmhraidhean" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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 "Tha dàta nan còmhraidhean ’ga chleachdadh airson ActivityPub is OStatus agus a chùm dì-bhugachaidh. Bu chòir dha a bhith sàbhailte ma sguabas tu às às dèidh cola-deug. ’S e 90 latha a tha sa bhun-roghainn." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "An àireamh as motha de bheachdan ri post" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Co mheud beachd a thèid a shealltainn do gach post? ’S e 100 a tha sa bhun-roghainn." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "An àireamh as motha de bheachdan ri post air duilleag na sealltainn" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Co mheud beachd a thèid a shealltainn do gach post nuair a sheallar post fa leth? ’S e 1000 a tha sa bhun-roghainn." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Slighe shealadach" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Ma tha siostam cuingichte agad far nach urrainn dhan fhrithealaiche-lìn slighe temp an t-siostaim inntrigeadh, cuir a-steach slighe eile an-seo." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Na lorg ach sna tagaichean" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "Air siostaman mòra, ’s urrainn dhan lorg teacsa maille mhòr a chur air an t-siostam." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" -msgstr "Cruthaich cunntasan do bhuidhnean luchd-aithne nuair a thèid cunntas an lìonraidh àireamhachadh" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" +msgstr "Cruthaich cunntasan do chearcallan luchd-aithne nuair a thèid cunntas an lìonraidh àireamhachadh" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." -msgstr "Air siostaman far an bheil tòrr bhuidhnean luchd-aithne ’gan cleachdadh, faodaidh a’ cheist seo a bhith glè dhaor." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "Air siostaman far an bheil tòrr chearcallan luchd-aithne ’gan cleachdadh, faodaidh a’ cheist seo a bhith glè dhaor." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "An àireamh as motha de dh’obraichean co-shìnte" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Suidhich seo air %d air òstairean co-roinnte. Air siostaman nas motha, bidh luach %d math. Is %d a’ bhun-roghainn." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Cuir fastlane an comas" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Nuair a bhios seo an comas, cuiridh am fastlane obraiche a bharrachd air dòigh ma tha pròiseas air a bheil prìomhachas as àirde ’ga bhacadh le pròiseasan air a bheil prìomhachas ìosal." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Tar-chur ath-sheachadain dìreach" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Cuiridh seo an comas an tar-chur dìreach gu frithealaichean eile às aonais nam frithealaichean ath-sheachadain" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Sgòp an ath-sheachadain" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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 "Tha taghadh eadar “na h-uile” is “tagaichean” agad. Is ciall dha “na h-uile” gun dèid gach post poblach fhaighinn. Is ciall dha “tagaichean” nach dèid ach postaichean le tagaichean sònraichte fhaighinn." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "À comas" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "na h-uile" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "tagaichean" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Tagaichean an fhrithealaiche" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Liosta de thagaichean airson fo-sgrìobhadh nan “tagaichean”, sgaraichte le cromagan." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Tagaichean an fhrithealaiche ’gan diùltadh" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Liosta da thagaichean a tha ’gan diùltadh, sgaraichte le cromagan." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Ceadaich tagaichean chleachdaichean" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Ma tha seo an comas, thèid na tagaichean o na lorgan air an sàbhaladh a chleachdadh airson fo-sgrìobhadh nan “tagaichean” a bharrachd air na “relay_server_tags”." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Tòisich air an imrich" @@ -5129,7 +5584,7 @@ msgstr "Chan eil roghainnean gnàthaichte aig a’ backend seo" msgid "" "Changing the current backend is prohibited because it is set by an " "environment variable" -msgstr "" +msgstr "Chan fhaod thu am backend làithreach atharrachadh on a chaidh a shuidheachadh le caochladair àrainne" #: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" @@ -5175,7 +5630,7 @@ msgstr "Tha an table_definition_cache agad ro ìosal (%d). Dh’fhaoidte gun adh msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" -msgstr "Tha tionndadh ùr dhe Friendica ri fhaighinn airson luchdadh a-nuas. ’S e %1$s a tha san tionndadh làithreach agad, ’S e %2$s a tha san tionndadh upstream." +msgstr "Tha tionndadh ùr dhe Friendica ri fhaighinn airson luchdadh a-nuas. ’S e %1$s a tha san tionndadh làithreach agad, ’S e %2$s a tha san tionndadh upstream" #: src/Module/Admin/Summary.php:94 msgid "" @@ -5196,7 +5651,7 @@ msgid "" "The system.url entry is missing. This is a low level setting and can lead to" " unexpected behavior. Please add a valid entry as soon as possible in the " "config file or per console command!" -msgstr "" +msgstr "Tha innteart system.url a dhìth. Seo suidheachadh air ìre ìosal agus dh’fhaoidte gun adhbharaich seo giùlan air nach robh dùil. Cuir innteart dligheach ris cho luath ’s a ghabhas san fhaidhle config no air an loidhne-àithne!" #: src/Module/Admin/Summary.php:107 msgid "The worker was never executed. Please check your database structure!" @@ -5235,51 +5690,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "Cha ghabh %s ruigsinn on t-siostam agad. Seo droch-dhuilgheadas leis an rèiteachadh nach leig leis an fhrithealaiche conaltradh le frithealaichean eile. Faic duilleag an stàlaidh airson cuideachadh." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Cha ghabh faidhle “%s” an loga a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Cha ghabh faidhle “%s” an loga dì-bhugachaidh a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "Chaidh an system.basepath aig Friendica ùrachadh o “%s” gu “%s”. Thoir air falbh system.basepath on stòr-dàta agad ach nach biodh diofar eatorra." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "Tha an system.basepath làithreach “%s” aig Friendica ceàrr is chan eil am faidhle rèiteachaidh “%s” ’ga chleachdadh." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "Chan eil an system.basepath làithreach “%s” co-ionnan ris an fhaidhle rèiteachaidh “%s”. Càirich an rèiteachadh agad." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Ciuthan theachdaireachdan" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Roghainnean an fhrithealaiche" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Tionndadh" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Tuilleadain ghnìomhach" @@ -5370,16 +5814,16 @@ msgstr "Cuir a-steach teirmichean seirbheis an nòid agad an-seo. ’S urrainn d #: src/Module/Admin/Tos.php:84 msgid "The rules" -msgstr "" +msgstr "Na riaghailtean" #: src/Module/Admin/Tos.php:84 msgid "Enter your system rules here. Each line represents one rule." -msgstr "" +msgstr "Cuir a-steach riaghailtean an t-siostaim agad an-seo. Riochdaichidh gach loidhne riaghailt." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." -msgstr "" +msgstr "Cha deach puing-dheiridh %s %s an API prògramachadh ach ’s dòcha gun dèid san àm ri teachd." #: src/Module/Api/Mastodon/Apps.php:73 msgid "Missing parameters" @@ -5393,7 +5837,7 @@ msgstr "Cha ghabh ach postaichean-toisich a chur ris na comharran-lìn" msgid "Only starting posts can be muted" msgstr "Cha ghabh ach postaichean-toisich a mhùchadh" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "Cha ghabh postaichean o %s a co-roinneadh" @@ -5406,7 +5850,7 @@ msgstr "Cha ghabh ach postaichean-toisich a thoirt air falbh o na comharran-lìn msgid "Only starting posts can be unmuted" msgstr "Cha ghabh ach postaichean-toisich a dhì-mhùchadh" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "Cha ghabh sgur de cho-roinneadh phostaichean o %s" @@ -5432,11 +5876,11 @@ msgstr "Cha deach an nì a lorg." msgid "Please login to continue." msgstr "Clàraich a-steach airson leantainn air adhart." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Chan eil inntrigeadh agad air duilleagan na rianachd." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5446,11 +5890,11 @@ msgstr "Chan urrainn dhan cunntas ’ga fho-stiùireadh duilleagan na rianachd i msgid "Overview" msgstr "Foir-shealladh" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Rèiteachadh" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Gleusan a bharrachd" @@ -5470,7 +5914,7 @@ msgstr "Sgrùd na h-obraichean dàilichte" msgid "Inspect worker Queue" msgstr "Sgrùd ciutha nan obraichean" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnosachd" @@ -5480,11 +5924,11 @@ msgstr "Fiosrachadh PHP" #: src/Module/BaseAdmin.php:108 msgid "probe address" -msgstr "" +msgstr "sgrùd an seòladh" #: src/Module/BaseAdmin.php:109 msgid "check webfinger" -msgstr "" +msgstr "thoir sùil air webfinger" #: src/Module/BaseAdmin.php:110 msgid "Babel" @@ -5498,16 +5942,16 @@ msgstr "Iompachadh ActivityPub" msgid "Addon Features" msgstr "Gleusan tuilleadain" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Clàraichean chleachdaichean a’ feitheamh air dearbhadh" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Cus iarrtasan" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5516,7 +5960,7 @@ msgstr[1] "Ràinig thu a’ chrìoch de %d phost gach latha. Chaidh am post a dh msgstr[2] "Ràinig thu a’ chrìoch de %d postaichean gach latha. Chaidh am post a dhiùltadh." msgstr[3] "Ràinig thu a’ chrìoch de %d post gach latha. Chaidh am post a dhiùltadh." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5526,7 +5970,7 @@ msgstr[1] "Ràinig thu a’ chrìoch de %d phost gach seachdain. Chaidh am post msgstr[2] "Ràinig thu a’ chrìoch de %d postaichean gach seachdain. Chaidh am post a dhiùltadh." msgstr[3] "Ràinig thu a’ chrìoch de %d post gach seachdain. Chaidh am post a dhiùltadh." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5536,38 +5980,52 @@ msgstr[1] "Ràinig thu a’ chrìoch de %d phost gach mìos. Chaidh am post a dh msgstr[2] "Ràinig thu a’ chrìoch de %d postaichean gach mìos. Chaidh am post a dhiùltadh." msgstr[3] "Ràinig thu a’ chrìoch de %d post gach mìos. Chaidh am post a dhiùltadh." -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Cleachdaichean" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Innealan" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Liosta-bhacaidh an luchd-aithne" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Liosta-bhacaidh an fhrithealaiche" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Sguab às an nì" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Tùs an nì" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Fiosrachadh na pròifil" #: src/Module/BaseProfile.php:60 msgid "Conversations started" -msgstr "" +msgstr "Còmhraidhean air an tòiseachadh" #: src/Module/BaseProfile.php:111 msgid "Only You Can See This" @@ -5585,15 +6043,15 @@ msgstr "Postaichean a tha air an sgeideal airson foillseachadh" msgid "Tips for New Members" msgstr "Gliocasan dha na buill ùra" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Lorg daoine – %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Lorg fòraim – %s" +msgid "Group Search - %s" +msgstr "Lorg sna buidhnean – %s" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5609,41 +6067,45 @@ msgid_plural "" "%d results were filtered out because your node blocks the domain they are " "registered on. You can review the list of domains your node is currently " "blocking in the About page." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Chaidh %d toradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil e clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”." +msgstr[1] "Chaidh %d thoradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”." +msgstr[2] "Chaidh %d toraidhean a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”." +msgstr[3] "Chaidh %d toradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”." -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Cunntas" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Dearbhadh dà-cheumnach" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Sealladh" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Lìonraidhean sòisealta" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Stiùir na cunntasan" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Aplacaidean ceangailte" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Às-phortaich an dàta pearsanta" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Thoir air falbh an cunntas" @@ -5658,11 +6120,11 @@ msgstr "Chaidh am post a chruthachadh" #: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135 #: src/Module/Calendar/Event/Form.php:80 msgid "Invalid Request" -msgstr "" +msgstr "Iarrtas mì-dhligheach" #: src/Module/Calendar/Event/API.php:109 msgid "Event id is missing." -msgstr "" +msgstr "Tha ID an tachartais a dhìth." #: src/Module/Calendar/Event/API.php:131 msgid "Failed to remove event" @@ -5702,8 +6164,9 @@ msgstr "Tòisichidh an tachartas:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Riatanach" @@ -5720,15 +6183,15 @@ msgstr "Thig an tachartas gu crìoch:" #: src/Module/Calendar/Event/Form.php:237 #: src/Module/Calendar/Event/Form.php:243 msgid "Title (BBCode not allowed)" -msgstr "" +msgstr "Tiotal (chan eil BBCode ceadaichte)" #: src/Module/Calendar/Event/Form.php:239 msgid "Description (BBCode allowed)" -msgstr "" +msgstr "Tuairisgeul (tha BBCode ceadaichte)" #: src/Module/Calendar/Event/Form.php:241 msgid "Location (BBCode not allowed)" -msgstr "" +msgstr "Ionad (chan eil BBCode ceadaichte)" #: src/Module/Calendar/Event/Form.php:244 #: src/Module/Calendar/Event/Form.php:245 @@ -5763,11 +6226,114 @@ msgstr "Seall" msgid "Create New Event" msgstr "Cruthaich tachartas ùr" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "liosta" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "Cha b’ urrainn dhuinn an cearcall a chruthachadh." + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "Cha deach an cearcall a lorg." + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "Cha deach ainm a’ chearcaill atharrachadh." + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "Cearcall nach aithne dhuinn." + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Cha deach an neach-aithne a lorg." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Neach-aithne mì-dhligheach." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Chaidh an neach-aithne a sguabadh às." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "Cha deach leinn an neach-aithne a chur ris a’ chearcall." + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "Chaidh an neach-aithne a chur ris a’ chearcall." + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "Cha deach leinn an neach-aithne a thoirt air falbh on chearcall." + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "Chaidh an neach-aithne a thoirt air falbh on chearcall." + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Droch-iarrtas." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "Sàbhail an cearcall" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Criathrag" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "Cruthaich cearcall luchd-aithne/charaidean." + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "Cha deach leinn an cearcall a thoirt air falbh." + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "Sguab às an cearcall" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "Deasaich ainm a’ chearcaill" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Buill" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "Tha an cearcall falamh" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "Thoir air falbh an neach-aithne on chearcall" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Briog air neach-aithne gus a chur ris no a thoirt air falbh." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "Cuir an neach-aithne ris a’ chearcall" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5776,159 +6342,146 @@ msgstr[1] "Chaidh %d luchd-aithne a dheasachadh." msgstr[2] "Chaidh %d luchd-aithne a dheasachadh." msgstr[3] "Chaidh %d luchd-aithne a dheasachadh." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Seall an luchd-aithne gu lèir" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Ri dhèiligeadh" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Na seall ach an luchd-aithne ri dhèiligeadh" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "’Ga bhacadh" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Na seall ach an luchd-aithne bacte" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "’Ga leigeil seachad" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Na seall ach an luchd-aithne ’gan leigeil seachad" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" -msgstr "" +msgstr "’Ga cho-theannachadh" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" -msgstr "" +msgstr "Na seall ach an luchd-aithne co-theannaichte" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "San tasg-lann" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Na seall ach an luchd-aithne san tasg-lann" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Falaichte" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Na seall ach an luchd-aithne falaichte" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Cuir rian air buidhnean an luchd-aithne agad" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "Cuir rian air cearcallan an luchd-aithne agad" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Lorg san luchd-aithne agad" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Toraidhean airson: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Ùraich" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Dì-bhac" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Na leig seachad tuilleadh" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" -msgstr "" +msgstr "Na co-theannaich tuilleadh" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Gnìomhan ’nan grunnan" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Na còmhraidhean a thòisich an neach-aithne seo" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Postaichean ’s beachdan" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" -msgstr "" +msgstr "Postaichean ’s freagairtean fa leth" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Postaichean sa bheil nithean meadhain" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Seall a h-uile neach-aithne as aithne dhut" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Roghainnean adhartach an luchd-aithne" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Co-dhàimh" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "dealasach ort" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "tha thu dealasach air" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Iarrtas neach-aithne a-mach gun dèiligeadh" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Iarrtas neach-aithne a-steach ri dhèiligeadh" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Tadhail air a’ phròifil aig %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Cha deach an neach-aithne a lorg." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Dh’fhàillig ùrachadh an neach-aithne." @@ -5939,6 +6492,7 @@ msgstr "Air ais gu deasaiche an neach-aithne" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5965,11 +6519,6 @@ msgstr "URL a’ chunntais-bheachd/an inbhir" msgid "New photo from this URL" msgstr "Dealbh ùr on URL seo" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Neach-aithne mì-dhligheach." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Chan eil luchd-aithne ann." @@ -6036,7 +6585,7 @@ msgstr[2] "Luchd-aithne (%s)" msgstr[3] "Luchd-aithne (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6074,15 +6623,16 @@ msgstr "Freagair seo:" msgid "Your Identity Address:" msgstr "Seòladh do dhearbh-aithne:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL na pròifile" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6099,7 +6649,7 @@ msgstr "Cuir nòta pearsanta ris:" #: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" -msgstr "" +msgstr "Postaichean ’s freagairtean" #: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." @@ -6108,8 +6658,8 @@ msgstr "Cha b’ urrainn dhuinn an neach-aithne a chur ris." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Iarrtas mì-dhligheach." @@ -6121,248 +6671,312 @@ msgstr "Chan eil faclan-luirg rim maidseadh ann. Cuir faclan-luirg ris a’ phr msgid "Profile Match" msgstr "Maidseadh na pròifile" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Cha b’ urrainn dhuinn clàr an neach-aithne ùrachadh." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Chaidh an neach-aithne a dhì-bhacadh" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Chaidh an neach-aithne a bhacadh" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Chan eil an neach-aithne ’ga leigeil seachad tuilleadh" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Tha an neach-aithne ’ga leigeil seachad" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" -msgstr "" +msgstr "Chan eil an neach-aithne ’ga cho-theannachadh tuilleadh" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" -msgstr "" +msgstr "Tha an neach-aithne ’ga cho-theannachadh" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Tha co-dhàimh eadar thu fhèin is %s a-nis" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Tha thu a’ co-roinneadh le %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "Tha %s a’ co-roinneadh leat" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Chan eil conaltradh prìobhaideach ri fhaighinn dhan neach-aithne seo." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Chan ann idir" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Cha deach leis an ùrachadh)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Chaidh leis an ùrachadh)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Mol caraidean" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Seòrsa an lìonraidh: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Chaidh an conaltradh leis an neach-aithne seo a chall!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Faigh barrachd fiosrachaidh dha na h-inbhirean" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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 "Faigh fiosrachadh mar dhealbhan ro-sheallaidh, tiotal is tàladh o nì an inbhir. ’S urrainn dhut seo a chur an comas mur eil cus teacsa san inbhir. Thèid faclan-luirg a thogail o bhann-cinn nì an inbhir agus am postadh ’nan tagaichean hais." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Faigh am fiosrachadh" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Faigh na faclan-luirg" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Faigh am fiosrachadh ’s na faclan-luirg" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Gun sgàthanachadh" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Sgàthanaich ’na phost leam fhìn" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Co-roinneadh tùsail" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Fiosrachadh an neach-aithne / Nòtaichean" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Roghainnean an neach-aithne" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Neach-aithne" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "An nòta pearsanta aca" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Deasaich notaichean an neach-aithne" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Bac/Dì-bhac an neach-aithne" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Leig seachad an neach-aithne" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Seall na còmhraidhean" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "An t-ùrachadh mu dheireadh:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Ùraich na postaichean poblach" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Ùraich an-dràsta" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "A’ feitheamh air aithneachadh a’ cheangail" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "’Ga bhacadh an-dràsta" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "’Ga leigeil seachad an-dràsta" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" -msgstr "" +msgstr "’Ga cho-theannachadh an-dràsta" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "San tasg-lann an-dràsta" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Falaich an neach-aithne seo o chàch" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Dh’fhaoidte gum faicear freagairtean/gur toigh le daoine na postaichean poblach agad fhathast" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Brathan air postaichean ùra" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Cuir brath airson gach post ùr aig an neach-aithne seo" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Liosta-dhiùltaidh nam facal-luirg" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Liosta sgaraichte le cromagan de dh’fhaclan-luirg nach dèid iompachadh gu tagaichean tais nuair a bhios “Faigh am fiosrachadh ’s na faclan-luirg” air a thaghadh" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Gnìomhan" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Staid" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Sgàthanaich na postaichean on neach-aithne seo" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Cuir comharra remote_self ris an neach-aithne seo ach an ath-phostaich Friendica nithean ùra on neach-aithne seo." -#: src/Module/Contact/Profile.php:468 -msgid "Refetch contact data" +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" msgstr "" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 +msgid "Refetch contact data" +msgstr "Faigh dàta an neach-aithne a-rithist" + +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Toglaich stad a’ bhacaidh" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Toglaich staid na leigeil seachad" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" -msgstr "" +msgstr "Toglaich staid a’ cho-theannachaidh" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Cùl-ghairm an leantainn" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "Thoir air an neach-aithne seo nach lean iad ort tuilleadh" @@ -6374,10 +6988,6 @@ msgstr "Droch-iarrtas." msgid "Unknown contact." msgstr "Neach-aithne nach aithne dhuinn." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Chaidh an neach-aithne a sguabadh às." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "Tha an neach-aithne ’ga sguabadh às." @@ -6395,7 +7005,7 @@ msgstr "A bheil thu cinnteach nach eil thu ag iarraidh gun lean an neach-aithne #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Tha" @@ -6425,102 +7035,59 @@ msgstr "Chan eil thu a’ leantainn air an neach-aithne tuilleadh" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Cha deach leinn an neach-aithne a thoirt air falbh on fheadhainn air a leanas tu, cuir fios gun rianaire agad" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Chan eil toradh ann." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Seallaidh sruthadh na coimhearsnachd gach post poblach a fhuair an nòd seo. Dh’fhaoidte nach eil iad a’ riochdachadh beachdan luchd-cleachdaidh an nòid seo." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Coimhearsnachd ionadail" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Postaichean o luchd-cleachdaidh ionadail an fhrithealaiche seo" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Coimhearsnachd cho-naisgte" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Postaichean on luchd-cleachdaidh air an lìonra cho-naisgte gu lèir" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "An luchd-aithne agadsa" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Gabh a-staigh" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Falaich" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Chan eil toradh ann." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Chan eil roghainn na coimhearsnachd ri fhaighinn." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Chan eil seo ri fhaighinn." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Chan eil am bhuidheann seo ann" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "Chan eil an cearcall seo ann" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Buidheann: %s" +msgid "Circle: %s" +msgstr "Cearcall: %s" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "A’ ghnìomhachd as ùire" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Seòrsaich a-rèir na gnìomhachd as ùire" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Na postaichean as ùire" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "An luchd-aithne agadsa" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Seòrsaich a-rèir ceann-là faighinn nam post" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Gabh a-staigh" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "An cruthachadh as ùire" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Seòrsaich a-rèir ceann-là cruthachadh nam post" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Pearsanta" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Postaichean le iomradh ort no sa bheil thu an sàs" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Rionnag" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Na postaichean as annsa" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Falaich" #: src/Module/Credits.php:44 msgid "Credits" @@ -6740,7 +7307,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Bun-tùs Twitter / URL a’ tweet (feum air iuchair API)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Feumaidh tu clàradh a-steach mus urrainn dhut am mòideal seo a chleachdadh" @@ -6779,11 +7346,11 @@ msgstr "Tagh an roinn-tìde agad:" #: src/Module/Debug/Probe.php:38 src/Module/Debug/WebFinger.php:37 msgid "Only logged in users are permitted to perform a probing." -msgstr "" +msgstr "Chan fhaod ach cleachdaichean air an clàradh a-steach sgrùdadh a dhèanamh." #: src/Module/Debug/Probe.php:52 msgid "Probe Diagnostic" -msgstr "" +msgstr "Diagnosachd sgrùdaidh" #: src/Module/Debug/Probe.php:53 msgid "Output" @@ -6801,243 +7368,141 @@ msgstr "Diagnosachd Webfinger" msgid "Lookup address:" msgstr "Rannsaich an seòladh:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Tha thu air do chlàradh a-steach mar %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Geàrr leum eadar na cunntasan agad" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Stiùirich na cunntasan agad" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." -msgstr "" +msgstr "Gun innteart (’s dòcha gu bheil cuid a dh’innteartan falaichte)." #: src/Module/Directory.php:90 msgid "Find on this site" -msgstr "" +msgstr "Lorg air an làrach seo" #: src/Module/Directory.php:92 msgid "Results for:" -msgstr "" +msgstr "Toraidhean airson:" #: src/Module/Directory.php:94 msgid "Site Directory" -msgstr "" +msgstr "Eòlaire na làraich" #: src/Module/Filer/RemoveTag.php:105 msgid "Item was not deleted" -msgstr "" +msgstr "Cha deach an nì a sguabadh às" #: src/Module/Filer/RemoveTag.php:115 msgid "Item was not removed" -msgstr "" +msgstr "Cha deach nì a thoirt air falbh" #: src/Module/Filer/SaveTag.php:73 msgid "- select -" -msgstr "" +msgstr "– tagh –" #: src/Module/FriendSuggest.php:82 msgid "Suggested contact not found." -msgstr "" +msgstr "Cha deach an neach-aithne molta a lorg." #: src/Module/FriendSuggest.php:100 msgid "Friend suggestion sent." -msgstr "" +msgstr "Chaidh moladh caraid a chur." #: src/Module/FriendSuggest.php:137 msgid "Suggest Friends" -msgstr "" +msgstr "Mol caraidean" #: src/Module/FriendSuggest.php:140 #, php-format msgid "Suggest a friend for %s" -msgstr "" +msgstr "Mol caraid dha %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" -msgstr "" +msgstr "Aplacaidean/tuilleadain stàlaichte:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" -msgstr "" +msgstr "Cha deach aplacaid/tuilleadan a stàladh" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." -msgstr "" +msgstr "Leugh teirmichean seirbheise an nòd seo." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." -msgstr "" +msgstr "Seo a frithealaichean cèine a tha ’gam bacadh leis an fhrithealaiche seo." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Adhbhar a’ bhacaidh" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" -msgstr "" +msgstr "Luchdaich a-nuas an liosta seo san fhòrmat CSV" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "" +msgstr "Seo Friendica tionndadh %s a tha a’ ruith air an ionad-lìn %s. Is %s tionndadh an stòir-dhàta agus %s tionndadh ùrachadh nam post." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." -msgstr "" +msgstr "Tadhail air Friendi.ca airson barrachd fiosrachaidh mu phròiseact Friendica." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" -msgstr "" +msgstr "Aithrisean air bugaichean is duilgheadasan: tadhail air" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" -msgstr "" +msgstr "tracaiche nam bugaichean air GitHub" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "" - -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "" - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "" - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "" - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "" - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "" - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" +msgstr "Airson beachdan, molaidhean is mssa. – cuir post-d gu “info” aig “friendi – dot – ca" #: src/Module/HCard.php:45 msgid "No profile" -msgstr "" +msgstr "Chan eil pròifil ann" #: src/Module/HTTPException/MethodNotAllowed.php:31 msgid "Method Not Allowed." -msgstr "" +msgstr "Chan eil am modh ceadaichte." #: src/Module/Help.php:60 msgid "Help:" -msgstr "" +msgstr "Cobhair:" #: src/Module/Home.php:63 #, php-format msgid "Welcome to %s" -msgstr "" +msgstr "Fàilte gu %s" #: src/Module/Install.php:189 msgid "Friendica Communications Server - Setup" -msgstr "" +msgstr "Frithealaiche conaltradh Friendica – Suidheachadh" #: src/Module/Install.php:200 msgid "System check" -msgstr "" +msgstr "Dearbhadh an t-siostaim" #: src/Module/Install.php:202 src/Module/Install.php:247 #: src/Module/Install.php:326 msgid "Requirement not satisfied" -msgstr "" +msgstr "Tha riatanas nach deach a choileanadh" #: src/Module/Install.php:203 msgid "Optional requirement not satisfied" -msgstr "" +msgstr "Tha riatanas roghainneil nach deach a choileanadh" #: src/Module/Install.php:204 msgid "OK" -msgstr "" +msgstr "Ceart ma-thà" #: src/Module/Install.php:208 msgid "Next" @@ -7045,120 +7510,120 @@ msgstr "Air adhart" #: src/Module/Install.php:209 msgid "Check again" -msgstr "" +msgstr "Sgrùd a-rithist" #: src/Module/Install.php:222 msgid "Base settings" -msgstr "" +msgstr "Roghainnean bunasach" #: src/Module/Install.php:224 msgid "Base path to installation" -msgstr "" +msgstr "An t-slighe bhunasach dhan stàladh" #: src/Module/Install.php:226 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 "" +msgstr "Mur aithnich an siostam an t-slighe cheart dhan stàladh agad, cuir a-steach an t-slighe cheart an-seo. Cha bu chòir dhut seo a shuidheachadh ach ma tha thu a’ cleachdadh siostam cuingichte agus ceanglaichean samhlachail gun fheumh-lìn agad." #: src/Module/Install.php:229 msgid "The Friendica system URL" -msgstr "" +msgstr "URL siostam Friendica" #: src/Module/Install.php:231 msgid "" "Overwrite this field in case the system URL determination isn't right, " "otherwise leave it as is." -msgstr "" +msgstr "Tar-sgrìobh an raon seo mura deach URL an t-siostaim aithneachadh mar bu chòir. Ma chaidh, fàg e mar a tha e." #: src/Module/Install.php:242 msgid "Database connection" -msgstr "" +msgstr "Ceangal stòir-dhàta" #: src/Module/Install.php:243 msgid "" "In order to install Friendica we need to know how to connect to your " "database." -msgstr "" +msgstr "Airson Friendica a stàladh, feumaidh fios a bhith againn air mar a nì sinn ceangal dhan stòr-dàta agad." #: src/Module/Install.php:244 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." -msgstr "" +msgstr "Cuir fios gu solaraiche an òstaidh no rianaire na làraich agad ma tha ceist agad mu na roghainnean seo." #: src/Module/Install.php:245 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." -msgstr "" +msgstr "Bu chòir dhan stòr-dàta a shònraicheas tu a bhith ann mu thràth. Mur eil, cruthaich e mus lean thu air adhart." #: src/Module/Install.php:252 msgid "Database Server Name" -msgstr "" +msgstr "Ainm frithealaiche an stòir-dhàta" #: src/Module/Install.php:257 msgid "Database Login Name" -msgstr "" +msgstr "Ainm clàraidh a-steach an stòir-dhàta" #: src/Module/Install.php:263 msgid "Database Login Password" -msgstr "" +msgstr "Facal-faire clàradh a-steach an stòir-dhàta" #: src/Module/Install.php:265 msgid "For security reasons the password must not be empty" -msgstr "" +msgstr "Air adhbharan tèarainteachd, chan fhaod am facal-faire a bhith falamh" #: src/Module/Install.php:268 msgid "Database Name" -msgstr "" +msgstr "Ainm an stòir-dhàta" #: src/Module/Install.php:272 src/Module/Install.php:300 msgid "Please select a default timezone for your website" -msgstr "" +msgstr "Tagh roinn-tìde bhunaiteach dhan làrach-lìn agad" #: src/Module/Install.php:287 msgid "Site settings" -msgstr "" +msgstr "Roghainnean na làraich" #: src/Module/Install.php:295 msgid "Site administrator email address" -msgstr "" +msgstr "An seòladh puist-d aig rianaire na làraich" #: src/Module/Install.php:297 msgid "" "Your account email address must match this in order to use the web admin " "panel." -msgstr "" +msgstr "Feumaidh seòladh puist-d a’ chunntais agad a bhith co-ionnan ri seo ach an urrainn dhut panail-lìn na rianachd a chleachdadh." #: src/Module/Install.php:304 msgid "System Language:" -msgstr "" +msgstr "Cànan an t-siostaim:" #: src/Module/Install.php:306 msgid "" "Set the default language for your Friendica installation interface and to " "send emails." -msgstr "" +msgstr "Suidhich an cànan bunaiteach dhan eadar-aghaidh stàladh Friendica agad is do na puist-d a thèid a chur." #: src/Module/Install.php:318 msgid "Your Friendica site database has been installed." -msgstr "" +msgstr "Chaidh stòr-dàta na làraich Friendica agad a stàladh." #: src/Module/Install.php:328 msgid "Installation finished" -msgstr "" +msgstr "Tha an stàladh deiseil" #: src/Module/Install.php:348 msgid "

    What next

    " -msgstr "" +msgstr "

    Dè a-nis?

    " #: src/Module/Install.php:349 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "worker." -msgstr "" +msgstr "CUDROMACH: Feumaidh gu saothair dhan obraiche a chur air an sgeideal [a làimh]." #: src/Module/Install.php:352 #, php-format @@ -7166,16 +7631,16 @@ 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 "" +msgstr "Tadhail air duilleag a’ chlàraidh aig an nòd Friendica ùr agad agus clàraich mar cleachdaiche ùr. Thoir an aire gun cleachd thu an aon seòladh puist-d ’s a chuir thu a-steach mar phost-d an rianaire. Bheir seo inntrigeadh do phanail na rianachd dhut." #: src/Module/Invite.php:57 msgid "Total invitation limit exceeded." -msgstr "" +msgstr "Chaidh thu thairis air crìoch nan cuiridhean iomlan." #: src/Module/Invite.php:82 #, php-format msgid "%s : Not a valid email address." -msgstr "" +msgstr "%s : Chan e seòladh puist-d dligheach a tha seo." #: src/Module/Invite.php:108 msgid "Please join us on Friendica" @@ -7209,14 +7674,14 @@ 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 "" +msgstr "Tadhail air %s airson liosta de làraichean poblach far an urrainn dhut ballrachd fhaighinn. ’S urrainn dhan a h-uile ball Friendica air làraichean eile ceangal ri chèile agus ri buill iomadh lìonra sòisealta eile." #: src/Module/Invite.php:152 #, php-format msgid "" "To accept this invitation, please visit and register at %s or any other " "public Friendica website." -msgstr "" +msgstr "Airson gabhail ris a’ chuireadh seo, tadhail air %s is clàraich air no air làrach-lìn Friendica poblach sam bith eile." #: src/Module/Invite.php:153 #, php-format @@ -7225,62 +7690,62 @@ msgid "" "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 "" +msgstr "Tha na làraichean Friendica uile co-naisgte ri chèile ach an cruthaich iad lìon sòisealta mòr aig a bheil prìobhaideachd phisichte ’s a tha fo smachd nam ball aige fhèin. ’S urrainn dhaibh ceangal a dhèanamh ri iomadh lìonra sòisealta tradaiseanta. Faic %s airson liosta de làraichean Friendica eile far an urrainn dhut ballrachd fhaighinn." #: src/Module/Invite.php:157 msgid "" "Our apologies. This system is not currently configured to connect with other" " public sites or invite members." -msgstr "" +msgstr "Tha sinn duilich. Cha deach an siostam rèiteachadh aig an àm seo airson ceangal ri làraichean poblach eile no cuiridhean ballrachd a chur." #: src/Module/Invite.php:160 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 "" +msgstr "Tha na làraichean Friendica uile co-naisgte ri chèile ach an cruthaich iad lìon sòisealta mòr aig a bheil prìobhaideachd phisichte ’s a tha fo smachd nam ball aige fhèin. ’S urrainn dhaibh ceangal a dhèanamh ri iomadh lìonra sòisealta tradaiseanta." #: src/Module/Invite.php:159 #, php-format msgid "To accept this invitation, please visit and register at %s." -msgstr "" +msgstr "Airson gabhail ris a’ chuireadh seo, tadhail air %s is clàraich ann." #: src/Module/Invite.php:167 msgid "Send invitations" -msgstr "" +msgstr "Cuir cuiridhean" #: src/Module/Invite.php:168 msgid "Enter email addresses, one per line:" -msgstr "" +msgstr "Cuir seòlaidhean puist-d a-steach, gach fear air loidhne fa leth:" #: src/Module/Invite.php:172 msgid "" "You are cordially invited to join me and other close friends on Friendica - " "and help us to create a better social web." -msgstr "" +msgstr "Tha fàilte chridheil romhad airson tighinn cruinn còmhla rium-sa is dlùth-charaidean eile air Friendica – agus airson ar cuideachadh ach an cruthaich sinn lìon sòisealta nas fheàrr." #: src/Module/Invite.php:174 msgid "You will need to supply this invitation code: $invite_code" -msgstr "" +msgstr "Bidh agad ris an còd cuiridh seo a sholar: $invite_code" #: src/Module/Invite.php:174 msgid "" "Once you have registered, please connect with me via my profile page at:" -msgstr "" +msgstr "Nuair a bhios tu air do chlàradh, dèan ceangal rium le duilleag na pròifil agam air:" #: src/Module/Invite.php:176 msgid "" "For more information about the Friendica project and why we feel it is " "important, please visit http://friendi.ca" -msgstr "" +msgstr "Airson barrachd fiosrachaidh mu phròiseact Friendica ’s carson a tha sinn dhen bheachd gu bheil e cudromach, tadhail air http://friendi.ca" #: src/Module/Item/Compose.php:85 msgid "Please enter a post body." -msgstr "" +msgstr "Cuir a-steach bodhaig puist." #: src/Module/Item/Compose.php:98 msgid "This feature is only available with the frio theme." -msgstr "" +msgstr "Chan eil an gleus seo ri fhaighinn ach leis an ùrlar frio." #: src/Module/Item/Compose.php:122 msgid "Compose new personal note" @@ -7294,29 +7759,25 @@ msgstr "Sgrìobh post ùr" msgid "Visibility" msgstr "Faicsinneachd" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Thoir an t-ionad air falbh" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Chan eil seirbheisean ionaid ri fhaighinn air an uidheam agad" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "Tha seirbheisean ionaid à comas. Thoir sùil air ceadan na làraich-lìn air an uidheam agad" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." -msgstr "" - -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Chan eil am an nì a dh’iarr thu ann no chaidh a sguabadh às." +msgstr "’S urrainn dhut suidheachadh gum fosgail an duilleag seo an-còmhnaidh nuair a chleachdas tu am putan “Post ùr” ann an Roghainnean gnàthaichte an ùrlair." #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." @@ -7335,16 +7796,16 @@ msgid "" "This Friendica node is currently in maintenance mode, either automatically " "because it is self-updating or manually by the node administrator. This " "condition should be temporary, please come back in a few minutes." -msgstr "" +msgstr "Chaidh an nòd Friendica seo a chur sa mhodh obrach-glèidhidh, gu fèin-obrachail on a tha e ’ga ùrachadh fhèin no a làimh le rianaire an nòid. Cha bu chòir dhan staid seo a bhith air ach rè seal, till an ceann corra mionaid." #: src/Module/Manifest.php:40 msgid "A Decentralized Social Network" -msgstr "" +msgstr "Lìonra sòisealta sgaoilte" #: src/Module/Media/Attachment/Browser.php:58 #: src/Module/Media/Photo/Browser.php:59 msgid "You need to be logged in to access this page." -msgstr "" +msgstr "Feumaidh tu clàradh a-steach mus fhaigh thu cothrom air an duilleag seo." #: src/Module/Media/Attachment/Browser.php:74 msgid "Files" @@ -7352,7 +7813,7 @@ msgstr "Faidhlichean" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Luchdaich suas" @@ -7373,21 +7834,14 @@ msgstr "Tha am faidhle nas motha na tha ceadaichte dhe %s" msgid "File upload failed." msgstr "Dh’fhàillig luchdadh suas an fhaidhle." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Cha b’ urrainn dhuinn an dealbh a phròiseasadh." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Tha an dealbh nas motha na tha ceadaichte dhe %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Dh’fhàillig le luchdadh suas an deilbh." @@ -7419,41 +7873,41 @@ msgstr "Air a sguabadh às" msgid "List of pending user deletions" msgstr "Liosta nan cleachdaichean rin sguabadh às" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Duilleag àbhaisteach a’ chunntais" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Duilleag cùbaid deasbaid" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Fòram poblach" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "Buidheann poblach" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Duilleag caraide fhèin-obrachail" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Fòram prìobhaideach" +msgid "Private Group" +msgstr "Buidheann prìobhaideach" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Duilleag phearsanta" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Duilleag buidhinn" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Duilleag naidheachdan" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Fòram coimhearsnachd" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "Buidheann coimhearsnachd" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7511,6 +7965,7 @@ msgid "Block New Remote Contact" msgstr "Bac neach-aithne cèin ùr" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Dealbh" @@ -7588,6 +8043,8 @@ msgid "Matching known servers" msgstr "A’ maidseadh nam frithealaichean as aithne dhuinn" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Ainm an fhrithealaiche" @@ -7739,6 +8196,7 @@ msgstr "Cuiridh seo na pàtranan air an ion-phortadh an àite na liosta-bacaidh #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Pàtran àrainne fhrithealaichean a chaidh a bhacadh" @@ -7852,10 +8310,6 @@ msgstr "Briathar" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Iomradh" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Iomradh fillte" @@ -7866,18 +8320,251 @@ msgstr "Cha deach an nì a lorg" #: src/Module/Moderation/Item/Source.php:89 msgid "No source recorded" -msgstr "" +msgstr "Cha deach tùs a chlàradh" #: src/Module/Moderation/Item/Source.php:90 msgid "" "Please make sure the debug.store_source config key is set in " "config/local.config.php for future items to have sources." -msgstr "" +msgstr "Dèan cinnteach gun deach iuchair rèiteachaidh debug.store_source a shuidheachadh ann an config/local.config.php ach am bi tùsan aig na nithean ri teachd." #: src/Module/Moderation/Item/Source.php:92 msgid "Item Guid" msgstr "GUID an nì" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "Cha deach an neach-aithne a lorg no chaidh am frithealaiche aca a bhacadh air an nòd seo mu thràth." + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "Clàraich a-steach airson an duilleag seo inntrigeadh." + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "Cruthaich gearan maorsainneachd" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "Tagh neach-aithne" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "Cuir a-steach seòladh no URL pròifil neach-aithne gu h-ìosal airson gearan maorsainneachd a chruthachadh mu dhèidhinn." + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "Seòladh/URL an neach-aithne" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "Tagh roinn-seòrsa" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "Tagh roinn-seòrsa a’ ghearain agad." + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Spama" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "Tha an neach-aithne seo a’ foillseachadh iomadh post/freagairt a tha ro fhada no ’gam foillseachadh a-rithist ’s a-rithist no tha e a’ dèanamh sanasachd air a’ bhathar/làrach-lìn aca nach eil buntainneachd dha na còmhraidhean." + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Susbaint mhì-laghail" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Tha an neach-aithne seo a’ foillseachadh susbaint a thathar a’ meas gu bheil e mì-laghail san uachdranas far a bheil an nòd ’ga òstadh." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "Sàbhailteachd na coimhearsnachd" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "Bhuair an neach-aithne seo thu no daoine eile on a tha e dìorrasach no neo-mhothachail ge b’ e a bheil e mar sin a dh’aona-ghnothaich no gun iarraidh. Gabhaidh seo a-staigh foillseachadh fiosrachadh prìobhaideach càich (doxxing), postadh bhagairtean no dealbhan frionasach ann am postaichean is freagairtean." + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Susbaint/Giùlan gun iarraidh" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "Dh’fhoillsich an neach-aithne seo iomadh susbaint nach eil buntainneach do chuspair an nòid no a tha a’ càineadh rianachd/maorsainneachd an nòid gu fosgailte gun a bhith a’ bruidhinn ris na daoine iomchaidh fhèin, mar eisimpleir, no a tha rag-fhoghlamach mu chuspair frionasach." + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Briseadh riaghailt" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "Bris an neach-aithne seo riaghailt no dhà dhen nòd seo. ’S urrainn dhut na riaghailtean a chaidh a bhriseadh a thaghadh san ath-cheum." + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "Innis dhuinn carson a chuir thu a-null an gearan seo. Mar as mionaidiche am fiosrachadh a bheir thu dhuinn ’s ann as fhasa a bhios e dhuinn dèiligeadh ris a’ ghearan agad." + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "Barrachd fiosrachaidh" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "Thoir barrachd fiosrachaidh dhuinn a tha buntainneach dhan ghearan shònraichte seo. ’S urrainn dhut postaichean leis an neach-aithne seo a cheangal ris san ath-cheum ach cuiridh sinn fàilte do cho-theacsa sam bith." + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "Tagh riaghailtean" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "Tagh riaghailtean an nòid gu h-ìosal a shaoileas tu gun deach am briseadh leis an neach-aithne seo." + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "Tagh postaichean" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "Ma thogras tu, tagh postaichean ri cheangal ris a’ ghearan agad." + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "Cuir an gearan a-null" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "Gnìomhan eile" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "’S urrainn dhut fear de na gnìomhan seo a ghabhail cuideachd air an neach-aithne a rinn thu gearan air:" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Na dèan dad" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "Co-theannaich an neach-aithne" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "Nochdaidh na postaichean ’s freagairtean air duilleag an lìonraidh agad fhathast ach bidh an t-susbaint aca co-theannaichte a ghnàth." + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "Cha nochd na postaichean ’s freagairtean air duilleag an lìonraidh agad tuilleadh ach dh’fhaoidte gun nochd na freagairtean aca ann an snàithleanan fòraim. Faodaidh iad do leantainn fhathast." + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Bac an neach-aithne" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "Cha nochd na postaichean ’s freagairtean air duilleag an lìonraidh agad tuilleadh ach dh’fhaoidte gun nochd na freagairtean aca ann an snàithleanan fòraim leis an t-susbaint aca co-theannaichte a ghnàth. Chan fhaod iad do leantainn tuilleadh ach dh’fhaoidte gum faigh iad cothrom air na postaichean poblach agad fhathast air dòighean eile." + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "Sìn air adhart an gearan" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "A bheil thu airson an gearan seo a shìneadh air adhart dhan fhrithealaiche chèin?" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "1. Tagh neach-aithne" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "2. Tagh roinn-seòrsa" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "2a. Tagh riaghailtean" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "2b. Cuir beachd ris" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "3. Tagh postaichean" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Cunntas àbhaisteach" @@ -7887,8 +8574,8 @@ msgid "Automatic Follower Account" msgstr "Cunntas leantainn fèin-obrachail" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Cunntas fòraim phoblaich" +msgid "Public Group Account" +msgstr "Cunntas buidhinn phoblaich" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7899,8 +8586,8 @@ msgid "Blog Account" msgstr "Cunntas bloga" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Cunntas fòraim phrìobhaidich" +msgid "Private Group Account" +msgstr "Cunntas buidhinn phrìobhaidich" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8125,132 +8812,132 @@ msgstr "Diùlt" #: src/Module/Notifications/Introductions.php:99 msgid "Show Ignored Requests" -msgstr "" +msgstr "Seall na h-iarrtasan a leig thu seachad" #: src/Module/Notifications/Introductions.php:99 msgid "Hide Ignored Requests" -msgstr "" +msgstr "Falaich na h-iarrtasan a leig thu seachad" #: src/Module/Notifications/Introductions.php:115 #: src/Module/Notifications/Introductions.php:178 msgid "Notification type:" -msgstr "" +msgstr "Seòrsa a’ bhratha:" #: src/Module/Notifications/Introductions.php:118 msgid "Suggested by:" -msgstr "" +msgstr "’Ga mholadh le:" #: src/Module/Notifications/Introductions.php:143 msgid "Claims to be known to you: " -msgstr "" +msgstr "A’ tagradh gur aithne dhut e: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" -msgstr "" +msgstr "Chan eil" #: src/Module/Notifications/Introductions.php:152 msgid "Shall your connection be bidirectional or not?" -msgstr "" +msgstr "A bheil thu airson co-dhàimh a chruthachadh?" #: src/Module/Notifications/Introductions.php:153 #, 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 "" +msgstr "Ma ghabhas tu ri %s ’nad charaid, faodaidh %s fo-sgrìobhadh air na postaichean agad agus gheibh thu na naidheachdan uapa-san cuideachd." #: src/Module/Notifications/Introductions.php:154 #, 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 "" +msgstr "Ma ghabhas tu ri %s mar fo-sgrìobhadh, faodaidh iad fo-sgrìobhadh air na postaichean agad ach chan fhaigh thu na naidheachdan uapa-san." #: src/Module/Notifications/Introductions.php:156 msgid "Friend" -msgstr "" +msgstr "Caraid" #: src/Module/Notifications/Introductions.php:157 msgid "Subscriber" -msgstr "" +msgstr "Fo-sgrìobhadh" #: src/Module/Notifications/Introductions.php:216 msgid "No introductions." -msgstr "" +msgstr "Chan eil cur an aithne ann." #: src/Module/Notifications/Introductions.php:217 #: src/Module/Notifications/Notifications.php:135 #, php-format msgid "No more %s notifications." -msgstr "" +msgstr "Chan eil brath %s ann tuilleadh." #: src/Module/Notifications/Notification.php:135 msgid "You must be logged in to show this page." -msgstr "" +msgstr "Feumaidh tu clàradh a-steach mus urrainn dhut an duilleag seo a shealltainn." #: src/Module/Notifications/Notifications.php:66 msgid "Network Notifications" -msgstr "" +msgstr "Brathan lìonraidh" #: src/Module/Notifications/Notifications.php:72 msgid "System Notifications" -msgstr "" +msgstr "Brathan an t-siostaim" #: src/Module/Notifications/Notifications.php:78 msgid "Personal Notifications" -msgstr "" +msgstr "Brathan pearsanta" #: src/Module/Notifications/Notifications.php:84 msgid "Home Notifications" -msgstr "" +msgstr "Brathan na dachaighe" #: src/Module/Notifications/Notifications.php:140 msgid "Show unread" -msgstr "" +msgstr "Seall an fheadhainn gun leughadh" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" -msgstr "" +msgstr "Dh’iarr {0} clàradh" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" -msgstr "" +msgstr "Dh’iarr {0} ’s %d eile clàradh" #: src/Module/OAuth/Acknowledge.php:51 msgid "Authorize application connection" -msgstr "" +msgstr "Ùghdarraich ceangal aplacaide" #: src/Module/OAuth/Acknowledge.php:53 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" -msgstr "" +msgstr "A bheil thu airson cead a thoirt dhan aplacaid seo airson na postaichean ’s an luchd-aithne agad inntrigeadh agus/no postaichean ùra a chruthachadh às do leth?" #: src/Module/OAuth/Authorize.php:54 msgid "Unsupported or missing response type" -msgstr "" +msgstr "Seòrsa freagairte gun taic ris no a dhìth" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" -msgstr "" +msgstr "Dàta iarrtais neo-choileanta" #: src/Module/OAuth/Authorize.php:106 #, php-format msgid "" "Please copy the following authentication code into your application and " "close this window: %s" -msgstr "" +msgstr "Cuir lethbhreac dhen chòd dearbhaidh seo san aplacaid agad is dùin an uinneag seo: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" -msgstr "" +msgstr "Dàta mì-dhligheach no cliant nach aithne dhuinn" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" -msgstr "" +msgstr "Seòrsa ceadachaidh gun taic ris no a dhìth" #: src/Module/OStatus/Repair.php:83 msgid "Resubscribing to OStatus contacts" @@ -8262,11 +8949,11 @@ msgstr "Cùm an uinneag seo fosgailte gus am bi e deiseil." #: src/Module/OStatus/Repair.php:85 msgid "✔ Done" -msgstr "" +msgstr "✔ Deiseil" #: src/Module/OStatus/Repair.php:86 msgid "No OStatus contacts to resubscribe to." -msgstr "" +msgstr "Chan eil neach-aithne OStatus ann airson fo-sgrìobhadh air a-rithist." #: src/Module/OStatus/Subscribe.php:70 msgid "Subscribing to contacts" @@ -8315,86 +9002,86 @@ msgstr "chaidh a leigeil seachad" #: src/Module/PermissionTooltip.php:49 #, php-format msgid "Wrong type \"%s\", expected one of: %s" -msgstr "" +msgstr "Seòrsa “%s” ceàrr, an dùil air fear dhen fheadhainn seo: %s" #: src/Module/PermissionTooltip.php:79 msgid "Model not found" -msgstr "" +msgstr "Cha deach am modail a lorg" #: src/Module/PermissionTooltip.php:94 msgid "Unlisted" -msgstr "" +msgstr "Falaichte o liostaichean" #: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." -msgstr "" +msgstr "Chan eil fiosrachadh cèin na prìobhaideachd ri làimh." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" -msgstr "" +msgstr "Ri fhaicinn do:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" -msgstr "" +msgstr "Cruinneachadh (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Luchd-leantainn (%s)" -#: src/Module/PermissionTooltip.php:227 -#, php-format -msgid "%d more" -msgstr "" - -#: src/Module/PermissionTooltip.php:231 -#, php-format -msgid "To: %s
    " -msgstr "" - -#: src/Module/PermissionTooltip.php:234 -#, php-format -msgid "CC: %s
    " -msgstr "" - #: src/Module/PermissionTooltip.php:237 #, php-format -msgid "BCC: %s
    " -msgstr "" +msgid "%d more" +msgstr "%d eile" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:241 +#, php-format +msgid "To: %s
    " +msgstr "Gu: %s
    " + +#: src/Module/PermissionTooltip.php:244 +#, php-format +msgid "CC: %s
    " +msgstr "CC: %s
    " + +#: src/Module/PermissionTooltip.php:247 +#, php-format +msgid "BCC: %s
    " +msgstr "BCC: %s
    " + +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " -msgstr "" +msgstr "Èisteachd: %s
    " -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " -msgstr "" +msgstr "Air a chur às leth: %s
    " -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." -msgstr "" +msgstr "Chan eil an dealbh ri fhaighinn." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." -msgstr "" +msgstr "Chan eil an dealbh air a bheil an id %s ri fhaighinn." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." -msgstr "" +msgstr "Goireas mì-dhligheach air an taobh a-muigh leis an url %s." -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." -msgstr "" +msgstr "Dealbh mì-dhligheach air a bheil an id %s." #: src/Module/Post/Edit.php:82 src/Module/Post/Edit.php:96 msgid "Post not found." -msgstr "" +msgstr "Cha deach am post a lorg." #: src/Module/Post/Edit.php:102 msgid "Edit post" @@ -8428,34 +9115,41 @@ msgstr "Thoir air falbh taga an nì" msgid "Select a tag to remove: " msgstr "Tagh taga gus a thoirt air falbh: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Thoir air falbh" #: src/Module/Profile/Contacts.php:159 msgid "No contacts." -msgstr "" +msgstr "Chan eil neach-aithne ann." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" -msgstr "" +msgstr "An loidhne-ama aig %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" -msgstr "" +msgstr "Na postaichean aig %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" -msgstr "" +msgstr "Na beachdan aig %s" + +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Tha an dealbh nas motha na tha ceadaichte dhe %s" #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" @@ -8475,84 +9169,84 @@ msgstr "Cha ghabh am frithealaiche ri luchdadh suas deilbh ùir aig an àm seo, msgid "Image file is empty." msgstr "Tha faidhle an deilbh falamh." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Seall an t-albam" #: src/Module/Profile/Profile.php:112 src/Module/Profile/Restricted.php:50 msgid "Profile not found." -msgstr "" +msgstr "Cha deach a’ phròifil a lorg." #: src/Module/Profile/Profile.php:158 #, php-format msgid "" "You're currently viewing your profile as %s Cancel" -msgstr "" +msgstr "Tha thu a’ sealltainn air a’ phròifil agad mar %s Sguir dheth" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" -msgstr "" +msgstr "An t-ainm slàn:" #: src/Module/Profile/Profile.php:172 msgid "Member since:" -msgstr "" +msgstr "Ball o chionn:" #: src/Module/Profile/Profile.php:178 msgid "j F, Y" -msgstr "" +msgstr "j F Y" #: src/Module/Profile/Profile.php:179 msgid "j F" -msgstr "" +msgstr "j F" #: src/Module/Profile/Profile.php:187 src/Util/Temporal.php:168 msgid "Birthday:" -msgstr "" +msgstr "Co-là breith:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " -msgstr "" +msgstr "Aois: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d bhliadhna a dh'aois" +msgstr[1] "%d bhliadhna a dh’aois" +msgstr[2] "%d bliadhnaichean a dh’aois" +msgstr[3] "%d bliadhna a dh’aois" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Tuairisgeul:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "" +msgid "Groups:" +msgstr "Buidhnean:" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" -msgstr "" +msgstr "Seall a’ phròifil mar:" #: src/Module/Profile/Profile.php:290 msgid "View as" -msgstr "" +msgstr "Seall mar" #: src/Module/Profile/RemoteFollow.php:82 msgid "Profile unavailable." -msgstr "" +msgstr "Chan eil a’ phròifil ri fhaighinn." #: src/Module/Profile/RemoteFollow.php:88 msgid "Invalid locator" -msgstr "" +msgstr "Lorgaire mì-dhligheach" #: src/Module/Profile/RemoteFollow.php:95 msgid "The provided profile link doesn't seem to be valid" -msgstr "" +msgstr "Chan eil coltas dligheach air ceangal na pròifil a chaidh a sholar" #: src/Module/Profile/RemoteFollow.php:100 msgid "" @@ -8688,7 +9382,7 @@ msgid "Your invitation code: " msgstr "" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgid "Your Display Name (as you would like it to be displayed on this system" msgstr "" #: src/Module/Register.php:159 @@ -8702,7 +9396,7 @@ msgid "Please repeat your e-mail address:" msgstr "" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "" @@ -8711,7 +9405,7 @@ msgid "Leave empty for an auto generated password." msgstr "" #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "" @@ -8738,11 +9432,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -8798,7 +9492,7 @@ msgstr "" #: src/Module/Register.php:395 msgid "Your registration is pending approval by the site owner." -msgstr "" +msgstr "Tha an clàradh agad a’ feitheamh air aontachadh o shealbhadair na làraich." #: src/Module/Search/Acl.php:73 msgid "You must be logged in to use this module." @@ -8929,24 +9623,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8957,7 +9651,7 @@ msgstr "" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "" @@ -9042,7 +9736,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "" @@ -9070,99 +9764,99 @@ msgstr "" msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Chaidh teachdaireachd mun imrich a chur dhan luchd-aithne agad" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." -msgstr "" +msgstr "Cunntas do phròifil phearsanta àbhaisteach a dh’iarras aontachadh a làimh air “Caraidean” is “Luchd-leantainn”." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." -msgstr "" +msgstr "Feumaidh tu aontachadh ri iarrtasan luchd-aithne a làimh." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9170,89 +9864,94 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Thèid a’ phròifil agad fhoillseachadh sna h-eòlairean cho-naisgte aig Friendica cuideachd (m.e. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "An gabh a’ phròifil agad a lorg gu co-naisgte?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9260,43 +9959,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9304,233 +10003,241 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "’S urrainn dhan luchd-aithne agad postaichean a sgrìobhadh air balla do phròifile. Thèid na postaichean sin a sgaoileadh dhan luchd-aithne agad" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Falbhaidh an ùine air postaichean le rionnag riutha" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Nuair a bhios rionnag ri post, chan fhalbh an ùine orra. Sgrìobhaidh an roghainn seo thairis air a’ ghiùlan sin." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" -msgstr "" +msgstr "Fhuair thu cur an aithne" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" -msgstr "" +msgstr "Chaidh na cuir an aithne agad a dhearbhadh" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "’S toigh le cuideigin an t-susbaint agad" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Cho-roinn cuideigin an t-susbaint agad" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Chuir cuideigin beachd ri snàithlean san do rinn thu co-luadar" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Imrich" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Cuir teachdaireachd mun imrich dhan neach-aithne" @@ -9542,6 +10249,119 @@ msgstr "Roghainnean nan tuilleadan" msgid "No Addon settings configured" msgstr "Cha deach roghainnean tuilleadain a rèiteachadh" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Cha deach leinn ceangal a dhèanamh leis a’ chunntas puist-d a’ cleachdadh nan roghainnean a chaidh a thoirt seachad." @@ -9668,7 +10488,7 @@ msgstr "" msgid "" "When activated, added links at the end of the post react the same way as " "added links in the web interface." -msgstr "" +msgstr "Nuair a bhios seo an gnìomh, bidh an t-aon ghiùlan aig ceanglaichean a thèid a chur ri bonn puist ’s a tha aig ceanglaichean a thèid a chur ris san eadar-aghaidh-lìn." #: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" @@ -9739,221 +10559,255 @@ msgstr "Gluais gu pasgan" msgid "Move to folder:" msgstr "Gluais gu pasgan:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." -msgstr "" +msgstr "Chaidh neach-ionaid a dhèanamh dheth." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." -msgstr "" +msgstr "Chaidh ceadan neach-ionaid a thoirt air falbh." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." -msgstr "" +msgstr "Chì rianairean a tha ’nan luchd-ionaid na ceadan ach chan urrainn dhaibh an atharrachadh." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." -msgstr "" +msgstr "Cha deach cleachdaiche an neach-ionaid a lorg." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." -msgstr "" +msgstr "Clàraich cunntasan a bharrachd a thèid a cho-cheangal ris a’ chunntas làithreach agad ach an urrainn dhut an stiùireadh on chunntas seo." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" -msgstr "" +msgstr "Luchd-ionaid" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "" +msgstr "’S urrainn dhan luchd-ionaid nì sam bith mun chunntas/duilleag seo a stiùireadh ach roghainnean bunaiteach a’ chunntais. Na dèan neach-ionaid dhan chunntas phearsanta agad de dhuine sam bith anns nach eil làn-earbsa agad." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" -msgstr "" +msgstr "Luchd-ionaid làithreach na duilleige" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" -msgstr "" +msgstr "Tagraichean luchd-ionaid" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "" -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." -msgstr "" +msgstr "Chan eil an t-ùrlar a thagh thu ri fhaighinn." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" -msgstr "" +msgstr "Roghainnean coitcheann an ùrlair" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" -msgstr "" +msgstr "Roghainnean gnàthaichte an ùrlair" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" +msgstr "Roghainnean an ùrlair" + +#: src/Module/Settings/Display.php:314 +msgid "Timelines" msgstr "" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" -msgstr "" +msgstr "Ùrlar taisbeanaidh:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" -msgstr "" +msgstr "Ùrlar mobile:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "Seall an gleus “Cha toigh leam seo”" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "Seall am putan “Cha toigh leam seo” agus freagairtean “Cha toigh leam seo” air postaichean is beachdan." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Seall cò rinn an co-roinneadh" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Seall a’ chiad neach a rinn co-roinneadh ’na ìomhaigheag agus teacsa air an nì a chaidh a cho-roinneadh." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9969,160 +10823,156 @@ msgstr "Aplacaidean ceangailte" msgid "Remove authorization" msgstr "Thoir an t-ùghdarrachadh air falbh" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" msgstr "" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "" @@ -10158,257 +11008,299 @@ msgstr "" msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Brath siostam Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Sguab an cleachdaiche às an cunntas aca" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Sguab cleachdaiche às an cunntas aca air an nòd Friendica agad. Dèan cinnteach gun dèid an dàta aca a thoirt air falbh o na lethbhreacan-glèidhidh." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "’S e %d ID a’ chleachdaiche" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Thoir air falbh an cunntas agam" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Bheir seo air falbh an cunntas agad gu tur. Nuair a bhios sin air a thachairt, cha ghabh aiseag." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Cuir a-steach am facal-faire agad airson a dhearbhadh:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" -msgstr "" +msgstr "Stiùir na faclan-faire sònraichte do dh’aplacaidean" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" -msgstr "" +msgstr "Stiùir brabhsairean earbsach" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10417,68 +11309,68 @@ msgid "" "account.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10498,24 +11390,24 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "" @@ -10550,20 +11442,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10575,7 +11488,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10588,14 +11501,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "Aig àm a’ chlàraidh agus a chùm conaltraidh eadar cunntas a’ chleachdaiche ’s an luchd-aithne aca, feumaidh an cleachdaiche ainm taisbeanaidh (ainm-pinn), ainm-cleachdaiche (far-ainm) agus seòladh puist-d a tha ag obair a thoirt seachad. Gabhaidh na h-ainmean inntrigeadh air duilleag pròifil a’ chunntais le duine sam bith a thadhlas air an duilleag, fiù mura dèid fiosrachadh eile na pròifil a shealltainn. Cha dèid an seòladh puist-d a chleachdadh ach airson brathan a chur dhan chleachdaiche mu co-luadar agus cha dèid a shealltainn gu poblach. Tha cur a’ chunntais ri liosta nan cleachdaichean ann an eòlaire an nòid no san eòlaire cho-naisgte roghainneil agus gabhaidh sin a shuidheachadh ann an roghainnean a’ chleachdaiche; chan eil e riatanach dhan chonaltradh." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10606,11 +11519,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10618,6 +11531,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Chan eil am an nì a dh’iarr thu ann no chaidh a sguabadh às." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Tha thu air do chlàradh a-steach mar %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Geàrr leum eadar na cunntasan agad" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Stiùirich na cunntasan agad" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Geàrr leum eadar dearbh-aithnean no duilleagan coimhearsnachd/buidhinn a tha a’ co-roinneadh fiosrachadh a’ chunntais agad no a fhuair thu ceadan “stiùir” dhaibh" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Tagh dearbh-aithne ri stiùireadh: " + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "Chan fhaod ach rianairean cleachdaichean ion-phortadh gu frithealaichean dùinte." @@ -10666,11 +11606,11 @@ msgstr "Mearachd! Chan eil dàta mun tionndadh san fhaidhle! Nach e faidhle cunn msgid "User '%s' already exists on this server!" msgstr "Tha an cleachdaiche “%s” air an fhrithealaiche seo mu thràth!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Mearachd a’ cruthachadh a’ chleachdaiche" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10679,11 +11619,11 @@ msgstr[1] "Tha %d luchd-aithne nach deach ion-phortadh" msgstr[2] "Tha %d luchd-aithne nach deach ion-phortadh" msgstr[3] "Tha %d luchd-aithne nach deach ion-phortadh" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Mearachd a’ cruthachadh pròifil a’ chleachdaiche" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Deiseil. ’S urrainn dhut clàradh a-steach leis an ainm-chleachdaiche ’s fhacal-fhaire agad a-nis" @@ -10817,15 +11757,15 @@ msgid "" msgstr "" #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" +msgid "Add Your Contacts To Circle" msgstr "" #: src/Module/Welcome.php:78 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 "Nuair a bhios caraid no dhà agad, cuir rian orra ann am buidhnean conaltraidh prìobhaideach o bhàr-taobh duilleag an luchd-aithne agad agus ’s urrainn dhut co-luadar leis gach buidheann gu prìobhaideach air duilleag an lìonraidh agad an uairsin." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10873,17 +11813,17 @@ msgstr "Cha toigh le %s am post aig %s" #: src/Navigation/Notifications/Factory/FormattedNotify.php:120 #, php-format msgid "%s is attending %s's event" -msgstr "" +msgstr "Bidh %s an làthair aig an tachartas aig %s" #: src/Navigation/Notifications/Factory/FormattedNotify.php:132 #, php-format msgid "%s is not attending %s's event" -msgstr "" +msgstr "Cha bhi %s an làthair aig an tachartas aig %s" #: src/Navigation/Notifications/Factory/FormattedNotify.php:144 #, php-format msgid "%s may attending %s's event" -msgstr "" +msgstr "’S dòcha gum bi %s an làthair aig an tachartas aig %s" #: src/Navigation/Notifications/Factory/FormattedNotify.php:174 #, php-format @@ -10981,17 +11921,17 @@ msgstr "Cho-roinn %1$s post" #: src/Navigation/Notifications/Factory/Notification.php:249 #, php-format msgid "%1$s wants to attend your event %2$s" -msgstr "" +msgstr "Bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad" #: src/Navigation/Notifications/Factory/Notification.php:256 #, php-format msgid "%1$s does not want to attend your event %2$s" -msgstr "" +msgstr "Cha bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad" #: src/Navigation/Notifications/Factory/Notification.php:263 #, php-format msgid "%1$s maybe wants to attend your event %2$s" -msgstr "" +msgstr "’S dòcha gum bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad" #: src/Navigation/Notifications/Factory/Notification.php:270 #, php-format @@ -11039,7 +11979,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica:Brath]" @@ -11083,7 +12023,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -11095,7 +12035,7 @@ msgstr "Chuir %s beachd ri nì/còmhradh air a bheil thu a’ leantainn." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Tadhail air %s a shealltainn agus/no a’ freagairt dhan chòmhradh." @@ -11118,17 +12058,17 @@ msgstr "Chuir %1$s post ris [url=%2$s]a’ bhalla agad[/url]" #: src/Navigation/Notifications/Repository/Notify.php:370 #, php-format msgid "%s Introduction received" -msgstr "" +msgstr "%s Fhuair thu cur an aithne" #: src/Navigation/Notifications/Repository/Notify.php:372 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" +msgstr "Fhuair thu cur an aithne o “%1$s” aig %2$s" #: src/Navigation/Notifications/Repository/Notify.php:373 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" +msgstr "Fhuair thu [url=%1$s]cur an aithne[/url] o %2$s." #: src/Navigation/Notifications/Repository/Notify.php:378 #: src/Navigation/Notifications/Repository/Notify.php:424 @@ -11139,7 +12079,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:380 #, php-format msgid "Please visit %s to approve or reject the introduction." -msgstr "" +msgstr "Tadhail air %s a ghabhail ris no a dhiùltadh a’ chuir an aithne." #: src/Navigation/Notifications/Repository/Notify.php:387 #, php-format @@ -11260,7 +12200,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" msgstr "" @@ -11289,22 +12229,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "Cho-roinn %s%s post ùr" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11332,404 +12272,440 @@ msgstr "" msgid "%s posted an update." msgstr "" -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Teachdaireachd phrìobhaideach" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Teachdaireachd phoblach" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Teachdaireachd fhalaichte o liostaichean" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Chaidh an nì seo a dheasachadh" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Teachdaireachd ceangladair" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Deasaich" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Sguab às sa cho-nasgadh" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Thoir air falbh gu h-ionadail" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Bac %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Sàbhail gu pasgan" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Bidh mi an làthair" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Cha bhi mi ann" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Dh’fhaoidte gum bi mi an làthair" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Leig seachad an snàithlean" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Na leig seachad an snàithlean tuilleadh" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Toglaich staid na leigeil seachad" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Cuir rionnag ris" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Thoir an rionnag air falbh" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Toglaich staid na rionnaige" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Prìnich" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Dì-phrìnich" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Toglaich staid a’ phrìneachaidh" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Prìnichte" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Cuir taga ris" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Co-roinn seo le iomradh" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Iomradh" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Co-roinn seo às ùr" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Co-roinn" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Sguir dhen cho-roinneadh agad" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Na co-roinn" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (air fhaighinn %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Thoir beachd ris an nì seo san t-siostam agad" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Beachd cèin" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Co-roinn slighe…" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Co-roinn slighe seirbheise cèine" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "gu" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "slighe" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Balla gu balla" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "slighe balla bu balla:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Freagair gu %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Barrachd" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Object/Post.php:591 -msgid "Show more" -msgstr "" - -#: src/Object/Post.php:592 -msgid "Show fewer" -msgstr "" - -#: src/Object/Post.php:628 -#, php-format -msgid "Reshared by: %s" -msgstr "" - -#: src/Object/Post.php:633 -#, php-format -msgid "Viewed by: %s" -msgstr "" - -#: src/Object/Post.php:638 -#, php-format -msgid "Liked by: %s" -msgstr "" - -#: src/Object/Post.php:643 -#, php-format -msgid "Disliked by: %s" -msgstr "" - -#: src/Object/Post.php:648 -#, php-format -msgid "Attended by: %s" -msgstr "" +msgstr[0] "%d bheachd" +msgstr[1] "%d bheachd" +msgstr[2] "%d beachdan" +msgstr[3] "%d beachd" #: src/Object/Post.php:653 +msgid "Show more" +msgstr "Seall barrachd dheth" + +#: src/Object/Post.php:654 +msgid "Show fewer" +msgstr "Seall nas lugha dheth" + +#: src/Object/Post.php:691 +#, php-format +msgid "Reshared by: %s" +msgstr "’Ga cho-roinneadh le: %s " + +#: src/Object/Post.php:696 +#, php-format +msgid "Viewed by: %s" +msgstr "Air a choimhead air le: %s" + +#: src/Object/Post.php:701 +#, php-format +msgid "Liked by: %s" +msgstr "’S toil le %s seo" + +#: src/Object/Post.php:706 +#, php-format +msgid "Disliked by: %s" +msgstr "Cha toil le %s seo" + +#: src/Object/Post.php:711 +#, php-format +msgid "Attended by: %s" +msgstr "An làthair: %s" + +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" -msgstr "" +msgstr "An làthair ’s dòcha: %s" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" +msgstr "Gun a bhith an làthair: %s" + +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" +msgstr "Chaidh freagairt le %s le: %s" + +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" msgstr "" #: src/Protocol/Delivery.php:547 msgid "(no subject)" -msgstr "" +msgstr "(gun chuspair)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." -msgstr "" +msgstr "Tha %s a’ leantainn %s a-nis." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." -msgstr "" +msgstr "Chan eil %s a’ leantainn %s tuilleadh." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "" #: src/Render/FriendicaSmartyEngine.php:56 #, php-format msgid "The folder %s must be writable by webserver." -msgstr "" +msgstr "Ceumaidh cead sgrìobhaidh dhan phasgan %s a bhith aig an fhrithealaiche-lìn." #: src/Security/Authentication.php:227 msgid "Login failed." -msgstr "" +msgstr "Dh’fhàillig leis a’ chlàradh a-steach." #: src/Security/Authentication.php:272 msgid "Login failed. Please check your credentials." -msgstr "" +msgstr "Dh’fhàillig leis a’ chlàradh a-steach. Thoir sùil air an teisteas agad." #: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" -msgstr "" +msgstr "Fàilte ort, %s" #: src/Security/Authentication.php:392 msgid "Please upload a profile photo." -msgstr "" +msgstr "An luchdaich thu suas dealbh pròifile?" #: src/Util/EMailer/MailBuilder.php:260 msgid "Friendica Notification" -msgstr "" +msgstr "Brath Friendica" #: src/Util/EMailer/NotifyMailBuilder.php:78 #: src/Util/EMailer/SystemMailBuilder.php:54 #, php-format msgid "%1$s, %2$s Administrator" -msgstr "" +msgstr "%1$s, rianaire %2$s" #: src/Util/EMailer/NotifyMailBuilder.php:80 #: src/Util/EMailer/SystemMailBuilder.php:56 #, php-format msgid "%s Administrator" -msgstr "" +msgstr "Rianaire %s" #: src/Util/EMailer/NotifyMailBuilder.php:193 #: src/Util/EMailer/NotifyMailBuilder.php:217 #: src/Util/EMailer/SystemMailBuilder.php:101 #: src/Util/EMailer/SystemMailBuilder.php:118 msgid "thanks" -msgstr "" +msgstr "mòran taing" #: src/Util/Temporal.php:172 msgid "YYYY-MM-DD or MM-DD" -msgstr "" +msgstr "YYYY-MM-DD no MM-DD" #: src/Util/Temporal.php:280 #, php-format msgid "Time zone: %s Change in Settings" -msgstr "" +msgstr "Roinn-tìde: %s Atharraich i sna roghainnean" #: src/Util/Temporal.php:320 src/Util/Temporal.php:329 msgid "never" -msgstr "" +msgstr "chan ann idir" #: src/Util/Temporal.php:343 msgid "less than a second ago" -msgstr "" +msgstr "nas lugha na diog air ais" #: src/Util/Temporal.php:352 msgid "year" -msgstr "" +msgstr "bhliadhna" #: src/Util/Temporal.php:352 msgid "years" -msgstr "" +msgstr "bliadhna(ichean)" #: src/Util/Temporal.php:353 msgid "months" -msgstr "" +msgstr "mìos(an)" #: src/Util/Temporal.php:354 msgid "weeks" -msgstr "" +msgstr "seachdain(ean)" #: src/Util/Temporal.php:355 msgid "days" -msgstr "" +msgstr "là(ithean)" #: src/Util/Temporal.php:356 msgid "hour" -msgstr "" +msgstr "uair a thìde" #: src/Util/Temporal.php:356 msgid "hours" -msgstr "" +msgstr "uair(ean) a thìde" #: src/Util/Temporal.php:357 msgid "minute" -msgstr "" +msgstr "mhionaid" #: src/Util/Temporal.php:357 msgid "minutes" -msgstr "" +msgstr "mionaid(ean)" #: src/Util/Temporal.php:358 msgid "second" -msgstr "" +msgstr "dhiog" #: src/Util/Temporal.php:358 msgid "seconds" -msgstr "" +msgstr "diog(an)" #: src/Util/Temporal.php:367 #, php-format msgid "in %1$d %2$s" -msgstr "" +msgstr "an ceann %1$d %2$s" #: src/Util/Temporal.php:370 #, php-format msgid "%1$d %2$s ago" -msgstr "" +msgstr "%1$d %2$s air ais" #: src/Worker/PushSubscription.php:110 msgid "Notification from Friendica" -msgstr "" +msgstr "Brath o Friendica" #: src/Worker/PushSubscription.php:111 msgid "Empty Post" -msgstr "" +msgstr "Post falamh" #: view/theme/duepuntozero/config.php:68 msgid "default" -msgstr "" +msgstr "bunaiteach" #: view/theme/duepuntozero/config.php:69 msgid "greenzero" @@ -11757,109 +12733,109 @@ msgstr "" #: view/theme/duepuntozero/config.php:87 msgid "Variations" -msgstr "" +msgstr "Fiamhan" #: view/theme/frio/config.php:153 msgid "Light (Accented)" -msgstr "" +msgstr "Soilleir (soilleirichte)" #: view/theme/frio/config.php:154 msgid "Dark (Accented)" -msgstr "" +msgstr "Dorcha (soilleirichte)" #: view/theme/frio/config.php:155 msgid "Black (Accented)" -msgstr "" +msgstr "Dubh (soilleirichte)" #: view/theme/frio/config.php:167 msgid "Note" -msgstr "" +msgstr "An aire" #: view/theme/frio/config.php:167 msgid "Check image permissions if all users are allowed to see the image" -msgstr "" +msgstr "Thoir sùil air ceadan an deilbh ma dh’fhaodas a h-uile cleachdaiche an dealbh fhaicinn" #: view/theme/frio/config.php:173 msgid "Custom" -msgstr "" +msgstr "Gnàthaichte" #: view/theme/frio/config.php:174 msgid "Legacy" -msgstr "" +msgstr "Dìleabach" #: view/theme/frio/config.php:175 msgid "Accented" -msgstr "" +msgstr "Soilleirichte" #: view/theme/frio/config.php:176 msgid "Select color scheme" -msgstr "" +msgstr "Tagh sgeama nan dathan" #: view/theme/frio/config.php:177 msgid "Select scheme accent" -msgstr "" +msgstr "Tagh soilleireachadh an sgeama" #: view/theme/frio/config.php:177 msgid "Blue" -msgstr "" +msgstr "Gorm" #: view/theme/frio/config.php:177 msgid "Red" -msgstr "" +msgstr "Dearg" #: view/theme/frio/config.php:177 msgid "Purple" -msgstr "" +msgstr "Purpaidh" #: view/theme/frio/config.php:177 msgid "Green" -msgstr "" +msgstr "Uaine" #: view/theme/frio/config.php:177 msgid "Pink" -msgstr "" +msgstr "Pinc" #: view/theme/frio/config.php:178 msgid "Copy or paste schemestring" -msgstr "" +msgstr "Dèan lethbhreac no cuir ann sreang sgeama" #: view/theme/frio/config.php:178 msgid "" "You can copy this string to share your theme with others. Pasting here " "applies the schemestring" -msgstr "" +msgstr "’S urrainn dhut lethbhreac dhen t-sreang seo a dhèanamh airson an t-ùrlar agad a cho-roinneadh le càch. Nuair a chuireas tu rud ann an-seo, thèid sreang an sgeama a chur an sàs" #: view/theme/frio/config.php:179 msgid "Navigation bar background color" -msgstr "" +msgstr "Dath cùlaibh bàr na seòladaireachd" #: view/theme/frio/config.php:180 msgid "Navigation bar icon color " -msgstr "" +msgstr "Dath ìomhaigheagan bàr na seòladaireachd " #: view/theme/frio/config.php:181 msgid "Link color" -msgstr "" +msgstr "Dath nan ceanglaichean" #: view/theme/frio/config.php:182 msgid "Set the background color" -msgstr "" +msgstr "Suidhich dath a’ chùlaibh" #: view/theme/frio/config.php:183 msgid "Content background opacity" -msgstr "" +msgstr "Trìd-dhoilleireachd cùlaibh na susbainte" #: view/theme/frio/config.php:184 msgid "Set the background image" -msgstr "" +msgstr "Suidhich dealbh a’ chùlaibh" #: view/theme/frio/config.php:185 msgid "Background image style" -msgstr "" +msgstr "Stoidhle dealbh a’ chùlaibh" #: view/theme/frio/config.php:188 msgid "Always open Compose page" -msgstr "" +msgstr "Fosgail duilleag an sgrìobhaidh an-còmhnaidh" #: view/theme/frio/config.php:188 msgid "" @@ -11878,7 +12854,7 @@ msgstr "" #: view/theme/frio/config.php:196 msgid "Leave background image and color empty for theme defaults" -msgstr "" +msgstr "Fàg dealbh ’s dath a’ chùlaibh bàn do bhun-roghainnean an ùrlair" #: view/theme/frio/php/Image.php:39 msgid "Top Banner" @@ -11957,7 +12933,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11976,7 +12952,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11984,7 +12960,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11992,10 +12968,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "Grad-tòiseachadh" diff --git a/view/lang/gd/strings.php b/view/lang/gd/strings.php index fa056d209e..5470fb0a71 100644 --- a/view/lang/gd/strings.php +++ b/view/lang/gd/strings.php @@ -153,6 +153,7 @@ $a->strings['a photo'] = 'dealbh'; $a->strings['%1$s was tagged in %2$s by %3$s'] = 'Chuir %3$s %1$s ’na thaga ri %2$s'; $a->strings['Public access denied.'] = 'Chaidh an t-inntrigeadh poblach a dhiùltadh.'; $a->strings['No photos selected'] = 'Cha deach dealbh a thaghadh'; +$a->strings['The maximum accepted image size is %s'] = 'Cha ghabh sinn ri dealbhan nas motha na %s'; $a->strings['Upload Photos'] = 'Luchdaich suas dealbhan'; $a->strings['New album name: '] = 'Ainm an albaim ùir: '; $a->strings['or select existing album:'] = 'no tagh albam a tha ann:'; @@ -200,6 +201,26 @@ $a->strings['No system theme config value set.'] = 'Cha deach luach a shuidheach $a->strings['Apologies but the website is unavailable at the moment.'] = 'Tha sinn duilich ach chan eil an làrach-lìn ri fhaighinn an-dràsta.'; $a->strings['Delete this item?'] = 'A bheil thu airson an nì seo a sguabadh às?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'A bheil thu airson an t-ùghdar seo a bhacadh? Chan urrainn dhaibh leantainn ort no na postaichean poblach agad fhaicinn tuilleadh agus chan fhaic thu fhèin na postaichean no na brathan uapa.'; +$a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'A bheil thu airson an t-ùghdar seo a leigeil seachad? Chan fhaic thu na postaichean no na brathan uapa.'; +$a->strings['Collapse this author\'s posts?'] = 'A bheil thu airson postaichean an ùghdair seo a cho-theannachadh?'; +$a->strings['Like not successful'] = 'Cha deach leinn a chur ris na h-annsachdan'; +$a->strings['Dislike not successful'] = 'Cha deach leinn a thoirt air falbh o na h-annsachdan'; +$a->strings['Sharing not successful'] = 'Cha deach leinn a cho-roinneadh'; +$a->strings['Attendance unsuccessful'] = 'Cha deach leis an làthaireachd'; +$a->strings['Backend error'] = 'Mearachd a’ backend'; +$a->strings['Network error'] = 'Mearachd lìonraidh'; +$a->strings['Drop files here to upload'] = 'Leig às faidhlichean an-seo gus an luchdadh suas'; +$a->strings['Your browser does not support drag and drop file uploads.'] = 'Cha chuir am brabhsair agad taic ri luchdadh suas fhaidhlichean le slaodadh is leigeil às.'; +$a->strings['Please use the fallback form below to upload your files like in the olden days.'] = 'Cleachd an t-seann-dòigh airson faidhlichean a luchdadh suas leis an fhoirm gu h-ìosal.'; +$a->strings['File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.'] = 'Tha am faidhle ro mhòr ({{filesize}}MiB). Meud as motha nam faidhlichean: {{maxFilesize}}MiB.'; +$a->strings['You can\'t upload files of this type.'] = 'Chan urrainn dhut faidhlichean dhen t-seòrsa seo a luchdadh suas.'; +$a->strings['Server responded with {{statusCode}} code.'] = 'Dh’fhreagair am frithealaiche le còd {{statusCode}}.'; +$a->strings['Cancel upload'] = 'Sguir dhen luchdadh suas'; +$a->strings['Upload canceled.'] = 'Chaidh sgur dhen luchdadh suas.'; +$a->strings['Are you sure you want to cancel this upload?'] = 'A bheil thu cinnteach gu bheil thu airson sgur dhen luchdadh suas seo?'; +$a->strings['Remove file'] = 'Thoir am faidhle air falbh'; +$a->strings['You can\'t upload any more files.'] = 'Chan urrainn dhut barrachd fhaidhlichean a luchdadh suas.'; +$a->strings['toggle mobile'] = 'toglaich mobile'; $a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Chan eil am modh ceadaichte dhan mhòideal seo. Modh(an) ceadaichte: %s'; $a->strings['Page not found.'] = 'Cha deach an duilleag a lorg.'; $a->strings['You must be logged in to use addons. '] = 'Feumaidh tu clàradh a-steach mus urrainn dhut tuilleadain a chleachdadh. '; @@ -207,7 +228,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'A h-uile neach-aithne'; $a->strings['Followers'] = 'Luchd-leantainn'; $a->strings['Following'] = 'A’ leantainn'; -$a->strings['Mutual friends'] = 'Caraidean an cumantas'; $a->strings['Common'] = 'Cumanta'; $a->strings['Addon not found'] = 'Cha deach an tuilleadan a lorg'; $a->strings['Addon already enabled'] = 'Tha an tuilleadan an comas mu thràth'; @@ -216,7 +236,9 @@ $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = ' $a->strings['The contact entries have been archived'] = 'Chaidh an luchd-aithne a chur san tasg-lann'; $a->strings['Could not find any contact entry for this URL (%s)'] = 'Cha do lorg sinn neach-aithne dhan URL seo (%s)'; $a->strings['The contact has been blocked from the node'] = 'Chaidh an neach-aithne a bhacadh on nòd'; +$a->strings['%d %s, %d duplicates.'] = '%d %s, dùblachaidhean: %d.'; $a->strings['uri-id is empty for contact %s.'] = 'Tha uri-id falamh dhan neach-aithne %s.'; +$a->strings['No valid first contact found for uri-id %d.'] = 'Cha deach ciad neach-aithne dligheach a lorg dha uri-id %d.'; $a->strings['Wrong duplicate found for uri-id %d in %d (url: %s != %s).'] = 'Lorg sinn an dùblachadh ceàrr dha uri-id %d am broinn %d (url: %s != %s).'; $a->strings['Wrong duplicate found for uri-id %d in %d (nurl: %s != %s).'] = 'Lorg sinn an dùblachadh ceàrr dha uri-id %d am broinn %d (nurl: %s != %s).'; $a->strings['Deletion of id %d failed'] = 'Cha deach leinn id %d a sguabadh às'; @@ -277,9 +299,83 @@ $a->strings['Diaspora Connector'] = 'Ceangladair diaspora*'; $a->strings['GNU Social Connector'] = 'Ceangladair GNU Social'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; +$a->strings['Tumblr'] = 'Tumblr'; +$a->strings['Bluesky'] = 'Bluesky'; $a->strings['%s (via %s)'] = '%s (slighe %s)'; $a->strings['and'] = 'agus'; $a->strings['and %d other people'] = 'agus %d eile'; +$a->strings['%2$s likes this.'] = [ + 0 => '’S toigh le %2$s seo.', + 1 => '’S toigh le %2$s seo.', + 2 => '’S toigh le %2$s seo.', + 3 => '’S toigh le %2$s seo.', +]; +$a->strings['%2$s doesn\'t like this.'] = [ + 0 => 'Cha toigh le %2$s seo.', + 1 => 'Cha toigh le %2$s seo.', + 2 => 'Cha toigh le %2$s seo.', + 3 => 'Cha toigh le %2$s seo.', +]; +$a->strings['%2$s attends.'] = [ + 0 => 'Bidh %2$s an làthair.', + 1 => 'Bidh %2$s an làthair.', + 2 => 'Bidh %2$s an làthair.', + 3 => 'Bidh %2$s an làthair.', +]; +$a->strings['%2$s doesn\'t attend.'] = [ + 0 => 'Cha bhi %2$s an làthair.', + 1 => 'Cha bhi %2$s an làthair.', + 2 => 'Cha bhi %2$s an làthair.', + 3 => 'Cha bhi %2$s an làthair.', +]; +$a->strings['%2$s attends maybe.'] = [ + 0 => '’S dòcha gum bi %2$s an làthair.', + 1 => '’S dòcha gum bi %2$s an làthair.', + 2 => '’S dòcha gum bi %2$s an làthair.', + 3 => '’S dòcha gum bi %2$s an làthair.', +]; +$a->strings['%2$s reshared this.'] = [ + 0 => 'Co-roinn %2$s seo.', + 1 => 'Co-roinn %2$s seo.', + 2 => 'Co-roinn %2$s seo.', + 3 => 'Co-roinn %2$s seo.', +]; +$a->strings[' likes this'] = [ + 0 => '’S toil le seo', + 1 => '’S toigh le seo', + 2 => '’S toigh le seo', + 3 => '’S toigh le seo', +]; +$a->strings[' doesn\'t like this'] = [ + 0 => 'Cha toigh le seo', + 1 => 'Cha toigh le seo', + 2 => 'Cha toigh le seo', + 3 => 'Cha toigh le seo', +]; +$a->strings[' attends'] = [ + 0 => 'Bidh an làthair', + 1 => 'Bidh an làthair', + 2 => 'Bidh an làthair', + 3 => 'Bidh an làthair', +]; +$a->strings[' doesn\'t attend'] = [ + 0 => 'Cha bhi an làthair.', + 1 => 'Cha bhi an làthair', + 2 => 'Cha bhi an làthair', + 3 => 'Cha bhi an làthair', +]; +$a->strings[' attends maybe'] = [ + 0 => '’S dòcha gum bi an làthair', + 1 => '’S dòcha gum bi an làthair', + 2 => '’S dòcha gum bi an làthair', + 3 => '’S dòcha gum bi an làthair', +]; +$a->strings[' reshared this'] = [ + 0 => 'Cho-roinn seo', + 1 => 'Cho-roinn seo', + 2 => 'Cho-roinn seo', + 3 => 'Cho-roinn seo', +]; $a->strings['Visible to everybody'] = 'Chì a h-uile duine e'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Cuir a-steach URL deilbh/video/fuaime/làraich-lìn:'; $a->strings['Tag term:'] = 'Teirm tagaidh:'; @@ -296,6 +392,8 @@ $a->strings['Bold'] = 'Trom'; $a->strings['Italic'] = 'Eadailteach'; $a->strings['Underline'] = 'Loidhne fodha'; $a->strings['Quote'] = 'Iomradh'; +$a->strings['Add emojis'] = 'Cuir Emojis ris'; +$a->strings['Content Warning'] = 'Rabhadh susbainte'; $a->strings['Code'] = 'Còd'; $a->strings['Image'] = 'Dealbh'; $a->strings['Link'] = 'Ceangal'; @@ -313,12 +411,6 @@ $a->strings['Public post'] = 'Post poblach'; $a->strings['Message'] = 'Teachdaireachd'; $a->strings['Browser'] = 'Brabhsair'; $a->strings['Open Compose page'] = 'Fosgail duilleag an sgrìobhaidh'; -$a->strings['Pinned item'] = 'Nì prìnichte'; -$a->strings['View %s\'s profile @ %s'] = 'Seall a’ phròifil aig %s @ %s'; -$a->strings['Categories:'] = 'Roinnean-seòrsa:'; -$a->strings['Filed under:'] = 'Air a chlàradh fo:'; -$a->strings['%s from %s'] = '%s o %s'; -$a->strings['View in context'] = 'Seall le co-theacsa'; $a->strings['remove'] = 'thoir air falbh'; $a->strings['Delete Selected Items'] = 'Sguab às na nithean a thagh thu'; $a->strings['You had been addressed (%s).'] = 'Chaidh d’ ainmeachadh (%s).'; @@ -339,14 +431,34 @@ $a->strings['Local delivery'] = 'Lìbhrigeadh ionadail'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Chaidh a stòradh air sàilleibh do ghnìomhachd (’s toigh, beachd, rionnag, …)'; $a->strings['Distributed'] = 'Sgaoilte'; $a->strings['Pushed to us'] = 'Air a phutadh thugainne'; +$a->strings['Pinned item'] = 'Nì prìnichte'; +$a->strings['View %s\'s profile @ %s'] = 'Seall a’ phròifil aig %s @ %s'; +$a->strings['Categories:'] = 'Roinnean-seòrsa:'; +$a->strings['Filed under:'] = 'Air a chlàradh fo:'; +$a->strings['%s from %s'] = '%s o %s'; +$a->strings['View in context'] = 'Seall le co-theacsa'; +$a->strings['Local Community'] = 'Coimhearsnachd ionadail'; +$a->strings['Posts from local users on this server'] = 'Postaichean o luchd-cleachdaidh ionadail an fhrithealaiche seo'; +$a->strings['Global Community'] = 'Coimhearsnachd cho-naisgte'; +$a->strings['Posts from users of the whole federated network'] = 'Postaichean on luchd-cleachdaidh air an lìonra cho-naisgte gu lèir'; +$a->strings['Latest Activity'] = 'A’ ghnìomhachd as ùire'; +$a->strings['Sort by latest activity'] = 'Seòrsaich a-rèir na gnìomhachd as ùire'; +$a->strings['Latest Posts'] = 'Na postaichean as ùire'; +$a->strings['Sort by post received date'] = 'Seòrsaich a-rèir ceann-là faighinn nam post'; +$a->strings['Latest Creation'] = 'An cruthachadh as ùire'; +$a->strings['Sort by post creation date'] = 'Seòrsaich a-rèir ceann-là cruthachadh nam post'; +$a->strings['Personal'] = 'Pearsanta'; +$a->strings['Posts that mention or involve you'] = 'Postaichean le iomradh ort no sa bheil thu an sàs'; +$a->strings['Starred'] = 'Rionnag'; +$a->strings['Favourite Posts'] = 'Na postaichean as annsa'; $a->strings['General Features'] = 'Gleusan coitcheann'; $a->strings['Photo Location'] = 'Ionad an deilbh'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Thèid meata-dàta nan dealbhan a rùsgadh air falbh. Togaidh seo an t-ionad (ma tha gin ann) mus dèid am meata-dàta a rùsgadh is thèid a cheangal ri mapa.'; $a->strings['Trending Tags'] = 'Tagaichean a’ treandadh'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Seall widget duilleag coimhearsnachd le liosta nan tagaichean as fhèillmhoire sna postaichean poblach as ùire.'; $a->strings['Post Composition Features'] = 'Gleusan sgrìobhadh puist'; -$a->strings['Auto-mention Forums'] = 'Thoir iomradh air fòram gu fèin-obrachail'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Cuir ris/thoir air falbh an t-iomradh nuair a thèid duilleag fòraim a thaghadh no dì-thaghadh san uinneag ACL.'; +$a->strings['Auto-mention Groups'] = 'Thoir iomradh air bhuidhnean gu fèin-obrachail'; +$a->strings['Add/remove mention when a group page is selected/deselected in ACL window.'] = 'Cuir ris/thoir air falbh an t-iomradh nuair a thèid duilleag buidhinn a thaghadh no dì-thaghadh san uinneag ACL.'; $a->strings['Explicit Mentions'] = 'Iomraidhean soilleir'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Cuir iomraidhean soilleir ri bogsa a’ bheachd airson smachd a làimh air cò air a thèid iomradh a dhèanamh ann am freagairtean.'; $a->strings['Add an abstract from ActivityPub content warnings'] = 'Cuir geàrr-chunntas ris o rabhaidhean susbainte ActivityPub'; @@ -355,16 +467,20 @@ $a->strings['Post/Comment Tools'] = 'Innealan postaidh/beachdachaidh'; $a->strings['Post Categories'] = 'Roinnean-seòrsa nam post'; $a->strings['Add categories to your posts'] = 'Cuir roinnean-seòrsa ris na postaichean agad'; $a->strings['Advanced Profile Settings'] = 'Roghainnean adhartach na pròifile'; -$a->strings['List Forums'] = 'Liosta nam fòraman'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Seall fòraman poblach na coimhearsnachd dhan fheadhainn a thadhlas air duilleag adhartach na pròifil'; +$a->strings['List Groups'] = 'Seall na buidhnean'; +$a->strings['Show visitors public groups at the Advanced Profile Page'] = 'Seall buidhnean poblach dhan fheadhainn a thadhlas air duilleag adhartach na pròifil'; $a->strings['Tag Cloud'] = 'Neul nan tagaichean'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Solair neul thagaichean pearsanta air duilleag do phròifile'; $a->strings['Display Membership Date'] = 'Seall ceann-là na ballrachd'; $a->strings['Display membership date in profile'] = 'Seall ceann-là na ballrachd sa phròifil'; -$a->strings['Forums'] = 'Fòraman'; -$a->strings['External link to forum'] = 'Ceangal cèin dhan fhòram'; +$a->strings['Advanced Calendar Settings'] = 'Roghainnean adhartach a’ mhìosachain'; +$a->strings['Allow anonymous access to your calendar'] = 'Ceadaich inntrigeadh gun ainm dhan mhìosachan agad'; +$a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Leigidh seo le aoighean sùil a thoirt air a’ mhìosachan ’s air na tachartasan poblach agad. Bidh tachartasan cinn-là breith an luchd-aithne agad prìobhaideach dhut-sa.'; +$a->strings['Groups'] = 'Buidhnean'; +$a->strings['External link to group'] = 'Ceangal cèin dhan bhuidheann'; $a->strings['show less'] = 'seall nas lugha dheth'; $a->strings['show more'] = 'seall barrachd dheth'; +$a->strings['Create new group'] = 'Cruthaich buidheann ùr'; $a->strings['event'] = 'tachartas'; $a->strings['status'] = 'staid'; $a->strings['photo'] = 'dealbh'; @@ -378,22 +494,28 @@ $a->strings['View Contact'] = 'Seall an neach-aithne'; $a->strings['Send PM'] = 'Cuir TPh'; $a->strings['Block'] = 'Bac'; $a->strings['Ignore'] = 'Leig seachad'; +$a->strings['Collapse'] = 'Co-theannaich'; $a->strings['Languages'] = 'Cànanan'; $a->strings['Connect/Follow'] = 'Ceangail ris/Lean air'; +$a->strings['Unable to fetch user.'] = 'Chan urrainn dhuinn an cleachdaiche fhaighinn dhut.'; $a->strings['Nothing new here'] = 'Chan eil dad ùr an-seo'; $a->strings['Go back'] = 'Air ais'; $a->strings['Clear notifications'] = 'Falamhaich na brathan'; -$a->strings['@name, !forum, #tags, content'] = '@ainm, !fòram, #tagaichean, susbaint'; +$a->strings['@name, !group, #tags, content'] = '@ainm, !buidheann, #tagaichean, susbaint'; $a->strings['Logout'] = 'Clàraich a-mach'; $a->strings['End this session'] = 'Cuir crìoch air an t-seisean seo'; $a->strings['Login'] = 'Clàraich a-steach'; $a->strings['Sign in'] = 'Clàraich a-steach'; +$a->strings['Conversations'] = 'Còmhraidhean'; +$a->strings['Conversations you started'] = 'Na còmhraidhean a thòisich thusa'; $a->strings['Profile'] = 'Pròifil'; $a->strings['Your profile page'] = 'Duilleag na pròifil agad'; $a->strings['Photos'] = 'Dealbhan'; $a->strings['Your photos'] = 'Na dealbhan agad'; $a->strings['Media'] = 'Meadhanan'; $a->strings['Your postings with media'] = 'Na postaichean agad sa bheil meadhanan'; +$a->strings['Calendar'] = 'Mìosachan'; +$a->strings['Your calendar'] = 'Am mìosachan agad'; $a->strings['Personal notes'] = 'Nòtaichean pearsanta'; $a->strings['Your personal notes'] = 'Na nòtaichean pearsanta agad'; $a->strings['Home'] = 'Dachaigh'; @@ -420,6 +542,7 @@ $a->strings['Terms of Service of this Friendica instance'] = 'Teirmichean seirbh $a->strings['Network'] = 'Lìonra'; $a->strings['Conversations from your friends'] = 'Còmhraidhean nan caraidean agad'; $a->strings['Your posts and conversations'] = 'Na postaichean ’s còmhraidhean agad'; +$a->strings['Introductions'] = 'Cuir an aithne'; $a->strings['Friend Requests'] = 'Iarrtasan càirdeis'; $a->strings['Notifications'] = 'Brathan'; $a->strings['See all notifications'] = 'Seall gach brath'; @@ -435,6 +558,8 @@ $a->strings['Account settings'] = 'Roghainnean a’ chunntais'; $a->strings['Manage/edit friends and contacts'] = 'Stiùir/deasaich caraidean is luchd-aithne'; $a->strings['Admin'] = 'Rianachd'; $a->strings['Site setup and configuration'] = 'Suidheachadh ’s rèiteachadh na làraich'; +$a->strings['Moderation'] = 'Maorsainneachd'; +$a->strings['Content and user moderation'] = 'Susbaint is maorsainneachd chleachdaichean'; $a->strings['Navigation'] = 'Seòladaireachd'; $a->strings['Site map'] = 'Mapa na làraich'; $a->strings['Embedding disabled'] = 'Tha an leabachadh à comas'; @@ -452,6 +577,7 @@ $a->strings['Encrypted content'] = 'Susbaint chrioptaichte'; $a->strings['Invalid source protocol'] = 'Pròtacal tùis mì-dhligheach'; $a->strings['Invalid link protocol'] = 'Pròtacal ceangail mì-dhligheach'; $a->strings['Loading more entries...'] = 'A’ luchdadh barrachd nithean…'; +$a->strings['The end'] = 'A’ chrìoch'; $a->strings['Follow'] = 'Lean air'; $a->strings['Add New Contact'] = 'Cuir neach-aithne ùr ris'; $a->strings['Enter address or web location'] = 'Cuir a-steach seòladh no ionad-lìn'; @@ -473,8 +599,9 @@ $a->strings['Random Profile'] = 'Pròifil air thuaiream'; $a->strings['Invite Friends'] = 'Thoir cuireadh do charaidean'; $a->strings['Global Directory'] = 'Eòlaire co-naisgte'; $a->strings['Local Directory'] = 'Eòlaire ionadail'; -$a->strings['Groups'] = 'Buidhnean'; +$a->strings['Circles'] = 'Cearcallan'; $a->strings['Everyone'] = 'A h-uile duine'; +$a->strings['No relationship'] = 'Gu dàimh'; $a->strings['Relationships'] = 'Dàimhean'; $a->strings['All Contacts'] = 'A h-uile neach-aithne'; $a->strings['Protocols'] = 'Pròtacalan'; @@ -489,6 +616,7 @@ $a->strings['%d contact in common'] = [ 3 => '%d luchd-aithne an cumantas', ]; $a->strings['Archives'] = 'Tasg-lannan'; +$a->strings['On this date'] = 'Air an latha seo'; $a->strings['Persons'] = 'Daoine'; $a->strings['Organisations'] = 'Buidhnean'; $a->strings['News'] = 'Naidheachdan'; @@ -514,6 +642,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 3 => 'Tagaichean a’ treandadh (san %d uair a thìde seo chaidh)', ]; $a->strings['More Trending Tags'] = 'Barrachd thagaichean a’ treandadh'; +$a->strings['Mention'] = 'Iomradh'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Ionad:'; @@ -526,6 +655,7 @@ $a->strings['Public'] = 'Poblach'; $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.'] = 'Thèid an t-susbaint seo a shealltainn dhan luchd-leantainn gu lèir agad agus chithear air duilleagan na coimhearsnachd i agus chì a h-uile duine aig a bheil an ceangal seo i.'; $a->strings['Limited/Private'] = 'Cuingichte/Prìobhaideach'; $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.'] = 'Thèid an t-susbaint seo a shealltainn dhan fheadhainn san dàrna bhogsa a-mhàin is chan fhaic an fheadhainn sa bhogsa eile. Cha nochd i gu poblach àite sam bith.'; +$a->strings['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Tòisich air ainm neach-aithne no cearcall a sgrìobhadh a shealltainn liosta chriathraichte. ’S urrainn dhut iomradh a thoirt air cearcallan sònraichte mar “Luchd-leantainn” no “Co-dhàimhean” cuideachd.'; $a->strings['Show to:'] = 'Seall gu:'; $a->strings['Except to:'] = 'Ach gu:'; $a->strings['CC: email addresses'] = 'CC: seòlaidhean puist-d'; @@ -636,6 +766,8 @@ $a->strings['Sep'] = 'Sult'; $a->strings['Oct'] = 'Dàmh'; $a->strings['Nov'] = 'Samh'; $a->strings['Dec'] = 'Dùbh'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Cha ghabh faidhle “%s” an loga a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Cha ghabh faidhle “%s” an loga dì-bhugachaidh a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Chan urrainn dha Friendica an duilleag seo a shealltainn an-dràsta, cuir fios gun rianaire.'; $a->strings['template engine cannot be registered without a name.'] = 'cha ghabh einnsean theamplaidean a chlàradh gun ainm.'; $a->strings['template engine is not registered!'] = 'cha deach an t-einnsean theamplaidean a chlàradh!'; @@ -658,6 +790,9 @@ $a->strings[' neach-leasachaidh Friendica mur urrainn dhut fhèin mo chuideachadh. Dh’fhaoidte nach eil an stòr-dàta agam dligheach.'; $a->strings['The error message is\n[pre]%s[/pre]'] = 'Seo teachdaireachd na mearachd:\n[pre]%s[/pre]'; $a->strings['[Friendica Notify] Database update'] = '[Brath Friendica] Ùrachadh an stòir-dhàta'; +$a->strings[' + The friendica database was successfully updated from %s to %s.'] = ' + Chaidh stòr-dàta Friendica ùrachadh o %s gu %s.'; $a->strings['The database version had been set to %s.'] = 'Chaidh tionndadh an stòir-dhàta a shuidheachadh air %s.'; $a->strings['The post update is at version %d, it has to be at %d to safely drop the tables.'] = 'Tha an t-iar-ùrachadh air tionndadh %d ach feumaidh e bhith air %d mus gabh na clàran a leigeil às gu sàbhailte.'; $a->strings['No unused tables found.'] = 'Cha deach clàr gun cleachdadh a lorg.'; @@ -680,13 +815,23 @@ $a->strings['Unauthorized'] = 'Gun chead'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Cha deach an tòcan ùghdarrachadh le cleachdaiche dligheach no tha sgòp riatanach a dhìth'; $a->strings['Internal Server Error'] = 'Mearachd frithealaiche inntearnail'; $a->strings['Legacy module file not found: %s'] = 'Cha deach am faidhle mòideil dìleabach seo a lorg: %s'; +$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Chaidh cearcall a bh’ air a sguabadh às ath-bheòthachadh. Faodaidh ceadan a tha ann air nithean a bhith an sàs air a’ chearcall seo is air ball ri teachd sam bith. Mur e sin a bha fa-near dhut, cruthaich cearcall eile air a bheil ainm eile.'; +$a->strings['Everybody'] = 'A h-uile duine'; +$a->strings['edit'] = 'deasaich'; +$a->strings['add'] = 'cuir ris'; +$a->strings['Edit circle'] = 'Deasaich an cearcall'; +$a->strings['Contacts not in any circle'] = 'Luchd-aithne gun chearcall'; +$a->strings['Create a new circle'] = 'Cruthaich cearcall ùr'; +$a->strings['Circle Name: '] = 'Ainm a’ chearcaill: '; +$a->strings['Edit circles'] = 'Deasaich na cearcallan'; $a->strings['Approve'] = 'Aontaich ris'; $a->strings['Organisation'] = 'Buidheann'; -$a->strings['Forum'] = 'Fòram'; +$a->strings['Group'] = 'Buidheann'; $a->strings['Disallowed profile URL.'] = 'URL pròifile mì-dhligheach.'; $a->strings['Blocked domain'] = 'Àrainn bhacte'; $a->strings['Connect URL missing.'] = 'Tha URL a’ cheangail a dhìth.'; $a->strings['The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.'] = 'Cha b’ urrainn dhuinn an neach-aithne a chur ris. Thoir sùil air teisteas an lìonraidh iomchaidh air duilleag nan “Roghainnean” > “Lìonraidhean sòisealta” agad.'; +$a->strings['Expected network %s does not match actual network %s'] = 'Chan eil an lìonra %s air a bheil dùil co-ionnann ris a lìonra %s a tha ann'; $a->strings['The profile address specified does not provide adequate information.'] = 'Chan eil an seòladh pròifile a shònraich thu a’ solar am fiosrachadh iomchaidh.'; $a->strings['No compatible communication protocols or feeds were discovered.'] = 'Cha do lorg sinn pròtacal conaltraidh no inbhir iomchaidh.'; $a->strings['An author or name was not found.'] = 'Cha deach an t-ùghdar no ainm a lorg.'; @@ -707,6 +852,7 @@ $a->strings['week'] = 'seachdain'; $a->strings['day'] = 'latha'; $a->strings['No events to display'] = 'Chan eil tachartas ri shealltainn ann'; $a->strings['Access to this profile has been restricted.'] = 'Chaidh an t-inntrigeadh dhan phròifil seo a chuingeachadh.'; +$a->strings['Event not found.'] = 'Cha deach an tachartas a lorg.'; $a->strings['l, F j'] = 'l, j F'; $a->strings['Edit event'] = 'Deasaich an tachartas'; $a->strings['Duplicate event'] = 'Dùblaich an tachartas'; @@ -718,20 +864,13 @@ $a->strings['Show map'] = 'Seall am mapa'; $a->strings['Hide map'] = 'Falaich am mapa'; $a->strings['%s\'s birthday'] = 'Cò-là breith aig %s'; $a->strings['Happy Birthday %s'] = 'Co-là breith sona dhut, %s'; -$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.'] = 'Chaidh buidheann a bh’ air a sguabadh às ath-bheòthachadh. Faodaidh ceadan a tha ann air nithean a bhith an sàs air a’ bhuidheann seo is air ball ri teachd sam bith. Mur e sin a bha fa-near dhut, cruthaich buidheann eile air a bheil ainm eile.'; -$a->strings['Default privacy group for new contacts'] = 'Am buidheann prìobhaideachd bunaiteach do luchd-aithne ùr'; -$a->strings['Everybody'] = 'A h-uile duine'; -$a->strings['edit'] = 'deasaich'; -$a->strings['add'] = 'cuir ris'; -$a->strings['Edit group'] = 'Deasaich am buidheann'; -$a->strings['Contacts not in any group'] = 'Luchd-aithne gun bhuidheann'; -$a->strings['Create a new group'] = 'Cruthaich buidheann ùr'; -$a->strings['Group Name: '] = 'Ainm a’ bhuidhinn: '; -$a->strings['Edit groups'] = 'Deasaich buidhnean'; $a->strings['Detected languages in this post:\n%s'] = 'Na cànanan dhan a mhothaich sinn sa phost seo:\n%s'; $a->strings['activity'] = 'gnìomhachd'; $a->strings['comment'] = 'beachd'; $a->strings['post'] = 'post'; +$a->strings['%s is blocked'] = 'Tha %s ’ga bhacadh'; +$a->strings['%s is ignored'] = 'Tha %s ’ga leigeil seachad'; +$a->strings['Content from %s is collapsed'] = 'Tha susbaint o %s ’ga cho-theannachadh'; $a->strings['Content warning: %s'] = 'Rabhadh susbainte: %s'; $a->strings['bytes'] = 'baidht'; $a->strings['%2$s (%3$d%%, %1$d vote)'] = [ @@ -767,6 +906,7 @@ $a->strings['Change profile photo'] = 'Atharraich dealbh na pròifil'; $a->strings['Homepage:'] = 'Duilleag-dhachaigh:'; $a->strings['About:'] = 'Mu dhèidhinn:'; $a->strings['Atom feed'] = 'Inbhir Atom'; +$a->strings['This website has been verified to belong to the same person.'] = 'Chaidh dearbhadh gu bheil an làrach-lìn seo aig an aon neach.'; $a->strings['F d'] = 'd F'; $a->strings['[today]'] = '[an-diugh]'; $a->strings['Birthday Reminders'] = 'Cuimhneachain co-là breith'; @@ -803,6 +943,7 @@ $a->strings['Password can\'t be empty'] = 'Chan fhaod am facal-faire a bhith bà $a->strings['Empty passwords are not allowed.'] = 'Chan eil faclan-faire bàna ceadaichte.'; $a->strings['The new password has been exposed in a public data dump, please choose another.'] = 'Chaidh am facal-faire ùr fhoillseachadh ann an dumpadh dàta poblach, tagh fear eile.'; $a->strings['The password length is limited to 72 characters.'] = 'Chan fhaod am facal-faire a bhith nas fhaide na 72 caractar.'; +$a->strings['The password can\'t contain white spaces nor accentuated letters'] = 'Chan fhaod àite bàn no litir le stràc a bhith am broinn an fhacail-fhaire'; $a->strings['Passwords do not match. Password unchanged.'] = 'Chan eil an dà fhacal-faire co-ionnann. Cha deach am facal-faire atharrachadh.'; $a->strings['An invitation is required.'] = 'Tha feum air cuireadh.'; $a->strings['Invitation could not be verified.'] = 'Cha b’ urrainn dhuinn an cuireadh a dhearbhadh.'; @@ -834,7 +975,7 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Thach $a->strings['An error occurred creating your default profile. Please try again.'] = 'Thachair mearachd le cruthachadh na pròifile bunaitiche agad. Feuch ris a-rithist.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Thachair mearachd le cruthachadh neach-aithne dhiot fhèin. Feuch ris a-rithist.'; $a->strings['Friends'] = 'Caraidean'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'Thachair mearachd le cruthachadh a’ bhuidhinn conaltraidh bhunaitich agad. Feuch ris a-rithist.'; +$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'Thachair mearachd le cruthachadh a’ chearcaill luchd-aithne bhunaitich agad. Feuch ris a-rithist.'; $a->strings['Profile Photos'] = 'Dealbhan na pròifil'; $a->strings[' Dear %1$s, @@ -883,7 +1024,7 @@ $a->strings['Addons reloaded'] = 'Chaidh na tuilleadain ath-luchdadh'; $a->strings['Addon %s failed to install.'] = 'Dh’fhàillig le stàladh an tuilleadain %s.'; $a->strings['Save Settings'] = 'Sàbhail na roghainnean'; $a->strings['Reload active addons'] = 'Ath-luchdaich na tuilleadain ghnìomhach'; -$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'] = 'Chan eil tuilleadan ri fhaighinn aig an nòd agad an-dràsta. Gheibh thu ionad-tasgaidh nan tuilleadan oifigeil air %1$s agus dh’fhaoidte gun lorg thu tuilleadain inntinneach eile air an ionad-tasgaidh fhosgailte air %2$s.'; +$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'] = 'Chan eil tuilleadan ri fhaighinn aig an nòd agad an-dràsta. Gheibh thu ionad-tasgaidh nan tuilleadan oifigeil air %1$s agus dh’fhaoidte gun lorg thu tuilleadain inntinneach eile air an ionad-tasgaidh fhosgailte air %2$s'; $a->strings['Update has been marked successful'] = 'Chaidh comharrachadh gun do soirbhich leis an ùrachadh'; $a->strings['Database structure update %s was successfully applied.'] = 'Chaidh ùrachadh %s air structar an stòir-dhàta a chur an sàs.'; $a->strings['Executing of database structure update %s failed with error: %s'] = 'Dh’fhàillig an t-ùrachadh %s air structar an stòir-dhàta leis a’ mhearachd seo: %s'; @@ -957,6 +1098,7 @@ $a->strings['PHP log currently disabled.'] = 'Tha logadh PHP à comas an-dràsta $a->strings['Logs'] = 'Logaichean'; $a->strings['Clear'] = 'Falamhaich'; $a->strings['Enable Debugging'] = 'Cuir dì-bhugachadh an comas'; +$a->strings['Read-only because it is set by an environment variable'] = 'Cead-leughaidh a-mhàin on a chaidh a shuidheachadh le caochladair àrainne'; $a->strings['Log file'] = 'Faidhle an loga'; $a->strings['Must be writable by web server. Relative to your Friendica top-level directory.'] = 'Feumaidh cead sgrìobhaidh a bhith aig an fhrithealaiche-lìn. Dàimheach ri prìomh-pasgan Friendica.'; $a->strings['Log level'] = 'Leibheil an loga'; @@ -991,9 +1133,11 @@ $a->strings['Command'] = 'Àithne'; $a->strings['Job Parameters'] = 'Paramadairean na h-obrach'; $a->strings['Created'] = 'Air a chruthachadh'; $a->strings['Priority'] = 'Prìomhachas'; +$a->strings['%s is no valid input for maximum image size'] = 'Chan eil %s ’na ion-chur dligheach do mheud as motha nan dealbhan'; $a->strings['No special theme for mobile devices'] = 'Chan eil ùrlar sònraichte do dh’uidheaman mobile ann'; $a->strings['%s - (Experimental)'] = '%s – (deuchainneil)'; $a->strings['No community page'] = 'Gun duilleag coimhearsnachd'; +$a->strings['No community page for visitors'] = 'Gun duilleag coimhearsnachd do dh’aoighean'; $a->strings['Public postings from users of this site'] = 'Postaichean poblach nan cleachdaichean air an làrach seo'; $a->strings['Public postings from the federated network'] = 'Postaichean poblach on lìonra cho-naisgte'; $a->strings['Public postings from local users and the federated network'] = 'Postaichean poblach nan cleachdaichean ionadail ’s on lìonra cho-naisgte'; @@ -1049,11 +1193,18 @@ $a->strings['Displays the menu entry for the Help pages from the navigation menu $a->strings['Single user instance'] = 'Ionstans aon-chleachdaiche'; $a->strings['Make this instance multi-user or single-user for the named user'] = 'Dèan ionstans ioma-chleachdaiche no aon-chleachdaiche dhan chleachdaiche ainmichte dhen ionstans seo'; $a->strings['Maximum image size'] = 'Meud as motha nan dealbhan'; +$a->strings['Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively. + The value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit. + Currently upload_max_filesize is set to %s (%s byte)'] = 'Am meud as motha ann am baidht do dhealbhan a thèid a luchdadh suas. Is 0 a’ bhun-roghainn, ’s e sin gun chrìoch. ’S urrainn dhut k, m no g a chur às dèidh an luacha a thogras tu airson KiB, MiB no GiB. + Feumaidh tu an luach air upload_max_filesize sa PHP.ini a shuidheachadh air a’ chrìoch a thogras tu air a char as lugha. + Chaidh upload_max_filesize a shuidheachadh air %s (%s baidht) aig an àm seo'; $a->strings['Maximum image length'] = 'Faide as motha nan dealbhan'; $a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'An fhaide as motha ann am piogsail aig an taobh as fhaide do dhealbhan a thèid a luchdadh suas. Is -1 a’ bhun-roghainn, ’s e sin gun chrìoch.'; $a->strings['JPEG image quality'] = 'Càileachd deilbh JPEG'; $a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Thèid dealbhan a’ sàbhaladh leis a’ chàileachd JPEG seo às dèidh an luchdadh suas [0-100]. Is 100 a’ bhun-roghainn, ’s e sin a’ chàileachd shlàn.'; $a->strings['Register policy'] = 'Poileasaidh clàraidh'; +$a->strings['Maximum Users'] = 'Àireamh as motha de chleachdaichean'; +$a->strings['If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval.'] = 'Ma bhios seo air a mhìneachadh, thèid poileasaidh nan clàraidhean a dhùnadh gu fèin-obrachail nuair a bhios an àireamh shònraichte de chleachdaichean air a ruigsinn agus fhosgladh a-rithist nuair a thèid an àireamh nas ìsle na a’ chrìoch. Chan obraich seo ach ma chaidh am poileasaidh a shuidheachadh air “Fosgailte” no “Dùinte” agus chan obraich e ma chaidh am poileasaidh a shuidheachadh air “Aontachadh”.'; $a->strings['Maximum Daily Registrations'] = 'An àireamh as motha de chlàraidhean gach latha'; $a->strings['If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.'] = 'Ma tha an clàradh ceadaichte gu h-àrd, suidhichidh seo an àireamh as motha de chlàraidhean chleachdaichean ùra gach latha. Ma tha an clàradh dùinte, cha doir an roghainn seo buaidh.'; $a->strings['Register text'] = 'Teacsa a’ chlàraidh'; @@ -1078,7 +1229,7 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Ma chuire $a->strings['Global directory URL'] = 'URL an eòlaire cho-naisgte'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL dhan eòlaire cho-naisgte. Mura deach seo a shuidheachadh, cha bhi an t-eòlaire uile-choitcheann ri fhaighinn idir dhan aplacaid.'; $a->strings['Private posts by default for new users'] = 'Postaichean prìobhaideach ’na bhun-roghainn do chleachdaichean ùra'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Suidhichidh seo ceadan phostaichean nam ball ùra air a’ bhuidheann phrìobhaideach gu bunaiteach seach air a’ bhuidheann phoblach.'; +$a->strings['Set default post permissions for all new members to the default privacy circle rather than public.'] = 'Suidhichidh seo ceadan phostaichean nam ball ùra air a’ chearcall phrìobhaideach gu bunaiteach seach air a’ chearcall phoblach.'; $a->strings['Don\'t include post content in email notifications'] = 'Na gabh a-staigh susbaint nam post ann am brathan puist-d'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Na gabh a-staigh susbaint puist/beachd/teachdaireachd prìobhaidich/msaa. sna brathan puist-d a thèid a chur on làrach seo, a chùm prìobhaideachd.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Na ceadaich inntrigeadh poblach dha na tuilleadain a tha air an liosta ann an clàr-taice nan aplacaidean.'; @@ -1097,8 +1248,8 @@ $a->strings['Enable multiple registrations'] = 'Cuir clàradh iomadach an comas' $a->strings['Enable users to register additional accounts for use as pages.'] = 'Bheir seo an comas dha na cleachdaichean gun clàraich iad cunntasan a bharrachd airson an cleachdadh ’nan duilleagan.'; $a->strings['Enable OpenID'] = 'Cuir OpenID an comas'; $a->strings['Enable OpenID support for registration and logins.'] = 'Cuir an comas taic dha OpenID airson clàradh is clàradh a-steach.'; -$a->strings['Enable Fullname check'] = 'Cuir an comas dearbhadh ainm shlàin'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Cuid an comas an dearbhadh nach leig le cleachdaichean clàradh ach le beàrn eadar ainm is sloinneadh an ainm shlàin.'; +$a->strings['Email administrators on new registration'] = 'Cuir puist-d dha na rianairean do chlàraidhean ùra'; +$a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Nuair a bhios seo an comas agus an siostam air a shuidheachadh air clàraidhean fosgailte, thèid post-d a chur dha na rianairean do gach clàradh ùr.'; $a->strings['Community pages for visitors'] = 'Duilleagan coimhearsnachd do dh’aoighean'; $a->strings['Which community pages should be available for visitors. Local users always see both pages.'] = 'Dè na duilleagan coimhearsnachd a chì aoighean. Chì na cleachdaichean ionadail an dà dhuilleag an-còmhnaidh.'; $a->strings['Posts per user on community page'] = 'Postaichean gach cleachdaiche air duilleag na coimhearsnachd'; @@ -1132,10 +1283,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Luchd co-luadair – thèid dàimhean leantainn an luchd-aithne ionadail agus aig an fheadhainn a rinn co-luadar le postaichean poblach a lorg.'; $a->strings['Synchronize the contacts with the directory server'] = 'Sioncronaich an luchd-aithne le frithealaiche an eòlaire'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Ma tha seo an comas, bheir an siostam sùil gu cunbhalach airson luchd-aithne ùr air frithealaiche an eòlaire a chaidh a mhìneachadh.'; -$a->strings['Days between requery'] = 'Làithean eadar ceasnachaidhean'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'An àireamh de làithean mus dèid am frithealaiche ceasnachadh airson an luchd-aithne aige a-rithist.'; $a->strings['Discover contacts from other servers'] = 'Lorg luchd-aithne o fhrithealaichean eile'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Ceasnaich frithealaichean eile airson an luchd-aithne aca gu cunbhalach. Ceasnaichidh an siostam frithealaichean Friendica, Mastodon i Hubzilla.'; +$a->strings['Days between requery'] = 'Làithean eadar ceasnachaidhean'; $a->strings['Search the local directory'] = 'Lorg san eòlaire ionadail'; $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.'] = 'Lorg san eòlaire ionadail seach san eòlaire cho-naisgte. Nuair a nì thu lorg gu h-ionadail, thèid gach lorg a ghnìomhachadh san eòlaire cho-naisgte sa chùlaibh. Cuiridh seo piseach air na toraidhean luirg nuair a nithear an t-aon lorg a-rithist.'; $a->strings['Publish server information'] = 'Foillsich fiosrachadh an fhrithealaiche'; @@ -1160,8 +1309,8 @@ $a->strings['Temp path'] = 'Slighe shealadach'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Ma tha siostam cuingichte agad far nach urrainn dhan fhrithealaiche-lìn slighe temp an t-siostaim inntrigeadh, cuir a-steach slighe eile an-seo.'; $a->strings['Only search in tags'] = 'Na lorg ach sna tagaichean'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'Air siostaman mòra, ’s urrainn dhan lorg teacsa maille mhòr a chur air an t-siostam.'; -$a->strings['Generate counts per contact group when calculating network count'] = 'Cruthaich cunntasan do bhuidhnean luchd-aithne nuair a thèid cunntas an lìonraidh àireamhachadh'; -$a->strings['On systems with users that heavily use contact groups the query can be very expensive.'] = 'Air siostaman far an bheil tòrr bhuidhnean luchd-aithne ’gan cleachdadh, faodaidh a’ cheist seo a bhith glè dhaor.'; +$a->strings['Generate counts per contact circle when calculating network count'] = 'Cruthaich cunntasan do chearcallan luchd-aithne nuair a thèid cunntas an lìonraidh àireamhachadh'; +$a->strings['On systems with users that heavily use contact circles the query can be very expensive.'] = 'Air siostaman far an bheil tòrr chearcallan luchd-aithne ’gan cleachdadh, faodaidh a’ cheist seo a bhith glè dhaor.'; $a->strings['Maximum number of parallel workers'] = 'An àireamh as motha de dh’obraichean co-shìnte'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'Suidhich seo air %d air òstairean co-roinnte. Air siostaman nas motha, bidh luach %d math. Is %d a’ bhun-roghainn.'; $a->strings['Enable fastlane'] = 'Cuir fastlane an comas'; @@ -1190,21 +1339,21 @@ $a->strings['Save & Use storage backend'] = 'Sàbhail ⁊ cleachd backend an st $a->strings['Use storage backend'] = 'Cleachd backend an stòrais'; $a->strings['Save & Reload'] = 'Sàbhail ⁊ ath-luchdaich'; $a->strings['This backend doesn\'t have custom settings'] = 'Chan eil roghainnean gnàthaichte aig a’ backend seo'; +$a->strings['Changing the current backend is prohibited because it is set by an environment variable'] = 'Chan fhaod thu am backend làithreach atharrachadh on a chaidh a shuidheachadh le caochladair àrainne'; $a->strings['Database (legacy)'] = 'Stòr-dàta (dìleabach)'; $a->strings['Template engine (%s) error: %s'] = 'Mearachd einnsean teamplaide (%s): %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.
    '] = 'Tha an stòr-dàta agad a’ cleachdadh clàran MyISAM fhathast. Bu chòir dhut seòrsa an einnsein atharrachadh gu InnoDB. Air sgàth ’s gun cleachd Friendica gleusan InnoDB sònraichte san àm ri teachd, bu chòir dhut seo atharrachadh! Faic an treòir a tha cuideachail airson einnseanan nan clàran iompachadh. ’S urrainn dhut cuideachd an àithne php bin/console.php dbstructure toinnodb aig an stàladh agad dhe Friendica a chleachdadh airson iompachadh fèin-obrachail.
    '; $a->strings['Your DB still runs with InnoDB tables in the Antelope file format. You should change the file format to Barracuda. Friendica is using features that are not provided by the Antelope format. 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.
    '] = 'Tha an stòr-dàta agad a’ cleachdadh clàran InnoDB san fhòrmat faidhle Antelope fhathast. Bu chòir dhut fòrmat nam faidhlichean atharrachadh gu Barracuda. Tha Friendica a’ cleachdadh gleusan nach solair fòrmat Antelope. Faic an treòir a tha cuideachail airson einnseanan nan clàran iompachadh. ’S urrainn dhut cuideachd an àithne php bin/console.php dbstructure toinnodb aig an stàladh agad dhe Friendica a chleachdadh airson iompachadh fèin-obrachail.
    '; $a->strings['Your table_definition_cache is too low (%d). This can lead to the database error "Prepared statement needs to be re-prepared". Please set it at least to %d. See here for more information.
    '] = 'Tha an table_definition_cache agad ro ìosal (%d). Dh’fhaoidte gun adhbharaich seo mearachd “Prepared statement needs to be re-prepared” an stòir-dhàta. Suidhich air %d e air a char as lugha. Seall an-seo airson barrachd fiosrachaidh.
    '; -$a->strings['There is a new version of Friendica available for download. Your current version is %1$s, upstream version is %2$s'] = 'Tha tionndadh ùr dhe Friendica ri fhaighinn airson luchdadh a-nuas. ’S e %1$s a tha san tionndadh làithreach agad, ’S e %2$s a tha san tionndadh upstream.'; +$a->strings['There is a new version of Friendica available for download. Your current version is %1$s, upstream version is %2$s'] = 'Tha tionndadh ùr dhe Friendica ri fhaighinn airson luchdadh a-nuas. ’S e %1$s a tha san tionndadh làithreach agad, ’S e %2$s a tha san tionndadh upstream'; $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.'] = 'Dh’fhàillig le ùrachadh an stòir-dhàta. Ruith “php bin/console.php dbstructure update” on loidhne-àithne is thoir sùil air na mearachdan a nochdas ma dh’fhaoidte.'; $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.)'] = 'Dh’fhàillig leis an ùrachadh mu dheireadh. Ruith “php bin/console.php dbstructure update” on loidhne-àithne is thoir sùil air na mearachdan a nochdas ma dh’fhaoidte. (Faodaidh cuid dhe na mearachdan nochdadh ann am faidhle an loga.)'; +$a->strings['The system.url entry is missing. This is a low level setting and can lead to unexpected behavior. Please add a valid entry as soon as possible in the config file or per console command!'] = 'Tha innteart system.url a dhìth. Seo suidheachadh air ìre ìosal agus dh’fhaoidte gun adhbharaich seo giùlan air nach robh dùil. Cuir innteart dligheach ris cho luath ’s a ghabhas san fhaidhle config no air an loidhne-àithne!'; $a->strings['The worker was never executed. Please check your database structure!'] = 'Cha deach an obair seo a dhèanamh a-riamh. Thoir sùil air structar an stòir-dhàta agad!'; $a->strings['The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings.'] = 'Chaidh a obair a dhèanamh aig %s UTC an turas mu dheireadh. Tha seo nas fhaide air ais na uair. Thoir sùil air roghainnean a’ crontab agad.'; $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.'] = 'Tha rèiteachadh Friendica ’ga stòradh ann an config/local.config.php a-nis, dèan lethbhreac dhe config/local-sample.config.php is gluais an rèiteachadh agad o .htconfig.php. Faic duilleag taic an rèiteachaidh airson cuideachadh leis a’ ghluasad.'; $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.'] = 'Tha rèiteachadh Friendica ’ga stòradh ann an config/local.config.php a-nis, dèan lethbhreac dhe config/local-sample.config.php is gluais an rèiteachadh agad o config/local.ini.php. Faic duilleag taic an rèiteachaidh airson cuideachadh leis a’ ghluasad.'; $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.'] = 'Cha ghabh %s ruigsinn on t-siostam agad. Seo droch-dhuilgheadas leis an rèiteachadh nach leig leis an fhrithealaiche conaltradh le frithealaichean eile. Faic duilleag an stàlaidh airson cuideachadh.'; -$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Cha ghabh faidhle “%s” an loga a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Cha ghabh faidhle “%s” an loga dì-bhugachaidh a chleachdadh. Cha ghabh logadh a dhèanamh (mearachd: “%s”)'; $a->strings['Friendica\'s system.basepath was updated from \'%s\' to \'%s\'. Please remove the system.basepath from your db to avoid differences.'] = 'Chaidh an system.basepath aig Friendica ùrachadh o “%s” gu “%s”. Thoir air falbh system.basepath on stòr-dàta agad ach nach biodh diofar eatorra.'; $a->strings['Friendica\'s current system.basepath \'%s\' is wrong and the config file \'%s\' isn\'t used.'] = 'Tha an system.basepath làithreach “%s” aig Friendica ceàrr is chan eil am faidhle rèiteachaidh “%s” ’ga chleachdadh.'; $a->strings['Friendica\'s current system.basepath \'%s\' is not equal to the config file \'%s\'. Please fix your configuration.'] = 'Chan eil an system.basepath làithreach “%s” co-ionnan ris an fhaidhle rèiteachaidh “%s”. Càirich an rèiteachadh agad.'; @@ -1230,6 +1379,9 @@ $a->strings['Show some informations regarding the needed information to operate $a->strings['Privacy Statement Preview'] = 'Ro-shealladh air an aithris prìobhaideachd'; $a->strings['The Terms of Service'] = 'Teirmichean na seirbheise'; $a->strings['Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below.'] = 'Cuir a-steach teirmichean seirbheis an nòid agad an-seo. ’S urrainn dhut BBCode a chleachdadh. Bu chòir dha cheann-sgrìobhaidhean nan earrannan a bhith ’nan [h2] is nas ìsle.'; +$a->strings['The rules'] = 'Na riaghailtean'; +$a->strings['Enter your system rules here. Each line represents one rule.'] = 'Cuir a-steach riaghailtean an t-siostaim agad an-seo. Riochdaichidh gach loidhne riaghailt.'; +$a->strings['API endpoint %s %s is not implemented but might be in the future.'] = 'Cha deach puing-dheiridh %s %s an API prògramachadh ach ’s dòcha gun dèid san àm ri teachd.'; $a->strings['Missing parameters'] = 'Paramadairean a dhìth'; $a->strings['Only starting posts can be bookmarked'] = 'Cha ghabh ach postaichean-toisich a chur ris na comharran-lìn'; $a->strings['Only starting posts can be muted'] = 'Cha ghabh ach postaichean-toisich a mhùchadh'; @@ -1253,6 +1405,8 @@ $a->strings['Inspect Deferred Workers'] = 'Sgrùd na h-obraichean dàilichte'; $a->strings['Inspect worker Queue'] = 'Sgrùd ciutha nan obraichean'; $a->strings['Diagnostics'] = 'Diagnosachd'; $a->strings['PHP Info'] = 'Fiosrachadh PHP'; +$a->strings['probe address'] = 'sgrùd an seòladh'; +$a->strings['check webfinger'] = 'thoir sùil air webfinger'; $a->strings['Babel'] = 'Babel'; $a->strings['ActivityPub Conversion'] = 'Iompachadh ActivityPub'; $a->strings['Addon Features'] = 'Gleusan tuilleadain'; @@ -1283,13 +1437,20 @@ $a->strings['Server Blocklist'] = 'Liosta-bhacaidh an fhrithealaiche'; $a->strings['Delete Item'] = 'Sguab às an nì'; $a->strings['Item Source'] = 'Tùs an nì'; $a->strings['Profile Details'] = 'Fiosrachadh na pròifil'; +$a->strings['Conversations started'] = 'Còmhraidhean air an tòiseachadh'; $a->strings['Only You Can See This'] = 'Chan fhaic ach thu fhèin seo'; $a->strings['Scheduled Posts'] = 'Postaichean air an sgeideal'; $a->strings['Posts that are scheduled for publishing'] = 'Postaichean a tha air an sgeideal airson foillseachadh'; $a->strings['Tips for New Members'] = 'Gliocasan dha na buill ùra'; $a->strings['People Search - %s'] = 'Lorg daoine – %s'; -$a->strings['Forum Search - %s'] = 'Lorg fòraim – %s'; +$a->strings['Group Search - %s'] = 'Lorg sna buidhnean – %s'; $a->strings['No matches'] = 'Gun mhaids'; +$a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ + 0 => 'Chaidh %d toradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil e clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”.', + 1 => 'Chaidh %d thoradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”.', + 2 => 'Chaidh %d toraidhean a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”.', + 3 => 'Chaidh %d toradh a chriathradh air falbh on a tha an nòd agad a’ bacadh na h-àrainne air a bheil iad clàraichte. Chì thu liosta nan àrainnean a tha ’gam bacadh leis an nòd agad air an duilleag “Mu dheidhinn”.', +]; $a->strings['Account'] = 'Cunntas'; $a->strings['Two-factor authentication'] = 'Dearbhadh dà-cheumnach'; $a->strings['Display'] = 'Sealladh'; @@ -1300,6 +1461,8 @@ $a->strings['Export personal data'] = 'Às-phortaich an dàta pearsanta'; $a->strings['Remove account'] = 'Thoir air falbh an cunntas'; $a->strings['This page is missing a url parameter.'] = 'Tha paramadair URL a dhìth air an duilleag seo.'; $a->strings['The post was created'] = 'Chaidh am post a chruthachadh'; +$a->strings['Invalid Request'] = 'Iarrtas mì-dhligheach'; +$a->strings['Event id is missing.'] = 'Tha ID an tachartais a dhìth.'; $a->strings['Failed to remove event'] = 'Cha deach leinn an tachartas a thoirt air falbh'; $a->strings['Event can not end before it has started.'] = 'Chan urrainn do thachartas crìochnachadh mus tòisich e.'; $a->strings['Event title and start time are required.'] = 'Tha feum air tiotal is àm tòiseachaidh an tachartais.'; @@ -1308,6 +1471,9 @@ $a->strings['Event Starts:'] = 'Tòisichidh an tachartas:'; $a->strings['Required'] = 'Riatanach'; $a->strings['Finish date/time is not known or not relevant'] = 'Chan eil fhios dè an t-àm crìochnachaidh no chan eil e iomchaidh'; $a->strings['Event Finishes:'] = 'Thig an tachartas gu crìoch:'; +$a->strings['Title (BBCode not allowed)'] = 'Tiotal (chan eil BBCode ceadaichte)'; +$a->strings['Description (BBCode allowed)'] = 'Tuairisgeul (tha BBCode ceadaichte)'; +$a->strings['Location (BBCode not allowed)'] = 'Ionad (chan eil BBCode ceadaichte)'; $a->strings['Share this event'] = 'Co-roinn an tachartas seo'; $a->strings['Basic'] = 'Bunasach'; $a->strings['This calendar format is not supported'] = 'Chan eil taic ri fòrmat a’ mhìosachain seo'; @@ -1317,6 +1483,29 @@ $a->strings['Events'] = 'Tachartasan'; $a->strings['View'] = 'Seall'; $a->strings['Create New Event'] = 'Cruthaich tachartas ùr'; $a->strings['list'] = 'liosta'; +$a->strings['Could not create circle.'] = 'Cha b’ urrainn dhuinn an cearcall a chruthachadh.'; +$a->strings['Circle not found.'] = 'Cha deach an cearcall a lorg.'; +$a->strings['Circle name was not changed.'] = 'Cha deach ainm a’ chearcaill atharrachadh.'; +$a->strings['Unknown circle.'] = 'Cearcall nach aithne dhuinn.'; +$a->strings['Contact not found.'] = 'Cha deach an neach-aithne a lorg.'; +$a->strings['Invalid contact.'] = 'Neach-aithne mì-dhligheach.'; +$a->strings['Contact is deleted.'] = 'Chaidh an neach-aithne a sguabadh às.'; +$a->strings['Unable to add the contact to the circle.'] = 'Cha deach leinn an neach-aithne a chur ris a’ chearcall.'; +$a->strings['Contact successfully added to circle.'] = 'Chaidh an neach-aithne a chur ris a’ chearcall.'; +$a->strings['Unable to remove the contact from the circle.'] = 'Cha deach leinn an neach-aithne a thoirt air falbh on chearcall.'; +$a->strings['Contact successfully removed from circle.'] = 'Chaidh an neach-aithne a thoirt air falbh on chearcall.'; +$a->strings['Bad request.'] = 'Droch-iarrtas.'; +$a->strings['Save Circle'] = 'Sàbhail an cearcall'; +$a->strings['Filter'] = 'Criathrag'; +$a->strings['Create a circle of contacts/friends.'] = 'Cruthaich cearcall luchd-aithne/charaidean.'; +$a->strings['Unable to remove circle.'] = 'Cha deach leinn an cearcall a thoirt air falbh.'; +$a->strings['Delete Circle'] = 'Sguab às an cearcall'; +$a->strings['Edit Circle Name'] = 'Deasaich ainm a’ chearcaill'; +$a->strings['Members'] = 'Buill'; +$a->strings['Circle is empty'] = 'Tha an cearcall falamh'; +$a->strings['Remove contact from circle'] = 'Thoir air falbh an neach-aithne on chearcall'; +$a->strings['Click on a contact to add or remove.'] = 'Briog air neach-aithne gus a chur ris no a thoirt air falbh.'; +$a->strings['Add contact to circle'] = 'Cuir an neach-aithne ris a’ chearcall'; $a->strings['%d contact edited.'] = [ 0 => 'Chaidh %d neach-aithne a dheasachadh.', 1 => 'Chaidh %d luchd-aithne a dheasachadh.', @@ -1330,19 +1519,23 @@ $a->strings['Blocked'] = '’Ga bhacadh'; $a->strings['Only show blocked contacts'] = 'Na seall ach an luchd-aithne bacte'; $a->strings['Ignored'] = '’Ga leigeil seachad'; $a->strings['Only show ignored contacts'] = 'Na seall ach an luchd-aithne ’gan leigeil seachad'; +$a->strings['Collapsed'] = '’Ga cho-theannachadh'; +$a->strings['Only show collapsed contacts'] = 'Na seall ach an luchd-aithne co-theannaichte'; $a->strings['Archived'] = 'San tasg-lann'; $a->strings['Only show archived contacts'] = 'Na seall ach an luchd-aithne san tasg-lann'; $a->strings['Hidden'] = 'Falaichte'; $a->strings['Only show hidden contacts'] = 'Na seall ach an luchd-aithne falaichte'; -$a->strings['Organize your contact groups'] = 'Cuir rian air buidhnean an luchd-aithne agad'; +$a->strings['Organize your contact circles'] = 'Cuir rian air cearcallan an luchd-aithne agad'; $a->strings['Search your contacts'] = 'Lorg san luchd-aithne agad'; $a->strings['Results for: %s'] = 'Toraidhean airson: %s'; $a->strings['Update'] = 'Ùraich'; $a->strings['Unblock'] = 'Dì-bhac'; $a->strings['Unignore'] = 'Na leig seachad tuilleadh'; +$a->strings['Uncollapse'] = 'Na co-theannaich tuilleadh'; $a->strings['Batch Actions'] = 'Gnìomhan ’nan grunnan'; $a->strings['Conversations started by this contact'] = 'Na còmhraidhean a thòisich an neach-aithne seo'; $a->strings['Posts and Comments'] = 'Postaichean ’s beachdan'; +$a->strings['Individual Posts and Replies'] = 'Postaichean ’s freagairtean fa leth'; $a->strings['Posts containing media objects'] = 'Postaichean sa bheil nithean meadhain'; $a->strings['View all known contacts'] = 'Seall a h-uile neach-aithne as aithne dhut'; $a->strings['Advanced Contact Settings'] = 'Roghainnean adhartach an luchd-aithne'; @@ -1352,7 +1545,6 @@ $a->strings['you are a fan of'] = 'tha thu dealasach air'; $a->strings['Pending outgoing contact request'] = 'Iarrtas neach-aithne a-mach gun dèiligeadh'; $a->strings['Pending incoming contact request'] = 'Iarrtas neach-aithne a-steach ri dhèiligeadh'; $a->strings['Visit %s\'s profile [%s]'] = 'Tadhail air a’ phròifil aig %s [%s]'; -$a->strings['Contact not found.'] = 'Cha deach an neach-aithne a lorg.'; $a->strings['Contact update failed.'] = 'Dh’fhàillig ùrachadh an neach-aithne.'; $a->strings['Return to contact editor'] = 'Air ais gu deasaiche an neach-aithne'; $a->strings['Name'] = 'Ainm'; @@ -1360,7 +1552,6 @@ $a->strings['Account Nickname'] = 'Far-ainm a’ chunntais'; $a->strings['Account URL'] = 'URL a’ chunntais'; $a->strings['Poll/Feed URL'] = 'URL a’ chunntais-bheachd/an inbhir'; $a->strings['New photo from this URL'] = 'Dealbh ùr on URL seo'; -$a->strings['Invalid contact.'] = 'Neach-aithne mì-dhligheach.'; $a->strings['No known contacts.'] = 'Chan eil luchd-aithne ann.'; $a->strings['No common contacts.'] = 'Chan eil neach-aithne an cumantas ann.'; $a->strings['Follower (%s)'] = [ @@ -1407,6 +1598,7 @@ $a->strings['Profile URL'] = 'URL na pròifile'; $a->strings['Tags:'] = 'Tagaichean:'; $a->strings['%s knows you'] = 'Is aithne dha %s thu'; $a->strings['Add a personal note:'] = 'Cuir nòta pearsanta ris:'; +$a->strings['Posts and Replies'] = 'Postaichean ’s freagairtean'; $a->strings['The contact could not be added.'] = 'Cha b’ urrainn dhuinn an neach-aithne a chur ris.'; $a->strings['Invalid request.'] = 'Iarrtas mì-dhligheach.'; $a->strings['No keywords to match. Please add keywords to your profile.'] = 'Chan eil faclan-luirg rim maidseadh ann. Cuir faclan-luirg ris a’ phròifil agad.'; @@ -1416,6 +1608,8 @@ $a->strings['Contact has been unblocked'] = 'Chaidh an neach-aithne a dhì-bhaca $a->strings['Contact has been blocked'] = 'Chaidh an neach-aithne a bhacadh'; $a->strings['Contact has been unignored'] = 'Chan eil an neach-aithne ’ga leigeil seachad tuilleadh'; $a->strings['Contact has been ignored'] = 'Tha an neach-aithne ’ga leigeil seachad'; +$a->strings['Contact has been uncollapsed'] = 'Chan eil an neach-aithne ’ga cho-theannachadh tuilleadh'; +$a->strings['Contact has been collapsed'] = 'Tha an neach-aithne ’ga cho-theannachadh'; $a->strings['You are mutual friends with %s'] = 'Tha co-dhàimh eadar thu fhèin is %s a-nis'; $a->strings['You are sharing with %s'] = 'Tha thu a’ co-roinneadh le %s'; $a->strings['%s is sharing with you'] = 'Tha %s a’ co-roinneadh leat'; @@ -1448,6 +1642,7 @@ $a->strings['Update now'] = 'Ùraich an-dràsta'; $a->strings['Awaiting connection acknowledge'] = 'A’ feitheamh air aithneachadh a’ cheangail'; $a->strings['Currently blocked'] = '’Ga bhacadh an-dràsta'; $a->strings['Currently ignored'] = '’Ga leigeil seachad an-dràsta'; +$a->strings['Currently collapsed'] = '’Ga cho-theannachadh an-dràsta'; $a->strings['Currently archived'] = 'San tasg-lann an-dràsta'; $a->strings['Hide this contact from others'] = 'Falaich an neach-aithne seo o chàch'; $a->strings['Replies/likes to your public posts may still be visible'] = 'Dh’fhaoidte gum faicear freagairtean/gur toigh le daoine na postaichean poblach agad fhathast'; @@ -1459,13 +1654,14 @@ $a->strings['Actions'] = 'Gnìomhan'; $a->strings['Status'] = 'Staid'; $a->strings['Mirror postings from this contact'] = 'Sgàthanaich na postaichean on neach-aithne seo'; $a->strings['Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'] = 'Cuir comharra remote_self ris an neach-aithne seo ach an ath-phostaich Friendica nithean ùra on neach-aithne seo.'; +$a->strings['Refetch contact data'] = 'Faigh dàta an neach-aithne a-rithist'; $a->strings['Toggle Blocked status'] = 'Toglaich stad a’ bhacaidh'; $a->strings['Toggle Ignored status'] = 'Toglaich staid na leigeil seachad'; +$a->strings['Toggle Collapsed status'] = 'Toglaich staid a’ cho-theannachaidh'; $a->strings['Revoke Follow'] = 'Cùl-ghairm an leantainn'; $a->strings['Revoke the follow from this contact'] = 'Thoir air an neach-aithne seo nach lean iad ort tuilleadh'; $a->strings['Bad Request.'] = 'Droch-iarrtas.'; $a->strings['Unknown contact.'] = 'Neach-aithne nach aithne dhuinn.'; -$a->strings['Contact is deleted.'] = 'Chaidh an neach-aithne a sguabadh às.'; $a->strings['Contact is being deleted.'] = 'Tha an neach-aithne ’ga sguabadh às.'; $a->strings['Follow was successfully revoked.'] = 'Chaidh an leantainn a chùl-ghairm.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'A bheil thu cinnteach nach eil thu ag iarraidh gun lean an neach-aithne seo ort tuilleadh? Cha ghabh seo a neo-dhèanamh is feumaidh iad leantainn ort a làimh às ùr.'; @@ -1476,29 +1672,15 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Cha ch $a->strings['Disconnect/Unfollow'] = 'Dì-cheangail/Na lean tuilleadh'; $a->strings['Contact was successfully unfollowed'] = 'Chan eil thu a’ leantainn air an neach-aithne tuilleadh'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Cha deach leinn an neach-aithne a thoirt air falbh on fheadhainn air a leanas tu, cuir fios gun rianaire agad'; +$a->strings['No results.'] = 'Chan eil toradh ann.'; $a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Seallaidh sruthadh na coimhearsnachd gach post poblach a fhuair an nòd seo. Dh’fhaoidte nach eil iad a’ riochdachadh beachdan luchd-cleachdaidh an nòid seo.'; -$a->strings['Local Community'] = 'Coimhearsnachd ionadail'; -$a->strings['Posts from local users on this server'] = 'Postaichean o luchd-cleachdaidh ionadail an fhrithealaiche seo'; -$a->strings['Global Community'] = 'Coimhearsnachd cho-naisgte'; -$a->strings['Posts from users of the whole federated network'] = 'Postaichean on luchd-cleachdaidh air an lìonra cho-naisgte gu lèir'; +$a->strings['Community option not available.'] = 'Chan eil roghainn na coimhearsnachd ri fhaighinn.'; +$a->strings['Not available.'] = 'Chan eil seo ri fhaighinn.'; +$a->strings['No such circle'] = 'Chan eil an cearcall seo ann'; +$a->strings['Circle: %s'] = 'Cearcall: %s'; $a->strings['Own Contacts'] = 'An luchd-aithne agadsa'; $a->strings['Include'] = 'Gabh a-staigh'; $a->strings['Hide'] = 'Falaich'; -$a->strings['No results.'] = 'Chan eil toradh ann.'; -$a->strings['Community option not available.'] = 'Chan eil roghainn na coimhearsnachd ri fhaighinn.'; -$a->strings['Not available.'] = 'Chan eil seo ri fhaighinn.'; -$a->strings['No such group'] = 'Chan eil am bhuidheann seo ann'; -$a->strings['Group: %s'] = 'Buidheann: %s'; -$a->strings['Latest Activity'] = 'A’ ghnìomhachd as ùire'; -$a->strings['Sort by latest activity'] = 'Seòrsaich a-rèir na gnìomhachd as ùire'; -$a->strings['Latest Posts'] = 'Na postaichean as ùire'; -$a->strings['Sort by post received date'] = 'Seòrsaich a-rèir ceann-là faighinn nam post'; -$a->strings['Latest Creation'] = 'An cruthachadh as ùire'; -$a->strings['Sort by post creation date'] = 'Seòrsaich a-rèir ceann-là cruthachadh nam post'; -$a->strings['Personal'] = 'Pearsanta'; -$a->strings['Posts that mention or involve you'] = 'Postaichean le iomradh ort no sa bheil thu an sàs'; -$a->strings['Starred'] = 'Rionnag'; -$a->strings['Favourite Posts'] = 'Na postaichean as annsa'; $a->strings['Credits'] = 'Urram'; $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!'] = '’S e pròiseact coimhearsnachd a th’ ann am Friendica is cha ghabhadh a thoirt gu buil às aonais taic o iomadh daoine. Seo liosta dhen fheadhainn a chuir ri chòd no ri eadar-theangachadh Friendica. Mòran taing dhuibh uile!'; $a->strings['Formatted'] = 'Fòrmataichte'; @@ -1564,15 +1746,72 @@ $a->strings['UTC time: %s'] = 'Àm UTC: %s'; $a->strings['Current timezone: %s'] = 'An roinn-tìde làithreach: %s'; $a->strings['Converted localtime: %s'] = 'An t-àm ionadail iompaichte: %s'; $a->strings['Please select your timezone:'] = 'Tagh an roinn-tìde agad:'; +$a->strings['Only logged in users are permitted to perform a probing.'] = 'Chan fhaod ach cleachdaichean air an clàradh a-steach sgrùdadh a dhèanamh.'; +$a->strings['Probe Diagnostic'] = 'Diagnosachd sgrùdaidh'; $a->strings['Output'] = 'Às-chur'; $a->strings['Lookup address'] = 'Rannsaich an seòladh'; $a->strings['Webfinger Diagnostic'] = 'Diagnosachd Webfinger'; $a->strings['Lookup address:'] = 'Rannsaich an seòladh:'; -$a->strings['You are now logged in as %s'] = 'Tha thu air do chlàradh a-steach mar %s'; -$a->strings['Switch between your accounts'] = 'Geàrr leum eadar na cunntasan agad'; -$a->strings['Manage your accounts'] = 'Stiùirich na cunntasan agad'; +$a->strings['No entries (some entries may be hidden).'] = 'Gun innteart (’s dòcha gu bheil cuid a dh’innteartan falaichte).'; +$a->strings['Find on this site'] = 'Lorg air an làrach seo'; +$a->strings['Results for:'] = 'Toraidhean airson:'; +$a->strings['Site Directory'] = 'Eòlaire na làraich'; +$a->strings['Item was not deleted'] = 'Cha deach an nì a sguabadh às'; +$a->strings['Item was not removed'] = 'Cha deach nì a thoirt air falbh'; +$a->strings['- select -'] = '– tagh –'; +$a->strings['Suggested contact not found.'] = 'Cha deach an neach-aithne molta a lorg.'; +$a->strings['Friend suggestion sent.'] = 'Chaidh moladh caraid a chur.'; +$a->strings['Suggest Friends'] = 'Mol caraidean'; +$a->strings['Suggest a friend for %s'] = 'Mol caraid dha %s'; +$a->strings['Installed addons/apps:'] = 'Aplacaidean/tuilleadain stàlaichte:'; +$a->strings['No installed addons/apps'] = 'Cha deach aplacaid/tuilleadan a stàladh'; +$a->strings['Read about the Terms of Service of this node.'] = 'Leugh teirmichean seirbheise an nòd seo.'; +$a->strings['On this server the following remote servers are blocked.'] = 'Seo a frithealaichean cèine a tha ’gam bacadh leis an fhrithealaiche seo.'; $a->strings['Reason for the block'] = 'Adhbhar a’ bhacaidh'; +$a->strings['Download this list in CSV format'] = 'Luchdaich a-nuas an liosta seo san fhòrmat CSV'; +$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.'] = 'Seo Friendica tionndadh %s a tha a’ ruith air an ionad-lìn %s. Is %s tionndadh an stòir-dhàta agus %s tionndadh ùrachadh nam post.'; +$a->strings['Please visit Friendi.ca to learn more about the Friendica project.'] = 'Tadhail air Friendi.ca airson barrachd fiosrachaidh mu phròiseact Friendica.'; +$a->strings['Bug reports and issues: please visit'] = 'Aithrisean air bugaichean is duilgheadasan: tadhail air'; +$a->strings['the bugtracker at github'] = 'tracaiche nam bugaichean air GitHub'; +$a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Airson beachdan, molaidhean is mssa. – cuir post-d gu “info” aig “friendi – dot – ca'; +$a->strings['No profile'] = 'Chan eil pròifil ann'; +$a->strings['Method Not Allowed.'] = 'Chan eil am modh ceadaichte.'; +$a->strings['Help:'] = 'Cobhair:'; +$a->strings['Welcome to %s'] = 'Fàilte gu %s'; +$a->strings['Friendica Communications Server - Setup'] = 'Frithealaiche conaltradh Friendica – Suidheachadh'; +$a->strings['System check'] = 'Dearbhadh an t-siostaim'; +$a->strings['Requirement not satisfied'] = 'Tha riatanas nach deach a choileanadh'; +$a->strings['Optional requirement not satisfied'] = 'Tha riatanas roghainneil nach deach a choileanadh'; +$a->strings['OK'] = 'Ceart ma-thà'; $a->strings['Next'] = 'Air adhart'; +$a->strings['Check again'] = 'Sgrùd a-rithist'; +$a->strings['Base settings'] = 'Roghainnean bunasach'; +$a->strings['Base path to installation'] = 'An t-slighe bhunasach dhan stàladh'; +$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.'] = 'Mur aithnich an siostam an t-slighe cheart dhan stàladh agad, cuir a-steach an t-slighe cheart an-seo. Cha bu chòir dhut seo a shuidheachadh ach ma tha thu a’ cleachdadh siostam cuingichte agus ceanglaichean samhlachail gun fheumh-lìn agad.'; +$a->strings['The Friendica system URL'] = 'URL siostam Friendica'; +$a->strings['Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'] = 'Tar-sgrìobh an raon seo mura deach URL an t-siostaim aithneachadh mar bu chòir. Ma chaidh, fàg e mar a tha e.'; +$a->strings['Database connection'] = 'Ceangal stòir-dhàta'; +$a->strings['In order to install Friendica we need to know how to connect to your database.'] = 'Airson Friendica a stàladh, feumaidh fios a bhith againn air mar a nì sinn ceangal dhan stòr-dàta agad.'; +$a->strings['Please contact your hosting provider or site administrator if you have questions about these settings.'] = 'Cuir fios gu solaraiche an òstaidh no rianaire na làraich agad ma tha ceist agad mu na roghainnean seo.'; +$a->strings['The database you specify below should already exist. If it does not, please create it before continuing.'] = 'Bu chòir dhan stòr-dàta a shònraicheas tu a bhith ann mu thràth. Mur eil, cruthaich e mus lean thu air adhart.'; +$a->strings['Database Server Name'] = 'Ainm frithealaiche an stòir-dhàta'; +$a->strings['Database Login Name'] = 'Ainm clàraidh a-steach an stòir-dhàta'; +$a->strings['Database Login Password'] = 'Facal-faire clàradh a-steach an stòir-dhàta'; +$a->strings['For security reasons the password must not be empty'] = 'Air adhbharan tèarainteachd, chan fhaod am facal-faire a bhith falamh'; +$a->strings['Database Name'] = 'Ainm an stòir-dhàta'; +$a->strings['Please select a default timezone for your website'] = 'Tagh roinn-tìde bhunaiteach dhan làrach-lìn agad'; +$a->strings['Site settings'] = 'Roghainnean na làraich'; +$a->strings['Site administrator email address'] = 'An seòladh puist-d aig rianaire na làraich'; +$a->strings['Your account email address must match this in order to use the web admin panel.'] = 'Feumaidh seòladh puist-d a’ chunntais agad a bhith co-ionnan ri seo ach an urrainn dhut panail-lìn na rianachd a chleachdadh.'; +$a->strings['System Language:'] = 'Cànan an t-siostaim:'; +$a->strings['Set the default language for your Friendica installation interface and to send emails.'] = 'Suidhich an cànan bunaiteach dhan eadar-aghaidh stàladh Friendica agad is do na puist-d a thèid a chur.'; +$a->strings['Your Friendica site database has been installed.'] = 'Chaidh stòr-dàta na làraich Friendica agad a stàladh.'; +$a->strings['Installation finished'] = 'Tha an stàladh deiseil'; +$a->strings['

    What next

    '] = '

    Dè a-nis?

    '; +$a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the worker.'] = 'CUDROMACH: Feumaidh gu saothair dhan obraiche a chur air an sgeideal [a làimh].'; +$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.'] = 'Tadhail air duilleag a’ chlàraidh aig an nòd Friendica ùr agad agus clàraich mar cleachdaiche ùr. Thoir an aire gun cleachd thu an aon seòladh puist-d ’s a chuir thu a-steach mar phost-d an rianaire. Bheir seo inntrigeadh do phanail na rianachd dhut.'; +$a->strings['Total invitation limit exceeded.'] = 'Chaidh thu thairis air crìoch nan cuiridhean iomlan.'; +$a->strings['%s : Not a valid email address.'] = '%s : Chan e seòladh puist-d dligheach a tha seo.'; $a->strings['Please join us on Friendica'] = 'Thig cuide rinn air Friendica'; $a->strings['Invitation limit exceeded. Please contact your site administrator.'] = 'Chaidh thu thairis air crìoch nan cuiridhean. Cuir fios gu rianaire na làraich agad.'; $a->strings['%s : Message delivery failed.'] = '%s : Dh’fhàillig libhrigeadh na teachdaireachd.'; @@ -1583,16 +1822,33 @@ $a->strings['%d message sent.'] = [ 3 => 'Chaidh %d teachdaireachd a chur.', ]; $a->strings['You have no more invitations available'] = 'Chan eil barrachd cuiridhean ri fhaighinn dhut'; +$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.'] = 'Tadhail air %s airson liosta de làraichean poblach far an urrainn dhut ballrachd fhaighinn. ’S urrainn dhan a h-uile ball Friendica air làraichean eile ceangal ri chèile agus ri buill iomadh lìonra sòisealta eile.'; +$a->strings['To accept this invitation, please visit and register at %s or any other public Friendica website.'] = 'Airson gabhail ris a’ chuireadh seo, tadhail air %s is clàraich air no air làrach-lìn Friendica poblach sam bith eile.'; +$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.'] = 'Tha na làraichean Friendica uile co-naisgte ri chèile ach an cruthaich iad lìon sòisealta mòr aig a bheil prìobhaideachd phisichte ’s a tha fo smachd nam ball aige fhèin. ’S urrainn dhaibh ceangal a dhèanamh ri iomadh lìonra sòisealta tradaiseanta. Faic %s airson liosta de làraichean Friendica eile far an urrainn dhut ballrachd fhaighinn.'; +$a->strings['Our apologies. This system is not currently configured to connect with other public sites or invite members.'] = 'Tha sinn duilich. Cha deach an siostam rèiteachadh aig an àm seo airson ceangal ri làraichean poblach eile no cuiridhean ballrachd a chur.'; +$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.'] = 'Tha na làraichean Friendica uile co-naisgte ri chèile ach an cruthaich iad lìon sòisealta mòr aig a bheil prìobhaideachd phisichte ’s a tha fo smachd nam ball aige fhèin. ’S urrainn dhaibh ceangal a dhèanamh ri iomadh lìonra sòisealta tradaiseanta.'; +$a->strings['To accept this invitation, please visit and register at %s.'] = 'Airson gabhail ris a’ chuireadh seo, tadhail air %s is clàraich ann.'; +$a->strings['Send invitations'] = 'Cuir cuiridhean'; +$a->strings['Enter email addresses, one per line:'] = 'Cuir seòlaidhean puist-d a-steach, gach fear air loidhne fa leth:'; +$a->strings['You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.'] = 'Tha fàilte chridheil romhad airson tighinn cruinn còmhla rium-sa is dlùth-charaidean eile air Friendica – agus airson ar cuideachadh ach an cruthaich sinn lìon sòisealta nas fheàrr.'; +$a->strings['You will need to supply this invitation code: $invite_code'] = 'Bidh agad ris an còd cuiridh seo a sholar: $invite_code'; +$a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Nuair a bhios tu air do chlàradh, dèan ceangal rium le duilleag na pròifil agam air:'; +$a->strings['For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca'] = 'Airson barrachd fiosrachaidh mu phròiseact Friendica ’s carson a tha sinn dhen bheachd gu bheil e cudromach, tadhail air http://friendi.ca'; +$a->strings['Please enter a post body.'] = 'Cuir a-steach bodhaig puist.'; +$a->strings['This feature is only available with the frio theme.'] = 'Chan eil an gleus seo ri fhaighinn ach leis an ùrlar frio.'; $a->strings['Compose new personal note'] = 'Sgrìobh nòta pearsanta ùr'; $a->strings['Compose new post'] = 'Sgrìobh post ùr'; $a->strings['Visibility'] = 'Faicsinneachd'; $a->strings['Clear the location'] = 'Thoir an t-ionad air falbh'; $a->strings['Location services are unavailable on your device'] = 'Chan eil seirbheisean ionaid ri fhaighinn air an uidheam agad'; $a->strings['Location services are disabled. Please check the website\'s permissions on your device'] = 'Tha seirbheisean ionaid à comas. Thoir sùil air ceadan na làraich-lìn air an uidheam agad'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Chan eil am an nì a dh’iarr thu ann no chaidh a sguabadh às.'; +$a->strings['You can make this page always open when you use the New Post button in the Theme Customization settings.'] = '’S urrainn dhut suidheachadh gum fosgail an duilleag seo an-còmhnaidh nuair a chleachdas tu am putan “Post ùr” ann an Roghainnean gnàthaichte an ùrlair.'; $a->strings['The feed for this item is unavailable.'] = 'Chan eil inbhir ri fhaighinn dhan nì seo.'; $a->strings['Unable to follow this item.'] = 'Cha ghabh leantainn air an nì seo.'; $a->strings['System down for maintenance'] = 'Tha an siostam dheth a chùm obrach-glèidhidh'; +$a->strings['This Friendica node is currently in maintenance mode, either automatically because it is self-updating or manually by the node administrator. This condition should be temporary, please come back in a few minutes.'] = 'Chaidh an nòd Friendica seo a chur sa mhodh obrach-glèidhidh, gu fèin-obrachail on a tha e ’ga ùrachadh fhèin no a làimh le rianaire an nòid. Cha bu chòir dhan staid seo a bhith air ach rè seal, till an ceann corra mionaid.'; +$a->strings['A Decentralized Social Network'] = 'Lìonra sòisealta sgaoilte'; +$a->strings['You need to be logged in to access this page.'] = 'Feumaidh tu clàradh a-steach mus fhaigh thu cothrom air an duilleag seo.'; $a->strings['Files'] = 'Faidhlichean'; $a->strings['Upload'] = 'Luchdaich suas'; $a->strings['Sorry, maybe your upload is bigger than the PHP configuration allows'] = 'Tha sinn duilich a dh’fhaoidte gu bheil an luchdadh suas agad nas motha na tha ceadaichte leis an rèiteachadh PHP'; @@ -1600,7 +1856,6 @@ $a->strings['Or - did you try to upload an empty file?'] = 'Air neo – an do dh $a->strings['File exceeds size limit of %s'] = 'Tha am faidhle nas motha na tha ceadaichte dhe %s'; $a->strings['File upload failed.'] = 'Dh’fhàillig luchdadh suas an fhaidhle.'; $a->strings['Unable to process image.'] = 'Cha b’ urrainn dhuinn an dealbh a phròiseasadh.'; -$a->strings['Image exceeds size limit of %s'] = 'Tha an dealbh nas motha na tha ceadaichte dhe %s'; $a->strings['Image upload failed.'] = 'Dh’fhàillig le luchdadh suas an deilbh.'; $a->strings['List of all users'] = 'Liosta nan cleachdaichean uile'; $a->strings['Active'] = 'Gnìomhach'; @@ -1611,13 +1866,13 @@ $a->strings['Deleted'] = 'Air a sguabadh às'; $a->strings['List of pending user deletions'] = 'Liosta nan cleachdaichean rin sguabadh às'; $a->strings['Normal Account Page'] = 'Duilleag àbhaisteach a’ chunntais'; $a->strings['Soapbox Page'] = 'Duilleag cùbaid deasbaid'; -$a->strings['Public Forum'] = 'Fòram poblach'; +$a->strings['Public Group'] = 'Buidheann poblach'; $a->strings['Automatic Friend Page'] = 'Duilleag caraide fhèin-obrachail'; -$a->strings['Private Forum'] = 'Fòram prìobhaideach'; +$a->strings['Private Group'] = 'Buidheann prìobhaideach'; $a->strings['Personal Page'] = 'Duilleag phearsanta'; $a->strings['Organisation Page'] = 'Duilleag buidhinn'; $a->strings['News Page'] = 'Duilleag naidheachdan'; -$a->strings['Community Forum'] = 'Fòram coimhearsnachd'; +$a->strings['Community Group'] = 'Buidheann coimhearsnachd'; $a->strings['Relay'] = 'Ath-sheachadan'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Chan urrainn dhut neach-aithne ionadail a bhacadh, bac an cleachdaiche ’na àite'; $a->strings['%s contact unblocked'] = [ @@ -1739,16 +1994,58 @@ $a->strings['Tag'] = 'Taga'; $a->strings['Type'] = 'Seòrsa'; $a->strings['Term'] = 'Briathar'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Iomradh'; $a->strings['Implicit Mention'] = 'Iomradh fillte'; $a->strings['Item not found'] = 'Cha deach an nì a lorg'; +$a->strings['No source recorded'] = 'Cha deach tùs a chlàradh'; +$a->strings['Please make sure the debug.store_source config key is set in config/local.config.php for future items to have sources.'] = 'Dèan cinnteach gun deach iuchair rèiteachaidh debug.store_source a shuidheachadh ann an config/local.config.php ach am bi tùsan aig na nithean ri teachd.'; $a->strings['Item Guid'] = 'GUID an nì'; +$a->strings['Contact not found or their server is already blocked on this node.'] = 'Cha deach an neach-aithne a lorg no chaidh am frithealaiche aca a bhacadh air an nòd seo mu thràth.'; +$a->strings['Please login to access this page.'] = 'Clàraich a-steach airson an duilleag seo inntrigeadh.'; +$a->strings['Create Moderation Report'] = 'Cruthaich gearan maorsainneachd'; +$a->strings['Pick Contact'] = 'Tagh neach-aithne'; +$a->strings['Please enter below the contact address or profile URL you would like to create a moderation report about.'] = 'Cuir a-steach seòladh no URL pròifil neach-aithne gu h-ìosal airson gearan maorsainneachd a chruthachadh mu dhèidhinn.'; +$a->strings['Contact address/URL'] = 'Seòladh/URL an neach-aithne'; +$a->strings['Pick Category'] = 'Tagh roinn-seòrsa'; +$a->strings['Please pick below the category of your report.'] = 'Tagh roinn-seòrsa a’ ghearain agad.'; +$a->strings['Spam'] = 'Spama'; +$a->strings['This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations.'] = 'Tha an neach-aithne seo a’ foillseachadh iomadh post/freagairt a tha ro fhada no ’gam foillseachadh a-rithist ’s a-rithist no tha e a’ dèanamh sanasachd air a’ bhathar/làrach-lìn aca nach eil buntainneachd dha na còmhraidhean.'; +$a->strings['Illegal Content'] = 'Susbaint mhì-laghail'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Tha an neach-aithne seo a’ foillseachadh susbaint a thathar a’ meas gu bheil e mì-laghail san uachdranas far a bheil an nòd ’ga òstadh.'; +$a->strings['Community Safety'] = 'Sàbhailteachd na coimhearsnachd'; +$a->strings['This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people\'s private information (doxxing), posting threats or offensive pictures in posts or replies.'] = 'Bhuair an neach-aithne seo thu no daoine eile on a tha e dìorrasach no neo-mhothachail ge b’ e a bheil e mar sin a dh’aona-ghnothaich no gun iarraidh. Gabhaidh seo a-staigh foillseachadh fiosrachadh prìobhaideach càich (doxxing), postadh bhagairtean no dealbhan frionasach ann am postaichean is freagairtean.'; +$a->strings['Unwanted Content/Behavior'] = 'Susbaint/Giùlan gun iarraidh'; +$a->strings['This contact has repeatedly published content irrelevant to the node\'s theme or is openly criticizing the node\'s administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic.'] = 'Dh’fhoillsich an neach-aithne seo iomadh susbaint nach eil buntainneach do chuspair an nòid no a tha a’ càineadh rianachd/maorsainneachd an nòid gu fosgailte gun a bhith a’ bruidhinn ris na daoine iomchaidh fhèin, mar eisimpleir, no a tha rag-fhoghlamach mu chuspair frionasach.'; +$a->strings['Rules Violation'] = 'Briseadh riaghailt'; +$a->strings['This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step.'] = 'Bris an neach-aithne seo riaghailt no dhà dhen nòd seo. ’S urrainn dhut na riaghailtean a chaidh a bhriseadh a thaghadh san ath-cheum.'; +$a->strings['Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled.'] = 'Innis dhuinn carson a chuir thu a-null an gearan seo. Mar as mionaidiche am fiosrachadh a bheir thu dhuinn ’s ann as fhasa a bhios e dhuinn dèiligeadh ris a’ ghearan agad.'; +$a->strings['Additional Information'] = 'Barrachd fiosrachaidh'; +$a->strings['Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome.'] = 'Thoir barrachd fiosrachaidh dhuinn a tha buntainneach dhan ghearan shònraichte seo. ’S urrainn dhut postaichean leis an neach-aithne seo a cheangal ris san ath-cheum ach cuiridh sinn fàilte do cho-theacsa sam bith.'; +$a->strings['Pick Rules'] = 'Tagh riaghailtean'; +$a->strings['Please pick below the node rules you believe this contact violated.'] = 'Tagh riaghailtean an nòid gu h-ìosal a shaoileas tu gun deach am briseadh leis an neach-aithne seo.'; +$a->strings['Pick Posts'] = 'Tagh postaichean'; +$a->strings['Please optionally pick posts to attach to your report.'] = 'Ma thogras tu, tagh postaichean ri cheangal ris a’ ghearan agad.'; +$a->strings['Submit Report'] = 'Cuir an gearan a-null'; +$a->strings['Further Action'] = 'Gnìomhan eile'; +$a->strings['You can also perform one of the following action on the contact you reported:'] = '’S urrainn dhut fear de na gnìomhan seo a ghabhail cuideachd air an neach-aithne a rinn thu gearan air:'; +$a->strings['Nothing'] = 'Na dèan dad'; +$a->strings['Collapse contact'] = 'Co-theannaich an neach-aithne'; +$a->strings['Their posts and replies will keep appearing in your Network page but their content will be collapsed by default.'] = 'Nochdaidh na postaichean ’s freagairtean air duilleag an lìonraidh agad fhathast ach bidh an t-susbaint aca co-theannaichte a ghnàth.'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you.'] = 'Cha nochd na postaichean ’s freagairtean air duilleag an lìonraidh agad tuilleadh ach dh’fhaoidte gun nochd na freagairtean aca ann an snàithleanan fòraim. Faodaidh iad do leantainn fhathast.'; +$a->strings['Block contact'] = 'Bac an neach-aithne'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means.'] = 'Cha nochd na postaichean ’s freagairtean air duilleag an lìonraidh agad tuilleadh ach dh’fhaoidte gun nochd na freagairtean aca ann an snàithleanan fòraim leis an t-susbaint aca co-theannaichte a ghnàth. Chan fhaod iad do leantainn tuilleadh ach dh’fhaoidte gum faigh iad cothrom air na postaichean poblach agad fhathast air dòighean eile.'; +$a->strings['Forward report'] = 'Sìn air adhart an gearan'; +$a->strings['Would you ike to forward this report to the remote server?'] = 'A bheil thu airson an gearan seo a shìneadh air adhart dhan fhrithealaiche chèin?'; +$a->strings['1. Pick a contact'] = '1. Tagh neach-aithne'; +$a->strings['2. Pick a category'] = '2. Tagh roinn-seòrsa'; +$a->strings['2a. Pick rules'] = '2a. Tagh riaghailtean'; +$a->strings['2b. Add comment'] = '2b. Cuir beachd ris'; +$a->strings['3. Pick posts'] = '3. Tagh postaichean'; $a->strings['Normal Account'] = 'Cunntas àbhaisteach'; $a->strings['Automatic Follower Account'] = 'Cunntas leantainn fèin-obrachail'; -$a->strings['Public Forum Account'] = 'Cunntas fòraim phoblaich'; +$a->strings['Public Group Account'] = 'Cunntas buidhinn phoblaich'; $a->strings['Automatic Friend Account'] = 'Cunntas caraide fèin-obrachail'; $a->strings['Blog Account'] = 'Cunntas bloga'; -$a->strings['Private Forum Account'] = 'Cunntas fòraim phrìobhaidich'; +$a->strings['Private Group Account'] = 'Cunntas buidhinn phrìobhaidich'; $a->strings['Registered users'] = 'Cleachdaichean clàraichte'; $a->strings['Pending registrations'] = 'Clàraidhean rin dèiligeadh'; $a->strings['%s user blocked'] = [ @@ -1812,8 +2109,38 @@ $a->strings['Request date'] = 'Cuin a chaidh iarraidh'; $a->strings['No registrations.'] = 'Chan eil clàradh ann.'; $a->strings['Note from the user'] = 'Nòta on chleachdaiche'; $a->strings['Deny'] = 'Diùlt'; +$a->strings['Show Ignored Requests'] = 'Seall na h-iarrtasan a leig thu seachad'; +$a->strings['Hide Ignored Requests'] = 'Falaich na h-iarrtasan a leig thu seachad'; +$a->strings['Notification type:'] = 'Seòrsa a’ bhratha:'; +$a->strings['Suggested by:'] = '’Ga mholadh le:'; +$a->strings['Claims to be known to you: '] = 'A’ tagradh gur aithne dhut e: '; +$a->strings['No'] = 'Chan eil'; +$a->strings['Shall your connection be bidirectional or not?'] = 'A bheil thu airson co-dhàimh a chruthachadh?'; +$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.'] = 'Ma ghabhas tu ri %s ’nad charaid, faodaidh %s fo-sgrìobhadh air na postaichean agad agus gheibh thu na naidheachdan uapa-san cuideachd.'; +$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.'] = 'Ma ghabhas tu ri %s mar fo-sgrìobhadh, faodaidh iad fo-sgrìobhadh air na postaichean agad ach chan fhaigh thu na naidheachdan uapa-san.'; +$a->strings['Friend'] = 'Caraid'; +$a->strings['Subscriber'] = 'Fo-sgrìobhadh'; +$a->strings['No introductions.'] = 'Chan eil cur an aithne ann.'; +$a->strings['No more %s notifications.'] = 'Chan eil brath %s ann tuilleadh.'; +$a->strings['You must be logged in to show this page.'] = 'Feumaidh tu clàradh a-steach mus urrainn dhut an duilleag seo a shealltainn.'; +$a->strings['Network Notifications'] = 'Brathan lìonraidh'; +$a->strings['System Notifications'] = 'Brathan an t-siostaim'; +$a->strings['Personal Notifications'] = 'Brathan pearsanta'; +$a->strings['Home Notifications'] = 'Brathan na dachaighe'; +$a->strings['Show unread'] = 'Seall an fheadhainn gun leughadh'; +$a->strings['{0} requested registration'] = 'Dh’iarr {0} clàradh'; +$a->strings['{0} and %d others requested registration'] = 'Dh’iarr {0} ’s %d eile clàradh'; +$a->strings['Authorize application connection'] = 'Ùghdarraich ceangal aplacaide'; +$a->strings['Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?'] = 'A bheil thu airson cead a thoirt dhan aplacaid seo airson na postaichean ’s an luchd-aithne agad inntrigeadh agus/no postaichean ùra a chruthachadh às do leth?'; +$a->strings['Unsupported or missing response type'] = 'Seòrsa freagairte gun taic ris no a dhìth'; +$a->strings['Incomplete request data'] = 'Dàta iarrtais neo-choileanta'; +$a->strings['Please copy the following authentication code into your application and close this window: %s'] = 'Cuir lethbhreac dhen chòd dearbhaidh seo san aplacaid agad is dùin an uinneag seo: %s'; +$a->strings['Invalid data or unknown client'] = 'Dàta mì-dhligheach no cliant nach aithne dhuinn'; +$a->strings['Unsupported or missing grant type'] = 'Seòrsa ceadachaidh gun taic ris no a dhìth'; $a->strings['Resubscribing to OStatus contacts'] = 'A’ fo-sgrìobhadh a-rithist air luchd-aithne OStatus'; $a->strings['Keep this window open until done.'] = 'Cùm an uinneag seo fosgailte gus am bi e deiseil.'; +$a->strings['✔ Done'] = '✔ Deiseil'; +$a->strings['No OStatus contacts to resubscribe to.'] = 'Chan eil neach-aithne OStatus ann airson fo-sgrìobhadh air a-rithist.'; $a->strings['Subscribing to contacts'] = 'Fo-sgrìobhadh air luchd-aithne'; $a->strings['No contact provided.'] = 'Cha deach neach-aithne a thoirt seachad.'; $a->strings['Couldn\'t fetch information for contact.'] = 'Cha d’ fhuair sinn grèim air an fhiosrachadh conaltraidh.'; @@ -1825,7 +2152,24 @@ $a->strings['Done'] = 'Deiseil'; $a->strings['success'] = 'chaidh leis'; $a->strings['failed'] = 'dh’fhàillig leis'; $a->strings['ignored'] = 'chaidh a leigeil seachad'; +$a->strings['Wrong type "%s", expected one of: %s'] = 'Seòrsa “%s” ceàrr, an dùil air fear dhen fheadhainn seo: %s'; +$a->strings['Model not found'] = 'Cha deach am modail a lorg'; +$a->strings['Unlisted'] = 'Falaichte o liostaichean'; +$a->strings['Remote privacy information not available.'] = 'Chan eil fiosrachadh cèin na prìobhaideachd ri làimh.'; +$a->strings['Visible to:'] = 'Ri fhaicinn do:'; +$a->strings['Collection (%s)'] = 'Cruinneachadh (%s)'; $a->strings['Followers (%s)'] = 'Luchd-leantainn (%s)'; +$a->strings['%d more'] = '%d eile'; +$a->strings['To: %s
    '] = 'Gu: %s
    '; +$a->strings['CC: %s
    '] = 'CC: %s
    '; +$a->strings['BCC: %s
    '] = 'BCC: %s
    '; +$a->strings['Audience: %s
    '] = 'Èisteachd: %s
    '; +$a->strings['Attributed To: %s
    '] = 'Air a chur às leth: %s
    '; +$a->strings['The Photo is not available.'] = 'Chan eil an dealbh ri fhaighinn.'; +$a->strings['The Photo with id %s is not available.'] = 'Chan eil an dealbh air a bheil an id %s ri fhaighinn.'; +$a->strings['Invalid external resource with url %s.'] = 'Goireas mì-dhligheach air an taobh a-muigh leis an url %s.'; +$a->strings['Invalid photo with id %s.'] = 'Dealbh mì-dhligheach air a bheil an id %s.'; +$a->strings['Post not found.'] = 'Cha deach am post a lorg.'; $a->strings['Edit post'] = 'Deasaich am post'; $a->strings['web link'] = 'ceangal-lìn'; $a->strings['Insert video link'] = 'Cuir a-steach ceangal video'; @@ -1835,24 +2179,54 @@ $a->strings['audio link'] = 'ceangal fuaime'; $a->strings['Remove Item Tag'] = 'Thoir air falbh taga an nì'; $a->strings['Select a tag to remove: '] = 'Tagh taga gus a thoirt air falbh: '; $a->strings['Remove'] = 'Thoir air falbh'; +$a->strings['No contacts.'] = 'Chan eil neach-aithne ann.'; +$a->strings['%s\'s timeline'] = 'An loidhne-ama aig %s'; +$a->strings['%s\'s posts'] = 'Na postaichean aig %s'; +$a->strings['%s\'s comments'] = 'Na beachdan aig %s'; +$a->strings['Image exceeds size limit of %s'] = 'Tha an dealbh nas motha na tha ceadaichte dhe %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'Cha deach luchdadh suas an deilbh a choileanadh, feuch ris a-rithist'; $a->strings['Image file is missing'] = 'Tha faidhle an deilbh a dhìth'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Cha ghabh am frithealaiche ri luchdadh suas deilbh ùir aig an àm seo, cuir fios gun rianaire agad'; $a->strings['Image file is empty.'] = 'Tha faidhle an deilbh falamh.'; $a->strings['View Album'] = 'Seall an t-albam'; +$a->strings['Profile not found.'] = 'Cha deach a’ phròifil a lorg.'; +$a->strings['You\'re currently viewing your profile as %s Cancel'] = 'Tha thu a’ sealltainn air a’ phròifil agad mar %s Sguir dheth'; +$a->strings['Full Name:'] = 'An t-ainm slàn:'; +$a->strings['Member since:'] = 'Ball o chionn:'; +$a->strings['j F, Y'] = 'j F Y'; +$a->strings['j F'] = 'j F'; +$a->strings['Birthday:'] = 'Co-là breith:'; +$a->strings['Age: '] = 'Aois: '; +$a->strings['%d year old'] = [ + 0 => '%d bhliadhna a dh\'aois', + 1 => '%d bhliadhna a dh’aois', + 2 => '%d bliadhnaichean a dh’aois', + 3 => '%d bliadhna a dh’aois', +]; $a->strings['Description:'] = 'Tuairisgeul:'; +$a->strings['Groups:'] = 'Buidhnean:'; +$a->strings['View profile as:'] = 'Seall a’ phròifil mar:'; +$a->strings['View as'] = 'Seall mar'; +$a->strings['Profile unavailable.'] = 'Chan eil a’ phròifil ri fhaighinn.'; +$a->strings['Invalid locator'] = 'Lorgaire mì-dhligheach'; +$a->strings['The provided profile link doesn\'t seem to be valid'] = 'Chan eil coltas dligheach air ceangal na pròifil a chaidh a sholar'; $a->strings['Unable to check your home location.'] = 'Cha b’ urrainn dhuinn sùil a thoir air ionad do dhachaigh.'; $a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Chaidh thu thairis air àireamh nan teachdaireachdan-balla làitheil dha %s. Dh’fhàillig leis an teachdaireachd.'; $a->strings['If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'] = 'Nam bu mhiann leat gum freagair %s, dearbh gun ceadaich roghainnean prìobhaideachd na làraich agad puist-d phrìobhaideach o sheòladairean nach aithne dhut.'; $a->strings['This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.'] = 'Chlàradh na tha ceadaichte de chunntasan ùra air an làrach seo an-diugh. Feuch ris a-rithist a-màireach.'; $a->strings['Import'] = 'Ion-phortaich'; +$a->strings['Your registration is pending approval by the site owner.'] = 'Tha an clàradh agad a’ feitheamh air aontachadh o shealbhadair na làraich.'; $a->strings['You must be logged in to use this module.'] = 'Feumaidh tu clàradh a-steach mus urrainn dhut am mòideal seo a chleachdadh.'; $a->strings['Relocate message has been send to your contacts'] = 'Chaidh teachdaireachd mun imrich a chur dhan luchd-aithne agad'; +$a->strings['Account for a regular personal profile that requires manual approval of "Friends" and "Followers".'] = 'Cunntas do phròifil phearsanta àbhaisteach a dh’iarras aontachadh a làimh air “Caraidean” is “Luchd-leantainn”.'; +$a->strings['Requires manual approval of contact requests.'] = 'Feumaidh tu aontachadh ri iarrtasan luchd-aithne a làimh.'; $a->strings['Your profile will also be published in the global friendica directories (e.g. %s).'] = 'Thèid a’ phròifil agad fhoillseachadh sna h-eòlairean cho-naisgte aig Friendica cuideachd (m.e. %s).'; $a->strings['Allow your profile to be searchable globally?'] = 'An gabh a’ phròifil agad a lorg gu co-naisgte?'; $a->strings['Your contacts may write posts on your profile wall. These posts will be distributed to your contacts'] = '’S urrainn dhan luchd-aithne agad postaichean a sgrìobhadh air balla do phròifile. Thèid na postaichean sin a sgaoileadh dhan luchd-aithne agad'; $a->strings['Expire starred posts'] = 'Falbhaidh an ùine air postaichean le rionnag riutha'; $a->strings['Starring posts keeps them from being expired. That behaviour is overwritten by this setting.'] = 'Nuair a bhios rionnag ri post, chan fhalbh an ùine orra. Sgrìobhaidh an roghainn seo thairis air a’ ghiùlan sin.'; +$a->strings['You receive an introduction'] = 'Fhuair thu cur an aithne'; +$a->strings['Your introductions are confirmed'] = 'Chaidh na cuir an aithne agad a dhearbhadh'; $a->strings['Someone liked your content'] = '’S toigh le cuideigin an t-susbaint agad'; $a->strings['Someone shared your content'] = 'Cho-roinn cuideigin an t-susbaint agad'; $a->strings['Someone commented in a thread where you interacted'] = 'Chuir cuideigin beachd ri snàithlean san do rinn thu co-luadar'; @@ -1879,6 +2253,7 @@ $a->strings['Enable simple text shortening'] = 'Cuir an comas giorrachadh teacsa $a->strings['Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'] = 'Mar as àbhaist, giorraichidh an siostam na postaichean aig an ath earrann. Ma tha an roghainn seo an comas, giorraichidh an siostam an teacsa aig crìoch nan caractaran ceadaichte.'; $a->strings['Attach the link title'] = 'Cuir tiotal a’ cheangail ris'; $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.'] = 'Nuair a bhios seo an gnìomh, thèid tiotal a’ cheangail a chur ris mar tiotal air postaichean gu diaspora*. Tha seo as fheumaile dhan luchd-aithne “remote-self” a cho-roinneas susbaint inbhir.'; +$a->strings['When activated, added links at the end of the post react the same way as added links in the web interface.'] = 'Nuair a bhios seo an gnìomh, bidh an t-aon ghiùlan aig ceanglaichean a thèid a chur ri bonn puist ’s a tha aig ceanglaichean a thèid a chur ris san eadar-aghaidh-lìn.'; $a->strings['Your legacy ActivityPub/GNU Social account'] = 'An cunntas ActivityPub/GNU Social dìleabach agad'; $a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'Ma chuireas tu ainm seann-chunntais ris o shiostam stèidhichte air ActivityPub no ainm do chunntais GNU Social/Statusnet an-seo (san fhòrmat cleachdaiche@àrainn.tld), thèid an luchd-aithne agad a chur ris gu fèin-obrachail. Thèid an raon fhalamhachadh nuair a bhios sin deiseil.'; $a->strings['Repair OStatus subscriptions'] = 'Càraich fo-sgrìobhaidhean OStatus'; @@ -1895,6 +2270,21 @@ $a->strings['Send public posts to all email contacts:'] = 'Cuir postaichean pobl $a->strings['Action after import:'] = 'Gnìomh às dèid an ion-phortaidh:'; $a->strings['Move to folder'] = 'Gluais gu pasgan'; $a->strings['Move to folder:'] = 'Gluais gu pasgan:'; +$a->strings['Delegation successfully granted.'] = 'Chaidh neach-ionaid a dhèanamh dheth.'; +$a->strings['Delegation successfully revoked.'] = 'Chaidh ceadan neach-ionaid a thoirt air falbh.'; +$a->strings['Delegated administrators can view but not change delegation permissions.'] = 'Chì rianairean a tha ’nan luchd-ionaid na ceadan ach chan urrainn dhaibh an atharrachadh.'; +$a->strings['Delegate user not found.'] = 'Cha deach cleachdaiche an neach-ionaid a lorg.'; +$a->strings['Register additional accounts that are automatically connected to your existing account so you can manage them from this account.'] = 'Clàraich cunntasan a bharrachd a thèid a cho-cheangal ris a’ chunntas làithreach agad ach an urrainn dhut an stiùireadh on chunntas seo.'; +$a->strings['Delegates'] = 'Luchd-ionaid'; +$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.'] = '’S urrainn dhan luchd-ionaid nì sam bith mun chunntas/duilleag seo a stiùireadh ach roghainnean bunaiteach a’ chunntais. Na dèan neach-ionaid dhan chunntas phearsanta agad de dhuine sam bith anns nach eil làn-earbsa agad.'; +$a->strings['Existing Page Delegates'] = 'Luchd-ionaid làithreach na duilleige'; +$a->strings['Potential Delegates'] = 'Tagraichean luchd-ionaid'; +$a->strings['The theme you chose isn\'t available.'] = 'Chan eil an t-ùrlar a thagh thu ri fhaighinn.'; +$a->strings['General Theme Settings'] = 'Roghainnean coitcheann an ùrlair'; +$a->strings['Custom Theme Settings'] = 'Roghainnean gnàthaichte an ùrlair'; +$a->strings['Theme settings'] = 'Roghainnean an ùrlair'; +$a->strings['Display Theme:'] = 'Ùrlar taisbeanaidh:'; +$a->strings['Mobile Theme:'] = 'Ùrlar mobile:'; $a->strings['Display the Dislike feature'] = 'Seall an gleus “Cha toigh leam seo”'; $a->strings['Display the Dislike button and dislike reactions on posts and comments.'] = 'Seall am putan “Cha toigh leam seo” agus freagairtean “Cha toigh leam seo” air postaichean is beachdan.'; $a->strings['Display the resharer'] = 'Seall cò rinn an co-roinneadh'; @@ -1909,7 +2299,15 @@ $a->strings['The user id is %d'] = '’S e %d ID a’ chleachdaiche'; $a->strings['Remove My Account'] = 'Thoir air falbh an cunntas agam'; $a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Bheir seo air falbh an cunntas agad gu tur. Nuair a bhios sin air a thachairt, cha ghabh aiseag.'; $a->strings['Please enter your password for verification:'] = 'Cuir a-steach am facal-faire agad airson a dhearbhadh:'; +$a->strings['Manage app-specific passwords'] = 'Stiùir na faclan-faire sònraichte do dh’aplacaidean'; +$a->strings['Manage trusted browsers'] = 'Stiùir brabhsairean earbsach'; $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.'] = 'Aig àm a’ chlàraidh agus a chùm conaltraidh eadar cunntas a’ chleachdaiche ’s an luchd-aithne aca, feumaidh an cleachdaiche ainm taisbeanaidh (ainm-pinn), ainm-cleachdaiche (far-ainm) agus seòladh puist-d a tha ag obair a thoirt seachad. Gabhaidh na h-ainmean inntrigeadh air duilleag pròifil a’ chunntais le duine sam bith a thadhlas air an duilleag, fiù mura dèid fiosrachadh eile na pròifil a shealltainn. Cha dèid an seòladh puist-d a chleachdadh ach airson brathan a chur dhan chleachdaiche mu co-luadar agus cha dèid a shealltainn gu poblach. Tha cur a’ chunntais ri liosta nan cleachdaichean ann an eòlaire an nòid no san eòlaire cho-naisgte roghainneil agus gabhaidh sin a shuidheachadh ann an roghainnean a’ chleachdaiche; chan eil e riatanach dhan chonaltradh.'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Chan eil am an nì a dh’iarr thu ann no chaidh a sguabadh às.'; +$a->strings['You are now logged in as %s'] = 'Tha thu air do chlàradh a-steach mar %s'; +$a->strings['Switch between your accounts'] = 'Geàrr leum eadar na cunntasan agad'; +$a->strings['Manage your accounts'] = 'Stiùirich na cunntasan agad'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Geàrr leum eadar dearbh-aithnean no duilleagan coimhearsnachd/buidhinn a tha a’ co-roinneadh fiosrachadh a’ chunntais agad no a fhuair thu ceadan “stiùir” dhaibh'; +$a->strings['Select an identity to manage: '] = 'Tagh dearbh-aithne ri stiùireadh: '; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'Chan fhaod ach rianairean cleachdaichean ion-phortadh gu frithealaichean dùinte.'; $a->strings['Move account'] = 'Imrich an cunntas'; $a->strings['You can import an account from another Friendica server.'] = '’S urrainn dhut cunntas ion-phortadh o fhrithealaiche Friendica eile.'; @@ -1932,10 +2330,12 @@ $a->strings['Done. You can now login with your username and password'] = 'Deisei $a->strings['Getting Started'] = 'Toiseach tòiseachaidh'; $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.'] = 'Air an duilleag grad-tòiseachaidh agad – gheibh thu facal-toisich air tabaichean na pròifile ’s an lìonraidh agad, ’s urrainn dhut dàimhean ùra a stèidheachadh is gheibh thu lorg air buidhnean ùra airson ballrachd fhaighinn annta.'; $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'] = 'Cuir a-steach fiosrachadh inntrigidh dhan phost-d agad air duilleag roghainnean nan ceangladairean agad ma tha thu airson ion-phortadh is co-luadar le caraidean no liostaichean-phuist o BHOGSA a-STEACH a’ phuist-d agad'; -$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.'] = 'Nuair a bhios caraid no dhà agad, cuir rian orra ann am buidhnean conaltraidh prìobhaideach o bhàr-taobh duilleag an luchd-aithne agad agus ’s urrainn dhut co-luadar leis gach buidheann gu prìobhaideach air duilleag an lìonraidh agad an uairsin.'; $a->strings['{0} has started following you'] = 'Tha {0} a’ leantainn ort a-nis'; $a->strings['%s liked %s\'s post'] = 'Is toigh le %s am post aig %s'; $a->strings['%s disliked %s\'s post'] = 'Cha toigh le %s am post aig %s'; +$a->strings['%s is attending %s\'s event'] = 'Bidh %s an làthair aig an tachartas aig %s'; +$a->strings['%s is not attending %s\'s event'] = 'Cha bhi %s an làthair aig an tachartas aig %s'; +$a->strings['%s may attending %s\'s event'] = '’S dòcha gum bi %s an làthair aig an tachartas aig %s'; $a->strings['%1$s has started following you'] = 'Tha %1$s a’ leantainn ort a-nis'; $a->strings['%1$s liked your comment on %2$s'] = '’S toigh le %1$s do bheachd air %2$s'; $a->strings['%1$s liked your post %2$s'] = 'Is toigh le %1$s am post %2$s'; @@ -1947,6 +2347,9 @@ $a->strings['%1$s shared the post %2$s from %3$s'] = 'Cho-roinn %1$s am post %2$ $a->strings['%1$s shared a post from %3$s'] = 'Cho-roinn %1$s post o %3$s'; $a->strings['%1$s shared the post %2$s'] = 'Cho-roinn %1$s am post %2$s'; $a->strings['%1$s shared a post'] = 'Cho-roinn %1$s post'; +$a->strings['%1$s wants to attend your event %2$s'] = 'Bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad'; +$a->strings['%1$s does not want to attend your event %2$s'] = 'Cha bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad'; +$a->strings['%1$s maybe wants to attend your event %2$s'] = '’S dòcha gum bu mhath le %1$s a bhith an làthair aig an tachartas %2$s agad'; $a->strings['[Friendica:Notify]'] = '[Friendica:Brath]'; $a->strings['%1$s sent you a new private message at %2$s.'] = 'Chuir %1$s teachdaireachd phrìobhaideach ùr thugad aig %2$s.'; $a->strings['a private message'] = 'teachdaireachd phrìobhaideach'; @@ -1956,6 +2359,10 @@ $a->strings['%s commented on an item/conversation you have been following.'] = ' $a->strings['Please visit %s to view and/or reply to the conversation.'] = 'Tadhail air %s a shealltainn agus/no a’ freagairt dhan chòmhradh.'; $a->strings['%1$s posted to your profile wall at %2$s'] = 'Chuir %1$s post ri balla na pròifil agad aig %2$s'; $a->strings['%1$s posted to [url=%2$s]your wall[/url]'] = 'Chuir %1$s post ris [url=%2$s]a’ bhalla agad[/url]'; +$a->strings['%s Introduction received'] = '%s Fhuair thu cur an aithne'; +$a->strings['You\'ve received an introduction from \'%1$s\' at %2$s'] = 'Fhuair thu cur an aithne o “%1$s” aig %2$s'; +$a->strings['You\'ve received [url=%1$s]an introduction[/url] from %2$s.'] = 'Fhuair thu [url=%1$s]cur an aithne[/url] o %2$s.'; +$a->strings['Please visit %s to approve or reject the introduction.'] = 'Tadhail air %s a ghabhail ris no a dhiùltadh a’ chuir an aithne.'; $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.'] = 'Ghabh “%1$s” riut ’nad dhealasach is cuingichidh sin an conaltradh – can teachdaireachdan prìobhaideach is cuid dhen cho-luadar air a’ phròifil. Mas e duilleag cuideigin chliùitich no duilleag coimhearsnachd a th’ ann, chaidh na roghainnean seo a chur an sàs gu fèin-obrachail.'; $a->strings['%s %s shared a new post'] = 'Cho-roinn %s%s post ùr'; $a->strings['Private Message'] = 'Teachdaireachd phrìobhaideach'; @@ -1999,4 +2406,79 @@ $a->strings['Wall-to-Wall'] = 'Balla gu balla'; $a->strings['via Wall-To-Wall:'] = 'slighe balla bu balla:'; $a->strings['Reply to %s'] = 'Freagair gu %s'; $a->strings['More'] = 'Barrachd'; +$a->strings['%d comment'] = [ + 0 => '%d bheachd', + 1 => '%d bheachd', + 2 => '%d beachdan', + 3 => '%d beachd', +]; +$a->strings['Show more'] = 'Seall barrachd dheth'; +$a->strings['Show fewer'] = 'Seall nas lugha dheth'; +$a->strings['Reshared by: %s'] = '’Ga cho-roinneadh le: %s '; +$a->strings['Viewed by: %s'] = 'Air a choimhead air le: %s'; +$a->strings['Liked by: %s'] = '’S toil le %s seo'; +$a->strings['Disliked by: %s'] = 'Cha toil le %s seo'; +$a->strings['Attended by: %s'] = 'An làthair: %s'; +$a->strings['Maybe attended by: %s'] = 'An làthair ’s dòcha: %s'; +$a->strings['Not attended by: %s'] = 'Gun a bhith an làthair: %s'; +$a->strings['Reacted with %s by: %s'] = 'Chaidh freagairt le %s le: %s'; +$a->strings['(no subject)'] = '(gun chuspair)'; +$a->strings['%s is now following %s.'] = 'Tha %s a’ leantainn %s a-nis.'; +$a->strings['%s stopped following %s.'] = 'Chan eil %s a’ leantainn %s tuilleadh.'; +$a->strings['The folder %s must be writable by webserver.'] = 'Ceumaidh cead sgrìobhaidh dhan phasgan %s a bhith aig an fhrithealaiche-lìn.'; +$a->strings['Login failed.'] = 'Dh’fhàillig leis a’ chlàradh a-steach.'; +$a->strings['Login failed. Please check your credentials.'] = 'Dh’fhàillig leis a’ chlàradh a-steach. Thoir sùil air an teisteas agad.'; +$a->strings['Welcome %s'] = 'Fàilte ort, %s'; +$a->strings['Please upload a profile photo.'] = 'An luchdaich thu suas dealbh pròifile?'; +$a->strings['Friendica Notification'] = 'Brath Friendica'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, rianaire %2$s'; +$a->strings['%s Administrator'] = 'Rianaire %s'; +$a->strings['thanks'] = 'mòran taing'; +$a->strings['YYYY-MM-DD or MM-DD'] = 'YYYY-MM-DD no MM-DD'; +$a->strings['Time zone: %s Change in Settings'] = 'Roinn-tìde: %s Atharraich i sna roghainnean'; +$a->strings['never'] = 'chan ann idir'; +$a->strings['less than a second ago'] = 'nas lugha na diog air ais'; +$a->strings['year'] = 'bhliadhna'; +$a->strings['years'] = 'bliadhna(ichean)'; +$a->strings['months'] = 'mìos(an)'; +$a->strings['weeks'] = 'seachdain(ean)'; +$a->strings['days'] = 'là(ithean)'; +$a->strings['hour'] = 'uair a thìde'; +$a->strings['hours'] = 'uair(ean) a thìde'; +$a->strings['minute'] = 'mhionaid'; +$a->strings['minutes'] = 'mionaid(ean)'; +$a->strings['second'] = 'dhiog'; +$a->strings['seconds'] = 'diog(an)'; +$a->strings['in %1$d %2$s'] = 'an ceann %1$d %2$s'; +$a->strings['%1$d %2$s ago'] = '%1$d %2$s air ais'; +$a->strings['Notification from Friendica'] = 'Brath o Friendica'; +$a->strings['Empty Post'] = 'Post falamh'; +$a->strings['default'] = 'bunaiteach'; +$a->strings['Variations'] = 'Fiamhan'; +$a->strings['Light (Accented)'] = 'Soilleir (soilleirichte)'; +$a->strings['Dark (Accented)'] = 'Dorcha (soilleirichte)'; +$a->strings['Black (Accented)'] = 'Dubh (soilleirichte)'; +$a->strings['Note'] = 'An aire'; +$a->strings['Check image permissions if all users are allowed to see the image'] = 'Thoir sùil air ceadan an deilbh ma dh’fhaodas a h-uile cleachdaiche an dealbh fhaicinn'; +$a->strings['Custom'] = 'Gnàthaichte'; +$a->strings['Legacy'] = 'Dìleabach'; +$a->strings['Accented'] = 'Soilleirichte'; +$a->strings['Select color scheme'] = 'Tagh sgeama nan dathan'; +$a->strings['Select scheme accent'] = 'Tagh soilleireachadh an sgeama'; +$a->strings['Blue'] = 'Gorm'; +$a->strings['Red'] = 'Dearg'; +$a->strings['Purple'] = 'Purpaidh'; +$a->strings['Green'] = 'Uaine'; +$a->strings['Pink'] = 'Pinc'; +$a->strings['Copy or paste schemestring'] = 'Dèan lethbhreac no cuir ann sreang sgeama'; +$a->strings['You can copy this string to share your theme with others. Pasting here applies the schemestring'] = '’S urrainn dhut lethbhreac dhen t-sreang seo a dhèanamh airson an t-ùrlar agad a cho-roinneadh le càch. Nuair a chuireas tu rud ann an-seo, thèid sreang an sgeama a chur an sàs'; +$a->strings['Navigation bar background color'] = 'Dath cùlaibh bàr na seòladaireachd'; +$a->strings['Navigation bar icon color '] = 'Dath ìomhaigheagan bàr na seòladaireachd '; +$a->strings['Link color'] = 'Dath nan ceanglaichean'; +$a->strings['Set the background color'] = 'Suidhich dath a’ chùlaibh'; +$a->strings['Content background opacity'] = 'Trìd-dhoilleireachd cùlaibh na susbainte'; +$a->strings['Set the background image'] = 'Suidhich dealbh a’ chùlaibh'; +$a->strings['Background image style'] = 'Stoidhle dealbh a’ chùlaibh'; +$a->strings['Always open Compose page'] = 'Fosgail duilleag an sgrìobhaidh an-còmhnaidh'; +$a->strings['Leave background image and color empty for theme defaults'] = 'Fàg dealbh ’s dath a’ chùlaibh bàn do bhun-roghainnean an ùrlair'; $a->strings['Quick Start'] = 'Grad-tòiseachadh'; diff --git a/view/lang/hu/messages.po b/view/lang/hu/messages.po index acd95d565d..0d4e9e614f 100644 --- a/view/lang/hu/messages.po +++ b/view/lang/hu/messages.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-12 07:57+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Balázs Úr, 2020-2023\n" "Language-Team: Hungarian (http://app.transifex.com/Friendica/friendica/language/hu/)\n" @@ -38,29 +38,29 @@ msgstr "Az elem nem lett eltárolva." msgid "Item couldn't be fetched." msgstr "Az elemet nem sikerült lekérni." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Az üres bejegyzés elvetve." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Az elem nem található." -#: mod/item.php:435 mod/message.php:67 mod/message.php:113 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -71,17 +71,18 @@ msgstr "Az elem nem található." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Hozzáférés megtagadva." @@ -219,7 +220,7 @@ msgstr "\n\t\t\tA bejelentkezés részletei a következők:\n\n\t\t\tOldal címe msgid "Your password has been changed at %s" msgstr "A jelszava meg lett változtatva itt: %s" -#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Új üzenet" @@ -245,7 +246,7 @@ msgstr "Üzenet-összegyűjtési hiba." msgid "Discard" msgstr "Elvetés" -#: mod/message.php:135 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Üzenetek" @@ -281,7 +282,7 @@ msgstr "Tárgy:" msgid "Your message:" msgstr "Az üzenete:" -#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Fénykép feltöltése" @@ -291,29 +292,35 @@ msgstr "Fénykép feltöltése" msgid "Insert web link" msgstr "Webhivatkozás beszúrása" -#: mod/message.php:201 mod/message.php:357 mod/photos.php:1291 -#: src/Content/Conversation.php:390 src/Content/Conversation.php:734 -#: src/Module/Item/Compose.php:205 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Kis türelmet" -#: mod/message.php:202 mod/message.php:356 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Elküldés" @@ -377,14 +384,14 @@ msgstr "Személyes jegyzetek" msgid "Personal notes are visible only by yourself." msgstr "A személyes jegyzetek csak az Ön számára láthatók." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Mentés" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -396,22 +403,22 @@ msgid "User not found." msgstr "A felhasználó nem található." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:381 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Fényképalbumok" -#: mod/photos.php:107 src/Module/Profile/Photos.php:382 -#: src/Module/Profile/Photos.php:402 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Legutóbbi fényképek" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:384 -#: src/Module/Profile/Photos.php:404 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Új fényképek feltöltése" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:365 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "mindenki" @@ -423,72 +430,72 @@ msgstr "A partner információi nem érhetők el" msgid "Album not found." msgstr "Az album nem található." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Az album sikeresen törölve" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Az album üres volt." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Nem sikerült törölni a fényképet." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "egy fényképen" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s meg lett jelölve %2$s %3$s által" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:297 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Nyilvános hozzáférés megtagadva." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Nincsenek fényképek kijelölve" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "A legnagyobb elfogadott képméret %s" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Fényképek feltöltése" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Új album neve: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "vagy meglévő album kiválasztása:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Ne jelenítsen meg állapotbejegyzést ehhez a feltöltéshez" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:392 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 #: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Jogosultságok" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Valóban törölni szeretné ezt a fényképalbumot és az összes fényképét?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Album törlése" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:408 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -498,156 +505,158 @@ msgstr "Album törlése" msgid "Cancel" msgstr "Mégse" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Album szerkesztése" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Album eldobása" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Legújabb megjelenítése először" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Legrégebbi megjelenítése először" -#: mod/photos.php:852 src/Module/Profile/Photos.php:352 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Fénykép megtekintése" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Hozzáférés megtagadva. Az elemhez való hozzáférés korlátozva lehet." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "A fénykép nem érhető el" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Valóban törölni szeretné ezt a fényképet?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Fénykép törlése" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Fénykép megtekintése" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Fénykép szerkesztése" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Fénykép törlése" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Használat profilfényképként" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Személyes fénykép" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Teljes méret megtekintése" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Címkék: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Eltávolítandó címkék kiválasztása]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Új album neve" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Felirat" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Címke hozzáadása" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Példa: @bob, @Barbara_Jensen, @jim@example.com, #Budapest, #kemping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Ne forgassa el" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Forgatás jobbra" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Forgatás balra" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Ez Ön" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Hozzászólás" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:405 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:200 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1075 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Előnézet" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Betöltés…" -#: mod/photos.php:1226 src/Content/Conversation.php:650 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Kiválasztás" -#: mod/photos.php:1227 src/Content/Conversation.php:651 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Törlés" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Tetszik" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Ezt kedvelem (átváltás)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Nem tetszik" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Ezt nem kedvelem (átváltás)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Térkép" @@ -655,97 +664,112 @@ msgstr "Térkép" msgid "No system theme config value set." msgstr "Nincs rendszertéma beállítási érték megadva." -#: src/App.php:577 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Elnézést, de a weboldal jelenleg nem érhető el." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Törli ezt az elemet?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Tiltja ezt a szerzőt? Nem lesz képes követni Önt, és a nyilvános bejegyzéseit sem látja, valamint Ön sem lesz képes megtekinteni az ő bejegyzéseit és értesítéseit." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "Mellőzi ezt a szerzőt? Nem lesz képes megtekinteni az ő bejegyzéseit és értesítéseit." -#: src/App/Page.php:251 +#: src/App/Page.php:252 +msgid "Collapse this author's posts?" +msgstr "Összecsukja ennek a szerzőnek a bejegyzéseit?" + +#: src/App/Page.php:253 +msgid "Ignore this author's server?" +msgstr "Mellőzi ennek a szerzőnek a kiszolgálóját?" + +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "Nem fog látni semmilyen tartalmat erről a kiszolgálóról, beleértve a hálózat oldalon, a közösségi oldalakon és az egyéni beszélgetésekben lévő újra megosztásokat is." + +#: src/App/Page.php:256 msgid "Like not successful" msgstr "A kedvelés sikertelen" -#: src/App/Page.php:252 +#: src/App/Page.php:257 msgid "Dislike not successful" msgstr "A nem kedvelés sikertelen" -#: src/App/Page.php:253 +#: src/App/Page.php:258 msgid "Sharing not successful" msgstr "A megosztás sikertelen" -#: src/App/Page.php:254 +#: src/App/Page.php:259 msgid "Attendance unsuccessful" msgstr "A részvétel sikertelen" -#: src/App/Page.php:255 +#: src/App/Page.php:260 msgid "Backend error" msgstr "Háttérprogram hiba" -#: src/App/Page.php:256 +#: src/App/Page.php:261 msgid "Network error" msgstr "Hálózati hiba" -#: src/App/Page.php:259 +#: src/App/Page.php:264 msgid "Drop files here to upload" msgstr "Dobja ide a fájlokat a feltöltéséhez" -#: src/App/Page.php:260 +#: src/App/Page.php:265 msgid "Your browser does not support drag and drop file uploads." msgstr "A böngészője nem támogatja a fogd és vidd fájlfeltöltéseket." -#: src/App/Page.php:261 +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "Használja az alábbi tartalék űrlapot a fájlok feltöltéséhez, mint a régi időkben." -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "A fájl túl nagy ({{filesize}} MiB). A legnagyobb fájlméret: {{maxFilesize}} MiB." -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "Nem tud ilyen típusú fájlokat feltölteni." -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "A kiszolgáló {{statusCode}} állapotkóddal válaszolt." -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "Feltöltés megszakítása" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "A feltöltés megszakítva." -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "Biztosan meg szeretné szakítani ezt a feltöltést?" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "Fájl eltávolítása" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "Nem tud több fájlt feltölteni." -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "váltás mobilra" @@ -762,33 +786,34 @@ msgstr "Az oldal nem található." msgid "You must be logged in to use addons. " msgstr "Bejelentkezve kell lennie a bővítmények használatához." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "Az űrlap biztonsági tokenje nem volt helyes. Ez valószínűleg azért történt, mert az űrlapot túl hosszan tartották nyitva (>3 óra), mielőtt elküldték volna." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Összes partner" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Követők" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Követés" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Kölcsönösen ismerősök" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Közös" @@ -938,7 +963,7 @@ msgstr "Az összes függőben lévő bejegyzésfrissítés kész." msgid "Enter user nickname: " msgstr "Felhasználó becenevének megadása: " -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1113,372 +1138,504 @@ msgstr "pnut" msgid "Tumblr" msgstr "Tumblr" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (ezen keresztül: %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "és" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "és %d más személy" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." msgstr[0] "%2$s kedveli ezt." msgstr[1] "%2$s kedveli ezt." -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." msgstr[0] "%2$s nem kedveli ezt." msgstr[1] "%2$s nem kedveli ezt." -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." msgstr[0] "%2$s részt vesz." msgstr[1] "%2$s részt vesz." -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." msgstr[0] "%2$s nem vesz részt." msgstr[1] "%2$s nem vesz részt." -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." msgstr[0] "%2$s talán részt vesz." msgstr[1] "%2$s talán részt vesz." -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." msgstr[0] "%2$s újra megosztotta ezt." msgstr[1] "%2$s újra megosztotta ezt." -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] " kedveli ezt" msgstr[1] " kedveli ezt" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" msgstr[0] " nem kedveli ezt" msgstr[1] " nem kedveli ezt" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] " részt vesz" msgstr[1] " részt vesz" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] " nem vesz részt" msgstr[1] " nem vesz részt" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] " talán részt vesz" msgstr[1] " talán részt vesz" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] " újra megosztotta ezt" msgstr[1] " újra megosztotta ezt" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Látható mindenkinek" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:199 -#: src/Object/Post.php:1074 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Írjon be egy kép, videó, hang vagy weboldal URL-t:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Címkézési kifejezés:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Mentés mappába:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Hol van most éppen?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Törli az elemeket?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Létrehozva" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Új bejegyzés" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Megosztás" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "fénykép feltöltése" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Fájl csatolása" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "fájl csatolása" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Félkövér" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Dőlt" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Aláhúzott" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Idézet" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 msgid "Add emojis" msgstr "Emodzsik hozzáadása" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1070 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "Tartalom figyelmeztetés" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Kód" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Object/Post.php:1071 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Kép" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Hivatkozás" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:198 -#: src/Module/Post/Edit.php:178 src/Object/Post.php:1073 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Hivatkozás vagy média" -#: src/Content/Conversation.php:373 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Videó" -#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:201 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Az Ön helyének beállítása" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "hely beállítása" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Böngésző helyének törlése" -#: src/Content/Conversation.php:377 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "hely törlése" -#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Cím beállítása" -#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:207 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategóriák (vesszővel elválasztott lista)" -#: src/Content/Conversation.php:386 src/Module/Item/Compose.php:223 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Ütemezve ekkor" -#: src/Content/Conversation.php:391 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Jogosultsági beállítások" -#: src/Content/Conversation.php:401 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Nyilvános bejegyzés" -#: src/Content/Conversation.php:415 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 #: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Üzenet" -#: src/Content/Conversation.php:416 src/Module/Post/Edit.php:182 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Böngésző" -#: src/Content/Conversation.php:418 src/Module/Post/Edit.php:185 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Írás oldal megnyitása" -#: src/Content/Conversation.php:678 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Kitűzött elem" - -#: src/Content/Conversation.php:694 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "%s profiljának megtekintése ezen: %s" - -#: src/Content/Conversation.php:707 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Kategóriák:" - -#: src/Content/Conversation.php:708 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Iktatva itt:" - -#: src/Content/Conversation.php:716 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s tőle: %s" - -#: src/Content/Conversation.php:732 -msgid "View in context" -msgstr "Megtekintés környezetben" - -#: src/Content/Conversation.php:797 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "eltávolítás" -#: src/Content/Conversation.php:801 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Kijelölt elemek törlése" -#: src/Content/Conversation.php:866 src/Content/Conversation.php:869 -#: src/Content/Conversation.php:872 src/Content/Conversation.php:875 -#: src/Content/Conversation.php:878 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "Önt megszólították (%s)." -#: src/Content/Conversation.php:881 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Ön követi őt: %s." -#: src/Content/Conversation.php:884 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "Ön feliratkozott erre: %s." + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "Ön feliratkozott egy vagy több címkére ebben a bejegyzésben." -#: src/Content/Conversation.php:897 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s újra megosztotta ezt." -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Újra megosztva" -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "%s <%s> újra megosztotta" -#: src/Content/Conversation.php:902 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s részt vesz ebben a szálban." -#: src/Content/Conversation.php:905 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "Általános okokból tárolva" -#: src/Content/Conversation.php:908 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "Globális bejegyzés" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "Elküldve egy továbbító kiszolgálón keresztül" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "Elküldve a(z) %s <%s> továbbító kiszolgálón keresztül" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Lekérve" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Lekérve %s <%s> miatt" -#: src/Content/Conversation.php:917 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "Eltárolva egy gyermekbejegyzés miatt, hogy befejezze ezt a szálat." -#: src/Content/Conversation.php:920 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "Helyi kézbesítés" -#: src/Content/Conversation.php:923 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Eltárolva az Ön tevékenysége miatt (kedvelés, hozzászólás, csillagozás stb.)" -#: src/Content/Conversation.php:926 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "Elosztott" -#: src/Content/Conversation.php:929 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "Leküldve nekünk" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Kitűzött elem" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "%s profiljának megtekintése ezen: %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategóriák:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Iktatva itt:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s tőle: %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Megtekintés környezetben" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "Önnek" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "Azoktól a partnerektől származó bejegyzések, akikkel kapcsolatba kerül és akik kapcsolatba kerülnek Önnel" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "Mi a menő" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "Sok interakcióval rendelkező bejegyzések" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "Bejegyzések ebben: %s" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "Az olyan követőitől származó bejegyzések, akiket nem követ" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "Megosztók megosztói" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "Az Ön által követett fiókok által követett fiókokból származó bejegyzések" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "Képek" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "Képekkel rendelkező bejegyzések" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "Hang" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "Hanggal rendelkező bejegyzések" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "Videók" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "Videókkal rendelkező bejegyzések" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Helyi közösség" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Bejegyzések a kiszolgálón lévő helyi felhasználóktól" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Globális közösség" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Bejegyzések a teljes föderált hálózat felhasználóitól" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Legutóbbi tevékenység" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Rendezés a legutóbbi tevékenység szerint" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Legutóbbi bejegyzések" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Rendezés a bejegyzés érkezési dátuma szerint" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Legutóbbi létrehozás" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Rendezés a bejegyzés létrehozási dátuma szerint" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Személyes" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Bejegyzések, amelyek említik vagy tartalmazzák Önt" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Csillagozott" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Kedvenc bejegyzések" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Általános funkciók" @@ -1508,13 +1665,13 @@ msgid "Post Composition Features" msgstr "Bejegyzés-összeállítási funkciók" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Fórumok automatikus említése" +msgid "Auto-mention Groups" +msgstr "Csoportok automatikus említése" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Említés hozzáadása vagy eltávolítása, ha egy fórumoldalt kiválasztanak vagy megszüntetik a kiválasztását az ACL ablakokban." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "Említés hozzáadása vagy eltávolítása, ha egy csoportoldalt kiválasztanak vagy megszüntetik a kiválasztását az ACL ablakokban." #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1554,12 +1711,12 @@ msgid "Advanced Profile Settings" msgstr "Speciális profilbeállítások" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Fórumok felsorolása" +msgid "List Groups" +msgstr "Csoportok felsorolása" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Nyilvános közösségi fórumok megjelenítése a látogatóknak a speciális profiloldalon." +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "Nyilvános csoportok megjelenítése a látogatóknak a speciális profiloldalon." #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1591,385 +1748,396 @@ msgid "" "Contact birthday events are private to you." msgstr "Lehetővé teszi a névtelen látogatók számára a naptára és a nyilvános eseményei megtekintését. A partner születésnapi eseményei az Ön számára magánjellegűek." -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Fórumok" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "Csoportok" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Külső hivatkozás a fórumhoz" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "Külső hivatkozás a csoporthoz" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "kevesebb megjelenítése" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "több megjelenítése" -#: src/Content/Item.php:327 src/Model/Item.php:2927 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Új csoport létrehozása" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "esemény" -#: src/Content/Item.php:330 src/Content/Item.php:340 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "állapot" -#: src/Content/Item.php:336 src/Model/Item.php:2929 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "fénykép" -#: src/Content/Item.php:350 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s megjelölte %2$s %3$s vele: %4$s" -#: src/Content/Item.php:420 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Szál követése" -#: src/Content/Item.php:421 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Állapot megtekintése" -#: src/Content/Item.php:422 src/Content/Item.php:442 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Profil megtekintése" -#: src/Content/Item.php:423 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Fényképek megtekintése" -#: src/Content/Item.php:424 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Hálózati bejegyzések" -#: src/Content/Item.php:425 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Partner megtekintése" -#: src/Content/Item.php:426 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Személyes üzenet küldése" -#: src/Content/Item.php:427 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Tiltás" -#: src/Content/Item.php:428 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Mellőzés" -#: src/Content/Item.php:429 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "Összecsukás" -#: src/Content/Item.php:433 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "A(z) %s kiszolgáló mellőzése" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Nyelvek" -#: src/Content/Item.php:439 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 #: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Kapcsolódás vagy követés" -#: src/Content/Item.php:864 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "Nem lehet lekérni a felhasználót." -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Semmi új nincs itt" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Vissza" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Értesítések törlése" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@név, !fórum, #címkék, tartalom" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "@név, !csoport, #címkék, tartalom" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Kijelentkezés" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Munkamenet befejezése" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Bejelentkezés" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Bejelentkezés" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "Beszélgetések" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "Ön által elkezdett beszélgetések" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Az Ön profiloldala" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Fényképek" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Az Ön fényképei" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Média" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Az Ön médiával rendelkező beküldései" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Naptár" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "Az Ön naptára" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Személyes jegyzetek" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Az Ön személyes jegyzetei" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Kezdőlap" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Kezdőlap" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Regisztráció" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Fiók létrehozása" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Súgó" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Súgó és dokumentáció" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Alkalmazások" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Bővítményalkalmazások, segédprogramok és játékok" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Keresés" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Oldaltartalom keresése" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Teljes szöveg" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Címkék" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Partnerek" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Közösség" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Beszélgetések ezen és más kiszolgálókon" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Könyvtár" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Emberek könyvtár" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Információk" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Információk erről a Friendica példányról" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Használati feltételek" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Ezen Friendica példány használati feltételei" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Hálózat" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Ismerősökkel való beszélgetések" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Az Ön bejegyzései és beszélgetései" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Bemutatkozások" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Ismerőskérések" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Értesítések" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Összes értesítés megtekintése" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Megjelölés olvasottként" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Összes rendszerértesítés megjelölése olvasottként" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Személyes levél" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Beérkezett üzenetek" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Elküldött üzenetek" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Fiókok" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Más oldalak kezelése" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Beállítások" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Fiókbeállítások" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Ismerősök és partnerek kezelése vagy szerkesztése" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Adminisztráció" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Oldal beállítása és konfigurálás" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1977,23 +2145,23 @@ msgstr "Oldal beállítása és konfigurálás" msgid "Moderation" msgstr "Moderálás" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "Tartalom- és felhasználómoderálás" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigáció" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Oldaltérkép" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "A beágyazás letiltva" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Beágyazott tartalom" @@ -2013,51 +2181,51 @@ msgstr "következő" msgid "last" msgstr "utolsó" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Kép vagy fénykép" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3645 -#: src/Model/Item.php:3651 src/Model/Item.php:3652 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Hivatkozás a forráshoz" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Kattintson a megnyitáshoz vagy bezáráshoz" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 írta:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Titkosított tartalom" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Érvénytelen forrásprotokoll" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Érvénytelen hivatkozási protokoll" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "További bejegyzések betöltése…" -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Vége" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Követés" @@ -2096,7 +2264,7 @@ msgstr "Név vagy érdeklődés beírása" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Példák: Szabó János, Halászat" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 #: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Keresés" @@ -2127,75 +2295,89 @@ msgstr "Globális könyvtár" msgid "Local Directory" msgstr "Helyi könyvtár" -#: src/Content/Widget.php:215 src/Model/Group.php:596 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Csoportok" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "Körök" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Mindenki" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "Nincs kapcsolat" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Kapcsolatok" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Összes partner" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokollok" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Összes protokoll" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Mentett mappák" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Minden" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategóriák" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d partner közös" msgstr[1] "%d partner közös" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archívumok" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "Ezen a napon" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Személyek" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Szervezetek" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Hírek" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Fióktípusok" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Összes" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "Csatornák" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportálás" @@ -2242,41 +2424,56 @@ msgstr[1] "Népszerű címkék (legutóbbi %d óra)" msgid "More Trending Tags" msgstr "További népszerű címkék" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "Beküldés csoportba" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Említés" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Mátrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Hely:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Hálózat:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Követés megszüntetése" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "Csoport megtekintése" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Önmaga" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Kölcsönösen ismerősök" @@ -2285,7 +2482,7 @@ msgid "Post to Email" msgstr "Beküldés e-mailbe" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Nyilvános" @@ -2308,9 +2505,9 @@ msgstr "Ez a tartalom csak az első mezőben lévő embereknek fog megjelenni, k #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "Kezdje el gépelni egy partner vagy csoport nevét egy szűrt lista megjelenítéséhez. Megemlítheti a „Követők” és a „Kölcsönösen ismerősök” különleges csoportokat is." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "Kezdje el gépelni egy partner vagy kör nevét egy szűrt lista megjelenítéséhez. Megemlítheti a „Követők” és a „Kölcsönösen ismerősök” különleges köröket is." #: src/Core/ACL.php:325 msgid "Show to:" @@ -2418,394 +2615,418 @@ msgstr "Ha Windows alatt fut, akkor nézze meg a „http://www.php.net/manual/en msgid "Generate encryption keys" msgstr "Titkosítási kulcsok előállítása" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Hiba: az Apache webkiszolgáló mod-rewrite modulja szükséges, de nincs telepítve." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite modul" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Hiba: a PDO vagy a MySQLi PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Hiba: a PDO-hoz szükséges MySQL illesztőprogram nincs telepítve." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO vagy MySQLi PHP-modul" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Hiba: az XML PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "XML PHP-modul" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "libCurl PHP-modul" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Hiba: az libCURL PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "GD grafikai PHP-modul" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Hiba: a JPEG támogatással rendelkező GD grafikai PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "OpenSSL PHP-modul" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Hiba: az OpenSSL PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "mb_string PHP-modul" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Hiba: az mb_string PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "iconv PHP-modul" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Hiba: az iconv PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "POSIX PHP-modul" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Hiba: a POSIX PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Programvégrehajtási funkciók" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Hiba: a programvégrehajtási funkciók (proc_open) szükségesek, de nincsenek engedélyezve." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "JSON PHP-modul" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Hiba: a JSON PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Fájlinformációk PHP-modul" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Hiba: a fájlinformációk PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "GNU Multiple Precision PHP-modul" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "Hiba: a GNU Multiple Precision PHP-modul szükséges, de nincs telepítve." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "A webes telepítőnek képesnek kell lennie létrehozni egy „local.config.php” nevű fájlt a webkiszolgáló „config” mappájában, és ezt nem lehet megtenni." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "Ez leggyakrabban jogosultsági beállítás, mivel előfordulhat, hogy a webkiszolgáló nem képes fájlokat írni a mappájába, annak ellenére, hogy Ön tud." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "Ezen eljárás végén adni fogunk Önnek egy szöveget, hogy elmentse egy „local.config.php” nevű fájlba a Friendica „config” mappájában." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Alternatívaként kihagyhatja ezt az eljárást, és végezhet kézi telepítést. Az utasításokért nézze meg a „doc/INSTALL.txt” fájlt." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "a config/local.config.php írható" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "A Friendica a Smarty3 sablonmotort használja a webes nézetei megjelenítéséhez. A Smarty3 lefordítja a sablonokat PHP-ra a megjelenítés felgyorsításához." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "A lefordított sablonok tárolása érdekében a webkiszolgálónak írási hozzáférésre van szüksége a Friendica felső szintű mappája alatti „view/smarty3/” könyvtárhoz." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Biztosítsa, hogy a webkiszolgálót futtató felhasználónak (például www-data) legyen írási hozzáférése ehhez a mappához." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Megjegyzés: biztonsági intézkedésként csak a „view/smarty3/” mappához kell írási hozzáférést adnia a webkiszolgálónak, nem azokhoz a sablonfájlokhoz (.tpl), amelyeket tartalmaz." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "A „view/smarty3” írható" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Úgy tűnik, hogy a .htaccess fájlban lévő URL átírás nem működik. Győződjön meg arról, hogy lemásolta-e a .htaccess-dist fájlt .htaccess néven." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "Bizonyos körülmények között (például konténereken belül való futtatáskor) átugorhatja ezt a hibát." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Hibaüzenet a cURL-től a lekéréskor" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Az URL átírás működik" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Nem sikerült a TLS felismerése a böngésző és a Friendica kiszolgálója közötti kommunikáció biztonságossá tételéhez." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Erősen ajánlott a Friendica kiszolgálót csak biztonságos kapcsolaton keresztül használni, mivel olyan érzékeny információk kerülnek továbbításra, mint például a jelszavak." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Győződjön meg arról, hogy a kiszolgálóval való kapcsolat biztonságos." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Nincs TLS felismerve" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS felismerve" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "Az ImageMagick PHP-kiterjesztés nincs telepítve" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "Az ImageMagick PHP-kiterjesztés telepítve van" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "Az ImageMagick támogatja a GIF-et" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Az adatbázis már használatban van." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Nem sikerült kapcsolódni az adatbázishoz." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Hétfő" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Kedd" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Szerda" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Csütörtök" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Péntek" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Szombat" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Vasárnap" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Január" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Február" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Március" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Április" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Május" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Június" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Július" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Augusztus" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Szeptember" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Október" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "November" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "December" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Hét" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Ked" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Sze" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Csü" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Pén" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Szo" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Vas" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Már" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Ápr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jún" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Júl" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sze" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Okt" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "A(z) „%s” naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”)." + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "A(z) „%s” hibakeresési naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”)." + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2850,22 +3071,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "A korábbi %s bejegyzésfrissítési verzióról való frissítések nem támogatottak. Frissítsen legalább a 2021.01-es verzióra, és várja meg, amíg a bejegyzésfrissítés befejezi az 1383-as verziót." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: %d előfrissítés végrehajtása" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: %d bejegyzésfrissítés végrehajtása" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "A(z) %s frissítés sikertelen. Nézze meg a hibanaplókat." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2875,16 +3096,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tA Friendica fejlesztői nemrég kiadták a(z) %s frissítést, de amikor\n\t\t\t\tmegpróbáltam telepíteni, valami nagyon elromlott.\n\t\t\t\tEzt hamarosan javítani kell, és én nem tudom egyedül elvégezni.\n\t\t\t\tVegye fel a kapcsolatot egy Friendica fejlesztővel, ha egyedül nem\n\t\t\t\ttud nekem segíteni. Az adatbázisunk érvénytelen lehet." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "A hibaüzenet a következő:\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica értesítés] Adatbázis-frissítés" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2896,28 +3117,28 @@ msgstr "\n\t\t\t\tA Friendica adatbázisa sikeresen frissítve lett: %s → %s." msgid "The database version had been set to %s." msgstr "Az adatbázis verziója %s értékre lett állítva." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "A bejegyzésfrissítés %d. verziónál van. %d. verziónál kell lennie a táblák biztonságos eldobásához." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Nem találhatók nem használt táblák." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Ezek a táblák nincsenek használatban a Friendica programnál, és törölve lesznek, ha lefuttatja a „dbstructure drop -e” parancsot:" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "Nincsenek Antelope fájlformátummal rendelkező táblák MyISAM vagy InnoDB motorokon." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2925,42 +3146,42 @@ msgid "" "%s\n" msgstr "\nHiba (%d) történt az adatbázis frissítése során:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Hibák történtek az adatbázis változtatásainak végrehajtásakor: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Egy másik adatbázis-frissítés is fut jelenleg." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: adatbázis-frissítés" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: a(z) %s tábla frissítése." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "A rekord nem található" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Feldolgozhatatlan entitás" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Nem engedélyezett" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "A token nincs felhatalmazva egy érvényes felhasználóval, vagy hiányzik a szükséges hatókör" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Belső kiszolgálóhiba" @@ -2969,82 +3190,122 @@ msgstr "Belső kiszolgálóhiba" msgid "Legacy module file not found: %s" msgstr "Az örökölt modulfájl nem található: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "Egy ilyen névvel rendelkező törölt kör újraéledt. Lehet, hogy a meglévő elemjogosultságok alkalmazva lesznek erre a körre és bármely jövőbeli tagjaira. Ha ez nem az, amit szeretett volna, akkor hozzon létre egy másik kört eltérő névvel." + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Mindenki" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "szerkesztés" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "hozzáadás" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "Kör szerkesztése" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "Egyetlen körben sem lévő partnerek" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "Új kör létrehozása" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "Kör neve: " + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "Körök szerkesztése" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Jóváhagyás" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Szervezet" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Fórum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "Csoport" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Nem engedélyezett profil URL." -#: src/Model/Contact.php:2957 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Tiltott tartomány" -#: src/Model/Contact.php:2962 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "A kapcsolódási URL hiányzik." -#: src/Model/Contact.php:2971 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "A partnert nem sikerült hozzáadni. Ellenőrizze a hozzá tartozó hálózat hitelesítési adatait a Beállítások → Közösségi hálózatok oldalon." -#: src/Model/Contact.php:2989 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "A várt %s hálózat nem egyezik a tényleges %s hálózattal" -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "A megadott profilcím nem biztosít elegendő információt." -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Nem lettek megfelelő kommunikációs protokollok vagy hírforrások felfedezve." -#: src/Model/Contact.php:3011 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Egy szerző vagy név nem található." -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Egyetlen böngésző URL-t sem sikerült illeszteni ehhez a címhez." -#: src/Model/Contact.php:3017 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Nem lehet illeszteni @-stílusú személyazonosság-címet egy ismert protokollal vagy e-mailes partnerrel." -#: src/Model/Contact.php:3018 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Használja a mailto: előtagot a cím előtt az e-mail-ellenőrzés kényszerítéséhez." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "A megadott profilcím egy olyan hálózathoz tartozik, amely le lett tiltva ezen az oldalon." -#: src/Model/Contact.php:3029 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Korlátozott profil. Ez a személy nem lesz képes közvetlen vagy személyes értesítéseket fogadni Öntől." -#: src/Model/Contact.php:3094 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Nem lehet lekérni a partner információit." @@ -3052,54 +3313,54 @@ msgstr "Nem lehet lekérni a partner információit." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "Y. F j., l, H:i \\G\\M\\TP (e)" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Kezdődik:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Befejeződik:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "egész nap" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Szept" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "ma" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "hónap" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "hét" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "nap" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Nincsenek megjelenítendő események" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "A profilhoz való hozzáférés korlátozva lett." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "Az esemény nem található." @@ -3131,143 +3392,109 @@ msgstr "D H:i" msgid "g:i A" msgstr "H:i" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Térkép megjelenítése" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Térkép elrejtése" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s születésnapja" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Boldog születésnapot, %s" -#: src/Model/Group.php:105 -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 "Egy ilyen névvel rendelkező törölt csoport újraéledt. Lehet, hogy a meglévő elemjogosultságok alkalmazva lesznek erre a csoportra és bármely jövőbeli tagjaira. Ha ez nem az, amit szeretett volna, akkor hozzon létre egy másik csoportot eltérő névvel." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:512 -msgid "Default privacy group for new contacts" -msgstr "Alapértelmezett adatvédelmi csoport az új partnerekhez" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:544 -msgid "Everybody" -msgstr "Mindenki" - -#: src/Model/Group.php:563 -msgid "edit" -msgstr "szerkesztés" - -#: src/Model/Group.php:595 -msgid "add" -msgstr "hozzáadás" - -#: src/Model/Group.php:600 -msgid "Edit group" -msgstr "Csoport szerkesztése" - -#: src/Model/Group.php:601 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Egyetlen csoportban sem lévő partnerek" - -#: src/Model/Group.php:603 -msgid "Create a new group" -msgstr "Új csoport létrehozása" - -#: src/Model/Group.php:604 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Csoport neve: " - -#: src/Model/Group.php:605 -msgid "Edit groups" -msgstr "Csoportok szerkesztése" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "A bejegyzésben felismert nyelvek:\\n%s" -#: src/Model/Item.php:2931 +#: src/Model/Item.php:3141 msgid "activity" msgstr "tevékenység" -#: src/Model/Item.php:2933 +#: src/Model/Item.php:3143 msgid "comment" msgstr "hozzászólás" -#: src/Model/Item.php:2936 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "bejegyzés" -#: src/Model/Item.php:3105 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "%s tiltva van" -#: src/Model/Item.php:3107 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "%s mellőzve van" -#: src/Model/Item.php:3109 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "A(z) %s helyről származó tartalom összecsukva" -#: src/Model/Item.php:3113 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Tartalom figyelmeztetés: %s" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bájt" -#: src/Model/Item.php:3588 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "%2$s (%3$d%%, %1$d szavazat)" msgstr[1] "%2$s (%3$d%%, %1$d szavazat)" -#: src/Model/Item.php:3590 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "%2$s (%1$d szavazat)" msgstr[1] "%2$s (%1$d szavazat)" -#: src/Model/Item.php:3595 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "%d szavazó. A szavazás vége: %s" msgstr[1] "%d szavazó. A szavazás vége: %s" -#: src/Model/Item.php:3597 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "%d szavazó." msgstr[1] "%d szavazó." -#: src/Model/Item.php:3599 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "Szavazás vége: %s" -#: src/Model/Item.php:3633 src/Model/Item.php:3634 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Megtekintés külön oldalon" @@ -3275,294 +3502,295 @@ msgstr "Megtekintés külön oldalon" msgid "[no subject]" msgstr "[nincs tárgy]" -#: src/Model/Photo.php:1184 src/Module/Media/Photo/Upload.php:171 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Falfényképek" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Profil szerkesztése" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Profilfénykép megváltoztatása" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Honlap:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Névjegy:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atom hírforrás" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "Ez a weboldal ellenőrizve lett, hogy ugyanahhoz a személyhez tartozik." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F j." -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[ma]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Születésnapi emlékeztetők" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Születésnapok ezen a héten:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "F j., l, H" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Nincs leírás]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Eseményemlékeztetők" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Közelgő események a következő 7 napon:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s üdvözli őt: %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Szülőváros:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Családi állapot:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Ezzel:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Ekkortól:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Szexuális irányultság:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Politikai nézetek:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Vallási néztek:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Kedvelések:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Nem kedvelések:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Cím vagy leírás:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Összefoglaló" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Zenei érdeklődések" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Könyvek, irodalom" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televízió" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film, tánc, kultúra, szórakozás" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobbik, érdeklődések" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Szerelem, romantika" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Munka, foglalkoztatás" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Iskola, oktatás" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Partnerinformációk és közösségi hálózatok" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SÚLYOS HIBA: a biztonsági kulcsok előállítása nem sikerült." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Bejelentkezés sikertelen" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Nincs elegendő információ a hitelesítéshez" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "A jelszó nem lehet üres" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Az üres jelszavak nem megengedettek." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Az új jelszót közzétették egy nyilvános adattárban. Válasszon egy másikat." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "A jelszó hossza 72 karakterre van korlátozva." -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "A jelszó nem tartalmazhat üres karaktereket vagy ékezetes betűket" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "A jelszavak nem egyeznek. A jelszó változatlan maradt." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Egy meghívás szükséges." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "A meghívást nem sikerült ellenőrizni." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Érvénytelen OpenID URL" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Problémába ütköztünk a megadott OpenID-val történő bejelentkezés közben. Ellenőrizze az azonosító helyesírását." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "A hibaüzenet ez volt:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Adja meg a szükséges információkat." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "A system.username_min_length (%s) és a system.username_max_length (%s) kizárják egymást, értékek felcserélése." -#: src/Model/User.php:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "A felhasználónévnek legalább %s karakternek kell lennie." msgstr[1] "A felhasználónévnek legalább %s karakternek kell lennie." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." msgstr[0] "A felhasználónévnek legfeljebb %s karakternek kell lennie." msgstr[1] "A felhasználónévnek legfeljebb %s karakternek kell lennie." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Úgy tűnik, hogy ez nem a teljes neve (vezetéknév és keresztnév)." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Az e-mail tartománya nem tartozik azok közé, amelyek megengedettek ezen az oldalon." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Nem érvényes e-mail-cím." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "A becenevet a csomópont adminisztrátora tiltotta a regisztrációtól." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Nem lehet használni azt az e-mail-címet." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "A becenév csak a-z, 0-9 és _ karaktereket tartalmazhat." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "A becenév már regisztrálva van. Válasszon egy másikat." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Hiba történt a regisztráció során. Próbálja újra." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Hiba történt az alapértelmezett profil létrehozásakor. Próbálja újra." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "Hiba történt a saját partnere létrehozásakor. Próbálja újra." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Ismerősök" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Hiba történt az alapértelmezett partnercsoport létrehozásakor. Próbálja újra." +"An error occurred creating your default contact circle. Please try again." +msgstr "Hiba történt az alapértelmezett partnerkör létrehozásakor. Próbálja újra." -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Profilfényképek" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3570,7 +3798,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tKedves %1$s!\n\t\t\tA(z) %2$s adminisztrátora beállított egy fiókot Önnek." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3588,10 +3816,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3600,14 +3827,14 @@ msgid "" "\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." -msgstr "\n\t\tA bejelentkezés részletei a következők:\n\n\t\tOldal címe:\t%1$s\n\t\tBejelentkezési név:\t\t%2$s\n\t\tJelszó:\t\t%3$s\n\n\t\tA jelszavát a fiókja „Beállítások” oldalán változtathatja meg, miután\n\t\tbejelentkezett.\n\n\t\tSzánjon pár percet a többi fiókbeállítás felülvizsgálatára is azon az oldalon.\n\n\t\tÉrdemes lehet néhány alapvető információt is hozzáadnia az\n\t\talapértelmezett profiljához (a „Profilok” oldalon), azért hogy más\n\t\temberek egyszerűen megtalálják Önt.\n\n\t\tAzt ajánljuk, hogy állítsa be a teljes nevét, adjon hozzá\n\t\tprofilfényképet, adjon hozzá néhány profil „kulcsszót” (nagyon hasznos\n\t\túj ismerősök kereséséhez), valamint talán azt, hogy mely országban él,\n\t\tha nem szeretne annál pontosabbat megadni.\n\n\t\tTeljes mértékben tiszteletben tartjuk az adatvédelemmel kapcsolatos\n\t\tjogát, és ezen elemek egyike sem kötelező. Ha még új itt, és senkit\n\t\tsem ismer, akkor ezek segíthetnek Önnek néhány új és érdekes\n\t\tismerőst találni.\n\n\t\tHa bármikor törölni szeretné a fiókját, akkor megteheti azt a\n\t\tkövetkező címen: %1$s/settings/removeme\n\n\t\t\tKöszönjük, és üdvözöljük a %4$s oldalon." +msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Regisztrációs részletek ehhez: %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3622,12 +3849,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tKedves %1$s!\n\t\t\t\tKöszönjük, hogy regisztrált itt: %2$s. A fiókja adminisztrátori jóváhagyásra vár.\n\n\t\t\tA bejelentkezés részletei a következők:\n\n\t\t\tOldal címe:\t%3$s\n\t\t\tBejelentkezési név:\t\t%4$s\n\t\t\tJelszó:\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Regisztráció itt: %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3636,7 +3863,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tKedves %1$s!\n\t\t\t\tKöszönjük, hogy regisztrált itt: %2$s. A fiókja létrejött.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3654,10 +3881,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3666,7 +3892,12 @@ msgid "" "\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "\n\t\t\tA bejelentkezés részletei a következők:\n\n\t\t\tOldal címe:\t%3$s\n\t\t\tBejelentkezési név:\t\t%1$s\n\t\t\tJelszó:\t\t%5$s\n\n\t\t\tA jelszavát a fiókja „Beállítások” oldalán változtathatja meg, miután\n\t\t\tbejelentkezett.\n\n\t\t\tSzánjon pár percet a többi fiókbeállítás felülvizsgálatára is azon az oldalon.\n\n\t\t\tÉrdemes lehet néhány alapvető információt is hozzáadnia az\n\t\t\talapértelmezett profiljához (a „Profilok” oldalon), azért hogy más\n\t\t\temberek egyszerűen megtalálják Önt.\n\n\t\t\tAzt ajánljuk, hogy állítsa be a teljes nevét, adjon hozzá\n\t\t\tprofilfényképet, adjon hozzá néhány profil „kulcsszót” (nagyon hasznos\n\t\t\túj ismerősök kereséséhez), valamint talán azt, hogy mely országban él,\n\t\t\tha nem szeretne annál pontosabbat megadni.\n\n\t\t\tTeljes mértékben tiszteletben tartjuk az adatvédelemmel kapcsolatos\n\t\t\tjogát, és ezen elemek egyike sem kötelező. Ha még új itt, és senkit\n\t\t\tsem ismer, akkor ezek segíthetnek Önnek néhány új és érdekes\n\t\t\tismerőst találni.\n\n\t\t\tHa bármikor törölni szeretné a fiókját, akkor megteheti azt a\n\t\t\tkövetkező címen: %3$s/settings/removeme\n\n\t\t\tKöszönjük, és üdvözöljük a %2$s oldalon." +msgstr "" + +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." @@ -3688,15 +3919,15 @@ msgid "Disable" msgstr "Letiltás" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Engedélyezés" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3706,7 +3937,7 @@ msgstr "Adminisztráció" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Bővítmények" @@ -3735,12 +3966,12 @@ msgid "Addon %s failed to install." msgstr "A(z) „%s” bővítmény telepítése sikertelen." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Beállítások mentése" @@ -3825,75 +4056,77 @@ msgstr "%s funkció zárolása" msgid "Manage Additional Features" msgstr "További funkciók kezelése" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Egyéb" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "ismeretlen" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "%2$s rendszer összesen" msgstr[1] "%2$s rendszer összesen" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "%2$s aktív felhasználó az elmúlt hónapban" msgstr[1] "%2$s aktív felhasználó az elmúlt hónapban" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "%2$s aktív felhasználó az elmúlt hat hónapban" msgstr[1] "%2$s aktív felhasználó az elmúlt hat hónapban" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "%2$s regisztrált felhasználó" msgstr[1] "%2$s regisztrált felhasználó" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "%2$s helyileg létrehozott bejegyzés vagy hozzászólás" msgstr[1] "%2$s helyileg létrehozott bejegyzés és hozzászólás" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "%2$s bejegyzés felhasználónként" msgstr[1] "%2$s bejegyzés felhasználónként" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "%2$s felhasználó rendszerenként" msgstr[1] "%2$s felhasználó rendszerenként" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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 "Ez az oldal néhány számadatot nyújt a föderált közösségi hálózat azon ismert részéhez, amelynek része az Ön Friendica csomópontja. Ezek a számok nem teljesek, hanem csak a hálózat azon részét tükrözik, amelyről a csomópontja tud." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Föderációs statisztikák" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3933,8 +4166,8 @@ msgid "Enable Debugging" msgstr "Hibakeresés engedélyezése" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "Csak olvasható, mert egy környezeti változó állítja be" @@ -4086,7 +4319,8 @@ msgstr "Parancs" msgid "Job Parameters" msgstr "Feladat paraméterei" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Létrehozva" @@ -4094,269 +4328,269 @@ msgstr "Létrehozva" msgid "Priority" msgstr "Prioritás" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "A(z) %s nem érvényes bemenet a legnagyobb képmérethez" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Nincs különleges téma a mobil eszközökhöz" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s – (kísérleti)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Nincs közösségi oldal" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "Nincs közösségi oldal a látogatóknak" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Nyilvános beküldések ezen oldal felhasználóitól" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Nyilvános beküldések a föderált hálózatból" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Nyilvános beküldések a helyi felhasználóktól és a föderált hálózatból" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Többfelhasználós példány" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Lezárva" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Jóváhagyást igényel" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Nyitott" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Ne ellenőrizze" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "a stabil verzió ellenőrzése" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "a fejlesztői verzió ellenőrzése" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "nincs" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Helyi partnerek" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "Interaktorok" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Oldal" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Általános információk" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Felhasználók újra közzé tétele a könyvtárba" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Regisztráció" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Fájlfeltöltés" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Irányelvek" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Speciális" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Automatikusan felfedezett partnerkönyvtár" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Teljesítmény" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Feldolgozó" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Üzenettovábbítás" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Használja a „console relay” parancsot a parancssorban a továbbítók hozzáadásához vagy eltávolításához." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "A rendszer jelenleg nincs feliratkozva semmilyen továbbítóra sem." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "A rendszer jelenleg a következő továbbítókra van feliratkozva:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "Csomópont áthelyezése" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "A csomópont áthelyezése lehetővé teszi a csomópont DNS-tartományának megváltoztatását, valamint az összes meglévő felhasználó és bejegyzés megtartását. Ez a folyamat eltart egy ideig, és csak az áthelyezés konzolparanccsal indítható el az alábbi módon:" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(Friendica könyvtár)# bin/console relocate https://uj-tartomany.hu" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Oldal neve" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Küldő e-mail-címe" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "Az az e-mail-cím, amelyet a kiszolgáló használhat az értesítési e-mailek kiküldéséhez." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "A rendszer szereplőjének neve" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "A belső rendszerfiók neve, amely az ActivityPub kérések végrehajtásához lesz használva. Ennek egy nem használt felhasználónévnek kell lennie. Ha be van állítva, akkor ez nem változtatható meg újra." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Reklámcsík vagy logó" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "E-mail reklámcsík vagy logó" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Böngészőikon" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Hivatkozás egy ikonra, amely a böngészőknél lesz használva." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Érintő ikon" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Hivatkozás egy ikonra, amely táblagépeknél és mobiltelefonoknál lesz használva." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "További információk" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Nyilvános kiszolgálóknál: itt adhat meg további információkat, amelyek a %s/servers oldalon lesznek felsorolva." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Rendszer nyelve" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Rendszer témája" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "Alapértelmezett rendszertéma – a felhasználói profilok felülbírálhatják – alapértelmezett témabeállítások megváltoztatása." -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Mobilrendszer témája" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Téma a mobil eszközökhöz." -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "SSL kényszerítése" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Az összes nem SSL kérés SSL-re kényszerítése – Figyelem: néhány rendszeren végtelen hurkokat eredményezhet." -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "Súgó bejegyzés megjelenítése a navigációs menüből" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Megjeleníti a súgóoldalak menübejegyzését a navigációs menüből. Ez mindig elérhető a „/help” közvetlen meghívásával." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Egyfelhasználós példány" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Többfelhasználóssá vagy a megnevezett felhasználó számára egyfelhasználóssá teszi ezt a rendszert." -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Legnagyobb képméret" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4364,35 +4598,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "A feltöltött képek legnagyobb mérete bájtban. Alapértelmezetten 0, ami azt jelenti, hogy nincs korlátozás. A kívánt érték mögé k, m vagy g értékeket is írhat a KiB, MiB, GiB értékhez, ebben a sorrendben.\n\t\t\t\t\t\t\t\t\t\t\t\t\tA PHP.ini fájlban lévő upload_max_filesize értékét be kell állítani legalább a kívánt korlátra.\n\t\t\t\t\t\t\t\t\t\t\t\t\tJelenleg az upload_max_filesize %s (%s bájt) értékre van állítva." -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Legnagyobb képhossz" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "A feltöltött képek leghosszabb oldalának legnagyobb hossza képpontban. Alapértelmezetten -1, ami azt jelenti, hogy nincs korlát." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "JPEG-képek minősége" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "A feltöltött JPEG-képek ezzel a minőségbeállítással lesznek elmentve [0-100]. Alapértelmezetten 100, ami teljes minőséget jelent." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Regisztrációs irányelv" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "Legtöbb felhasználó" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4400,157 +4634,157 @@ msgid "" "not when the policy is set to approval." msgstr "Ha meg van adva, akkor a regisztrációs házirend automatikusan lezárja a regisztrációt a megadott számú felhasználó elérésekor, és újra megnyitja a regisztrációt, ha a felhasználók száma a határérték alá csökken. Ez csak akkor működik, ha a házirend nyitottra vagy zártra van beállítva, de nem működik, ha a házirend jóváhagyásra van beállítva." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Legtöbb napi regisztráció" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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 "Ha a regisztrációk megengedettek fent, akkor ez állítja be a naponta elfogadandó új felhasználói regisztrációk legnagyobb számát. Ha a regisztráció lezártra van állítva, akkor ennek a beállításnak nincs hatása." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Regisztrációs szöveg" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Szembetűnően lesz megjelenítve a regisztrációs oldalon. BBCode formázást is használhat itt." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Tiltott becenevek" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "A becenevek vesszővel elválasztott listája, amelyek tiltottak a regisztrációnál. Az előbeállítás az RFC 2142 szerinti szerepnevek listája." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Fiókok elhagyottak X nap után" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Nem fogja pazarolni a rendszer erőforrásait a külső oldalak lekérdezésével az elhagyott fiókoknál. Adjon meg 0 értéket, hogy ne legyen időkorlát." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Engedélyezett ismerőstartományok" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Azon tartományok vesszővel elválasztott listája, amelyeknek engedélyezett ismeretséget létesíteni ezzel az oldallal. A helyettesítő karakterek is elfogadottak. Ha üresen marad, akkor bármely tartomány megengedett." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Engedélyezett e-mail-tartományok" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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 "Azon tartományok vesszővel elválasztott listája, amelyek engedélyezettek az e-mail-címekben az oldalra történő regisztrációkhoz. A helyettesítő karakterek is elfogadottak. Ha üresen marad, akkor bármely tartomány megengedett." -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Nincs OEmbed gazdag tartalom" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Ne jelenítse meg a gazdag tartalmat (például beágyazott PDF), kivéve az alább felsorolt tartományokról." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Megbízható harmadik fél tartományok" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Tartományok vesszővel elválasztott listája, amelyekről engedélyezett a tartalom bejegyzésekben való beágyazása, mint például az OEmbed használatával. A felsorolt tartományok összes altartománya is engedélyezve van." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Nyilvános tiltása" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Jelölje be az ezen az oldalon lévő összes, egyébként nyilvános személyes oldal nyilvános hozzáférésének tiltásához, hacsak jelenleg nincs bejelentkezve." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Közzététel kényszerítése" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Jelölje be, hogy ezen az oldalon az összes profil kényszerítetten fel legyen sorolva az oldal könyvtárában." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Ennek engedélyezése megsértheti az adatvédelmi rendeleteket, mint például a GDPR-t." -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "Globális könyvtár URL" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "Az URL a globális könyvtárhoz. Ha ez nincs beállítva, akkor a globális könyvtár teljesen elérhetetlen lesz az alkalmazásoknak." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Alapértelmezetten személyes bejegyzések az új felhasználóknál" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Az összes új tag alapértelmezett bejegyzés-jogosultságainak beállítása az alapértelmezett adatvédelmi csoportra a nyilvános helyett." +"circle rather than public." +msgstr "Az összes új tag alapértelmezett bejegyzés-jogosultságainak beállítása az alapértelmezett adatvédelmi körre a nyilvános helyett." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Ne ágyazza be a bejegyzés tartalmát az e-mailes értesítésekbe" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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 "Adatvédelmi intézkedésként ne ágyazza be egy bejegyzés, hozzászólás, személyes üzenet stb. tartalmát azokba az e-mailes értesítésekbe, amelyek erről az oldalról kerülnek kiküldésre." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Nyilvános hozzáférés letiltása az alkalmazások menüben felsorolt bővítményekhez" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "A jelölőnégyzet bejelölésével csak a tagok számára fogja korlátozni az alkalmazások menüben felsorolt bővítményeket." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Ne ágyazzon be személyes képeket a bejegyzésekbe" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4558,11 +4792,11 @@ msgid "" "while." msgstr "Ne cserélje ki a bejegyzésekben lévő helyileg kiszolgált személyes fényképeket a kép beágyazott másolatával. Ez azt jelenti, hogy a személyes fényképeket tartalmazó bejegyzéseket fogadó partnereknek hitelesíteniük kell magukat és be kell tölteniük minden egyes képet, ami eltarthat egy ideig." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Felnőtteknek szánt tartalom" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4571,267 +4805,319 @@ msgid "" "will be shown at the user registration page." msgstr "Állítsa be ezt annak közléséhez, hogy a csomópontját főként felnőtteknek szóló tartalomhoz használják, ami lehet, hogy nem alkalmas kiskorúak számára. Ez az információ közzé lesz téve a csomópont információiban, és használhatja például a globális könyvtár is, hogy kiszűrje a csomópontját a csatlakozáshoz felajánlott csomópontok listájából. Ezenkívül egy megjegyzés is meg lesz jelenítve ezzel kapcsolatban a felhasználó regisztrációs oldalán." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "Külső tartalom proxyzása" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Külső tartalom átirányítása a proxy funkción keresztül. Ezt például néhány OEmbed-hozzáférésnél és egyéb ritka esetekben használják." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "Partnerprofilképek gyorsítótárazása" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "A partnerek profilképeinek helyi tárolása. Ez nagyon sok tárhelyet használ, de növeli a teljesítményt." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Távoli önmaguk beállításának engedélyezése a felhasználóknak" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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 "Ennek bejelölésével minden egyes felhasználó számára engedélyezett, hogy az egyes partnereket távoli önmagukként jelöljék meg a partner javítása párbeszédablakban. Ezen jelző beállítása egy partnernél a tartalom minden egyes beküldésének tükrözését okozza a felhasználók adatfolyamában." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "Többszörös regisztrációk engedélyezése" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "Lehetővé teszi a felhasználóknak, hogy további fiókokat regisztráljanak oldalakként történő használathoz." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "OpenID engedélyezése" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "Az OpenID támogatás engedélyezése a regisztrációnál és a bejelentkezéseknél." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "Teljes név ellenőrzésének engedélyezése" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" +msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Lehetővé teszi annak ellenőrzését, hogy a felhasználóknak csak a teljes nevükben lévő vezetéknév és a keresztnév közti szóközzel legyen lehetőségük regisztrálniuk." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "E-mail küldése az adminisztrátoroknak új regisztrációkor" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "Ha engedélyezve van, és a rendszer nyitott regisztrációhoz van beállítva, akkor minden új regisztrációról e-mail lesz küldve az adminisztrátoroknak." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Közösségi oldalak a látogatók számára" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Mely közösségi oldalaknak kell elérhetőnek lenniük a látogatók számára. A helyi felhasználók mindig mindkét oldalt látják." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Felhasználónkénti bejegyzések a közösségi oldalon" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "A felhasználónkénti bejegyzések legnagyobb száma a közösségi oldalon (nem érvényes a „globális közösségnél”)." -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "Levelezési támogatás engedélyezése" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "A beépített levelezési támogatás engedélyezése az IMAP-mappák lekérdezéséhez és az e-mailben történő válaszhoz." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "A levelezési támogatást nem lehet engedélyezni, mert a PHP IMAP-modulja nincs telepítve." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "OStatus támogatás engedélyezése" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "A beépített OStatus (StatusNet, GNU Social stb.) kompatibilitás engedélyezése. Az OStatus hálózaton lévő összes kommunikáció nyilvános." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "A Diaspora támogatást nem lehet engedélyezni, mert a Friendica egy alkönyvtárba lett telepítve." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Diaspora támogatás engedélyezése" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "A beépített Diaspora hálózati kompatibilitás engedélyezése a Diaspora kiszolgálókkal való kommunikációhoz." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "SSL ellenőrzése" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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 "Ha szeretné, bekapcsolhatja a szigorú tanúsítvány-ellenőrzést. Ezt azt jelenti, hogy nem tud kapcsolódni (egyáltalán) az önaláírt SSL-t használó oldalakhoz." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Proxy felhasználó" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "Felhasználónév a proxy-kiszolgálóhoz." -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." -msgstr "Ha olyan proxy-kiszolgálót szeretne használni, amelyet a Friendicának a hálózathoz való kapcsolódáshoz használnia kell, akkor itt adja meg a proxy URL-ét." +msgstr "Ha olyan proxy-kiszolgálót szeretne használni, amelyet a Friendicának a hálózathoz való kapcsolódáshoz használnia kell, akkor itt adja meg a proxy URL-jét." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Hálózati időkorlát" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Az érték másodpercben van. Állítsa 0-ra a korlátlan időhöz (nem ajánlott)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Legnagyobb terhelésátlag" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "A legnagyobb rendszerterhelés, mielőtt a kézbesítési és lekérdezési folyamatok elhalasztásra kerülnek. Alapértelmezetten %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Legkevesebb memória" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "A legkevesebb szabad memória MB-ban a feldolgozónál. Hozzáférést igényel a /proc/meminfo fájlhoz. Alapértelmezetten 0 (kikapcsolva)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Táblák időszakos optimalizálása" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "A táblák időszakos optimalizálása, mint például a gyorsítótár és a feldolgozó várakozási sorának táblái." -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Követők vagy követések felfedezése a partnerekből" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Ha engedélyezve van, akkor a partnerek ellenőrizve lesznek a követő és követett partnereik számára." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "Nincs: ki van kapcsolva." -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Helyi partnerek: a helyi partnereink partnerei lesznek felfedezve a követőik vagy követésiek számára." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interaktorok: a helyi partnereink partnerei és a helyileg látható beküldésekkel kapcsolatba került partnerek lesznek felfedezve a követőik vagy követésiek számára." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "A partnerek szinkronizálása a könyvtárkiszolgálóval" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Ha engedélyezve van, akkor a rendszer időszakosan ellenőrizni fogja az új partnereket a meghatározott könyvtárkiszolgálón." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Ismételt lekérdezések közti napok" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "A napok száma, amely után egy kiszolgáló ismét lekérdezésre kerül a partnereiért." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Partnerek felfedezése más kiszolgálókról" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Más kiszolgálók időszakos lekérdezése partnerek után. A rendszer Friendica, Mastodon és Hubzilla kiszolgálókat kérdez le." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Ismételt lekérdezések közti napok" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "A helyi könyvtár keresése" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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 "A helyi könyvtár keresése a globális könyvtár helyett. Helyi kereséskor minden egyes keresés a globális könyvtárban lesz végrehajtva a háttérben. Ez javítja a keresési eredményeket, ha a keresést megismétlik." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Kiszolgálóinformációk közzététele" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4839,50 +5125,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Ha engedélyezve van, akkor az általános kiszolgáló és használati adatok közzé lesznek téve. Az adatok tartalmazzák a kiszolgáló nevét és verzióját, a nyilvános profillal rendelkező felhasználók számát, a bejegyzések számát, valamint a engedélyezett protokollokat és összekötőket. A részletekért nézze meg a the-federation.info weboldalt." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Távoli verzió ellenőrzése" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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 "Engedélyezi az új Friendica verziójának keresését a GitHubon. Ha új verzió érhető el, akkor tájékoztatva lesz az adminisztrátori panel áttekintőjében." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Címkék letiltása" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "A kettős keresztes címkék listája megjelenítésének letiltása a beküldések végénél." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Adatbázis tisztítása" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Régi távoli elemek, árva adatbázisrekordok és néhány egyéb segédtáblából származó régi tartalom eltávolítása." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Távoli elemek élettartama" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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 "Ha az adatbázis-tisztítás engedélyezve van, akkor ez határozza meg azon napok számát, amely után a távoli elemek törölve lesznek. A saját elemek, valamint a megjelölt és iktatott elemek mindig meg lesznek tartva. A 0 érték letiltja ezt a viselkedést." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Nem igényelt elemek élettartama" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4890,144 +5176,308 @@ msgid "" "items if set to 0." msgstr "Ha az adatbázis-tisztítás engedélyezve van, akkor ez határozza meg azon napok számát, amely után a nem igényelt távoli elemek (főleg a továbbításból származó tartalmak) törölve lesznek. Az alapértelmezett érték 90 nap. A távoli elemek általános élettartamértékének alapértelmezettje lesz, ha 0 értékre van állítva." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Nyers beszélgetési adatok élettartama" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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 "A beszélgetési adatok az ActivityPub és az OStatus hálózatoknál, valamint hibakeresési célokhoz vannak használva. Biztonságosan el lehet távolítani azokat 14 nap után. Alapértelmezetten 90 nap." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Bejegyzésenkénti hozzászólások legnagyobb száma" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Mennyi hozzászólást kell megjeleníteni az egyes bejegyzéseknél? Az alapértelmezett érték 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "Bejegyzésenkénti hozzászólások legnagyobb száma a megjelenítési oldalon" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Mennyi hozzászólást kell megjeleníteni egy önálló nézeten az egyes bejegyzéseknél? Az alapértelmezett érték 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Ideiglenes mappa útvonala" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Ha korlátozott rendszere van, ahol a webkiszolgáló nem tudja elérni a rendszer ideiglenes mappájának útvonalát, akkor adjon meg egy másik útvonalat itt." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Keresés csak címkékben" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "Nagy rendszereknél a szöveges keresés rendkívüli módon lelassíthatja a rendszert." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" -msgstr "Partnercsoportonkénti számlálások előállítása a hálózatszám kiszámításakor" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" +msgstr "Partnerkörönkénti számlálások előállítása a hálózatszám kiszámításakor" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." -msgstr "Olyan rendszereken, ahol a felhasználók nagymértékben használják a partnercsoportokat, a lekérdezés nagyon költséges lehet." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "Olyan rendszereken, ahol a felhasználók nagymértékben használják a partnerköröket, a lekérdezés nagyon költséges lehet." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Párhuzamos feldolgozók legnagyobb száma" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Osztott tárhelyszolgáltatóknál állítsa ezt %d értékre. Nagyobb rendszereknél érdemes a számot %d értékre állítani. Az alapértelmezett érték %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Prioritásos sor engedélyezése" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Ha engedélyezve van, akkor a prioritásos sor mechanizmus további feldolgozót indít, ha a magasabb prioritással rendelkező folyamatokat blokkolják az alacsonyabb prioritású folyamatok." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Közvetlen továbbító-átvitel" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Engedélyezi a más kiszolgálókra való közvetlen átvitelt a továbbító kiszolgálók használata nélkül." -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Továbbítás hatóköre" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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 "Lehet „összes” vagy „címkék”. Az „összes” azt jelenti, hogy minden nyilvános bejegyzést meg kell kapni. A „címkék” jelentése, hogy csak a kijelölt címkékkel rendelkező bejegyzéseket kell megkapni." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Letiltva" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "összes" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "címkék" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Kiszolgálócímkék" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Címkék vesszővel elválasztott listája a „címkék” feliratkozáshoz." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Kiszolgálócímkék megtagadása" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Címkék vesszővel elválasztott listája, amelyek vissza lesznek utasítva." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Felhasználói címkék engedélyezése" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Ha engedélyezve van, akkor a mentett keresésekből származó címkék lesznek használva a „címkék” feliratkozásnál a „relay_server_tags” címkéken kívül." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Áthelyezés indítása" @@ -5183,51 +5633,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "A %s nem érhető el a rendszeréről. Ez súlyos beállítási probléma, amely megakadályozza a kiszolgálók közti kommunikációt. Nézze meg a telepítési oldalt a segítségért." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "A(z) „%s” naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”)." - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "A(z) „%s” hibakeresési naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”)." - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "A Friendica „system.basepath” beállítása frissítve lett „%s” értékről „%s” értékre. Távolítsa el a „system.basepath” beállítást az adatbázisából az eltérések elkerüléséhez." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "A Friendica jelenlegi „system.basepath” értéke („%s”) hibás, és a(z) „%s” beállítófájl nincs használva." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "A Friendica jelenlegi „system.basepath” értéke („%s”) nem azonos a(z) „%s” beállítófájlban lévővel. Javítsa a beállításokat." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Üzenet várakozási sorai" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Kiszolgálóbeállítások" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Verzió" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Bekapcsolt bővítmények" @@ -5324,7 +5763,7 @@ msgstr "A szabályok" msgid "Enter your system rules here. Each line represents one rule." msgstr "Itt adja meg a rendszer szabályait. Minden sor egy szabályt jelent." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "A(z) %s %s API-végpont nincs megvalósítva, de a jövőben megvalósításra kerülhet." @@ -5341,7 +5780,7 @@ msgstr "Csak a kezdeti bejegyzéseket lehet könyvjelzőzni" msgid "Only starting posts can be muted" msgstr "Csak a kezdeti bejegyzéseket lehet némítani" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "%s bejegyzéseit nem lehet megosztani" @@ -5354,7 +5793,7 @@ msgstr "Csak a kezdeti bejegyzéseket lehet kivenni a könyvjelzőkből" msgid "Only starting posts can be unmuted" msgstr "Csak a kezdeti bejegyzéseket némítását lehet megszüntetni" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "%s bejegyzéseinek megosztását nem lehet visszavonni" @@ -5380,11 +5819,11 @@ msgstr "Az elem nem található." msgid "Please login to continue." msgstr "Jelentkezzen be a folytatáshoz." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Nincs hozzáférése az adminisztrációs oldalakhoz." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5394,11 +5833,11 @@ msgstr "Az alkezelt fiókok nem férhetnek hozzá az adminisztrációs oldalakho msgid "Overview" msgstr "Áttekintő" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Beállítás" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "További funkciók" @@ -5418,7 +5857,7 @@ msgstr "Elhalasztott feldolgozók vizsgálata" msgid "Inspect worker Queue" msgstr "Feldolgozó várakozási sorának vizsgálata" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnosztika" @@ -5446,23 +5885,23 @@ msgstr "ActivityPub beszélgetés" msgid "Addon Features" msgstr "Bővítményszolgáltatások" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Megerősítésre váró felhasználói regisztrációk" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Túl sok kérés" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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] "A napi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." msgstr[1] "A napi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5470,7 +5909,7 @@ msgid_plural "" msgstr[0] "A heti %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." msgstr[1] "A heti %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5478,32 +5917,46 @@ msgid_plural "" msgstr[0] "A havi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." msgstr[1] "A havi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva." -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "Nincs hozzáférése a moderálási oldalakhoz." + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "Az alkezelt fiókok nem férhetnek hozzá a moderálási oldalakhoz. Jelentkezzen vissza a fő fiókkal." + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "Jelentések" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Felhasználók" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Eszközök" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Partnertiltólista" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Kiszolgáló-tiltólista" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Elem törlése" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Elem forrása" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Profil részletei" @@ -5527,21 +5980,21 @@ msgstr "Bejegyzések, amelyek közzétételre vannak üzemezve" msgid "Tips for New Members" msgstr "Tippek új tagoknak" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Emberek keresése – %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Fórum keresése – %s" +msgid "Group Search - %s" +msgstr "Csoportkeresés – %s" -#: src/Module/BaseSearch.php:123 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Nincs találat" -#: src/Module/BaseSearch.php:149 +#: src/Module/BaseSearch.php:147 #, php-format msgid "" "%d result was filtered out because your node blocks the domain it is " @@ -5554,36 +6007,40 @@ msgid_plural "" msgstr[0] "%d találat ki lett szűrve, mert az Ön csomópontja tiltja azt a tartományt, amelyen az regisztrálva van. A Névjegy oldalon felülvizsgálhatja azon tartományok listáját, amelyet a csomópontja jelenleg letilt." msgstr[1] "%d találat ki lett szűrve, mert az Ön csomópontja tiltja azt a tartományt, amelyen azok regisztrálva vannak. A Névjegy oldalon felülvizsgálhatja azon tartományok listáját, amelyet a csomópontja jelenleg letilt." -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Fiók" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Kétlépcsős hitelesítés" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Megjelenítés" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Közösségi hálózatok" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Fiókok kezelése" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Kapcsolt alkalmazások" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "Távoli kiszolgálók" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Személyes adatok exportálása" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Fiók eltávolítása" @@ -5642,8 +6099,9 @@ msgstr "Esemény kezdete:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Kötelező" @@ -5703,170 +6161,260 @@ msgstr "Nézet" msgid "Create New Event" msgstr "Új esemény létrehozása" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "Nem sikerült létrehozni a kört." + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "A kör nem található." + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "A kör neve nem változott meg." + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "Ismeretlen kör." + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "A partner nem található." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Érvénytelen partner." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "A partner törölve." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "Nem lehet hozzáadni a partnert a körhöz." + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "A partner sikeresen hozzáadva a körhöz." + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "Nem lehet eltávolítani a partnert a körből." + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "A partner sikeresen eltávolítva a körből." + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Hibás kérés." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "Kör mentése" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Szűrő" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "Partnerek vagy ismerősök körének létrehozása." + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "Nem lehet eltávolítani a kört." + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "Kör törlése" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "Kör nevének szerkesztése" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Tagok" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "A kör üres" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "Partner eltávolítása a körből" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Kattintson egy partnerre a hozzáadáshoz vagy eltávolításhoz." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "Partner hozzáadása a körhöz" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "%d partner szerkesztve." msgstr[1] "%d partner szerkesztve." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Összes partner megjelenítése" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Függőben" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Csak a függőben lévő partnerek megjelenítése" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Tiltva" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Csak a tiltott partnerek megjelenítése" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Mellőzve" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Csak a mellőzött partnerek megjelenítése" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "Összecsukva" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "Csak az összecsukott partnerek megjelenítése" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archiválva" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Csak az archivált partnerek megjelenítése" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Rejtett" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Csak a rejtett partnerek megjelenítése" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Partnercsoportok szervezése" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "Partnerkörök szervezése" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Partnerek keresése" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Találatok erre: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Frissítés" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Tiltás feloldása" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Mellőzés feloldása" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "Összecsukás megszüntetése" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Tömeges műveletek" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "A partner által elkezdett beszélgetések" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Bejegyzések és hozzászólások" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "Egyéni bejegyzések és válaszok" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Médiaobjektumokat tartalmazó bejegyzések" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Összes ismert partner megtekintése" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Speciális partnerbeállítások" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Kölcsönös ismeretség" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "az Ön rajongója" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "Ön rajong érte:" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Függőben lévő kimenő partnerkérés" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Függőben lévő bejövő partnerkérés" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "%s profiljának megtekintése [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "A partner nem található." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "A partner frissítése sikertelen." @@ -5877,6 +6425,7 @@ msgstr "Visszatérés a partnerszerkesztőhöz" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5903,11 +6452,6 @@ msgstr "Lekérés vagy hírforrás URL" msgid "New photo from this URL" msgstr "Új fénykép erről az URL-ről" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Érvénytelen partner." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Nincsenek ismert partnerek." @@ -5964,7 +6508,7 @@ msgstr[0] "Partner (%s)" msgstr[1] "Partnerek (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6002,15 +6546,16 @@ msgstr "Válaszoljon a következőre:" msgid "Your Identity Address:" msgstr "Az Ön személyazonosság-címe:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Profil URL" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6036,8 +6581,8 @@ msgstr "A partnert nem sikerült hozzáadni." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Érvénytelen kérés." @@ -6049,248 +6594,312 @@ msgstr "Nincs illesztendő kulcsszó. Adjon kulcsszavakat a profiljához." msgid "Profile Match" msgstr "Profilegyezés" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Nem sikerült frissíteni a partner rekordját." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "A partner tiltása fel lett oldva" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "A partner tiltva lett" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" -msgstr "A partner figyelmen kívül hagyása fel lett oldva" - -#: src/Module/Contact/Profile.php:198 -msgid "Contact has been ignored" -msgstr "A partner figyelmen kívül lett hagyva" +msgstr "A partner mellőzése fel lett oldva" #: src/Module/Contact/Profile.php:210 -msgid "Contact has been uncollapsed" -msgstr "A partner figyelmen összecsukása meg lett szüntetve" +msgid "Contact has been ignored" +msgstr "A partner mellőzve lett" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:222 +msgid "Contact has been uncollapsed" +msgstr "A partner összecsukása meg lett szüntetve" + +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "A partner össze lett csukva" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Ön kölcsönösen ismerős %s partnerrel" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Ön megoszt %s partnerrel" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s megoszt Önnel" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "A személyes kommunikációk nem érhetők el ennél a partnernél." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "Ez a partner olyan kiszolgálón van, amelyet mellőzött." + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Soha" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(a frissítés nem volt sikeres)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(a frissítés sikeres volt)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Ismerősök ajánlása" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Hálózat típusa: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "A kommunikációk megszakadtak ezzel a partnerrel!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "További információk lekérése a hírforrásokhoz" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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 "Információk lekérése a hírforrás eleméből, mint például előnézeti képek, cím és előzetes. Akkor kapcsolhatja be ezt, ha a hírforrás nem tartalmaz sok szöveget. A kulcsszavak a hírforrás elemében lévő metafejlécéből lesznek kiszedve, és kettős keresztes címkékként lesznek beküldve." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Információk lekérése" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Kulcsszavak lekérése" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Információk és kulcsszavak lekérése" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Nincs tükrözés" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Tükrözés saját beküldésként" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Natív újra megosztás" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Partner információ vagy jegyzetek" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Partnerbeállítások" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Partner" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "A személyes jegyzeteik" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Partner jegyzeteinek szerkesztése" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Partner tiltása vagy tiltásának feloldása" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Partner mellőzése" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Beszélgetések megtekintése" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Utolsó frissítés:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Nyilvános bejegyzések frissítése" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Frissítés most" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Várakozás a kapcsolat nyugtázására" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Jelenleg tiltva" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Jelenleg mellőzve" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "Jelenleg összecsukva" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Jelenleg archiválva" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "Távoli kiszolgálók kezelése" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "A partner elrejtése mások elől" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "A nyilvános bejegyzéseire adott válaszok vagy kedvelések továbbra is láthatóak lehetnek." -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Értesítés új bejegyzéseknél" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Értesítés küldése a partner minden új bejegyzéséről." -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Kulcsszavas tiltólista" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Kulcsszavak vesszővel elválasztott listája, amelyeket nem szabad kettős keresztes címkékké átalakítani, ha az „Információk és kulcsszavak lekérése” ki van jelölve." -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Műveletek" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Állapot" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Beküldés tükrözése ettől a partnertől" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "A partner megjelölése távoli önmagaként. Ezt azt fogja okozni, hogy a Friendica újraküldi az ettől a partnertől származó új bejegyzéseket." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "Csatorna beállításai" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "A partner gyakorisága a kapcsolódó csatornákban" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "A csatorna típusától függően nem minden bejegyzés jelenik meg ettől a partnertől. Alapértelmezetten a bejegyzéseknek minimális számú interakcióval (hozzászólások, kedvelések) kell rendelkezniük ahhoz, hogy megjelenjenek a csatornákon. Másrészt lehetnek olyan partnerek is, akik elárasztják a csatornát, így előfordulhat, hogy csak néhány bejegyzésüket szeretné látni. Vagy egyáltalán nem szeretné látni a tartalmaikat, de nem szeretné teljesen letiltani vagy elrejteni a partnert." + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "Alapértelmezett gyakoriság" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "Ennek a partnernek a bejegyzései akkor jelennek meg az „Önnek” csatornán, ha gyakran lép kapcsolatba ezzel a partnerrel, vagy ha egy bejegyzés elért egy bizonyos interakciós szintet." + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "A partner összes bejegyzésének megjelenítése" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "Ennek a partnernek az összes bejegyzése megjelenik az „Önnek” csatornán." + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "Csak néhány bejegyzés megjelenítése" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "Ha egy partner rövid időn belül sok bejegyzést hoz létre, akkor ez a beállítás csökkenti a megjelenített bejegyzések számát minden csatornán." + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "Soha se jelenítsen meg bejegyzéseket" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "Ennek a partnernek a bejegyzései soha sem jelennek meg semmilyen csatornán." + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Partneradatok ismételt lekérése" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Tiltott állapot átváltása" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Mellőzött állapot átváltása" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "Összecsukott állapot átváltása" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Követés visszavonása" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "A követés visszavonása ettől a partnertől" @@ -6302,10 +6911,6 @@ msgstr "Hibás kérés." msgid "Unknown contact." msgstr "Ismeretlen partner." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "A partner törölve." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "A partner törlésre került." @@ -6323,7 +6928,7 @@ msgstr "Valóban vissza szeretné vonni ennek a partnernek a követését? Ezt a #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Igen" @@ -6353,102 +6958,59 @@ msgstr "A partner követése sikeresen meg lett szüntetve" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Nem lehet megszüntetni ennek a partnernek a követését, vegye fel a kapcsolatot az adminisztrátorral" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Nincs találat." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "A csatorna nem érhető el." + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Ez a közösségi folyam megjeleníti az összes nyilvános bejegyzést, amelyet ez a csomópont megkapott. Előfordulhat, hogy azok nem tükrözik ezen csomópont felhasználóinak véleményét." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Helyi közösség" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Bejegyzések a kiszolgálón lévő helyi felhasználóktól" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globális közösség" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Bejegyzések a teljes föderált hálózat felhasználóitól" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Saját partnerek" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Tartalmazás" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Elrejtés" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Nincs találat." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "A közösségi beállítás nem érhető el." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Nem érhető el." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Nincs ilyen csoport" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "Nincs ilyen kör" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Csoport: %s" +msgid "Circle: %s" +msgstr "Kör: %s" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Legutóbbi tevékenység" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Rendezés a legutóbbi tevékenység szerint" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "A hálózati hírforrás nem érhető el." -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Legutóbbi bejegyzések" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Saját partnerek" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Rendezés a bejegyzés érkezési dátuma szerint" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Tartalmazás" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "Legutóbbi létrehozás" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Rendezés a bejegyzés létrehozási dátuma szerint" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Személyes" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Bejegyzések, amelyek említik vagy tartalmazzák Önt" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Csillagozott" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Kedvenc bejegyzések" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Elrejtés" #: src/Module/Credits.php:44 msgid "Credits" @@ -6666,7 +7228,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Twitter forrás vagy Tweet URL (API-kulcsot igényel)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Bejelentkezve kell lennie a modul használatához" @@ -6727,29 +7289,6 @@ msgstr "WebFinger diagnosztika" msgid "Lookup address:" msgstr "Keresési cím:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Most a következő néven van bejelentkezve: %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Váltás a fiókjai között" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Fiókok kezelése" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Váltás a különböző személyazonosságok vagy közösségi és csoportoldalak között, amelyek megosztják a fiókja részleteit, vagy amelyeket „kezelés” jogosultságokkal ruházott fel" - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "A kezelendő személyazonosság kiválasztása: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet)." @@ -6795,138 +7334,59 @@ msgstr "Ismerősök ajánlása" msgid "Suggest a friend for %s" msgstr "Ismerős ajánlása %s számára" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Telepített bővítmények vagy alkalmazások:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Nincsenek telepített bővítmények vagy alkalmazások" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Olvassa el ennek a csomópontnak a használati feltételeit." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "Ezen a kiszolgálón a következő távoli kiszolgálók vannak tiltva." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "A tiltás oka" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "A lista letöltése CSV formátumban" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "Ez egy %s verziójú Friendica, amely a %s helyen fut a weben. Az adatbázis verziója %s, a bejegyzésfrissítés verziója %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Látogassa meg a Friendi.ca oldalt, hogy többet tudjon meg a Friendica projektről." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Hibák és problémák jelentéséhez látogassa meg" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "a GitHubon lévő hibakövetőt" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Javaslatokat, dicséretet és egyebeket az „info” kukac friendi pont ca címre küldhet." -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Nem sikerült létrehozni a csoportot." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "A csoport nem található." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "A csoport neve nem változott meg." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Ismeretlen csoport." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Nem lehet hozzáadni a partnert a csoporthoz." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "A partner sikeresen hozzáadva a csoporthoz." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Nem lehet eltávolítani a partnert a csoportból." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "A partner sikeresen eltávolítva a csoportból." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Hibás kérés." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Csoport mentése" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Szűrő" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Partnerek vagy ismerősök csoportjának létrehozása." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Nem lehet eltávolítani a csoportot." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Csoport törlése" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Csoport nevének szerkesztése" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Tagok" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "A csoport üres" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Partner eltávolítása a csoportból" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Kattintson egy partnerre a hozzáadáshoz vagy eltávolításhoz." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Partner hozzáadása a csoporthoz" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Nincs profil" @@ -7218,30 +7678,26 @@ msgstr "Új bejegyzés írása" msgid "Visibility" msgstr "Láthatóság" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "A hely törlése" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "A helymeghatározó szolgáltatások nem érhetők el az Ön eszközén" -#: src/Module/Item/Compose.php:204 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "A helymeghatározó szolgáltatások le vannak tiltva. Ellenőrizze a weboldal jogosultságait az Ön eszközén" -#: src/Module/Item/Compose.php:210 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "Mindig megnyitottá teheti ezt az oldalt, ha a téma személyre szabási beállításaiban lévő új bejegyzés gombot használja." -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "A kért elem nem létezik vagy törölték." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Ennek az elemnek a hírforrása nem érhető el." @@ -7276,7 +7732,7 @@ msgstr "Fájlok" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Feltöltés" @@ -7297,14 +7753,14 @@ msgstr "A fájl meghaladja a beállított %s méretkorlátot" msgid "File upload failed." msgstr "A fájl feltöltése sikertelen." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Nem lehet feldolgozni a képet." -#: src/Module/Media/Photo/Upload.php:179 src/Module/Profile/Photos.php:237 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "A kép feltöltése sikertelen." @@ -7336,41 +7792,41 @@ msgstr "Törölve" msgid "List of pending user deletions" msgstr "Függőben lévő felhasználó-törlések listája" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normál fiókoldal" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Szappantartó oldal" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Nyilvános fórum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "Nyilvános csoport" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Automatikus ismerős oldal" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Személyes fórum" +msgid "Private Group" +msgstr "Személyes csoport" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Személyes oldal" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Szervezeti oldal" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Hírek oldal" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Közösségi fórum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "Közösségi csoport" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7426,6 +7882,7 @@ msgid "Block New Remote Contact" msgstr "Új távoli partner tiltása" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Fénykép" @@ -7499,6 +7956,8 @@ msgid "Matching known servers" msgstr "Illeszkedő ismert kiszolgálók" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Kiszolgáló neve" @@ -7642,6 +8101,7 @@ msgstr "Lecseréli a jelenlegi tiltólistát az importált mintákkal." #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Tiltott kiszolgálótartomány-minta" @@ -7755,10 +8215,6 @@ msgstr "Kifejezés" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Említés" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Implicit említés" @@ -7781,6 +8237,237 @@ msgstr "Győződjön meg arról, hogy a debug.store_source beállí msgid "Item Guid" msgstr "Elem GUID értéke" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "A partner nem található, vagy a kiszolgálója már tiltva van ezen a csomóponton." + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "Jelentkezzen be az oldal eléréséhez." + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "Moderálási jelentés létrehozása" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "Partner kiválasztása" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "Adja meg lent a partner címét vagy a profiljának URL-jét, amelyről moderálási jelentést szeretne létrehozni." + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "Partner címe vagy URL-je" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "Kategória kiválasztása" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "Válassza ki lent a jelentés kategóriáját." + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Kéretlen üzenet" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "Ez a partner sok ismétlődő vagy túl hosszú bejegyzést vagy választ tesz közzé, illetve egyébként nem kapcsolódó beszélgetésekben reklámozza a termékét vagy weboldalait." + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Illegális tartalom" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Ez a partner olyan tartalmat tesz közzé, amely a csomópont tárhelyének joghatósága szerint illegálisnak minősül." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "Közösségi biztonság" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "Ez a partner provokációval vagy érzéketlenséggel, szándékosan vagy akaratlanul, de felbosszantotta Önt vagy másokat. Ebbe beletartozik az emberek személyes adatainak felfedése (doxolás), fenyegetések vagy sértő képek közzététele a bejegyzésekben vagy válaszokban." + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Nemkívánatos tartalom vagy viselkedés" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "Ez a partner ismételten a csomópont témájához nem kapcsolódó tartalmakat tesz közzé, nyíltan kritizálja a csomópont adminisztrációját és moderálását, anélkül hogy például közvetlenül kapcsolatba lépett volna az érintettekkel, vagy ismételten feszeget egy érzékeny témát." + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Szabályok megszegése" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "Ez a partner megszegte a csomópont egy vagy több szabályát. A következő lépésben kiválaszthatja, hogy melyeket." + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "Az alábbiakban részletezze, hogy miért küldte be ezt a jelentést. Minél több részletet ad meg, annál jobban lehet kezelni a jelentését." + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "További információk" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "Adjon meg bármilyen további információt, amely az adott jelentéssel kapcsolatos. A következő lépésben csatolhatja az ettől a partnertől származó bejegyzéseket, de bármilyen további információt is szívesen fogadunk." + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "Szabályok kiválasztása" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "Válassza ki az alábbiakban azokat a csomópontszabályokat, amelyeket Ön szerint a partner megszegett." + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "Bejegyzések kiválasztása" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "Esetlegesen válassza ki a jelentéséhez csatolandó bejegyzéseket." + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "Jelentés elküldése" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "További művelet" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "Az alábbi műveletek egyikét is végrehajthatja a jelentett partnerrel kapcsolatban:" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Semmi" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "Partner összecsukása" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "A bejegyzéseik és válaszaik továbbra is megjelennek a hálózat oldalon, de a tartalmuk alapértelmezetten össze lesz csukva." + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "A bejegyzéseik nem jelennek meg többé a hálózat oldalon, de a válaszaik megjelenhetnek a fórum szálaiban. Továbbra is követhetik Önt." + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Partner tiltása" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "A bejegyzéseik nem jelennek meg többé a hálózat oldalon, de a válaszaik megjelenhetnek a fórum szálaiban alapértelmezetten összecsukott tartalommal. Nem követhetik Önt, de más módon továbbra is hozzáférhetnek az Ön nyilvános bejegyzéseihez." + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "Jelentés továbbítása" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "Szeretné továbbítani ezt a jelentést a távoli kiszolgálóra?" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "1. Partner kiválasztása" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "2. Kategória kiválasztása" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "2a. Szabályok kiválasztása" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "2b. Megjegyzés hozzáadása" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "3. Bejegyzések kiválasztása" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "Jelentések listája" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "Ez az oldal a saját vagy a távoli felhasználók által létrehozott jelentéseket jeleníti meg." + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "Nem létezik jelentés ezen a csomóponton." + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "Kategória" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "%s jelentés összesen" +msgstr[1] "%s jelentés összesen" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "A jelentett partner URL-je." + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normál fiók" @@ -7790,8 +8477,8 @@ msgid "Automatic Follower Account" msgstr "Automatikusan követő fiók" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Nyilvános fórum fiók" +msgid "Public Group Account" +msgstr "Nyilvános csoport fiók" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7802,8 +8489,8 @@ msgid "Blog Account" msgstr "Blog fiók" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Személyes fórumfiók" +msgid "Private Group Account" +msgstr "Személyes csoport fiók" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8039,7 +8726,7 @@ msgstr "Azt állítja, hogy Ön ismeri: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Nem" @@ -8103,11 +8790,11 @@ msgstr "Saját értesítések" msgid "Show unread" msgstr "Olvasatlanok megjelenítése" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} regisztrációt kért" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} és még %d személy regisztrációt kért" @@ -8126,7 +8813,7 @@ msgstr "Szeretné felhatalmazni ezt az alkalmazást, hogy hozzáférjen a bejegy msgid "Unsupported or missing response type" msgstr "Nem támogatott vagy hiányzó választípus" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Befejezetlen kérésadat" @@ -8137,11 +8824,11 @@ msgid "" "close this window: %s" msgstr "Másolja be a következő hitelesítési kódot az alkalmazásába, és zárja be ezt az ablakot: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "Érvénytelen adatok vagy ismeretlen ügyfél" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "Nem támogatott vagy hiányzó felhatalmazástípus" @@ -8222,65 +8909,65 @@ msgstr "Listázatlan" msgid "Remote privacy information not available." msgstr "A távoli adatvédelmi információk nem érhetők el." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Látható nekik:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "Gyűjtemény (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Követők (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "%d további" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "Címzett: %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "Másolat: %s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "Rejtett másolat: %s
    " -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "Közönség: %s
    " -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "Neki tulajdonítható: %s
    " -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "A fénykép nem érhető el." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "A(z) %s azonosítóval rendelkező fénykép nem érhető el." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "Érvénytelen külső erőforrás a(z) %s URL-lel." -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Érvénytelen %s azonosítóval rendelkező fénykép." @@ -8321,8 +9008,8 @@ msgstr "Elem címkéjének eltávolítása" msgid "Select a tag to remove: " msgstr "Eltávolítandó címke kiválasztása: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Eltávolítás" @@ -8332,27 +9019,27 @@ msgstr "Nincsenek partnerek." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1090 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "%s idővonala" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1094 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "%s bejegyzései" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1097 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "%s hozzászólásai" #: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 #: src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 +#: src/Module/Settings/Profile/Photo/Index.php:60 #, php-format msgid "Image exceeds size limit of %s" msgstr "A kép meghaladja a beállított %s méretkorlátot" @@ -8375,7 +9062,7 @@ msgstr "A kiszolgáló jelenleg nem tud új fájlfeltöltést fogadni, vegye fel msgid "Image file is empty." msgstr "A képfájl üres." -#: src/Module/Profile/Photos.php:358 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Album megtekintése" @@ -8390,7 +9077,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "A profilját jelenleg %s nevében nézi Mégse" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Teljes név:" @@ -8411,12 +9098,12 @@ msgid "Birthday:" msgstr "Születésnap:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Életkor: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8424,13 +9111,13 @@ msgstr[0] "%d éves" msgstr[1] "%d éves" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Leírás:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Fórumok:" +msgid "Groups:" +msgstr "Csoportok:" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8586,8 +9273,8 @@ msgid "Your invitation code: " msgstr "A meghívási kódja: " #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "A teljes neve (például Kovács János, valódi vagy valódinak látszó): " +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8600,7 +9287,7 @@ msgid "Please repeat your e-mail address:" msgstr "Ismételje meg az e-mail-címét:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Új jelszó:" @@ -8609,7 +9296,7 @@ msgid "Leave empty for an auto generated password." msgstr "Hagyja üresen egy automatikusan előállított jelszóhoz." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Megerősítés:" @@ -8636,11 +9323,11 @@ msgstr "A profilja importálása erre a Friendica példányra" msgid "Note: This node explicitly contains adult content" msgstr "Megjegyzés: ez a csomópont kifejezetten tartalmaz felnőtt tartalmat" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Fölérendelt jelszó:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Adja meg a fölérendelt fiók jelszavát a kérése törvényesítéséhez." @@ -8827,24 +9514,24 @@ msgid "Update Password" msgstr "Jelszó frissítése" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Jelenlegi jelszó:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "A jelenlegi jelszava a változtatások megerősítéséhez" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "Az engedélyezett karakterek az a-z, A-Z, 0-9 tartományokban lévők és a különleges karakterek, kivéve az üres karaktereket és az ékezetes betűket." #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "A jelszó hossza 72 karakterre van korlátozva." @@ -8855,7 +9542,7 @@ msgstr "Hátralévő visszaszerzési kódok: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Érvénytelen kód, próbálja újra." @@ -8940,7 +9627,7 @@ msgid "" msgstr "Ha nem fér hozzá a hitelesítési kódjához, akkor használhat egy kétlépcsős visszaszerzési kódot." #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Adjon meg egy kódot a hitelesítő alkalmazásából" @@ -8968,99 +9655,99 @@ msgstr "Érvénytelen e-mail-cím." msgid "Cannot change to that email." msgstr "Nem lehet megváltoztatni arra az e-mail-címre." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "A beállítások nem lettek frissítve." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Partner CSV-fájl feltöltési hiba" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "A partnerek importálása kész" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Az áthelyezési üzenet el lett küldve a partnereknek" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Nem található a profilja. Vegye fel a kapcsolatot a rendszergazdával." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Személyes oldal altípusai" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Közösségi fórum altípusai" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "Közösségi csoport altípusai" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Egy személyes profil fiókja." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Egy szervezet fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Egy hírportál fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Közösségi beszélgetések fiókja." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Egy szokásos személyes profil fiókja, amely az „ismerősök” és a „követők” kézi jóváhagyását igényli." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Egy nyilvános profil fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Automatikusan jóváhagyja az összes partnerkérést." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Egy népszerű profil fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például az „ismerősöket”." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Személyes fórum [kísérleti]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "Személyes csoport [kísérleti]" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "A partnerkérések kézi jóváhagyását igényli." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Kihagyható) Lehetővé teszi ezen OpenID számára, hogy bejelentkezzen ebbe a fiókba." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Közzéteszi a profilját a helyi oldal könyvtárában?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9068,89 +9755,94 @@ msgid "" " system settings." msgstr "A profilja közzé lesz téve ennek a csomópontnak a helyi könyvtárában. A profilrészletei esetleg nyilvánosan láthatóak lehetnek a rendszerbeállításoktól függően." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "A profilja közzé lesz téve a globális Friendica könyvtárakban is (például itt: %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Fiókbeállítások" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Az Ön személyazonosság-címe „%s” vagy „%s”." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Jelszóbeállítások" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Hagyja üresen a jelszómezőket, különben megváltozik" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Jelszó:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "A jelenlegi jelszava az e-mail-címe megváltoztatásának megerősítéséhez" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "OpenID URL törlése" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Alapvető beállítások" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Megjelenített név:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-mail-cím:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Az Ön időzónája:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Az Ön nyelve:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Annak a nyelvnek a beállítása, amelyet a Friendica felületének megjelenítéséhez és a levelek küldéséhez használunk" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Alapértelmezett bejegyzésküldési hely:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Böngésző helyének használata:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Biztonsági és adatvédelmi beállítások" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Legtöbb ismerőskérés naponta:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(a levélszeméttel való visszaélés elkerüléséhez)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Engedélyezi, hogy a profilja globálisan kereshető legyen?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9158,43 +9850,43 @@ msgid "" "indexed or not." msgstr "Akkor kapcsolja be ezt a beállítást, ha azt szeretné, hogy mások egyszerűen megtalálják és kövessék Önt. A profilja kereshető lesz a távoli rendszereken. Ez a beállítás azt is meghatározza, hogy a Friendica tájékoztatja-e a keresőmotorokat arról, hogy a profilját indexelni kell-e vagy sem." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Elrejti a partnerlistáját vagy ismerőslistáját a profilja megtekintői elől?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "A partnereinek listája a profiloldalán van megjelenítve. Kapcsolja be ezt a beállítást, hogy letiltsa a partnerlistája megjelenítését." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "Nyilvános tartalom elrejtése a névtelen megtekintők elől" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "A névtelen látogatók csak az alapvető profilrészleteit fogják látni. A nyilvános bejegyzései és válaszai továbbra is szabadon elérhetőek lesznek a követői távoli kiszolgálóin és a továbbítókon keresztül." -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Nyilvános bejegyzések felsorolatlanná tétele" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "A nyilvános bejegyzései nem fognak megjelenni a közösségi oldalakon vagy a keresési találatokban, és nem lesznek elküldve az átjátszó kiszolgálóknak. Azonban továbbra is megjelenhetnek a nyilvános hírforrásokban a távoli kiszolgálókon." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Az összes beküldött fénykép elérhetővé tétele" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9202,233 +9894,241 @@ msgid "" "public on your photo albums though." msgstr "Ez a beállítás elérhetővé tesz minden egyes beküldött fényképet a közvetlen hivatkozáson keresztül. Ez egy kerülőmegoldás arra a problémára, hogy a legtöbb más hálózat nem tudja kezelni a fényképek jogosultságait. A nem nyilvános fényképek továbbra sem lesznek láthatóak a nyilvánosság számára a fényképalbumán keresztül." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Engedélyezi az ismerősöknek, hogy beküldjenek a profiloldalára?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "A partnerei bejegyzéseket írhatnak az Ön profilfalára. Ezek a bejegyzések továbbítva lesznek a partnereinek." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Engedélyezi az ismerőseinek, hogy címkézzék a bejegyzéseit?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "A partnerei további címkéket adhatnak a bejegyzéseihez." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Engedélyt ad ismeretlen embereknek, hogy személyes levelet küldjenek Önnek?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "A Friendica hálózat felhasználói akkor is küldhetnek Önnek személyes üzeneteket, ha nincsenek a partnerlistáján." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Legtöbb személyes üzenet naponta az ismeretlen emberektől:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "Alapértelmezett adatvédelmi kör az új partnerekhez" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "Alapértelmezett adatvédelmi kör az új csoportpartnerekhez" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Alapértelmezett bejegyzés-jogosultságok" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Lejárati jogosultságok" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Bejegyzések automatikus lejárata ennyi nap után:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Ha üres, akkor a bejegyzések nem járnak le. A lejárt bejegyzések törölve lesznek." -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Bejegyzések lejárata" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Ha be van kapcsolva, akkor a bejegyzések és a hozzászólások le fognak járni." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Személyes jegyzetek lejárata" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Ha be van kapcsolva, akkor a profiloldalán lévő személyes jegyzetek le fognak járni." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Csillagozott bejegyzések lejárata" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "A bejegyzések csillagozása megakadályozza azok lejáratát. Ez a viselkedés felülírható ezzel a beállítással." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Csak a másoktól származó bejegyzések lejárata" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Ha be van kapcsolva, akkor a saját bejegyzései sosem járnak le. Ekkor a fenti beállítás csak azokra a bejegyzésekre érvényes, amelyeket megkap." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Értesítési beállítások" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Értesítési e-mail küldése a következő esetekben:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Egy bemutatkozást fogad" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "A bemutatkozásait jóváhagyták" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Valaki ír a profilfalára" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Valaki egy követő hozzászólást ír" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Személyes üzenetet kap" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Ismerősajánlást kap" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Megjelölték egy bejegyzésben" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Asztali értesítés létrehozása ekkor:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "Valaki megjelölte Önt" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "Valaki közvetlenül hozzászólt a bejegyzéséhez" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Valaki kedvelte az Ön tartalmát" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "Csak akkor engedélyezhető, ha a közvetlen hozzászólási értesítés engedélyezve van." -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Valaki megosztotta az Ön tartalmát" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "Valaki hozzászólt az Ön szálában" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "Valaki hozzászólt egy olyan szálban, ahol Ön hozzászólt" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Valaki hozzászólt egy olyan szálban, ahol Ön interakcióba került" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Asztali értesítések bekapcsolása" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Felugró üzenet megjelenítése az asztalon új értesítések esetén." -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Csak szöveges értesítési e-mailek" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Csak szöveges értesítési e-mailek küldése a HTML rész nélkül." -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Részletes értesítések megjelenítése" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Alapértelmezetten az értesítések elemenként egyetlen értesítésbe vannak összevonva. Ha engedélyezve van, akkor minden értesítés megjelenik." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" -msgstr "Figyelmen kívül hagyott partnerek értesítéseinek megjelenítése" +msgstr "Mellőzött partnerek értesítéseinek megjelenítése" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." -msgstr "Nem látja a figyelmen kívül hagyott partnerektől érkező bejegyzéseket. Viszont továbbra is látja a hozzászólásaikat. Ez a beállítás azt vezérli, hogy továbbra is szeretne-e olyan normál értesítéseket kapni vagy sem, amelyeket figyelmen kívül hagyott partnerek okoznak." +msgstr "Nem látja a mellőzött partnerektől érkező bejegyzéseket. Viszont továbbra is látja a hozzászólásaikat. Ez a beállítás azt vezérli, hogy továbbra is szeretne-e olyan normál értesítéseket kapni vagy sem, amelyeket mellőzött partnerek okoznak." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Speciális fióktípus vagy oldaltípus beállítások" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "A fiók viselkedésének megváltoztatása bizonyos helyzetekre." -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Partnerek importálása" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "Töltsön fel egy olyan CSV-fájlt, amely a követett fiókok kezelőjét tartalmazza az első oszlopban, ahogy a régi fiókból exportálta." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Fájl feltöltése" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Áthelyezés" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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 "Ha áthelyezte ezt a profilt egy másik kiszolgálóról, és néhány partnere nem kapta meg a frissítéseket, akkor próbálja meg megnyomni ezt a gombot." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Áthelyezési üzenet küldése a partnereknek" @@ -9440,6 +10140,119 @@ msgstr "Bővítménybeállítások" msgid "No Addon settings configured" msgstr "Nincsenek bővítménybeállítások meghatározva" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Leírás" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Hozzáadás" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Nem sikerült kapcsolódni a megadott beállításokat használó e-mail-fiókkal." @@ -9637,221 +10450,255 @@ msgstr "Áthelyezés mappába" msgid "Move to folder:" msgstr "Áthelyezés mappába:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "A meghatalmazás sikeresen megadva." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "A fölérendelt felhasználó nem található, nem érhető el vagy a jelszó nem egyezik." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "A meghatalmazás sikeresen visszavonva." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "A meghatalmazott adminisztrátorok megtekinthetik, de nem változtathatják meg a meghatalmazás jogosultságait." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "A meghatalmazott felhasználó nem található." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Nincs fölérendelt felhasználó" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Fölérendelt felhasználó" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "További fiókok" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "További fiókok regisztrálása, amelyek automatikusan hozzá vannak kapcsolva a meglévő fiókjához, így ebből a fiókból kezelheti azokat." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "További fiók regisztrálása" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "A fölérendelt felhasználóknak teljes ellenőrzése van ezen fiók fölött, beleértve a fiók beállításait is. Ellenőrizze még egyszer, hogy kinek ad hozzáférést." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Meghatalmazottak" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "A meghatalmazottak képesek ezen fiókot vagy oldalt minden szempontból kezelni, kivéve az alapvető fiókbeállításokat. Ne hatalmazzon meg senki mást a személyes fiókja kezeléséhez, akiben nem bízik meg teljes mértékben." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Meglévő oldalmeghatalmazottak" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Lehetséges meghatalmazottak" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Hozzáadás" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Nincsenek bejegyzések." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "A választott téma nem érhető el." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s – (nem támogatott)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "Nincs előnézet" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "Nincs kép" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "Kis kép" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "Nagy kép" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Megjelenítési beállítások" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Általános témabeállítások" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Egyéni témabeállítások" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Tartalombeállítások" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Témabeállítások" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "Idővonalak" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Megjelenítés témája:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobil téma:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Oldalanként megjelenítendő elemek száma:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Legfeljebb 100 elem" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Oldalanként megjelenítendő elemek száma, ha mobil eszközről nézik:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Böngésző frissítése N másodpercenként" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Legalább 10 másodperc. A -1 beírása letiltja." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "Hangulatjelek megjelenítése" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "Ha engedélyezve van, akkor a hangulatjelek ki lesznek cserélve a megfelelő szimbólumokkal." -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Végtelen görgetés" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Új elemek automatikus lekérése az oldal végének elérésekor." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "Intelligens szálkezelés engedélyezése" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "A nem odatartozó szálbehúzások automatikus elnyomásának engedélyezése." -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "A nem tetszik funkció megjelenítése" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "A nem tetszik gomb és a nem tetszik reakciók megjelenítése a bejegyzéseknél és a hozzászólásoknál." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Az újramegosztó megjelenítése" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Az első újramegosztó megjelenítése ikonként és szövegként egy újra megosztott elemnél." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Maradjon helyi" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Ne menjen távoli rendszerre, ha egy partnerhivatkozást követ." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "Hivatkozás-előnézeti mód" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "A hivatkozás előnézetének megjelenése, amely minden egyes hivatkozással rendelkező bejegyzéshez hozzá van adva." -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "Csatorna nyelvei:" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "Válassza ki az összes nyelvet, amelyet látni szeretne a csatornáiban." + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "A hét kezdete:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "Alapértelmezett naptárnézet:" @@ -9867,160 +10714,156 @@ msgstr "Kapcsolt alkalmazások" msgid "Remove authorization" msgstr "Felhatalmazás eltávolítása" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "A profil neve kötelező." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "A megjelenített név kötelező." -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "A profilt nem sikerült frissíteni." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Címke:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Érték:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Mező jogosultságai" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(kattintson a megnyitáshoz vagy bezáráshoz)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Új profilmező hozzáadása" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "A honlap ellenőrizve. A Friendica profiloldalára visszamutató rel=\"me\" hivatkozás található a honlapon." -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "A honlapja ellenőrzéséhez adjon hozzá egy rel=\"me\" hivatkozást a honlapjához, amely a profilja URL-jére mutat (%s)." -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Profilműveletek" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Profil részleteinek szerkesztése" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Profilfénykép megváltoztatása" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profilfénykép" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Hely" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Egyebek" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Egyéni profilmezők" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Profilfénykép feltöltése" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Megjelenített név:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Utca, házszám:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Helység vagy város:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Régió vagy állam:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Irányítószám:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Ország:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) cím:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "Az XMPP-cím közzé lesz téve, hogy az emberek képesek legyenek ott követni Önt." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "Mátrix (Element) cím:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "A Mátrix-cím közzé lesz téve, hogy az emberek képesek legyenek ott követni Önt." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Honlap URL:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Nyilvános kulcsszavak:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Lehetséges ismerősök ajánlásához lesz használva, mások is láthatják)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Személyes kulcsszavak:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Profilok kereséséhez lesz használva, sosem látható másoknak)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Az egyéni mezők a profiloldalán jelennek meg.

    \n\t\t\t\t

    Használhat BBCode formázásokat a mező értékeiben.

    \n\t\t\t\t

    Átrendezheti a mező címének húzásával.

    \n\t\t\t\t

    Törölje ki a címkemezőt egy egyéni mező eltávolításához.

    \n\t\t\t\t

    A nem nyilvános mezőket csak a kijelölt Friendica partnerek vagy a kijelölt csoportban lévő Friendica partnerek láthatják.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "

    Az egyéni mezők a profiloldalán jelennek meg\n\t\t\t\t

    Használhat BBCode formázásokat a mező értékeiben.

    \n\t\t\t\t

    Átrendezheti a mező címének húzásával.

    \n\t\t\t\t

    Törölje ki a címkemezőt egy egyéni mező eltávolításához.

    \n\t\t\t\t

    A nem nyilvános mezőket csak a kijelölt Friendica partnerek vagy a kijelölt körökben lévő Friendica partnerek láthatják.

    " + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Utca, házszám:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Helység vagy város:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Régió vagy állam:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Irányítószám:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Ország:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) cím:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "Az XMPP-cím közzé lesz téve, hogy az emberek képesek legyenek ott követni Önt." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Mátrix (Element) cím:" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "A Mátrix-cím közzé lesz téve, hogy az emberek képesek legyenek ott követni Önt." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Honlap URL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Nyilvános kulcsszavak:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Lehetséges ismerősök ajánlásához lesz használva, mások is láthatják)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Személyes kulcsszavak:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Profilok kereséséhez lesz használva, sosem látható másoknak)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "A kép méretének csökkentése [%s] sikertelen." @@ -10056,257 +10899,299 @@ msgstr "Igazítsa a kép levágását az optimális megtekintéshez." msgid "Use Image As Is" msgstr "Kép használata, ahogy van" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Hiányzó feltöltött kép." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Profilfénykép beállításai" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Jelenlegi profilfénykép" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Profilfénykép feltöltése" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Fénykép feltöltése:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "vagy" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "ezen lépés kihagyása" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "fénykép kiválasztása a fényképalbumából" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica rendszerértesítés]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "A felhasználó törölte a fiókját" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Az Ön Friendica csomópontján egy felhasználó törölte a fiókját. Győződjön meg arról, hogy az adatai el lettek-e távolítva a biztonsági mentésekből." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "A felhasználó-azonosító %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" -msgstr "A felhasználói fiókja sikeresen el lett távolítva. Viszlát!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Saját fiók eltávolítása" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Ez teljesen el fogja távolítani a fiókját. Miután ez megtörtént, nem lesz visszaállítható." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Adja meg a jelszavát az ellenőrzéshez:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "Szeretné mellőzni ezt a kiszolgálót?" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "Szeretné megszüntetni ennek a kiszolgálónak a mellőzését?" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "Távoli kiszolgáló beállításai" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "Kiszolgáló URL" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "Beállítások elmentve" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "Itt találhatja meg az összes olyan távoli kiszolgálót, amelyekkel szemben egyéni moderálási műveleteket hajtott végre. A csomópontja által tiltott kiszolgálók listájáért nézze meg az Információk oldalt." + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "Az Ön összes beállításának törlése a távoli kiszolgálónál" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "Változtatások mentése" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Adja meg a jelszavát az oldal eléréséhez." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "Az alkalmazásfüggő jelszó előállítása sikertelen: a leírás üres." -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "Az alkalmazásfüggő jelszó előállítása sikertelen: a leírás már létezik." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Az új alkalmazásfüggő jelszó előállítva." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Az alkalmazásfüggő jelszavak sikeresen visszavonva." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Az alkalmazásfüggő jelszó sikeresen visszavonva." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Kétlépcsős alkalmazásfüggő jelszavak" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Az alkalmazásfüggő jelszavak az Ön szokásos jelszava helyett használt véletlenszerűen előállított jelszavak, hogy hitelesítsék a fiókját az olyan harmadik féltől származó alkalmazásoknál, amelyek nem támogatják a kétlépcsős hitelesítést.

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Győződjön meg arról, hogy lemásolta-e most az új alkalmazásfüggő jelszavát. Nem fogja tudni újra megnézni a jelszót!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Leírás" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Legutóbb használt" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Visszavonás" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Összes visszavonása" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Ha új alkalmazásfüggő jelszót állít elő, akkor azonnal fel kell használnia. Akkor lesz megjelenítve Önnek, miután előállította azt." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Új alkalmazásfüggő jelszó előállítása" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa a Fairphone 2 készülékemen…" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Előállítás" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "A kétlépcsős hitelesítés sikeresen letiltva." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Egy alkalmazás használata egy mobil eszközön, hogy megkapja a kétlépcsős hitelesítés kódjait, ha a bejelentkezéskor kérik.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Hitelesítő alkalmazás" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Beállítva" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Nincs beállítva" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    Nem fejezte be a hitelesítő alkalmazása beállítását.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    A hitelesítő alkalmazása megfelelően be van állítva.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Visszaszerzési kódok" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Hátralévő érvényes kódok" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Ezek az egyszer használható kódok helyettesíthetnek egy hitelesítő alkalmazás kódot abban az esetben, ha elveszíti a hozzáférést ahhoz.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Alkalmazásfüggő jelszavak" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Előállított alkalmazásfüggő jelszavak" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Ezek a véletlenszerűen előállított jelszavak lehetővé teszik, hogy olyan alkalmazásoknál hitelesítsen, amelyek nem támogatják a kétlépcsős hitelesítést.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Jelenlegi jelszó:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "Meg kell adnia a jelenlegi jelszavát a kétlépcsős hitelesítési beállítások megváltoztatásához." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Kétlépcsős hitelesítés engedélyezése" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Kétlépcsős hitelesítés letiltása" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Visszaszerzési kódok megjelenítése" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Alkalmazásfüggő jelszavak kezelése" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Megbízható böngészők kezelése" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Alkalmazás beállításának befejezése" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Az új visszaszerzési kódok sikeresen előállítva." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Kétlépcsős visszaszerzési kódok" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10315,68 +11200,68 @@ msgid "" "account.

    " msgstr "

    A visszaszerzési kódok használhatók a fiókjához való hozzáféréséhez abban az esetben, ha elveszti a hozzáférést az eszközéhez, és nem tud kétlépcsős hitelesítési kódokat fogadni.

    Tegye ezeket biztonságos helyre! Ha elveszti az eszközét és nincsenek meg a visszaszerzési kódjai, akkor el fogja veszíteni a fiókjához való hozzáférést.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Ha új visszaszerzési kódokat állít elő, akkor le kell másolnia az új kódokat. A régi kódjai többé nem fognak működni." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Új visszaszerzési kódok előállítása" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Következő: ellenőrzés" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "A megbízható böngészők sikeresen eltávolítva." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "A megbízható böngésző sikeresen eltávolítva." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Kétlépcsős megbízható böngészők" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "A megbízható böngészők azok az egyéni böngészők, amelyeknél a kétlépcsős hitelesítés kihagyását választotta a Friendica alkalmazáshoz való hozzáféréshez. Lehetőleg mellőzze ennek a funkciónak a használatát, mivel ez megszüntetheti a kétlépcsős hitelesítés előnyeit." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Eszköz" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "Operációs rendszer" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Megbízható" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "Létrehozva:" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Utolsó használat" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Összes eltávolítása" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "A kétlépcsős hitelesítés sikeresen bekapcsolva." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10396,24 +11281,24 @@ msgid "" "" msgstr "

    Vagy elküldheti a hitelesítési beállításokat kézzel:

    \n
    \n\t
    Kibocsájtó
    \n\t
    %s
    \n\t
    Fiók neve
    \n\t
    %s
    \n\t
    Titkos kulcs
    \n\t
    %s
    \n\t
    Típus
    \n\t
    Időalapú
    \n\t
    Számjegyek száma
    \n\t
    6
    \n\t
    Kivonatoló algoritmus
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Kétlépcsős kód ellenőrzése" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Olvassa be ezt a QR-kódot a hitelesítő alkalmazásával, és küldje el a megkapott kódot.

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

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

    %s

    " msgstr "

    Vagy megnyithatja a következő URL-t a mobil eszközén:

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Kód ellenőrzése és a kétlépcsős hitelesítés engedélyezése" @@ -10448,21 +11333,42 @@ msgid "" " e.g. Mastodon." msgstr "A követett fiókok listájának exportálása CSV-fájlként. Kompatibilis például a Mastodonnal." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "A felső szintű bejegyzés nem látható." + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "A felső szintű bejegyzés törölve lett." + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" -msgstr "Nem található" +msgid "" +"This node has blocked the top-level author or the author of the shared post." +msgstr "Ez a csomópont letiltotta a felső szintű szerzőt vagy a megosztott bejegyzés szerzőjét." #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " -msgstr "

    Sajnos a kért beszélgetés nem érhető el Önnek.

    \n

    A lehetséges okok a következők:

    \n
      \n\t
    • A legfelső szintű bejegyzés nem látható.
    • \n\t
    • A legfelső szintű bejegyzést törölték.
    • \n\t
    • A csomópont letiltotta a legfelső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.
    • \n\t
    • Ön mellőzte vagy letiltotta a legfelső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.
    • \n
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "Ön mellőzte vagy letiltotta a felső szintű szerzőt vagy a megosztott bejegyzés szerzőjét." + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "Ön mellőzte a felső szintű szerző kiszolgálóját vagy a megosztott bejegyzés szerzőjének kiszolgálóját." + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "A beszélgetés nem található" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "Sajnos a kért beszélgetés nem érhető el az Ön számára." + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "A lehetséges okok a következők:" #: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" @@ -10473,7 +11379,7 @@ msgstr "Veremkiíratás:" msgid "Exception thrown in %s:%d" msgstr "Kivétel történt itt: %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10486,14 +11392,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "A regisztrációkor, valamint a felhasználói fiók és a partnerei között történő kommunikáció biztosításához a felhasználónak biztosítania kell egy megjelenített nevet (álnevet), egy felhasználónevet (becenevet) és egy működő e-mail-címet. A nevek hozzáférhetőek lesznek a fiók profiloldalán az oldal bármely látogatója számára, még akkor is, ha más profilrészletek nem jelennek meg. Az e-mail-cím csak az interakciókkal kapcsolatos felhasználói értesítések küldéséhez lesz használva, de nem lesz láthatóan megjelenítve. A fiók felsorolása a csomópont felhasználói könyvtárában vagy a globális felhasználói könyvtárban választható, és a felhasználói beállításokban szabályozható. Ez nem szükséges a kommunikációhoz." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "Ezek az adatok a kommunikációhoz szükségesek, és átadásra kerül a kommunikációs partnerek csomópontjainak, valamint el is lesznek tárolva ott. A felhasználók megadhatnak további személyes adatokat, amelyek szintén átvitelre kerülhetnek a kommunikációs partnerek fiókjaiba." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10504,11 +11410,11 @@ msgid "" "from the nodes of the communication partners." msgstr "Egy bejelentkezett felhasználó bármely időpontban exportálhatja a fiókja adatait a fiók beállításaiból. Ha a felhasználó törölni szeretné a fiókját, akkor azt megteheti a %1$s/settings/removeme oldalon. A fiók törlése végleges lesz. Az adatok törlése kérve lesz a kommunikációs partnerek csomópontjairól is." -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Adatvédelmi nyilatkozat" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "Szabályok" @@ -10516,6 +11422,33 @@ msgstr "Szabályok" msgid "Parameter uri_id is missing." msgstr "Az uri_id paraméter hiányzik." +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "A kért elem nem létezik vagy törölték." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Most a következő néven van bejelentkezve: %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Váltás a fiókjai között" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Fiókok kezelése" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Váltás a különböző személyazonosságok vagy közösségi és csoportoldalak között, amelyek megosztják a fiókja részleteit, vagy amelyeket „kezelés” jogosultságokkal ruházott fel" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "A kezelendő személyazonosság kiválasztása: " + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "A lezárt kiszolgálókon történő felhasználó-importálásokat csak egy adminisztrátor végezheti el." @@ -10564,22 +11497,22 @@ msgstr "Hiba! Nincsenek verzióadatok a fájlban! Ez nem Friendica fiókfájl?" msgid "User '%s' already exists on this server!" msgstr "„%s” felhasználó már létezik ezen a kiszolgálón!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Felhasználó-létrehozási hiba" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "%d partner nincs importálva" msgstr[1] "%d partner nincs importálva" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Felhasználóiprofil-létrehozási hiba" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Kész. Most már bejelentkezhet a felhasználónevével és a jelszavával." @@ -10713,15 +11646,15 @@ msgid "" msgstr "A partnerek oldal oldalsávjában számos eszköz található új ismerősök kereséséhez. Találhatunk embereket az érdeklődésük szerint, kereshetünk embereket név vagy érdeklődés szerint, valamint ajánlásokat adhatunk a hálózati kapcsolatok alapján. Egy teljesen új oldalon az ismerősök ajánlásai általában 24 órán belül kezdenek megjelenni." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Partnerek csoportosítása" +msgid "Add Your Contacts To Circle" +msgstr "Partnerek hozzáadása a körhöz" #: src/Module/Welcome.php:78 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 "Miután szerezett néhány ismerőst, szervezze őket személyes beszélgetési csoportokba a partnerek oldal oldalsávján keresztül, és ezután személyes módon léphet kapcsolatba minden egyes csoporttal a hálózatok oldalon." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "Miután szerezett néhány ismerőst, szervezze őket személyes beszélgetési körökbe a partnerek oldal oldalsávján keresztül, és ezután személyes módon léphet kapcsolatba minden egyes körrel a hálózat oldalon." #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10935,7 +11868,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "%1$s hozzászólt az Ön %2$s szálánál" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica: értesítés]" @@ -10979,7 +11912,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s hozzászólt egy saját %2$s kapcsán: %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Hozzászólás a #%2$d beszélgetéshez %3$s által" @@ -10991,7 +11924,7 @@ msgstr "%s hozzászólt egy olyan elemhez vagy beszélgetéshez, amelyet Ön kö #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Látogassa meg a %s oldalt a beszélgetés megtekintéséhez és/vagy megválaszolásához." @@ -11156,10 +12089,10 @@ msgstr "Kapott egy %2$s által elküldött [url=%1$s]regisztrációs kérést[/u #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Teljes név:\t%s\nOldal címe:\t%s\nBejelentkezési név:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11185,22 +12118,22 @@ msgstr "Kapott egy %2$s által elküldött [url=%1$s]új regisztrációt[/url]." msgid "Please visit %s to have a look at the new registration." msgstr "Látogassa meg a(z) %s oldal, hogy egy pillantást vessen az új regisztrációra." -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s megjelölte Önt" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s megosztott egy új bejegyzést" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "%1$s %2$s kedvelte az Ön #%3$d bejegyzését" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "%1$s %2$s kedvelte az Ön hozzászólását ehhez: #%3$d" @@ -11228,272 +12161,308 @@ msgstr "Vegye fel a kapcsolatot a küldővel erre a bejegyzésre válaszolva, ha msgid "%s posted an update." msgstr "%s frissítést küldött." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Személyes üzenet" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Nyilvános üzenet" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Listázatlan üzenet" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Ezt a bejegyzést szerkesztették" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Csatlakozóüzenet" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Szerkesztés" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Törlés globálisan" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Eltávolítás helyileg" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "%s tiltása" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "%s mellőzése" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "%s összecsukása" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "Bejegyzés jelentése" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Mentés mappába" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Részt veszek" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Nem veszek részt" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Talán részt veszek" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Szál mellőzése" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Szál mellőzésének megszüntetése" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Mellőzési állapot átváltása" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Csillag hozzáadása" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Csillag eltávolítása" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Csillagállapot átváltása" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Kitűzés" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Kitűzés megszüntetése" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Kitűzés állapotának átváltása" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Kitűzve" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Címke hozzáadása" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Idézett megosztás" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Idéző megosztás" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Újra megosztás" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Újra megosztás" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Újra megosztás megszakítása" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Megosztás megszüntetése" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (fogadva: %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Hozzászólás az elemhez a saját rendszerén" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Távoli hozzászólás" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Megosztás ezen keresztül…" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Megosztás külső szolgáltatásokon keresztül" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "ide:" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "ezen keresztül:" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Falról-falra" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "falról-falra szolgáltatáson keresztül:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Válasz erre: %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Több" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Az értesítőfeladat függőben van" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "A távoli kiszolgálókra történő kézbesítés függőben van" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "A távoli kiszolgálókra történő kézbesítés úton van" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "A távoli kiszolgálókra történő kézbesítés többnyire készen van" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "A távoli kiszolgálókra történő kézbesítés készen van" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d hozzászólás" msgstr[1] "%d hozzászólás" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Több megjelenítése" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Kevesebb megjelenítése" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "Újra megosztotta: %s" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "Megtekintette: %s" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "Kedvelte: %s" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "Nem kedvelte: %s" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "Részt vett: %s" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "Talán részt vett: %s" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "Nem vett részt: %s" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "Reagált ezzel: %s: %s" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(nincs tárgy)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s mostantól követi %s partnert." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "követés" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s leállította %s követését." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "követés leállítva" @@ -11851,8 +12820,8 @@ msgid "Textareas font size" msgstr "Szövegdobozok betűmérete" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Segítő fórumok vesszővel elválasztott listája" +msgid "Comma separated list of helper groups" +msgstr "Segítő csoportok vesszővel elválasztott listája" #: view/theme/vier/config.php:131 msgid "don't show" diff --git a/view/lang/hu/strings.php b/view/lang/hu/strings.php index 7ae218ac80..10f6a3fda2 100644 --- a/view/lang/hu/strings.php +++ b/view/lang/hu/strings.php @@ -201,6 +201,9 @@ $a->strings['Apologies but the website is unavailable at the moment.'] = 'Elnéz $a->strings['Delete this item?'] = 'Törli ezt az elemet?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Tiltja ezt a szerzőt? Nem lesz képes követni Önt, és a nyilvános bejegyzéseit sem látja, valamint Ön sem lesz képes megtekinteni az ő bejegyzéseit és értesítéseit.'; $a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'Mellőzi ezt a szerzőt? Nem lesz képes megtekinteni az ő bejegyzéseit és értesítéseit.'; +$a->strings['Collapse this author\'s posts?'] = 'Összecsukja ennek a szerzőnek a bejegyzéseit?'; +$a->strings['Ignore this author\'s server?'] = 'Mellőzi ennek a szerzőnek a kiszolgálóját?'; +$a->strings['You won\'t see any content from this server including reshares in your Network page, the community pages and individual conversations.'] = 'Nem fog látni semmilyen tartalmat erről a kiszolgálóról, beleértve a hálózat oldalon, a közösségi oldalakon és az egyéni beszélgetésekben lévő újra megosztásokat is.'; $a->strings['Like not successful'] = 'A kedvelés sikertelen'; $a->strings['Dislike not successful'] = 'A nem kedvelés sikertelen'; $a->strings['Sharing not successful'] = 'A megosztás sikertelen'; @@ -226,7 +229,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Összes partner'; $a->strings['Followers'] = 'Követők'; $a->strings['Following'] = 'Követés'; -$a->strings['Mutual friends'] = 'Kölcsönösen ismerősök'; $a->strings['Common'] = 'Közös'; $a->strings['Addon not found'] = 'A bővítmény nem található'; $a->strings['Addon already enabled'] = 'A bővítmény már engedélyezve van'; @@ -300,6 +302,7 @@ $a->strings['GNU Social Connector'] = 'GNU Social összekötő'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; $a->strings['Tumblr'] = 'Tumblr'; +$a->strings['Bluesky'] = 'Bluesky'; $a->strings['%s (via %s)'] = '%s (ezen keresztül: %s)'; $a->strings['and'] = 'és'; $a->strings['and %d other people'] = 'és %d más személy'; @@ -368,6 +371,7 @@ $a->strings['Italic'] = 'Dőlt'; $a->strings['Underline'] = 'Aláhúzott'; $a->strings['Quote'] = 'Idézet'; $a->strings['Add emojis'] = 'Emodzsik hozzáadása'; +$a->strings['Content Warning'] = 'Tartalom figyelmeztetés'; $a->strings['Code'] = 'Kód'; $a->strings['Image'] = 'Kép'; $a->strings['Link'] = 'Hivatkozás'; @@ -385,16 +389,11 @@ $a->strings['Public post'] = 'Nyilvános bejegyzés'; $a->strings['Message'] = 'Üzenet'; $a->strings['Browser'] = 'Böngésző'; $a->strings['Open Compose page'] = 'Írás oldal megnyitása'; -$a->strings['Pinned item'] = 'Kitűzött elem'; -$a->strings['View %s\'s profile @ %s'] = '%s profiljának megtekintése ezen: %s'; -$a->strings['Categories:'] = 'Kategóriák:'; -$a->strings['Filed under:'] = 'Iktatva itt:'; -$a->strings['%s from %s'] = '%s tőle: %s'; -$a->strings['View in context'] = 'Megtekintés környezetben'; $a->strings['remove'] = 'eltávolítás'; $a->strings['Delete Selected Items'] = 'Kijelölt elemek törlése'; $a->strings['You had been addressed (%s).'] = 'Önt megszólították (%s).'; $a->strings['You are following %s.'] = 'Ön követi őt: %s.'; +$a->strings['You subscribed to %s.'] = 'Ön feliratkozott erre: %s.'; $a->strings['You subscribed to one or more tags in this post.'] = 'Ön feliratkozott egy vagy több címkére ebben a bejegyzésben.'; $a->strings['%s reshared this.'] = '%s újra megosztotta ezt.'; $a->strings['Reshared'] = 'Újra megosztva'; @@ -411,14 +410,48 @@ $a->strings['Local delivery'] = 'Helyi kézbesítés'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Eltárolva az Ön tevékenysége miatt (kedvelés, hozzászólás, csillagozás stb.)'; $a->strings['Distributed'] = 'Elosztott'; $a->strings['Pushed to us'] = 'Leküldve nekünk'; +$a->strings['Pinned item'] = 'Kitűzött elem'; +$a->strings['View %s\'s profile @ %s'] = '%s profiljának megtekintése ezen: %s'; +$a->strings['Categories:'] = 'Kategóriák:'; +$a->strings['Filed under:'] = 'Iktatva itt:'; +$a->strings['%s from %s'] = '%s tőle: %s'; +$a->strings['View in context'] = 'Megtekintés környezetben'; +$a->strings['For you'] = 'Önnek'; +$a->strings['Posts from contacts you interact with and who interact with you'] = 'Azoktól a partnerektől származó bejegyzések, akikkel kapcsolatba kerül és akik kapcsolatba kerülnek Önnel'; +$a->strings['What\'s Hot'] = 'Mi a menő'; +$a->strings['Posts with a lot of interactions'] = 'Sok interakcióval rendelkező bejegyzések'; +$a->strings['Posts in %s'] = 'Bejegyzések ebben: %s'; +$a->strings['Posts from your followers that you don\'t follow'] = 'Az olyan követőitől származó bejegyzések, akiket nem követ'; +$a->strings['Sharers of sharers'] = 'Megosztók megosztói'; +$a->strings['Posts from accounts that are followed by accounts that you follow'] = 'Az Ön által követett fiókok által követett fiókokból származó bejegyzések'; +$a->strings['Images'] = 'Képek'; +$a->strings['Posts with images'] = 'Képekkel rendelkező bejegyzések'; +$a->strings['Audio'] = 'Hang'; +$a->strings['Posts with audio'] = 'Hanggal rendelkező bejegyzések'; +$a->strings['Videos'] = 'Videók'; +$a->strings['Posts with videos'] = 'Videókkal rendelkező bejegyzések'; +$a->strings['Local Community'] = 'Helyi közösség'; +$a->strings['Posts from local users on this server'] = 'Bejegyzések a kiszolgálón lévő helyi felhasználóktól'; +$a->strings['Global Community'] = 'Globális közösség'; +$a->strings['Posts from users of the whole federated network'] = 'Bejegyzések a teljes föderált hálózat felhasználóitól'; +$a->strings['Latest Activity'] = 'Legutóbbi tevékenység'; +$a->strings['Sort by latest activity'] = 'Rendezés a legutóbbi tevékenység szerint'; +$a->strings['Latest Posts'] = 'Legutóbbi bejegyzések'; +$a->strings['Sort by post received date'] = 'Rendezés a bejegyzés érkezési dátuma szerint'; +$a->strings['Latest Creation'] = 'Legutóbbi létrehozás'; +$a->strings['Sort by post creation date'] = 'Rendezés a bejegyzés létrehozási dátuma szerint'; +$a->strings['Personal'] = 'Személyes'; +$a->strings['Posts that mention or involve you'] = 'Bejegyzések, amelyek említik vagy tartalmazzák Önt'; +$a->strings['Starred'] = 'Csillagozott'; +$a->strings['Favourite Posts'] = 'Kedvenc bejegyzések'; $a->strings['General Features'] = 'Általános funkciók'; $a->strings['Photo Location'] = 'Fénykép helye'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'A fénykép metaadatai általában ki vannak törölve. Ez kinyeri a helyet (ha meg van adva) a metaadatok törlése előtt, és hivatkozást készít rá egy térképen.'; $a->strings['Trending Tags'] = 'Népszerű címkék'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Egy közösségi oldal felületi elem megjelenítése a legutóbbi nyilvános bejegyzésekben lévő legnépszerűbb címkék listájával.'; $a->strings['Post Composition Features'] = 'Bejegyzés-összeállítási funkciók'; -$a->strings['Auto-mention Forums'] = 'Fórumok automatikus említése'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Említés hozzáadása vagy eltávolítása, ha egy fórumoldalt kiválasztanak vagy megszüntetik a kiválasztását az ACL ablakokban.'; +$a->strings['Auto-mention Groups'] = 'Csoportok automatikus említése'; +$a->strings['Add/remove mention when a group page is selected/deselected in ACL window.'] = 'Említés hozzáadása vagy eltávolítása, ha egy csoportoldalt kiválasztanak vagy megszüntetik a kiválasztását az ACL ablakokban.'; $a->strings['Explicit Mentions'] = 'Közvetlen említések'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Közvetlen említések hozzáadása a hozzászólásmezőhöz kézi vezérléssel, hogy ki lesz megemlítve a válaszokban.'; $a->strings['Add an abstract from ActivityPub content warnings'] = 'Kivonat hozzáadása az ActivityPub tartalomfigyelmeztetéseiből'; @@ -427,8 +460,8 @@ $a->strings['Post/Comment Tools'] = 'Bejegyzés és hozzászólás eszközök'; $a->strings['Post Categories'] = 'Bejegyzéskategóriák'; $a->strings['Add categories to your posts'] = 'Kategóriák hozzáadása a bejegyzéseihez.'; $a->strings['Advanced Profile Settings'] = 'Speciális profilbeállítások'; -$a->strings['List Forums'] = 'Fórumok felsorolása'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Nyilvános közösségi fórumok megjelenítése a látogatóknak a speciális profiloldalon.'; +$a->strings['List Groups'] = 'Csoportok felsorolása'; +$a->strings['Show visitors public groups at the Advanced Profile Page'] = 'Nyilvános csoportok megjelenítése a látogatóknak a speciális profiloldalon.'; $a->strings['Tag Cloud'] = 'Címkefelhő'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Személyes címkefelhő biztosítása a profiloldalán.'; $a->strings['Display Membership Date'] = 'Tagsági dátum megjelenítése'; @@ -436,10 +469,11 @@ $a->strings['Display membership date in profile'] = 'Tagsági dátum megjelenít $a->strings['Advanced Calendar Settings'] = 'Speciális naptárbeállítások'; $a->strings['Allow anonymous access to your calendar'] = 'Névtelen hozzáférés engedélyezése a naptárához'; $a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Lehetővé teszi a névtelen látogatók számára a naptára és a nyilvános eseményei megtekintését. A partner születésnapi eseményei az Ön számára magánjellegűek.'; -$a->strings['Forums'] = 'Fórumok'; -$a->strings['External link to forum'] = 'Külső hivatkozás a fórumhoz'; +$a->strings['Groups'] = 'Csoportok'; +$a->strings['External link to group'] = 'Külső hivatkozás a csoporthoz'; $a->strings['show less'] = 'kevesebb megjelenítése'; $a->strings['show more'] = 'több megjelenítése'; +$a->strings['Create new group'] = 'Új csoport létrehozása'; $a->strings['event'] = 'esemény'; $a->strings['status'] = 'állapot'; $a->strings['photo'] = 'fénykép'; @@ -454,13 +488,14 @@ $a->strings['Send PM'] = 'Személyes üzenet küldése'; $a->strings['Block'] = 'Tiltás'; $a->strings['Ignore'] = 'Mellőzés'; $a->strings['Collapse'] = 'Összecsukás'; +$a->strings['Ignore %s server'] = 'A(z) %s kiszolgáló mellőzése'; $a->strings['Languages'] = 'Nyelvek'; $a->strings['Connect/Follow'] = 'Kapcsolódás vagy követés'; $a->strings['Unable to fetch user.'] = 'Nem lehet lekérni a felhasználót.'; $a->strings['Nothing new here'] = 'Semmi új nincs itt'; $a->strings['Go back'] = 'Vissza'; $a->strings['Clear notifications'] = 'Értesítések törlése'; -$a->strings['@name, !forum, #tags, content'] = '@név, !fórum, #címkék, tartalom'; +$a->strings['@name, !group, #tags, content'] = '@név, !csoport, #címkék, tartalom'; $a->strings['Logout'] = 'Kijelentkezés'; $a->strings['End this session'] = 'Munkamenet befejezése'; $a->strings['Login'] = 'Bejelentkezés'; @@ -556,8 +591,9 @@ $a->strings['Random Profile'] = 'Véletlen profil'; $a->strings['Invite Friends'] = 'Ismerősök meghívása'; $a->strings['Global Directory'] = 'Globális könyvtár'; $a->strings['Local Directory'] = 'Helyi könyvtár'; -$a->strings['Groups'] = 'Csoportok'; +$a->strings['Circles'] = 'Körök'; $a->strings['Everyone'] = 'Mindenki'; +$a->strings['No relationship'] = 'Nincs kapcsolat'; $a->strings['Relationships'] = 'Kapcsolatok'; $a->strings['All Contacts'] = 'Összes partner'; $a->strings['Protocols'] = 'Protokollok'; @@ -570,11 +606,13 @@ $a->strings['%d contact in common'] = [ 1 => '%d partner közös', ]; $a->strings['Archives'] = 'Archívumok'; +$a->strings['On this date'] = 'Ezen a napon'; $a->strings['Persons'] = 'Személyek'; $a->strings['Organisations'] = 'Szervezetek'; $a->strings['News'] = 'Hírek'; $a->strings['Account Types'] = 'Fióktípusok'; $a->strings['All'] = 'Összes'; +$a->strings['Channels'] = 'Csatornák'; $a->strings['Export'] = 'Exportálás'; $a->strings['Export calendar as ical'] = 'Naptár exportálása iCal-ként'; $a->strings['Export calendar as csv'] = 'Naptár exportálása CSV-ként'; @@ -591,11 +629,14 @@ $a->strings['Trending Tags (last %d hour)'] = [ 1 => 'Népszerű címkék (legutóbbi %d óra)', ]; $a->strings['More Trending Tags'] = 'További népszerű címkék'; +$a->strings['Post to group'] = 'Beküldés csoportba'; +$a->strings['Mention'] = 'Említés'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Mátrix:'; $a->strings['Location:'] = 'Hely:'; $a->strings['Network:'] = 'Hálózat:'; $a->strings['Unfollow'] = 'Követés megszüntetése'; +$a->strings['View group'] = 'Csoport megtekintése'; $a->strings['Yourself'] = 'Önmaga'; $a->strings['Mutuals'] = 'Kölcsönösen ismerősök'; $a->strings['Post to Email'] = 'Beküldés e-mailbe'; @@ -603,7 +644,7 @@ $a->strings['Public'] = 'Nyilvános'; $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.'] = 'Ez a tartalom meg fog jelenni az összes követőjének, és látható lesz a közösségi oldalakon, valamint bárki számára a hivatkozásával.'; $a->strings['Limited/Private'] = 'Korlátozott vagy személyes'; $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.'] = 'Ez a tartalom csak az első mezőben lévő embereknek fog megjelenni, kivéve a második mezőben említett embereknek. Nem jelenik meg sehol sem nyilvánosan.'; -$a->strings['Start typing the name of a contact or a group to show a filtered list. You can also mention the special groups "Followers" and "Mutuals".'] = 'Kezdje el gépelni egy partner vagy csoport nevét egy szűrt lista megjelenítéséhez. Megemlítheti a „Követők” és a „Kölcsönösen ismerősök” különleges csoportokat is.'; +$a->strings['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Kezdje el gépelni egy partner vagy kör nevét egy szűrt lista megjelenítéséhez. Megemlítheti a „Követők” és a „Kölcsönösen ismerősök” különleges köröket is.'; $a->strings['Show to:'] = 'Megjelenítés nekik:'; $a->strings['Except to:'] = 'Kivéve nekik:'; $a->strings['CC: email addresses'] = 'Másolat: e-mail-címek'; @@ -714,6 +755,8 @@ $a->strings['Sep'] = 'Sze'; $a->strings['Oct'] = 'Okt'; $a->strings['Nov'] = 'Nov'; $a->strings['Dec'] = 'Dec'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'A(z) „%s” naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”).'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'A(z) „%s” hibakeresési naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”).'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'A Friendica jelenleg nem tudja megjeleníteni ezt az oldalt. Vegye fel a kapcsolatot a rendszergazdával.'; $a->strings['template engine cannot be registered without a name.'] = 'a sablonmotort nem lehet regisztrálni név nélkül.'; $a->strings['template engine is not registered!'] = 'a sablonmotor nincs regisztrálva!'; @@ -762,9 +805,18 @@ $a->strings['Unauthorized'] = 'Nem engedélyezett'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'A token nincs felhatalmazva egy érvényes felhasználóval, vagy hiányzik a szükséges hatókör'; $a->strings['Internal Server Error'] = 'Belső kiszolgálóhiba'; $a->strings['Legacy module file not found: %s'] = 'Az örökölt modulfájl nem található: %s'; +$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Egy ilyen névvel rendelkező törölt kör újraéledt. Lehet, hogy a meglévő elemjogosultságok alkalmazva lesznek erre a körre és bármely jövőbeli tagjaira. Ha ez nem az, amit szeretett volna, akkor hozzon létre egy másik kört eltérő névvel.'; +$a->strings['Everybody'] = 'Mindenki'; +$a->strings['edit'] = 'szerkesztés'; +$a->strings['add'] = 'hozzáadás'; +$a->strings['Edit circle'] = 'Kör szerkesztése'; +$a->strings['Contacts not in any circle'] = 'Egyetlen körben sem lévő partnerek'; +$a->strings['Create a new circle'] = 'Új kör létrehozása'; +$a->strings['Circle Name: '] = 'Kör neve: '; +$a->strings['Edit circles'] = 'Körök szerkesztése'; $a->strings['Approve'] = 'Jóváhagyás'; $a->strings['Organisation'] = 'Szervezet'; -$a->strings['Forum'] = 'Fórum'; +$a->strings['Group'] = 'Csoport'; $a->strings['Disallowed profile URL.'] = 'Nem engedélyezett profil URL.'; $a->strings['Blocked domain'] = 'Tiltott tartomány'; $a->strings['Connect URL missing.'] = 'A kapcsolódási URL hiányzik.'; @@ -802,16 +854,6 @@ $a->strings['Show map'] = 'Térkép megjelenítése'; $a->strings['Hide map'] = 'Térkép elrejtése'; $a->strings['%s\'s birthday'] = '%s születésnapja'; $a->strings['Happy Birthday %s'] = 'Boldog születésnapot, %s'; -$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.'] = 'Egy ilyen névvel rendelkező törölt csoport újraéledt. Lehet, hogy a meglévő elemjogosultságok alkalmazva lesznek erre a csoportra és bármely jövőbeli tagjaira. Ha ez nem az, amit szeretett volna, akkor hozzon létre egy másik csoportot eltérő névvel.'; -$a->strings['Default privacy group for new contacts'] = 'Alapértelmezett adatvédelmi csoport az új partnerekhez'; -$a->strings['Everybody'] = 'Mindenki'; -$a->strings['edit'] = 'szerkesztés'; -$a->strings['add'] = 'hozzáadás'; -$a->strings['Edit group'] = 'Csoport szerkesztése'; -$a->strings['Contacts not in any group'] = 'Egyetlen csoportban sem lévő partnerek'; -$a->strings['Create a new group'] = 'Új csoport létrehozása'; -$a->strings['Group Name: '] = 'Csoport neve: '; -$a->strings['Edit groups'] = 'Csoportok szerkesztése'; $a->strings['Detected languages in this post:\n%s'] = 'A bejegyzésben felismert nyelvek:\n%s'; $a->strings['activity'] = 'tevékenység'; $a->strings['comment'] = 'hozzászólás'; @@ -911,69 +953,13 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Hiba $a->strings['An error occurred creating your default profile. Please try again.'] = 'Hiba történt az alapértelmezett profil létrehozásakor. Próbálja újra.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Hiba történt a saját partnere létrehozásakor. Próbálja újra.'; $a->strings['Friends'] = 'Ismerősök'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'Hiba történt az alapértelmezett partnercsoport létrehozásakor. Próbálja újra.'; +$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'Hiba történt az alapértelmezett partnerkör létrehozásakor. Próbálja újra.'; $a->strings['Profile Photos'] = 'Profilfényképek'; $a->strings[' Dear %1$s, the administrator of %2$s has set up an account for you.'] = ' Kedves %1$s! A(z) %2$s adminisztrátora beállított egy fiókot Önnek.'; -$a->strings[' - The login details are as follows: - - Site Location: %1$s - Login Name: %2$s - Password: %3$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %1$s/settings/removeme - - Thank you and welcome to %4$s.'] = ' - A bejelentkezés részletei a következők: - - Oldal címe: %1$s - Bejelentkezési név: %2$s - Jelszó: %3$s - - A jelszavát a fiókja „Beállítások” oldalán változtathatja meg, miután - bejelentkezett. - - Szánjon pár percet a többi fiókbeállítás felülvizsgálatára is azon az oldalon. - - Érdemes lehet néhány alapvető információt is hozzáadnia az - alapértelmezett profiljához (a „Profilok” oldalon), azért hogy más - emberek egyszerűen megtalálják Önt. - - Azt ajánljuk, hogy állítsa be a teljes nevét, adjon hozzá - profilfényképet, adjon hozzá néhány profil „kulcsszót” (nagyon hasznos - új ismerősök kereséséhez), valamint talán azt, hogy mely országban él, - ha nem szeretne annál pontosabbat megadni. - - Teljes mértékben tiszteletben tartjuk az adatvédelemmel kapcsolatos - jogát, és ezen elemek egyike sem kötelező. Ha még új itt, és senkit - sem ismer, akkor ezek segíthetnek Önnek néhány új és érdekes - ismerőst találni. - - Ha bármikor törölni szeretné a fiókját, akkor megteheti azt a - következő címen: %1$s/settings/removeme - - Köszönjük, és üdvözöljük a %4$s oldalon.'; $a->strings['Registration details for %s'] = 'Regisztrációs részletek ehhez: %s'; $a->strings[' Dear %1$s, @@ -1002,62 +988,6 @@ $a->strings[' Kedves %1$s! Köszönjük, hogy regisztrált itt: %2$s. A fiókja létrejött. '; -$a->strings[' - The login details are as follows: - - Site Location: %3$s - Login Name: %1$s - Password: %5$s - - You may change your password from your account "Settings" page after logging - in. - - Please take a few moments to review the other account settings on that page. - - You may also wish to add some basic information to your default profile - (on the "Profiles" page) so that other people can easily find you. - - We recommend setting your full name, adding a profile photo, - adding some profile "keywords" (very useful in making new friends) - and - perhaps what country you live in; if you do not wish to be more specific - than that. - - We fully respect your right to privacy, and none of these items are necessary. - If you are new and do not know anybody here, they may help - you to make some new and interesting friends. - - If you ever want to delete your account, you can do so at %3$s/settings/removeme - - Thank you and welcome to %2$s.'] = ' - A bejelentkezés részletei a következők: - - Oldal címe: %3$s - Bejelentkezési név: %1$s - Jelszó: %5$s - - A jelszavát a fiókja „Beállítások” oldalán változtathatja meg, miután - bejelentkezett. - - Szánjon pár percet a többi fiókbeállítás felülvizsgálatára is azon az oldalon. - - Érdemes lehet néhány alapvető információt is hozzáadnia az - alapértelmezett profiljához (a „Profilok” oldalon), azért hogy más - emberek egyszerűen megtalálják Önt. - - Azt ajánljuk, hogy állítsa be a teljes nevét, adjon hozzá - profilfényképet, adjon hozzá néhány profil „kulcsszót” (nagyon hasznos - új ismerősök kereséséhez), valamint talán azt, hogy mely országban él, - ha nem szeretne annál pontosabbat megadni. - - Teljes mértékben tiszteletben tartjuk az adatvédelemmel kapcsolatos - jogát, és ezen elemek egyike sem kötelező. Ha még új itt, és senkit - sem ismer, akkor ezek segíthetnek Önnek néhány új és érdekes - ismerőst találni. - - Ha bármikor törölni szeretné a fiókját, akkor megteheti azt a - következő címen: %3$s/settings/removeme - - Köszönjük, és üdvözöljük a %2$s oldalon.'; $a->strings['Addon not found.'] = 'A bővítmény nem található.'; $a->strings['Addon %s disabled.'] = 'A(z) „%s” bővítmény letiltva.'; $a->strings['Addon %s enabled.'] = 'A(z) „%s” bővítmény engedélyezve.'; @@ -1261,7 +1191,7 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Ennek eng $a->strings['Global directory URL'] = 'Globális könyvtár URL'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'Az URL a globális könyvtárhoz. Ha ez nincs beállítva, akkor a globális könyvtár teljesen elérhetetlen lesz az alkalmazásoknak.'; $a->strings['Private posts by default for new users'] = 'Alapértelmezetten személyes bejegyzések az új felhasználóknál'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Az összes új tag alapértelmezett bejegyzés-jogosultságainak beállítása az alapértelmezett adatvédelmi csoportra a nyilvános helyett.'; +$a->strings['Set default post permissions for all new members to the default privacy circle rather than public.'] = 'Az összes új tag alapértelmezett bejegyzés-jogosultságainak beállítása az alapértelmezett adatvédelmi körre a nyilvános helyett.'; $a->strings['Don\'t include post content in email notifications'] = 'Ne ágyazza be a bejegyzés tartalmát az e-mailes értesítésekbe'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Adatvédelmi intézkedésként ne ágyazza be egy bejegyzés, hozzászólás, személyes üzenet stb. tartalmát azokba az e-mailes értesítésekbe, amelyek erről az oldalról kerülnek kiküldésre.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Nyilvános hozzáférés letiltása az alkalmazások menüben felsorolt bővítményekhez'; @@ -1280,8 +1210,6 @@ $a->strings['Enable multiple registrations'] = 'Többszörös regisztrációk en $a->strings['Enable users to register additional accounts for use as pages.'] = 'Lehetővé teszi a felhasználóknak, hogy további fiókokat regisztráljanak oldalakként történő használathoz.'; $a->strings['Enable OpenID'] = 'OpenID engedélyezése'; $a->strings['Enable OpenID support for registration and logins.'] = 'Az OpenID támogatás engedélyezése a regisztrációnál és a bejelentkezéseknél.'; -$a->strings['Enable Fullname check'] = 'Teljes név ellenőrzésének engedélyezése'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Lehetővé teszi annak ellenőrzését, hogy a felhasználóknak csak a teljes nevükben lévő vezetéknév és a keresztnév közti szóközzel legyen lehetőségük regisztrálniuk.'; $a->strings['Email administrators on new registration'] = 'E-mail küldése az adminisztrátoroknak új regisztrációkor'; $a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Ha engedélyezve van, és a rendszer nyitott regisztrációhoz van beállítva, akkor minden új regisztrációról e-mail lesz küldve az adminisztrátoroknak.'; $a->strings['Community pages for visitors'] = 'Közösségi oldalak a látogatók számára'; @@ -1301,7 +1229,7 @@ $a->strings['If you wish, you can turn on strict certificate checking. This will $a->strings['Proxy user'] = 'Proxy felhasználó'; $a->strings['User name for the proxy server.'] = 'Felhasználónév a proxy-kiszolgálóhoz.'; $a->strings['Proxy URL'] = 'Proxy URL'; -$a->strings['If you want to use a proxy server that Friendica should use to connect to the network, put the URL of the proxy here.'] = 'Ha olyan proxy-kiszolgálót szeretne használni, amelyet a Friendicának a hálózathoz való kapcsolódáshoz használnia kell, akkor itt adja meg a proxy URL-ét.'; +$a->strings['If you want to use a proxy server that Friendica should use to connect to the network, put the URL of the proxy here.'] = 'Ha olyan proxy-kiszolgálót szeretne használni, amelyet a Friendicának a hálózathoz való kapcsolódáshoz használnia kell, akkor itt adja meg a proxy URL-jét.'; $a->strings['Network timeout'] = 'Hálózati időkorlát'; $a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = 'Az érték másodpercben van. Állítsa 0-ra a korlátlan időhöz (nem ajánlott).'; $a->strings['Maximum Load Average'] = 'Legnagyobb terhelésátlag'; @@ -1317,10 +1245,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interaktorok: a helyi partnereink partnerei és a helyileg látható beküldésekkel kapcsolatba került partnerek lesznek felfedezve a követőik vagy követésiek számára.'; $a->strings['Synchronize the contacts with the directory server'] = 'A partnerek szinkronizálása a könyvtárkiszolgálóval'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Ha engedélyezve van, akkor a rendszer időszakosan ellenőrizni fogja az új partnereket a meghatározott könyvtárkiszolgálón.'; -$a->strings['Days between requery'] = 'Ismételt lekérdezések közti napok'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'A napok száma, amely után egy kiszolgáló ismét lekérdezésre kerül a partnereiért.'; $a->strings['Discover contacts from other servers'] = 'Partnerek felfedezése más kiszolgálókról'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Más kiszolgálók időszakos lekérdezése partnerek után. A rendszer Friendica, Mastodon és Hubzilla kiszolgálókat kérdez le.'; +$a->strings['Days between requery'] = 'Ismételt lekérdezések közti napok'; $a->strings['Search the local directory'] = 'A helyi könyvtár keresése'; $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 helyi könyvtár keresése a globális könyvtár helyett. Helyi kereséskor minden egyes keresés a globális könyvtárban lesz végrehajtva a háttérben. Ez javítja a keresési eredményeket, ha a keresést megismétlik.'; $a->strings['Publish server information'] = 'Kiszolgálóinformációk közzététele'; @@ -1345,8 +1271,8 @@ $a->strings['Temp path'] = 'Ideiglenes mappa útvonala'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Ha korlátozott rendszere van, ahol a webkiszolgáló nem tudja elérni a rendszer ideiglenes mappájának útvonalát, akkor adjon meg egy másik útvonalat itt.'; $a->strings['Only search in tags'] = 'Keresés csak címkékben'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'Nagy rendszereknél a szöveges keresés rendkívüli módon lelassíthatja a rendszert.'; -$a->strings['Generate counts per contact group when calculating network count'] = 'Partnercsoportonkénti számlálások előállítása a hálózatszám kiszámításakor'; -$a->strings['On systems with users that heavily use contact groups the query can be very expensive.'] = 'Olyan rendszereken, ahol a felhasználók nagymértékben használják a partnercsoportokat, a lekérdezés nagyon költséges lehet.'; +$a->strings['Generate counts per contact circle when calculating network count'] = 'Partnerkörönkénti számlálások előállítása a hálózatszám kiszámításakor'; +$a->strings['On systems with users that heavily use contact circles the query can be very expensive.'] = 'Olyan rendszereken, ahol a felhasználók nagymértékben használják a partnerköröket, a lekérdezés nagyon költséges lehet.'; $a->strings['Maximum number of parallel workers'] = 'Párhuzamos feldolgozók legnagyobb száma'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'Osztott tárhelyszolgáltatóknál állítsa ezt %d értékre. Nagyobb rendszereknél érdemes a számot %d értékre állítani. Az alapértelmezett érték %d.'; $a->strings['Enable fastlane'] = 'Prioritásos sor engedélyezése'; @@ -1390,8 +1316,6 @@ $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.'] = 'A Friendica beállításai most a „config/local.config.php” fájlban vannak eltárolva. Másolja le a „config/local-sample.config.php” fájlt, és helyezze át a beállításokat a .htconfig.php fájlból. Az átvitelhez való segítségért nézze meg a beállítások súgóoldalát.'; $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 Friendica beállításai most a „config/local.config.php” fájlban vannak eltárolva. Másolja le a „config/local-sample.config.php” fájlt, és helyezze át a beállításokat a config/local.ini.php fájlból. Az átvitelhez való segítségért nézze meg a beállítások súgóoldalát.'; $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 %s nem érhető el a rendszeréről. Ez súlyos beállítási probléma, amely megakadályozza a kiszolgálók közti kommunikációt. Nézze meg a telepítési oldalt a segítségért.'; -$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'A(z) „%s” naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%s”).'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'A(z) „%s” hibakeresési naplófájl nem használható. Nem lehetséges a naplózás (hiba: „%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 Friendica „system.basepath” beállítása frissítve lett „%s” értékről „%s” értékre. Távolítsa el a „system.basepath” beállítást az adatbázisából az eltérések elkerüléséhez.'; $a->strings['Friendica\'s current system.basepath \'%s\' is wrong and the config file \'%s\' isn\'t used.'] = 'A Friendica jelenlegi „system.basepath” értéke („%s”) hibás, és a(z) „%s” beállítófájl nincs használva.'; $a->strings['Friendica\'s current system.basepath \'%s\' is not equal to the config file \'%s\'. Please fix your configuration.'] = 'A Friendica jelenlegi „system.basepath” értéke („%s”) nem azonos a(z) „%s” beállítófájlban lévővel. Javítsa a beállításokat.'; @@ -1462,6 +1386,9 @@ $a->strings['Monthly posting limit of %d post reached. The post was rejected.'] 0 => 'A havi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva.', 1 => 'A havi %d bejegyzésből álló beküldési korlát elérve. A bejegyzés vissza lett utasítva.', ]; +$a->strings['You don\'t have access to moderation pages.'] = 'Nincs hozzáférése a moderálási oldalakhoz.'; +$a->strings['Submanaged account can\'t access the moderation pages. Please log back in as the main account.'] = 'Az alkezelt fiókok nem férhetnek hozzá a moderálási oldalakhoz. Jelentkezzen vissza a fő fiókkal.'; +$a->strings['Reports'] = 'Jelentések'; $a->strings['Users'] = 'Felhasználók'; $a->strings['Tools'] = 'Eszközök'; $a->strings['Contact Blocklist'] = 'Partnertiltólista'; @@ -1475,7 +1402,7 @@ $a->strings['Scheduled Posts'] = 'Ütemezett bejegyzések'; $a->strings['Posts that are scheduled for publishing'] = 'Bejegyzések, amelyek közzétételre vannak üzemezve'; $a->strings['Tips for New Members'] = 'Tippek új tagoknak'; $a->strings['People Search - %s'] = 'Emberek keresése – %s'; -$a->strings['Forum Search - %s'] = 'Fórum keresése – %s'; +$a->strings['Group Search - %s'] = 'Csoportkeresés – %s'; $a->strings['No matches'] = 'Nincs találat'; $a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ 0 => '%d találat ki lett szűrve, mert az Ön csomópontja tiltja azt a tartományt, amelyen az regisztrálva van. A Névjegy oldalon felülvizsgálhatja azon tartományok listáját, amelyet a csomópontja jelenleg letilt.', @@ -1487,6 +1414,7 @@ $a->strings['Display'] = 'Megjelenítés'; $a->strings['Social Networks'] = 'Közösségi hálózatok'; $a->strings['Manage Accounts'] = 'Fiókok kezelése'; $a->strings['Connected apps'] = 'Kapcsolt alkalmazások'; +$a->strings['Remote servers'] = 'Távoli kiszolgálók'; $a->strings['Export personal data'] = 'Személyes adatok exportálása'; $a->strings['Remove account'] = 'Fiók eltávolítása'; $a->strings['This page is missing a url parameter.'] = 'Erről az oldalról hiányzik egy URL paraméter.'; @@ -1513,6 +1441,29 @@ $a->strings['Events'] = 'Események'; $a->strings['View'] = 'Nézet'; $a->strings['Create New Event'] = 'Új esemény létrehozása'; $a->strings['list'] = 'lista'; +$a->strings['Could not create circle.'] = 'Nem sikerült létrehozni a kört.'; +$a->strings['Circle not found.'] = 'A kör nem található.'; +$a->strings['Circle name was not changed.'] = 'A kör neve nem változott meg.'; +$a->strings['Unknown circle.'] = 'Ismeretlen kör.'; +$a->strings['Contact not found.'] = 'A partner nem található.'; +$a->strings['Invalid contact.'] = 'Érvénytelen partner.'; +$a->strings['Contact is deleted.'] = 'A partner törölve.'; +$a->strings['Unable to add the contact to the circle.'] = 'Nem lehet hozzáadni a partnert a körhöz.'; +$a->strings['Contact successfully added to circle.'] = 'A partner sikeresen hozzáadva a körhöz.'; +$a->strings['Unable to remove the contact from the circle.'] = 'Nem lehet eltávolítani a partnert a körből.'; +$a->strings['Contact successfully removed from circle.'] = 'A partner sikeresen eltávolítva a körből.'; +$a->strings['Bad request.'] = 'Hibás kérés.'; +$a->strings['Save Circle'] = 'Kör mentése'; +$a->strings['Filter'] = 'Szűrő'; +$a->strings['Create a circle of contacts/friends.'] = 'Partnerek vagy ismerősök körének létrehozása.'; +$a->strings['Unable to remove circle.'] = 'Nem lehet eltávolítani a kört.'; +$a->strings['Delete Circle'] = 'Kör törlése'; +$a->strings['Edit Circle Name'] = 'Kör nevének szerkesztése'; +$a->strings['Members'] = 'Tagok'; +$a->strings['Circle is empty'] = 'A kör üres'; +$a->strings['Remove contact from circle'] = 'Partner eltávolítása a körből'; +$a->strings['Click on a contact to add or remove.'] = 'Kattintson egy partnerre a hozzáadáshoz vagy eltávolításhoz.'; +$a->strings['Add contact to circle'] = 'Partner hozzáadása a körhöz'; $a->strings['%d contact edited.'] = [ 0 => '%d partner szerkesztve.', 1 => '%d partner szerkesztve.', @@ -1530,7 +1481,7 @@ $a->strings['Archived'] = 'Archiválva'; $a->strings['Only show archived contacts'] = 'Csak az archivált partnerek megjelenítése'; $a->strings['Hidden'] = 'Rejtett'; $a->strings['Only show hidden contacts'] = 'Csak a rejtett partnerek megjelenítése'; -$a->strings['Organize your contact groups'] = 'Partnercsoportok szervezése'; +$a->strings['Organize your contact circles'] = 'Partnerkörök szervezése'; $a->strings['Search your contacts'] = 'Partnerek keresése'; $a->strings['Results for: %s'] = 'Találatok erre: %s'; $a->strings['Update'] = 'Frissítés'; @@ -1550,7 +1501,6 @@ $a->strings['you are a fan of'] = 'Ön rajong érte:'; $a->strings['Pending outgoing contact request'] = 'Függőben lévő kimenő partnerkérés'; $a->strings['Pending incoming contact request'] = 'Függőben lévő bejövő partnerkérés'; $a->strings['Visit %s\'s profile [%s]'] = '%s profiljának megtekintése [%s]'; -$a->strings['Contact not found.'] = 'A partner nem található.'; $a->strings['Contact update failed.'] = 'A partner frissítése sikertelen.'; $a->strings['Return to contact editor'] = 'Visszatérés a partnerszerkesztőhöz'; $a->strings['Name'] = 'Név'; @@ -1558,7 +1508,6 @@ $a->strings['Account Nickname'] = 'Fiók beceneve'; $a->strings['Account URL'] = 'Fiók URL'; $a->strings['Poll/Feed URL'] = 'Lekérés vagy hírforrás URL'; $a->strings['New photo from this URL'] = 'Új fénykép erről az URL-ről'; -$a->strings['Invalid contact.'] = 'Érvénytelen partner.'; $a->strings['No known contacts.'] = 'Nincsenek ismert partnerek.'; $a->strings['No common contacts.'] = 'Nincsenek közös partnerek.'; $a->strings['Follower (%s)'] = [ @@ -1603,14 +1552,15 @@ $a->strings['Profile Match'] = 'Profilegyezés'; $a->strings['Failed to update contact record.'] = 'Nem sikerült frissíteni a partner rekordját.'; $a->strings['Contact has been unblocked'] = 'A partner tiltása fel lett oldva'; $a->strings['Contact has been blocked'] = 'A partner tiltva lett'; -$a->strings['Contact has been unignored'] = 'A partner figyelmen kívül hagyása fel lett oldva'; -$a->strings['Contact has been ignored'] = 'A partner figyelmen kívül lett hagyva'; -$a->strings['Contact has been uncollapsed'] = 'A partner figyelmen összecsukása meg lett szüntetve'; +$a->strings['Contact has been unignored'] = 'A partner mellőzése fel lett oldva'; +$a->strings['Contact has been ignored'] = 'A partner mellőzve lett'; +$a->strings['Contact has been uncollapsed'] = 'A partner összecsukása meg lett szüntetve'; $a->strings['Contact has been collapsed'] = 'A partner össze lett csukva'; $a->strings['You are mutual friends with %s'] = 'Ön kölcsönösen ismerős %s partnerrel'; $a->strings['You are sharing with %s'] = 'Ön megoszt %s partnerrel'; $a->strings['%s is sharing with you'] = '%s megoszt Önnel'; $a->strings['Private communications are not available for this contact.'] = 'A személyes kommunikációk nem érhetők el ennél a partnernél.'; +$a->strings['This contact is on a server you ignored.'] = 'Ez a partner olyan kiszolgálón van, amelyet mellőzött.'; $a->strings['Never'] = 'Soha'; $a->strings['(Update was not successful)'] = '(a frissítés nem volt sikeres)'; $a->strings['(Update was successful)'] = '(a frissítés sikeres volt)'; @@ -1641,6 +1591,7 @@ $a->strings['Currently blocked'] = 'Jelenleg tiltva'; $a->strings['Currently ignored'] = 'Jelenleg mellőzve'; $a->strings['Currently collapsed'] = 'Jelenleg összecsukva'; $a->strings['Currently archived'] = 'Jelenleg archiválva'; +$a->strings['Manage remote servers'] = 'Távoli kiszolgálók kezelése'; $a->strings['Hide this contact from others'] = 'A partner elrejtése mások elől'; $a->strings['Replies/likes to your public posts may still be visible'] = 'A nyilvános bejegyzéseire adott válaszok vagy kedvelések továbbra is láthatóak lehetnek.'; $a->strings['Notification for new posts'] = 'Értesítés új bejegyzéseknél'; @@ -1651,6 +1602,17 @@ $a->strings['Actions'] = 'Műveletek'; $a->strings['Status'] = 'Állapot'; $a->strings['Mirror postings from this contact'] = 'Beküldés tükrözése ettől a partnertől'; $a->strings['Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'] = 'A partner megjelölése távoli önmagaként. Ezt azt fogja okozni, hogy a Friendica újraküldi az ettől a partnertől származó új bejegyzéseket.'; +$a->strings['Channel Settings'] = 'Csatorna beállításai'; +$a->strings['Frequency of this contact in relevant channels'] = 'A partner gyakorisága a kapcsolódó csatornákban'; +$a->strings['Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don\'t want to see their content at all, but you don\'t want to block or hide the contact completely.'] = 'A csatorna típusától függően nem minden bejegyzés jelenik meg ettől a partnertől. Alapértelmezetten a bejegyzéseknek minimális számú interakcióval (hozzászólások, kedvelések) kell rendelkezniük ahhoz, hogy megjelenjenek a csatornákon. Másrészt lehetnek olyan partnerek is, akik elárasztják a csatornát, így előfordulhat, hogy csak néhány bejegyzésüket szeretné látni. Vagy egyáltalán nem szeretné látni a tartalmaikat, de nem szeretné teljesen letiltani vagy elrejteni a partnert.'; +$a->strings['Default frequency'] = 'Alapértelmezett gyakoriság'; +$a->strings['Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction.'] = 'Ennek a partnernek a bejegyzései akkor jelennek meg az „Önnek” csatornán, ha gyakran lép kapcsolatba ezzel a partnerrel, vagy ha egy bejegyzés elért egy bizonyos interakciós szintet.'; +$a->strings['Display all posts of this contact'] = 'A partner összes bejegyzésének megjelenítése'; +$a->strings['All posts from this contact will appear on the "for you" channel'] = 'Ennek a partnernek az összes bejegyzése megjelenik az „Önnek” csatornán.'; +$a->strings['Display only few posts'] = 'Csak néhány bejegyzés megjelenítése'; +$a->strings['When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'] = 'Ha egy partner rövid időn belül sok bejegyzést hoz létre, akkor ez a beállítás csökkenti a megjelenített bejegyzések számát minden csatornán.'; +$a->strings['Never display posts'] = 'Soha se jelenítsen meg bejegyzéseket'; +$a->strings['Posts from this contact will never be displayed in any channel'] = 'Ennek a partnernek a bejegyzései soha sem jelennek meg semmilyen csatornán.'; $a->strings['Refetch contact data'] = 'Partneradatok ismételt lekérése'; $a->strings['Toggle Blocked status'] = 'Tiltott állapot átváltása'; $a->strings['Toggle Ignored status'] = 'Mellőzött állapot átváltása'; @@ -1659,7 +1621,6 @@ $a->strings['Revoke Follow'] = 'Követés visszavonása'; $a->strings['Revoke the follow from this contact'] = 'A követés visszavonása ettől a partnertől'; $a->strings['Bad Request.'] = 'Hibás kérés.'; $a->strings['Unknown contact.'] = 'Ismeretlen partner.'; -$a->strings['Contact is deleted.'] = 'A partner törölve.'; $a->strings['Contact is being deleted.'] = 'A partner törlésre került.'; $a->strings['Follow was successfully revoked.'] = 'A követés sikeresen vissza lett vonva.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Valóban vissza szeretné vonni ennek a partnernek a követését? Ezt a műveletet nem lehet visszavonni, és a partnernek kézzel kell majd újra követnie Önt.'; @@ -1670,29 +1631,17 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'A köv $a->strings['Disconnect/Unfollow'] = 'Leválasztás vagy követés megszüntetése'; $a->strings['Contact was successfully unfollowed'] = 'A partner követése sikeresen meg lett szüntetve'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Nem lehet megszüntetni ennek a partnernek a követését, vegye fel a kapcsolatot az adminisztrátorral'; +$a->strings['No results.'] = 'Nincs találat.'; +$a->strings['Channel not available.'] = 'A csatorna nem érhető el.'; $a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Ez a közösségi folyam megjeleníti az összes nyilvános bejegyzést, amelyet ez a csomópont megkapott. Előfordulhat, hogy azok nem tükrözik ezen csomópont felhasználóinak véleményét.'; -$a->strings['Local Community'] = 'Helyi közösség'; -$a->strings['Posts from local users on this server'] = 'Bejegyzések a kiszolgálón lévő helyi felhasználóktól'; -$a->strings['Global Community'] = 'Globális közösség'; -$a->strings['Posts from users of the whole federated network'] = 'Bejegyzések a teljes föderált hálózat felhasználóitól'; +$a->strings['Community option not available.'] = 'A közösségi beállítás nem érhető el.'; +$a->strings['Not available.'] = 'Nem érhető el.'; +$a->strings['No such circle'] = 'Nincs ilyen kör'; +$a->strings['Circle: %s'] = 'Kör: %s'; +$a->strings['Network feed not available.'] = 'A hálózati hírforrás nem érhető el.'; $a->strings['Own Contacts'] = 'Saját partnerek'; $a->strings['Include'] = 'Tartalmazás'; $a->strings['Hide'] = 'Elrejtés'; -$a->strings['No results.'] = 'Nincs találat.'; -$a->strings['Community option not available.'] = 'A közösségi beállítás nem érhető el.'; -$a->strings['Not available.'] = 'Nem érhető el.'; -$a->strings['No such group'] = 'Nincs ilyen csoport'; -$a->strings['Group: %s'] = 'Csoport: %s'; -$a->strings['Latest Activity'] = 'Legutóbbi tevékenység'; -$a->strings['Sort by latest activity'] = 'Rendezés a legutóbbi tevékenység szerint'; -$a->strings['Latest Posts'] = 'Legutóbbi bejegyzések'; -$a->strings['Sort by post received date'] = 'Rendezés a bejegyzés érkezési dátuma szerint'; -$a->strings['Latest Creation'] = 'Legutóbbi létrehozás'; -$a->strings['Sort by post creation date'] = 'Rendezés a bejegyzés létrehozási dátuma szerint'; -$a->strings['Personal'] = 'Személyes'; -$a->strings['Posts that mention or involve you'] = 'Bejegyzések, amelyek említik vagy tartalmazzák Önt'; -$a->strings['Starred'] = 'Csillagozott'; -$a->strings['Favourite Posts'] = 'Kedvenc bejegyzések'; $a->strings['Credits'] = 'Köszönetnyilvánítás'; $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 Friendica egy közösségi projekt, amely nem lehetne lehetséges a sok ember segítsége nélkül. Itt van azok listája, akik közreműködtek a kódban vagy a Friendica fordításában. Köszönet mindannyiuknak!'; $a->strings['Formatted'] = 'Formázott'; @@ -1762,11 +1711,6 @@ $a->strings['Output'] = 'Kimenet'; $a->strings['Lookup address'] = 'Keresési cím'; $a->strings['Webfinger Diagnostic'] = 'WebFinger diagnosztika'; $a->strings['Lookup address:'] = 'Keresési cím:'; -$a->strings['You are now logged in as %s'] = 'Most a következő néven van bejelentkezve: %s'; -$a->strings['Switch between your accounts'] = 'Váltás a fiókjai között'; -$a->strings['Manage your accounts'] = 'Fiókok kezelése'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Váltás a különböző személyazonosságok vagy közösségi és csoportoldalak között, amelyek megosztják a fiókja részleteit, vagy amelyeket „kezelés” jogosultságokkal ruházott fel'; -$a->strings['Select an identity to manage: '] = 'A kezelendő személyazonosság kiválasztása: '; $a->strings['No entries (some entries may be hidden).'] = 'Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).'; $a->strings['Find on this site'] = 'Keresés ezen az oldalon'; $a->strings['Results for:'] = 'Találat erre:'; @@ -1789,26 +1733,6 @@ $a->strings['Please visit Friendi.ca to learn m $a->strings['Bug reports and issues: please visit'] = 'Hibák és problémák jelentéséhez látogassa meg'; $a->strings['the bugtracker at github'] = 'a GitHubon lévő hibakövetőt'; $a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Javaslatokat, dicséretet és egyebeket az „info” kukac friendi pont ca címre küldhet.'; -$a->strings['Could not create group.'] = 'Nem sikerült létrehozni a csoportot.'; -$a->strings['Group not found.'] = 'A csoport nem található.'; -$a->strings['Group name was not changed.'] = 'A csoport neve nem változott meg.'; -$a->strings['Unknown group.'] = 'Ismeretlen csoport.'; -$a->strings['Unable to add the contact to the group.'] = 'Nem lehet hozzáadni a partnert a csoporthoz.'; -$a->strings['Contact successfully added to group.'] = 'A partner sikeresen hozzáadva a csoporthoz.'; -$a->strings['Unable to remove the contact from the group.'] = 'Nem lehet eltávolítani a partnert a csoportból.'; -$a->strings['Contact successfully removed from group.'] = 'A partner sikeresen eltávolítva a csoportból.'; -$a->strings['Bad request.'] = 'Hibás kérés.'; -$a->strings['Save Group'] = 'Csoport mentése'; -$a->strings['Filter'] = 'Szűrő'; -$a->strings['Create a group of contacts/friends.'] = 'Partnerek vagy ismerősök csoportjának létrehozása.'; -$a->strings['Unable to remove group.'] = 'Nem lehet eltávolítani a csoportot.'; -$a->strings['Delete Group'] = 'Csoport törlése'; -$a->strings['Edit Group Name'] = 'Csoport nevének szerkesztése'; -$a->strings['Members'] = 'Tagok'; -$a->strings['Group is empty'] = 'A csoport üres'; -$a->strings['Remove contact from group'] = 'Partner eltávolítása a csoportból'; -$a->strings['Click on a contact to add or remove.'] = 'Kattintson egy partnerre a hozzáadáshoz vagy eltávolításhoz.'; -$a->strings['Add contact to group'] = 'Partner hozzáadása a csoporthoz'; $a->strings['No profile'] = 'Nincs profil'; $a->strings['Method Not Allowed.'] = 'A módszer nem engedélyezett.'; $a->strings['Help:'] = 'Súgó:'; @@ -1876,7 +1800,6 @@ $a->strings['Clear the location'] = 'A hely törlése'; $a->strings['Location services are unavailable on your device'] = 'A helymeghatározó szolgáltatások nem érhetők el az Ön eszközén'; $a->strings['Location services are disabled. Please check the website\'s permissions on your device'] = 'A helymeghatározó szolgáltatások le vannak tiltva. Ellenőrizze a weboldal jogosultságait az Ön eszközén'; $a->strings['You can make this page always open when you use the New Post button in the Theme Customization settings.'] = 'Mindig megnyitottá teheti ezt az oldalt, ha a téma személyre szabási beállításaiban lévő új bejegyzés gombot használja.'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'A kért elem nem létezik vagy törölték.'; $a->strings['The feed for this item is unavailable.'] = 'Ennek az elemnek a hírforrása nem érhető el.'; $a->strings['Unable to follow this item.'] = 'Nem lehet követni ezt az elemet.'; $a->strings['System down for maintenance'] = 'A rendszer le van kapcsolva a karbantartáshoz'; @@ -1900,13 +1823,13 @@ $a->strings['Deleted'] = 'Törölve'; $a->strings['List of pending user deletions'] = 'Függőben lévő felhasználó-törlések listája'; $a->strings['Normal Account Page'] = 'Normál fiókoldal'; $a->strings['Soapbox Page'] = 'Szappantartó oldal'; -$a->strings['Public Forum'] = 'Nyilvános fórum'; +$a->strings['Public Group'] = 'Nyilvános csoport'; $a->strings['Automatic Friend Page'] = 'Automatikus ismerős oldal'; -$a->strings['Private Forum'] = 'Személyes fórum'; +$a->strings['Private Group'] = 'Személyes csoport'; $a->strings['Personal Page'] = 'Személyes oldal'; $a->strings['Organisation Page'] = 'Szervezeti oldal'; $a->strings['News Page'] = 'Hírek oldal'; -$a->strings['Community Forum'] = 'Közösségi fórum'; +$a->strings['Community Group'] = 'Közösségi csoport'; $a->strings['Relay'] = 'Továbbítás'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Nem tilthat egy helyi partnert, inkább a felhasználót tiltsa'; $a->strings['%s contact unblocked'] = [ @@ -2014,18 +1937,67 @@ $a->strings['Tag'] = 'Címke'; $a->strings['Type'] = 'Típus'; $a->strings['Term'] = 'Kifejezés'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Említés'; $a->strings['Implicit Mention'] = 'Implicit említés'; $a->strings['Item not found'] = 'Az elem nem található'; $a->strings['No source recorded'] = 'Nincs forrás rögzítve'; $a->strings['Please make sure the debug.store_source config key is set in config/local.config.php for future items to have sources.'] = 'Győződjön meg arról, hogy a debug.store_source beállítási kulcs be van-e állítva a config/local.config.php fájlban, hogy a jövőbeli elemek forrásokkal rendelkezzenek.'; $a->strings['Item Guid'] = 'Elem GUID értéke'; +$a->strings['Contact not found or their server is already blocked on this node.'] = 'A partner nem található, vagy a kiszolgálója már tiltva van ezen a csomóponton.'; +$a->strings['Please login to access this page.'] = 'Jelentkezzen be az oldal eléréséhez.'; +$a->strings['Create Moderation Report'] = 'Moderálási jelentés létrehozása'; +$a->strings['Pick Contact'] = 'Partner kiválasztása'; +$a->strings['Please enter below the contact address or profile URL you would like to create a moderation report about.'] = 'Adja meg lent a partner címét vagy a profiljának URL-jét, amelyről moderálási jelentést szeretne létrehozni.'; +$a->strings['Contact address/URL'] = 'Partner címe vagy URL-je'; +$a->strings['Pick Category'] = 'Kategória kiválasztása'; +$a->strings['Please pick below the category of your report.'] = 'Válassza ki lent a jelentés kategóriáját.'; +$a->strings['Spam'] = 'Kéretlen üzenet'; +$a->strings['This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations.'] = 'Ez a partner sok ismétlődő vagy túl hosszú bejegyzést vagy választ tesz közzé, illetve egyébként nem kapcsolódó beszélgetésekben reklámozza a termékét vagy weboldalait.'; +$a->strings['Illegal Content'] = 'Illegális tartalom'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Ez a partner olyan tartalmat tesz közzé, amely a csomópont tárhelyének joghatósága szerint illegálisnak minősül.'; +$a->strings['Community Safety'] = 'Közösségi biztonság'; +$a->strings['This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people\'s private information (doxxing), posting threats or offensive pictures in posts or replies.'] = 'Ez a partner provokációval vagy érzéketlenséggel, szándékosan vagy akaratlanul, de felbosszantotta Önt vagy másokat. Ebbe beletartozik az emberek személyes adatainak felfedése (doxolás), fenyegetések vagy sértő képek közzététele a bejegyzésekben vagy válaszokban.'; +$a->strings['Unwanted Content/Behavior'] = 'Nemkívánatos tartalom vagy viselkedés'; +$a->strings['This contact has repeatedly published content irrelevant to the node\'s theme or is openly criticizing the node\'s administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic.'] = 'Ez a partner ismételten a csomópont témájához nem kapcsolódó tartalmakat tesz közzé, nyíltan kritizálja a csomópont adminisztrációját és moderálását, anélkül hogy például közvetlenül kapcsolatba lépett volna az érintettekkel, vagy ismételten feszeget egy érzékeny témát.'; +$a->strings['Rules Violation'] = 'Szabályok megszegése'; +$a->strings['This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step.'] = 'Ez a partner megszegte a csomópont egy vagy több szabályát. A következő lépésben kiválaszthatja, hogy melyeket.'; +$a->strings['Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled.'] = 'Az alábbiakban részletezze, hogy miért küldte be ezt a jelentést. Minél több részletet ad meg, annál jobban lehet kezelni a jelentését.'; +$a->strings['Additional Information'] = 'További információk'; +$a->strings['Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome.'] = 'Adjon meg bármilyen további információt, amely az adott jelentéssel kapcsolatos. A következő lépésben csatolhatja az ettől a partnertől származó bejegyzéseket, de bármilyen további információt is szívesen fogadunk.'; +$a->strings['Pick Rules'] = 'Szabályok kiválasztása'; +$a->strings['Please pick below the node rules you believe this contact violated.'] = 'Válassza ki az alábbiakban azokat a csomópontszabályokat, amelyeket Ön szerint a partner megszegett.'; +$a->strings['Pick Posts'] = 'Bejegyzések kiválasztása'; +$a->strings['Please optionally pick posts to attach to your report.'] = 'Esetlegesen válassza ki a jelentéséhez csatolandó bejegyzéseket.'; +$a->strings['Submit Report'] = 'Jelentés elküldése'; +$a->strings['Further Action'] = 'További művelet'; +$a->strings['You can also perform one of the following action on the contact you reported:'] = 'Az alábbi műveletek egyikét is végrehajthatja a jelentett partnerrel kapcsolatban:'; +$a->strings['Nothing'] = 'Semmi'; +$a->strings['Collapse contact'] = 'Partner összecsukása'; +$a->strings['Their posts and replies will keep appearing in your Network page but their content will be collapsed by default.'] = 'A bejegyzéseik és válaszaik továbbra is megjelennek a hálózat oldalon, de a tartalmuk alapértelmezetten össze lesz csukva.'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you.'] = 'A bejegyzéseik nem jelennek meg többé a hálózat oldalon, de a válaszaik megjelenhetnek a fórum szálaiban. Továbbra is követhetik Önt.'; +$a->strings['Block contact'] = 'Partner tiltása'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means.'] = 'A bejegyzéseik nem jelennek meg többé a hálózat oldalon, de a válaszaik megjelenhetnek a fórum szálaiban alapértelmezetten összecsukott tartalommal. Nem követhetik Önt, de más módon továbbra is hozzáférhetnek az Ön nyilvános bejegyzéseihez.'; +$a->strings['Forward report'] = 'Jelentés továbbítása'; +$a->strings['Would you ike to forward this report to the remote server?'] = 'Szeretné továbbítani ezt a jelentést a távoli kiszolgálóra?'; +$a->strings['1. Pick a contact'] = '1. Partner kiválasztása'; +$a->strings['2. Pick a category'] = '2. Kategória kiválasztása'; +$a->strings['2a. Pick rules'] = '2a. Szabályok kiválasztása'; +$a->strings['2b. Add comment'] = '2b. Megjegyzés hozzáadása'; +$a->strings['3. Pick posts'] = '3. Bejegyzések kiválasztása'; +$a->strings['List of reports'] = 'Jelentések listája'; +$a->strings['This page display reports created by our or remote users.'] = 'Ez az oldal a saját vagy a távoli felhasználók által létrehozott jelentéseket jeleníti meg.'; +$a->strings['No report exists at this node.'] = 'Nem létezik jelentés ezen a csomóponton.'; +$a->strings['Category'] = 'Kategória'; +$a->strings['%s total report'] = [ + 0 => '%s jelentés összesen', + 1 => '%s jelentés összesen', +]; +$a->strings['URL of the reported contact.'] = 'A jelentett partner URL-je.'; $a->strings['Normal Account'] = 'Normál fiók'; $a->strings['Automatic Follower Account'] = 'Automatikusan követő fiók'; -$a->strings['Public Forum Account'] = 'Nyilvános fórum fiók'; +$a->strings['Public Group Account'] = 'Nyilvános csoport fiók'; $a->strings['Automatic Friend Account'] = 'Automatikus ismerős fiók'; $a->strings['Blog Account'] = 'Blog fiók'; -$a->strings['Private Forum Account'] = 'Személyes fórumfiók'; +$a->strings['Private Group Account'] = 'Személyes csoport fiók'; $a->strings['Registered users'] = 'Regisztrált felhasználók'; $a->strings['Pending registrations'] = 'Függőben lévő regisztrációk'; $a->strings['%s user blocked'] = [ @@ -2172,7 +2144,7 @@ $a->strings['%d year old'] = [ 1 => '%d éves', ]; $a->strings['Description:'] = 'Leírás:'; -$a->strings['Forums:'] = 'Fórumok:'; +$a->strings['Groups:'] = 'Csoportok:'; $a->strings['View profile as:'] = 'Profil megtekintése másként:'; $a->strings['View as'] = 'Megtekintés másként'; $a->strings['Profile unavailable.'] = 'A profil nem érhető el.'; @@ -2206,7 +2178,6 @@ $a->strings['Note for the admin'] = 'Jegyzet az adminisztrátornak'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Hagyjon üzenetet az adminisztrátornak, hogy miért szeretne ehhez a csomóponthoz csatlakozni'; $a->strings['Membership on this site is by invitation only.'] = 'Ezen az oldalon a tagság csak meghívás alapján van.'; $a->strings['Your invitation code: '] = 'A meghívási kódja: '; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'A teljes neve (például Kovács János, valódi vagy valódinak látszó): '; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Az e-mail-címe (a kezdeti információk ide lesznek elküldve, szóval ennek létező címnek kell lennie):'; $a->strings['Please repeat your e-mail address:'] = 'Ismételje meg az e-mail-címét:'; $a->strings['New Password:'] = 'Új jelszó:'; @@ -2295,7 +2266,7 @@ $a->strings['Importing Contacts done'] = 'A partnerek importálása kész'; $a->strings['Relocate message has been send to your contacts'] = 'Az áthelyezési üzenet el lett küldve a partnereknek'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Nem található a profilja. Vegye fel a kapcsolatot a rendszergazdával.'; $a->strings['Personal Page Subtypes'] = 'Személyes oldal altípusai'; -$a->strings['Community Forum Subtypes'] = 'Közösségi fórum altípusai'; +$a->strings['Community Group Subtypes'] = 'Közösségi csoport altípusai'; $a->strings['Account for a personal profile.'] = 'Egy személyes profil fiókja.'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Egy szervezet fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”.'; $a->strings['Account for a news reflector that automatically approves contact requests as "Followers".'] = 'Egy hírportál fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”.'; @@ -2304,7 +2275,7 @@ $a->strings['Account for a regular personal profile that requires manual approva $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Egy nyilvános profil fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például a „követőket”.'; $a->strings['Automatically approves all contact requests.'] = 'Automatikusan jóváhagyja az összes partnerkérést.'; $a->strings['Account for a popular profile that automatically approves contact requests as "Friends".'] = 'Egy népszerű profil fiókja, amely automatikusan jóváhagyja a partnerkéréseket, mint például az „ismerősöket”.'; -$a->strings['Private Forum [Experimental]'] = 'Személyes fórum [kísérleti]'; +$a->strings['Private Group [Experimental]'] = 'Személyes csoport [kísérleti]'; $a->strings['Requires manual approval of contact requests.'] = 'A partnerkérések kézi jóváhagyását igényli.'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Kihagyható) Lehetővé teszi ezen OpenID számára, hogy bejelentkezzen ebbe a fiókba.'; @@ -2319,6 +2290,7 @@ $a->strings['Password:'] = 'Jelszó:'; $a->strings['Your current password to confirm the changes of the email address'] = 'A jelenlegi jelszava az e-mail-címe megváltoztatásának megerősítéséhez'; $a->strings['Delete OpenID URL'] = 'OpenID URL törlése'; $a->strings['Basic Settings'] = 'Alapvető beállítások'; +$a->strings['Display name:'] = 'Megjelenített név:'; $a->strings['Email Address:'] = 'E-mail-cím:'; $a->strings['Your Timezone:'] = 'Az Ön időzónája:'; $a->strings['Your Language:'] = 'Az Ön nyelve:'; @@ -2345,6 +2317,8 @@ $a->strings['Your contacts can add additional tags to your posts.'] = 'A partner $a->strings['Permit unknown people to send you private mail?'] = 'Engedélyt ad ismeretlen embereknek, hogy személyes levelet küldjenek Önnek?'; $a->strings['Friendica network users may send you private messages even if they are not in your contact list.'] = 'A Friendica hálózat felhasználói akkor is küldhetnek Önnek személyes üzeneteket, ha nincsenek a partnerlistáján.'; $a->strings['Maximum private messages per day from unknown people:'] = 'Legtöbb személyes üzenet naponta az ismeretlen emberektől:'; +$a->strings['Default privacy circle for new contacts'] = 'Alapértelmezett adatvédelmi kör az új partnerekhez'; +$a->strings['Default privacy circle for new group contacts'] = 'Alapértelmezett adatvédelmi kör az új csoportpartnerekhez'; $a->strings['Default Post Permissions'] = 'Alapértelmezett bejegyzés-jogosultságok'; $a->strings['Expiration settings'] = 'Lejárati jogosultságok'; $a->strings['Automatically expire posts after this many days:'] = 'Bejegyzések automatikus lejárata ennyi nap után:'; @@ -2381,8 +2355,8 @@ $a->strings['Text-only notification emails'] = 'Csak szöveges értesítési e-m $a->strings['Send text only notification emails, without the html part'] = 'Csak szöveges értesítési e-mailek küldése a HTML rész nélkül.'; $a->strings['Show detailled notifications'] = 'Részletes értesítések megjelenítése'; $a->strings['Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed.'] = 'Alapértelmezetten az értesítések elemenként egyetlen értesítésbe vannak összevonva. Ha engedélyezve van, akkor minden értesítés megjelenik.'; -$a->strings['Show notifications of ignored contacts'] = 'Figyelmen kívül hagyott partnerek értesítéseinek megjelenítése'; -$a->strings['You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'] = 'Nem látja a figyelmen kívül hagyott partnerektől érkező bejegyzéseket. Viszont továbbra is látja a hozzászólásaikat. Ez a beállítás azt vezérli, hogy továbbra is szeretne-e olyan normál értesítéseket kapni vagy sem, amelyeket figyelmen kívül hagyott partnerek okoznak.'; +$a->strings['Show notifications of ignored contacts'] = 'Mellőzött partnerek értesítéseinek megjelenítése'; +$a->strings['You don\'t see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not.'] = 'Nem látja a mellőzött partnerektől érkező bejegyzéseket. Viszont továbbra is látja a hozzászólásaikat. Ez a beállítás azt vezérli, hogy továbbra is szeretne-e olyan normál értesítéseket kapni vagy sem, amelyeket mellőzött partnerek okoznak.'; $a->strings['Advanced Account/Page Type Settings'] = 'Speciális fióktípus vagy oldaltípus beállítások'; $a->strings['Change the behaviour of this account for special situations'] = 'A fiók viselkedésének megváltoztatása bizonyos helyzetekre.'; $a->strings['Import Contacts'] = 'Partnerek importálása'; @@ -2393,6 +2367,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Áthelyezési üzenet küldése a partnereknek'; $a->strings['Addon Settings'] = 'Bővítménybeállítások'; $a->strings['No Addon settings configured'] = 'Nincsenek bővítménybeállítások meghatározva'; +$a->strings['Description'] = 'Leírás'; +$a->strings['Add'] = 'Hozzáadás'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Nem sikerült kapcsolódni a megadott beállításokat használó e-mail-fiókkal.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Built-in support for %s connectivity is enabled'] = 'A(z) %s összekapcsolhatóságának beépített támogatása engedélyezve'; @@ -2449,7 +2425,6 @@ $a->strings['Delegates'] = 'Meghatalmazottak'; $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 meghatalmazottak képesek ezen fiókot vagy oldalt minden szempontból kezelni, kivéve az alapvető fiókbeállításokat. Ne hatalmazzon meg senki mást a személyes fiókja kezeléséhez, akiben nem bízik meg teljes mértékben.'; $a->strings['Existing Page Delegates'] = 'Meglévő oldalmeghatalmazottak'; $a->strings['Potential Delegates'] = 'Lehetséges meghatalmazottak'; -$a->strings['Add'] = 'Hozzáadás'; $a->strings['No entries.'] = 'Nincsenek bejegyzések.'; $a->strings['The theme you chose isn\'t available.'] = 'A választott téma nem érhető el.'; $a->strings['%s - (Unsupported)'] = '%s – (nem támogatott)'; @@ -2462,6 +2437,7 @@ $a->strings['General Theme Settings'] = 'Általános témabeállítások'; $a->strings['Custom Theme Settings'] = 'Egyéni témabeállítások'; $a->strings['Content Settings'] = 'Tartalombeállítások'; $a->strings['Theme settings'] = 'Témabeállítások'; +$a->strings['Timelines'] = 'Idővonalak'; $a->strings['Display Theme:'] = 'Megjelenítés témája:'; $a->strings['Mobile Theme:'] = 'Mobil téma:'; $a->strings['Number of items to display per page:'] = 'Oldalanként megjelenítendő elemek száma:'; @@ -2483,12 +2459,14 @@ $a->strings['Stay local'] = 'Maradjon helyi'; $a->strings['Don\'t go to a remote system when following a contact link.'] = 'Ne menjen távoli rendszerre, ha egy partnerhivatkozást követ.'; $a->strings['Link preview mode'] = 'Hivatkozás-előnézeti mód'; $a->strings['Appearance of the link preview that is added to each post with a link.'] = 'A hivatkozás előnézetének megjelenése, amely minden egyes hivatkozással rendelkező bejegyzéshez hozzá van adva.'; +$a->strings['Channel languages:'] = 'Csatorna nyelvei:'; +$a->strings['Select all languages that you want to see in your channels.'] = 'Válassza ki az összes nyelvet, amelyet látni szeretne a csatornáiban.'; $a->strings['Beginning of week:'] = 'A hét kezdete:'; $a->strings['Default calendar view:'] = 'Alapértelmezett naptárnézet:'; $a->strings['Additional Features'] = 'További funkciók'; $a->strings['Connected Apps'] = 'Kapcsolt alkalmazások'; $a->strings['Remove authorization'] = 'Felhatalmazás eltávolítása'; -$a->strings['Profile Name is required.'] = 'A profil neve kötelező.'; +$a->strings['Display Name is required.'] = 'A megjelenített név kötelező.'; $a->strings['Profile couldn\'t be updated.'] = 'A profilt nem sikerült frissíteni.'; $a->strings['Label:'] = 'Címke:'; $a->strings['Value:'] = 'Érték:'; @@ -2505,7 +2483,15 @@ $a->strings['Location'] = 'Hely'; $a->strings['Miscellaneous'] = 'Egyebek'; $a->strings['Custom Profile Fields'] = 'Egyéni profilmezők'; $a->strings['Upload Profile Photo'] = 'Profilfénykép feltöltése'; -$a->strings['Display name:'] = 'Megjelenített név:'; +$a->strings['

    Custom fields appear on your profile page.

    +

    You can use BBCodes in the field values.

    +

    Reorder by dragging the field title.

    +

    Empty the label field to remove a custom field.

    +

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    '] = '

    Az egyéni mezők a profiloldalán jelennek meg +

    Használhat BBCode formázásokat a mező értékeiben.

    +

    Átrendezheti a mező címének húzásával.

    +

    Törölje ki a címkemezőt egy egyéni mező eltávolításához.

    +

    A nem nyilvános mezőket csak a kijelölt Friendica partnerek vagy a kijelölt körökben lévő Friendica partnerek láthatják.

    '; $a->strings['Street Address:'] = 'Utca, házszám:'; $a->strings['Locality/City:'] = 'Helység vagy város:'; $a->strings['Region/State:'] = 'Régió vagy állam:'; @@ -2520,15 +2506,6 @@ $a->strings['Public Keywords:'] = 'Nyilvános kulcsszavak:'; $a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(Lehetséges ismerősök ajánlásához lesz használva, mások is láthatják)'; $a->strings['Private Keywords:'] = 'Személyes kulcsszavak:'; $a->strings['(Used for searching profiles, never shown to others)'] = '(Profilok kereséséhez lesz használva, sosem látható másoknak)'; -$a->strings['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Az egyéni mezők a profiloldalán jelennek meg.

    -

    Használhat BBCode formázásokat a mező értékeiben.

    -

    Átrendezheti a mező címének húzásával.

    -

    Törölje ki a címkemezőt egy egyéni mező eltávolításához.

    -

    A nem nyilvános mezőket csak a kijelölt Friendica partnerek vagy a kijelölt csoportban lévő Friendica partnerek láthatják.

    '; $a->strings['Image size reduction [%s] failed.'] = 'A kép méretének csökkentése [%s] sikertelen.'; $a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Töltse újra az oldalt a Shift billentyű lenyomása közben, vagy törölje a böngésző gyorsítótárát, ha az új fénykép nem jelenik meg azonnal.'; $a->strings['Unable to process image'] = 'Nem lehet feldolgozni a képet'; @@ -2549,10 +2526,17 @@ $a->strings['[Friendica System Notify]'] = '[Friendica rendszerértesítés]'; $a->strings['User deleted their account'] = 'A felhasználó törölte a fiókját'; $a->strings['On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'] = 'Az Ön Friendica csomópontján egy felhasználó törölte a fiókját. Győződjön meg arról, hogy az adatai el lettek-e távolítva a biztonsági mentésekből.'; $a->strings['The user id is %d'] = 'A felhasználó-azonosító %d'; -$a->strings['Your user account has been successfully removed. Bye bye!'] = 'A felhasználói fiókja sikeresen el lett távolítva. Viszlát!'; $a->strings['Remove My Account'] = 'Saját fiók eltávolítása'; $a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Ez teljesen el fogja távolítani a fiókját. Miután ez megtörtént, nem lesz visszaállítható.'; $a->strings['Please enter your password for verification:'] = 'Adja meg a jelszavát az ellenőrzéshez:'; +$a->strings['Do you want to ignore this server?'] = 'Szeretné mellőzni ezt a kiszolgálót?'; +$a->strings['Do you want to unignore this server?'] = 'Szeretné megszüntetni ennek a kiszolgálónak a mellőzését?'; +$a->strings['Remote server settings'] = 'Távoli kiszolgáló beállításai'; +$a->strings['Server URL'] = 'Kiszolgáló URL'; +$a->strings['Settings saved'] = 'Beállítások elmentve'; +$a->strings['Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page.'] = 'Itt találhatja meg az összes olyan távoli kiszolgálót, amelyekkel szemben egyéni moderálási műveleteket hajtott végre. A csomópontja által tiltott kiszolgálók listájáért nézze meg az Információk oldalt.'; +$a->strings['Delete all your settings for the remote server'] = 'Az Ön összes beállításának törlése a távoli kiszolgálónál'; +$a->strings['Save changes'] = 'Változtatások mentése'; $a->strings['Please enter your password to access this page.'] = 'Adja meg a jelszavát az oldal eléréséhez.'; $a->strings['App-specific password generation failed: The description is empty.'] = 'Az alkalmazásfüggő jelszó előállítása sikertelen: a leírás üres.'; $a->strings['App-specific password generation failed: This description already exists.'] = 'Az alkalmazásfüggő jelszó előállítása sikertelen: a leírás már létezik.'; @@ -2562,7 +2546,6 @@ $a->strings['App-specific password successfully revoked.'] = 'Az alkalmazásfüg $a->strings['Two-factor app-specific passwords'] = 'Kétlépcsős alkalmazásfüggő jelszavak'; $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.

    '] = '

    Az alkalmazásfüggő jelszavak az Ön szokásos jelszava helyett használt véletlenszerűen előállított jelszavak, hogy hitelesítsék a fiókját az olyan harmadik féltől származó alkalmazásoknál, amelyek nem támogatják a kétlépcsős hitelesítést.

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Győződjön meg arról, hogy lemásolta-e most az új alkalmazásfüggő jelszavát. Nem fogja tudni újra megnézni a jelszót!'; -$a->strings['Description'] = 'Leírás'; $a->strings['Last Used'] = 'Legutóbb használt'; $a->strings['Revoke'] = 'Visszavonás'; $a->strings['Revoke All'] = 'Összes visszavonása'; @@ -2647,22 +2630,14 @@ $a->strings['Export all'] = 'Összes exportálása'; $a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = 'Fiókinformációk, partnerek és az összes elem exportálása JSON-formátumban. nagyon nagy fájl is lehet, és sokáig eltarthat. A fiókja teljes biztonsági mentésének elkészítéséhez használja ezt (a fényképek nem lesznek exportálva).'; $a->strings['Export Contacts to CSV'] = 'Partnerek exportálása CSV-fájlba'; $a->strings['Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon.'] = 'A követett fiókok listájának exportálása CSV-fájlként. Kompatibilis például a Mastodonnal.'; -$a->strings['Not Found'] = 'Nem található'; -$a->strings['

    Unfortunately, the requested conversation isn\'t available to you.

    -

    Possible reasons include:

    -
      -
    • The top-level post isn\'t visible.
    • -
    • The top-level post was deleted.
    • -
    • The node has blocked the top-level author or the author of the shared post.
    • -
    • You have ignored or blocked the top-level author or the author of the shared post.
    • -
    '] = '

    Sajnos a kért beszélgetés nem érhető el Önnek.

    -

    A lehetséges okok a következők:

    -
      -
    • A legfelső szintű bejegyzés nem látható.
    • -
    • A legfelső szintű bejegyzést törölték.
    • -
    • A csomópont letiltotta a legfelső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.
    • -
    • Ön mellőzte vagy letiltotta a legfelső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.
    • -
    '; +$a->strings['The top-level post isn\'t visible.'] = 'A felső szintű bejegyzés nem látható.'; +$a->strings['The top-level post was deleted.'] = 'A felső szintű bejegyzés törölve lett.'; +$a->strings['This node has blocked the top-level author or the author of the shared post.'] = 'Ez a csomópont letiltotta a felső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.'; +$a->strings['You have ignored or blocked the top-level author or the author of the shared post.'] = 'Ön mellőzte vagy letiltotta a felső szintű szerzőt vagy a megosztott bejegyzés szerzőjét.'; +$a->strings['You have ignored the top-level author\'s server or the shared post author\'s server.'] = 'Ön mellőzte a felső szintű szerző kiszolgálóját vagy a megosztott bejegyzés szerzőjének kiszolgálóját.'; +$a->strings['Conversation Not Found'] = 'A beszélgetés nem található'; +$a->strings['Unfortunately, the requested conversation isn\'t available to you.'] = 'Sajnos a kért beszélgetés nem érhető el az Ön számára.'; +$a->strings['Possible reasons include:'] = 'A lehetséges okok a következők:'; $a->strings['Stack trace:'] = 'Veremkiíratás:'; $a->strings['Exception thrown in %s:%d'] = 'Kivétel történt itt: %s:%d'; $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 regisztrációkor, valamint a felhasználói fiók és a partnerei között történő kommunikáció biztosításához a felhasználónak biztosítania kell egy megjelenített nevet (álnevet), egy felhasználónevet (becenevet) és egy működő e-mail-címet. A nevek hozzáférhetőek lesznek a fiók profiloldalán az oldal bármely látogatója számára, még akkor is, ha más profilrészletek nem jelennek meg. Az e-mail-cím csak az interakciókkal kapcsolatos felhasználói értesítések küldéséhez lesz használva, de nem lesz láthatóan megjelenítve. A fiók felsorolása a csomópont felhasználói könyvtárában vagy a globális felhasználói könyvtárban választható, és a felhasználói beállításokban szabályozható. Ez nem szükséges a kommunikációhoz.'; @@ -2671,6 +2646,12 @@ $a->strings['At any point in time a logged in user can export their account data $a->strings['Privacy Statement'] = 'Adatvédelmi nyilatkozat'; $a->strings['Rules'] = 'Szabályok'; $a->strings['Parameter uri_id is missing.'] = 'Az uri_id paraméter hiányzik.'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'A kért elem nem létezik vagy törölték.'; +$a->strings['You are now logged in as %s'] = 'Most a következő néven van bejelentkezve: %s'; +$a->strings['Switch between your accounts'] = 'Váltás a fiókjai között'; +$a->strings['Manage your accounts'] = 'Fiókok kezelése'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Váltás a különböző személyazonosságok vagy közösségi és csoportoldalak között, amelyek megosztják a fiókja részleteit, vagy amelyeket „kezelés” jogosultságokkal ruházott fel'; +$a->strings['Select an identity to manage: '] = 'A kezelendő személyazonosság kiválasztása: '; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'A lezárt kiszolgálókon történő felhasználó-importálásokat csak egy adminisztrátor végezheti el.'; $a->strings['Move account'] = 'Fiók áthelyezése'; $a->strings['You can import an account from another Friendica server.'] = 'Importálhat egy fiókot egy másik Friendica kiszolgálóról.'; @@ -2711,8 +2692,8 @@ $a->strings['Go to Your Site\'s Directory'] = 'Ugrás az oldal könyvtárához'; $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.'] = 'A könyvtárak oldal lehetővé teszi más emberek keresését ezen a hálózaton vagy más föderált oldalakon. Keresse meg a Kapcsolódás vagy a Követés hivatkozást a profiloldalukon. Adja meg a saját személyazonosság-címét, ha kérik.'; $a->strings['Finding New People'] = 'Új emberek keresése'; $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.'] = 'A partnerek oldal oldalsávjában számos eszköz található új ismerősök kereséséhez. Találhatunk embereket az érdeklődésük szerint, kereshetünk embereket név vagy érdeklődés szerint, valamint ajánlásokat adhatunk a hálózati kapcsolatok alapján. Egy teljesen új oldalon az ismerősök ajánlásai általában 24 órán belül kezdenek megjelenni.'; -$a->strings['Group Your Contacts'] = 'Partnerek csoportosítása'; -$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.'] = 'Miután szerezett néhány ismerőst, szervezze őket személyes beszélgetési csoportokba a partnerek oldal oldalsávján keresztül, és ezután személyes módon léphet kapcsolatba minden egyes csoporttal a hálózatok oldalon.'; +$a->strings['Add Your Contacts To Circle'] = 'Partnerek hozzáadása a körhöz'; +$a->strings['Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page.'] = 'Miután szerezett néhány ismerőst, szervezze őket személyes beszélgetési körökbe a partnerek oldal oldalsávján keresztül, és ezután személyes módon léphet kapcsolatba minden egyes körrel a hálózat oldalon.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Miért nem nyilvánosak a bejegyzéseim?'; $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.'] = 'A Friendica tiszteletben tartja a magánszférát. Alapértelmezetten a bejegyzései csak azoknak az embereknek jelennek meg, akiket ismerősként felvett. További információkért nézze meg a súgószakaszt a fenti hivatkozáson keresztül.'; $a->strings['Getting Help'] = 'Segítség kérése'; @@ -2796,11 +2777,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'regisztrációs kérés'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Kapott egy regisztrációs kérést „%1$s” partnertől itt: %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Kapott egy %2$s által elküldött [url=%1$s]regisztrációs kérést[/url].'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Teljes név: %s -Oldal címe: %s -Bejelentkezési név: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Látogassa meg a(z) %s oldalt a kérés jóváhagyásához vagy visszautasításához.'; $a->strings['new registration'] = 'új regisztráció'; $a->strings['You\'ve received a new registration from \'%1$s\' at %2$s'] = 'Kapott egy új regisztrációs kérést „%1$s” partnertől itt: %2$s'; @@ -2824,6 +2800,8 @@ $a->strings['Delete globally'] = 'Törlés globálisan'; $a->strings['Remove locally'] = 'Eltávolítás helyileg'; $a->strings['Block %s'] = '%s tiltása'; $a->strings['Ignore %s'] = '%s mellőzése'; +$a->strings['Collapse %s'] = '%s összecsukása'; +$a->strings['Report post'] = 'Bejegyzés jelentése'; $a->strings['Save to folder'] = 'Mentés mappába'; $a->strings['I will attend'] = 'Részt veszek'; $a->strings['I will not attend'] = 'Nem veszek részt'; @@ -2963,7 +2941,7 @@ $a->strings['Center'] = 'Középre'; $a->strings['Color scheme'] = 'Színséma'; $a->strings['Posts font size'] = 'Bejegyzések betűmérete'; $a->strings['Textareas font size'] = 'Szövegdobozok betűmérete'; -$a->strings['Comma separated list of helper forums'] = 'Segítő fórumok vesszővel elválasztott listája'; +$a->strings['Comma separated list of helper groups'] = 'Segítő csoportok vesszővel elválasztott listája'; $a->strings['don\'t show'] = 'ne jelenítse meg'; $a->strings['show'] = 'megjelenítés'; $a->strings['Set style'] = 'Stílus beállítása'; diff --git a/view/lang/is/messages.po b/view/lang/is/messages.po index ddefaf9e4b..7a2964bcf9 100644 --- a/view/lang/is/messages.po +++ b/view/lang/is/messages.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-18 20:49+0000\n" +"POT-Creation-Date: 2023-09-18 05:30+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Sveinn í Felli , 2014,2016,2018\n" "Language-Team: Icelandic (http://app.transifex.com/Friendica/friendica/language/is/)\n" @@ -26,46 +26,46 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: mod/item.php:102 mod/item.php:105 mod/item.php:171 mod/item.php:174 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Ekki tókst að finna upphaflega færslu." -#: mod/item.php:139 +#: mod/item.php:138 msgid "Post updated." msgstr "" -#: mod/item.php:204 mod/item.php:208 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:218 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:256 mod/item.php:260 +#: mod/item.php:255 mod/item.php:259 msgid "Empty post discarded." msgstr "Tóm færsla eytt." -#: mod/item.php:412 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:428 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Atriði fannst ekki." -#: mod/item.php:436 mod/message.php:69 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:95 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:452 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:86 -#: src/Module/Contact/Follow.php:159 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 #: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 -#: src/Module/Notifications/Notification.php:76 +#: src/Module/FriendSuggest.php:57 src/Module/Invite.php:42 +#: src/Module/Invite.php:131 src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 #: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 @@ -75,9 +75,9 @@ msgstr "Atriði fannst ekki." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408 +#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71 +#: src/Module/Settings/Display.php:73 src/Module/Settings/Display.php:160 #: src/Module/Settings/Profile/Photo/Crop.php:165 #: src/Module/Settings/Profile/Photo/Index.php:111 #: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 @@ -155,7 +155,7 @@ msgid "" "your email for further instructions." msgstr "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti." -#: mod/lostpass.php:130 src/Module/Security/Login.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Gælunafn eða tölvupóstfang: " @@ -163,7 +163,7 @@ msgstr "Gælunafn eða tölvupóstfang: " msgid "Reset" msgstr "Endurstilla" -#: mod/lostpass.php:146 src/Module/Security/Login.php:173 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Endurstilling aðgangsorðs" @@ -223,90 +223,90 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "Aðgangsorðinu þínu var breytt í %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:321 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Ný skilaboð" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Engir viðtakendur valdir." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Ekki tókst að staðsetja tengiliðs upplýsingar." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Ekki tókst að senda skilaboð." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Ekki tókst að sækja skilaboð." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Henda" -#: mod/message.php:136 src/Content/Nav.php:318 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Skilaboð" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "" -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:183 mod/message.php:289 src/Module/Profile/UnkMail.php:146 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Sláðu inn slóð:" -#: mod/message.php:192 src/Module/Profile/UnkMail.php:152 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Senda einkaskilaboð" -#: mod/message.php:193 mod/message.php:349 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Til:" -#: mod/message.php:194 mod/message.php:350 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Efni:" -#: mod/message.php:198 mod/message.php:353 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Skilaboðin:" -#: mod/message.php:201 mod/message.php:357 src/Content/Conversation.php:352 -#: src/Module/Post/Edit.php:128 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:368 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Hlaða upp mynd" -#: mod/message.php:202 mod/message.php:358 src/Module/Post/Edit.php:132 -#: src/Module/Profile/UnkMail.php:154 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Setja inn vefslóð" -#: mod/message.php:203 mod/message.php:360 mod/photos.php:1291 -#: src/Content/Conversation.php:381 src/Content/Conversation.php:727 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:142 -#: src/Module/Profile/UnkMail.php:155 src/Object/Post.php:545 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:399 src/Content/Conversation.php:1549 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:578 msgid "Please wait" msgstr "Hinkraðu aðeins" -#: mod/message.php:204 mod/message.php:359 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:340 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 @@ -314,59 +314,64 @@ msgstr "Hinkraðu aðeins" #: src/Module/Install.php:234 src/Module/Install.php:274 #: src/Module/Install.php:309 src/Module/Invite.php:178 #: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:156 -#: src/Module/Settings/Profile/Index.php:231 src/Object/Post.php:1058 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Object/Post.php:1095 #: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 #: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 msgid "Submit" msgstr "Senda inn" -#: mod/message.php:225 +#: mod/message.php:223 msgid "No messages." msgstr "Engin skilaboð." -#: mod/message.php:281 +#: mod/message.php:279 msgid "Message not available." msgstr "Ekki næst í skilaboð." -#: mod/message.php:326 +#: mod/message.php:323 msgid "Delete message" msgstr "Eyða skilaboðum" -#: mod/message.php:328 mod/message.php:459 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d. M Y - g:i A" -#: mod/message.php:343 mod/message.php:456 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Eyða samtali" -#: mod/message.php:345 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "" -#: mod/message.php:348 +#: mod/message.php:345 msgid "Send Reply" msgstr "Senda svar" -#: mod/message.php:430 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Óþekktur sendandi - %s" -#: mod/message.php:432 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Þú og %s" -#: mod/message.php:434 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s og þú" -#: mod/message.php:462 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -381,14 +386,14 @@ msgstr "Persónulegar glósur" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:884 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:126 +#: src/Module/Post/Edit.php:129 msgid "Save" msgstr "Vista" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:232 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -400,22 +405,22 @@ msgid "User not found." msgstr "" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Myndabækur" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Nýlegar myndir" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Hlaða upp nýjum myndum" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "allir" @@ -427,239 +432,241 @@ msgstr "Tengiliða upplýsingar ekki til" msgid "Album not found." msgstr "Myndabók finnst ekki." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "mynd" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s var merkt í %2$s af %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:159 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Opinber aðgangur ekki veittur." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Engar myndir valdar" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Hlaða upp myndum" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nýtt nafn myndbókar:" -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Ekki sýna færslu fyrir þessari upphölun" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:383 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:179 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:401 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Aðgangsheimildir" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Fjarlægja myndabók" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:399 -#: src/Module/Contact/Follow.php:172 src/Module/Contact/Revoke.php:109 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:417 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 -#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:164 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 #: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 #: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Cancel" msgstr "Hætta við" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Breyta myndbók" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Birta nýjast fyrst" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Birta elsta fyrst" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Skoða mynd" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Mynd ekki til" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Fjarlægja mynd" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Birta mynd" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Breyta mynd" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Nota sem forsíðu mynd" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Skoða í fullri stærð" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Merki:" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nýtt nafn myndbókar" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Yfirskrift" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Bæta við merki" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Ekki snúa" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Snúa réttsælis (hægri)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Snúa rangsælis (vinstri)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:589 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1055 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:619 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1092 msgid "This is you" msgstr "Þetta ert þú" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:539 src/Object/Post.php:1057 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:572 +#: src/Object/Post.php:1094 msgid "Comment" msgstr "Athugasemd" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:396 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:162 -#: src/Object/Post.php:1069 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:414 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1108 msgid "Preview" msgstr "Forskoðun" -#: mod/photos.php:1140 src/Content/Conversation.php:351 -#: src/Module/Post/Edit.php:127 src/Object/Post.php:1059 +#: mod/photos.php:1144 src/Content/Conversation.php:367 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1096 msgid "Loading..." msgstr "" -#: mod/photos.php:1226 src/Content/Conversation.php:643 -#: src/Object/Post.php:256 +#: mod/photos.php:1236 src/Content/Conversation.php:1464 +#: src/Object/Post.php:260 msgid "Select" msgstr "Velja" -#: mod/photos.php:1227 src/Content/Conversation.php:644 +#: mod/photos.php:1237 src/Content/Conversation.php:1465 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Eyða" -#: mod/photos.php:1288 src/Object/Post.php:384 +#: mod/photos.php:1298 src/Object/Post.php:408 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:384 +#: mod/photos.php:1299 src/Object/Post.php:408 msgid "I like this (toggle)" msgstr "Mér líkar þetta (kveikja/slökkva)" -#: mod/photos.php:1290 src/Object/Post.php:385 +#: mod/photos.php:1300 src/Object/Post.php:409 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:385 +#: mod/photos.php:1302 src/Object/Post.php:409 msgid "I don't like this (toggle)" msgstr "Mér líkar þetta ekki (kveikja/slökkva)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Landakort" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:580 msgid "Apologies but the website is unavailable at the moment." msgstr "" @@ -679,7 +686,92 @@ msgid "" "notifications." msgstr "" -#: src/App/Page.php:320 +#: src/App/Page.php:251 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:252 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:253 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:255 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:256 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:260 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:263 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:264 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:265 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:266 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:267 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:268 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:269 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:270 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:271 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:272 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:273 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:351 msgid "toggle mobile" msgstr "" @@ -696,33 +788,33 @@ msgstr "Síða fannst ekki." msgid "You must be logged in to use addons. " msgstr "Þú verður að vera skráður inn til að geta notað viðbætur. " -#: src/BaseModule.php:400 +#: src/BaseModule.php:401 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/BaseModule.php:427 +#: src/BaseModule.php:428 msgid "All contacts" msgstr "" -#: src/BaseModule.php:432 src/Content/Widget.php:235 src/Core/ACL.php:194 -#: src/Module/Contact.php:408 src/Module/PermissionTooltip.php:122 -#: src/Module/PermissionTooltip.php:144 +#: src/BaseModule.php:433 src/Content/Conversation/Factory/Timeline.php:62 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415 +#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149 msgid "Followers" msgstr "" -#: src/BaseModule.php:437 src/Content/Widget.php:236 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:438 src/Content/Widget.php:240 +#: src/Module/Contact.php:418 msgid "Following" msgstr "" -#: src/BaseModule.php:442 src/Content/Widget.php:237 -#: src/Module/Contact.php:410 +#: src/BaseModule.php:443 src/Content/Widget.php:241 +#: src/Module/Contact.php:421 msgid "Mutual friends" msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:451 msgid "Common" msgstr "" @@ -872,7 +964,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:662 +#: src/Console/User.php:182 src/Model/User.php:711 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -983,7 +1075,7 @@ msgstr "RSS / Atom" #: src/Content/ContactSelector.php:129 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 @@ -1043,363 +1135,504 @@ msgstr "" msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:178 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:220 -#, php-format -msgid "%s likes this." -msgstr "%s líkar þetta." - -#: src/Content/Conversation.php:223 -#, php-format -msgid "%s doesn't like this." -msgstr "%s mislíkar þetta." - #: src/Content/Conversation.php:226 -#, php-format -msgid "%s attends." -msgstr "%s mætir." - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%s doesn't attend." -msgstr "%s mætir ekki." - -#: src/Content/Conversation.php:232 -#, php-format -msgid "%s attends maybe." -msgstr "%s mætir kannski." - -#: src/Content/Conversation.php:235 src/Content/Conversation.php:273 -#: src/Content/Conversation.php:887 -#, php-format -msgid "%s reshared this." -msgstr "" - -#: src/Content/Conversation.php:241 msgid "and" msgstr "og" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "og %d öðrum" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:235 #, php-format -msgid " like this" -msgstr "" +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:253 +#: src/Content/Conversation.php:237 #, php-format -msgid "%s like this." -msgstr "%s líkar þetta." +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:239 #, php-format -msgid " don't like this" -msgstr "" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:257 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s don't like this." -msgstr "%s líkar þetta ekki." +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:260 +#: src/Content/Conversation.php:243 #, php-format -msgid " attend" -msgstr "" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:261 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s attend." -msgstr "%s mætir." +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:264 +#: src/Content/Conversation.php:274 #, php-format -msgid " don't attend" -msgstr "" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:265 +#: src/Content/Conversation.php:277 #, php-format -msgid "%s don't attend." -msgstr "%s mætir ekki." +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:268 +#: src/Content/Conversation.php:280 #, php-format -msgid " attend maybe" -msgstr "" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:283 #, php-format -msgid "%s attend maybe." -msgstr "%s mætir kannski." +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:286 #, php-format -msgid " reshared this" -msgstr "" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:320 +#: src/Content/Conversation.php:289 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:336 msgid "Visible to everybody" msgstr "Sjáanlegt öllum" -#: src/Content/Conversation.php:321 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1068 +#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1107 msgid "Please enter a image/video/audio/webpage URL:" msgstr "" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:338 msgid "Tag term:" msgstr "Merka með:" -#: src/Content/Conversation.php:323 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:339 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Vista í möppu:" -#: src/Content/Conversation.php:324 +#: src/Content/Conversation.php:340 msgid "Where are you right now?" msgstr "Hvar ert þú núna?" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:341 msgid "Delete item(s)?" msgstr "Eyða atriði/atriðum?" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:353 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:347 +#: src/Content/Conversation.php:363 msgid "New Post" msgstr "Ný færsla" -#: src/Content/Conversation.php:350 +#: src/Content/Conversation.php:366 msgid "Share" msgstr "Deila" -#: src/Content/Conversation.php:353 src/Module/Post/Edit.php:129 +#: src/Content/Conversation.php:369 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "Hlaða upp mynd" -#: src/Content/Conversation.php:354 src/Module/Post/Edit.php:130 +#: src/Content/Conversation.php:370 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Bæta við skrá" -#: src/Content/Conversation.php:355 src/Module/Post/Edit.php:131 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "Hengja skrá við" -#: src/Content/Conversation.php:356 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:168 src/Object/Post.php:1060 +#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1097 msgid "Bold" msgstr "Feitletrað" -#: src/Content/Conversation.php:357 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:169 src/Object/Post.php:1061 +#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1098 msgid "Italic" msgstr "Skáletrað" -#: src/Content/Conversation.php:358 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:170 src/Object/Post.php:1062 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1099 msgid "Underline" msgstr "Undirstrikað" -#: src/Content/Conversation.php:359 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1063 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1101 msgid "Quote" msgstr "Gæsalappir" -#: src/Content/Conversation.php:360 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1064 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1102 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1100 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1103 msgid "Code" msgstr "Kóði" -#: src/Content/Conversation.php:361 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1065 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1104 msgid "Image" msgstr "Mynd" -#: src/Content/Conversation.php:362 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1066 +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1105 msgid "Link" msgstr "Tengill" -#: src/Content/Conversation.php:363 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1067 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1106 msgid "Link or Media" msgstr "" -#: src/Content/Conversation.php:364 +#: src/Content/Conversation.php:382 msgid "Video" msgstr "" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:200 -#: src/Module/Post/Edit.php:138 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Veldu staðsetningu þína" -#: src/Content/Conversation.php:366 src/Module/Post/Edit.php:139 +#: src/Content/Conversation.php:384 src/Module/Post/Edit.php:142 msgid "set location" msgstr "stilla staðsetningu" -#: src/Content/Conversation.php:367 src/Module/Post/Edit.php:140 +#: src/Content/Conversation.php:385 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Hreinsa staðsetningu í vafra" -#: src/Content/Conversation.php:368 src/Module/Post/Edit.php:141 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "hreinsa staðsetningu" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:205 -#: src/Module/Post/Edit.php:154 +#: src/Content/Conversation.php:388 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Setja titil" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:206 -#: src/Module/Post/Edit.php:156 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Flokkar (listi aðskilinn með kommum)" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:395 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:382 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Stillingar aðgangsheimilda" -#: src/Content/Conversation.php:392 src/Module/Post/Edit.php:152 +#: src/Content/Conversation.php:410 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Opinber færsla" -#: src/Content/Conversation.php:406 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:93 -#: src/Module/Post/Edit.php:177 +#: src/Content/Conversation.php:424 src/Content/Widget/VCard.php:120 +#: src/Model/Profile.php:467 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Skilaboð" -#: src/Content/Conversation.php:407 src/Module/Post/Edit.php:178 +#: src/Content/Conversation.php:425 src/Module/Post/Edit.php:182 #: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "Browser" msgstr "Vafri" -#: src/Content/Conversation.php:409 src/Module/Post/Edit.php:181 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:671 src/Object/Post.php:243 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:687 src/Object/Post.php:491 -#: src/Object/Post.php:492 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Birta forsíðu %s hjá %s" - -#: src/Content/Conversation.php:700 src/Object/Post.php:479 -msgid "Categories:" -msgstr "Flokkar:" - -#: src/Content/Conversation.php:701 src/Object/Post.php:480 -msgid "Filed under:" -msgstr "Skráð undir:" - -#: src/Content/Conversation.php:709 src/Object/Post.php:505 -#, php-format -msgid "%s from %s" -msgstr "%s til %s" - -#: src/Content/Conversation.php:725 -msgid "View in context" -msgstr "Birta í samhengi" - -#: src/Content/Conversation.php:790 +#: src/Content/Conversation.php:595 msgid "remove" msgstr "fjarlægja" -#: src/Content/Conversation.php:794 +#: src/Content/Conversation.php:599 msgid "Delete Selected Items" msgstr "Eyða völdum færslum" -#: src/Content/Conversation.php:859 src/Content/Conversation.php:862 -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 +#: src/Content/Conversation.php:754 src/Content/Conversation.php:757 +#: src/Content/Conversation.php:760 src/Content/Conversation.php:763 +#: src/Content/Conversation.php:766 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:871 +#: src/Content/Conversation.php:769 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:874 +#: src/Content/Conversation.php:774 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:776 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:796 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: src/Content/Conversation.php:798 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:798 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:892 +#: src/Content/Conversation.php:801 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:895 +#: src/Content/Conversation.php:804 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:807 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:810 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:813 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:816 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:819 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:822 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:825 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:828 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1492 src/Object/Post.php:247 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1509 src/Object/Post.php:521 +#: src/Object/Post.php:522 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Birta forsíðu %s hjá %s" + +#: src/Content/Conversation.php:1522 src/Object/Post.php:509 +msgid "Categories:" +msgstr "Flokkar:" + +#: src/Content/Conversation.php:1523 src/Object/Post.php:510 +msgid "Filed under:" +msgstr "Skráð undir:" + +#: src/Content/Conversation.php:1531 src/Object/Post.php:535 +#, php-format +msgid "%s from %s" +msgstr "%s til %s" + +#: src/Content/Conversation.php:1547 +msgid "View in context" +msgstr "Birta í samhengi" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:59 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:60 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:61 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:62 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:63 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:64 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:65 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:66 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Local Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:85 +msgid "Posts from local users on this server" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Global Community" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:89 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:103 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:104 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:105 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Timeline.php:106 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Einka" + +#: src/Content/Conversation/Factory/Timeline.php:106 +msgid "Posts that mention or involve you" +msgstr "Færslur sem tengjast þér" + +#: src/Content/Conversation/Factory/Timeline.php:107 src/Object/Post.php:380 +msgid "Starred" +msgstr "Stjörnumerkt" + +#: src/Content/Conversation/Factory/Timeline.php:107 +msgid "Favourite Posts" +msgstr "Uppáhalds færslur" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Almennir eiginleikar" @@ -1429,12 +1662,12 @@ msgid "Post Composition Features" msgstr "" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" +msgid "Auto-mention Groups" msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1475,11 +1708,11 @@ msgid "Advanced Profile Settings" msgstr "" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Spjallsvæðalistar" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1512,127 +1745,137 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:278 -#: src/Content/Text/HTML.php:905 src/Content/Widget.php:524 -msgid "Forums" -msgstr "Spjallsvæði" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1273 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Ytri tengill á spjallsvæði" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:503 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:405 -#: src/Content/Widget.php:504 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "birta meira" -#: src/Content/Item.php:326 src/Model/Item.php:2900 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:331 src/Model/Item.php:3003 msgid "event" msgstr "atburður" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:334 src/Content/Item.php:344 msgid "status" msgstr "staða" -#: src/Content/Item.php:335 src/Model/Item.php:2902 +#: src/Content/Item.php:340 src/Model/Item.php:3005 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "mynd" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:354 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s merkti %2$s's %3$s með %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:428 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Fylgja þræði" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:429 src/Model/Contact.php:1227 msgid "View Status" msgstr "Skoða stöðu" -#: src/Content/Item.php:421 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:234 +#: src/Content/Item.php:430 src/Content/Item.php:451 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1219 +#: src/Model/Contact.php:1228 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Skoða forsíðu" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:431 src/Model/Contact.php:1229 msgid "View Photos" msgstr "Skoða myndir" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:432 src/Model/Contact.php:1220 +#: src/Model/Contact.php:1230 msgid "Network Posts" msgstr "Færslur á neti" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:433 src/Model/Contact.php:1221 +#: src/Model/Contact.php:1231 msgid "View Contact" msgstr "Skoða tengilið" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:434 src/Model/Contact.php:1232 msgid "Send PM" msgstr "Senda einkaboð" -#: src/Content/Item.php:426 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:478 +#: src/Content/Item.php:435 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Útiloka" -#: src/Content/Item.php:427 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:486 +#: src/Content/Item.php:436 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Hunsa" -#: src/Content/Item.php:428 src/Module/Contact.php:442 -#: src/Module/Contact/Profile.php:494 +#: src/Content/Item.php:437 src/Module/Contact.php:470 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:460 +#: src/Content/Item.php:438 src/Object/Post.php:288 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:442 src/Object/Post.php:490 msgid "Languages" msgstr "" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:166 view/theme/vier/theme.php:196 +#: src/Content/Item.php:448 src/Content/Widget.php:80 +#: src/Model/Contact.php:1222 src/Model/Contact.php:1233 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Tengjast/fylgja" -#: src/Content/Item.php:862 +#: src/Content/Item.php:882 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Ekkert nýtt hér" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Hreinsa tilkynningar" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:892 -msgid "@name, !forum, #tags, content" -msgstr "@nafn, !spjallsvæði, #merki, innihald" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:222 src/Module/Security/Login.php:158 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Útskráning" @@ -1641,7 +1884,7 @@ msgid "End this session" msgstr "Loka þessu innliti" #: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Innskráning" @@ -1650,7 +1893,7 @@ msgid "Sign in" msgstr "Innskrá" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:484 +#: src/Module/Contact.php:512 msgid "Conversations" msgstr "" @@ -1659,8 +1902,8 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:476 -#: src/Module/Contact/Profile.php:393 src/Module/Profile/Profile.php:268 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:504 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Forsíða" @@ -1679,7 +1922,7 @@ msgid "Your photos" msgstr "Myndirnar þínar" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:500 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:528 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" @@ -1691,7 +1934,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:267 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Dagatal" @@ -1712,7 +1955,7 @@ msgstr "Einkaglósurnar þínar" msgid "Home" msgstr "Heim" -#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:74 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Heimasíða" @@ -1729,7 +1972,7 @@ msgstr "Stofna notanda" #: src/Module/Settings/TwoFactor/AppSpecific.php:129 #: src/Module/Settings/TwoFactor/Index.php:118 #: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 msgid "Help" msgstr "Hjálp" @@ -1745,8 +1988,8 @@ msgstr "Forrit" msgid "Addon applications, utilities, games" msgstr "Viðbótarforrit, nytjatól, leikir" -#: src/Content/Nav.php:269 src/Content/Text/HTML.php:890 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Leita" @@ -1754,19 +1997,19 @@ msgstr "Leita" msgid "Search site content" msgstr "Leita í efni á vef" -#: src/Content/Nav.php:272 src/Content/Text/HTML.php:899 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Allur textinn" -#: src/Content/Nav.php:273 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Merki" #: src/Content/Nav.php:274 src/Content/Nav.php:329 -#: src/Content/Text/HTML.php:901 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:411 -#: src/Module/Contact.php:507 view/theme/frio/theme.php:243 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:427 +#: src/Module/Contact.php:536 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Tengiliðir" @@ -1797,7 +2040,7 @@ msgstr "Upplýsingar um þetta tilvik Friendica" #: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Þjónustuskilmálar" @@ -1834,7 +2077,7 @@ msgstr "Tilkynningar" msgid "See all notifications" msgstr "Sjá allar tilkynningar" -#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:241 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Merka sem séð" @@ -1863,7 +2106,7 @@ msgid "Manage other pages" msgstr "Sýsla með aðrar síður" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:175 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Stillingar" @@ -1884,13 +2127,13 @@ msgstr "Stjórnandi" msgid "Site setup and configuration" msgstr "Uppsetning og stillingar vefsvæðis" -#: src/Content/Nav.php:335 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1910,11 +2153,11 @@ msgstr "Yfirsýn" msgid "Site map" msgstr "Yfirlit um vefsvæði" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Innfelling ekki leyfð" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Innbyggt efni" @@ -1934,51 +2177,51 @@ msgstr "næsta" msgid "last" msgstr "síðasta" -#: src/Content/Text/BBCode.php:949 src/Content/Text/BBCode.php:1811 -#: src/Content/Text/BBCode.php:1812 +#: src/Content/Text/BBCode.php:696 src/Content/Text/BBCode.php:1636 +#: src/Content/Text/BBCode.php:1637 msgid "Image/photo" msgstr "Mynd" -#: src/Content/Text/BBCode.php:1166 +#: src/Content/Text/BBCode.php:914 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1191 src/Model/Item.php:3573 -#: src/Model/Item.php:3579 src/Model/Item.php:3580 +#: src/Content/Text/BBCode.php:939 src/Model/Item.php:3745 +#: src/Model/Item.php:3751 src/Model/Item.php:3752 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1729 src/Content/Text/HTML.php:929 +#: src/Content/Text/BBCode.php:1543 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Smelltu til að opna/loka" -#: src/Content/Text/BBCode.php:1760 +#: src/Content/Text/BBCode.php:1576 msgid "$1 wrote:" msgstr "$1 skrifaði:" -#: src/Content/Text/BBCode.php:1816 src/Content/Text/BBCode.php:1817 +#: src/Content/Text/BBCode.php:1641 src/Content/Text/BBCode.php:1642 msgid "Encrypted content" msgstr "Dulritað efni" -#: src/Content/Text/BBCode.php:2044 +#: src/Content/Text/BBCode.php:1901 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:2059 +#: src/Content/Text/BBCode.php:1920 msgid "Invalid link protocol" msgstr "" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Hleð inn fleiri færslum..." -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Endir" -#: src/Content/Text/HTML.php:884 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:438 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:116 +#: src/Model/Profile.php:461 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Fylgja" @@ -2005,118 +2248,130 @@ msgid_plural "%d invitations available" msgstr[0] "%d boðskort í boði" msgstr[1] "%d boðskort í boði" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Finna fólk" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Settu inn nafn eða áhugamál" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Dæmi: Jón Jónsson, Veiði" -#: src/Content/Widget.php:82 src/Module/Contact.php:433 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:461 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Finna" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Vina uppástungur" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Svipuð áhugamál" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Forsíða af handahófi" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Bjóða vinum aðgang" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Alheimstengiliðaskrá" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Staðvær mappa" -#: src/Content/Widget.php:211 src/Model/Group.php:587 -#: src/Module/Contact.php:395 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Hópar" +#: src/Content/Widget.php:215 src/Model/Circle.php:600 +#: src/Module/Contact.php:401 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:213 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:242 +#: src/Content/Widget.php:242 src/Module/Contact.php:424 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "" -#: src/Content/Widget.php:244 src/Module/Contact.php:339 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:345 msgid "All Contacts" msgstr "Allir tengiliðir" -#: src/Content/Widget.php:283 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "" -#: src/Content/Widget.php:285 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "" -#: src/Content/Widget.php:313 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Vistaðar möppur" -#: src/Content/Widget.php:315 src/Content/Widget.php:346 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Allt" -#: src/Content/Widget.php:344 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Flokkar" -#: src/Content/Widget.php:401 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d tengiliður sameiginlegur" msgstr[1] "%d tengiliðir sameiginlegir" -#: src/Content/Widget.php:497 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Safnskrár" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:522 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:523 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1698 msgid "News" msgstr "Fréttir" -#: src/Content/Widget.php:527 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:454 msgid "Account Types" msgstr "Gerðir notendaaðganga" -#: src/Content/Widget.php:528 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:573 src/Module/Settings/Display.php:266 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Flytja út" @@ -2163,93 +2418,93 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:382 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:109 src/Model/Profile.php:376 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:377 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:380 +#: src/Content/Widget/VCard.php:111 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:371 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Staðsetning:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:474 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Netkerfi:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:430 +#: src/Content/Widget/VCard.php:118 src/Model/Contact.php:1223 +#: src/Model/Contact.php:1234 src/Model/Profile.php:463 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:269 +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 -#: src/Module/PermissionTooltip.php:150 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 +#: src/Module/PermissionTooltip.php:155 msgid "Mutuals" msgstr "" -#: src/Core/ACL.php:293 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "Senda skilaboð á tölvupóst" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:197 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:201 msgid "Public" msgstr "" -#: src/Core/ACL.php:321 +#: src/Core/ACL.php:322 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:322 src/Module/PermissionTooltip.php:93 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "" -#: src/Core/ACL.php:323 +#: src/Core/ACL.php:324 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:323 -msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "" - #: src/Core/ACL.php:324 -msgid "Show to:" +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "" -#: src/Core/ACL.php:326 src/Module/Post/Edit.php:151 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 msgid "CC: email addresses" msgstr "CC: tölvupóstfang" -#: src/Core/ACL.php:327 src/Module/Post/Edit.php:157 +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 msgid "Example: bob@example.com, mary@example.com" msgstr "Dæmi: bibbi@vefur.is, mgga@vefur.is" -#: src/Core/ACL.php:328 +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "" @@ -2572,161 +2827,172 @@ msgstr "Gagnagrunnur er þegar í notkun." msgid "Could not connect to database." msgstr "Gat ekki tengst gagnagrunn." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:476 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:235 msgid "Monday" msgstr "Mánudagur" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:476 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:236 msgid "Tuesday" msgstr "Þriðjudagur" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:476 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:237 msgid "Wednesday" msgstr "Miðvikudagur" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:476 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:238 msgid "Thursday" msgstr "Fimmtudagur" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:476 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:239 msgid "Friday" msgstr "Föstudagur" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:476 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:240 msgid "Saturday" msgstr "Laugardagur" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:476 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:234 msgid "Sunday" msgstr "Sunnudagur" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:480 src/Model/Event.php:450 msgid "January" msgstr "Janúar" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:480 src/Model/Event.php:451 msgid "February" msgstr "Febrúar" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:480 src/Model/Event.php:452 msgid "March" msgstr "Mars" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:480 src/Model/Event.php:453 msgid "April" msgstr "Apríl" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:480 src/Core/L10n.php:499 src/Model/Event.php:441 msgid "May" msgstr "Maí" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:480 src/Model/Event.php:454 msgid "June" msgstr "Júní" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:480 src/Model/Event.php:455 msgid "July" msgstr "Júlí" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:480 src/Model/Event.php:456 msgid "August" msgstr "Ágúst" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:480 src/Model/Event.php:457 msgid "September" msgstr "September" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:480 src/Model/Event.php:458 msgid "October" msgstr "Október" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:480 src/Model/Event.php:459 msgid "November" msgstr "Nóvember" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:480 src/Model/Event.php:460 msgid "December" msgstr "Desember" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:495 src/Model/Event.php:422 msgid "Mon" msgstr "Mán" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:495 src/Model/Event.php:423 msgid "Tue" msgstr "Þri" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:495 src/Model/Event.php:424 msgid "Wed" msgstr "Mið" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:495 src/Model/Event.php:425 msgid "Thu" msgstr "Fim" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:495 src/Model/Event.php:426 msgid "Fri" msgstr "Fös" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:495 src/Model/Event.php:427 msgid "Sat" msgstr "Lau" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:495 src/Model/Event.php:421 msgid "Sun" msgstr "Sun" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:499 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:499 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:499 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:499 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:499 src/Model/Event.php:442 msgid "Jun" msgstr "Jún" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:499 src/Model/Event.php:443 msgid "Jul" msgstr "Júl" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:499 src/Model/Event.php:444 msgid "Aug" msgstr "Ágú" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:499 msgid "Sep" msgstr "sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:499 src/Model/Event.php:446 msgid "Oct" msgstr "Okt" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:499 src/Model/Event.php:447 msgid "Nov" msgstr "Nóv" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:499 src/Model/Event.php:448 msgid "Dec" msgstr "Des" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2771,22 +3037,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Uppfærsla á %s mistókst. Skoðaðu villuannál." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2796,16 +3062,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2817,28 +3083,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2846,20 +3112,20 @@ msgid "" "%s\n" msgstr "" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "" @@ -2890,82 +3156,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:543 +msgid "Everybody" +msgstr "Allir" + +#: src/Model/Circle.php:562 +msgid "edit" +msgstr "breyta" + +#: src/Model/Circle.php:599 +msgid "add" +msgstr "bæta við" + +#: src/Model/Circle.php:604 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:605 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:607 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:608 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:609 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1240 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Samþykkja" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1694 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Spjallsvæði" +#: src/Model/Contact.php:1702 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2942 +#: src/Model/Contact.php:3005 msgid "Disallowed profile URL." msgstr "Óleyfileg forsíðu slóð." -#: src/Model/Contact.php:2947 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3010 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Útilokað lén" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3015 msgid "Connect URL missing." msgstr "Tengislóð vantar." -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3024 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2979 +#: src/Model/Contact.php:3042 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:2996 +#: src/Model/Contact.php:3059 msgid "The profile address specified does not provide adequate information." msgstr "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar." -#: src/Model/Contact.php:2998 +#: src/Model/Contact.php:3061 msgid "No compatible communication protocols or feeds were discovered." msgstr "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust." -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3064 msgid "An author or name was not found." msgstr "Höfundur eða nafn fannst ekki." -#: src/Model/Contact.php:3004 +#: src/Model/Contact.php:3067 msgid "No browser URL could be matched to this address." msgstr "Engin vefslóð passaði við þetta vistfang." -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3070 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "" -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3071 msgid "Use mailto: in front of address to force email check." msgstr "" -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3077 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3082 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér." -#: src/Model/Contact.php:3084 +#: src/Model/Contact.php:3148 msgid "Unable to retrieve contact information." msgstr "Ekki hægt að sækja tengiliðs upplýsingar." @@ -2973,54 +3279,54 @@ msgstr "Ekki hægt að sækja tengiliðs upplýsingar." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Byrjar:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Endar:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "allan-daginn" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sept" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "í dag" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:245 src/Util/Temporal.php:353 msgid "month" msgstr "mánuður" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:246 src/Util/Temporal.php:354 msgid "week" msgstr "vika" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:247 src/Util/Temporal.php:355 msgid "day" msgstr "dagur" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Engir atburðir til að birta" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Aðgangur að þessari forsíðu hefur verið heftur." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3052,210 +3358,166 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Birta kort" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Fela kort" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Afmælisdagur %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Til hamingju með afmælið %s" -#: src/Model/Group.php:105 -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 "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni." - -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "" - -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Allir" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "breyta" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "bæta við" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Breyta hóp" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Tengiliðir ekki í neinum hópum" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Stofna nýjan hóp" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nafn hóps: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Breyta hópum" - -#: src/Model/Item.php:2001 +#: src/Model/Item.php:2062 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2904 +#: src/Model/Item.php:3007 msgid "activity" msgstr "virkni" -#: src/Model/Item.php:2906 +#: src/Model/Item.php:3009 msgid "comment" msgstr "" -#: src/Model/Item.php:2909 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3012 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "senda" -#: src/Model/Item.php:3059 +#: src/Model/Item.php:3182 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3061 +#: src/Model/Item.php:3184 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3063 +#: src/Model/Item.php:3186 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3067 +#: src/Model/Item.php:3190 #, php-format msgid "Content warning: %s" msgstr "Viðvörun vegna innihalds: %s" -#: src/Model/Item.php:3485 +#: src/Model/Item.php:3652 msgid "bytes" msgstr "bæti" -#: src/Model/Item.php:3516 +#: src/Model/Item.php:3683 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3518 +#: src/Model/Item.php:3685 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3523 +#: src/Model/Item.php:3690 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3525 +#: src/Model/Item.php:3692 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3527 +#: src/Model/Item.php:3694 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3561 src/Model/Item.php:3562 +#: src/Model/Item.php:3728 src/Model/Item.php:3729 msgid "View on separate page" msgstr "Skoða á sérstakri síðu" -#: src/Model/Mail.php:136 src/Model/Mail.php:264 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[ekkert efni]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:198 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Veggmyndir" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:359 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Breyta forsíðu" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:361 msgid "Change profile photo" msgstr "Breyta forsíðumynd" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:374 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Heimasíða:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:386 +#: src/Model/Profile.php:375 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Um:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:465 msgid "Atom feed" msgstr "Atom fréttaveita" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:472 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:509 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:573 src/Model/Profile.php:662 msgid "[today]" msgstr "[í dag]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:582 msgid "Birthday Reminders" msgstr "Afmælisáminningar" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:583 msgid "Birthdays this week:" msgstr "Afmæli í þessari viku:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:611 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:649 msgid "[No description]" msgstr "[Engin lýsing]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:675 msgid "Event Reminders" msgstr "Atburðaáminningar" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:676 msgid "Upcoming events the next 7 days:" msgstr "" @@ -3304,7 +3566,8 @@ msgstr "Mislíkar:" msgid "Title/Description:" msgstr "Starfsheiti/Lýsing:" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Samantekt" @@ -3345,145 +3608,145 @@ msgstr "Skóli/menntun" msgid "Contact information and Social Networks" msgstr "Tengiliðaupplýsingar og samfélagsnet" -#: src/Model/User.php:213 src/Model/User.php:1119 +#: src/Model/User.php:227 src/Model/User.php:1186 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki." -#: src/Model/User.php:571 src/Model/User.php:604 +#: src/Model/User.php:620 src/Model/User.php:653 msgid "Login failed" msgstr "Innskráning mistókst" -#: src/Model/User.php:636 +#: src/Model/User.php:685 msgid "Not enough information to authenticate" msgstr "" -#: src/Model/User.php:753 +#: src/Model/User.php:806 msgid "Password can't be empty" msgstr "Lykilorð getur ekki verið autt" -#: src/Model/User.php:795 +#: src/Model/User.php:848 msgid "Empty passwords are not allowed." msgstr "" -#: src/Model/User.php:799 +#: src/Model/User.php:852 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:803 +#: src/Model/User.php:856 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:807 +#: src/Model/User.php:860 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1002 +#: src/Model/User.php:1069 msgid "Passwords do not match. Password unchanged." msgstr "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt." -#: src/Model/User.php:1009 +#: src/Model/User.php:1076 msgid "An invitation is required." msgstr "Boðskort er skilyrði." -#: src/Model/User.php:1013 +#: src/Model/User.php:1080 msgid "Invitation could not be verified." msgstr "Ekki hægt að sannreyna boðskort." -#: src/Model/User.php:1021 +#: src/Model/User.php:1088 msgid "Invalid OpenID url" msgstr "OpenID slóð ekki til" -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 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:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1101 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Villumeldingin var:" -#: src/Model/User.php:1040 +#: src/Model/User.php:1107 msgid "Please enter the required information." msgstr "Settu inn umbeðnar upplýsingar." -#: src/Model/User.php:1054 +#: src/Model/User.php:1121 #, 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:1061 +#: src/Model/User.php:1128 #, 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:1065 +#: src/Model/User.php:1132 #, 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:1073 +#: src/Model/User.php:1140 msgid "That doesn't appear to be your full (First Last) name." msgstr "Þetta virðist ekki vera fullt nafn (Jón Jónsson)." -#: src/Model/User.php:1078 +#: src/Model/User.php:1145 msgid "Your email domain is not among those allowed on this site." msgstr "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef." -#: src/Model/User.php:1082 +#: src/Model/User.php:1149 msgid "Not a valid email address." msgstr "Ekki tækt tölvupóstfang." -#: src/Model/User.php:1085 +#: src/Model/User.php:1152 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1089 src/Model/User.php:1095 +#: src/Model/User.php:1156 src/Model/User.php:1162 msgid "Cannot use that email." msgstr "Ekki hægt að nota þetta póstfang." -#: src/Model/User.php:1101 +#: src/Model/User.php:1168 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1109 src/Model/User.php:1166 +#: src/Model/User.php:1176 src/Model/User.php:1233 msgid "Nickname is already registered. Please choose another." msgstr "Gælunafn þegar skráð. Veldu annað." -#: src/Model/User.php:1153 src/Model/User.php:1157 +#: src/Model/User.php:1220 src/Model/User.php:1224 msgid "An error occurred during registration. Please try again." msgstr "Villa kom upp við nýskráningu. Reyndu aftur." -#: src/Model/User.php:1180 +#: src/Model/User.php:1247 msgid "An error occurred creating your default profile. Please try again." msgstr "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur." -#: src/Model/User.php:1187 +#: src/Model/User.php:1254 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1192 +#: src/Model/User.php:1259 msgid "Friends" msgstr "Vinir" -#: src/Model/User.php:1196 +#: src/Model/User.php:1263 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1235 +#: src/Model/User.php:1307 msgid "Profile Photos" msgstr "Forsíðumyndir" -#: src/Model/User.php:1428 +#: src/Model/User.php:1487 #, php-format msgid "" "\n" @@ -3491,7 +3754,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1431 +#: src/Model/User.php:1490 #, php-format msgid "" "\n" @@ -3523,12 +3786,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1464 src/Model/User.php:1571 +#: src/Model/User.php:1523 src/Model/User.php:1630 #, php-format msgid "Registration details for %s" msgstr "Nýskráningar upplýsingar fyrir %s" -#: src/Model/User.php:1484 +#: src/Model/User.php:1543 #, php-format msgid "" "\n" @@ -3543,12 +3806,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1503 +#: src/Model/User.php:1562 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1527 +#: src/Model/User.php:1586 #, php-format msgid "" "\n" @@ -3557,7 +3820,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1535 +#: src/Model/User.php:1594 #, php-format msgid "" "\n" @@ -3614,10 +3877,10 @@ msgid "Enable" msgstr "Virkja" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:207 -#: src/Module/Admin/Logs/Settings.php:79 src/Module/Admin/Logs/View.php:84 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:389 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3627,7 +3890,7 @@ msgstr "Stjórnun" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:132 msgid "Addons" msgstr "Forritsviðbætur" @@ -3636,13 +3899,13 @@ msgstr "Forritsviðbætur" msgid "Toggle" msgstr "Skipta" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Höfundur:" -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Umsjónarmaður: " @@ -3655,13 +3918,13 @@ msgstr "" msgid "Addon %s failed to install." msgstr "" -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:81 src/Module/Admin/Site.php:392 +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 -#: src/Module/Settings/Connectors.php:158 -#: src/Module/Settings/Connectors.php:243 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:260 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Vista stillingar" @@ -3670,7 +3933,7 @@ msgstr "Vista stillingar" msgid "Reload active addons" msgstr "" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -3712,28 +3975,28 @@ msgstr "Uppfærsla %s skilaði ekki gildi. Óvíst hvort tókst." msgid "There was no additional update function %s that needed to be called." msgstr "" -#: src/Module/Admin/DBSync.php:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "Engar uppfærslur mistókust." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Uppfærslur sem mistókust" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu." -#: src/Module/Admin/DBSync.php:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "Framkvæma þessa uppfærslu sjálfkrafa" @@ -3742,79 +4005,81 @@ msgstr "Framkvæma þessa uppfærslu sjálfkrafa" msgid "Lock feature %s" msgstr "" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "" -#: src/Module/Admin/Federation.php:73 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Annað" -#: src/Module/Admin/Federation.php:147 src/Module/Admin/Federation.php:396 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "óþekkt" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:181 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:202 +#: src/Module/Admin/Federation.php:209 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:208 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Tölfræði þjónasambands" -#: src/Module/Admin/Federation.php:212 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3832,46 +4097,53 @@ msgstr[1] "" msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/Admin/Logs/Settings.php:71 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:73 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:102 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 #: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Atburðaskrá" -#: src/Module/Admin/Logs/Settings.php:82 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Hreinsa" -#: src/Module/Admin/Logs/Settings.php:86 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Atburðaskrá" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:92 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn." -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Stig atburðaskráningar" -#: src/Module/Admin/Logs/Settings.php:90 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -3894,77 +4166,77 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:104 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "Skoða atburðaskrár" -#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Admin/Logs/View.php:87 msgid "Search in logs" msgstr "" -#: src/Module/Admin/Logs/View.php:89 +#: src/Module/Admin/Logs/View.php:88 #: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "Birta allt" -#: src/Module/Admin/Logs/View.php:90 +#: src/Module/Admin/Logs/View.php:89 msgid "Date" msgstr "" -#: src/Module/Admin/Logs/View.php:91 +#: src/Module/Admin/Logs/View.php:90 msgid "Level" msgstr "" -#: src/Module/Admin/Logs/View.php:92 +#: src/Module/Admin/Logs/View.php:91 msgid "Context" msgstr "" -#: src/Module/Admin/Logs/View.php:94 +#: src/Module/Admin/Logs/View.php:93 msgid "ALL" msgstr "" -#: src/Module/Admin/Logs/View.php:95 +#: src/Module/Admin/Logs/View.php:94 msgid "View details" msgstr "" -#: src/Module/Admin/Logs/View.php:96 +#: src/Module/Admin/Logs/View.php:95 msgid "Click to view details" msgstr "" -#: src/Module/Admin/Logs/View.php:97 src/Module/Calendar/Event/Form.php:207 +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" msgstr "Nánar um atburð" -#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "" -#: src/Module/Admin/Logs/View.php:99 +#: src/Module/Admin/Logs/View.php:98 #: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "" -#: src/Module/Admin/Logs/View.php:100 +#: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "" -#: src/Module/Admin/Logs/View.php:101 +#: src/Module/Admin/Logs/View.php:100 msgid "Line" msgstr "" -#: src/Module/Admin/Logs/View.php:102 +#: src/Module/Admin/Logs/View.php:101 msgid "Function" msgstr "" -#: src/Module/Admin/Logs/View.php:103 +#: src/Module/Admin/Logs/View.php:102 msgid "UID" msgstr "" -#: src/Module/Admin/Logs/View.php:104 +#: src/Module/Admin/Logs/View.php:103 msgid "Process ID" msgstr "" -#: src/Module/Admin/Logs/View.php:105 +#: src/Module/Admin/Logs/View.php:104 msgid "Close" msgstr "" @@ -4000,7 +4272,8 @@ msgstr "" msgid "Job Parameters" msgstr "" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:75 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Búið til" @@ -4008,269 +4281,269 @@ msgstr "Búið til" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:207 +#: src/Module/Admin/Site.php:212 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:304 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:178 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:321 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:188 #, php-format msgid "%s - (Experimental)" msgstr "%s - (á tilraunastigi)" -#: src/Module/Admin/Site.php:333 +#: src/Module/Admin/Site.php:342 msgid "No community page" msgstr "" -#: src/Module/Admin/Site.php:334 +#: src/Module/Admin/Site.php:343 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:335 +#: src/Module/Admin/Site.php:344 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:336 +#: src/Module/Admin/Site.php:345 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:337 +#: src/Module/Admin/Site.php:346 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:352 msgid "Multi user instance" msgstr "" -#: src/Module/Admin/Site.php:366 +#: src/Module/Admin/Site.php:375 msgid "Closed" msgstr "Lokað" -#: src/Module/Admin/Site.php:367 +#: src/Module/Admin/Site.php:376 msgid "Requires approval" msgstr "Þarf samþykki" -#: src/Module/Admin/Site.php:368 +#: src/Module/Admin/Site.php:377 msgid "Open" msgstr "Opið" -#: src/Module/Admin/Site.php:372 +#: src/Module/Admin/Site.php:381 msgid "Don't check" msgstr "" -#: src/Module/Admin/Site.php:373 +#: src/Module/Admin/Site.php:382 msgid "check the stable version" msgstr "" -#: src/Module/Admin/Site.php:374 +#: src/Module/Admin/Site.php:383 msgid "check the development version" msgstr "" -#: src/Module/Admin/Site.php:378 +#: src/Module/Admin/Site.php:387 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:379 +#: src/Module/Admin/Site.php:388 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:380 +#: src/Module/Admin/Site.php:389 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:390 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Vefur" -#: src/Module/Admin/Site.php:391 +#: src/Module/Admin/Site.php:400 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:393 +#: src/Module/Admin/Site.php:402 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:394 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 msgid "Registration" msgstr "Nýskráning" -#: src/Module/Admin/Site.php:395 +#: src/Module/Admin/Site.php:404 msgid "File upload" msgstr "Hlaða upp skrá" -#: src/Module/Admin/Site.php:396 +#: src/Module/Admin/Site.php:405 msgid "Policies" msgstr "Stefna" -#: src/Module/Admin/Site.php:397 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:517 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:547 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Flóknari" -#: src/Module/Admin/Site.php:398 +#: src/Module/Admin/Site.php:407 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:399 +#: src/Module/Admin/Site.php:408 msgid "Performance" msgstr "Afköst" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:409 msgid "Worker" msgstr "" -#: src/Module/Admin/Site.php:401 +#: src/Module/Admin/Site.php:410 msgid "Message Relay" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:411 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:403 +#: src/Module/Admin/Site.php:412 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:413 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:406 +#: src/Module/Admin/Site.php:415 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:416 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:417 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:420 msgid "Site name" msgstr "Nafn vefsvæðis" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "Sender Email" msgstr "Tölvupóstfang sendanda" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:421 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:422 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:423 msgid "Banner/Logo" msgstr "Borði/Merki" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:424 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Shortcut icon" msgstr "Táknmynd flýtivísunar" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:425 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:426 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 msgid "Additional Info" msgstr "Viðbótarupplýsingar" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:427 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:428 msgid "System language" msgstr "Tungumál kerfis" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 msgid "System theme" msgstr "Þema kerfis" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:429 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Mobile system theme" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:430 msgid "Theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "Force SSL" msgstr "Þvinga SSL" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:431 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:432 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:433 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 msgid "Maximum image size" msgstr "Mesta stærð mynda" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:435 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4278,181 +4551,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 msgid "Maximum image length" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:439 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:432 +#: src/Module/Admin/Site.php:440 msgid "JPEG image quality" msgstr "JPEG myndgæði" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:440 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:434 +#: src/Module/Admin/Site.php:442 msgid "Register policy" msgstr "Stefna varðandi nýskráningar" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:443 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:443 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:444 msgid "Maximum Daily Registrations" msgstr "" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:444 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:436 +#: src/Module/Admin/Site.php:445 msgid "Register text" msgstr "Texti við nýskráningu" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:445 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 msgid "Forbidden Nicknames" msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:446 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:438 +#: src/Module/Admin/Site.php:447 msgid "Accounts abandoned after x days" msgstr "Yfirgefnir notendur eftir x daga" -#: src/Module/Admin/Site.php:438 +#: src/Module/Admin/Site.php:447 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir." -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 msgid "Allowed friend domains" msgstr "Leyfð lén vina" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:448 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:440 +#: src/Module/Admin/Site.php:449 msgid "Allowed email domains" msgstr "Leyfð tölvupóstfangalén" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:449 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:441 +#: src/Module/Admin/Site.php:450 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:450 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:451 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 msgid "Block public" msgstr "Loka á opinberar færslur" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:452 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:444 +#: src/Module/Admin/Site.php:453 msgid "Force publish" msgstr "Skylda að vera í tengiliðalista" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:453 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:454 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:446 +#: src/Module/Admin/Site.php:455 msgid "Private posts by default for new users" msgstr "" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:455 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." +"circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 msgid "Don't include post content in email notifications" msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:456 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:448 +#: src/Module/Admin/Site.php:457 msgid "Disallow public access to addons listed in the apps menu." msgstr "Hindra opið aðgengi að viðbótum í forritavalmyndinni." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:457 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:458 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 " @@ -4460,11 +4745,11 @@ msgid "" "while." msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:459 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 " @@ -4473,267 +4758,267 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:460 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:461 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:462 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:454 +#: src/Module/Admin/Site.php:463 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:463 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:464 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "Enable Fullname check" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:465 msgid "" "Enable check to only allow users to register with a space between the first " "name and the last name in their full name." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:466 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:467 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:468 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:470 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:471 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:472 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:474 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "Enable Diaspora support" msgstr "Leyfa Diaspora tengingar" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:475 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 msgid "Verify SSL" msgstr "Sannreyna SSL" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:476 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:468 +#: src/Module/Admin/Site.php:477 msgid "Proxy user" msgstr "Proxy notandi" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:477 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "Proxy URL" msgstr "Proxy slóð" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:478 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Network timeout" msgstr "Net tími útrunninn" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:479 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 msgid "Maximum Load Average" msgstr "Mesta meðaltals álag" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:480 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:481 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:482 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:484 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:485 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:486 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:487 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:489 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Days between requery" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:491 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:492 msgid "" "Periodically query other servers for contacts. The system queries Friendica," " Mastodon and Hubzilla servers." msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:493 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:486 +#: src/Module/Admin/Site.php:495 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:495 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 " @@ -4741,50 +5026,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:497 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:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:498 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:499 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 msgid "Lifespan of remote items" msgstr "Líftími fjartengdra atriða" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:500 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:492 +#: src/Module/Admin/Site.php:501 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:501 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4792,144 +5077,144 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:502 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:494 +#: src/Module/Admin/Site.php:503 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:494 +#: src/Module/Admin/Site.php:503 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:504 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 msgid "Temp path" msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:505 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:497 +#: src/Module/Admin/Site.php:506 msgid "Only search in tags" msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:506 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:498 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:507 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:507 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:509 #, 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:501 +#: src/Module/Admin/Site.php:510 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:510 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:503 +#: src/Module/Admin/Site.php:512 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:512 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 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:504 src/Module/Contact/Profile.php:287 +#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:309 #: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "Óvirkt" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "all" msgstr "allt" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:513 msgid "tags" msgstr "merki" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:514 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:515 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:516 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:510 +#: src/Module/Admin/Site.php:519 msgid "Start Relocation" msgstr "" @@ -4975,7 +5260,13 @@ msgstr "" msgid "This backend doesn't have custom settings" msgstr "" -#: src/Module/Admin/Storage.php:149 +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "" @@ -5079,51 +5370,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Útgáfunúmer" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "" @@ -5163,16 +5443,16 @@ msgstr "" msgid "Reload active themes" msgstr "" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: src/Module/Admin/Themes/Index.php:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "[Á tilraunastigi]" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "[Óstutt]" @@ -5276,11 +5556,11 @@ msgstr "Atriði fannst ekki" msgid "Please login to continue." msgstr "Skráðu þig inn til að halda áfram." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5290,11 +5570,11 @@ msgstr "" msgid "Overview" msgstr "Yfirlit" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Uppsetning" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Viðbótareiginleikar" @@ -5314,7 +5594,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Bilanagreining" @@ -5342,23 +5622,23 @@ msgstr "" msgid "Addon Features" msgstr "Eiginleikar forritsviðbótar" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Notenda nýskráningar bíða samþykkis" -#: src/Module/BaseApi.php:266 src/Module/BaseApi.php:282 -#: src/Module/BaseApi.php:298 +#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 +#: src/Module/BaseApi.php:483 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:267 +#: src/Module/BaseApi.php:452 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:283 +#: src/Module/BaseApi.php:468 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5366,7 +5646,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseApi.php:299 +#: src/Module/BaseApi.php:484 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5374,32 +5654,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Notendur" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Verkfæri" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Svartur listi tengiliðar" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Svartur listi vefþjóns" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Eyða atriði" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:479 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:507 msgid "Profile Details" msgstr "Forsíðu upplýsingar" @@ -5411,7 +5705,7 @@ msgstr "" msgid "Only You Can See This" msgstr "Aðeins þú sérð þetta" -#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" @@ -5423,50 +5717,67 @@ msgstr "" msgid "Tips for New Members" msgstr "Ábendingar fyrir nýja notendur" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Leita að fólki - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Leita á spjallsvæði - %s" +msgid "Group Search - %s" +msgstr "" -#: src/Module/BaseSearch.php:119 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Engar leitarniðurstöður" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Notandi" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 #: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Birting" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:202 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Samfélagsnet" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:139 src/Module/Settings/Delegation.php:172 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:146 msgid "Connected apps" msgstr "Tengd forrit" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:153 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:160 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Sækja persónuleg gögn" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:167 msgid "Remove account" msgstr "Henda tengilið" @@ -5586,10 +5897,113 @@ msgstr "Skoða" msgid "Create New Event" msgstr "Stofna nýjan atburð" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:248 msgid "list" msgstr "listi" +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Tengiliður fannst ekki." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:232 +msgid "Invalid contact." +msgstr "Ógildur tengiliður." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Meðlimir" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + #: src/Module/Contact.php:97 #, php-format msgid "%d contact edited." @@ -5597,159 +6011,146 @@ msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:342 +#: src/Module/Contact.php:348 msgid "Show all contacts" msgstr "Sýna alla tengiliði" -#: src/Module/Contact.php:347 src/Module/Contact.php:415 +#: src/Module/Contact.php:353 src/Module/Contact.php:432 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "" -#: src/Module/Contact.php:350 +#: src/Module/Contact.php:356 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:355 src/Module/Contact.php:416 +#: src/Module/Contact.php:361 src/Module/Contact.php:435 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Útilokað" -#: src/Module/Contact.php:358 +#: src/Module/Contact.php:364 msgid "Only show blocked contacts" msgstr "" -#: src/Module/Contact.php:363 src/Module/Contact.php:418 -#: src/Object/Post.php:344 +#: src/Module/Contact.php:369 src/Module/Contact.php:441 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:368 msgid "Ignored" msgstr "Hunsa" -#: src/Module/Contact.php:366 +#: src/Module/Contact.php:372 msgid "Only show ignored contacts" msgstr "" -#: src/Module/Contact.php:371 src/Module/Contact.php:419 +#: src/Module/Contact.php:377 src/Module/Contact.php:444 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:380 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:379 src/Module/Contact.php:420 +#: src/Module/Contact.php:385 src/Module/Contact.php:447 msgid "Archived" msgstr "Í geymslu" -#: src/Module/Contact.php:382 +#: src/Module/Contact.php:388 msgid "Only show archived contacts" msgstr "Aðeins sýna geymda tengiliði" -#: src/Module/Contact.php:387 src/Module/Contact.php:417 +#: src/Module/Contact.php:393 src/Module/Contact.php:438 msgid "Hidden" msgstr "Falinn" -#: src/Module/Contact.php:390 +#: src/Module/Contact.php:396 msgid "Only show hidden contacts" msgstr "Aðeins sýna falda tengiliði" -#: src/Module/Contact.php:398 -msgid "Organize your contact groups" +#: src/Module/Contact.php:404 +msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:431 +#: src/Module/Contact.php:459 msgid "Search your contacts" msgstr "Leita í þínum vinum" -#: src/Module/Contact.php:432 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:460 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Niðurstöður fyrir: %s" -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:467 msgid "Update" msgstr "Uppfæra" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:478 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Afbanna" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:486 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Byrja að fylgjast með á ný" -#: src/Module/Contact.php:442 src/Module/Contact/Profile.php:494 +#: src/Module/Contact.php:470 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:444 +#: src/Module/Contact.php:472 msgid "Batch Actions" msgstr "Magnaðgerðir" -#: src/Module/Contact.php:487 +#: src/Module/Contact.php:515 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:492 +#: src/Module/Contact.php:520 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:523 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:531 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:539 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:550 msgid "Advanced Contact Settings" msgstr "" -#: src/Module/Contact.php:556 +#: src/Module/Contact.php:586 msgid "Mutual Friendship" msgstr "Sameiginlegur vinskapur" -#: src/Module/Contact.php:560 +#: src/Module/Contact.php:590 msgid "is a fan of yours" msgstr "er fylgjandi þinn" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:594 msgid "you are a fan of" msgstr "þú er fylgjandi" -#: src/Module/Contact.php:582 +#: src/Module/Contact.php:612 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:584 +#: src/Module/Contact.php:614 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:597 src/Module/Contact/Profile.php:347 +#: src/Module/Contact.php:627 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Heimsækja forsíðu %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Tengiliður fannst ekki." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Uppfærsla tengiliðs mistókst." @@ -5760,13 +6161,14 @@ msgstr "Fara til baka í tengiliðasýsl" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 -#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:73 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 msgid "Name" msgstr "Nafn" @@ -5786,11 +6188,6 @@ msgstr "Slóð á könnun/fréttastraum" msgid "New photo from this URL" msgstr "Ný mynd frá slóð" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Ógildur tengiliður." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5799,28 +6196,28 @@ msgstr "" msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:132 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:135 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:138 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:140 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" @@ -5839,15 +6236,15 @@ msgid "" "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:146 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Follow.php:69 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:165 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5856,71 +6253,72 @@ msgstr[1] "" msgid "Access denied." msgstr "Aðgangi hafnað." -#: src/Module/Contact/Follow.php:104 src/Module/Contact/Unfollow.php:125 +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 #: src/Module/Profile/RemoteFollow.php:133 msgid "Submit Request" msgstr "Senda beiðni" -#: src/Module/Contact/Follow.php:114 +#: src/Module/Contact/Follow.php:115 msgid "You already added this contact." msgstr "" -#: src/Module/Contact/Follow.php:129 +#: src/Module/Contact/Follow.php:130 msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:137 +#: src/Module/Contact/Follow.php:138 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:142 +#: src/Module/Contact/Follow.php:143 msgid "OStatus support is disabled. Contact can't be added." msgstr "" -#: src/Module/Contact/Follow.php:167 src/Module/Profile/RemoteFollow.php:132 +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 msgid "Please answer the following:" msgstr "Vinnsamlegast svaraðu eftirfarandi:" -#: src/Module/Contact/Follow.php:168 src/Module/Contact/Unfollow.php:123 +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 msgid "Your Identity Address:" msgstr "Auðkennisnetfang þitt:" -#: src/Module/Contact/Follow.php:169 src/Module/Contact/Profile.php:376 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Slóð á forsíðu" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:388 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" msgstr "Merki:" -#: src/Module/Contact/Follow.php:181 +#: src/Module/Contact/Follow.php:182 #, php-format msgid "%s knows you" msgstr "" -#: src/Module/Contact/Follow.php:182 +#: src/Module/Contact/Follow.php:183 msgid "Add a personal note:" msgstr "Bæta við persónulegri athugasemd" -#: src/Module/Contact/Follow.php:191 src/Module/Contact/Unfollow.php:138 +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Follow.php:220 +#: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." msgstr "" #: src/Module/Contact/MatchInterests.php:94 -#: src/Module/Media/Attachment/Upload.php:79 -#: src/Module/Media/Attachment/Upload.php:84 -#: src/Module/Media/Photo/Upload.php:83 src/Module/Media/Photo/Upload.php:88 -#: src/Module/Media/Photo/Upload.php:137 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Ógild fyrirspurn." @@ -5932,248 +6330,312 @@ msgstr "" msgid "Profile Match" msgstr "Forsíða fannst" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Ekki tókst að uppfæra tengiliðs skrá." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Opnað á tengilið" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Lokað á tengilið" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Tengiliður afhunsaður" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Tengiliður hunsaður" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Þú ert gagnkvæmur vinur %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Þú ert að deila með %s" -#: src/Module/Contact/Profile.php:245 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s er að deila með þér" -#: src/Module/Contact/Profile.php:261 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Einkasamtal ekki í boði fyrir þennan" -#: src/Module/Contact/Profile.php:263 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Aldrei" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(uppfærsla tókst ekki)" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(uppfærsla tókst)" -#: src/Module/Contact/Profile.php:268 src/Module/Contact/Profile.php:449 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Stinga uppá vinum" -#: src/Module/Contact/Profile.php:272 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Net tegund: %s" -#: src/Module/Contact/Profile.php:277 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "" -#: src/Module/Contact/Profile.php:283 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Ná í ítarlegri upplýsingar um fréttaveitur" -#: src/Module/Contact/Profile.php:285 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Ná í upplýsingar" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Ná í stikkorð" -#: src/Module/Contact/Profile.php:290 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Ná í upplýsingar og stikkorð" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:305 -#: src/Module/Contact/Profile.php:310 src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "" -#: src/Module/Contact/Profile.php:301 src/Module/Contact/Profile.php:311 -#: src/Module/Contact/Profile.php:317 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:306 src/Module/Contact/Profile.php:312 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Uppl. um tengilið / minnisatriði" -#: src/Module/Contact/Profile.php:330 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Stillingar tengiliðar" -#: src/Module/Contact/Profile.php:338 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Tengiliður" -#: src/Module/Contact/Profile.php:342 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "" -#: src/Module/Contact/Profile.php:344 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Breyta minnispunktum tengiliðs " -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "útiloka/opna á tengilið" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Hunsa tengilið" -#: src/Module/Contact/Profile.php:350 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Skoða samtöl" -#: src/Module/Contact/Profile.php:355 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Síðasta uppfærsla:" -#: src/Module/Contact/Profile.php:357 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Uppfæra opinberar færslur" -#: src/Module/Contact/Profile.php:359 src/Module/Contact/Profile.php:459 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Uppfæra núna" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Útilokaður sem stendur" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Hunsaður sem stendur" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:365 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Í geymslu" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Gera þennan notanda ósýnilegan öðrum" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:389 +#: src/Module/Contact/Profile.php:415 #: src/Module/Settings/TwoFactor/Index.php:139 msgid "Actions" msgstr "Aðgerðir" -#: src/Module/Contact/Profile.php:391 +#: src/Module/Contact/Profile.php:417 #: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 msgid "Status" msgstr "Staða" -#: src/Module/Contact/Profile.php:397 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:399 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:469 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:480 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "" -#: src/Module/Contact/Profile.php:488 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "" -#: src/Module/Contact/Profile.php:496 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:503 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:505 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6185,10 +6647,6 @@ msgstr "" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6236,103 +6694,55 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:121 +#: src/Module/Conversation/Community.php:125 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Engar leitarniðurstöður." + +#: src/Module/Conversation/Channel.php:159 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:91 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Engar leitarniðurstöður." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:179 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:195 msgid "Not available." msgstr "Ekki tiltækt." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Enginn slíkur hópur" +#: src/Module/Conversation/Network.php:218 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:222 #, php-format -msgid "Group: %s" -msgstr "Hópur: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Network.php:317 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Timeline.php:158 +msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" +#: src/Module/Conversation/Timeline.php:162 +msgid "Include" msgstr "" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +#: src/Module/Conversation/Timeline.php:163 +msgid "Hide" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:236 -msgid "Personal" -msgstr "Einka" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Færslur sem tengjast þér" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:356 -msgid "Starred" -msgstr "Stjörnumerkt" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Uppáhalds færslur" - #: src/Module/Credits.php:44 msgid "Credits" msgstr "Þakkir" @@ -6549,7 +6959,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "" @@ -6678,138 +7088,58 @@ msgstr "Stinga uppá vinum" msgid "Suggest a friend for %s" msgstr "Stinga uppá vin fyrir %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 msgid "Reason for the block" msgstr "" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Villu tilkynningar og vandamál: endilega skoða" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "villuskráningu á GitHub" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Gat ekki stofnað hóp." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Hópur fannst ekki." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Vista hóp" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Stofna hóp af tengiliðum/vinum" - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Ekki tókst að eyða hóp." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Eyða hópi" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Breyta nafni hóps" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Meðlimir" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Hópur er tómur" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Engin forsíða" @@ -7101,30 +7431,26 @@ msgstr "" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "" @@ -7163,37 +7489,30 @@ msgstr "Skrár" msgid "Upload" msgstr "Senda inn" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Or - did you try to upload an empty file?" msgstr "Eða - reyndirðu að senda inn tóma skrá?" -#: src/Module/Media/Attachment/Upload.php:106 +#: src/Module/Media/Attachment/Upload.php:104 #, php-format msgid "File exceeds size limit of %s" msgstr "Skrá fer leyfileg takmörk sem eru %s" -#: src/Module/Media/Attachment/Upload.php:116 +#: src/Module/Media/Attachment/Upload.php:114 msgid "File upload failed." msgstr "Skráar upphlöðun mistókst." -#: src/Module/Media/Photo/Upload.php:154 src/Module/Media/Photo/Upload.php:155 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 #: src/Module/Settings/Profile/Photo/Index.php:68 msgid "Unable to process image." msgstr "Ekki mögulegt afgreiða mynd" -#: src/Module/Media/Photo/Upload.php:188 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: src/Module/Media/Photo/Upload.php:206 src/Module/Profile/Photos.php:243 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 #: src/Module/Settings/Profile/Photo/Index.php:95 msgid "Image upload failed." msgstr "Ekki hægt að hlaða upp mynd." @@ -7226,40 +7545,40 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:492 msgid "Normal Account Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:499 msgid "Soapbox Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:506 +msgid "Public Group" msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:513 msgid "Automatic Friend Page" msgstr "" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Einkaspjallsvæði" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:464 msgid "Personal Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:471 msgid "Organisation Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:478 msgid "News Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:485 +msgid "Community Group" msgstr "" #: src/Module/Moderation/BaseUsers.php:130 @@ -7316,6 +7635,7 @@ msgid "Block New Remote Contact" msgstr "Útiloka nýjan fjartengdan tengilið" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Ljósmynd" @@ -7389,6 +7709,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7671,6 +7993,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Venjulegur notandi" @@ -7680,7 +8233,7 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" +msgid "Public Group Account" msgstr "" #: src/Module/Moderation/Summary.php:56 @@ -7692,7 +8245,7 @@ msgid "Blog Account" msgstr "" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" +msgid "Private Group Account" msgstr "" #: src/Module/Moderation/Summary.php:78 @@ -7835,19 +8388,19 @@ msgstr "Nýr notandi" msgid "Add User" msgstr "Bæta við notanda" -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 msgid "Name of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname" msgstr "Stuttnefni" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname of the new user." msgstr "" -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." msgstr "" @@ -7993,11 +8546,11 @@ msgstr "Tilkynningar frá heimasvæði" msgid "Show unread" msgstr "Birta ólesið" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} óskaði eftir skráningu" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8016,7 +8569,7 @@ msgstr "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengili msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8027,11 +8580,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8100,67 +8653,77 @@ msgstr "hunsað" msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:66 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:89 +#: src/Module/PermissionTooltip.php:94 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:107 +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Persónuverndarupplýsingar ekki fyrir hendi á fjartengdum vefþjóni." -#: src/Module/PermissionTooltip.php:116 +#: src/Module/PermissionTooltip.php:121 msgid "Visible to:" msgstr "Sýnilegt eftirfarandi:" -#: src/Module/PermissionTooltip.php:200 +#: src/Module/PermissionTooltip.php:204 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:208 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:223 +#: src/Module/PermissionTooltip.php:227 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:231 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:230 +#: src/Module/PermissionTooltip.php:234 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:233 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/PermissionTooltip.php:240 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:243 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8173,23 +8736,23 @@ msgstr "" msgid "Edit post" msgstr "Breyta skilaboðum" -#: src/Module/Post/Edit.php:133 +#: src/Module/Post/Edit.php:136 msgid "web link" msgstr "vefslóð" -#: src/Module/Post/Edit.php:134 +#: src/Module/Post/Edit.php:137 msgid "Insert video link" msgstr "Setja inn slóð á myndskeið" -#: src/Module/Post/Edit.php:135 +#: src/Module/Post/Edit.php:138 msgid "video link" msgstr "slóð á myndskeið" -#: src/Module/Post/Edit.php:136 +#: src/Module/Post/Edit.php:139 msgid "Insert audio link" msgstr "Setja inn slóð á hljóðskrá" -#: src/Module/Post/Edit.php:137 +#: src/Module/Post/Edit.php:140 msgid "audio link" msgstr "slóð á hljóðskrá" @@ -8201,35 +8764,42 @@ msgstr "Fjarlægja merki " msgid "Select a tag to remove: " msgstr "Veldu merki til að fjarlægja:" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 +#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:180 #: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Remove" msgstr "Fjarlægja" -#: src/Module/Profile/Contacts.php:156 +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "Enginn tengiliður" #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1026 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Tímalína fyrir %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1030 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Færslur frá %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1033 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Athugasemdir frá %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:59 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "" @@ -8248,7 +8818,7 @@ msgstr "" msgid "Image file is empty." msgstr "Mynda skrá er tóm." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Skoða myndabók" @@ -8263,7 +8833,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:576 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Fullt nafn:" @@ -8284,12 +8854,12 @@ msgid "Birthday:" msgstr "Afmælisdagur:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Aldur: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8297,13 +8867,13 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Lýsing:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Spjallsvæði:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8364,15 +8934,15 @@ msgid "" "content from anonymous visitors." msgstr "" -#: src/Module/Profile/Schedule.php:84 +#: src/Module/Profile/Schedule.php:83 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Remove post" msgstr "" @@ -8393,22 +8963,22 @@ msgstr "" msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "" -#: src/Module/Profile/UnkMail.php:153 +#: src/Module/Profile/UnkMail.php:152 #, 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 "" -#: src/Module/Profile/UnkMail.php:161 +#: src/Module/Profile/UnkMail.php:160 msgid "To" msgstr "" -#: src/Module/Profile/UnkMail.php:162 +#: src/Module/Profile/UnkMail.php:161 msgid "Subject" msgstr "" -#: src/Module/Profile/UnkMail.php:163 +#: src/Module/Profile/UnkMail.php:162 msgid "Your message" msgstr "" @@ -8472,7 +9042,7 @@ msgstr "" msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 #: src/Module/Settings/Account.php:567 msgid "New Password:" msgstr "Nýtt aðgangsorð:" @@ -8481,7 +9051,7 @@ msgstr "Nýtt aðgangsorð:" msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:102 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 #: src/Module/Settings/Account.php:568 msgid "Confirm:" msgstr "Staðfesta:" @@ -8509,11 +9079,11 @@ msgstr "" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:156 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -8604,45 +9174,45 @@ msgstr "" msgid "Create a New Account" msgstr "Stofna nýjan notanda" -#: src/Module/Security/Login.php:143 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:146 +#: src/Module/Security/Login.php:145 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:148 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "Eða auðkenna með OpenID: " -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Aðgangsorð: " -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "Muna eftir mér" -#: src/Module/Security/Login.php:172 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Gleymt lykilorð?" -#: src/Module/Security/Login.php:175 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "Þjónustuskilmálar vefsvæðis" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "þjónustuskilmálar" -#: src/Module/Security/Login.php:178 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "Persónuverndarstefna" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "persónuverndarstefna" @@ -8699,25 +9269,25 @@ msgstr "" msgid "Update Password" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Current Password:" msgstr "Núverandi lykilorð:" -#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Security/PasswordTooLong.php:99 #: src/Module/Settings/Account.php:569 msgid "Your current password to confirm the changes" msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:552 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:553 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:553 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:554 msgid "Password length is limited to 72 characters." msgstr "" @@ -8841,99 +9411,99 @@ msgstr "Ógilt tölvupóstfang." msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:219 src/Module/Settings/Account.php:303 +#: src/Module/Settings/Account.php:352 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:364 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:383 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:396 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:413 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:455 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:456 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:466 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:473 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:480 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:487 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:494 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:501 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:508 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:515 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Einkaspjallsvæði [á tilraunastigi]" +#: src/Module/Settings/Account.php:520 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:522 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:531 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:539 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8941,18 +9511,18 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:545 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:558 msgid "Account Settings" msgstr "Stillingar aðgangs" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:559 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" @@ -8981,6 +9551,11 @@ msgstr "" msgid "Basic Settings" msgstr "Grunnstillingar" +#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + #: src/Module/Settings/Account.php:577 msgid "Email Address:" msgstr "Tölvupóstfang:" @@ -9107,201 +9682,209 @@ msgstr "" msgid "Maximum private messages per day from unknown people:" msgstr "" +#: src/Module/Settings/Account.php:596 +msgid "Default privacy circle for new contacts" +msgstr "" + #: src/Module/Settings/Account.php:597 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:598 msgid "Default Post Permissions" msgstr "Sjálfgefnar aðgangstýring á færslum" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:602 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "Automatically expire posts after this many days:" msgstr "Sjálfkrafa fyrna færslu eftir hvað marga daga:" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:603 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Tómar færslur renna ekki út. Útrunnum færslum er eytt" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:604 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:605 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:606 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:607 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:610 msgid "Notification Settings" msgstr "Stillingar á tilkynningum" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:611 msgid "Send a notification email when:" msgstr "Senda tilkynningapóst þegar:" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:612 msgid "You receive an introduction" msgstr "Þú færð kynningu" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:613 msgid "Your introductions are confirmed" msgstr "Kynningarnar þínar eru samþykktar" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:614 msgid "Someone writes on your profile wall" msgstr "Einhver skrifar á vegginn þinn" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:615 msgid "Someone writes a followup comment" msgstr "Einhver skrifar athugasemd á færslu hjá þér" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:616 msgid "You receive a private message" msgstr "Þú færð einkaskilaboð" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:617 msgid "You receive a friend suggestion" msgstr "Þér hefur borist vina uppástunga" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:618 msgid "You are tagged in a post" msgstr "Þú varst merkt(ur) í færslu" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:620 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:621 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:622 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:623 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:624 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:625 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:626 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:627 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:629 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:633 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:634 +#: src/Module/Settings/Account.php:635 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:639 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:640 +#: src/Module/Settings/Account.php:641 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:645 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:646 +#: src/Module/Settings/Account.php:647 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:650 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:651 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:654 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:655 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:656 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:659 msgid "Relocate" msgstr "Endurstaðsetja" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:660 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:661 msgid "Resend relocate message to contacts" msgstr "" @@ -9313,73 +9896,73 @@ msgstr "" msgid "No Addon settings configured" msgstr "" -#: src/Module/Settings/Connectors.php:119 +#: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru." -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:165 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "Diaspora (Socialhome, Hubzilla)" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:165 #: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:167 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 msgid "OStatus (GNU Social)" msgstr "" -#: src/Module/Settings/Connectors.php:180 +#: src/Module/Settings/Connectors.php:182 msgid "Email access is disabled on this site." msgstr "Slökkt hefur verið á tölvupóst aðgang á þessum þjón." -#: src/Module/Settings/Connectors.php:195 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 msgid "None" msgstr "Ekkert" -#: src/Module/Settings/Connectors.php:207 +#: src/Module/Settings/Connectors.php:209 msgid "General Social Media Settings" msgstr "Almennar stillingar samfélagsmiðla" -#: src/Module/Settings/Connectors.php:210 +#: src/Module/Settings/Connectors.php:212 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:212 +#: src/Module/Settings/Connectors.php:214 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:214 +#: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:215 +#: src/Module/Settings/Connectors.php:217 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:216 +#: src/Module/Settings/Connectors.php:218 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "Enable Content Warning" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning" " field which collapse their post by default. This enables the automatic " @@ -9387,499 +9970,531 @@ msgid "" " affect any other content filtering you eventually set up." msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "Enable intelligent shortening" msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character " "limit." msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" " share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "" "When activated, the \"spoiler_text\" field in the API will be used for the " "title on standalone posts. When deactivated it will be used for spoiler " "text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:227 msgid "" "If you enter your old account name from an ActivityPub based system or your " "GNU Social/Statusnet account name here (in the format user@domain.tld), your" " contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:229 msgid "Repair OStatus subscriptions" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:233 msgid "Email/Mailbox Setup" msgstr "Tölvupóstur stilling" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:234 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Ef þú villt hafa samskipti við tölvupóststengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu." -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:235 msgid "Last successful email check:" msgstr "Síðasta prófun á tölvupóstfangi:" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:237 msgid "IMAP server name:" msgstr "IMAP þjónn:" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:238 msgid "IMAP port:" msgstr "IMAP port:" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:239 msgid "Security:" msgstr "Öryggi:" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:240 msgid "Email login name:" msgstr "Notandanafn tölvupóstfangs:" -#: src/Module/Settings/Connectors.php:238 +#: src/Module/Settings/Connectors.php:241 msgid "Email password:" msgstr "Lykilorð tölvupóstfangs:" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:242 msgid "Reply-to address:" msgstr "Svarpóstfang:" -#: src/Module/Settings/Connectors.php:240 +#: src/Module/Settings/Connectors.php:243 msgid "Send public posts to all email contacts:" msgstr "Senda opinberar færslur á alla tölvupóst viðtakendur:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Action after import:" msgstr "" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Move to folder" msgstr "Flytja yfir í skrásafn" -#: src/Module/Settings/Connectors.php:242 +#: src/Module/Settings/Connectors.php:245 msgid "Move to folder:" msgstr "Flytja yfir í skrásafn:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:54 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:56 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:60 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:82 +#: src/Module/Settings/Delegation.php:104 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:96 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:144 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:155 +#: src/Module/Settings/Delegation.php:166 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:163 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:164 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:165 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:169 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:171 +#: src/Module/Settings/Delegation.php:173 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:175 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:174 +#: src/Module/Settings/Delegation.php:176 msgid "Existing Page Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:178 msgid "Potential Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:179 +#: src/Module/Settings/Delegation.php:181 msgid "Add" msgstr "Bæta við" -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:182 msgid "No entries." msgstr "Engar færslur." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:146 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:186 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (ekki stutt)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:221 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:222 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:223 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:224 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:259 msgid "Display Settings" msgstr "Birtingarstillingar" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:261 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:262 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:263 msgid "Content Settings" msgstr "Stillingar efnis" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:264 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Þemastillingar" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:265 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:272 msgid "Display Theme:" msgstr "Útlits þema:" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:273 msgid "Mobile Theme:" msgstr "Farsímaþema" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:276 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:262 src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:276 src/Module/Settings/Display.php:277 msgid "Maximum of 100 items" msgstr "" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:277 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Update browser every xx seconds" msgstr "Endurhlaða vefsíðu á xx sekúndu fresti" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:278 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:279 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:280 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:281 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:282 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:283 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:284 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:285 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:287 +msgid "Timelines for the network page:" +msgstr "" + +#: src/Module/Settings/Display.php:287 +msgid "Select all the timelines that you want to see on your network page." +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:288 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:290 msgid "Beginning of week:" msgstr "Upphaf viku:" -#: src/Module/Settings/Display.php:274 +#: src/Module/Settings/Display.php:291 msgid "Default calendar view:" msgstr "" +#: src/Module/Settings/Display.php:300 src/Module/Settings/Display.php:308 +#: src/Module/Settings/Display.php:312 +#, php-format +msgid "%s: %s" +msgstr "" + #: src/Module/Settings/Features.php:74 msgid "Additional Features" msgstr "Viðbótareiginleikar" -#: src/Module/Settings/OAuth.php:72 +#: src/Module/Settings/OAuth.php:71 msgid "Connected Apps" msgstr "Tengd forrit" -#: src/Module/Settings/OAuth.php:76 +#: src/Module/Settings/OAuth.php:75 msgid "Remove authorization" msgstr "Fjarlæga auðkenningu" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Nafn á forsíðu er skilyrði" +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(ýttu á til að opna/loka)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:219 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Breyta forsíðu upplýsingum" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Breyta forsíðumynd" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Notandamynd" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Staðsetning" -#: src/Module/Settings/Profile/Index.php:239 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Ýmislegt" -#: src/Module/Settings/Profile/Index.php:240 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Hlaða upp forsíðu mynd" -#: src/Module/Settings/Profile/Index.php:246 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Street Address:" -msgstr "Gata:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Locality/City:" -msgstr "Bær/Borg:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Region/State:" -msgstr "Svæði/Sýsla" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Postal/Zip Code:" -msgstr "Póstnúmer:" - -#: src/Module/Settings/Profile/Index.php:253 -msgid "Country:" -msgstr "Land:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) vistfang:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Homepage URL:" -msgstr "Slóð heimasíðu:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Public Keywords:" -msgstr "Opinber leitarorð:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "Private Keywords:" -msgstr "Einka leitarorð:" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" - -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Gata:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Bær/Borg:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Svæði/Sýsla" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Póstnúmer:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Land:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) vistfang:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Slóð heimasíðu:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Opinber leitarorð:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Einka leitarorð:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 @@ -9990,6 +10605,42 @@ msgstr "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert msgid "Please enter your password for verification:" msgstr "Sláðu inn aðgangsorð yðar:" +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + #: src/Module/Settings/TwoFactor/AppSpecific.php:66 #: src/Module/Settings/TwoFactor/Recovery.php:64 #: src/Module/Settings/TwoFactor/Trusted.php:67 @@ -10311,20 +10962,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10336,7 +11008,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10349,14 +11021,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10367,11 +11039,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Yfirlýsing um gagnaleynd" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10379,6 +11051,10 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -10427,22 +11103,22 @@ msgstr "" msgid "User '%s' already exists on this server!" msgstr "" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "" @@ -10576,15 +11252,15 @@ msgid "" msgstr "" #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Hópa tengiliðina þína" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11091,249 +11767,258 @@ msgstr "Hafðu samband við sendanda með því að svara á þessari færslu ef msgid "%s posted an update." msgstr "%s hefur sent uppfærslu." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Einkaskilaboð" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:181 msgid "This entry was edited" msgstr "Þessari færslu var breytt" -#: src/Object/Post.php:206 +#: src/Object/Post.php:209 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:221 src/Object/Post.php:223 +#: src/Object/Post.php:225 src/Object/Post.php:227 msgid "Edit" msgstr "Breyta" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:247 +#: src/Object/Post.php:261 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:264 +#: src/Object/Post.php:268 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:269 +#: src/Object/Post.php:273 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:274 +#: src/Object/Post.php:278 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:282 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:293 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will attend" msgstr "Ég mæti" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I will not attend" msgstr "Ég mæti ekki" -#: src/Object/Post.php:309 +#: src/Object/Post.php:333 msgid "I might attend" msgstr "Ég gæti mætt" -#: src/Object/Post.php:339 +#: src/Object/Post.php:363 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:364 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:365 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:351 +#: src/Object/Post.php:375 msgid "Add star" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:376 msgid "Remove star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:377 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:388 msgid "Pin" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:389 msgid "Unpin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:390 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:369 +#: src/Object/Post.php:393 msgid "Pinned" msgstr "" -#: src/Object/Post.php:374 +#: src/Object/Post.php:398 msgid "Add tag" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:411 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:414 msgid "Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:415 msgid "Unshare" msgstr "" -#: src/Object/Post.php:438 +#: src/Object/Post.php:466 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:472 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:494 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:493 +#: src/Object/Post.php:523 msgid "to" msgstr "við" -#: src/Object/Post.php:494 +#: src/Object/Post.php:524 msgid "via" msgstr "gegnum" -#: src/Object/Post.php:495 +#: src/Object/Post.php:525 msgid "Wall-to-Wall" msgstr "vegg við vegg" -#: src/Object/Post.php:496 +#: src/Object/Post.php:526 msgid "via Wall-To-Wall:" msgstr "gegnum vegg við vegg" -#: src/Object/Post.php:540 +#: src/Object/Post.php:573 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:543 +#: src/Object/Post.php:576 msgid "More" msgstr "" -#: src/Object/Post.php:561 +#: src/Object/Post.php:595 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:562 +#: src/Object/Post.php:596 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:563 +#: src/Object/Post.php:597 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:564 +#: src/Object/Post.php:598 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:565 +#: src/Object/Post.php:599 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:585 +#: src/Object/Post.php:619 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d ummæli" msgstr[1] "%d ummæli" -#: src/Object/Post.php:586 +#: src/Object/Post.php:620 msgid "Show more" msgstr "" -#: src/Object/Post.php:587 +#: src/Object/Post.php:621 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:623 +#: src/Object/Post.php:657 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:662 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:667 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:672 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:677 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:682 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:687 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:692 #, php-format msgid "Reacted with %s by: %s" msgstr "" @@ -11342,21 +12027,21 @@ msgstr "" msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s fylgist núna með %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "fylgist með" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "hætt að fylgja" @@ -11373,12 +12058,12 @@ msgstr "Innskráning mistókst." msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:389 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:390 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Gerðu svo vel að hlaða inn forsíðumynd." @@ -11714,7 +12399,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11733,7 +12418,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11741,7 +12426,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11749,10 +12434,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/is/strings.php b/view/lang/is/strings.php index 33f9bc9112..a95719684a 100644 --- a/view/lang/is/strings.php +++ b/view/lang/is/strings.php @@ -127,18 +127,8 @@ $a->strings['Twitter'] = 'Twitter'; $a->strings['Diaspora Connector'] = 'Diaspora tenging'; $a->strings['GNU Social Connector'] = 'GNU Social tenging'; $a->strings['pnut'] = 'pnut'; -$a->strings['%s likes this.'] = '%s líkar þetta.'; -$a->strings['%s doesn\'t like this.'] = '%s mislíkar þetta.'; -$a->strings['%s attends.'] = '%s mætir.'; -$a->strings['%s doesn\'t attend.'] = '%s mætir ekki.'; -$a->strings['%s attends maybe.'] = '%s mætir kannski.'; $a->strings['and'] = 'og'; $a->strings['and %d other people'] = 'og %d öðrum'; -$a->strings['%s like this.'] = '%s líkar þetta.'; -$a->strings['%s don\'t like this.'] = '%s líkar þetta ekki.'; -$a->strings['%s attend.'] = '%s mætir.'; -$a->strings['%s don\'t attend.'] = '%s mætir ekki.'; -$a->strings['%s attend maybe.'] = '%s mætir kannski.'; $a->strings['Visible to everybody'] = 'Sjáanlegt öllum'; $a->strings['Tag term:'] = 'Merka með:'; $a->strings['Save to Folder:'] = 'Vista í möppu:'; @@ -166,19 +156,20 @@ $a->strings['Permission settings'] = 'Stillingar aðgangsheimilda'; $a->strings['Public post'] = 'Opinber færsla'; $a->strings['Message'] = 'Skilaboð'; $a->strings['Browser'] = 'Vafri'; +$a->strings['remove'] = 'fjarlægja'; +$a->strings['Delete Selected Items'] = 'Eyða völdum færslum'; $a->strings['View %s\'s profile @ %s'] = 'Birta forsíðu %s hjá %s'; $a->strings['Categories:'] = 'Flokkar:'; $a->strings['Filed under:'] = 'Skráð undir:'; $a->strings['%s from %s'] = '%s til %s'; $a->strings['View in context'] = 'Birta í samhengi'; -$a->strings['remove'] = 'fjarlægja'; -$a->strings['Delete Selected Items'] = 'Eyða völdum færslum'; +$a->strings['Personal'] = 'Einka'; +$a->strings['Posts that mention or involve you'] = 'Færslur sem tengjast þér'; +$a->strings['Starred'] = 'Stjörnumerkt'; +$a->strings['Favourite Posts'] = 'Uppáhalds færslur'; $a->strings['General Features'] = 'Almennir eiginleikar'; $a->strings['Photo Location'] = 'Staðsetning ljósmyndar'; -$a->strings['List Forums'] = 'Spjallsvæðalistar'; $a->strings['Tag Cloud'] = 'Merkjaský'; -$a->strings['Forums'] = 'Spjallsvæði'; -$a->strings['External link to forum'] = 'Ytri tengill á spjallsvæði'; $a->strings['show more'] = 'birta meira'; $a->strings['event'] = 'atburður'; $a->strings['status'] = 'staða'; @@ -196,7 +187,6 @@ $a->strings['Ignore'] = 'Hunsa'; $a->strings['Connect/Follow'] = 'Tengjast/fylgja'; $a->strings['Nothing new here'] = 'Ekkert nýtt hér'; $a->strings['Clear notifications'] = 'Hreinsa tilkynningar'; -$a->strings['@name, !forum, #tags, content'] = '@nafn, !spjallsvæði, #merki, innihald'; $a->strings['Logout'] = 'Útskráning'; $a->strings['End this session'] = 'Loka þessu innliti'; $a->strings['Login'] = 'Innskráning'; @@ -277,7 +267,6 @@ $a->strings['Random Profile'] = 'Forsíða af handahófi'; $a->strings['Invite Friends'] = 'Bjóða vinum aðgang'; $a->strings['Global Directory'] = 'Alheimstengiliðaskrá'; $a->strings['Local Directory'] = 'Staðvær mappa'; -$a->strings['Groups'] = 'Hópar'; $a->strings['All Contacts'] = 'Allir tengiliðir'; $a->strings['Saved Folders'] = 'Vistaðar möppur'; $a->strings['Everything'] = 'Allt'; @@ -367,8 +356,10 @@ $a->strings['Oct'] = 'Okt'; $a->strings['Nov'] = 'Nóv'; $a->strings['Dec'] = 'Des'; $a->strings['Update %s failed. See error logs.'] = 'Uppfærsla á %s mistókst. Skoðaðu villuannál.'; +$a->strings['Everybody'] = 'Allir'; +$a->strings['edit'] = 'breyta'; +$a->strings['add'] = 'bæta við'; $a->strings['Approve'] = 'Samþykkja'; -$a->strings['Forum'] = 'Spjallsvæði'; $a->strings['Disallowed profile URL.'] = 'Óleyfileg forsíðu slóð.'; $a->strings['Blocked domain'] = 'Útilokað lén'; $a->strings['Connect URL missing.'] = 'Tengislóð vantar.'; @@ -400,15 +391,6 @@ $a->strings['Show map'] = 'Birta kort'; $a->strings['Hide map'] = 'Fela kort'; $a->strings['%s\'s birthday'] = 'Afmælisdagur %s'; $a->strings['Happy Birthday %s'] = 'Til hamingju með afmælið %s'; -$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.'] = 'Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni.'; -$a->strings['Everybody'] = 'Allir'; -$a->strings['edit'] = 'breyta'; -$a->strings['add'] = 'bæta við'; -$a->strings['Edit group'] = 'Breyta hóp'; -$a->strings['Contacts not in any group'] = 'Tengiliðir ekki í neinum hópum'; -$a->strings['Create a new group'] = 'Stofna nýjan hóp'; -$a->strings['Group Name: '] = 'Nafn hóps: '; -$a->strings['Edit groups'] = 'Breyta hópum'; $a->strings['activity'] = 'virkni'; $a->strings['post'] = 'senda'; $a->strings['Content warning: %s'] = 'Viðvörun vegna innihalds: %s'; @@ -561,7 +543,6 @@ $a->strings['Profile Details'] = 'Forsíðu upplýsingar'; $a->strings['Only You Can See This'] = 'Aðeins þú sérð þetta'; $a->strings['Tips for New Members'] = 'Ábendingar fyrir nýja notendur'; $a->strings['People Search - %s'] = 'Leita að fólki - %s'; -$a->strings['Forum Search - %s'] = 'Leita á spjallsvæði - %s'; $a->strings['No matches'] = 'Engar leitarniðurstöður'; $a->strings['Account'] = 'Notandi'; $a->strings['Display'] = 'Birting'; @@ -580,6 +561,10 @@ $a->strings['Events'] = 'Atburðir'; $a->strings['View'] = 'Skoða'; $a->strings['Create New Event'] = 'Stofna nýjan atburð'; $a->strings['list'] = 'listi'; +$a->strings['Contact not found.'] = 'Tengiliður fannst ekki.'; +$a->strings['Invalid contact.'] = 'Ógildur tengiliður.'; +$a->strings['Members'] = 'Meðlimir'; +$a->strings['Click on a contact to add or remove.'] = 'Ýttu á tengilið til að bæta við hóp eða taka úr hóp.'; $a->strings['Show all contacts'] = 'Sýna alla tengiliði'; $a->strings['Blocked'] = 'Útilokað'; $a->strings['Ignored'] = 'Hunsa'; @@ -597,7 +582,6 @@ $a->strings['Mutual Friendship'] = 'Sameiginlegur vinskapur'; $a->strings['is a fan of yours'] = 'er fylgjandi þinn'; $a->strings['you are a fan of'] = 'þú er fylgjandi'; $a->strings['Visit %s\'s profile [%s]'] = 'Heimsækja forsíðu %s [%s]'; -$a->strings['Contact not found.'] = 'Tengiliður fannst ekki.'; $a->strings['Contact update failed.'] = 'Uppfærsla tengiliðs mistókst.'; $a->strings['Return to contact editor'] = 'Fara til baka í tengiliðasýsl'; $a->strings['Name'] = 'Nafn'; @@ -605,7 +589,6 @@ $a->strings['Account Nickname'] = 'Gælunafn notanda'; $a->strings['Account URL'] = 'Heimasíða notanda'; $a->strings['Poll/Feed URL'] = 'Slóð á könnun/fréttastraum'; $a->strings['New photo from this URL'] = 'Ný mynd frá slóð'; -$a->strings['Invalid contact.'] = 'Ógildur tengiliður.'; $a->strings['Access denied.'] = 'Aðgangi hafnað.'; $a->strings['Submit Request'] = 'Senda beiðni'; $a->strings['Please answer the following:'] = 'Vinnsamlegast svaraðu eftirfarandi:'; @@ -654,12 +637,6 @@ $a->strings['Yes'] = 'Já'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir.'; $a->strings['No results.'] = 'Engar leitarniðurstöður.'; $a->strings['Not available.'] = 'Ekki tiltækt.'; -$a->strings['No such group'] = 'Enginn slíkur hópur'; -$a->strings['Group: %s'] = 'Hópur: %s'; -$a->strings['Personal'] = 'Einka'; -$a->strings['Posts that mention or involve you'] = 'Færslur sem tengjast þér'; -$a->strings['Starred'] = 'Stjörnumerkt'; -$a->strings['Favourite Posts'] = 'Uppáhalds færslur'; $a->strings['Credits'] = 'Þakkir'; $a->strings['Markdown::toBBCode'] = 'Markdown::toBBCode'; $a->strings['Raw HTML input'] = 'Hrátt HTML-ílag'; @@ -689,16 +666,6 @@ $a->strings['Suggest Friends'] = 'Stinga uppá vinum'; $a->strings['Suggest a friend for %s'] = 'Stinga uppá vin fyrir %s'; $a->strings['Bug reports and issues: please visit'] = 'Villu tilkynningar og vandamál: endilega skoða'; $a->strings['the bugtracker at github'] = 'villuskráningu á GitHub'; -$a->strings['Could not create group.'] = 'Gat ekki stofnað hóp.'; -$a->strings['Group not found.'] = 'Hópur fannst ekki.'; -$a->strings['Save Group'] = 'Vista hóp'; -$a->strings['Create a group of contacts/friends.'] = 'Stofna hóp af tengiliðum/vinum'; -$a->strings['Unable to remove group.'] = 'Ekki tókst að eyða hóp.'; -$a->strings['Delete Group'] = 'Eyða hópi'; -$a->strings['Edit Group Name'] = 'Breyta nafni hóps'; -$a->strings['Members'] = 'Meðlimir'; -$a->strings['Group is empty'] = 'Hópur er tómur'; -$a->strings['Click on a contact to add or remove.'] = 'Ýttu á tengilið til að bæta við hóp eða taka úr hóp.'; $a->strings['No profile'] = 'Engin forsíða'; $a->strings['Help:'] = 'Hjálp:'; $a->strings['Welcome to %s'] = 'Velkomin í %s'; @@ -739,7 +706,6 @@ $a->strings['File exceeds size limit of %s'] = 'Skrá fer leyfileg takmörk sem $a->strings['File upload failed.'] = 'Skráar upphlöðun mistókst.'; $a->strings['Unable to process image.'] = 'Ekki mögulegt afgreiða mynd'; $a->strings['Image upload failed.'] = 'Ekki hægt að hlaða upp mynd.'; -$a->strings['Private Forum'] = 'Einkaspjallsvæði'; $a->strings['Block Remote Contact'] = 'Útiloka fjartengdan tengilið'; $a->strings['select all'] = 'velja alla'; $a->strings['select none'] = 'velja ekkert'; @@ -820,7 +786,6 @@ $a->strings['j F'] = 'j F'; $a->strings['Birthday:'] = 'Afmælisdagur:'; $a->strings['Age: '] = 'Aldur: '; $a->strings['Description:'] = 'Lýsing:'; -$a->strings['Forums:'] = 'Spjallsvæði:'; $a->strings['Profile unavailable.'] = 'Ekki hægt að sækja forsíðu'; $a->strings['Invalid locator'] = 'Ógild staðsetning'; $a->strings['Friend/Connection Request'] = 'Vinabeiðni/Tengibeiðni'; @@ -852,7 +817,6 @@ $a->strings['privacy policy'] = 'persónuverndarstefna'; $a->strings['Logged out.'] = 'Skráður út.'; $a->strings['Current Password:'] = 'Núverandi lykilorð:'; $a->strings['Invalid email.'] = 'Ógilt tölvupóstfang.'; -$a->strings['Private Forum [Experimental]'] = 'Einkaspjallsvæði [á tilraunastigi]'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi.'; $a->strings['Account Settings'] = 'Stillingar aðgangs'; @@ -913,7 +877,6 @@ $a->strings['Beginning of week:'] = 'Upphaf viku:'; $a->strings['Additional Features'] = 'Viðbótareiginleikar'; $a->strings['Connected Apps'] = 'Tengd forrit'; $a->strings['Remove authorization'] = 'Fjarlæga auðkenningu'; -$a->strings['Profile Name is required.'] = 'Nafn á forsíðu er skilyrði'; $a->strings['(click to open/close)'] = '(ýttu á til að opna/loka)'; $a->strings['Edit Profile Details'] = 'Breyta forsíðu upplýsingum'; $a->strings['Change Profile Photo'] = 'Breyta forsíðumynd'; @@ -966,8 +929,6 @@ $a->strings['Go to Your Contacts Page'] = 'Fara yfir á tengiliðasíðuna'; $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.'] = 'Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum.'; $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.'] = 'Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína.'; $a->strings['Finding New People'] = 'Finna nýtt fólk'; -$a->strings['Group Your Contacts'] = 'Hópa tengiliðina þína'; -$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.'] = 'Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Hvers vegna eru færslurnar mínar ekki opinberar?'; $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 virðir gagnaleynd þína. Sjálfgefið er að færslurnar þínar birtast einungis þeim sem þú hefur bætt við sem vinum. Til að sjá nánari upplýsingar, skoðaðu þá hjálparhlutann með því að smella á tengilinn hér fyrir ofan.'; $a->strings['Getting Help'] = 'Til að fá hjálp'; diff --git a/view/lang/it/messages.po b/view/lang/it/messages.po index 640429b0ed..200a81c56d 100644 --- a/view/lang/it/messages.po +++ b/view/lang/it/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: fabrixxm , 2013-2015,2017-2022\n" "Language-Team: Italian (http://app.transifex.com/Friendica/friendica/language/it/)\n" @@ -43,29 +43,29 @@ msgstr "L'oggetto non è stato salvato." msgid "Item couldn't be fetched." msgstr "L'oggetto non può essere recuperato." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Messaggio vuoto scartato." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Elemento non trovato." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -76,17 +76,18 @@ msgstr "Elemento non trovato." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Permesso negato." @@ -224,150 +225,156 @@ msgstr "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1$s\n\tNome msgid "Your password has been changed at %s" msgstr "La tua password presso %s è stata cambiata" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nuovo messaggio" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Nessun destinatario selezionato." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Impossibile trovare le informazioni del contatto." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Il messaggio non può essere inviato." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Errore recuperando il messaggio." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Scarta" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Messaggi" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Conversazione non trovata." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Il messaggio non è stato eliminato." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "La conversazione non è stata rimossa." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Inserisci un collegamento URL:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Invia un messaggio privato" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "A:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Oggetto:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Il tuo messaggio:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Carica foto" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Inserisci collegamento web" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Attendi" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Invia" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Nessun messaggio." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Messaggio non disponibile." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Elimina il messaggio" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D d M Y - G:i" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Elimina la conversazione" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Nessuna comunicazione sicura disponibile, Potresti essere in grado di rispondere dalla pagina del profilo del mittente." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Invia la risposta" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Mittente sconosciuto - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Tu e %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s e Tu" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -383,14 +390,14 @@ msgstr "Note personali" msgid "Personal notes are visible only by yourself." msgstr "Le note personali sono visibili solo da te." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Salva" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -402,22 +409,22 @@ msgid "User not found." msgstr "Utente non trovato." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Album foto" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Foto recenti" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Carica nuove foto" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "tutti" @@ -429,72 +436,72 @@ msgstr "I dati di questo contatto non sono disponibili" msgid "Album not found." msgstr "Album non trovato." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album eliminato con successo" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "L'album era vuoto." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Eliminazione della foto non riuscita." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "una foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s è stato taggato in %2$s da %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Accesso negato." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Nessuna foto selezionata" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Carica foto" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nome nuovo album: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "o seleziona un album esistente:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Non creare un messaggio per questo upload" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permessi" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Vuoi davvero cancellare questo album e tutte le sue foto?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Rimuovi album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -504,254 +511,271 @@ msgstr "Rimuovi album" msgid "Cancel" msgstr "Annulla" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Modifica album" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Elimina Album" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Mostra nuove foto per prime" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Mostra vecchie foto per prime" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Vedi foto" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permesso negato. L'accesso a questo elemento può essere limitato." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto non disponibile" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Vuoi veramente cancellare questa foto?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Rimuovi foto" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Vedi foto" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Modifica foto" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Elimina foto" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Usa come foto del profilo" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Foto privata" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Vedi dimensione intera" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Tag: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Seleziona tag da rimuovere]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nuovo nome dell'album" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Titolo" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Aggiungi tag" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Non ruotare" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Ruota a destra" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Ruota a sinistra" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Questo sei tu" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Commento" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Anteprima" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Caricamento..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Seleziona" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Rimuovi" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Mi Piace" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Mi piace (clic per cambiare)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Non Mi Piace" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Non mi piace (clic per cambiare)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Mappa" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Nessun tema di sistema impostato." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Ci scusiamo, il sito non è disponibile al momento." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Cancellare questo elemento?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Bloccare questo autore? Non saranno in grado di seguirti e nemmeno di vedere i tuoi post pubblici, e tu non sarai in grado di vedere i loro messaggi e le loro notifiche." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "commuta tema mobile" @@ -768,33 +792,34 @@ msgstr "Pagina non trovata." msgid "You must be logged in to use addons. " msgstr "Devi aver effettuato il login per usare i componenti aggiuntivi." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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 "Il token di sicurezza del modulo non era corretto. Probabilmente il modulo è rimasto aperto troppo a lungo (>3 ore) prima di inviarlo." -#: src/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Tutti i contatti" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Seguaci" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Seguendo" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Amici reciproci" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Comune" @@ -944,7 +969,7 @@ msgstr "Tutte le azioni post-aggiornamento sono state eseguite." msgid "Enter user nickname: " msgstr "Inserisci soprannome utente:" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1119,21 +1144,25 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "e" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "e altre %d persone" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." @@ -1141,7 +1170,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." @@ -1149,7 +1178,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." @@ -1157,7 +1186,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." @@ -1165,7 +1194,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." @@ -1173,7 +1202,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." @@ -1181,7 +1210,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" @@ -1189,7 +1218,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" @@ -1197,7 +1226,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" @@ -1205,7 +1234,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" @@ -1213,7 +1242,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" @@ -1221,7 +1250,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" @@ -1229,269 +1258,402 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Visibile a tutti" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Inserisci l'indirizzo di una immagine, un video o una pagina web:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Tag:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Salva nella Cartella:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Dove sei ora?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Cancellare questo elemento/i?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nuovo Messaggio" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Condividi" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "carica foto" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Allega file" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "allega file" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Grassetto" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Corsivo" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Sottolineato" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Citazione" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Codice" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Immagine" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Collegamento" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Collegamento o Media" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Video" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "La tua posizione" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "posizione" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Rimuovi la localizzazione data dal browser" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "canc. pos." -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Scegli un titolo" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Categorie (lista separata da virgola)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Programmato per" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Impostazioni permessi" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Messaggio pubblico" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Messaggio" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Browser" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Apri pagina di Composizione" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Oggetto in evidenza" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Vedi il profilo di %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Categorie:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Archiviato in:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s da %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Vedi nel contesto" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "rimuovi" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Cancella elementi selezionati" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "Sei stato nominato (%s)." -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Stai seguendo %s." -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s ha ricondiviso questo." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Ricondiviso" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "Ricondiviso da %s <%s>" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s partecipa in questa conversazione." -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Recuperato" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Recuperato a causa di %s <%s>" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Oggetto in evidenza" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vedi il profilo di %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Categorie:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Archiviato in:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s da %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Vedi nel contesto" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Comunità Locale" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Messaggi dagli utenti locali su questo sito" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Comunità Globale" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Messaggi dagli utenti della rete federata" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Ultima Attività" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Ordina per ultima attività" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Ultimi Messaggi" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Ordina per data di ricezione del messaggio" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personale" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Messaggi che ti citano o coinvolgono" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Preferiti" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Messaggi preferiti" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Funzionalità generali" @@ -1521,13 +1683,13 @@ msgid "Post Composition Features" msgstr "Funzionalità di composizione dei messaggi" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Auto-cita i Forum" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1567,12 +1729,12 @@ msgid "Advanced Profile Settings" msgstr "Impostazioni Avanzate Profilo" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Elenco forum" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Mostra ai visitatori i forum nella pagina Profilo Avanzato" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1604,385 +1766,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Forum" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Collegamento esterno al forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "mostra meno" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "mostra di più" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "l'evento" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "stato" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s ha taggato %3$s di %2$s con %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Segui la discussione" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Visualizza stato" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Visualizza profilo" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Visualizza foto" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Messaggi della Rete" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Mostra contatto" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Invia messaggio privato" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Blocca" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignora" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Lingue" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Connetti/segui" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Niente di nuovo qui" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Torna indietro" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Pulisci le notifiche" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@nome, !forum, #tag, contenuto" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Esci" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Finisci questa sessione" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Accedi" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Entra" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profilo" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Pagina del tuo profilo" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Foto" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Le tue foto" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Media" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "I tuoi messaggi con media" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Calendario" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Note personali" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Le tue note personali" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Home" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Home Page" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registrati" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Crea un account" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Guida" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Guida e documentazione" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Applicazioni" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Applicazioni, utilità e giochi aggiuntivi" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Cerca" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Cerca nel contenuto del sito" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Testo Completo" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Tags:" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contatti" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Comunità" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Conversazioni su questo e su altri server" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Elenco" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Elenco delle persone" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Informazioni" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Informazioni su questo server friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Termini di Servizio" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Termini di Servizio di questa istanza Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Rete" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Conversazioni dai tuoi amici" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "I tuoi messaggi e le tue conversazioni" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Presentazioni" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Richieste di amicizia" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notifiche" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Vedi tutte le notifiche" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Segna come letto" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Segna tutte le notifiche di sistema come viste" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Posta privata" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "In arrivo" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Inviati" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Account" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Gestisci altre pagine" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Impostazioni" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Parametri account" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Gestisci/modifica amici e contatti" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Amministrazione" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Configurazione del sito" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1990,23 +2163,23 @@ msgstr "Configurazione del sito" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigazione" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mappa del sito" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Embed disabilitato" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Contenuto incorporato" @@ -2026,51 +2199,51 @@ msgstr "succ" msgid "last" msgstr "ultimo" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Immagine/foto" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Collegamento all'originale" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Clicca per aprire/chiudere" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 ha scritto:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Contenuto criptato" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Protocollo sorgente non valido" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Protocollo collegamento non valido" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Carico più elementi..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Fine" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Segui" @@ -2098,88 +2271,92 @@ msgstr[0] "%d invito disponibile" msgstr[1] "%d inviti disponibili" msgstr[2] "%d inviti disponibili" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Trova persone" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Inserisci un nome o un interesse" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Esempi: Mario Rossi, Pesca" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Trova" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Contatti suggeriti" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Interessi simili" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Profilo Casuale" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invita amici" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Elenco globale" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Elenco Locale" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Gruppi" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Chiunque" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relazioni" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Tutti i contatti" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocolli" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Tutti i Protocolli" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Cartelle Salvate" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Tutto" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categorie" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2187,30 +2364,40 @@ msgstr[0] "%d contatto in comune" msgstr[1] "%d contatti in comune" msgstr[2] "%d contatti in comune" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archivi" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Persone" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organizzazioni" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Notizie" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Tipi di Account" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Tutto" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Esporta" @@ -2259,41 +2446,56 @@ msgstr[2] "Etichette di Tendenza (ultime %d ore)" msgid "More Trending Tags" msgstr "Più Etichette di Tendenza" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Menzione" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Posizione:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Rete:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Smetti di seguire" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Te stesso" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Amici reciproci" @@ -2302,7 +2504,7 @@ msgid "Post to Email" msgstr "Invia a email" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Pubblico" @@ -2325,8 +2527,8 @@ msgstr "Questo contenuto sarà mostrato solo alle persone nel primo campo, ad ec #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2435,394 +2637,418 @@ msgstr "Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manu msgid "Generate encryption keys" msgstr "Genera chiavi di criptazione" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Modulo mod_rewrite di Apache" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Errore: il driver MySQL per PDO non è installato." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "modulo PHP PDO o MySQLi" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Errore, il modulo PHP XML è richiesto ma non installato." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "Modulo PHP XML" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "modulo PHP libCurl" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "modulo PHP GD graphics" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "modulo PHP OpenSSL" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "modulo PHP mb_string" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "modulo PHP iconv" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Errore: il modulo PHP iconv è richiesto ma non installato." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "mooduo PHP POSIX" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Errore, il modulo PHP POSIX è richiesto ma non installato." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Funzioni di esecuzione del programma" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Errore: Funzioni di esecuzione programma (proc_open) richieste ma non abilitate." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "modulo PHP JSON" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Errore: il modulo PHP JSON è richiesto ma non installato." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Modulo PHP File Information" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Errore: il modulo PHP File Information è richiesto ma non è installato." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "L'installer web deve essere in grado di creare un file chiamato \"local.config.php\" nella cartella \"config\" del tuo server web, ma non è in grado di farlo." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 "Alla fine di questa procedura, ti daremo un testo da salvare in un file chiamato \"local.config.php\" nella cartella \"config\" della tua installazione di Friendica." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"doc/INSTALL.md\" per le istruzioni." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php è scrivibile" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il rendering." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 è scrivibile" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "La riscrittura degli url in .htaccess sembra non funzionare. Controlla di aver copiato .htaccess-dist in .htaccess." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "In alcune circostanze (come il funzionamento dentro a contenitori), puoi ignorare questo errore." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Messaggio di errore da Curl durante la richiesta" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "La riscrittura degli url funziona" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Il rilevamento di TLS per proteggere le comunicazioni tra il browser e il nuovo server Friendica è fallito." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "È altamente incoraggiato usare Friendica solo attraverso una connessione sicura, dato che saranno trasmesse informazioni sensibili, come le password." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Assicurati che la connessione al server sia sicura." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "TLS non rlevato" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS rilevato" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "L'estensione PHP ImageMagick non è installata" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "L'estensione PHP ImageMagick è installata" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick supporta i GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Database già in uso." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr " Impossibile collegarsi con il database." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Lunedì" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Martedì" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Mercoledì" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Giovedì" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Venerdì" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Sabato" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Domenica" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Gennaio" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Febbraio" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Marzo" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Aprile" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Maggio" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Giugno" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Luglio" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Agosto" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Settembre" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Ottobre" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Novembre" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Dicembre" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Lun" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Mar" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Mer" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Gio" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Ven" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Sab" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Dom" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Gen" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Giu" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Lug" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Ago" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Set" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Ott" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dic" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Il file di registro '%s' non è utilizzabile. Nessuna registrazione possibile (errore: '%s')" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Il file di debug '%s' non è utilizzabile. Nessuna registrazione possibile (errore: '%s')" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2867,22 +3093,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Gli aggiornamenti dal postupdate versione %s non sono supportati. Per favore aggiorna almeno alla versione 2021.01 e attenti finchè il postupdate finisce alla versione 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: eseguendo pre aggiornamento %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: eseguendo post aggiornamento %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "aggiornamento %s fallito. Guarda i log di errore." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2892,16 +3118,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non sei in grado di aiutarmi. Il mio database potrebbe essere invalido." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "Il messaggio di errore è\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Notifica di Friendica] Aggiornamento database" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2913,28 +3139,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "La versione del database è stata impostata come %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "Il post aggiornamento è alla versione %d, deve essere a %d per fare il drop delle tabelle in sicurezza." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Nessuna tabella inutilizzata trovata." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Queste tabelle non sono utilizzate da friendica e saranno eliminate quando eseguirai \"dbstructure drop -e\":" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "Non ci sono tabelle su MyISAM o InnoDB con il formato file Antelope" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2942,42 +3168,42 @@ msgid "" "%s\n" msgstr "\nErrore %d durante l'aggiornamento del database:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Errori riscontrati eseguendo le modifiche al database:" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Un altro aggiornamento del database è attualmente in corso." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Aggiornamento database" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: aggiornando la tabella %s." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Voce non trovata" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Entità non processabile" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Non autorizzato" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "Il token non è autorizzato con un utente valido o manca uno scopo richiesto" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Errore Interno del Server" @@ -2986,82 +3212,122 @@ msgstr "Errore Interno del Server" msgid "Legacy module file not found: %s" msgstr "File del modulo legacy non trovato: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Tutti" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "modifica" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "aggiungi" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Approva" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organizzazione" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Indirizzo profilo non permesso." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Dominio bloccato" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "URL di connessione mancante." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "Il contatto non può essere aggiunto. Controlla le credenziali della rete nella tua pagina Impostazioni -> Reti Sociali" -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "L'indirizzo del profilo specificato non fornisce adeguate informazioni." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Non sono stati trovati protocolli di comunicazione o feed compatibili." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Non è stato trovato un nome o un autore" -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Nessun URL può essere associato a questo indirizzo." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Impossibile recuperare informazioni sul contatto." @@ -3069,54 +3335,54 @@ msgstr "Impossibile recuperare informazioni sul contatto." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "l F d, Y \\@ g:i A \\G\\M\\TP (e)" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Inizia:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Finisce:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "tutto il giorno" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Set" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "oggi" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "mese" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "settimana" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "giorno" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Nessun evento da mostrare" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "L'accesso a questo profilo è stato limitato." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3148,110 +3414,76 @@ msgstr "D G:i" msgid "g:i A" msgstr "G:i" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Mostra mappa" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Nascondi mappa" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Compleanno di %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Buon compleanno %s" -#: src/Model/Group.php:105 -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 "Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Gruppo predefinito per i nuovi contatti" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Tutti" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "modifica" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "aggiungi" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Modifica gruppo" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Contatti in nessun gruppo." - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Crea un nuovo gruppo" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nome del gruppo:" - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Modifica gruppi" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Lingue rilevate in questo messaggio:\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "attività" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "commento" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "messaggio" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Avviso contenuto: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3259,7 +3491,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3267,7 +3499,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3275,7 +3507,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3283,12 +3515,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Vedi in una pagina separata" @@ -3296,227 +3528,228 @@ msgstr "Vedi in una pagina separata" msgid "[no subject]" msgstr "[nessun oggetto]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Foto della bacheca" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Modifica il profilo" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Cambia la foto del profilo" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Homepage:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Informazioni:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Feed Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "d F" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[oggi]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Promemoria compleanni" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Compleanni questa settimana:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l d F" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Nessuna descrizione]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Promemoria" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Eventi dei prossimi 7 giorni:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s da il benvenuto a %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Paese natale:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Stato Coniugale:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Con:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Dal:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Preferenze sessuali:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Orientamento politico:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Orientamento religioso:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Mi piace:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Non mi piace:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Breve descrizione (es. titolo, posizione, altro):" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Sommario" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Interessi musicali" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Libri, letteratura" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televisione" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/danza/cultura/intrattenimento" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobby/interessi" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Amore" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Lavoro/impiego" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Scuola/educazione" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Informazioni su contatti e social network" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Accesso fallito." -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Informazioni insufficienti per l'autenticazione" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "La password non può essere vuota" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Password vuote non sono consentite." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "La nuova password è stata esposta in un dump di dati pubblici, per favore scegline un'altra." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Le password non corrispondono. Password non cambiata." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "E' richiesto un invito." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "L'invito non può essere verificato." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Url OpenID non valido" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto." -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Il messaggio riportato era:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Inserisci le informazioni richieste." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3524,7 +3757,7 @@ msgstr[0] "Il nome utente dovrebbe essere lungo almeno %s carattere." msgstr[1] "Il nome utente dovrebbe essere lungo almeno %s caratteri." msgstr[2] "Il nome utente dovrebbe essere lungo almeno %s caratteri." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3532,60 +3765,60 @@ msgstr[0] "Il nome utente dovrebbe essere lungo al massimo %s carattere." msgstr[1] "Il nome utente dovrebbe essere lungo al massimo %s caratteri." msgstr[2] "Il nome utente dovrebbe essere lungo al massimo %s caratteri." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Il dominio della tua email non è tra quelli autorizzati su questo sito." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "L'indirizzo email non è valido." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Il nome utente non è utilizzabile in registrazione, per impostazione dell'amministratore del nodo." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Non puoi usare quell'email." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Il tuo nome utente può contenere solo a-z, 0-9 e _." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Nome utente già registrato. Scegline un altro." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "C'è stato un errore durante la registrazione. Prova ancora." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "C'è stato un errore nella creazione del tuo profilo. Prova ancora." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "C'è stato un errore nella creazione del tuo contatto. Prova ancora." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Amici" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "C'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Foto del profilo" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3593,7 +3826,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tCaro/a %1$s,\n\t\t\tl'amministratore di %2$s ha impostato un account per te." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3611,10 +3844,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3625,12 +3857,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Dettagli della registrazione di %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3645,12 +3877,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tGentile %1$s,\n\t\t\t\tGrazie di esserti registrato/a su %2$s. Il tuo account è in attesa di approvazione dall'amministratore.\n\n\t\t\tI tuoi dettagli di login sono i seguenti:\n\n\t\t\tIndirizzo del Sito:\t%3$s\n\t\t\tNome Utente:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Registrazione su %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3659,7 +3891,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tCaro/a %1$s,\n\t\t\t\tGrazie per esserti registrato/a su %2$s. Il tuo account è stato creato.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3677,10 +3909,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3691,6 +3922,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Componente aggiuntivo non trovato." @@ -3711,15 +3947,15 @@ msgid "Disable" msgstr "Disabilita" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Abilita" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3729,7 +3965,7 @@ msgstr "Amministrazione" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Componenti aggiuntivi" @@ -3758,12 +3994,12 @@ msgid "Addon %s failed to install." msgstr "Installazione del componente aggiuntivo %s non riuscita." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Salva Impostazioni" @@ -3848,15 +4084,17 @@ msgstr "Blocca funzionalità %s" msgid "Manage Additional Features" msgstr "Gestisci Funzionalità Aggiuntive" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Altro" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "sconosciuto" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3864,7 +4102,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3872,7 +4110,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3880,7 +4118,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3888,7 +4126,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3896,7 +4134,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3904,7 +4142,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3912,18 +4150,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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 "Questa pagina offre alcuni numeri riguardo la porzione del social network federato di cui il tuo nodo Friendica fa parte. Questi numeri non sono completi ma riflettono esclusivamente la porzione di rete di cui il tuo nodo e' a conoscenza." -#: src/Module/Admin/Federation.php:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Statistiche sulla Federazione" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3964,8 +4202,8 @@ msgid "Enable Debugging" msgstr "Abilita Debugging" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4117,7 +4355,8 @@ msgstr "Comando" msgid "Job Parameters" msgstr "Parametri lavoro" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Creato" @@ -4125,269 +4364,269 @@ msgstr "Creato" msgid "Priority" msgstr "Priorità" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Nessun tema speciale per i dispositivi mobili" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Sperimentale)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Nessuna pagina Comunità" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Messaggi pubblici dagli utenti di questo sito" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Messaggi pubblici dalla rete federata" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Messaggi pubblici dagli utenti di questo sito e dalla rete federata" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Istanza multi utente" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Chiusa" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Richiede l'approvazione" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Aperta" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Non controllare" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "controlla la versione stabile" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "controlla la versione di sviluppo" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "niente" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Contatti locali" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "Interlocutori" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Sito" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Informazioni Generali" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Ripubblica gli utenti sulla directory" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registrazione" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Caricamento file" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Politiche" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Avanzate" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Elenco Contatti Scoperto Automaticamente" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Performance" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Relay Messaggio" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Usa il comando \"console relay\" da riga di comando per aggiungere o rimuovere i relay." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "Il sistema non è iscritto a nessun relay al momento." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "Il sistema è iscritto ai seguenti relay:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Nome del sito" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Mittente email" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "L'indirizzo email che il tuo server dovrà usare per inviare notifiche via email." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "Nome dell'attore di sistema" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Nomina un account interno del sistema che venga utilizzato per le richieste ActivityPub. Questo dev'essere un nome utente non utilizzato. Una volta impostato, non potrà essere cambiato." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Banner/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "Intestazione/Logo Email" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Icona shortcut" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Collegamento ad un'icona che verrà usata dai browser." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Icona touch" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Collegamento ad un'icona che verrà usata dai tablet e i telefonini." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Informazioni aggiuntive" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "Per server pubblici: puoi aggiungere informazioni extra che verranno mostrate su %s/servers." -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Lingua di sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Tema di sistema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Tema mobile di sistema" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Tema per dispositivi mobili" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Forza SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Forza tutte le richieste non SSL su SSL - Attenzione: su alcuni sistemi può portare a loop senza fine" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "Mostra la voce Guida nel menu di navigazione" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Istanza a singolo utente" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Rendi questa istanza multi utente o a singolo utente per l'utente selezionato" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Massima dimensione immagini" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4395,35 +4634,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Massima lunghezza immagine" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Massima lunghezza in pixel del lato più lungo delle immagini caricate. Predefinito a -1, ovvero nessun limite." -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Qualità immagini JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Le immagini JPEG caricate verranno salvate con questa qualità [0-100]. Predefinito è 100, ovvero qualità piena." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Politica di registrazione" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4431,157 +4670,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Massime registrazioni giornaliere" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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 "Se la registrazione è permessa, qui si definisce il massimo numero di nuovi utenti registrati da accettare giornalmente. Se la registrazione è chiusa, questa impostazione non ha effetto." -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Testo registrazione" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Sarà mostrato ben visibile nella pagina di registrazione. Puoi usare BBCode." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Nomi utente Vietati" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "" "Comma separated list of nicknames that are forbidden from registration. " "Preset is a list of role names according RFC 2142." msgstr "Lista separata da virgola di nomi utente che sono vietati nella registrazione. Il valore preimpostato è una lista di nomi di ruoli secondo RFC 2142." -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Account abbandonati dopo x giorni" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo." -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Domini amici consentiti" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Elenco separato da virgola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Vuoto per accettare qualsiasi dominio." -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Domini email consentiti" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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 "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione a questo sito. Sono accettati caratteri jolly. Lascalo vuoto per accettare qualsiasi dominio." -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Nessun contenuto ricco da OEmbed" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Non mostrare il contenuto ricco (p.e. PDF), tranne che dai domini elencati di seguito." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Domini fidati di terze parti" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Elenco separato da virgola di domini per i quali è consentita l'incorporazione del loro contenuto in messaggi come OEmbed. Anche tutti i sottodomini dei domini elencati sono consentiti." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Blocca pagine pubbliche" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Seleziona per bloccare l'accesso pubblico a tutte le pagine personali di questo sito, a meno di essere loggato." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Forza pubblicazione" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Seleziona per forzare tutti i profili di questo sito ad essere compresi nell'elenco di questo sito." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Abilitare questo potrebbe violare leggi sulla privacy come il GDPR" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "URL della directory globale" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL dell'elenco globale. Se vuoto, l'elenco globale sarà completamente disabilitato." -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Messaggi privati come impostazioni predefinita per i nuovi utenti" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Non includere il contenuto dei messaggi nelle notifiche via email" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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 "Non include il contenuti del messaggio/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Disabilita l'accesso pubblico ai plugin raccolti nel menu apps." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Selezionando questo box si limiterà ai soli membri l'accesso ai componenti aggiuntivi nel menu applicazioni" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Non inglobare immagini private nei messaggi" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4589,11 +4828,11 @@ msgid "" "while." msgstr "Non sostituire le foto locali nei messaggi con una copia incorporata dell'immagine. Questo significa che i contatti che riceveranno i messaggi contenenti foto private dovranno autenticarsi e caricare ogni immagine, cosa che può richiedere un po' di tempo." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Contenuto Esplicito" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4602,267 +4841,319 @@ msgid "" "will be shown at the user registration page." msgstr "Imposta questo per avvisare che il tuo noto è usato principalmente per contenuto esplicito che potrebbe non essere adatto a minori. Questa informazione sarà pubblicata nella pagina di informazioni sul noto e potrà essere usata, per esempio nella directory globale, per filtrare il tuo nodo dalla lista di nodi su cui registrarsi. In più, una nota sarà mostrata nella pagina di registrazione." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Permetti agli utenti di impostare 'io remoto'" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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 "Selezionando questo, a tutti gli utenti sarà permesso di impostare qualsiasi contatto come 'io remoto' nella pagina di modifica del contatto. Impostare questa opzione fa si che tutti i messaggi di quel contatto vengano ripetuti nello stream dell'utente." -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Pagina comunità per i visitatori" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Quale pagina comunità verrà mostrata ai visitatori. Gli utenti locali vedranno sempre entrambe le pagine." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Messaggi per utente nella pagina Comunità" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "Il numero massimo di messaggi per utente sulla pagina della comunità. (Non valido per \"Comunità Globale\")" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Il supporto a Diaspora non può essere abilitato perché Friendica è stato installato in una sottocartella." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Abilita il supporto a Diaspora" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Verifica SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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 "Se vuoi, puoi abilitare il controllo rigoroso dei certificati.Questo significa che non potrai collegarti (del tutto) con siti con certificati SSL auto-firmati." -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Utente Proxy" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "URL Proxy" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Timeout rete" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valore in secondi. Imposta a 0 per illimitato (non raccomandato)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Massimo carico medio" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Carico massimo del sistema prima che i processi di invio e richiesta siano rinviati - predefinito %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Memoria Minima" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minima memoria libera in MB per il worker. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Ottimizza le tabelle periodicamente" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Ottimizza periodicamente le tabelle come la cache e la coda dei worker" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Scopri seguiti/seguaci dai contatti" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Se abilitato, ad ogni contatto saranno controllati i propri seguaci e le persone seguite." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "Nessuno - disattivato" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Contatti locali - contatti che i nostri contatti locali hanno scoperto con i loro seguaci/persone seguite." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interlocutori - contatti dei tuoi contatti locali e contatti che hanno interagito sui messaggi visibili localmente saranno analizzati per i loro seguaci/seguiti" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "Sincronizza i contatti con il server directory" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Se abilitato, il sistema controllerà periodicamente nuovi contatti sulle directory server indicate." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Giorni tra le richieste" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Numero di giorni dopo i quali al server vengono richiesti i suoi contatti." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Trova contatti dagli altri server" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Periodicamente interroga gli altri server per i contatti. Il sistema interroga server Friendica, Mastodon e Hubzilla." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Giorni tra le richieste" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Cerca la directory locale" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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 "Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta." -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Pubblica informazioni server" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4870,50 +5161,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Se abilitato, saranno pubblicate le informazioni sul server e i dati di utilizzo. Le informazioni contengono nome e versione del server, numero di utenti con profilo pubblico, numero di messaggi e quali protocolli e connettori sono stati attivati.\nVedi the-federation.info per dettagli." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Controlla versione upstream" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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 "Abilita il controllo di nuove versioni di Friendica su Github. Se sono disponibili nuove versioni, ne sarai informato nel pannello Panoramica dell'amministrazione." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Sopprimi Tags" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Non mostra la lista di hashtag in coda al messaggio" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Pulisci database" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Rimuove i i vecchi elementi remoti, i record del database orfani e il vecchio contenuto da alcune tabelle di supporto." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Durata della vita di oggetti remoti" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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 "Quando la pulizia del database è abilitata, questa impostazione definisce quali elementi remoti saranno cancellati. I propri elementi e quelli marcati preferiti o salvati in cartelle saranno sempre mantenuti. Il valore 0 disabilita questa funzionalità." -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Durata della vita di oggetti non reclamati" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4921,144 +5212,308 @@ msgid "" "items if set to 0." msgstr "Quando la pulizia del database è abilitata, questa impostazione definisce dopo quanti giorni gli elementi remoti non reclamanti (principalmente il contenuto dai relay) sarà cancellato. Il valore di default è 90 giorni. Se impostato a 0, verrà utilizzato il valore della durata della vita degli elementi remoti." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Durata della vita di dati di conversazione grezzi" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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 "I dati di conversazione sono usati per ActivityPub e OStatus, come anche per necessità di debug. Dovrebbe essere sicuro rimuoverli dopo 14 giorni. Il default è 90 giorni." -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Numero massimo di commenti per messaggio" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Quanti commenti devono essere mostrati per ogni messaggio? Default : 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "Numero massimo di commenti per messaggio sulla pagina di visualizzazione" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Quanti commenti devono essere mostrati sulla pagina dedicata per ogni messaggio? Il valore predefinito è 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Percorso file temporanei" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Se si dispone di un sistema ristretto in cui il server web non può accedere al percorso temporaneo di sistema, inserire un altro percorso qui." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Cerca solo nei tag" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "Su server con molti dati, la ricerca nel testo può estremamente rallentare il sistema." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Massimo numero di lavori in parallelo" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "Con hosting condiviso, imposta a %d. Su sistemi più grandi, vanno bene valori come %d. Il valore di default è %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Abilita fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Trasferimento relay diretto" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Abilita il trasferimento diretto agli altri server senza utilizzare i server relay." -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Ambito del relay" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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 "Può essere \"tutto\" o \"etichette\". \"tutto\" significa che ogni messaggio pubblico può essere ricevuto. \"etichette\" significa che solo i messaggi con le etichette selezionate saranno ricevuti." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Disabilitato" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "tutti" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "tags" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Tags server" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Lista separata da virgola di etichette per la sottoscrizione \"etichette\"." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Etichette Negate del Server" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Lista separata da virgola di etichette che vengono rifiutate." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Permetti tag utente" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "" "If enabled, the tags from the saved searches will used for the \"tags\" " "subscription in addition to the \"relay_server_tags\"." msgstr "Se abilitato, le etichette delle ricerche salvate saranno usate per la sottoscrizione \"etichette\" in aggiunta ai \"server_etichette\"." -#: src/Module/Admin/Site.php:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Inizia il Trasloco" @@ -5214,51 +5669,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s non è raggiungibile sul tuo sistema. È un grave problema di configurazione che impedisce la comunicazione da server a server. Vedi la pagina sull'installazione per un aiuto." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Il file di registro '%s' non è utilizzabile. Nessuna registrazione possibile (errore: '%s')" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Il file di debug '%s' non è utilizzabile. Nessuna registrazione possibile (errore: '%s')" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "La system.basepath di Friendica è stata aggiornata da '%s' a '%s'. Per favore rimuovi la system.basepath dal tuo db per evitare differenze." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "L'attuale system.basepath di Friendica '%s' è errata e il file di configurazione '%s' non è utilizzato." -#: src/Module/Admin/Summary.php:188 +#: src/Module/Admin/Summary.php:164 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "L'attuale system.basepath di Friendica '%s' non è uguale a quella del file di configurazione '%s'. Per favore correggi la tua configurazione." -#: src/Module/Admin/Summary.php:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Code messaggi" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Impostazioni Server" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versione" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Componenti aggiuntivi attivi" @@ -5355,7 +5799,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5372,7 +5816,7 @@ msgstr "Solo i messaggi iniziali possono essere aggiunti ai preferiti" msgid "Only starting posts can be muted" msgstr "Solo i messaggi iniziali possono essere silenziati" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "I messaggi da %s non possono essere condivisi" @@ -5385,7 +5829,7 @@ msgstr "Solo i messaggi iniziali possono essere rimossi dai preferiti" msgid "Only starting posts can be unmuted" msgstr "Solo i messaggi iniziali possono essere de-silenziati" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "I messaggi da %snon possono essere condivisi" @@ -5411,11 +5855,11 @@ msgstr "Oggetto non trovato." msgid "Please login to continue." msgstr "Effettua il login per continuare." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Non hai accesso alle pagine di amministrazione." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5425,11 +5869,11 @@ msgstr "Account sottogestiti non possono accedere alle pagine di amministrazione msgid "Overview" msgstr "Panoramica" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configurazione" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Funzionalità aggiuntive" @@ -5449,7 +5893,7 @@ msgstr "Analizza i lavori rinviati" msgid "Inspect worker Queue" msgstr "Analizza coda lavori" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostiche" @@ -5477,16 +5921,16 @@ msgstr "Conversione ActivityPub" msgid "Addon Features" msgstr "Funzionalità Componenti Aggiuntivi" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Utenti registrati in attesa di conferma" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5494,7 +5938,7 @@ msgstr[0] "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato r msgstr[1] "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato." msgstr[2] "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5503,7 +5947,7 @@ msgstr[0] "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato r msgstr[1] "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato." msgstr[2] "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5512,32 +5956,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Utenti" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Strumenti" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Blocklist Contatti" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Server Blocklist" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Rimuovi elemento" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Sorgente Oggetto" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Dettagli del profilo" @@ -5561,15 +6019,15 @@ msgstr "" msgid "Tips for New Members" msgstr "Consigli per i Nuovi Utenti" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Cerca persone - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Ricerca Forum - %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5589,36 +6047,40 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Account" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Autenticazione a due fattori" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Visualizzazione" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Social Networks" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Gestisci Account" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Applicazioni collegate" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Esporta dati personali" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Rimuovi account" @@ -5677,8 +6139,9 @@ msgstr "L'evento inizia:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Richiesto" @@ -5738,11 +6201,114 @@ msgstr "Mostra" msgid "Create New Event" msgstr "Crea un nuovo evento" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contatto non trovato." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Contatto non valido." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Contatto eliminato." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Richiesta sbagliata." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtro" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Membri" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5750,159 +6316,146 @@ msgstr[0] "%d contatto modificato." msgstr[1] "%d contatti modificati" msgstr[2] "%d contatti modificati" -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Mostra tutti i contatti" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "In sospeso" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Mostra solo contatti in sospeso" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Bloccato" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Mostra solo contatti bloccati" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorato" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Mostra solo contatti ignorati" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Archiviato" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Mostra solo contatti archiviati" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Nascosto" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Mostra solo contatti nascosti" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Organizza i tuoi gruppi di contatti" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Cerca nei tuoi contatti" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Risultati per: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Aggiorna" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Sblocca" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Non ignorare" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Azioni Batch" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Conversazioni iniziate da questo contatto" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Messaggi e Commenti" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Vedi tutti i contatti conosciuti" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Impostazioni avanzate Contatto" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Amicizia reciproca" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "è un tuo fan" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "sei un fan di" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Richiesta di contatto in uscita in sospeso" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Richiesta di contatto in arrivo in sospeso" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visita il profilo di %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Contatto non trovato." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Le modifiche al contatto non sono state salvate." @@ -5913,6 +6466,7 @@ msgstr "Ritorna alla modifica contatto" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5939,11 +6493,6 @@ msgstr "URL Feed" msgid "New photo from this URL" msgstr "Nuova foto da questo URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Contatto non valido." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Nessun contatto conosciuto." @@ -6005,7 +6554,7 @@ msgstr[1] "Contatti (%s)" msgstr[2] "Contatti (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6043,15 +6592,16 @@ msgstr "Rispondi:" msgid "Your Identity Address:" msgstr "L'indirizzo della tua identità:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL Profilo" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6077,8 +6627,8 @@ msgstr "Il contatto non può essere aggiunto." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Richiesta non valida." @@ -6090,248 +6640,312 @@ msgstr "Nessuna parola chiave corrisponde. Per favore aggiungi parole chiave al msgid "Profile Match" msgstr "Profili corrispondenti" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Errore nell'aggiornamento del contatto." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Il contatto è stato sbloccato" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Il contatto è stato bloccato" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Il contatto non è più ignorato" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Il contatto è ignorato" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Sei amico reciproco con %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Stai condividendo con %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s sta condividendo con te" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Le comunicazioni private non sono disponibili per questo contatto." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Mai" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(L'aggiornamento non è stato completato)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(L'aggiornamento è stato completato)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Suggerisci amici" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Tipo di rete: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Comunicazione con questo contatto persa!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Recupera maggiori informazioni per i feed" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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 "Recupera informazioni come immagini di anteprima, titolo e teaser dall'elemento del feed. Puoi attivare questa funzione se il feed non contiene molto testo. Le parole chiave sono recuperate dal tag meta nella pagina dell'elemento e inseriti come hashtag." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Recupera informazioni" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Recupera parole chiave" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Recupera informazioni e parole chiave" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Non duplicare" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Duplica come miei messaggi" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Ricondivisione nativa" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Informazioni / Note sul contatto" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Impostazioni Contatto" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Contatto" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "La loro nota personale" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Modifica note contatto" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Blocca/Sblocca contatto" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignora il contatto" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Vedi conversazioni" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Aggiorna messaggi pubblici" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Aggiorna adesso" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "In attesa di conferma della connessione" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Bloccato" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Ignorato" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Al momento archiviato" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Nascondi questo contatto agli altri" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Risposte/Mi Piace ai tuoi messaggi pubblici possono essere comunque visibili" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Notifica per i nuovi messaggi" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Invia una notifica per ogni nuovo messaggio di questo contatto" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Elenco di Parole Chiave Negate" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Azioni" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Stato" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Ripeti i messaggi di questo contatto" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Imposta questo contatto come 'io remoto', questo farà si che friendica re invii i nuovi messaggi da questo contatto." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Ricarica dati contatto" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Inverti stato \"Blocca\"" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Inverti stato \"Ignora\"" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6343,10 +6957,6 @@ msgstr "Richiesta Errata." msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Contatto eliminato." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6364,7 +6974,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Si" @@ -6394,102 +7004,59 @@ msgstr "Il contatto non è più seguito" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Impossibile smettere di seguire questo contatto, contatta il tuo amministratore" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Nessun risultato." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Questa pagina comunità mostra tutti i messaggi pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Comunità Locale" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Messaggi dagli utenti locali su questo sito" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Comunità Globale" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Messaggi dagli utenti della rete federata" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Propri Contatti" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Includi" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Nascondi" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Nessun risultato." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Opzione Comunità non disponibile" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Non disponibile." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Nessun gruppo" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Gruppo: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Ultima Attività" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Ordina per ultima attività" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Ultimi Messaggi" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Ordina per data di ricezione del messaggio" - -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Personale" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Messaggi che ti citano o coinvolgono" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Propri Contatti" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Preferiti" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Includi" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Messaggi preferiti" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Nascondi" #: src/Module/Credits.php:44 msgid "Credits" @@ -6708,7 +7275,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Sorgente Twitter / URL Tweet (richiede chiave API)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Devi aver essere autenticato per usare questo modulo" @@ -6769,29 +7336,6 @@ msgstr "Diagnostica Webfinger" msgid "Lookup address:" msgstr "Indirizzo di consultazione:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Passa da un account all'altro" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Gestisci i tuoi account" - -#: src/Module/Delegation.php:144 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione" - -#: src/Module/Delegation.php:145 -msgid "Select an identity to manage: " -msgstr "Seleziona un'identità da gestire:" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)." @@ -6837,138 +7381,59 @@ msgstr "Suggerisci amici" msgid "Suggest a friend for %s" msgstr "Suggerisci un amico a %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Componenti aggiuntivi/applicazioni installate:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Nessun componente aggiuntivo/applicazione installata" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Leggi i Termini di Servizio di questo nodo." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "In questo server i seguenti server remoti sono bloccati." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Motivazione del blocco" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "Questo è Friendica, versione %s in esecuzione all'indirizzo web %s. La versione del database è %s, la versione post-aggiornamento è %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Visita Friendi.ca per saperne di più sul progetto Friendica." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Segnalazioni di bug e problemi: visita" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "il bugtracker su github" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Per suggerimenti, lodi, ecc., invia una mail a info chiocciola friendi punto ca" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Impossibile creare il gruppo." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Gruppo non trovato." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "Il nome del gruppo non è stato cambiato." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Gruppo sconosciuto." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Impossibile aggiungere il contatto al gruppo." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Contatto aggiunto con successo al gruppo." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Impossibile rimuovere il contatto dal gruppo." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Contatto rimosso con successo dal gruppo." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Richiesta sbagliata." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Salva gruppo" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Filtro" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Crea un gruppo di amici/contatti." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Impossibile rimuovere il gruppo." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Elimina Gruppo" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Modifica Nome Gruppo" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Membri" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Il gruppo è vuoto" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Rimuovi il contatto dal gruppo" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Aggiungi il contatto al gruppo" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Nessun profilo" @@ -7261,30 +7726,26 @@ msgstr "Componi un nuovo messaggio" msgid "Visibility" msgstr "Visibilità" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Rimuovi la posizione" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "I servizi di localizzazione non sono disponibili sul tuo dispositivo" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "I servizi di localizzazione sono disabilitati. Per favore controlla i permessi del sito web sul tuo dispositivo" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "L'oggetto richiesto non esiste o è stato eliminato." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Il flusso per questo oggetto non è disponibile." @@ -7319,7 +7780,7 @@ msgstr "File" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Carica" @@ -7340,21 +7801,14 @@ msgstr "Il file supera la dimensione massima di %s" msgid "File upload failed." msgstr "Caricamento del file non riuscito." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Impossibile caricare l'immagine." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "La dimensione dell'immagine supera il limite di %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Caricamento immagine fallito." @@ -7386,41 +7840,41 @@ msgstr "Eliminato" msgid "List of pending user deletions" msgstr "Elenco delle cancellazioni di utenti in attesa" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Pagina Account Normale" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Pagina Sandbox" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Forum Pubblico" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Pagina con amicizia automatica" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Forum Privato" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Pagina Personale" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Pagina Organizzazione" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Pagina Notizie" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7477,6 +7931,7 @@ msgid "Block New Remote Contact" msgstr "Blocca Nuovo Contatto Remoto" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto" @@ -7552,6 +8007,8 @@ msgid "Matching known servers" msgstr "Server conosciuti corrispondenti" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Nome del Server" @@ -7699,6 +8156,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Schema di dominio del server bloccato" @@ -7812,10 +8270,6 @@ msgstr "Termine" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Menzione" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Menzione Implicita" @@ -7838,6 +8292,238 @@ msgstr "" msgid "Item Guid" msgstr "Item Guid" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Account normale" @@ -7847,8 +8533,8 @@ msgid "Automatic Follower Account" msgstr "Account Follower Automatico" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Account Forum Publico" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7859,8 +8545,8 @@ msgid "Blog Account" msgstr "Account Blog" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Account Forum Privato" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8101,7 +8787,7 @@ msgstr "Dice di conoscerti: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "No" @@ -8165,11 +8851,11 @@ msgstr "Notifiche bacheca" msgid "Show unread" msgstr "Mostra non letti" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} chiede la registrazione" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} e %d altre registrazioni richieste" @@ -8188,7 +8874,7 @@ msgstr "Vuoi autorizzare questa applicazione per accedere ai messaggi e ai conta msgid "Unsupported or missing response type" msgstr "Tipo di risposta mancante o non supportato" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Dati richiesta incompleti" @@ -8199,11 +8885,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "Tipo di concessione mancante o non supportato" @@ -8284,65 +8970,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "Informazioni remote sulla privacy non disponibili." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Visibile a:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "La Foto con id %s non è disponibile." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Foto con id %s non valida." @@ -8383,8 +9069,8 @@ msgstr "Rimuovi il tag" msgid "Select a tag to remove: " msgstr "Seleziona un tag da rimuovere: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Rimuovi" @@ -8394,24 +9080,31 @@ msgstr "Nessun contatto." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "la timeline di %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "il messaggio di %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "il commento di %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "La dimensione dell'immagine supera il limite di %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Caricamento dell'immagine non completato. Prova di nuovo." @@ -8430,7 +9123,7 @@ msgstr "Il server non può accettare il caricamento di un nuovo file in questo m msgid "Image file is empty." msgstr "Il file dell'immagine è vuoto." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Sfoglia l'album" @@ -8445,7 +9138,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Attualmente stai vedendo il tuo profilo come %s Annulla" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Nome completo:" @@ -8466,12 +9159,12 @@ msgid "Birthday:" msgstr "Compleanno:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Età : " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8480,13 +9173,13 @@ msgstr[1] "%d anni" msgstr[2] "%d anni" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Descrizione:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Forum:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8642,8 +9335,8 @@ msgid "Your invitation code: " msgstr "Il tuo codice di invito:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): " +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8656,7 +9349,7 @@ msgid "Please repeat your e-mail address:" msgstr "Per favore ripeti il tuo indirizzo email:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nuova password:" @@ -8665,7 +9358,7 @@ msgid "Leave empty for an auto generated password." msgstr "Lascia vuoto per generare automaticamente una password." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Conferma:" @@ -8692,11 +9385,11 @@ msgstr "Importa il tuo profilo in questo server friendica" msgid "Note: This node explicitly contains adult content" msgstr "Nota: Questo nodo contiene esplicitamente contenuti per adulti" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Password Principale:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Inserisci la password dell'account principale per autorizzare la tua richiesta." @@ -8883,24 +9576,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Password Attuale:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "La tua password attuale per confermare le modifiche" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8911,7 +9604,7 @@ msgstr "Codici di recupero rimanenti: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Codice non valido, per favore riprova." @@ -8996,7 +9689,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Per favore inserisci il codice dalla tua app di autenticazione" @@ -9024,99 +9717,99 @@ msgstr "Email non valida." msgid "Cannot change to that email." msgstr "Non puoi usare quella email." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Le impostazioni non sono state aggiornate." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Errore nel caricamento del file CSV dei contatti" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Importazione dei Contatti riuscita" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Il messaggio di trasloco è stato inviato ai tuoi contatti" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Impossibile trovare il tuo profilo. Contatta il tuo amministratore." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Sottotipi di Pagine Personali" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Sottotipi di Community Forum" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Account per profilo personale." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Account per un'organizzazione, che automaticamente approva le richieste di contatto come \"Follower\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Account per notizie, che automaticamente approva le richieste di contatto come \"Follower\"" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Account per discussioni comunitarie." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Account per un profilo personale, che richiede l'approvazione delle richieste di contatto come \"Amico\" o \"Follower\"." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Account per un profilo publico, che automaticamente approva le richieste di contatto come \"Follower\"." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Approva automaticamente tutte le richieste di contatto." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Account per un profilo popolare, che automaticamente approva le richieste di contatto come \"Amici\"." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Forum privato [sperimentale]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Richiede l'approvazione manuale delle richieste di contatto." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Opzionale) Consente di loggarti in questo account con questo OpenID" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Pubblica il tuo profilo nell'elenco locale del tuo sito?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9124,89 +9817,94 @@ msgid "" " system settings." msgstr "Il tuo profilo verrà pubblicato nella directory locale di questo nodo. I dettagli del tuo profilo potrebbero essere visibili pubblicamente a seconda delle impostazioni di sistema." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Il tuo profilo sarà anche pubblicato nelle directory globali di friendica (es. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Impostazioni account" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "L'indirizzo della tua identità è '%s' or '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Impostazioni password" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Lascia questi campi in bianco per non effettuare variazioni alla password" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Password:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "La tua password attuale per confermare il cambio di indirizzo email" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Elimina URL OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Impostazioni base" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Nome visualizzato:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Indirizzo Email:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Il tuo fuso orario:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "La tua lingua:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Imposta la lingua che sarà usata per mostrarti l'interfaccia di Friendica e per inviarti le email" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Località predefinita:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Usa la località rilevata dal browser:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Impostazioni di sicurezza e privacy" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Numero massimo di richieste di amicizia al giorno:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(per prevenire lo spam)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Vuoi che il tuo profilo sia ricercabile globalmente?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9214,43 +9912,43 @@ msgid "" "indexed or not." msgstr "Attiva questa impostazione se vuoi che gli altri ti trovino facilmente e ti seguano. Il tuo profilo sarà ricercabile da sistemi remoti. Questa impostazione determina anche se Friendica informerà i motori di ricerca che il tuo profilo sia indicizzabile o meno." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Nascondere la lista dei tuo contatti/amici dai visitatori del tuo profilo?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "La lista dei tuoi contatti è mostrata sulla tua pagina di profilo. Attiva questa opzione per disabilitare la visualizzazione del tuo elenco contatti." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Rendi messaggi pubblici non elencati" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "I tuoi messaggi pubblici non appariranno sulle pagine della comunità o nei risultati di ricerca, e non saranno inviati ai server relay. Comunque appariranno sui feed pubblici su server remoti." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Rendi tutte le immagini pubblicate accessibili" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9258,233 +9956,241 @@ msgid "" "public on your photo albums though." msgstr "Questa opzione rende ogni immagine pubblicata accessibile attraverso il collegamento diretto. Questo è una soluzione alternativa al problema che la maggior parte delle altre reti non gestiscono i permessi sulle immagini. Le immagini non pubbliche non saranno visibili al pubblico nei tuoi album fotografici comunque." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Permetti agli amici di scrivere sulla tua pagina profilo?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "I tuoi contatti possono scrivere messaggi sulla tua pagina di profilo. Questi messaggi saranno distribuiti a tutti i tuoi contatti." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Permetti agli amici di aggiungere tag ai tuoi messaggi?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "I tuoi contatti possono aggiungere tag aggiuntivi ai tuoi messaggi." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Permetti a utenti sconosciuti di inviarti messaggi privati?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Gli utenti sulla rete Friendica possono inviarti messaggi privati anche se non sono nella tua lista di contatti." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Numero massimo di messaggi privati da utenti sconosciuti per giorno:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Permessi predefiniti per i messaggi" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Impostazioni di scadenza" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Fai scadere i messaggi automaticamente dopo x giorni:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Se lasciato vuoto, i messaggi non verranno cancellati." -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Fai scadere i messaggi" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Quando attivato, i messaggi e i commenti scadranno." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Fai scadere le note personali" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Quando attivato, le note personali sulla tua pagina del profilo scadranno." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Fai scadere i messaggi speciali" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Inserire i messaggi negli speciali evita di farli scadere. Questo comportamento viene scavalcato da questa impostazione." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Fai scadere solo i messaggi degli altri" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Quando attivato, i tuoi messaggi non scadranno mai. Quindi le impostazioni qui sopra saranno valide solo per i messaggi che hai ricevuto." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Impostazioni notifiche" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Invia una mail di notifica quando:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Ricevi una presentazione" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Le tue presentazioni sono confermate" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Qualcuno scrive sulla bacheca del tuo profilo" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Qualcuno scrive un commento a un tuo messaggio" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Ricevi un messaggio privato" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Hai ricevuto un suggerimento di amicizia" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Sei stato taggato in un messaggio" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Crea una notifica desktop quando:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Qualcuno ha messo mi piace a un tuo contenuto" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Qualcuno ha condiviso un tuo contenuto" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Attiva notifiche desktop" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Email di notifica in solo testo" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Invia le email di notifica in solo testo, senza la parte in html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Mostra notifiche dettagliate" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Per impostazione predefinita, le notifiche sono raggruppate in una singola notifica per articolo. Se abilitato, viene visualizzate tutte le notifiche." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Mostra notifiche dai contatti ignorati" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "Non vedi i messaggi da contatti ignorati. Ma puoi ancora vedere i loro commenti. Questa impostazione controlla se vuoi o meno continuare a ricevere notifiche regolari che sono causate dai contatti ignorati." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Impostazioni avanzate Account/Tipo di pagina" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Modifica il comportamento di questo account in situazioni speciali" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Importa Contatti" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "Carica un file CSV che contiene gli indirizzi dei tuoi account seguiti nella prima colonna che hai esportato dal vecchio account." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Carica File" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Trasloca" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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 "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Invia nuovamente il messaggio di trasloco ai contatti" @@ -9496,6 +10202,119 @@ msgstr "Impostazioni Componenti Aggiuntivi" msgid "No Addon settings configured" msgstr "Nessun componente aggiuntivo ha impostazioni modificabili" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Descrizione" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Aggiungi" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Impossibile collegarsi all'account email con i parametri forniti." @@ -9693,221 +10512,255 @@ msgstr "Sposta nella cartella" msgid "Move to folder:" msgstr "Sposta nella cartella:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delega concessa con successo." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Utente principale non trovato, non disponibile o la password non corrisponde." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delega revocata con successo." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Amministratori delegati possono vedere ma non cambiare i permessi di delega." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Utente delegato non trovato." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Nessun utente principale" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Utente Principale" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Account Aggiuntivi" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Registra account aggiuntivi che saranno automaticamente connessi al tuo account esistente così potrai gestirli da questo account." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Registra un account aggiuntivo" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso." -#: src/Module/Settings/Delegation.php:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Delegati" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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 "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Delegati Pagina Esistenti" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Delegati Potenziali" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Aggiungi" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Nessuna voce." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Il tema che hai scelto non è disponibile." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Non supportato)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Impostazioni Grafiche" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Opzioni Generali Tema" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Opzioni Personalizzate Tema" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Opzioni Contenuto" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Impostazioni tema" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Tema:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Tema mobile:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Numero di elementi da mostrare per pagina:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Massimo 100 voci" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Numero di voci da visualizzare per pagina quando si utilizza un dispositivo mobile:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Aggiorna il browser ogni x secondi" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimo 10 secondi. Inserisci -1 per disabilitarlo" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Scroll infinito" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Recupero automatico di nuovi oggetti quando viene raggiunta la fine della pagina." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Mostra chi ha condiviso" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Mostra chi ha condiviso per primo come icona e testo su un oggetto ricondiviso." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Rimani in locale" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Non andare sul sistema remoto mentre segui il collegamento di un contatto." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Inizio della settimana:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9923,160 +10776,156 @@ msgstr "Applicazioni Collegate" msgid "Remove authorization" msgstr "Rimuovi l'autorizzazione" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Il nome profilo è obbligatorio ." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Il Profilo non può essere aggiornato." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Etichetta:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Valore:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Permessi del campo" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(clicca per aprire/chiudere)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Aggiungi nuovo campo del profilo" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Azioni Profilo" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Modifica i dettagli del profilo" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Cambia la foto del profilo" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Immagine del profilo" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Posizione" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Varie" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Campi Profilo Personalizzati" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Carica la foto del profilo" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Nome visualizzato:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Indirizzo (via/piazza):" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Località:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Regione/Stato:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "CAP:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Nazione:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Indirizzo XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Homepage:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Parole chiave visibili a tutti:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Parole chiave private:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    I campi personalizzati appaiono sulla tua pagina del profilo.

    \n\t\t\t\t

    Puoi utilizzare i BBCode nei campi personalizzati.

    \n\t\t\t\t

    Riordina trascinando i titoli dei campi.

    \n\t\t\t\t

    Svuota le etichette dei campi per rimuovere il campo personalizzato.

    \n\t\t\t\t

    Campi personalizzati non pubblici possono essere visti solo da contatti Friendica selezionati o da contatti Friendica nei gruppi selezionati.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Indirizzo (via/piazza):" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Località:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Regione/Stato:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "CAP:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Nazione:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Indirizzo XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Homepage:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Parole chiave visibili a tutti:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Parole chiave private:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Il ridimensionamento dell'immagine [%s] è fallito." @@ -10112,257 +10961,299 @@ msgstr "Ritaglia l'immagine per una visualizzazione migliore." msgid "Use Image As Is" msgstr "Usa immagine così com'è" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Immagine caricata mancante." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Impostazioni Immagine di Profilo" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Immagine del profilo attuale" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Carica la foto del profilo" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Carica Foto:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "o" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "salta questo passaggio" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "seleziona una foto dai tuoi album" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Notifica di Sistema di Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "L'utente ha cancellato il suo account" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Sul tuo nodo Friendica un utente ha cancellato il suo account. Assicurati che i suoi dati siano rimossi dai backup." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "L'id utente è %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Rimuovi il mio account" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Inserisci la tua password per verifica:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Per favore inserisci la tua password per accedere a questa pagina." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "Generazione della password specifica per l'app non riuscita: La descrizione è vuota." -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "Generazione della password specifica per l'app non riuscita: La descrizione esiste già." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Nuova password specifica per app generata." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Password specifiche per le app revocate con successo." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Password specifica per l'app revocata con successo." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Password specifiche per app a due fattori" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Password specifiche per le app sono generate casualmente e vengono usate al posto della tua password dell'account per autenticarti con applicazioni di terze parti che non supportano l'autenticazione a due fattori.

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Assicurati di copiare la tua nuova password specifica per l'app ora. Non sarai in grado di vederla un'altra volta!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Descrizione" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Ultimo Utilizzo" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Revoca" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Revoca Tutti" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Quando generi una nuova password specifica per l'app, devi utilizzarla immediatamente, ti sarà mostrata una volta generata." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Genera nuova password specifica per app" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa sul mio Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Genera" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Autenticazione a due fattori disabilitata con successo." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Usa un'applicazione su un dispositivo mobile per generare codici di autenticazione a due fattori quando richiesto all'accesso.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "App di autenticazione" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Configurata" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Non Configurata" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    Non hai terminato la configurazione della tua app di autenticazione.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    La tua app di autenticazione è correttamente configurata.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Codici di recupero" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Codici validi rimanenti" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Questi codici monouso possono sostituire l'app di autenticazione nel caso avessi perso il suo accesso.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Password specifiche per app" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Genera password specifiche per app" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Queste password generate casualmente ti consentono di autenticarti con app che non supportano l'autenticazione a due fattori.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Password attuale:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "Devi inserire la tua password attuale per cambiare le impostazioni di autenticazione a due fattori." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Abilita autenticazione a due fattori" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Disabilita autenticazione a due fattori" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Mostra codici di recupero" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Gestisci password specifiche per app" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Gestisci browser fidàti" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Completa configurazione dell'app" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Nuovi codici di recupero generati con successo." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Codici di recupero a due fattori" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10371,68 +11262,68 @@ msgid "" "account.

    " msgstr "

    I codici di recupero possono essere utilizzati per accedere al tuo account nel caso tu perda l'accesso al tuo dispositivo e non possa ricevere i codici di autenticazione a due fattori.

    Salvali in un posto sicuro! Se dovessi perdere il tuo dispositivo e non hai i codici di recupero perderai l'accesso al tuo account.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Quando generi nuovi codici di recupero, dovrai copiare i nuovi codici. I codici precedenti non funzioneranno più." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Genera nuovi codici di recupero" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Successivo: Verifica" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Browser fidàti rimossi con successo." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Browser fidato rimosso con successo." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Browser fidàti a due fattori" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Browser fidàti sono browser sui quali hai schelto di saltare l'autenticazione a due fattori per accedere a Friendica. Per favore utilizza questa funzionalità con parsimonia, visto che può annullare i benefici dell'autenticazione a due fattori." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Dispositivo" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "SO" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Fidato" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Ultimo Utilizzo" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Rimuovi Tutto" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Autenticazione a due fattori abilitata con successo." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10452,24 +11343,24 @@ msgid "" "" msgstr "

    Oppure puoi inserire le impostazioni di autenticazione manualmente:

    \n
    \n\t
    Soggetto
    \n\t
    %s
    \n\t
    Nome Account
    \n\t
    %s
    \n\t
    Chiave Segreta
    \n\t
    %s
    \n\t
    Tipo
    \n\t
    Basato sul tempo
    \n\t
    Numero di cifre
    \n\t
    6
    \n\t
    Algoritmo di crittografia
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Verifica codice a due fattori" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Per favore scansione questo Codice QR con la tua app di autenticazione e invia il codice fornito.

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

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

    %s

    " msgstr "

    O puoi aprire il seguente indiririzzo sul tuo dispositivo mobile:

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Verifica codice e abilita l'autenticazione a due fattori" @@ -10504,20 +11395,41 @@ msgid "" " e.g. Mastodon." msgstr "Esporta la lista degli account che segui come file CSV. Compatibile per esempio con Mastodon." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10529,7 +11441,7 @@ msgstr "Traccia dello stack:" msgid "Exception thrown in %s:%d" msgstr "Eccezione lanciata in %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10542,14 +11454,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "Al momento della registrazione, e per fornire le comunicazioni tra l'account dell'utente e i suoi contatti, l'utente deve fornire un nome da visualizzare (pseudonimo), un nome utente (soprannome) e un indirizzo email funzionante. I nomi saranno accessibili sulla pagina profilo dell'account da parte di qualsiasi visitatore, anche quando altri dettagli del profilo non sono mostrati. L'indirizzo email sarà usato solo per inviare notifiche riguardo l'interazione coi contatti, ma non sarà mostrato. L'inserimento dell'account nella rubrica degli utenti del nodo o nella rubrica globale è opzionale, può essere impostato nelle impostazioni dell'utente, e non è necessario ai fini delle comunicazioni." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "Queste informazioni sono richiesta per la comunicazione e sono inviate ai nodi che partecipano alla comunicazione dove sono salvati. Gli utenti possono inserire aggiuntive informazioni private che potrebbero essere trasmesse agli account che partecipano alla comunicazione." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10560,11 +11472,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Note sulla Privacy" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10572,6 +11484,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "L'oggetto richiesto non esiste o è stato eliminato." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Passa da un account all'altro" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Gestisci i tuoi account" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Seleziona un'identità da gestire:" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "L'importazione di utenti su server chiusi può essere effettuata solo da un amministratore." @@ -10620,11 +11559,11 @@ msgstr "Errore! Nessuna informazione di versione nel file! Potrebbe non essere u msgid "User '%s' already exists on this server!" msgstr "L'utente '%s' esiste già su questo server!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Errore creando l'utente" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10632,11 +11571,11 @@ msgstr[0] "%d contatto non importato" msgstr[1] "%d contatti non importati" msgstr[2] "%d contatti non importati" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Errore durante la creazione del profilo dell'utente" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Fatto. Ora puoi entrare con il tuo nome utente e la tua password" @@ -10770,15 +11709,15 @@ msgid "" msgstr "Nel pannello laterale nella pagina \"Contatti\", ci sono diversi strumenti per trovare nuovi amici. Possiamo confrontare le persone per interessi, cercare le persone per nome e fornire suggerimenti basati sui tuoi contatti esistenti. Su un sito nuovo, i suggerimenti sono di solito presenti dopo 24 ore." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Raggruppa i tuoi contatti" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "Quando avrai alcuni amici, organizzali in gruppi di conversazioni private dalla barra laterale della tua pagina Contatti. Potrai interagire privatamente con ogni gruppo nella tua pagina Rete" +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10992,7 +11931,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica:Notifica]" @@ -11036,7 +11975,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s ha commentato il suo %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Commento alla conversazione #%2$d di %3$s" @@ -11048,7 +11987,7 @@ msgstr "%s ha commentato un elemento che stavi seguendo." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Visita %s per vedere e/o commentare la conversazione" @@ -11213,10 +12152,10 @@ msgstr "Hai ricevuto una [url=%1$s]richiesta di registrazione[/url] da %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Nome Completo:\t%s\nIndirizzo del sito:\t%s\nNome utente:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11242,22 +12181,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s ti ha taggato" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s ha condiviso un nuovo messaggio" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11285,199 +12224,221 @@ msgstr "Contatta il mittente rispondendo a questo messaggio se non vuoi ricevere msgid "%s posted an update." msgstr "%s ha inviato un aggiornamento." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Messaggio privato" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Questa voce è stata modificata" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Modifica" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Rimuovi globalmente" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Rimuovi localmente" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Blocca %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Salva nella cartella" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Parteciperò" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Non parteciperò" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Forse parteciperò" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Ignora la conversazione" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Non ignorare la conversazione" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Inverti stato ignora" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Aggiungi a preferiti" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Rimuovi da preferiti" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Inverti stato preferito" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Metti in evidenza" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Togli da in evidenza" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Inverti stato in evidenza" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "In evidenza" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Aggiungi tag" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Condividi citando questo" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Cita e Condividi" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Ricondividi questo" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Ricondividi" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Annulla la tua Ricondivisione" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Non ricondividere più" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (Ricevuto %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Commenta questo oggetto sul tuo sistema" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Commento remoto" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "a" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Da bacheca a bacheca" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "da bacheca a bacheca" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Rispondi a %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Mostra altro" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "L'attività di notifica è in attesa" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "La consegna ai server remoti è in attesa" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "La consegna ai server remoti è in corso" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "La consegna ai server remoti è quasi completata" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "La consegna ai server remoti è completata" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11485,73 +12446,87 @@ msgstr[0] "%d commento" msgstr[1] "%d commenti" msgstr[2] "%d commenti" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Mostra di più" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Mostra di meno" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(nessun oggetto)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s sta seguendo %s" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "segue" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s ha smesso di seguire %s" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "tolto dai seguiti" @@ -11909,8 +12884,8 @@ msgid "Textareas font size" msgstr "Dimensione carattere nelle aree di testo" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Elenco separato da virgole di forum di aiuto" +msgid "Comma separated list of helper groups" +msgstr "" #: view/theme/vier/config.php:131 msgid "don't show" @@ -11928,7 +12903,7 @@ msgstr "Imposta stile" msgid "Community Pages" msgstr "Pagine della Comunità" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "Profili Comunità" @@ -11936,7 +12911,7 @@ msgstr "Profili Comunità" msgid "Help or @NewHere ?" msgstr "Serve aiuto? Sei nuovo?" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "Servizi Connessi" @@ -11944,10 +12919,10 @@ msgstr "Servizi Connessi" msgid "Find Friends" msgstr "Trova Amici" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "Ultimi utenti" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "Partenza Rapida" diff --git a/view/lang/it/strings.php b/view/lang/it/strings.php index cf9eb7b386..d15306d294 100644 --- a/view/lang/it/strings.php +++ b/view/lang/it/strings.php @@ -199,7 +199,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Tutti i contatti'; $a->strings['Followers'] = 'Seguaci'; $a->strings['Following'] = 'Seguendo'; -$a->strings['Mutual friends'] = 'Amici reciproci'; $a->strings['Common'] = 'Comune'; $a->strings['Addon not found'] = 'Componente aggiuntivo non trovato'; $a->strings['Addon already enabled'] = 'Componente aggiuntivo già abilitato'; @@ -288,12 +287,6 @@ $a->strings['Public post'] = 'Messaggio pubblico'; $a->strings['Message'] = 'Messaggio'; $a->strings['Browser'] = 'Browser'; $a->strings['Open Compose page'] = 'Apri pagina di Composizione'; -$a->strings['Pinned item'] = 'Oggetto in evidenza'; -$a->strings['View %s\'s profile @ %s'] = 'Vedi il profilo di %s @ %s'; -$a->strings['Categories:'] = 'Categorie:'; -$a->strings['Filed under:'] = 'Archiviato in:'; -$a->strings['%s from %s'] = '%s da %s'; -$a->strings['View in context'] = 'Vedi nel contesto'; $a->strings['remove'] = 'rimuovi'; $a->strings['Delete Selected Items'] = 'Cancella elementi selezionati'; $a->strings['You had been addressed (%s).'] = 'Sei stato nominato (%s).'; @@ -304,28 +297,40 @@ $a->strings['Reshared by %s <%s>'] = 'Ricondiviso da %s <%s>'; $a->strings['%s is participating in this thread.'] = '%s partecipa in questa conversazione.'; $a->strings['Fetched'] = 'Recuperato'; $a->strings['Fetched because of %s <%s>'] = 'Recuperato a causa di %s <%s>'; +$a->strings['Pinned item'] = 'Oggetto in evidenza'; +$a->strings['View %s\'s profile @ %s'] = 'Vedi il profilo di %s @ %s'; +$a->strings['Categories:'] = 'Categorie:'; +$a->strings['Filed under:'] = 'Archiviato in:'; +$a->strings['%s from %s'] = '%s da %s'; +$a->strings['View in context'] = 'Vedi nel contesto'; +$a->strings['Local Community'] = 'Comunità Locale'; +$a->strings['Posts from local users on this server'] = 'Messaggi dagli utenti locali su questo sito'; +$a->strings['Global Community'] = 'Comunità Globale'; +$a->strings['Posts from users of the whole federated network'] = 'Messaggi dagli utenti della rete federata'; +$a->strings['Latest Activity'] = 'Ultima Attività'; +$a->strings['Sort by latest activity'] = 'Ordina per ultima attività'; +$a->strings['Latest Posts'] = 'Ultimi Messaggi'; +$a->strings['Sort by post received date'] = 'Ordina per data di ricezione del messaggio'; +$a->strings['Personal'] = 'Personale'; +$a->strings['Posts that mention or involve you'] = 'Messaggi che ti citano o coinvolgono'; +$a->strings['Starred'] = 'Preferiti'; +$a->strings['Favourite Posts'] = 'Messaggi preferiti'; $a->strings['General Features'] = 'Funzionalità generali'; $a->strings['Photo Location'] = 'Località Foto'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa.'; $a->strings['Trending Tags'] = 'Etichette di Tendenza'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Mostra un widget della pagina della comunità con un elenco delle etichette più popolari nei recenti messaggi pubblici.'; $a->strings['Post Composition Features'] = 'Funzionalità di composizione dei messaggi'; -$a->strings['Auto-mention Forums'] = 'Auto-cita i Forum'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi.'; $a->strings['Explicit Mentions'] = 'Menzioni Esplicite'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Aggiungi menzioni esplicite al riquadro di commento per avere un controllo manuale su chi viene menzionato nelle risposte. '; $a->strings['Post/Comment Tools'] = 'Strumenti per messaggi/commenti'; $a->strings['Post Categories'] = 'Categorie Messaggi'; $a->strings['Add categories to your posts'] = 'Aggiungi categorie ai tuoi messaggi'; $a->strings['Advanced Profile Settings'] = 'Impostazioni Avanzate Profilo'; -$a->strings['List Forums'] = 'Elenco forum'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Mostra ai visitatori i forum nella pagina Profilo Avanzato'; $a->strings['Tag Cloud'] = 'Tag Cloud'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Mostra una nuvola dei tag personali sulla tua pagina di profilo'; $a->strings['Display Membership Date'] = 'Mostra la Data di Registrazione'; $a->strings['Display membership date in profile'] = 'Mostra la data in cui ti sei registrato nel profilo'; -$a->strings['Forums'] = 'Forum'; -$a->strings['External link to forum'] = 'Collegamento esterno al forum'; $a->strings['show less'] = 'mostra meno'; $a->strings['show more'] = 'mostra di più'; $a->strings['event'] = 'l\'evento'; @@ -346,7 +351,6 @@ $a->strings['Connect/Follow'] = 'Connetti/segui'; $a->strings['Nothing new here'] = 'Niente di nuovo qui'; $a->strings['Go back'] = 'Torna indietro'; $a->strings['Clear notifications'] = 'Pulisci le notifiche'; -$a->strings['@name, !forum, #tags, content'] = '@nome, !forum, #tag, contenuto'; $a->strings['Logout'] = 'Esci'; $a->strings['End this session'] = 'Finisci questa sessione'; $a->strings['Login'] = 'Accedi'; @@ -438,7 +442,6 @@ $a->strings['Random Profile'] = 'Profilo Casuale'; $a->strings['Invite Friends'] = 'Invita amici'; $a->strings['Global Directory'] = 'Elenco globale'; $a->strings['Local Directory'] = 'Elenco Locale'; -$a->strings['Groups'] = 'Gruppi'; $a->strings['Everyone'] = 'Chiunque'; $a->strings['Relationships'] = 'Relazioni'; $a->strings['All Contacts'] = 'Tutti i contatti'; @@ -476,6 +479,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 2 => 'Etichette di Tendenza (ultime %d ore)', ]; $a->strings['More Trending Tags'] = 'Più Etichette di Tendenza'; +$a->strings['Mention'] = 'Menzione'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Posizione:'; @@ -596,6 +600,8 @@ $a->strings['Sep'] = 'Set'; $a->strings['Oct'] = 'Ott'; $a->strings['Nov'] = 'Nov'; $a->strings['Dec'] = 'Dic'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Il file di registro \'%s\' non è utilizzabile. Nessuna registrazione possibile (errore: \'%s\')'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Il file di debug \'%s\' non è utilizzabile. Nessuna registrazione possibile (errore: \'%s\')'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica non piò mostrare questa pagina al momento, per favore contatta l\'amministratore.'; $a->strings['template engine cannot be registered without a name.'] = 'il motore di modelli non può essere registrato senza un nome.'; $a->strings['template engine is not registered!'] = 'il motore di modelli non è registrato!'; @@ -641,9 +647,11 @@ $a->strings['Unauthorized'] = 'Non autorizzato'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Il token non è autorizzato con un utente valido o manca uno scopo richiesto'; $a->strings['Internal Server Error'] = 'Errore Interno del Server'; $a->strings['Legacy module file not found: %s'] = 'File del modulo legacy non trovato: %s'; +$a->strings['Everybody'] = 'Tutti'; +$a->strings['edit'] = 'modifica'; +$a->strings['add'] = 'aggiungi'; $a->strings['Approve'] = 'Approva'; $a->strings['Organisation'] = 'Organizzazione'; -$a->strings['Forum'] = 'Forum'; $a->strings['Disallowed profile URL.'] = 'Indirizzo profilo non permesso.'; $a->strings['Blocked domain'] = 'Dominio bloccato'; $a->strings['Connect URL missing.'] = 'URL di connessione mancante.'; @@ -679,16 +687,6 @@ $a->strings['Show map'] = 'Mostra mappa'; $a->strings['Hide map'] = 'Nascondi mappa'; $a->strings['%s\'s birthday'] = 'Compleanno di %s'; $a->strings['Happy Birthday %s'] = 'Buon compleanno %s'; -$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.'] = 'Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso.'; -$a->strings['Default privacy group for new contacts'] = 'Gruppo predefinito per i nuovi contatti'; -$a->strings['Everybody'] = 'Tutti'; -$a->strings['edit'] = 'modifica'; -$a->strings['add'] = 'aggiungi'; -$a->strings['Edit group'] = 'Modifica gruppo'; -$a->strings['Contacts not in any group'] = 'Contatti in nessun gruppo.'; -$a->strings['Create a new group'] = 'Crea un nuovo gruppo'; -$a->strings['Group Name: '] = 'Nome del gruppo:'; -$a->strings['Edit groups'] = 'Modifica gruppi'; $a->strings['Detected languages in this post:\n%s'] = 'Lingue rilevate in questo messaggio:\n%s'; $a->strings['activity'] = 'attività'; $a->strings['comment'] = 'commento'; @@ -767,7 +765,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'C\'è $a->strings['An error occurred creating your default profile. Please try again.'] = 'C\'è stato un errore nella creazione del tuo profilo. Prova ancora.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'C\'è stato un errore nella creazione del tuo contatto. Prova ancora.'; $a->strings['Friends'] = 'Amici'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'C\'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora.'; $a->strings['Profile Photos'] = 'Foto del profilo'; $a->strings[' Dear %1$s, @@ -958,7 +955,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Abilitare $a->strings['Global directory URL'] = 'URL della directory globale'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL dell\'elenco globale. Se vuoto, l\'elenco globale sarà completamente disabilitato.'; $a->strings['Private posts by default for new users'] = 'Messaggi privati come impostazioni predefinita per i nuovi utenti'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici.'; $a->strings['Don\'t include post content in email notifications'] = 'Non includere il contenuto dei messaggi nelle notifiche via email'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Non include il contenuti del messaggio/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Disabilita l\'accesso pubblico ai plugin raccolti nel menu apps.'; @@ -994,10 +990,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interlocutori - contatti dei tuoi contatti locali e contatti che hanno interagito sui messaggi visibili localmente saranno analizzati per i loro seguaci/seguiti'; $a->strings['Synchronize the contacts with the directory server'] = 'Sincronizza i contatti con il server directory'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Se abilitato, il sistema controllerà periodicamente nuovi contatti sulle directory server indicate.'; -$a->strings['Days between requery'] = 'Giorni tra le richieste'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Numero di giorni dopo i quali al server vengono richiesti i suoi contatti.'; $a->strings['Discover contacts from other servers'] = 'Trova contatti dagli altri server'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Periodicamente interroga gli altri server per i contatti. Il sistema interroga server Friendica, Mastodon e Hubzilla.'; +$a->strings['Days between requery'] = 'Giorni tra le richieste'; $a->strings['Search the local directory'] = 'Cerca la directory locale'; $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.'] = 'Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta.'; $a->strings['Publish server information'] = 'Pubblica informazioni server'; @@ -1055,8 +1049,6 @@ $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.'] = 'La configurazione di Friendica è adesso salvata in config/local.config.php: copia config/local-sample.config.php e sposta la tua configurazione da .htconfig.php. Vedi la pagina della guida sulla Configurazione per avere aiuto con la transizione.'; $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.'] = 'La configurazione di Friendica è adesso salvata in config/local.config.php: copia config/local-sample.config.php e sposta la tua configurazione da config/local.ini.php. Vedi la pagina della guida sulla Configurazione per avere aiuto con la transizione.'; $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 non è raggiungibile sul tuo sistema. È un grave problema di configurazione che impedisce la comunicazione da server a server. Vedi la pagina sull\'installazione per un aiuto.'; -$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Il file di registro \'%s\' non è utilizzabile. Nessuna registrazione possibile (errore: \'%s\')'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Il file di debug \'%s\' non è utilizzabile. Nessuna registrazione possibile (errore: \'%s\')'; $a->strings['Friendica\'s system.basepath was updated from \'%s\' to \'%s\'. Please remove the system.basepath from your db to avoid differences.'] = 'La system.basepath di Friendica è stata aggiornata da \'%s\' a \'%s\'. Per favore rimuovi la system.basepath dal tuo db per evitare differenze.'; $a->strings['Friendica\'s current system.basepath \'%s\' is wrong and the config file \'%s\' isn\'t used.'] = 'L\'attuale system.basepath di Friendica \'%s\' è errata e il file di configurazione \'%s\' non è utilizzato.'; $a->strings['Friendica\'s current system.basepath \'%s\' is not equal to the config file \'%s\'. Please fix your configuration.'] = 'L\'attuale system.basepath di Friendica \'%s\' non è uguale a quella del file di configurazione \'%s\'. Per favore correggi la tua configurazione.'; @@ -1131,7 +1123,6 @@ $a->strings['Profile Details'] = 'Dettagli del profilo'; $a->strings['Only You Can See This'] = 'Solo tu puoi vedere questo'; $a->strings['Tips for New Members'] = 'Consigli per i Nuovi Utenti'; $a->strings['People Search - %s'] = 'Cerca persone - %s'; -$a->strings['Forum Search - %s'] = 'Ricerca Forum - %s'; $a->strings['No matches'] = 'Nessun risultato'; $a->strings['Account'] = 'Account'; $a->strings['Two-factor authentication'] = 'Autenticazione a due fattori'; @@ -1160,6 +1151,13 @@ $a->strings['Events'] = 'Eventi'; $a->strings['View'] = 'Mostra'; $a->strings['Create New Event'] = 'Crea un nuovo evento'; $a->strings['list'] = 'lista'; +$a->strings['Contact not found.'] = 'Contatto non trovato.'; +$a->strings['Invalid contact.'] = 'Contatto non valido.'; +$a->strings['Contact is deleted.'] = 'Contatto eliminato.'; +$a->strings['Bad request.'] = 'Richiesta sbagliata.'; +$a->strings['Filter'] = 'Filtro'; +$a->strings['Members'] = 'Membri'; +$a->strings['Click on a contact to add or remove.'] = 'Clicca su un contatto per aggiungerlo o rimuoverlo.'; $a->strings['%d contact edited.'] = [ 0 => '%d contatto modificato.', 1 => '%d contatti modificati', @@ -1176,7 +1174,6 @@ $a->strings['Archived'] = 'Archiviato'; $a->strings['Only show archived contacts'] = 'Mostra solo contatti archiviati'; $a->strings['Hidden'] = 'Nascosto'; $a->strings['Only show hidden contacts'] = 'Mostra solo contatti nascosti'; -$a->strings['Organize your contact groups'] = 'Organizza i tuoi gruppi di contatti'; $a->strings['Search your contacts'] = 'Cerca nei tuoi contatti'; $a->strings['Results for: %s'] = 'Risultati per: %s'; $a->strings['Update'] = 'Aggiorna'; @@ -1193,7 +1190,6 @@ $a->strings['you are a fan of'] = 'sei un fan di'; $a->strings['Pending outgoing contact request'] = 'Richiesta di contatto in uscita in sospeso'; $a->strings['Pending incoming contact request'] = 'Richiesta di contatto in arrivo in sospeso'; $a->strings['Visit %s\'s profile [%s]'] = 'Visita il profilo di %s [%s]'; -$a->strings['Contact not found.'] = 'Contatto non trovato.'; $a->strings['Contact update failed.'] = 'Le modifiche al contatto non sono state salvate.'; $a->strings['Return to contact editor'] = 'Ritorna alla modifica contatto'; $a->strings['Name'] = 'Nome'; @@ -1201,7 +1197,6 @@ $a->strings['Account Nickname'] = 'Nome utente'; $a->strings['Account URL'] = 'URL dell\'utente'; $a->strings['Poll/Feed URL'] = 'URL Feed'; $a->strings['New photo from this URL'] = 'Nuova foto da questo URL'; -$a->strings['Invalid contact.'] = 'Contatto non valido.'; $a->strings['No known contacts.'] = 'Nessun contatto conosciuto.'; $a->strings['No common contacts.'] = 'Nessun contatto in comune.'; $a->strings['Follower (%s)'] = [ @@ -1299,7 +1294,6 @@ $a->strings['Refetch contact data'] = 'Ricarica dati contatto'; $a->strings['Toggle Blocked status'] = 'Inverti stato "Blocca"'; $a->strings['Toggle Ignored status'] = 'Inverti stato "Ignora"'; $a->strings['Bad Request.'] = 'Richiesta Errata.'; -$a->strings['Contact is deleted.'] = 'Contatto eliminato.'; $a->strings['Yes'] = 'Si'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore.'; $a->strings['You aren\'t following this contact.'] = 'Non stai seguendo questo contatto.'; @@ -1307,27 +1301,13 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Smette $a->strings['Disconnect/Unfollow'] = 'Disconnetti/Non Seguire'; $a->strings['Contact was successfully unfollowed'] = 'Il contatto non è più seguito'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Impossibile smettere di seguire questo contatto, contatta il tuo amministratore'; +$a->strings['No results.'] = 'Nessun risultato.'; $a->strings['This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.'] = 'Questa pagina comunità mostra tutti i messaggi pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo.'; -$a->strings['Local Community'] = 'Comunità Locale'; -$a->strings['Posts from local users on this server'] = 'Messaggi dagli utenti locali su questo sito'; -$a->strings['Global Community'] = 'Comunità Globale'; -$a->strings['Posts from users of the whole federated network'] = 'Messaggi dagli utenti della rete federata'; +$a->strings['Community option not available.'] = 'Opzione Comunità non disponibile'; +$a->strings['Not available.'] = 'Non disponibile.'; $a->strings['Own Contacts'] = 'Propri Contatti'; $a->strings['Include'] = 'Includi'; $a->strings['Hide'] = 'Nascondi'; -$a->strings['No results.'] = 'Nessun risultato.'; -$a->strings['Community option not available.'] = 'Opzione Comunità non disponibile'; -$a->strings['Not available.'] = 'Non disponibile.'; -$a->strings['No such group'] = 'Nessun gruppo'; -$a->strings['Group: %s'] = 'Gruppo: %s'; -$a->strings['Latest Activity'] = 'Ultima Attività'; -$a->strings['Sort by latest activity'] = 'Ordina per ultima attività'; -$a->strings['Latest Posts'] = 'Ultimi Messaggi'; -$a->strings['Sort by post received date'] = 'Ordina per data di ricezione del messaggio'; -$a->strings['Personal'] = 'Personale'; -$a->strings['Posts that mention or involve you'] = 'Messaggi che ti citano o coinvolgono'; -$a->strings['Starred'] = 'Preferiti'; -$a->strings['Favourite Posts'] = 'Messaggi preferiti'; $a->strings['Credits'] = 'Crediti'; $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 è un progetto comunitario, che non sarebbe stato possibile realizzare senza l\'aiuto di molte persone. Questa è una lista di chi ha contribuito al codice o alle traduzioni di Friendica. Grazie a tutti!'; @@ -1399,10 +1379,6 @@ $a->strings['Output'] = 'Risultato'; $a->strings['Lookup address'] = 'Indirizzo di consultazione'; $a->strings['Webfinger Diagnostic'] = 'Diagnostica Webfinger'; $a->strings['Lookup address:'] = 'Indirizzo di consultazione:'; -$a->strings['Switch between your accounts'] = 'Passa da un account all\'altro'; -$a->strings['Manage your accounts'] = 'Gestisci i tuoi account'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione'; -$a->strings['Select an identity to manage: '] = 'Seleziona un\'identità da gestire:'; $a->strings['No entries (some entries may be hidden).'] = 'Nessuna voce (qualche voce potrebbe essere nascosta).'; $a->strings['Find on this site'] = 'Cerca nel sito'; $a->strings['Results for:'] = 'Risultati per:'; @@ -1424,26 +1400,6 @@ $a->strings['Please visit Friendi.ca to learn m $a->strings['Bug reports and issues: please visit'] = 'Segnalazioni di bug e problemi: visita'; $a->strings['the bugtracker at github'] = 'il bugtracker su github'; $a->strings['Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'] = 'Per suggerimenti, lodi, ecc., invia una mail a info chiocciola friendi punto ca'; -$a->strings['Could not create group.'] = 'Impossibile creare il gruppo.'; -$a->strings['Group not found.'] = 'Gruppo non trovato.'; -$a->strings['Group name was not changed.'] = 'Il nome del gruppo non è stato cambiato.'; -$a->strings['Unknown group.'] = 'Gruppo sconosciuto.'; -$a->strings['Unable to add the contact to the group.'] = 'Impossibile aggiungere il contatto al gruppo.'; -$a->strings['Contact successfully added to group.'] = 'Contatto aggiunto con successo al gruppo.'; -$a->strings['Unable to remove the contact from the group.'] = 'Impossibile rimuovere il contatto dal gruppo.'; -$a->strings['Contact successfully removed from group.'] = 'Contatto rimosso con successo dal gruppo.'; -$a->strings['Bad request.'] = 'Richiesta sbagliata.'; -$a->strings['Save Group'] = 'Salva gruppo'; -$a->strings['Filter'] = 'Filtro'; -$a->strings['Create a group of contacts/friends.'] = 'Crea un gruppo di amici/contatti.'; -$a->strings['Unable to remove group.'] = 'Impossibile rimuovere il gruppo.'; -$a->strings['Delete Group'] = 'Elimina Gruppo'; -$a->strings['Edit Group Name'] = 'Modifica Nome Gruppo'; -$a->strings['Members'] = 'Membri'; -$a->strings['Group is empty'] = 'Il gruppo è vuoto'; -$a->strings['Remove contact from group'] = 'Rimuovi il contatto dal gruppo'; -$a->strings['Click on a contact to add or remove.'] = 'Clicca su un contatto per aggiungerlo o rimuoverlo.'; -$a->strings['Add contact to group'] = 'Aggiungi il contatto al gruppo'; $a->strings['No profile'] = 'Nessun profilo'; $a->strings['Method Not Allowed.'] = 'Metodo Non Consentito.'; $a->strings['Help:'] = 'Guida:'; @@ -1509,7 +1465,6 @@ $a->strings['Visibility'] = 'Visibilità'; $a->strings['Clear the location'] = 'Rimuovi la posizione'; $a->strings['Location services are unavailable on your device'] = 'I servizi di localizzazione non sono disponibili sul tuo dispositivo'; $a->strings['Location services are disabled. Please check the website\'s permissions on your device'] = 'I servizi di localizzazione sono disabilitati. Per favore controlla i permessi del sito web sul tuo dispositivo'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'L\'oggetto richiesto non esiste o è stato eliminato.'; $a->strings['The feed for this item is unavailable.'] = 'Il flusso per questo oggetto non è disponibile.'; $a->strings['Unable to follow this item.'] = 'Impossibile seguire questo oggetto.'; $a->strings['System down for maintenance'] = 'Sistema in manutenzione'; @@ -1522,7 +1477,6 @@ $a->strings['Or - did you try to upload an empty file?'] = 'O.. non avrai provat $a->strings['File exceeds size limit of %s'] = 'Il file supera la dimensione massima di %s'; $a->strings['File upload failed.'] = 'Caricamento del file non riuscito.'; $a->strings['Unable to process image.'] = 'Impossibile caricare l\'immagine.'; -$a->strings['Image exceeds size limit of %s'] = 'La dimensione dell\'immagine supera il limite di %s'; $a->strings['Image upload failed.'] = 'Caricamento immagine fallito.'; $a->strings['List of all users'] = 'Elenco di tutti gli utenti'; $a->strings['Active'] = 'Attivo'; @@ -1533,13 +1487,10 @@ $a->strings['Deleted'] = 'Eliminato'; $a->strings['List of pending user deletions'] = 'Elenco delle cancellazioni di utenti in attesa'; $a->strings['Normal Account Page'] = 'Pagina Account Normale'; $a->strings['Soapbox Page'] = 'Pagina Sandbox'; -$a->strings['Public Forum'] = 'Forum Pubblico'; $a->strings['Automatic Friend Page'] = 'Pagina con amicizia automatica'; -$a->strings['Private Forum'] = 'Forum Privato'; $a->strings['Personal Page'] = 'Pagina Personale'; $a->strings['Organisation Page'] = 'Pagina Organizzazione'; $a->strings['News Page'] = 'Pagina Notizie'; -$a->strings['Community Forum'] = 'Community Forum'; $a->strings['Relay'] = 'Relay'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Non puoi bloccare un contatto locale, blocca invece l\'utente'; $a->strings['%s contact unblocked'] = [ @@ -1628,16 +1579,13 @@ $a->strings['Tag'] = 'Etichetta'; $a->strings['Type'] = 'Tipo'; $a->strings['Term'] = 'Termine'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Menzione'; $a->strings['Implicit Mention'] = 'Menzione Implicita'; $a->strings['Item not found'] = 'Oggetto non trovato'; $a->strings['Item Guid'] = 'Item Guid'; $a->strings['Normal Account'] = 'Account normale'; $a->strings['Automatic Follower Account'] = 'Account Follower Automatico'; -$a->strings['Public Forum Account'] = 'Account Forum Publico'; $a->strings['Automatic Friend Account'] = 'Account per amicizia automatizzato'; $a->strings['Blog Account'] = 'Account Blog'; -$a->strings['Private Forum Account'] = 'Account Forum Privato'; $a->strings['Registered users'] = 'Utenti registrati'; $a->strings['Pending registrations'] = 'Registrazioni in attesa'; $a->strings['%s user blocked'] = [ @@ -1754,6 +1702,7 @@ $a->strings['No contacts.'] = 'Nessun contatto.'; $a->strings['%s\'s timeline'] = 'la timeline di %s'; $a->strings['%s\'s posts'] = 'il messaggio di %s'; $a->strings['%s\'s comments'] = 'il commento di %s'; +$a->strings['Image exceeds size limit of %s'] = 'La dimensione dell\'immagine supera il limite di %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'Caricamento dell\'immagine non completato. Prova di nuovo.'; $a->strings['Image file is missing'] = 'Il file dell\'immagine è mancante'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l\'amministratore'; @@ -1773,7 +1722,6 @@ $a->strings['%d year old'] = [ 2 => '%d anni', ]; $a->strings['Description:'] = 'Descrizione:'; -$a->strings['Forums:'] = 'Forum:'; $a->strings['View profile as:'] = 'Vedi il tuo profilo come:'; $a->strings['View as'] = 'Vedi come'; $a->strings['Profile unavailable.'] = 'Profilo non disponibile.'; @@ -1797,7 +1745,6 @@ $a->strings['Note for the admin'] = 'Nota per l\'amministratore'; $a->strings['Leave a message for the admin, why you want to join this node'] = 'Lascia un messaggio per l\'amministratore, per esempio perché vuoi registrarti su questo nodo'; $a->strings['Membership on this site is by invitation only.'] = 'La registrazione su questo sito è solo su invito.'; $a->strings['Your invitation code: '] = 'Il tuo codice di invito:'; -$a->strings['Your Full Name (e.g. Joe Smith, real or real-looking): '] = 'Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): '; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Il tuo indirizzo email: (Le informazioni iniziali verranno inviate lì, quindi questo deve essere un indirizzo esistente.)'; $a->strings['Please repeat your e-mail address:'] = 'Per favore ripeti il tuo indirizzo email:'; $a->strings['New Password:'] = 'Nuova password:'; @@ -1868,7 +1815,6 @@ $a->strings['Importing Contacts done'] = 'Importazione dei Contatti riuscita'; $a->strings['Relocate message has been send to your contacts'] = 'Il messaggio di trasloco è stato inviato ai tuoi contatti'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Impossibile trovare il tuo profilo. Contatta il tuo amministratore.'; $a->strings['Personal Page Subtypes'] = 'Sottotipi di Pagine Personali'; -$a->strings['Community Forum Subtypes'] = 'Sottotipi di Community Forum'; $a->strings['Account for a personal profile.'] = 'Account per profilo personale.'; $a->strings['Account for an organisation that automatically approves contact requests as "Followers".'] = 'Account per un\'organizzazione, che automaticamente approva le richieste di contatto come "Follower".'; $a->strings['Account for a news reflector that automatically approves contact requests as "Followers".'] = 'Account per notizie, che automaticamente approva le richieste di contatto come "Follower"'; @@ -1877,7 +1823,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $a->strings['Account for a public profile that automatically approves contact requests as "Followers".'] = 'Account per un profilo publico, che automaticamente approva le richieste di contatto come "Follower".'; $a->strings['Automatically approves all contact requests.'] = 'Approva automaticamente tutte le richieste di contatto.'; $a->strings['Account for a popular profile that automatically approves contact requests as "Friends".'] = 'Account per un profilo popolare, che automaticamente approva le richieste di contatto come "Amici".'; -$a->strings['Private Forum [Experimental]'] = 'Forum privato [sperimentale]'; $a->strings['Requires manual approval of contact requests.'] = 'Richiede l\'approvazione manuale delle richieste di contatto.'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Opzionale) Consente di loggarti in questo account con questo OpenID'; @@ -1892,6 +1837,7 @@ $a->strings['Password:'] = 'Password:'; $a->strings['Your current password to confirm the changes of the email address'] = 'La tua password attuale per confermare il cambio di indirizzo email'; $a->strings['Delete OpenID URL'] = 'Elimina URL OpenID'; $a->strings['Basic Settings'] = 'Impostazioni base'; +$a->strings['Display name:'] = 'Nome visualizzato:'; $a->strings['Email Address:'] = 'Indirizzo Email:'; $a->strings['Your Timezone:'] = 'Il tuo fuso orario:'; $a->strings['Your Language:'] = 'La tua lingua:'; @@ -1958,6 +1904,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Invia nuovamente il messaggio di trasloco ai contatti'; $a->strings['Addon Settings'] = 'Impostazioni Componenti Aggiuntivi'; $a->strings['No Addon settings configured'] = 'Nessun componente aggiuntivo ha impostazioni modificabili'; +$a->strings['Description'] = 'Descrizione'; +$a->strings['Add'] = 'Aggiungi'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Impossibile collegarsi all\'account email con i parametri forniti.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; @@ -2003,7 +1951,6 @@ $a->strings['Delegates'] = 'Delegati'; $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.'] = 'I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell\'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente.'; $a->strings['Existing Page Delegates'] = 'Delegati Pagina Esistenti'; $a->strings['Potential Delegates'] = 'Delegati Potenziali'; -$a->strings['Add'] = 'Aggiungi'; $a->strings['No entries.'] = 'Nessuna voce.'; $a->strings['The theme you chose isn\'t available.'] = 'Il tema che hai scelto non è disponibile.'; $a->strings['%s - (Unsupported)'] = '%s - (Non supportato)'; @@ -2029,7 +1976,6 @@ $a->strings['Beginning of week:'] = 'Inizio della settimana:'; $a->strings['Additional Features'] = 'Funzionalità aggiuntive'; $a->strings['Connected Apps'] = 'Applicazioni Collegate'; $a->strings['Remove authorization'] = 'Rimuovi l\'autorizzazione'; -$a->strings['Profile Name is required.'] = 'Il nome profilo è obbligatorio .'; $a->strings['Profile couldn\'t be updated.'] = 'Il Profilo non può essere aggiornato.'; $a->strings['Label:'] = 'Etichetta:'; $a->strings['Value:'] = 'Valore:'; @@ -2044,7 +1990,6 @@ $a->strings['Location'] = 'Posizione'; $a->strings['Miscellaneous'] = 'Varie'; $a->strings['Custom Profile Fields'] = 'Campi Profilo Personalizzati'; $a->strings['Upload Profile Photo'] = 'Carica la foto del profilo'; -$a->strings['Display name:'] = 'Nome visualizzato:'; $a->strings['Street Address:'] = 'Indirizzo (via/piazza):'; $a->strings['Locality/City:'] = 'Località:'; $a->strings['Region/State:'] = 'Regione/Stato:'; @@ -2056,15 +2001,6 @@ $a->strings['Public Keywords:'] = 'Parole chiave visibili a tutti:'; $a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(E\' utilizzato per suggerire potenziali amici, può essere visto da altri)'; $a->strings['Private Keywords:'] = 'Parole chiave private:'; $a->strings['(Used for searching profiles, never shown to others)'] = '(Usato per cercare tra i profili, non è mai visibile agli altri)'; -$a->strings['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    I campi personalizzati appaiono sulla tua pagina del profilo.

    -

    Puoi utilizzare i BBCode nei campi personalizzati.

    -

    Riordina trascinando i titoli dei campi.

    -

    Svuota le etichette dei campi per rimuovere il campo personalizzato.

    -

    Campi personalizzati non pubblici possono essere visti solo da contatti Friendica selezionati o da contatti Friendica nei gruppi selezionati.

    '; $a->strings['Image size reduction [%s] failed.'] = 'Il ridimensionamento dell\'immagine [%s] è fallito.'; $a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente.'; $a->strings['Unable to process image'] = 'Impossibile elaborare l\'immagine'; @@ -2097,7 +2033,6 @@ $a->strings['App-specific password successfully revoked.'] = 'Password specifica $a->strings['Two-factor app-specific passwords'] = 'Password specifiche per app a due fattori'; $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.

    '] = '

    Password specifiche per le app sono generate casualmente e vengono usate al posto della tua password dell\'account per autenticarti con applicazioni di terze parti che non supportano l\'autenticazione a due fattori.

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Assicurati di copiare la tua nuova password specifica per l\'app ora. Non sarai in grado di vederla un\'altra volta!'; -$a->strings['Description'] = 'Descrizione'; $a->strings['Last Used'] = 'Ultimo Utilizzo'; $a->strings['Revoke'] = 'Revoca'; $a->strings['Revoke All'] = 'Revoca Tutti'; @@ -2186,6 +2121,11 @@ $a->strings['Exception thrown in %s:%d'] = 'Eccezione lanciata in %s:%d'; $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.'] = 'Al momento della registrazione, e per fornire le comunicazioni tra l\'account dell\'utente e i suoi contatti, l\'utente deve fornire un nome da visualizzare (pseudonimo), un nome utente (soprannome) e un indirizzo email funzionante. I nomi saranno accessibili sulla pagina profilo dell\'account da parte di qualsiasi visitatore, anche quando altri dettagli del profilo non sono mostrati. L\'indirizzo email sarà usato solo per inviare notifiche riguardo l\'interazione coi contatti, ma non sarà mostrato. L\'inserimento dell\'account nella rubrica degli utenti del nodo o nella rubrica globale è opzionale, può essere impostato nelle impostazioni dell\'utente, e non è necessario ai fini delle comunicazioni.'; $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.'] = 'Queste informazioni sono richiesta per la comunicazione e sono inviate ai nodi che partecipano alla comunicazione dove sono salvati. Gli utenti possono inserire aggiuntive informazioni private che potrebbero essere trasmesse agli account che partecipano alla comunicazione.'; $a->strings['Privacy Statement'] = 'Note sulla Privacy'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'L\'oggetto richiesto non esiste o è stato eliminato.'; +$a->strings['Switch between your accounts'] = 'Passa da un account all\'altro'; +$a->strings['Manage your accounts'] = 'Gestisci i tuoi account'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione'; +$a->strings['Select an identity to manage: '] = 'Seleziona un\'identità da gestire:'; $a->strings['User imports on closed servers can only be done by an administrator.'] = 'L\'importazione di utenti su server chiusi può essere effettuata solo da un amministratore.'; $a->strings['Move account'] = 'Muovi account'; $a->strings['You can import an account from another Friendica server.'] = 'Puoi importare un account da un altro server Friendica.'; @@ -2227,8 +2167,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'Vai all\'Elenco del tuo sito'; $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.'] = 'La pagina Elenco ti permette di trovare altre persone in questa rete o in altri siti. Cerca un collegamento Connetti o Segui nella loro pagina del profilo. Inserisci il tuo Indirizzo Identità, se richiesto.'; $a->strings['Finding New People'] = 'Trova nuove persone'; $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.'] = 'Nel pannello laterale nella pagina "Contatti", ci sono diversi strumenti per trovare nuovi amici. Possiamo confrontare le persone per interessi, cercare le persone per nome e fornire suggerimenti basati sui tuoi contatti esistenti. Su un sito nuovo, i suggerimenti sono di solito presenti dopo 24 ore.'; -$a->strings['Group Your Contacts'] = 'Raggruppa i tuoi contatti'; -$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.'] = 'Quando avrai alcuni amici, organizzali in gruppi di conversazioni private dalla barra laterale della tua pagina Contatti. Potrai interagire privatamente con ogni gruppo nella tua pagina Rete'; $a->strings['Why Aren\'t My Posts Public?'] = 'Perchè i miei messaggi non sono pubblici?'; $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 rispetta la tua privacy. Per impostazione predefinita, i tuoi messaggi sono mostrati solo alle persone che hai aggiunto come amici. Per maggiori informazioni guarda la sezione della guida dal collegamento qui sopra.'; $a->strings['Getting Help'] = 'Ottenere Aiuto'; @@ -2286,11 +2224,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'richiesta di registrazione'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Hai ricevuto una richiesta di registrazione da \'%1$s\' su %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Hai ricevuto una [url=%1$s]richiesta di registrazione[/url] da %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Nome Completo: %s -Indirizzo del sito: %s -Nome utente: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Visita %s per approvare o rifiutare la richiesta.'; $a->strings['%s %s tagged you'] = '%s %s ti ha taggato'; $a->strings['%s %s shared a new post'] = '%s %s ha condiviso un nuovo messaggio'; @@ -2428,7 +2361,6 @@ $a->strings['Center'] = 'Centrato'; $a->strings['Color scheme'] = 'Schema colori'; $a->strings['Posts font size'] = 'Dimensione carattere messaggi'; $a->strings['Textareas font size'] = 'Dimensione carattere nelle aree di testo'; -$a->strings['Comma separated list of helper forums'] = 'Elenco separato da virgole di forum di aiuto'; $a->strings['don\'t show'] = 'non mostrare'; $a->strings['show'] = 'mostra'; $a->strings['Set style'] = 'Imposta stile'; diff --git a/view/lang/ja/messages.po b/view/lang/ja/messages.po index 37fb6d7496..c69e035894 100644 --- a/view/lang/ja/messages.po +++ b/view/lang/ja/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: XMPPはいいぞ, 2021\n" "Language-Team: Japanese (http://app.transifex.com/Friendica/friendica/language/ja/)\n" @@ -39,29 +39,29 @@ msgstr "項目が保存されませんでした。" msgid "Item couldn't be fetched." msgstr "項目を取得できませんでした。" -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "空の投稿は破棄されました。" -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "見つかりませんでした。" -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -72,17 +72,18 @@ msgstr "見つかりませんでした。" #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "必要な権限が有りません。" @@ -220,150 +221,156 @@ msgstr "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイ msgid "Your password has been changed at %s" msgstr "パスワードは%s変更されました" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "新しいメッセージ" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "宛先が未指定です。" -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "コンタクト情報が見つかりません。" -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "メッセージを送信できませんでした。" -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "メッセージの収集に失敗しました。" -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "捨てる" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "メッセージ" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "会話が見つかりません。" -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "メッセージを削除しませんでした。" -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "会話を削除しませんでした。" -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "リンクURLを入力してください。" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "プライベートメッセージを送信する" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "送信先:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "件名" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "メッセージ" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "写真をアップロード" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "webリンクを挿入" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "お待ち下さい" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "送信する" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "メッセージはありません。" -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "メッセージは利用できません。" -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "メッセージを削除" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D、d MY-g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "会話を削除" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "安全な通信は利用できません。送信者のプロフィールページから返信できる場合があります。" -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "返信する" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "不明な送信者です - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "あなたと%s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%sとあなた" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -377,14 +384,14 @@ msgstr "個人メモ" msgid "Personal notes are visible only by yourself." msgstr "個人メモは自分自身によってのみ見えます。" -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "保存する" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -396,22 +403,22 @@ msgid "User not found." msgstr "ユーザーが見つかりません。" #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "フォトアルバム" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "最近の写真" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "新しい写真をアップロード" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "みなさん" @@ -423,72 +430,72 @@ msgstr "コンタクト情報は利用できません" msgid "Album not found." msgstr "アルバムが見つかりません。" -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "アルバムを削除しました" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "アルバムは空でした。" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "写真を削除できませんでした" -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "写真" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$sが%2$sで%3$sによってタグ付けされました" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "パブリックアクセスが拒否されました。" -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "写真が選択されていません" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "写真をアップロードする" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "新しいアルバム名:" -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "または既存のアルバムを選択:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "このアップロードのステータス投稿を表示しません" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "許可" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "このフォトアルバムとそのすべての写真を本当に削除しますか?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "アルバムを削除" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -498,254 +505,271 @@ msgstr "アルバムを削除" msgid "Cancel" msgstr "キャンセル" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "アルバムを編集" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "アルバムを削除" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "新しいもの順に表示" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "最も古いものを最初に表示" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "写真を見る" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "アクセス拒否。この項目へのアクセスは制限される場合があります。" -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "写真は利用できません" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "この写真を本当に削除しますか?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "写真を削除" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "写真を見る" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "写真を編集する" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "写真を削除" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "プロフィール写真として使用" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "プライベート写真" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "フルサイズを表示" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "タグ:" -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[削除するタグを選択]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "新しいアルバム名" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "キャプション" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "タグを追加する" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "回転させないでください" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "CWを回転(右)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "CCWを回転(左)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "これはあなたです" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "コメント" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "プレビュー" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "読み込み中…" -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "選択" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "削除" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "いいね" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "私はこれが好きです(トグル)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "嫌い" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "気に入らない(トグル)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "地図" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "システムテーマの構成値が設定されていません。" -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "この項目を削除しますか?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "この作者をブロックしますか?その人はあなたをフォローできなくなり、あなたの公開された投稿を見ることができなくなります。また、あなたはその人の投稿や通知を見ることができなくなります。" -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "モバイルを切り替え" @@ -762,33 +786,34 @@ msgstr "ページが見つかりません。" msgid "You must be logged in to use addons. " msgstr "アドオンを使用するにはログインする必要があります。" -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "すべてのコンタクト" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "フォロワー" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "フォロー中" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "共通の友人" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "" @@ -938,7 +963,7 @@ msgstr "保留中の投稿の更新はすべて完了しました。" msgid "Enter user nickname: " msgstr "" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1113,355 +1138,492 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (経由: %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "と" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "と他 %d 人" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." msgstr[0] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." msgstr[0] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." msgstr[0] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." msgstr[0] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." msgstr[0] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." msgstr[0] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" msgstr[0] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "すべての人 が閲覧可能です" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "画像/動画/音声/ウェブページのURLを入力してください:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "用語のタグ付け:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "保存先のフォルダ:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "どこにいますか?:" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "これ(ら)の項目を削除しますか?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "新しい投稿" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "共有" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "写真をアップロード" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "ファイルを添付" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "ファイルを添付" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "太字" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "斜体" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "下線" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "引用" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "コード" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "画像" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "リンク" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "リンク/メディア" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "動画" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "現在地を設定" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "現在地を設定" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "ブラウザの現在地を解除" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "現在地を解除" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "件名を設定" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "カテゴリ(半角カンマ区切り)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "権限設定" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "一般公開の投稿" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "メッセージ" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "ブラウザ" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "作成ページを開く" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "ピン留め項目" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "%sのプロフィールを確認 @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "カテゴリ:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "格納先:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s から %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "文脈で表示する" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "削除" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "選択した項目を削除" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s が再共有しました。" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "ピン留め項目" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "%sのプロフィールを確認 @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "カテゴリ:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "格納先:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s から %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "文脈で表示する" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "ローカル コミュニティ" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "このサーバー上のローカルユーザーからの投稿" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "グローバルコミュニティ" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "フェデレーションネットワーク全体のユーザーからの投稿" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "最近の操作" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "最終更新順に並び替え" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "最新の投稿" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "投稿を受信した順に並び替え" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "パーソナル" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "あなたに言及または関与している投稿" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "スター付き" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "お気に入りの投稿" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "一般的な機能" @@ -1491,13 +1653,13 @@ msgid "Post Composition Features" msgstr "合成後の機能" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "自動メンションフォーラム" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "ACLウィンドウでフォーラムページが選択/選択解除されたときにメンションを追加/削除します。" +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1537,12 +1699,12 @@ msgid "Advanced Profile Settings" msgstr "高度なプロフィール設定" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "フォーラムのリスト" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "詳細プロフィールページで訪問者の一般公開コミュニティフォーラムを表示する" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1574,385 +1736,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "フォーラム" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "フォーラムへの外部リンク" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "もっと見せる" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "イベント" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "ステータス" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "写真" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s が %2$s の %3$s を %4$s としてタグ付けしました" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "このスレッドをフォロー" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "ステータスを見る" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "プロフィールを見る" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "写真を見る" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "ネットワーク投稿" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "コンタクトを見る" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "PMを送る" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "ブロック" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "無視" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "言語" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "つながる/フォローする" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "ここに新しいものはありません" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "戻る" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "クリア通知" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, コンテンツ" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "ログアウト" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "このセッションを終了" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "ログイン" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "サインイン" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "プロフィール" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "あなたのプロフィールページ" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "写真" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "あなたの写真" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "カレンダー" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "個人メモ" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "あなたの個人的なメモ" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "ホーム" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "ホームページ" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "登録" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "アカウントを作成する" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "ヘルプ" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "ヘルプとドキュメント" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "アプリ" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "アドオンアプリケーション、ユーティリティ、ゲーム" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "検索" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "サイトのコンテンツを検索" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "全文" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "タグ" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "コンタクト" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "コミュニティ" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "このサーバーと他のサーバーでの会話" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "ディレクトリ" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "人々の名簿" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "情報" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "このfriendicaインスタンスに関する情報" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "利用規約" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "このFriendicaインスタンスの利用規約" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "ネットワーク" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "友達からの会話" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "あなたの投稿と会話" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "招待" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "友達リクエスト" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "通知" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "すべての通知を見る" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "既読にする" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "プライベートメール" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "受信トレイ" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "送信トレイ" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "他のページを管理する" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "設定" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "アカウント設定" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "友達とコンタクトを管理/編集する" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "管理者" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "サイトのセットアップと構成" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1960,23 +2133,23 @@ msgstr "サイトのセットアップと構成" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "ナビゲーション" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "サイトマップ" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "埋め込みが無効です" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "埋め込みコンテンツ" @@ -1996,51 +2169,51 @@ msgstr "次" msgid "last" msgstr "最終" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "画像/写真" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "クリックして開閉" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 の投稿:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "暗号化されたコンテンツ" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "無効なソースプロトコル" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "無効なリンクプロトコル" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "さらにエントリを読み込んでいます..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "終わり" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "フォロー" @@ -2066,117 +2239,131 @@ msgid "%d invitation available" msgid_plural "%d invitations available" msgstr[0] "%d通の招待が利用できます" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "人を見つけます" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "名前または興味を入力してください" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "例:Robert Morgenstein、釣り" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "見つける" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "友達の提案" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "同様の興味" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "ランダムプロフィール" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "友達を招待" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "グローバルディレクトリ" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "ローカルディレクトリ" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "グループ" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "関係" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "すべてのコンタクト" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "プロトコル" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "すべてのプロトコル" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "保存されたフォルダー" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "すべて" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "カテゴリー" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "共通の %d 件のコンタクト" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "アーカイブ" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "ニュース" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "アカウントの種類" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "エクスポート" @@ -2221,41 +2408,56 @@ msgstr[0] "トレンドタグ(過去%d時間)" msgid "More Trending Tags" msgstr "よりトレンドのタグ" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "ロケーション:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "ネットワーク:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "フォロー解除" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "相互" @@ -2264,7 +2466,7 @@ msgid "Post to Email" msgstr "メールに投稿" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "一般公開" @@ -2287,8 +2489,8 @@ msgstr "このコンテンツは、最初のボックスに記載されたメン #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2397,394 +2599,418 @@ msgstr "Windowsで実行している場合は、「 http://www.php.net/manual/en msgid "Generate encryption keys" msgstr "暗号化鍵を生成する" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewriteモジュール" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "エラー:PDO用のMySQLドライバーがインストールされていません。" -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDOまたはMySQLi PHPモジュール" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "エラー、XML PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "XML PHPモジュール" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "libCurl PHPモジュール" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "GDグラフィックスPHPモジュール" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "OpenSSL PHPモジュール" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "エラー:openssl PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "mb_string PHPモジュール" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "iconv PHPモジュール" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "エラー:iconv PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "POSIX PHPモジュール" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "JSON PHPモジュール" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "エラー:JSON PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "ファイル情報PHPモジュール" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php は書き込み可能です" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view / smarty3は書き込み可能です" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "取得時のCurlからのエラーメッセージ" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "URLの書き換えが機能しています" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP拡張機能がインストールされていません" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP拡張機能がインストールされています" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagickはGIFをサポートします" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "データベースはすでに使用されています。" -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "データベースに接続できません。" -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "月曜" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "火曜日" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "水曜日" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "木曜日" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "金曜日" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "土曜日" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "日曜日" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "1月" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "2月" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "3月" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "4月" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "5月" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "6月" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "7月" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "8月" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "9月" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "10月" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "11月" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "12月" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "月" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "火" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "水" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "木" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "金" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "土" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "日" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "1月" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "2月" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "3月" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "4月" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "6月" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "7月" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "8月" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "9月" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "10月" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "11月" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "12月" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "ログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "デバッグログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2829,22 +3055,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "%sの更新に失敗しました。エラーログを参照してください。" -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2854,16 +3080,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tfriendicaの開発者は更新 %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica Notify]データベースの更新" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2875,28 +3101,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2904,42 +3130,42 @@ msgid "" "%s\n" msgstr "\nデータベースの更新中にエラー%dが発生しました:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "データベース変更の実行中に発生したエラー:" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s :データベースの更新" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s : %sテーブルを更新しています。" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "認証されていません" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "内部サーバーエラー" @@ -2948,82 +3174,122 @@ msgstr "内部サーバーエラー" msgid "Legacy module file not found: %s" msgstr "レガシーモジュールファイルが見つかりません: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "みんな" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "編集する" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "加える" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "承認する" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "組織" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "フォーラム" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "許可されていないプロフィールURL。" -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "ブロックされたドメイン" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "接続URLがありません。" -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。" -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "指定されたプロフィールアドレスは、適切な情報を提供しません。" -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "互換性のある通信プロトコルまたはフィードは見つかりませんでした。" -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "著者または名前が見つかりませんでした。" -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "このアドレスに一致するブラウザURLはありません。" -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。" -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "メールチェックを強制するには、アドレスの前にmailto:を使用します。" -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。" -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。" -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "コンタクト情報を取得できません。" @@ -3031,54 +3297,54 @@ msgstr "コンタクト情報を取得できません。" msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "開始:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "終了:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "一日中" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "9月" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "今日" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "月" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "週間" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "日" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "表示するイベントはありません" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "このプロフィールへのアクセスは制限されています。" -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3110,139 +3376,105 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "地図を表示" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "地図を隠す" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%sの誕生日" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "ハッピーバースデー %s" -#: src/Model/Group.php:105 -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/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "新しいコンタクトのデフォルトのプライバシーグループ" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "みんな" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "編集する" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "加える" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "グループを編集" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "どのグループにも属していないコンタクト" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "新しいグループを作成する" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "グループ名:" - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "グループを編集" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "アクティビティ" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "投稿" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "コンテンツの警告: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "バイト" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "個別のページで見る" @@ -3250,292 +3482,293 @@ msgstr "個別のページで見る" msgid "[no subject]" msgstr "[件名なし]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "ウォール写真" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "プロフィール編集" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "プロフィール写真を変更" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "ホームページ:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "この場所について:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atomフィード" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[今日]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "誕生日のリマインダー" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "今週の誕生日:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[説明なし]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "イベントリマインダー" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "今後7日間の今後のイベント:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %2$sさん、%1$sへようこそ" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "出身地:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "性的嗜好:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "政見:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "宗教的見解:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "好きなもの:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "嫌いなもの:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "タイトル説明:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "概要" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "音楽的興味" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "本、文学" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "テレビ" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "映画/ダンス/文化/エンターテイメント" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "趣味/興味" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "愛/ロマンス" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "仕事/雇用" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "学校教育" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "コンタクト情報とソーシャルネットワーク" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "重大なエラー:セキュリティキーの生成に失敗しました。" -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "ログインに失敗しました" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "認証に十分な情報がありません" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "パスワードは空にできません" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "空のパスワードは許可されていません。" -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "新しいパスワードは公開データダンプで公開されています。別のパスワードを選択してください。" -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "パスワードが一致していません。パスワードは変更されていません。" -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "招待状が必要です。" -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "招待を確認できませんでした。" -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "無効なOpenID URL" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "エラーメッセージは次のとおりです。" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "必要な情報を入力してください。" -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, 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:1066 +#: src/Model/User.php:1214 #, 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:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "それはあなたのフルネーム(ファースト/ラスト)ではないようです。" -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "あなたのメールドメインは、このサイトで許可されているものではありません。" -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "有効な電子メールアドレスではありません。" -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "そのニックネームは、ノード管理者によって登録がブロックされました。" -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "そのメールは使用できません。" -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "ニックネームにはa-z、0-9、および _ のみを含めることができます。" -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "ニックネームはすでに登録されています。別のものを選択してください。" -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "登録中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "既定のプロフィールの作成中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "自己コンタクトの作成中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "友だち" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "既定のコンタクトグループの作成中にエラーが発生しました。もう一度試してください。" +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "プロフィール写真" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3543,7 +3776,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3561,10 +3794,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3575,12 +3807,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "%s の登録の詳細" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3595,12 +3827,12 @@ 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:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "%s登録" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3609,7 +3841,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t%1$sさん、\n\t\t\t\t%2$sで登録していただきありがとうございます。アカウントが作成されました。\n\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3627,10 +3859,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3641,6 +3872,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "アドオンが見つかりません。" @@ -3661,15 +3897,15 @@ msgid "Disable" msgstr "無効にする" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "有効にする" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3679,7 +3915,7 @@ msgstr "運営管理" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "アドオン" @@ -3708,12 +3944,12 @@ msgid "Addon %s failed to install." msgstr "アドオン %s のインストールに失敗しました。" #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "設定を保存" @@ -3798,68 +4034,70 @@ msgstr "機能 %s をロック" msgid "Manage Additional Features" msgstr "追加機能を管理する" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "その他" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "未知の" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "フェデレーション統計" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3898,8 +4136,8 @@ msgid "Enable Debugging" msgstr "デバッグを有効にする" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4051,7 +4289,8 @@ msgstr "" msgid "Job Parameters" msgstr "ジョブパラメータ" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "作成した" @@ -4059,269 +4298,269 @@ msgstr "作成した" msgid "Priority" msgstr "優先度" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "モバイルデバイス向けの特別なテーマはありません" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s (実験的)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "コミュニティページなし" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "このサイトのユーザーからの一般公開投稿" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "フェデレーションネットワークからの一般公開投稿" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "ローカルユーザーとフェデレーションネットワークからの一般公開投稿" -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "マルチユーザーインスタンス" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "閉まっている" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "承認が必要" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "開いた" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "チェックしない" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "安定版を確認してください" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "開発バージョンを確認する" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "サイト" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "ユーザーをディレクトリに再公開する" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "登録" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "ファイルのアップロード" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "ポリシー" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "詳細" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "自動検出されたコンタクトディレクトリ" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "性能" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "ワーカー" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "メッセージ中継" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "サイト名" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "送信者のメール" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "サーバーが通知メールの送信に使用するメールアドレス。" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "バナー/ロゴ" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "ショートカットアイコン" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "ブラウザーに使用されるアイコンへのリンク。" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "タッチアイコン" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "タブレットやモバイルで使用されるアイコンへのリンク。" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "追加情報" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, 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:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "システム言語" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "システムテーマ" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "モバイルシステムのテーマ" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "モバイルデバイスのテーマ" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "SSLを強制する" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 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:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "シングルユーザーインスタンス" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "指定されたユーザーに対してこのインスタンスをマルチユーザーまたはシングルユーザーにします" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "最大画像サイズ" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4329,35 +4568,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "最大画像長" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 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:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "JPEG画像品質" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 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:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "登録ポリシー" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4365,157 +4604,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "毎日の最大登録数" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "登録テキスト" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "登録ページに目立つように表示されます。ここでBBCodeを使用できます。" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "禁止されたニックネーム" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 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:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "x日の間 放置されたアカウント" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 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:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "許可された友達ドメイン" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 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:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "許可されたメールドメイン" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "OEmbed リッチコンテンツなし" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "以下にリストされているドメインを除き、リッチコンテンツ(埋め込みPDFなど)を表示しないでください。" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "一般公開をブロック" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 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:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "公開を強制する" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります。" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "グローバルディレクトリURL" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "新規ユーザー向けの 既定のプライベート投稿" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。" +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "メール通知に投稿本文を含めないでください" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "アプリメニューにリストされているアドオンへの公開アクセスを許可しません。" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "このチェックボックスをオンにすると、アプリメニューにリストされているアドオンがメンバーのみに制限されます。" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "投稿にプライベート画像を埋め込まないでください" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4523,11 +4762,11 @@ msgid "" "while." msgstr "投稿内のローカルでホストされているプライベート写真を画像の埋め込みコピーで置き換えないでください。つまり、プライベート写真を含む投稿を受け取ったコンタクトは、各画像を認証して読み込む必要があり、時間がかかる場合があります。" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "明示的なコンテンツ" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4536,267 +4775,319 @@ msgid "" "will be shown at the user registration page." msgstr "これを設定して、このノードが主に未成年者には適さない可能性のある露骨なコンテンツを目的とすることを通知します。この情報はノード情報で公開され、たとえばグローバルディレクトリによって使用され、参加するノードのリストからノードをフィルタリングします。さらに、これに関するメモがユーザー登録ページに表示されます。" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "ユーザーがremote_selfを設定できるようにする" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "訪問者向けのコミュニティページ" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "訪問者が利用できるコミュニティページ。ローカルユーザーには常に両方のページが表示されます。" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "コミュニティページのユーザーごとの投稿" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "コミュニティページのユーザーごとの投稿の最大数。 (「グローバルコミュニティ」には無効)" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Friendicaがサブディレクトリにインストールされたため、Diasporaサポートを有効にできません。" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Diasporaサポートを有効にする" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "SSLを検証する" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "プロキシユーザー" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "プロキシURL" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "ネットワークタイムアウト" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "値は秒単位です。無制限の場合は0に設定します(推奨されません)。" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "最大負荷平均" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "このシステム 負荷/Load を超えると、配信・ポーリングプロセスの実行は延期されます。 - 既定の値は%dです。" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "最小限のメモリ" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 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:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "再クエリの間隔" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "コンタクトについてサーバーが再照会されるまでの日数。" - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "他のサーバーからコンタクトを発見する" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "再クエリの間隔" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "ローカルディレクトリを検索する" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "サーバー情報を公開する" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4804,50 +5095,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "有効にすると、一般的なサーバーと使用状況データが公開されます。データには、サーバーの名前とバージョン、パブリックプロフィールを持つユーザーの数、投稿の数、およびアクティブ化されたプロトコルとコネクタが含まれます。詳細については、 the-federation.info をご覧ください。" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "アップストリームバージョンを確認する" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "タグを非表示" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "投稿の最後にハッシュタグのリストを表示しないようにします。" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "データベースを消去" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "古いリモート項目、孤立したデータベースレコード、および古いコンテンツを他のヘルパーテーブルから削除します。" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "リモート項目の寿命" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "請求されていない項目の寿命" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4855,144 +5146,308 @@ msgid "" "items if set to 0." msgstr "データベースのクリーンアップが有効になっている場合、これは、要求されていないリモート項目(主に中継からのコンテンツ)が削除されるまでの日数を定義します。デフォルト値は90日です。 0に設定されている場合、リモート項目の一般的なライフスパン値がデフォルトになります。" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Raw会話データの寿命" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "投稿あたりのコメントの最大数" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "各投稿に表示されるコメントの数は?デフォルト値は100です。" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "一時パス" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 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:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "タグでのみ検索" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "大規模なシステムでは、テキスト検索によりシステムの速度が著しく低下する可能性があります。" -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "並列ワーカーの最大数" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, 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:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "fastlaneを有効にする" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "直接中継転送" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "中継サーバーを使用せずに他のサーバーに直接転送できるようにします" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "中継スコープ" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "無効" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "すべて" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "タグ" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "サーバータグ" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "\"tags \"サブスクリプションのタグのコンマ区切りリスト。" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "ユーザータグを許可する" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "再配置を開始" @@ -5148,51 +5603,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "システムで %s に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、インストールページをご覧ください。" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "ログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "デバッグログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "メッセージキュー" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "サーバー設定" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "バージョン" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "アクティブなアドオン" @@ -5289,7 +5733,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5306,7 +5750,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5319,7 +5763,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5345,11 +5789,11 @@ msgstr "項目が見つかりませんでした。" msgid "Please login to continue." msgstr "この先に進むにはログインしてください。" -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5359,11 +5803,11 @@ msgstr "" msgid "Overview" msgstr "概要" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "構成" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "追加機能" @@ -5383,7 +5827,7 @@ msgstr "非同期実行ワーカーの検査" msgid "Inspect worker Queue" msgstr "ワーカーキューの検査" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "診断" @@ -5411,61 +5855,75 @@ msgstr "" msgid "Addon Features" msgstr "アドオン機能" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "確認待ちのユーザー登録" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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 件を超えたため、投稿できませんでした。" -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, 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 件を超えたため、投稿できませんでした。" -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" "Monthly posting limit of %d posts reached. The post was rejected." msgstr[0] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "ユーザー" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "ツール" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "コンタクトブロックリスト" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "サーバーブロックリスト" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "項目を削除" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "項目ソース" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "プロフィールの詳細" @@ -5489,15 +5947,15 @@ msgstr "" msgid "Tips for New Members" msgstr "新会員のためのヒント" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "人を検索- %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "フォーラム検索- %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5515,36 +5973,40 @@ msgid_plural "" "blocking in the About page." msgstr[0] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "アカウント" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "二要素認証" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "表示" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "ソーシャルネットワーク" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "アカウントの管理" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "接続されたアプリ" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "個人データのエクスポート" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "アカウントを削除" @@ -5603,8 +6065,9 @@ msgstr "イベント開始:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "必須" @@ -5664,169 +6127,259 @@ msgstr "表示する" msgid "Create New Event" msgstr "新しいイベントを作成" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "リスト" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "コンタクトが見つかりません。" + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "無効なコンタクト。" + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "コンタクトが削除されます。" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "要求の形式が正しくありません。" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "フィルタ" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "会員" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "コンタクトをクリックして追加・削除" + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "%dコンタクトを編集しました。" -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "すべてのコンタクトを表示" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "保留" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "保留中のコンタクトのみを表示" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "ブロックされました" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "ブロックされたコンタクトのみを表示" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "無視された" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "無視されたコンタクトのみを表示" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "アーカイブ済み" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "アーカイブされたコンタクトのみを表示" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "非表示" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "非表示のコンタクトのみを表示" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "コンタクトグループを整理する" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "コンタクトを検索する" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "結果: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "更新" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "ブロック解除" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "無視しない" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "バッチアクション" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "このコンタクトが開始した会話" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "投稿とコメント" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "高度なコンタクト設定" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "相互フォロー" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "あなたのファンです" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "あなたはファンです" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "保留中の送信済みコンタクトリクエスト" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "保留中の受信済みコンタクトリクエスト" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "%sのプロフィール[ %s ]を開く" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "コンタクトが見つかりません。" - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "コンタクトの更新に失敗しました。" @@ -5837,6 +6390,7 @@ msgstr "コンタクトエディターに戻る" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5863,11 +6417,6 @@ msgstr "ポーリング/フィードURL" msgid "New photo from this URL" msgstr "このURLからの新しい写真" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "無効なコンタクト。" - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5919,7 +6468,7 @@ msgid_plural "Contacts (%s)" msgstr[0] "コンタクト( %s )" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5957,15 +6506,16 @@ msgstr "以下に答えてください。" msgid "Your Identity Address:" msgstr "あなたのIdentityアドレス:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "プロフィールURL" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -5991,8 +6541,8 @@ msgstr "コンタクトを追加できませんでした。" #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "無効なリクエストです。" @@ -6004,248 +6554,312 @@ msgstr "合致するキーワードが有りません。あなたのプロフィ msgid "Profile Match" msgstr "一致するプロフィール" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "コンタクトレコードを更新できませんでした。" -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "コンタクトのブロックが解除されました" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "コンタクトがブロックされました" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "コンタクトは無視されていません" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "コンタクトは無視されました" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "あなたは%sと共通の友達です" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "%sと共有しています" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%sはあなたと共有しています" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "このコンタクトへのプライベート通信は利用できません。" -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "全くない" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(更新は成功しませんでした)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(更新は成功しました)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "友人のおすすめ" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "ネットワークの種類: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "このコンタクトとの通信が失われました!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "フィードの詳細情報を取得する" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "フィード項目からプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィード項目のメタヘッダーから取得され、ハッシュタグとして投稿されます。" -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "情報を取得する" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "キーワードを取得する" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "情報とキーワードを取得する" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "ミラーリングなし" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "自分の投稿としてミラー" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "コンタクト/メモ" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "コンタクト設定" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "コンタクト" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "彼らの個人的なメモ" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "コンタクトメモを編集する" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "コンタクトのブロック/ブロック解除" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "コンタクトを無視" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "会話を見る" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "最後の更新:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "一般公開の投稿を更新" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "今すぐ更新" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "接続確認応答待ち" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "現在ブロックされています" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "現在無視されます" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "現在アーカイブ済み" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "このコンタクトを他の人から隠す" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "一般公開の投稿への返信・いいねは、引き続き表示される場合があります" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "新しい投稿の通知" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "このコンタクトの新しい投稿ごとに通知を送信する" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "操作" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "状態" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "このコンタクトからの投稿をミラーリングする" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。" -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "コンタクトデータを再取得する" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "ブロック状態の切り替え" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "無視ステータスの切り替え" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6257,10 +6871,6 @@ msgstr "要求の形式が正しくありません。" msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "コンタクトが削除されます。" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6278,7 +6888,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "はい" @@ -6308,102 +6918,59 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "結果がありません。" + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "ローカル コミュニティ" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "このサーバー上のローカルユーザーからの投稿" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "グローバルコミュニティ" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "フェデレーションネットワーク全体のユーザーからの投稿" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "結果がありません。" - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "コミュニティオプションは利用できません。" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "利用不可。" -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "そのようなグループはありません" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "グループ: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "最近の操作" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "最終更新順に並び替え" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "最新の投稿" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "投稿を受信した順に並び替え" - -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "パーソナル" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "あなたに言及または関与している投稿" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "スター付き" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "お気に入りの投稿" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "" #: src/Module/Credits.php:44 msgid "Credits" @@ -6620,7 +7187,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "このモジュールを使用するにはログインする必要があります" @@ -6681,29 +7248,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "管理するIDを選択します。" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "エントリなし(一部のエントリは非表示になる場合があります)" @@ -6749,138 +7293,59 @@ msgstr "友人を示唆しています" msgid "Suggest a friend for %s" msgstr "%s友達を提案する" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "インストールされたアドオン/アプリ:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "アドオン/アプリがインストールされていません" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "このノードの利用規約について読んでください。" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "このサーバーでは、次のリモートサーバーがブロックされています。" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "ブロックの理由" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Friendicaプロジェクトの詳細については、 Friendi.ca をご覧ください。" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "バグレポートと問題:こちらをご覧ください" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "githubのバグトラッカー" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "グループを作成できませんでした。" - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "グループが見つかりません。" - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "グループ名は変更されませんでした。" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "不明なグループ。" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "グループにコンタクトを追加できません。" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "グループにコンタクトを追加しました。" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "グループからコンタクトを削除できません。" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "グループからコンタクトを削除しました。" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "要求の形式が正しくありません。" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "グループを保存" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "フィルタ" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "コンタクト/友人のグループを作成します。" - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "グループを削除できません。" - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "グループを削除" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "グループ名を編集" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "会員" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "グループは空です" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "グループからコンタクトを削除" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "コンタクトをクリックして追加・削除" - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "グループにコンタクトを追加" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "プロフィールなし" @@ -7171,30 +7636,26 @@ msgstr "新しい投稿を作成" msgid "Visibility" msgstr "公開範囲" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "場所をクリアする" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "デバイスで位置情報サービスを利用できません" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "要求された項目は存在しないか、削除されました。" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "この項目のフィードは利用できません。" @@ -7229,7 +7690,7 @@ msgstr "ファイル" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "アップロードする" @@ -7250,21 +7711,14 @@ msgstr "ファイルサイズ上限 %s を超えています。" msgid "File upload failed." msgstr "アップロードが失敗しました。" -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "画像を処理できません。" -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "画像サイズ上限 %s を超えています。" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "画像アップロードに失敗しました。" @@ -7296,41 +7750,41 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "通常のアカウントページ" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Soapboxページ" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "一般公開フォーラム" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "自動友達ページ" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "プライベートフォーラム" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "個人ページ" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "組織ページ" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "ニュースページ" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "コミュニティフォーラム" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7385,6 +7839,7 @@ msgid "Block New Remote Contact" msgstr "新しいリモートコンタクトをブロック" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "写真" @@ -7456,6 +7911,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7595,6 +8052,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "ブロックされたサーバードメインパターン" @@ -7708,10 +8166,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7734,6 +8188,236 @@ msgstr "" msgid "Item Guid" msgstr "項目GUID" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "通常アカウント" @@ -7743,8 +8427,8 @@ msgid "Automatic Follower Account" msgstr "自動フォロワーアカウント" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "公開フォーラムアカウント" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7755,8 +8439,8 @@ msgid "Blog Account" msgstr "ブログアカウント" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "プライベートフォーラムアカウント" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -7987,7 +8671,7 @@ msgstr "あなたに知られているという主張:" #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "いいえ" @@ -8051,11 +8735,11 @@ msgstr "ホーム通知" msgid "Show unread" msgstr "未読を表示" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0}は登録をリクエストしました" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8074,7 +8758,7 @@ msgstr "このアプリケーションによる、あなたの投稿・コンタ msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8085,11 +8769,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8170,65 +8854,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "リモートプライバシー情報は利用できません。" -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "表示先:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "ID%sの写真は利用できません" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "ID %s の写真が無効です。" @@ -8269,8 +8953,8 @@ msgstr "タグの削除" msgid "Select a tag to remove: " msgstr "削除するタグを選択:" -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "削除" @@ -8280,24 +8964,31 @@ msgstr "コンタクトはありません。" #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "%sのタイムライン" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "%sの投稿" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "%sのコメント" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "画像サイズ上限 %s を超えています。" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "画像のアップロードが完了しませんでした。もう一度お試しください" @@ -8316,7 +9007,7 @@ msgstr "サーバーは現在、新しいファイルのアップロードを受 msgid "Image file is empty." msgstr "画像ファイルが空です。" -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "アルバムを見る" @@ -8331,7 +9022,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "フルネーム:" @@ -8352,25 +9043,25 @@ msgid "Birthday:" msgstr "お誕生日:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "年齢:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" msgstr[0] "%d歳" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "説明:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "フォーラム:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8526,8 +9217,8 @@ msgid "Your invitation code: " msgstr "招待コード:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "あなたの氏名(例:ジョー・スミス、本物または本物のような):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8540,7 +9231,7 @@ msgid "Please repeat your e-mail address:" msgstr "メールアドレスを再入力してください。" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "新しいパスワード:" @@ -8549,7 +9240,7 @@ msgid "Leave empty for an auto generated password." msgstr "自動生成されたパスワードの場合は空のままにします。" #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "確認:" @@ -8576,11 +9267,11 @@ msgstr "このfriendicaインスタンスにプロフィールをインポート msgid "Note: This node explicitly contains adult content" msgstr "注:このノードには、露骨なアダルトコンテンツが含まれています" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "親パスワード:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "リクエストの確認のため、親アカウントのパスワードを入力してください。" @@ -8767,24 +9458,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "現在のパスワード:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "変更を確認するための現在のパスワード" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8795,7 +9486,7 @@ msgstr "残りの復旧コード: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "無効なコードです。再試行してください。" @@ -8880,7 +9571,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "認証アプリからコードを入力してください" @@ -8908,99 +9599,99 @@ msgstr "無効なメール。" msgid "Cannot change to that email." msgstr "そのメールに変更できません。" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "設定が更新されませんでした。" -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "アップロードエラー:コンタクトCSVファイル" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "コンタクトのインポートが完了しました" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "再配置メッセージがコンタクトに送信されました" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "プロフィールが見つかりません。管理者に連絡してください。" -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "個人ページのサブタイプ" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "コミュニティフォーラムのサブタイプ" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "個人プロフィールを説明します。" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "コンタクトリクエストを「フォロワー」として自動的に承認します。組織に適したアカウントです。" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "コンタクトのリクエストを「フォロワー」として自動的に承認します。ニュース再配信に適したアカウントです。" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "コミュニティディスカッションのアカウント。" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "コンタクトリクエストを「フォロワー」として自動的に承認します。一般公開プロフィールのアカウントです。" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "すべてのコンタクトリクエストを自動的に承認します。" -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "コンタクトのリクエストを「フレンド」として自動的に承認します。知名度のあるプロフィールに適したアカウントです。" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "プライベートフォーラム[実験的]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "コンタクトリクエストの手動承認が必要です。" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(オプション)このOpenIDがこのアカウントにログインできるようにします。" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "ローカルサイトディレクトリにプロフィールを公開しますか?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9008,89 +9699,94 @@ msgid "" " system settings." msgstr "プロフィールはこのノードのローカルディレクトリで公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例: %s )。" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "アカウント設定" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "IDアドレスは ' %s ' または ' %s 'です。" -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "パスワード設定" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "変更しない限り、パスワードフィールドは空白のままにしてください" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "パスワード:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "変更を確認するための電子メールアドレスの現在のパスワード" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "OpenID URLを削除" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "基本設定" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "表示名:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "電子メールアドレス:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "あなたのタイムゾーン:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "あなたの言語:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "デフォルトの投稿場所:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "ブラウザのロケーションを使用:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "セキュリティとプライバシーの設定" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "1日あたりの友達リクエスト上限:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(スパムの悪用を防ぐため)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "自分のプロフィールを世界中で検索できるようにしますか?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9098,43 +9794,43 @@ msgid "" "indexed or not." msgstr "他の人があなたを簡単に見つけてフォローできるようにしたい場合は、この設定を有効にしてください。あなたのプロフィールはリモートシステムで検索可能です。この設定は、Friendicaが検索エンジンにあなたのプロフィールをインデックス化するかどうかも決定します。" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "プロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "自分のプロフィールページには、コンタクトリストが表示されます。このオプションを有効にすると、コンタクトリストの表示が無効になります。" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "公開投稿を非表示にする" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "公開された投稿は、コミュニティページや検索結果には表示されず、中継サーバーにも送信されません。ただし、リモートサーバーの公開フィードには表示されます。" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "投稿した写真は全てアクセス可能にする" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9142,233 +9838,241 @@ msgid "" "public on your photo albums though." msgstr "このオプションは、投稿したすべての写真をダイレクトリンクでアクセスできるようにします。これは、他の多くのネットワークが写真のパーミッションを処理できないという問題を回避するためのものです。ただし、公開していない写真はフォトアルバムでは一般に公開されません。" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "友人があなたのプロフィールページに投稿することを許可しますか?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "友達があなたの投稿にタグを付けることを許可しますか?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "コンタクトは、投稿にタグを追加できます。" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "知らない人にプライベートメールを送ることを許可しますか?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "不明な人からの 1日あたりのプライベートメッセージ上限:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "投稿の既定の権限" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "有効期限設定" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "この数日後に投稿を自動的に期限切れにします:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "投稿の有効期限" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "有効にすると、投稿とコメントは期限切れになるでしょう。" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "個人メモの有効期限" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "有効にすると、プロフィールページ上の個人メモは期限切れになるでしょう。" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "スター付き投稿の有効期限" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "投稿にスターを付けると、投稿が期限切れにならないようにします。動作はこの設定で上書きされます。" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "他のユーザーによる投稿のみを期限切れにする" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "有効にすると、自分の投稿は期限切れになりません。そうすると、上記の設定は自分が受け取った投稿に対してのみ有効となります。" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "通知設定" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "次の場合に通知メールを送信します。" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "招待を受けます" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "あなたの招待が確認されました" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "誰かがあなたのプロフィールウォールに書き込みます" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "誰かがフォローアップコメントを書く" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "プライベートメッセージを受け取ります" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "友達の提案を受け取ります" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "あなたは投稿でタグ付けされています" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "デスクトップ通知を有効にする" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "新しい通知にデスクトップポップアップを表示する" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "テキストのみの通知メール" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "HTML部分なしで、テキストのみの通知メールを送信します" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "詳細な通知を表示" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "デフォルトでは、通知は項目ごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。" -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "無視されたコンタクトの通知を表示" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "無視されたコンタクトからの投稿は表示されません。しかし、相手のコメントは表示されます。この設定では、無視されたコンタクトからの通知を定期的に受け取るかどうかを設定します。" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "アカウント/ページタイプの詳細設定" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "特別な状況でこのアカウントの動作を変更する" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "コンタクトをインポートする" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 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ファイルをアップロードします。これは最初の列に、フォローしているアカウントのハンドルを含みます。" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "ファイルをアップロード" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "再配置" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "再配置メッセージをコンタクトに再送信する" @@ -9380,6 +10084,119 @@ msgstr "アドオン設定" msgid "No Addon settings configured" msgstr "アドオン設定は構成されていません" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "説明" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "追加" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "提供された設定を使用してメールアカウントに接続できませんでした。" @@ -9577,221 +10394,255 @@ msgstr "フォルダへ移動" msgid "Move to folder:" msgstr "フォルダへ移動:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "委任が正常に許可されました。" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "親ユーザーが見つからないか、利用できないか、パスワードが一致しません。" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "委任が正常に取り消されました。" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "委任された管理者は、委任権限を確認できますが、変更はできません。" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "移譲ユーザーが見つかりません。" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "親となるユーザが存在しません。" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "親ユーザ" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "追加のアカウント" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "既存のアカウントに自動的に接続される追加のアカウントを登録して、このアカウントから管理できるようにします。" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "追加アカウントの登録" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "移譲" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "既存のページの移譲" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "移譲先の候補" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "追加" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "エントリは有りません。" -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "選択したテーマは使用できません。" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s (サポートされていません)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "ディスプレイの設定" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "一般的なテーマ設定" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "カスタムテーマ設定" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "コンテンツ設定" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "テーマ設定" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "ディスプレイテーマ:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "モバイルテーマ:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "ページごとに表示する項目の数:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "最大100項目" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "モバイルデバイスから表示したときにページごとに表示する項目の数:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "xx秒ごとにブラウザーを更新する" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "10秒以上。 -1を入力して無効にします。" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "無限スクロール" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "ページの最後に到達したとき、新規項目を自動取得する" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "週の始まり:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9807,160 +10658,156 @@ msgstr "接続されたアプリ" msgid "Remove authorization" msgstr "承認を削除" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "プロフィール名が必要です。" +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(クリックして開く・閉じる)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "プロフィールアクション" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "プロフィールの詳細を編集" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "プロフィール写真の変更" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "プロフィールの写真" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "位置情報" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "その他" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "プロフィール写真をアップロード" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "表示名:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "住所:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "地域/市:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "地域/州:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "郵便番号:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "国:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "XMPP(Jabber)アドレス:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "ホームページのURL:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "公開キーワード:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(友人を候補を提案するために使用ます。また他の人が見ることができます。)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "プライベートキーワード:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(プロフィールの検索に使用され、他のユーザーには表示されません)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "住所:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "地域/市:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "地域/州:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "郵便番号:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "国:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP(Jabber)アドレス:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "ホームページのURL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "公開キーワード:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(友人を候補を提案するために使用ます。また他の人が見ることができます。)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "プライベートキーワード:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(プロフィールの検索に使用され、他のユーザーには表示されません)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "画像サイズの縮小[ %s ]に失敗しました。" @@ -9996,257 +10843,299 @@ msgstr "最適な表示になるように画像のトリミングを調整して msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "プロフィール画像をアップロード" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "または" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "このステップを飛ばす" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "フォトアルバムから写真を選択する" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica システム通知]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "このユーザはアカウントを削除しました。" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。" -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "ユーザIDは %d です" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "自分のアカウントを削除します" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。" -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "確認のため、あなたのパスワードを入力してください。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "このページにアクセスするには、パスワードを入力してください。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "アプリ固有のパスワード生成に失敗しました:説明は空です。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "新しいアプリ固有のパスワードが生成されました。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "アプリ固有のパスワードが正常に取り消されました。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "アプリ固有のパスワードが正常に取り消されました。" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "二要素アプリ固有のパスワード" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "説明" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "最終使用" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "取り消す" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "すべて取り消す" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "新しいアプリ固有のパスワードを生成する" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "フェアフォン2のFriendiqa ..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "生成する" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "二要素認証が正常に無効になりました。" -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "認証アプリ" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "設定済み" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "設定されていません" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

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

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

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

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "回復コード" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "残りの有効なコード" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "アプリ固有のパスワード" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "生成されたアプリ固有のパスワード" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

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

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "現在のパスワード:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "二要素認証設定を変更するには、現在のパスワードを入力する必要があります。" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "二要素認証を有効にする" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "二要素認証を無効にする" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "復旧コードを表示" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "アプリ固有のパスワードを管理する" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "アプリの構成を完了する" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "新しい回復コードが正常に生成されました。" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "二要素回復コード" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10255,68 +11144,68 @@ msgid "" "account.

    " msgstr "

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

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

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "新しい回復コードを生成する" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "次:検証" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "二要素認証が正常にアクティブ化されました。" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10336,24 +11225,24 @@ msgid "" "" 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:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "二要素コード検証" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

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

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

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

    %s

    " msgstr "

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

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "コードを確認し、二要素認証を有効にします" @@ -10388,20 +11277,41 @@ msgid "" " e.g. Mastodon." msgstr "フォローしているアカウントのリストをCSVファイルとしてエクスポートします。 マストドンなどに対応します。" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10413,7 +11323,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10426,14 +11336,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "登録時、およびユーザーアカウントとコンタクト間の通信を提供するために、ユーザーは表示名(ペンネーム)、ユーザー名(ニックネーム)、および有効な電子メールアドレスを提供する必要があります。\n他のプロフィールの詳細が表示されていなくても、ページの訪問者はアカウントのプロフィールページで名前にアクセスできます。\n電子メールアドレスは、インタラクションに関するユーザー通知の送信にのみ使用されますが、表示されることはありません。\nノードのユーザーディレクトリまたはグローバルユーザーディレクトリでのアカウントのリストはオプションであり、ユーザー設定で制御できます。通信には必要ありません。" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10444,11 +11354,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "プライバシーに関する声明" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10456,6 +11366,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "要求された項目は存在しないか、削除されました。" + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +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/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "管理するIDを選択します。" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。" @@ -10504,21 +11441,21 @@ msgstr "エラー!ファイルにバージョンデータがありません! msgid "User '%s' already exists on this server!" msgstr "ユーザー '%s' はこのサーバーに既に存在します!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "ユーザ作成エラー" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "%dコンタクトはインポートされませんでした" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "ユーザープロフィール作成エラー" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "完了しました。これでであなたのユーザー名とパスワードでログインできます。 " @@ -10652,15 +11589,15 @@ msgid "" msgstr "コンタクトページのサイドパネルには、新しい友達を見つけるためのいくつかのツールがあります。関心ごとに人を照合し、名前または興味ごとに人を検索し、ネットワーク関係に基づいて提案を提供できます。新しいサイトでは、通常24時間以内に友人の提案が表示され始めます。" #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "コンタクトをグループ化する" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "友達を作成したら、コンタクトページのサイドバーからプライベートな会話グループに整理し、ネットワークページで各グループとプライベートにやり取りできます。" +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10874,7 +11811,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -10918,7 +11855,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -10930,7 +11867,7 @@ msgstr "%s さんが、あなたがフォローしている項目/会話にコ #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr " %s を開いて、コメントを確認・返信してください" @@ -11095,10 +12032,10 @@ msgstr "[url=%1$s]登録リクエスト[/url] が %2$s から来ています。" #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "フルネーム:\t%s\nサイト:\t%s\nログイン名:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11124,22 +12061,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11167,271 +12104,307 @@ msgstr "これらのメッセージを受信したくない場合は、この投 msgid "%s posted an update." msgstr "%sが更新を投稿しました。" -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "自分のみ" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "このエントリは編集されました" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "編集" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "グローバルに削除" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "ローカルで削除" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "フォルダーに保存" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "参加します" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "私は出席しません" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "私は出席するかもしれません" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "スレッドを無視" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "無視しないスレッド" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (%s を受け取りました)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "に" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "投稿先:" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "壁間" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "Wall-to-Wall経由:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "%sへの返信" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "更に" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "通知タスクは保留中です" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "リモートサーバーへの配信は保留中です" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "リモートサーバーへの配信が進行中です" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "リモートサーバーへの配信はもうすぐ完了します" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "リモートサーバーへの配信が完了しました" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%dコメント" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "もっと見せる" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "表示を減らす" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%sは現在 %s をフォローしています。" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "フォローしている" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s は %s のフォローを解除しました" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "フォローを解除しました" @@ -11789,7 +12762,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11808,7 +12781,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11816,7 +12789,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11824,10 +12797,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/ja/strings.php b/view/lang/ja/strings.php index 60cb4a456c..120301cea5 100644 --- a/view/lang/ja/strings.php +++ b/view/lang/ja/strings.php @@ -202,7 +202,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'すべてのコンタクト'; $a->strings['Followers'] = 'フォロワー'; $a->strings['Following'] = 'フォロー中'; -$a->strings['Mutual friends'] = '共通の友人'; $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['Could not find any contact entry for this URL (%s)'] = 'このURL( %s )のコンタクトエントリが見つかりませんでした'; @@ -275,37 +274,43 @@ $a->strings['Public post'] = '一般公開の投稿'; $a->strings['Message'] = 'メッセージ'; $a->strings['Browser'] = 'ブラウザ'; $a->strings['Open Compose page'] = '作成ページを開く'; +$a->strings['remove'] = '削除'; +$a->strings['Delete Selected Items'] = '選択した項目を削除'; +$a->strings['%s reshared this.'] = '%s が再共有しました。'; $a->strings['Pinned item'] = 'ピン留め項目'; $a->strings['View %s\'s profile @ %s'] = '%sのプロフィールを確認 @ %s'; $a->strings['Categories:'] = 'カテゴリ:'; $a->strings['Filed under:'] = '格納先:'; $a->strings['%s from %s'] = '%s から %s'; $a->strings['View in context'] = '文脈で表示する'; -$a->strings['remove'] = '削除'; -$a->strings['Delete Selected Items'] = '選択した項目を削除'; -$a->strings['%s reshared this.'] = '%s が再共有しました。'; +$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['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['Starred'] = 'スター付き'; +$a->strings['Favourite Posts'] = 'お気に入りの投稿'; $a->strings['General Features'] = '一般的な機能'; $a->strings['Photo Location'] = '写真の場所'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = '通常、写真のメタデータは削除されます。これにより、メタデータを除去する前に場所(存在する場合)が抽出され、マップにリンクされます。'; $a->strings['Trending Tags'] = 'トレンドタグ'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = '最近の一般公開投稿で、最も人気のあるタグのリストを含むコミュニティページウィジェットを表示します。'; $a->strings['Post Composition Features'] = '合成後の機能'; -$a->strings['Auto-mention Forums'] = '自動メンションフォーラム'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'ACLウィンドウでフォーラムページが選択/選択解除されたときにメンションを追加/削除します。'; $a->strings['Explicit Mentions'] = '明示的な言及'; $a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'コメントボックスに明示的なメンションを追加して、返信の通知先をカスタマイズします。'; $a->strings['Post/Comment Tools'] = '投稿/コメントツール'; $a->strings['Post Categories'] = '投稿カテゴリ'; $a->strings['Add categories to your posts'] = '投稿にカテゴリを追加する'; $a->strings['Advanced Profile Settings'] = '高度なプロフィール設定'; -$a->strings['List Forums'] = 'フォーラムのリスト'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = '詳細プロフィールページで訪問者の一般公開コミュニティフォーラムを表示する'; $a->strings['Tag Cloud'] = 'タグクラウド'; $a->strings['Provide a personal tag cloud on your profile page'] = 'プロフィールページで個人タグクラウドを提供する'; $a->strings['Display Membership Date'] = '会員日を表示する'; $a->strings['Display membership date in profile'] = 'プロフィールにメンバーシップ日を表示する'; -$a->strings['Forums'] = 'フォーラム'; -$a->strings['External link to forum'] = 'フォーラムへの外部リンク'; $a->strings['show more'] = 'もっと見せる'; $a->strings['event'] = 'イベント'; $a->strings['status'] = 'ステータス'; @@ -325,7 +330,6 @@ $a->strings['Connect/Follow'] = 'つながる/フォローする'; $a->strings['Nothing new here'] = 'ここに新しいものはありません'; $a->strings['Go back'] = '戻る'; $a->strings['Clear notifications'] = 'クリア通知'; -$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, コンテンツ'; $a->strings['Logout'] = 'ログアウト'; $a->strings['End this session'] = 'このセッションを終了'; $a->strings['Login'] = 'ログイン'; @@ -409,7 +413,6 @@ $a->strings['Random Profile'] = 'ランダムプロフィール'; $a->strings['Invite Friends'] = '友達を招待'; $a->strings['Global Directory'] = 'グローバルディレクトリ'; $a->strings['Local Directory'] = 'ローカルディレクトリ'; -$a->strings['Groups'] = 'グループ'; $a->strings['Relationships'] = '関係'; $a->strings['All Contacts'] = 'すべてのコンタクト'; $a->strings['Protocols'] = 'プロトコル'; @@ -543,6 +546,8 @@ $a->strings['Sep'] = '9月'; $a->strings['Oct'] = '10月'; $a->strings['Nov'] = '11月'; $a->strings['Dec'] = '12月'; +$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['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'] = '有効な既存のフォルダを入力してください'; @@ -570,9 +575,11 @@ $a->strings['%s: updating %s table.'] = '%s : %sテーブルを更新してい $a->strings['Unauthorized'] = '認証されていません'; $a->strings['Internal Server Error'] = '内部サーバーエラー'; $a->strings['Legacy module file not found: %s'] = 'レガシーモジュールファイルが見つかりません: %s'; +$a->strings['Everybody'] = 'みんな'; +$a->strings['edit'] = '編集する'; +$a->strings['add'] = '加える'; $a->strings['Approve'] = '承認する'; $a->strings['Organisation'] = '組織'; -$a->strings['Forum'] = 'フォーラム'; $a->strings['Disallowed profile URL.'] = '許可されていないプロフィールURL。'; $a->strings['Blocked domain'] = 'ブロックされたドメイン'; $a->strings['Connect URL missing.'] = '接続URLがありません。'; @@ -607,16 +614,6 @@ $a->strings['Show map'] = '地図を表示'; $a->strings['Hide map'] = '地図を隠す'; $a->strings['%s\'s birthday'] = '%sの誕生日'; $a->strings['Happy Birthday %s'] = 'ハッピーバースデー %s'; -$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['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['post'] = '投稿'; $a->strings['Content warning: %s'] = 'コンテンツの警告: %s'; @@ -686,7 +683,6 @@ $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['Friends'] = '友だち'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = '既定のコンタクトグループの作成中にエラーが発生しました。もう一度試してください。'; $a->strings['Profile Photos'] = 'プロフィール写真'; $a->strings['Registration details for %s'] = '%s の登録の詳細'; $a->strings[' @@ -840,7 +836,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'これを $a->strings['Global directory URL'] = 'グローバルディレクトリURL'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。'; $a->strings['Private posts by default for new users'] = '新規ユーザー向けの 既定のプライベート投稿'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。'; $a->strings['Don\'t include post content in email notifications'] = 'メール通知に投稿本文を含めないでください'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'プライバシー対策として、このサイトから送信されるメール通知に投稿/コメント/プライベートメッセージなどのコンテンツを含めないでください。'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'アプリメニューにリストされているアドオンへの公開アクセスを許可しません。'; @@ -867,9 +862,8 @@ $a->strings['Maximum Load Average'] = '最大負荷平均'; $a->strings['Maximum system load before delivery and poll processes are deferred - default %d.'] = 'このシステム 負荷/Load を超えると、配信・ポーリングプロセスの実行は延期されます。 - 既定の値は%dです。'; $a->strings['Minimal Memory'] = '最小限のメモリ'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'ワーカーの最小空きメモリ(MB)。 / proc / meminfoへのアクセスが必要-デフォルトは0(無効)。'; -$a->strings['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['Days between requery'] = '再クエリの間隔'; $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'] = 'サーバー情報を公開する'; @@ -919,8 +913,6 @@ $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\'と等しくありません。設定を修正してください。'; @@ -979,7 +971,6 @@ $a->strings['Profile Details'] = 'プロフィールの詳細'; $a->strings['Only You Can See This'] = 'これしか見えない'; $a->strings['Tips for New Members'] = '新会員のためのヒント'; $a->strings['People Search - %s'] = '人を検索- %s'; -$a->strings['Forum Search - %s'] = 'フォーラム検索- %s'; $a->strings['No matches'] = '一致する項目がありません'; $a->strings['Account'] = 'アカウント'; $a->strings['Two-factor authentication'] = '二要素認証'; @@ -1008,6 +999,13 @@ $a->strings['Events'] = 'イベント'; $a->strings['View'] = '表示する'; $a->strings['Create New Event'] = '新しいイベントを作成'; $a->strings['list'] = 'リスト'; +$a->strings['Contact not found.'] = 'コンタクトが見つかりません。'; +$a->strings['Invalid contact.'] = '無効なコンタクト。'; +$a->strings['Contact is deleted.'] = 'コンタクトが削除されます。'; +$a->strings['Bad request.'] = '要求の形式が正しくありません。'; +$a->strings['Filter'] = 'フィルタ'; +$a->strings['Members'] = '会員'; +$a->strings['Click on a contact to add or remove.'] = 'コンタクトをクリックして追加・削除'; $a->strings['%d contact edited.'] = [ 0 => '%dコンタクトを編集しました。', ]; @@ -1022,7 +1020,6 @@ $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'] = '更新'; @@ -1038,7 +1035,6 @@ $a->strings['you are a fan of'] = 'あなたはファンです'; $a->strings['Pending outgoing contact request'] = '保留中の送信済みコンタクトリクエスト'; $a->strings['Pending incoming contact request'] = '保留中の受信済みコンタクトリクエスト'; $a->strings['Visit %s\'s profile [%s]'] = '%sのプロフィール[ %s ]を開く'; -$a->strings['Contact not found.'] = 'コンタクトが見つかりません。'; $a->strings['Contact update failed.'] = 'コンタクトの更新に失敗しました。'; $a->strings['Return to contact editor'] = 'コンタクトエディターに戻る'; $a->strings['Name'] = '名'; @@ -1046,7 +1042,6 @@ $a->strings['Account Nickname'] = 'アカウントのニックネーム'; $a->strings['Account URL'] = 'アカウントURL'; $a->strings['Poll/Feed URL'] = 'ポーリング/フィードURL'; $a->strings['New photo from this URL'] = 'このURLからの新しい写真'; -$a->strings['Invalid contact.'] = '無効なコンタクト。'; $a->strings['Follower (%s)'] = [ 0 => 'フォロワー( %s )', ]; @@ -1125,30 +1120,15 @@ $a->strings['Refetch contact data'] = 'コンタクトデータを再取得す $a->strings['Toggle Blocked status'] = 'ブロック状態の切り替え'; $a->strings['Toggle Ignored status'] = '無視ステータスの切り替え'; $a->strings['Bad Request.'] = '要求の形式が正しくありません。'; -$a->strings['Contact is deleted.'] = 'コンタクトが削除されます。'; $a->strings['Yes'] = 'はい'; $a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = '利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。'; $a->strings['You aren\'t following this contact.'] = 'あなたはこのコンタクトをフォローしていません'; $a->strings['Unfollowing is currently not supported by your network.'] = '現在、フォロー解除はあなたのネットワークではサポートされていません'; $a->strings['Disconnect/Unfollow'] = '接続・フォローを解除'; -$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['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['Community option not available.'] = 'コミュニティオプションは利用できません。'; $a->strings['Not available.'] = '利用不可。'; -$a->strings['No such group'] = 'そのようなグループはありません'; -$a->strings['Group: %s'] = 'グループ: %s'; -$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['Starred'] = 'スター付き'; -$a->strings['Favourite Posts'] = 'お気に入りの投稿'; $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['Error'] = [ @@ -1194,8 +1174,6 @@ $a->strings['Please select your timezone:'] = 'タイムゾーンを選択して $a->strings['Only logged in users are permitted to perform a probing.'] = 'ログインしているユーザーのみがプローブを実行できます。'; $a->strings['Output'] = '出力'; $a->strings['Lookup address'] = 'ルックアップアドレス'; -$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['No entries (some entries may be hidden).'] = 'エントリなし(一部のエントリは非表示になる場合があります)'; $a->strings['Find on this site'] = 'このサイトで見つける'; $a->strings['Results for:'] = 'の結果:'; @@ -1215,26 +1193,6 @@ $a->strings['Please visit Friendi.ca to learn m $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['Could not create group.'] = 'グループを作成できませんでした。'; -$a->strings['Group not found.'] = 'グループが見つかりません。'; -$a->strings['Group name was not changed.'] = 'グループ名は変更されませんでした。'; -$a->strings['Unknown 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['Bad request.'] = '要求の形式が正しくありません。'; -$a->strings['Save Group'] = 'グループを保存'; -$a->strings['Filter'] = 'フィルタ'; -$a->strings['Create a group of contacts/friends.'] = 'コンタクト/友人のグループを作成します。'; -$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 profile'] = 'プロフィールなし'; $a->strings['Method Not Allowed.'] = 'そのメソッドは許可されていません。'; $a->strings['Help:'] = 'ヘルプ:'; @@ -1297,7 +1255,6 @@ $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['The requested item doesn\'t exist or has been deleted.'] = '要求された項目は存在しないか、削除されました。'; $a->strings['The feed for this item is unavailable.'] = 'この項目のフィードは利用できません。'; $a->strings['System down for maintenance'] = 'メンテナンスのためのシステムダウン'; $a->strings['A Decentralized Social Network'] = '分権化されたソーシャルネットワーク'; @@ -1308,17 +1265,13 @@ $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 process image.'] = '画像を処理できません。'; -$a->strings['Image exceeds size limit of %s'] = '画像サイズ上限 %s を超えています。'; $a->strings['Image upload failed.'] = '画像アップロードに失敗しました。'; $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['%s contact unblocked'] = [ 0 => '%s はコンタクトのブロックを解除しました', @@ -1358,10 +1311,8 @@ $a->strings['Item not found'] = '項目が見つかりません'; $a->strings['Item Guid'] = '項目GUID'; $a->strings['Normal Account'] = '通常アカウント'; $a->strings['Automatic Follower Account'] = '自動フォロワーアカウント'; -$a->strings['Public Forum Account'] = '公開フォーラムアカウント'; $a->strings['Automatic Friend Account'] = '自動友達アカウント'; $a->strings['Blog Account'] = 'ブログアカウント'; -$a->strings['Private Forum Account'] = 'プライベートフォーラムアカウント'; $a->strings['Registered users'] = '登録ユーザー'; $a->strings['Pending registrations'] = '保留中の登録'; $a->strings['%s user blocked'] = [ @@ -1454,6 +1405,7 @@ $a->strings['No contacts.'] = 'コンタクトはありません。'; $a->strings['%s\'s timeline'] = '%sのタイムライン'; $a->strings['%s\'s posts'] = '%sの投稿'; $a->strings['%s\'s comments'] = '%sのコメント'; +$a->strings['Image exceeds size limit of %s'] = '画像サイズ上限 %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'] = 'サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください'; @@ -1470,7 +1422,6 @@ $a->strings['%d year old'] = [ 0 => '%d歳', ]; $a->strings['Description:'] = '説明:'; -$a->strings['Forums:'] = 'フォーラム:'; $a->strings['Profile unavailable.'] = 'プロフィールを利用できません。'; $a->strings['Invalid locator'] = '無効なロケーター'; $a->strings['Remote subscription can\'t be done for your network. Please subscribe directly on your system.'] = 'あなたのネットワークではリモート購読ができません。あなたのシステム上で直接購読してください。'; @@ -1489,7 +1440,6 @@ $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['Please repeat your e-mail address:'] = 'メールアドレスを再入力してください。'; $a->strings['New Password:'] = '新しいパスワード:'; @@ -1558,7 +1508,6 @@ $a->strings['Importing Contacts done'] = 'コンタクトのインポートが $a->strings['Relocate message has been send to your contacts'] = '再配置メッセージがコンタクトに送信されました'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'プロフィールが見つかりません。管理者に連絡してください。'; $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".'] = 'コンタクトのリクエストを「フォロワー」として自動的に承認します。ニュース再配信に適したアカウントです。'; @@ -1567,7 +1516,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $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がこのアカウントにログインできるようにします。'; @@ -1582,6 +1530,7 @@ $a->strings['Password:'] = 'パスワード:'; $a->strings['Your current password to confirm the changes of the email address'] = '変更を確認するための電子メールアドレスの現在のパスワード'; $a->strings['Delete OpenID URL'] = 'OpenID URLを削除'; $a->strings['Basic Settings'] = '基本設定'; +$a->strings['Display name:'] = '表示名:'; $a->strings['Email Address:'] = '電子メールアドレス:'; $a->strings['Your Timezone:'] = 'あなたのタイムゾーン:'; $a->strings['Your Language:'] = 'あなたの言語:'; @@ -1645,6 +1594,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = '再配置メッセージをコンタクトに再送信する'; $a->strings['Addon Settings'] = 'アドオン設定'; $a->strings['No Addon settings configured'] = 'アドオン設定は構成されていません'; +$a->strings['Description'] = '説明'; +$a->strings['Add'] = '追加'; $a->strings['Failed to connect with email account using the settings provided.'] = '提供された設定を使用してメールアカウントに接続できませんでした。'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora(Socialhome、Hubzilla)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; @@ -1682,7 +1633,6 @@ $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['Add'] = '追加'; $a->strings['No entries.'] = 'エントリは有りません。'; $a->strings['The theme you chose isn\'t available.'] = '選択したテーマは使用できません。'; $a->strings['%s - (Unsupported)'] = '%s (サポートされていません)'; @@ -1704,7 +1654,6 @@ $a->strings['Beginning of week:'] = '週の始まり:'; $a->strings['Additional Features'] = '追加機能'; $a->strings['Connected Apps'] = '接続されたアプリ'; $a->strings['Remove authorization'] = '承認を削除'; -$a->strings['Profile Name is required.'] = 'プロフィール名が必要です。'; $a->strings['(click to open/close)'] = '(クリックして開く・閉じる)'; $a->strings['Profile Actions'] = 'プロフィールアクション'; $a->strings['Edit Profile Details'] = 'プロフィールの詳細を編集'; @@ -1713,7 +1662,6 @@ $a->strings['Profile picture'] = 'プロフィールの写真'; $a->strings['Location'] = '位置情報'; $a->strings['Miscellaneous'] = 'その他'; $a->strings['Upload Profile Photo'] = 'プロフィール写真をアップロード'; -$a->strings['Display name:'] = '表示名:'; $a->strings['Street Address:'] = '住所:'; $a->strings['Locality/City:'] = '地域/市:'; $a->strings['Region/State:'] = '地域/州:'; @@ -1750,7 +1698,6 @@ $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'] = 'すべて取り消す'; @@ -1829,6 +1776,9 @@ $a->strings['At the time of registration, and for providing communications betwe ノードのユーザーディレクトリまたはグローバルユーザーディレクトリでのアカウントのリストはオプションであり、ユーザー設定で制御できます。通信には必要ありません。'; $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['Privacy Statement'] = 'プライバシーに関する声明'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = '要求された項目は存在しないか、削除されました。'; +$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['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サーバーからアカウントをインポートできます。'; @@ -1868,8 +1818,6 @@ $a->strings['Go to Your Site\'s Directory'] = 'サイトのディレクトリに $a->strings['The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.'] = 'ディレクトリ ページでは、このネットワークまたは他のフェデレーションサイト内の他のユーザーを検索できます。プロフィールページで接続またはフォローリンクを探します。要求された場合、独自のIdentityアドレスを提供します。'; $a->strings['Finding New People'] = '新しい人を見つける'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'コンタクトページのサイドパネルには、新しい友達を見つけるためのいくつかのツールがあります。関心ごとに人を照合し、名前または興味ごとに人を検索し、ネットワーク関係に基づいて提案を提供できます。新しいサイトでは、通常24時間以内に友人の提案が表示され始めます。'; -$a->strings['Group Your Contacts'] = 'コンタクトをグループ化する'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = '友達を作成したら、コンタクトページのサイドバーからプライベートな会話グループに整理し、ネットワークページで各グループとプライベートにやり取りできます。'; $a->strings['Why Aren\'t My Posts Public?'] = '投稿が一般に公開されないのはなぜですか?'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'Friendicaはあなたのプライバシーを尊重します。デフォルトでは、投稿は友達として追加した人にのみ表示されます。詳細については、上記のリンクのヘルプセクションを参照してください。'; $a->strings['Getting Help'] = 'ヘルプを得る'; @@ -1915,11 +1863,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = '登録リクエスト'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = '\'%1$s\' より %2$s に 登録リクエストを受け取りました'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = '[url=%1$s]登録リクエスト[/url] が %2$s から来ています。'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'フルネーム: %s -サイト: %s -ログイン名: %s (%s)'; $a->strings['Please visit %s to approve or reject the request.'] = '%s を開いて、リクエストを承諾・拒否してください。'; $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でそれらをオンラインで訪れることができます'; diff --git a/view/lang/nl/messages.po b/view/lang/nl/messages.po index b52302f211..f97257516b 100644 --- a/view/lang/nl/messages.po +++ b/view/lang/nl/messages.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Casper , 2019-2020\n" "Language-Team: Dutch (http://app.transifex.com/Friendica/friendica/language/nl/)\n" @@ -46,29 +46,29 @@ msgstr "Item is niet opgeslagen." msgid "Item couldn't be fetched." msgstr "Item kan niet worden opgehaald." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Lege post weggegooid." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Item niet gevonden." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -79,17 +79,18 @@ msgstr "Item niet gevonden." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Toegang geweigerd" @@ -227,150 +228,156 @@ msgstr "\n\t\t\tJe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1$s\ msgid "Your password has been changed at %s" msgstr "Je wachtwoord is veranderd op %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nieuw Bericht" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Geen ontvanger geselecteerd." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Ik kan geen contact informatie vinden." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Bericht kon niet verzonden worden." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Fout bij het verzamelen van berichten." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Verwerpen" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Privéberichten" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Gesprek niet gevonden." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Bericht was niet gewist." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Conversatie was niet verwijderd." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Vul een internetadres/URL in:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Verstuur privébericht" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Aan:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Onderwerp:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Jouw bericht:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Foto uploaden" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Voeg een webadres in" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Even geduld" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Verstuur" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Geen berichten." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Bericht niet beschikbaar." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Verwijder bericht" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Verwijder gesprek" -#: mod/message.php:343 +#: mod/message.php:342 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:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Verstuur Antwoord" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Onbekende afzender - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Jij en %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s en jij" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -385,14 +392,14 @@ msgstr "Persoonlijke Nota's" msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Bewaren" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -404,22 +411,22 @@ msgid "User not found." msgstr "Gebruiker niet gevonden." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Fotoalbums" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Recente foto's" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Nieuwe foto's uploaden" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "iedereen" @@ -431,72 +438,72 @@ msgstr "Contactinformatie niet beschikbaar" msgid "Album not found." msgstr "Album niet gevonden" -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album succesvol gedeeld" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Het album was leeg" -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Foto verwijderen mislukt." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "een foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, 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:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Niet vrij toegankelijk" -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Geen foto's geselecteerd" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Upload foto's" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nieuwe albumnaam: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "Of selecteer bestaand album:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Toon geen bericht op je tijdlijn van deze upload" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Rechten" -#: mod/photos.php:796 +#: mod/photos.php:801 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:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Verwijder album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -506,254 +513,271 @@ msgstr "Verwijder album" msgid "Cancel" msgstr "Annuleren" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Album wijzigen" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Album verwijderen" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Toon niewste eerst" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Toon oudste eerst" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Bekijk foto" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Foto is niet beschikbaar" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Wil je echt deze foto verwijderen?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Verwijder foto" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Bekijk foto" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Bewerk foto" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Foto verwijderen" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Gebruik als profielfoto" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Privé foto" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Bekijk in volledig formaat" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Labels: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Selecteer tags om te verwijderen]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nieuwe albumnaam" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Onderschrift" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Een label toevoegen" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Niet roteren" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Roteren met de klok mee (rechts)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Roteren tegen de klok in (links)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Dit ben jij" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Reacties" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Voorvertoning" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Aan het laden..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Kies" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Verwijder" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Vind ik leuk" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Vind ik niet leuk" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Kaart" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Geen systeem thema configuratie ingesteld." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "" -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Dit item verwijderen?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "mobiel thema omwisselen" @@ -770,33 +794,34 @@ msgstr "Pagina niet gevonden" msgid "You must be logged in to use addons. " msgstr "Je moet ingelogd zijn om deze addons te kunnen gebruiken. " -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Alle contacten" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Volgers" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Volgend" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Gemeenschappelijke vrienden" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Algemeen" @@ -946,7 +971,7 @@ msgstr "Alle uitgestelde bericht update acties zijn uitgevoerd" msgid "Enter user nickname: " msgstr "Geef een bijnaam in:" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1121,367 +1146,504 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "en" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "en %d anderen" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" msgstr[0] "" msgstr[1] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Zichtbaar voor iedereen" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Geef een afbeelding/video/audio/webpagina in:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Label:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Bewaren in map:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Waar ben je nu?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Item(s) verwijderen?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nieuw bericht" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Delen" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "Foto uploaden" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Bestand bijvoegen" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "bestand bijvoegen" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Vet" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Cursief" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Onderstrepen" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Citeren" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Broncode" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Afbeelding" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Link" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Link of media" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Stel je locatie in" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "Stel uw locatie in" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Verwijder locatie uit uw webbrowser" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "Verwijder locatie uit uw webbrowser" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Titel plaatsen" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Categorieën (komma-gescheiden lijst)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Instellingen van rechten" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Openbare post" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Bericht" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Browser" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Open de opstelpagina" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Bekijk het profiel van %s @ %s" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Categorieën:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Bewaard onder:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s van %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "In context bekijken" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "verwijder" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Geselecteerde items verwijderen" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "" -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s heeft dit gedeeld" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Bekijk het profiel van %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Categorieën:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Bewaard onder:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s van %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "In context bekijken" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Lokale Groep" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Berichten van lokale gebruikers op deze server" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Globale gemeenschap" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Berichten van gebruikers van het hele gefedereerde netwerk" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Laatste activiteit" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sorteer naar laatste activiteit" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Laatste Berichten" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Sorteren naar ontvangstdatum bericht" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Persoonlijk" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Met ster" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Favoriete berichten" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Algemene functies" @@ -1511,13 +1673,13 @@ msgid "Post Composition Features" msgstr "Functies voor het opstellen van berichten" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Auto-vermelding Forums" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Voeg toe/verwijder vermelding wanneer een forum pagina geselecteerd/gedeselecteerd wordt in het ACL venster." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1557,12 +1719,12 @@ msgid "Advanced Profile Settings" msgstr "Geavanceerde Profiel Instellingen" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Lijst Fora op" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Toon bezoekers de publieke groepsfora in de Geavanceerde Profiel Pagina" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1594,385 +1756,396 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Forums" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Externe link naar het forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "toon meer" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "gebeurtenis" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "status" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, 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" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Gesprek volgen" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Bekijk status" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Bekijk profiel" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Bekijk foto's" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Netwerkberichten" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Bekijk contact" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Stuur een privébericht" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Blokkeren" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Negeren" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Verbind/Volg" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Niets nieuw hier" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Ga terug" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Notificaties verwijderen" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@naam, !forum, #labels, inhoud" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Uitloggen" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Deze sessie beëindigen" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Login" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Inloggen" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profiel" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Jouw profiel pagina" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Foto's" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Jouw foto's" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Kalender" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Persoonlijke nota's" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Je persoonlijke nota's" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Tijdlijn" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Jouw tijdlijn" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Registreer" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Maak een accoount" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Help" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Hulp en documentatie" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Apps" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Extra toepassingen, hulpmiddelen of spelletjes" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Zoeken" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Doorzoek de inhoud van de website" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Volledige tekst" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Labels" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Contacten" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Website" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Gesprekken op deze en andere servers" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Gids" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Personengids" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Informatie" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "informatie over deze friendica server" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Gebruiksvoorwaarden" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Gebruiksvoorwaarden op deze Friendica server" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Netwerk" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Gesprekken van je vrienden" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Jouw berichten en gesprekken" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Verzoeken" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Vriendschapsverzoeken" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Notificaties" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Toon alle notificaties" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Als 'gelezen' markeren" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Privéberichten" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Inbox" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Verzonden berichten" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Gebruikers" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Andere pagina's beheren" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Instellingen" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Account instellingen" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Beheer/Wijzig vrienden en contacten" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Beheer" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Website opzetten en configureren" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1980,23 +2153,23 @@ msgstr "Website opzetten en configureren" msgid "Moderation" msgstr "" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Navigatie" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Sitemap" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Inbedden uitgeschakeld" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Ingebedde inhoud" @@ -2016,51 +2189,51 @@ msgstr "volgende" msgid "last" msgstr "laatste" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Afbeelding/foto" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "klik om te openen/sluiten" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 schreef:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Versleutelde inhoud" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Ongeldig bron protocol" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Ongeldig verbinding protocol" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Meer berichten aan het laden..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Het einde" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Volg" @@ -2087,118 +2260,132 @@ msgid_plural "%d invitations available" msgstr[0] "%d uitnodiging beschikbaar" msgstr[1] "%d uitnodigingen beschikbaar" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Zoek mensen" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Vul naam of interesse in" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Voorbeelden: Jan Peeters, Vissen" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Zoek" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Vriendschapsvoorstellen" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Dezelfde interesses" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Willekeurig Profiel" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Vrienden uitnodigen" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Globale gids" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Lokale gids" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Groepen" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Iedereen" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relaties" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Alle Contacten" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protocollen" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Alle protocollen" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Bewaarde Mappen" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Alles" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categorieën" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, 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:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archieven" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Nieuws" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Account Types" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exporteer" @@ -2245,41 +2432,56 @@ msgstr[1] "Populaire Tags (laatste %d uur)" msgid "More Trending Tags" msgstr "Meer Populaire Tags" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Plaats:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Netwerk:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Stop volgen" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Jezelf" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Gemeenschappelijk" @@ -2288,7 +2490,7 @@ msgid "Post to Email" msgstr "Verzenden per e-mail" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Openbaar" @@ -2311,8 +2513,8 @@ msgstr "Deze inhoud wordt alleen getoond aan de mensen in het eerste vak, met ui #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2421,394 +2623,418 @@ msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u msgid "Generate encryption keys" msgstr "Genereer encryptie sleutels" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 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:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 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:405 +#: src/Core/Installer.php:402 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:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO of MySQLi PHP module" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Fout: XML PHP module vereist maar niet geinstalleerd." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "XML PHP module" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "libCurl PHP module" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "GD graphics PHP module" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 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:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "OpenSSL PHP module" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "mb_string PHP module" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 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:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "iconv PHP module" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Fout: iconv PHP module vereist maar niet geïnstalleerd." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "POSIX PHP module" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Fout: POSIX PHP module vereist maar niet geïnstalleerd." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php is schrijfbaar " -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 is schrijfbaar" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Fout boodschap van Curl bij ophalen" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Url rewrite werkt correct" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP extensie is niet geïnstalleerd" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extensie is geïnstalleerd" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick ondersteunt GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Database al in gebruik." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Kon geen toegang krijgen tot de database." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Maandag" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Dinsdag" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Woensdag" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Donderdag" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Vrijdag" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Zaterdag" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Zondag" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Januari" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Februari" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Maart" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "April" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mei" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Juni" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Juli" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Augustus" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "September" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Oktober" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "November" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "December" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Maa" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Din" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Woe" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Don" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Vrij" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Zat" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Zon" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Maa" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Okt" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2853,22 +3079,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Wijziging %s mislukt. Lees de error logbestanden." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2878,16 +3104,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\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:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2899,28 +3125,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "" -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2928,42 +3154,42 @@ msgid "" "%s\n" msgstr "\nFout %d is opgetreden tijdens database update:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Fouten opgetreden tijdens database aanpassingen:" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Database update" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: tabel %s aan het updaten." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Onbevoegd" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "" @@ -2972,82 +3198,122 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "Legacy module bestand niet gevonden: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Iedereen" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "verander" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "toevoegen" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Goedkeuren" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organisatie" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Niet toegelaten profiel adres." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Domein geblokeerd" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Connectie URL ontbreekt." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 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:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Het opgegeven profiel adres bevat geen adequate informatie." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Er werd geen auteur of naam gevonden." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 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:3012 +#: src/Model/Contact.php:3086 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:3013 +#: src/Model/Contact.php:3087 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:3019 +#: src/Model/Contact.php:3093 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:3024 +#: src/Model/Contact.php:3098 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:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Het was niet mogelijk informatie over dit contact op te halen." @@ -3055,54 +3321,54 @@ msgstr "Het was niet mogelijk informatie over dit contact op te halen." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Begint:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Eindigt:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "de hele dag" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sep" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "vandaag" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "maand" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "week" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "dag" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Geen gebeurtenissen te tonen" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Toegang tot dit profiel is beperkt." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3134,143 +3400,109 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Toon kaart" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Verberg kaart" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s's verjaardag" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Gefeliciteerd %s" -#: src/Model/Group.php:105 -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/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Standaard privacy groep voor nieuwe contacten" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Iedereen" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "verander" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "toevoegen" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Verander groep" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Contacten bestaan in geen enkele groep" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Maak nieuwe groep" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Groepsnaam:" - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Bewerk groepen" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "activiteit" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "bericht" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Waarschuwing inhoud: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Bekijk op aparte pagina" @@ -3278,294 +3510,295 @@ msgstr "Bekijk op aparte pagina" msgid "[no subject]" msgstr "[geen onderwerp]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Tijdlijn foto's" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Bewerk profiel" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Profiel foto wijzigen" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Website:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Over:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atom feed" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "d F" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[vandaag]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Verjaardagsherinneringen" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Verjaardagen deze week:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "G l j F" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Geen omschrijving]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Gebeurtenisherinneringen" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Evenementen de komende 7 dagen:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s verwelkomt %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Woonplaats:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Met:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Sinds:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Seksuele Voorkeur:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Politieke standpunten:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Geloof:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Houdt van:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Houdt niet van:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Titel/Beschrijving:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Samenvatting" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Muzikale interesses" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Boeken, literatuur" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Televisie" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/dans/cultuur/ontspanning" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobby's/Interesses" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Liefde/romance" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Werk" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "School/opleiding" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Contactinformatie en sociale netwerken" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Login mislukt" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Niet genoeg informatie om te authentificeren" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Wachtwoord mag niet leeg zijn" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Lege wachtwoorden zijn niet toegestaan" -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "The nieuwe wachtwoord is gecompromitteerd in een publieke data dump, kies alsjeblieft een ander." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Een uitnodiging is vereist." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Uitnodiging kon niet geverifieerd worden." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Ongeldige OpenID url" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "De foutboodschap was:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Vul de vereiste informatie in." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, 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:1066 +#: src/Model/User.php:1214 #, 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:1074 +#: src/Model/User.php:1222 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:1079 +#: src/Model/User.php:1227 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:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Geen geldig e-mailadres." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 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:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Ik kan die e-mail niet gebruiken." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 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:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Bijnaam is al geregistreerd. Kies een andere." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Er is een fout opgetreden tijdens de registratie. Probeer opnieuw." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 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:1188 +#: src/Model/User.php:1336 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:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Vrienden" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 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." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Profielfoto's" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3573,7 +3806,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tBeste %1$s,\n\t\t\tde administrator van %2$s heeft een gebruiker voor je aangemaakt." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3591,10 +3824,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3605,12 +3837,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Registratie details voor %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3625,12 +3857,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tHallo %1$s,\n\t\t\t\tBedankt voor uw registratie op %2$s. Uw account wacht op dit moment 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:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Registratie bij %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3639,7 +3871,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tBeste %1$s,\n\t\t\t\tBedankt voor je inschrijving op %2$s. Je gebruiker is aangemaakt.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3657,10 +3889,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3671,6 +3902,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Addon niet gevonden." @@ -3691,15 +3927,15 @@ msgid "Disable" msgstr "Uitschakelen" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Inschakelen" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3709,7 +3945,7 @@ msgstr "Beheer" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Addons" @@ -3738,12 +3974,12 @@ msgid "Addon %s failed to install." msgstr "Installatie Addon %s is mislukt." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Instellingen opslaan" @@ -3828,75 +4064,77 @@ msgstr "Fixeer feature %s " msgid "Manage Additional Features" msgstr "Beheer Bijkomende Features" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Anders" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "onbekend" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Federatie Statistieken" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3936,8 +4174,8 @@ msgid "Enable Debugging" msgstr "Activeer Debugging" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4089,7 +4327,8 @@ msgstr "" msgid "Job Parameters" msgstr "Taak parameters" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Aangemaakt" @@ -4097,269 +4336,269 @@ msgstr "Aangemaakt" msgid "Priority" msgstr "Prioriteit" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Geen speciaal thema voor mobiele apparaten" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimenteel)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Geen groepspagina" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Publieke berichten van gebruikers van deze site" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Publieke berichten van het gefedereerde netwerk" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 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:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Server voor meerdere gebruikers" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Gesloten" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Toestemming vereist" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Open" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Geen rekening mee houden" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "Neem de stabiele versie in rekening" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "Neem de ontwikkel versie in rekening" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "geen" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Website" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Opnieuw de gebruikers naar de gids publiceren" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registratie" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Uploaden bestand" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Beleid" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Geavanceerd" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Automatisch Achterhaalde Contact Gids" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Performantie" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Boodschap Relais" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Site naam" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Verzender Email" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 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:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Banner/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Snelkoppeling icoon" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 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:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Pictogram voor smartphones" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 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:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Bijkomende Info" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, 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:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Systeemtaal" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Systeem thema" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Mobiel systeem thema" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Thema voor mobiele apparaten" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Dwing SSL af" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 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:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Server voor één gebruiker" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 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:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Maximum afbeeldingsgrootte" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4367,35 +4606,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Maximum afbeeldingslengte" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 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:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "JPEG afbeeldingskwaliteit" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 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:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Registratiebeleid" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4403,157 +4642,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Maximum aantal registraties per dag" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Registratietekst" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 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:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Verboden bijnamen" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 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:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Verlaten accounts na x dagen" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 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:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Toegelaten vriend domeinen" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 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:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Toegelaten e-mail domeinen" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Geen OEmbed richt content" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 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:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Openbare toegang blokkeren" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 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:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Dwing publiceren af" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 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:453 +#: src/Module/Admin/Site.php:503 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:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "Algemene gids URL" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Privéberichten als standaard voor nieuwe gebruikers" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 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." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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:456 +#: src/Module/Admin/Site.php:506 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:457 +#: src/Module/Admin/Site.php:507 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:457 +#: src/Module/Admin/Site.php:507 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:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Privé beelden in berichten niet inwerken" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4561,11 +4800,11 @@ msgid "" "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:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Expliciete inhoud" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4574,267 +4813,319 @@ msgid "" "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:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Sta Gebruikers toe om remote_self te configureren" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Groepspagina voor bezoekers" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 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:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Berichten per gebruiker op de groepspagina" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 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:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Diaspora ondersteuning activeren" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Controleer SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Proxy-gebruiker" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "Proxy-URL" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Netwerk timeout" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 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:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Maximum gemiddelde belasting" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Minimaal Geheugen" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 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:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Dagen tussen herbevraging" - -#: src/Module/Admin/Site.php:491 -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:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Ontdek contacten van andere servers" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Dagen tussen herbevraging" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Doorzoek de lokale gids" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Publiceer server informatie" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4842,50 +5133,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Controleer upstream versie" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Onderdruk Tags" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 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:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Database opruimen" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 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:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Levensduur van remote items" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Levensduur van niet geclaimde items" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4893,144 +5184,308 @@ msgid "" "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:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Levenstijd van ruwe gespreksdata" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Maximum aantal reacties per bericht" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 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:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Tijdelijk pad" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 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:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Zoek alleen in tags" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 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:507 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Maximum aantal parallelle workers" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, 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:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Activeer fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Directe relais transfer" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 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:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Scope van de relais" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Uitgeschakeld" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "alle" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "tags" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Server tags" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Sta gebruiker tags toe." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Start verhuis" @@ -5186,51 +5641,40 @@ msgid "" "href=\"%s\">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:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Bericht-wachtrijen" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Server instellingen." -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Versie" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Actieve addons" @@ -5327,7 +5771,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5344,7 +5788,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5357,7 +5801,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5383,11 +5827,11 @@ msgstr "Item niet gevonden" msgid "Please login to continue." msgstr "Log in om verder te gaan." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5397,11 +5841,11 @@ msgstr "" msgid "Overview" msgstr "Overzicht" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Configuratie" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Extra functies" @@ -5421,7 +5865,7 @@ msgstr "Inspecteer uitgestelde workers" msgid "Inspect worker Queue" msgstr "Taakwachtrij inspecteren" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostiek" @@ -5449,23 +5893,23 @@ msgstr "" msgid "Addon Features" msgstr "Addon Features" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Gebruikersregistraties wachten op bevestiging" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5473,7 +5917,7 @@ msgid_plural "" 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." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5481,32 +5925,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Gebruiker" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Hulpmiddelen" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Contact Blokkeerlijst" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Server Blokkeerlijst" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Verwijder Item" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Profieldetails" @@ -5530,15 +5988,15 @@ msgstr "" msgid "Tips for New Members" msgstr "Tips voor nieuwe leden" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Mensen Zoeken - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Forum doorzoeken - %s" +msgid "Group Search - %s" +msgstr "" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5557,36 +6015,40 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Account" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "2-factor authenticatie" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Weergave" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Sociale netwerken" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Beheer Gebruikers" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Verbonden applicaties" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Persoonlijke gegevens exporteren" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Account verwijderen" @@ -5645,8 +6107,9 @@ msgstr "Gebeurtenis begint:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Vereist" @@ -5706,170 +6169,260 @@ msgstr "Beeld" msgid "Create New Event" msgstr "Maak een nieuwe gebeurtenis" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lijst" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contact niet gevonden" + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Ongeldig contact." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Contact is verwijderd." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Verkeerde aanvraag." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "filter" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Leden" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Klik op een contact om het toe te voegen of te verwijderen." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, 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:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Toon alle contacten" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "In behandeling" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Toon alleen contacten in behandeling" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Geblokkeerd" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Toon alleen geblokkeerde contacten" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Genegeerd" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Toon alleen genegeerde contacten" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Gearchiveerd" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Toon alleen gearchiveerde contacten" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Verborgen" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Toon alleen verborgen contacten" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Organiseer je contact groepen" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Doorzoek je contacten" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Resultaten voor: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Wijzigen" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Blokkering opheffen" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Negeer niet meer" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Bulk Acties" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Gesprekken gestart door dit contact" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Berichten en reacties" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Geavanceerde instellingen voor contacten" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Wederzijdse vriendschap" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "Is een fan van jou" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "Jij bent een fan van" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "In afwachting van uitgaande contactaanvraag" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "In afwachting van inkomende contactaanvraag" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Bekijk het profiel van %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Contact niet gevonden" - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Aanpassen van contact mislukt." @@ -5880,6 +6433,7 @@ msgstr "Ga terug naar contactbewerker" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5906,11 +6460,6 @@ msgstr "URL poll/feed" msgid "New photo from this URL" msgstr "Nieuwe foto van deze URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Ongeldig contact." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "" @@ -5967,7 +6516,7 @@ msgstr[0] "Contact (%s)" msgstr[1] "Contacten (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6005,15 +6554,16 @@ msgstr "Beantwoord het volgende:" msgid "Your Identity Address:" msgstr "Adres van je identiteit:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Profiel url" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6039,8 +6589,8 @@ msgstr "Het contact kon niet toegevoegd worden." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Ongeldige aanvraag." @@ -6052,248 +6602,312 @@ msgstr "Geen overeenkomende zoekwoorden. Voeg zoekwoorden toe aan uw profiel." msgid "Profile Match" msgstr "Profielmatch" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Ik kon de contactgegevens niet aanpassen." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Contact is gedeblokkeerd" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Contact is geblokkeerd" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Contact wordt niet meer genegeerd" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Contact wordt genegeerd" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Je bent wederzijds bevriend met %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Je deelt met %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s deelt met jou" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Privécommunicatie met dit contact is niet beschikbaar." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Nooit" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Wijziging is niet geslaagd)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Wijziging is geslaagd)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Stel vrienden voor" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Netwerk type: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Communicatie met dit contact is verbroken!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Haal meer informatie op van de feeds" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Haal informatie op" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Haal sleutelwoorden op" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Haal informatie en sleutelwoorden op" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Geen mirroring" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Spiegel als mijn eigen bericht" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Contactinformatie / aantekeningen" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Contact instellingen" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Contact" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Hun persoonlijke nota" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Wijzig aantekeningen over dit contact" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Blokkeer/deblokkeer contact" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Negeer contact" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Toon gesprekken" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Laatste wijziging:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Openbare posts aanpassen" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Wijzig nu" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Wait op bevestiging van de connectie" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Op dit moment geblokkeerd" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Op dit moment genegeerd" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Op dit moment gearchiveerd" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Verberg dit contact voor anderen" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 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/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Meldingen voor nieuwe berichten" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Stuur een notificatie voor elk bericht van dit contact" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 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/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Acties" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Tijdlijn" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Berichten van dit contact spiegelen" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 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." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Contact data opnieuw ophalen" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Schakel geblokkeerde status" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Schakel negeerstatus" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6305,10 +6919,6 @@ msgstr "Verkeerde aanvraag." msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Contact is verwijderd." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6326,7 +6936,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Ja" @@ -6356,102 +6966,59 @@ msgstr "" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Geen resultaten." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 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." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Lokale Groep" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Berichten van lokale gebruikers op deze server" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globale gemeenschap" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Berichten van gebruikers van het hele gefedereerde netwerk" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Geen resultaten." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Groepsoptie niet beschikbaar" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Niet beschikbaar" -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Zo'n groep bestaat niet" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Groep: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Laatste activiteit" - -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Sorteer naar laatste activiteit" - -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Laatste Berichten" - -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Sorteren naar ontvangstdatum bericht" - -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Persoonlijk" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "" -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Met ster" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "" -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Favoriete berichten" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "" #: src/Module/Credits.php:44 msgid "Credits" @@ -6669,7 +7236,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Je moet ingelogd zijn om deze module te gebruiken" @@ -6730,29 +7297,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "Selecteer een identiteit om te beheren:" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." @@ -6798,138 +7342,59 @@ msgstr "Stel vrienden voor" msgid "Suggest a friend for %s" msgstr "Stel een vriend voor aan %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Geïnstalleerde addons/applicaties:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Geen geïnstalleerde addons/applicaties" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Lees de Gebruiksvoorwaarden van deze node na." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "De volgende remote servers zijn geblokkeerd." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Reden van de blokkering" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 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:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Bug rapporten en problemen: bezoek" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "de github bugtracker" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 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:56 -msgid "Could not create group." -msgstr "Kon de groep niet aanmaken." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Groep niet gevonden." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Onbekende groep." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Kan het contact niet aan de groep toevoegen." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Contact succesvol aan de groep toegevoegd." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Kan het contact niet uit de groep verwijderen." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Contact succesvol verwijderd uit groep." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Verkeerde aanvraag." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Bewaar groep" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "filter" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Maak een groep contacten/vrienden aan." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Niet in staat om groep te verwijderen." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Verwijder Groep" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Bewerk Groep Naam" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Leden" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "De groep is leeg" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Verwijder contact uit de groep" - -#: src/Module/Group.php:326 -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:340 -msgid "Add contact to group" -msgstr "Voeg contact toe aan de groep" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Geen profiel" @@ -7221,30 +7686,26 @@ msgstr "Nieuw bericht opstellen" msgid "Visibility" msgstr "Zichtbaarheid" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Wis de locatie" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Locatiediensten zijn niet beschikbaar op uw apparaat" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 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/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Het gevraagde item bestaat niet of is verwijderd" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "De tijdlijn voor dit item is niet beschikbaar" @@ -7279,7 +7740,7 @@ msgstr "Bestanden" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Uploaden" @@ -7300,21 +7761,14 @@ msgstr "Bestand is groter dan de limiet ( %s )" msgid "File upload failed." msgstr "Uploaden van bestand mislukt." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Niet in staat om de afbeelding te verwerken" -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Beeld is groter dan de limiet ( %s )" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Uploaden van afbeelding mislukt." @@ -7346,41 +7800,41 @@ msgstr "" msgid "List of pending user deletions" msgstr "" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normale accountpagina" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Zeepkist-pagina" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Publiek Forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Automatisch Vriendschapspagina" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Privé Forum" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Persoonlijke pagina" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Organisatie Pagina" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Nieuws pagina" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Groepsforum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7436,6 +7890,7 @@ msgid "Block New Remote Contact" msgstr "Blokkeer Nieuwe Remote Contacten" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto" @@ -7509,6 +7964,8 @@ msgid "Matching known servers" msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "" @@ -7652,6 +8109,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "" @@ -7765,10 +8223,6 @@ msgstr "" msgid "URL" msgstr "" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7791,6 +8245,237 @@ msgstr "" msgid "Item Guid" msgstr "Item identificatie" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Normaal account" @@ -7800,8 +8485,8 @@ msgid "Automatic Follower Account" msgstr "Automatische Volger Account" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Publiek Forum account" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7812,8 +8497,8 @@ msgid "Blog Account" msgstr "Blog Account" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Privé Forum Account" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8049,7 +8734,7 @@ msgstr "Denkt dat je hem of haar kent:" #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Nee" @@ -8113,11 +8798,11 @@ msgstr "Tijdlijn-notificaties" msgid "Show unread" msgstr "Toon ongelezen" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} vroeg om zich te registreren" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8136,7 +8821,7 @@ msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8147,11 +8832,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8232,65 +8917,65 @@ msgstr "" msgid "Remote privacy information not available." msgstr "Privacyinformatie op afstand niet beschikbaar." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Zichtbaar voor:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "De foto met id %s is niet beschikbaar" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Ongeldige foto met ID %s" @@ -8331,8 +9016,8 @@ msgstr "Verwijder label van item" msgid "Select a tag to remove: " msgstr "Selecteer een label om te verwijderen: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Verwijderen" @@ -8342,24 +9027,31 @@ msgstr "Geen contacten." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Tijdslijn van %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Berichten van %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "reactie van %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Beeld is groter dan de limiet ( %s )" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Opladen van het beeld is niet compleet, probeer het opnieuw" @@ -8378,7 +9070,7 @@ msgstr "De server kan op dit moment geen nieuw bestand opladen, contacteer alsje msgid "Image file is empty." msgstr "Afbeeldingsbestand is leeg." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Album bekijken" @@ -8393,7 +9085,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Volledige Naam:" @@ -8414,12 +9106,12 @@ msgid "Birthday:" msgstr "Verjaardag:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Leeftijd:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8427,13 +9119,13 @@ msgstr[0] "%d jaar oud" msgstr[1] "%d jaar oud" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Beschrijving:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Fora:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8589,8 +9281,8 @@ msgid "Your invitation code: " msgstr "Je uitnodigingscode:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Je volledige naam (bvb. Jan Smit, echt of echt lijkend):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8603,7 +9295,7 @@ msgid "Please repeat your e-mail address:" msgstr "Herhaal uw e-mailadres:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nieuw Wachtwoord:" @@ -8612,7 +9304,7 @@ msgid "Leave empty for an auto generated password." msgstr "Laat leeg voor een automatisch gegenereerd wachtwoord." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Bevestig:" @@ -8639,11 +9331,11 @@ msgstr "Importeer je profiel op deze friendica server" msgid "Note: This node explicitly contains adult content" msgstr "Waarschuwing: Deze node heeft inhoud enkel bedoeld voor volwassenen." -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Ouderlijk wachtwoord:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Geef alstublieft het wachtwoord van het ouderlijke account om je verzoek te legitimeren." @@ -8830,24 +9522,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Huidig wachtwoord:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8858,7 +9550,7 @@ msgstr "Resterende herstelcodes: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Ongeldige code, probeer het opnieuw." @@ -8943,7 +9635,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Voer een code in van uw authenticatie-app" @@ -8971,99 +9663,99 @@ msgstr "Ongeldig email adres." msgid "Cannot change to that email." msgstr "Kan niet naar dat email adres veranderen." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Wijziging instellingen is niet opgeslagen." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Importeren Contacten voltooid" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Verhuis boodschap is verzonden naar je contacten" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Persoonlijke Pagina Subtypes" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Groepsforum Subtypes" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Account voor een persoonlijk profiel" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Account voor een organisatie die automatisch contact aanvragen goedkeurt als \"Volgers\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 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\"." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Account voor groepsdiscussies." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 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\"." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 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\"." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Aanvaardt automatisch all contact aanvragen." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 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\"." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Privé-forum [experimenteel]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Vereist manuele goedkeuring van contact aanvragen." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Uw profiel publiceren in uw lokale sitemap?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9071,89 +9763,94 @@ msgid "" " 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." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Je profiel zal ook worden gepubliceerd in de globale Friendica directories (e.g. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Account Instellingen" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Je Identiteit adres is '%s' of '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Wachtwoord Instellingen" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Wachtwoord:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "Je huidige wachtwoord om de verandering in het email adres te bevestigen" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Verwijder OpenID URL" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Basis Instellingen" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Weergave naam:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-mailadres:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Je Tijdzone:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Je taal:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 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" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Standaard locatie:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Gebruik Webbrowser Locatie:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Instellingen voor Beveiliging en Privacy" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maximum aantal vriendschapsverzoeken per dag:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(om spam misbruik te voorkomen)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Wilt u dat uw profiel globaal doorzoekbaar is?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9161,43 +9858,43 @@ msgid "" "indexed or not." msgstr "Activeer deze instelling als u wilt dat anderen u gemakkelijk kunnen vinden en volgen. Uw profiel is doorzoekbaar op externe systemen. Deze instelling bepaalt ook of Friendica zoekmachines zal informeren dat uw profiel moet worden geïndexeerd of niet." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Uw contact- / vriendenlijst verbergen voor hen die uw profiel bekijken?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "Een lijst met uw contacten wordt weergegeven op uw profielpagina. Activeer deze optie om de weergave van uw contactenlijst uit te schakelen." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Maak openbare berichten verborgen" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Je openbare berichten verschijnen niet op de communitypagina's of in de zoekresultaten en worden ook niet naar relayservers gestuurd. Ze kunnen echter nog steeds verschijnen op openbare feeds op externe servers." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Maak alle geplaatste foto's toegankelijk" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9205,233 +9902,241 @@ msgid "" "public on your photo albums though." msgstr "Deze optie maakt elke geplaatste foto toegankelijk via de directe link. Dit is een tijdelijke oplossing voor het probleem dat de meeste andere netwerken de rechten op afbeeldingen niet kunnen verwerken. Niet-openbare afbeeldingen zijn echter nog steeds niet zichtbaar voor het publiek in uw fotoalbums." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Vrienden toestaan om op jouw profielpagina te posten?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 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" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Sta vrienden toe om jouw berichten te labelen?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Je contacten kunnen tags toevoegen aan je berichten." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Mogen onbekende personen jou privé berichten sturen?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 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." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Standaard rechten voor nieuwe berichten" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Vervalinstellingen" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Laat berichten automatisch vervallen na zo veel dagen:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Verlopen berichten" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Indien geactiveerd, zullen berichten en opmerkingen verlopen." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Verloop persoonlijke notities" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Indien geactiveerd, verlopen de persoonlijke notities op uw profielpagina." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Berichten met ster laten vervallen" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Berichten met een ster verhinderen dat ze verlopen. Dat gedrag wordt door deze instelling overschreven." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Laat alleen berichten van anderen verlopen" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Indien geactiveerd, vervallen je eigen berichten nooit. Dan zijn bovenstaande instellingen alleen geldig voor berichten die je hebt ontvangen." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Notificatie Instellingen" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Stuur een notificatie e-mail wanneer:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Je ontvangt een vriendschaps- of connectieverzoek" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Iemand iets op je tijdlijn schrijft" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Iemand een reactie schrijft" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Je een privé-bericht ontvangt" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Je een suggestie voor een vriendschap ontvangt" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Je expliciet in een bericht bent genoemd" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Activeer desktop notificaties" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Toon desktop pop-up bij nieuwe notificaties" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Alleen-tekst notificatie emails" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Stuur alleen-tekst notificatie emails, zonder het html gedeelte" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Toon gedetailleerde notificaties" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 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." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Geavanceerde Account/Pagina Type Instellingen" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Pas het gedrag van dit account aan voor speciale situaties" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Importeer contacten" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 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 een CSV-bestand met de handle van uw gevolgde gebruikers in de eerste kolom die u uit de oude gebruiker hebt geëxporteerd." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Upload bestand" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Verhuis" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 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." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Stuur verhuis boodschap naar contacten" @@ -9443,6 +10148,119 @@ msgstr "Addon instellingen" msgid "No Addon settings configured" msgstr "Geen Addon instellingen geconfigureerd" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Omschrijving" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Toevoegen" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 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." @@ -9640,221 +10458,255 @@ msgstr "Naar map verplaatsen" msgid "Move to folder:" msgstr "Verplaatsen naar map:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delegatie met succes verleend." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Brongebruiker niet gevonden, niet beschikbaar of wachtwoord komt niet overeen." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegatie is ingetrokken." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Gedelegeerde beheerders kunnen delegatierechten bekijken, maar niet wijzigen." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Gemachtigde gebruiker niet gevonden." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Ouderlijke gebruiker ontbreekt" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Ouderlijke gebruiker" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Toegevoegde gebruikers" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Registreer extra gebruikers die automatisch zijn verbonden met uw bestaande gebruiker, zodat u ze vanuit deze gebruiker kunt beheren." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Registreer een toegevoegde gebruiker" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Gemachtigden" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Toevoegen" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Geen gegevens." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Het thema dat je koos is niet beschikbaar" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Niet ondersteund)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Scherminstellingen" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Algemene Thema Instellingen" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Speciale Thema Instellingen" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Content Instellingen" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Thema-instellingen" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Schermthema:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobiel thema:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Aantal items te tonen per pagina:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maximum 100 items" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Browser elke xx seconden verversen" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 seconden. Geef -1 op om te deactiveren." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Oneindig scrollen" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Begin van de week:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9870,160 +10722,156 @@ msgstr "Verbonden applicaties" msgid "Remove authorization" msgstr "Verwijder authorisatie" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Profiel kan niet worden bijgewerkt." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Label:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Waarde:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Veldrechten" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klik om te openen/sluiten)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Voeg nieuw profielveld toe" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Profiel Acties" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Profieldetails bewerken" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Profielfoto wijzigen" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profiel foto" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Plaats" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Diversen" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Aangepaste profielvelden" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Profielfoto uploaden" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Weergave naam:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Postadres:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Gemeente/Stad:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Regio/Staat:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Land:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) adres:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Adres tijdlijn:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Publieke Sleutelwoorden:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Privé Sleutelwoorden:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Aangepaste velden verschijnen op je profielpagina.

    \n\t\t\t\t

    Je kunt BBCodes in de veldwaarden gebruiken.

    \n\t\t\t\t

    Sorteer opnieuw door de veldtitel te slepen.

    \n\t\t\t\t

    Maak het labelveld leeg om een ​​aangepast veld te verwijderen.

    \n\t\t\t\t

    Niet-openbare velden zijn alleen zichtbaar voor de geselecteerde Friendica-contacten of de Friendica-contacten in de geselecteerde groepen.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Postadres:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Gemeente/Stad:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Regio/Staat:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Land:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) adres:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Adres tijdlijn:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Publieke Sleutelwoorden:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Privé Sleutelwoorden:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Verkleining van de afbeelding [%s] mislukt." @@ -10059,257 +10907,299 @@ msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat." msgid "Use Image As Is" msgstr "Gebruik afbeelding zoals deze is" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Ontbrekende geüploade afbeelding." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Profiel afbeelding instellingen" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Huidige profielafbeelding" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Upload profiel afbeelding" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Upload afbeelding" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "of" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "Deze stap overslaan" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "Kies een foto uit je fotoalbums" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Friendica systeem notificatie]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Gebruiker verwijderde zijn of haar account" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 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." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "De gebruikers id is %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Verwijder mijn account" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 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." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Voer je wachtwoord in voor verificatie:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Voer uw wachtwoord in om deze pagina te openen." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 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:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "App-specifieke wachtwoordgeneratie mislukt: deze beschrijving bestaat al." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Nieuw app-specifiek wachtwoord gegenereerd." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "App-specifieke wachtwoorden succesvol ingetrokken." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "App-specifiek wachtwoord succesvol ingetrokken." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Twee-factor app-specifieke wachtwoorden" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "Omschrijving" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Laatst gebruikt" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Intrekken" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Alles intrekken" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Wanneer u een nieuw app-specifiek wachtwoord genereert, moet u dit meteen gebruiken, het wordt u een keer getoond nadat u het hebt gegenereerd." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Genereer een nieuw app-specifiek wachtwoord" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Genereer" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Twee-factor-authenticatie succesvol uitgeschakeld." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "" "

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

    " msgstr "

    Gebruik een applicatie op een mobiel apparaat om tweefactorauthenticatiecodes te krijgen wanneer daarom wordt gevraagd bij het inloggen.

    " -#: src/Module/Settings/TwoFactor/Index.php:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Authenticatie-app" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Geconfigureerd" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Niet geconfigureerd" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    U bent nog niet klaar met het configureren van uw authenticator-app.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Uw authenticator-app is correct geconfigureerd.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Herstelcodes" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Resterende geldige codes" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "" "

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

    " msgstr "

    Deze codes voor eenmalig gebruik kunnen een authenticator-app-code vervangen als u er geen toegang toe heeft.

    " -#: src/Module/Settings/TwoFactor/Index.php:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "App-specifieke wachtwoorden" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "App-specifieke wachtwoorden gegenereerd" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Met deze willekeurig gegenereerde wachtwoorden kunt u verifiëren bij apps die geen tweefactorauthenticatie ondersteunen.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Huidig wachtwoord:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "U moet uw huidige wachtwoord opgeven om de instellingen voor tweefactorauthenticatie te wijzigen." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Schakel tweefactorauthenticatie in" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Schakel tweefactorauthenticatie uit" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Toon herstelcodes" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Beheer app-specifieke wachtwoorden" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Voltooi de app-configuratie" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Nieuwe herstelcodes zijn succesvol gegenereerd." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Twee-factor herstelcodes" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10318,68 +11208,68 @@ msgid "" "account.

    " msgstr "

    Herstelcodes kunnen worden gebruikt om je gebruiker te benaderen in het geval dat je geen toegang meer hebt tot je apparaat en je geen twee-factor autentificatie codes kunt ontvangen.

    Bewaar deze op een veilige plek! Als je je apparaat verliest en je hebt geen toegang tot de herstelcodes dan heb je geen toegang meer tot je gebruiker.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "Wanneer u nieuwe herstelcodes genereert, moet u de nieuwe codes kopiëren. Uw oude codes werken niet meer." -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Genereer nieuwe herstelcodes" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Volgende: verificatie" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Twee-factor-authenticatie succesvol geactiveerd." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10399,24 +11289,24 @@ msgid "" "" msgstr "

    Of je kan de autentificatie instellingen handmatig versturen:

    \n
    \n\t
    Uitgever
    \n\t
    %s
    \n\t
    Gebruikersnaam
    \n\t
    %s
    \n\t
    Geheime sleutel
    \n\t
    %s
    \n\t
    Type
    \n\t
    Time-based
    \n\t
    Aantal tekens
    \n\t
    6
    \n\t
    Hashing algorithm
    \n\t
    SHA-1
    \n
    " -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Tweeledige codeverificatie" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Scan deze QR-code met uw authenticator-app en verzend de opgegeven code.

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Controleer de code en schakel tweefactorauthenticatie in" @@ -10451,20 +11341,41 @@ msgid "" " e.g. Mastodon." msgstr "Exporteer de lijst met de gebruikers die u volgt als CSV-bestand. Compatibel met b.v. Mastodont." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10476,7 +11387,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10489,14 +11400,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "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." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "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." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10507,11 +11418,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Privacy Verklaring" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10519,6 +11430,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Het gevraagde item bestaat niet of is verwijderd" + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "" + +#: src/Module/User/Delegation.php:187 +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/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Selecteer een identiteit om te beheren:" + #: src/Module/User/Import.php:103 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" @@ -10567,22 +11505,22 @@ msgstr "Fout! Geen versie data in het bestand! Is dit wel een Friendica account msgid "User '%s' already exists on this server!" msgstr "Gebruiker '%s' bestaat al op deze server!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Fout bij het aanmaken van de gebruiker" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, 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/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Fout bij het aanmaken van het gebruikersprofiel" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" @@ -10716,15 +11654,15 @@ msgid "" msgstr "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." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Groepeer je contacten" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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 "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. " +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -10938,7 +11876,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -10982,7 +11920,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s heeft een opmering geschreven op hun %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Opmerking bij conversatie #%2$d door %3$s" @@ -10994,7 +11932,7 @@ msgstr "%s gaf een reactie op een bericht/gesprek die jij volgt." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, 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." @@ -11159,10 +12097,10 @@ msgstr "Je kreeg een [url=%1$s]registratieaanvraag[/url] van %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" -msgstr "Volledige naam:\t%s\nAdres van de site:\t%s\nLoginnaam:\t%s (%s)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11188,22 +12126,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s heeft jou getagged" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s deelde een nieuwe post" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11231,272 +12169,308 @@ msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze ber msgid "%s posted an update." msgstr "%s heeft een wijziging geplaatst." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Privébericht" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Deze entry werd bewerkt" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Bewerken" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Verwijder globaal" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Verwijder lokaal" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Ik zal er zijn" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Ik zal er niet zijn" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Ik ga misschien" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "aan" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "wall-to-wall" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Antwoord aan %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Meer" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Meldingstaak is in behandeling" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Levering aan externe servers is in behandeling" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d reactie" msgstr[1] "%d reacties" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Toon meer" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Toon minder" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s volgt nu %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "volgend" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s stopte %s te volgen." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "is gestopt met volgen" @@ -11854,7 +12828,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11873,7 +12847,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11881,7 +12855,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11889,10 +12863,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/nl/strings.php b/view/lang/nl/strings.php index 382ac0f955..5ec4cf851b 100644 --- a/view/lang/nl/strings.php +++ b/view/lang/nl/strings.php @@ -199,7 +199,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Alle contacten'; $a->strings['Followers'] = 'Volgers'; $a->strings['Following'] = 'Volgend'; -$a->strings['Mutual friends'] = 'Gemeenschappelijke vrienden'; $a->strings['Common'] = 'Algemeen'; $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'; @@ -279,36 +278,42 @@ $a->strings['Public post'] = 'Openbare post'; $a->strings['Message'] = 'Bericht'; $a->strings['Browser'] = 'Browser'; $a->strings['Open Compose page'] = 'Open de opstelpagina'; +$a->strings['remove'] = 'verwijder'; +$a->strings['Delete Selected Items'] = 'Geselecteerde items verwijderen'; +$a->strings['%s reshared this.'] = '%s heeft dit gedeeld'; $a->strings['View %s\'s profile @ %s'] = 'Bekijk het profiel van %s @ %s'; $a->strings['Categories:'] = 'Categorieën:'; $a->strings['Filed under:'] = 'Bewaard onder:'; $a->strings['%s from %s'] = '%s van %s'; $a->strings['View in context'] = 'In context bekijken'; -$a->strings['remove'] = 'verwijder'; -$a->strings['Delete Selected Items'] = 'Geselecteerde items verwijderen'; -$a->strings['%s reshared this.'] = '%s heeft dit gedeeld'; +$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['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['Starred'] = 'Met ster'; +$a->strings['Favourite Posts'] = 'Favoriete berichten'; $a->strings['General Features'] = 'Algemene functies'; $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['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['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['Forums'] = 'Forums'; -$a->strings['External link to forum'] = 'Externe link naar het forum'; $a->strings['show more'] = 'toon meer'; $a->strings['event'] = 'gebeurtenis'; $a->strings['status'] = 'status'; @@ -327,7 +332,6 @@ $a->strings['Connect/Follow'] = 'Verbind/Volg'; $a->strings['Nothing new here'] = 'Niets nieuw hier'; $a->strings['Go back'] = 'Ga terug'; $a->strings['Clear notifications'] = 'Notificaties verwijderen'; -$a->strings['@name, !forum, #tags, content'] = '@naam, !forum, #labels, inhoud'; $a->strings['Logout'] = 'Uitloggen'; $a->strings['End this session'] = 'Deze sessie beëindigen'; $a->strings['Login'] = 'Login'; @@ -413,7 +417,6 @@ $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['Groups'] = 'Groepen'; $a->strings['Everyone'] = 'Iedereen'; $a->strings['Relationships'] = 'Relaties'; $a->strings['All Contacts'] = 'Alle Contacten'; @@ -572,9 +575,11 @@ $a->strings['%s: Database update'] = '%s: Database update'; $a->strings['%s: updating %s table.'] = '%s: tabel %s aan het updaten.'; $a->strings['Unauthorized'] = 'Onbevoegd'; $a->strings['Legacy module file not found: %s'] = 'Legacy module bestand niet gevonden: %s'; +$a->strings['Everybody'] = 'Iedereen'; +$a->strings['edit'] = 'verander'; +$a->strings['add'] = 'toevoegen'; $a->strings['Approve'] = 'Goedkeuren'; $a->strings['Organisation'] = 'Organisatie'; -$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.'; @@ -609,16 +614,6 @@ $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['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['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['post'] = 'bericht'; $a->strings['Content warning: %s'] = 'Waarschuwing inhoud: %s'; @@ -692,7 +687,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Er is $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['Friends'] = 'Vrienden'; -$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['Profile Photos'] = 'Profielfoto\'s'; $a->strings[' Dear %1$s, @@ -852,7 +846,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Dit activ $a->strings['Global directory URL'] = 'Algemene gids URL'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL naar de globale gids. Als dit niet geconfigureerd is, dan zal de globale gids volledig onbeschikbaar zijn voor de applicatie.'; $a->strings['Private posts by default for new users'] = 'Privéberichten als standaard voor nieuwe gebruikers'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar.'; $a->strings['Don\'t include post content in email notifications'] = 'De inhoud van het bericht niet insluiten bij e-mailnotificaties'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = '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.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Publieke toegang ontzeggen tot addons die opgelijst zijn in het applicatie menu.'; @@ -877,9 +870,8 @@ $a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = $a->strings['Maximum Load Average'] = 'Maximum gemiddelde belasting'; $a->strings['Minimal Memory'] = 'Minimaal Geheugen'; $a->strings['Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).'] = 'Minimum vrij geheugen in MB voor de worker. Toegang nodig tot /proc/meminfo - standaard waarde 0 (gedeactiveerd).'; -$a->strings['Days between requery'] = 'Dagen tussen herbevraging'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Aantal dagen waarna de server opnieuw bevraagd wordt naar zijn contacten.'; $a->strings['Discover contacts from other servers'] = 'Ontdek contacten van andere servers'; +$a->strings['Days between requery'] = 'Dagen tussen herbevraging'; $a->strings['Search the local directory'] = 'Doorzoek de lokale gids'; $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.'] = '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.'; $a->strings['Publish server information'] = 'Publiceer server informatie'; @@ -976,7 +968,6 @@ $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['People Search - %s'] = 'Mensen Zoeken - %s'; -$a->strings['Forum Search - %s'] = 'Forum doorzoeken - %s'; $a->strings['No matches'] = 'Geen resultaten'; $a->strings['Account'] = 'Account'; $a->strings['Two-factor authentication'] = '2-factor authenticatie'; @@ -1005,6 +996,13 @@ $a->strings['Events'] = 'Gebeurtenissen'; $a->strings['View'] = 'Beeld'; $a->strings['Create New Event'] = 'Maak een nieuwe gebeurtenis'; $a->strings['list'] = 'lijst'; +$a->strings['Contact not found.'] = 'Contact niet gevonden'; +$a->strings['Invalid contact.'] = 'Ongeldig contact.'; +$a->strings['Contact is deleted.'] = 'Contact is verwijderd.'; +$a->strings['Bad request.'] = 'Verkeerde aanvraag.'; +$a->strings['Filter'] = 'filter'; +$a->strings['Members'] = 'Leden'; +$a->strings['Click on a contact to add or remove.'] = 'Klik op een contact om het toe te voegen of te verwijderen.'; $a->strings['%d contact edited.'] = [ 0 => '%d contact bewerkt.', 1 => '%d contacten bewerkt.', @@ -1020,7 +1018,6 @@ $a->strings['Archived'] = 'Gearchiveerd'; $a->strings['Only show archived contacts'] = 'Toon alleen gearchiveerde contacten'; $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'; @@ -1036,7 +1033,6 @@ $a->strings['you are a fan of'] = 'Jij bent een fan van'; $a->strings['Pending outgoing contact request'] = 'In afwachting van uitgaande contactaanvraag'; $a->strings['Pending incoming contact request'] = 'In afwachting van inkomende contactaanvraag'; $a->strings['Visit %s\'s profile [%s]'] = 'Bekijk het profiel van %s [%s]'; -$a->strings['Contact not found.'] = 'Contact niet gevonden'; $a->strings['Contact update failed.'] = 'Aanpassen van contact mislukt.'; $a->strings['Return to contact editor'] = 'Ga terug naar contactbewerker'; $a->strings['Name'] = 'Naam'; @@ -1044,7 +1040,6 @@ $a->strings['Account Nickname'] = 'Bijnaam account'; $a->strings['Account URL'] = 'URL account'; $a->strings['Poll/Feed URL'] = 'URL poll/feed'; $a->strings['New photo from this URL'] = 'Nieuwe foto van deze URL'; -$a->strings['Invalid contact.'] = 'Ongeldig contact.'; $a->strings['Follower (%s)'] = [ 0 => 'Volger (%s)', 1 => 'Volgers (%s)', @@ -1127,30 +1122,15 @@ $a->strings['Refetch contact data'] = 'Contact data opnieuw ophalen'; $a->strings['Toggle Blocked status'] = 'Schakel geblokkeerde status'; $a->strings['Toggle Ignored status'] = 'Schakel negeerstatus'; $a->strings['Bad Request.'] = 'Verkeerde aanvraag.'; -$a->strings['Contact is deleted.'] = 'Contact is verwijderd.'; $a->strings['Yes'] = 'Ja'; $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['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['Disconnect/Unfollow'] = 'Disconnecteer/stop met volgen'; -$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['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['Community option not available.'] = 'Groepsoptie niet beschikbaar'; $a->strings['Not available.'] = 'Niet beschikbaar'; -$a->strings['No such group'] = 'Zo\'n groep bestaat niet'; -$a->strings['Group: %s'] = 'Groep: %s'; -$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['Starred'] = 'Met ster'; -$a->strings['Favourite Posts'] = 'Favoriete berichten'; $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['Error'] = [ @@ -1191,8 +1171,6 @@ $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'] = 'Opzoekadres'; -$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['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:'; @@ -1212,25 +1190,6 @@ $a->strings['Please visit Friendi.ca to learn m $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['Could not create group.'] = 'Kon de groep niet aanmaken.'; -$a->strings['Group not found.'] = 'Groep niet gevonden.'; -$a->strings['Unknown group.'] = 'Onbekende groep.'; -$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['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['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 profile'] = 'Geen profiel'; $a->strings['Method Not Allowed.'] = 'Methode niet toegestaan.'; $a->strings['Help:'] = 'Help:'; @@ -1292,7 +1251,6 @@ $a->strings['Visibility'] = 'Zichtbaarheid'; $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['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['System down for maintenance'] = 'Systeem onbeschikbaar wegens onderhoud'; $a->strings['A Decentralized Social Network'] = 'Een gedecentraliseerd sociaal netwerk'; @@ -1303,17 +1261,13 @@ $a->strings['Or - did you try to upload an empty file?'] = 'Of - probeerde je ee $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 process image.'] = 'Niet in staat om de afbeelding te verwerken'; -$a->strings['Image exceeds size limit of %s'] = 'Beeld is groter dan de limiet ( %s )'; $a->strings['Image upload failed.'] = 'Uploaden van afbeelding mislukt.'; $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['%s contact unblocked'] = [ 0 => '%s contact is niet langer geblokkeerd', 1 => '%s contacten zijn niet langer geblokkeerd', @@ -1349,10 +1303,8 @@ $a->strings['Item not found'] = 'Item niet gevonden'; $a->strings['Item Guid'] = 'Item identificatie'; $a->strings['Normal Account'] = 'Normaal account'; $a->strings['Automatic Follower Account'] = 'Automatische Volger Account'; -$a->strings['Public Forum Account'] = 'Publiek Forum account'; $a->strings['Automatic Friend Account'] = 'Automatisch Vriendschapsaccount'; $a->strings['Blog Account'] = 'Blog Account'; -$a->strings['Private Forum Account'] = 'Privé Forum Account'; $a->strings['Registered users'] = 'Geregistreerde gebruikers'; $a->strings['Pending registrations'] = 'Registraties die in de wacht staan'; $a->strings['You can\'t remove yourself'] = 'Je kan jezelf niet verwijderen'; @@ -1427,6 +1379,7 @@ $a->strings['No contacts.'] = 'Geen contacten.'; $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['Image exceeds size limit of %s'] = 'Beeld is groter dan de limiet ( %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'; @@ -1444,7 +1397,6 @@ $a->strings['%d year old'] = [ 1 => '%d jaar oud', ]; $a->strings['Description:'] = 'Beschrijving:'; -$a->strings['Forums:'] = 'Fora:'; $a->strings['View profile as:'] = 'Bekijk profiel als:'; $a->strings['Profile unavailable.'] = 'Profiel onbeschikbaar'; $a->strings['Invalid locator'] = 'Ongeldige plaatsbepaler'; @@ -1467,7 +1419,6 @@ $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['Please repeat your e-mail address:'] = 'Herhaal uw e-mailadres:'; $a->strings['New Password:'] = 'Nieuw Wachtwoord:'; @@ -1535,7 +1486,6 @@ $a->strings['Importing Contacts done'] = 'Importeren Contacten voltooid'; $a->strings['Relocate message has been send to your contacts'] = 'Verhuis boodschap is verzonden naar je contacten'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder.'; $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".'; @@ -1544,7 +1494,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $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.'; @@ -1559,6 +1508,7 @@ $a->strings['Password:'] = 'Wachtwoord:'; $a->strings['Your current password to confirm the changes of the email address'] = 'Je huidige wachtwoord om de verandering in het email adres te bevestigen'; $a->strings['Delete OpenID URL'] = 'Verwijder OpenID URL'; $a->strings['Basic Settings'] = 'Basis Instellingen'; +$a->strings['Display name:'] = 'Weergave naam:'; $a->strings['Email Address:'] = 'E-mailadres:'; $a->strings['Your Timezone:'] = 'Je Tijdzone:'; $a->strings['Your Language:'] = 'Je taal:'; @@ -1620,6 +1570,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Stuur verhuis boodschap naar contacten'; $a->strings['Addon Settings'] = 'Addon instellingen'; $a->strings['No Addon settings configured'] = 'Geen Addon instellingen geconfigureerd'; +$a->strings['Description'] = 'Omschrijving'; +$a->strings['Add'] = 'Toevoegen'; $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['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Email access is disabled on this site.'] = 'E-mailtoegang is op deze website uitgeschakeld.'; @@ -1656,7 +1608,6 @@ $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['Add'] = 'Toevoegen'; $a->strings['No entries.'] = 'Geen gegevens.'; $a->strings['The theme you chose isn\'t available.'] = 'Het thema dat je koos is niet beschikbaar'; $a->strings['%s - (Unsupported)'] = '%s - (Niet ondersteund)'; @@ -1677,7 +1628,6 @@ $a->strings['Beginning of week:'] = 'Begin van de week:'; $a->strings['Additional Features'] = 'Extra functies'; $a->strings['Connected Apps'] = 'Verbonden applicaties'; $a->strings['Remove authorization'] = 'Verwijder authorisatie'; -$a->strings['Profile Name is required.'] = 'Profielnaam is vereist.'; $a->strings['Profile couldn\'t be updated.'] = 'Profiel kan niet worden bijgewerkt.'; $a->strings['Label:'] = 'Label:'; $a->strings['Value:'] = 'Waarde:'; @@ -1692,7 +1642,6 @@ $a->strings['Location'] = 'Plaats'; $a->strings['Miscellaneous'] = 'Diversen'; $a->strings['Custom Profile Fields'] = 'Aangepaste profielvelden'; $a->strings['Upload Profile Photo'] = 'Profielfoto uploaden'; -$a->strings['Display name:'] = 'Weergave naam:'; $a->strings['Street Address:'] = 'Postadres:'; $a->strings['Locality/City:'] = 'Gemeente/Stad:'; $a->strings['Region/State:'] = 'Regio/Staat:'; @@ -1704,15 +1653,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Aangepaste velden verschijnen op je profielpagina.

    -

    Je kunt BBCodes in de veldwaarden gebruiken.

    -

    Sorteer opnieuw door de veldtitel te slepen.

    -

    Maak het labelveld leeg om een ​​aangepast veld te verwijderen.

    -

    Niet-openbare velden zijn alleen zichtbaar voor de geselecteerde Friendica-contacten of de Friendica-contacten in de geselecteerde groepen.

    '; $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'; @@ -1745,7 +1685,6 @@ $a->strings['App-specific password successfully revoked.'] = 'App-specifiek wach $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'] = 'Omschrijving'; $a->strings['Last Used'] = 'Laatst gebruikt'; $a->strings['Revoke'] = 'Intrekken'; $a->strings['Revoke All'] = 'Alles intrekken'; @@ -1820,6 +1759,9 @@ $a->strings['Export the list of the accounts you are following as CSV file. Comp $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['Privacy Statement'] = 'Privacy Verklaring'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Het gevraagde item bestaat niet of is verwijderd'; +$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['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.'; @@ -1860,8 +1802,6 @@ $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'; @@ -1918,11 +1858,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'registratie verzoek'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Je kreeg een registratieaanvraag van \'%1$s\' op %2$s'; $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: %s -Site Location: %s -Login Name: %s (%s)'] = 'Volledige naam: %s -Adres van de site: %s -Loginnaam: %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['%s %s tagged you'] = '%s %s heeft jou getagged'; $a->strings['%s %s shared a new post'] = '%s %s deelde een nieuwe post'; diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index fb90459f1d..cce03f497d 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -59,7 +59,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-12 07:57+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://app.transifex.com/Friendica/friendica/language/pl/)\n" @@ -85,29 +85,29 @@ msgstr "Element nie został zapisany. " msgid "Item couldn't be fetched." msgstr "Nie można pobrać elementu." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Pusty wpis został odrzucony." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Element nie znaleziony." -#: mod/item.php:435 mod/message.php:67 mod/message.php:113 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -118,17 +118,18 @@ msgstr "Element nie znaleziony." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Brak uprawnień." @@ -266,7 +267,7 @@ msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\ msgid "Your password has been changed at %s" msgstr "Twoje hasło zostało zmienione na %s" -#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nowa wiadomość" @@ -292,7 +293,7 @@ msgstr "Błąd zbierania komunikatów." msgid "Discard" msgstr "Odrzuć" -#: mod/message.php:135 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Wiadomości" @@ -328,7 +329,7 @@ msgstr "Temat:" msgid "Your message:" msgstr "Twoja wiadomość:" -#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Wyślij zdjęcie" @@ -338,29 +339,35 @@ msgstr "Wyślij zdjęcie" msgid "Insert web link" msgstr "Wstaw link" -#: mod/message.php:201 mod/message.php:357 mod/photos.php:1291 -#: src/Content/Conversation.php:390 src/Content/Conversation.php:734 -#: src/Module/Item/Compose.php:205 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Proszę czekać" -#: mod/message.php:202 mod/message.php:356 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Potwierdź" @@ -426,14 +433,14 @@ msgstr "Notatki" msgid "Personal notes are visible only by yourself." msgstr "Notatki osobiste są widziane tylko przez Ciebie." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Zapisz" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -445,22 +452,22 @@ msgid "User not found." msgstr "Użytkownik nie znaleziony." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:381 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Albumy zdjęć" -#: mod/photos.php:107 src/Module/Profile/Photos.php:382 -#: src/Module/Profile/Photos.php:402 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Ostatnio dodane zdjęcia" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:384 -#: src/Module/Profile/Photos.php:404 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Wyślij nowe zdjęcie" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:365 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "wszyscy" @@ -472,72 +479,72 @@ msgstr "Informacje o kontakcie są niedostępne" msgid "Album not found." msgstr "Nie znaleziono albumu." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Album został pomyślnie usunięty" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Album był pusty." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Błąd usunięcia zdjęcia." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "zdjęcie" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$szostał oznaczony znacznikiem %2$s przez %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:297 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Odmowa dostępu publicznego." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Nie zaznaczono zdjęć" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Prześlij zdjęcia" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nazwa nowego albumu: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "lub wybierz istniejący album:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Nie pokazuj stanu wpisów dla tego wysłania" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:392 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 #: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Uprawnienia" -#: mod/photos.php:796 +#: mod/photos.php:801 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:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Usuń album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:408 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -547,156 +554,158 @@ msgstr "Usuń album" msgid "Cancel" msgstr "Anuluj" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Edytuj album" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Upuść Album" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Pokaż najpierw najnowsze" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Pokaż najpierw najstarsze" -#: mod/photos.php:852 src/Module/Profile/Photos.php:352 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Zobacz zdjęcie" -#: mod/photos.php:885 +#: mod/photos.php:889 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:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Zdjęcie niedostępne" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Czy na pewno chcesz usunąć to zdjęcie ?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Usuń zdjęcie" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Zobacz zdjęcie" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Edytuj zdjęcie" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Usuń zdjęcie" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Ustaw jako zdjęcie profilowe" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Prywatne zdjęcie" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Zobacz w pełnym rozmiarze" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Znaczniki: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Wybierz znaczniki do usunięcia]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nazwa nowego albumu" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Zawartość" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Dodaj znacznik" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Nie obracaj" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Obróć zgodnie z kierunkiem wskazówek zegara (w prawo)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Obróć w przeciwnym kierunku do ruchu wskazówek zegara (w lewo)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "To jesteś Ty" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Komentarz" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:405 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:200 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1075 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Podgląd" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Wczytywanie..." -#: mod/photos.php:1226 src/Content/Conversation.php:650 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Wybierz" -#: mod/photos.php:1227 src/Content/Conversation.php:651 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Usuń" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Lubię" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Lubię to (zmień)" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Nie lubię" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Nie lubię tego (zmień)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Mapa" @@ -704,97 +713,112 @@ msgstr "Mapa" msgid "No system theme config value set." msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego." -#: src/App.php:577 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Przepraszamy, ale strona jest w tej chwili niedostępna." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Usunąć ten element?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Zablokować tego autora? Nie będą mogli Cię obserwować ani widzieć Twoich publicznych wpisów, a Ty nie będziesz widzieć ich wpisów i powiadomień." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" +msgid "Collapse this author's posts?" msgstr "" #: src/App/Page.php:253 -msgid "Sharing not successful" +msgid "Ignore this author's server?" msgstr "" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:256 -msgid "Network error" +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259 -msgid "Drop files here to upload" +msgid "Attendance unsuccessful" msgstr "" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." +msgid "Backend error" msgstr "" #: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." msgstr "" -#: src/App/Page.php:262 +#: src/App/Page.php:267 msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." msgstr "" -#: src/App/Page.php:263 +#: src/App/Page.php:268 msgid "You can't upload files of this type." msgstr "" -#: src/App/Page.php:264 +#: src/App/Page.php:269 msgid "Server responded with {{statusCode}} code." msgstr "" -#: src/App/Page.php:265 +#: src/App/Page.php:270 msgid "Cancel upload" msgstr "" -#: src/App/Page.php:266 +#: src/App/Page.php:271 msgid "Upload canceled." msgstr "" -#: src/App/Page.php:267 +#: src/App/Page.php:272 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: src/App/Page.php:268 +#: src/App/Page.php:273 msgid "Remove file" msgstr "" -#: src/App/Page.php:269 +#: src/App/Page.php:274 msgid "You can't upload any more files." msgstr "" -#: src/App/Page.php:347 +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "przełącz na mobilny" @@ -811,33 +835,34 @@ msgstr "Strona nie znaleziona." msgid "You must be logged in to use addons. " msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. " -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Wszystkie kontakty" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Zwolenników" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Kolejny" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Wspólni znajomi" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Wspólne" @@ -987,7 +1012,7 @@ msgstr "Wszystkie oczekujące aktualizacje wpisów są gotowe." msgid "Enter user nickname: " msgstr "Wpisz nazwę użytkownika:" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1162,21 +1187,25 @@ msgstr "pnut" msgid "Tumblr" msgstr "" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (przez %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "i" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "i %d inni ludzie" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." @@ -1185,7 +1214,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:229 +#: src/Content/Conversation.php:237 #, php-format msgid "%2$s doesn't like this." msgid_plural "%2$s don't like this." @@ -1194,7 +1223,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:231 +#: src/Content/Conversation.php:239 #, php-format msgid "%2$s attends." msgid_plural "%2$s attend." @@ -1203,7 +1232,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:233 +#: src/Content/Conversation.php:241 #, php-format msgid "%2$s doesn't attend." msgid_plural "%2$s don't attend." @@ -1212,7 +1241,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:235 +#: src/Content/Conversation.php:243 #, php-format msgid "%2$s attends maybe." msgid_plural "%2$s attend maybe." @@ -1221,7 +1250,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:237 +#: src/Content/Conversation.php:245 #, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." @@ -1230,7 +1259,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" @@ -1239,7 +1268,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" @@ -1248,7 +1277,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" @@ -1257,7 +1286,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" @@ -1266,7 +1295,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" @@ -1275,7 +1304,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" @@ -1284,274 +1313,402 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Widoczne dla wszystkich" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:199 -#: src/Object/Post.php:1074 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Wprowadź adres URL obrazu/wideo/audio/strony:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Termin tagu:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Zapisz w katalogu:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Gdzie teraz jesteś?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Usunąć pozycję (pozycje)?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Utworzono" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nowy wpis" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Podziel się" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "wyślij zdjęcie" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Załącz plik" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "załącz plik" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Pogrubienie" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Kursywa" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Podkreślenie" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Cytat" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 msgid "Add emojis" msgstr "" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1070 +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Kod" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Object/Post.php:1071 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Obraz" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Odnośnik" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:198 -#: src/Module/Post/Edit.php:178 src/Object/Post.php:1073 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Odnośnik lub Media" -#: src/Content/Conversation.php:373 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Filmy" -#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:201 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Ustaw swoją lokalizację" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "wybierz lokalizację" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Wyczyść lokalizację przeglądarki" -#: src/Content/Conversation.php:377 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "wyczyść lokalizację" -#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Podaj tytuł" -#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:207 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategorie (lista słów oddzielonych przecinkiem)" -#: src/Content/Conversation.php:386 src/Module/Item/Compose.php:223 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Zaplanowane na" -#: src/Content/Conversation.php:391 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Ustawienia uprawnień" -#: src/Content/Conversation.php:401 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Wpis publiczny" -#: src/Content/Conversation.php:415 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 #: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Wiadomość" -#: src/Content/Conversation.php:416 src/Module/Post/Edit.php:182 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Przeglądarka" -#: src/Content/Conversation.php:418 src/Module/Post/Edit.php:185 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Otwórz stronę Redagowanie" -#: src/Content/Conversation.php:678 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Przypięty element" - -#: src/Content/Conversation.php:694 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Pokaż profil %s @ %s" - -#: src/Content/Conversation.php:707 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Kategorie:" - -#: src/Content/Conversation.php:708 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "Umieszczono w:" - -#: src/Content/Conversation.php:716 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s od %s" - -#: src/Content/Conversation.php:732 -msgid "View in context" -msgstr "Zobacz w kontekście" - -#: src/Content/Conversation.php:797 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "usuń" -#: src/Content/Conversation.php:801 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Usuń zaznaczone elementy" -#: src/Content/Conversation.php:866 src/Content/Conversation.php:869 -#: src/Content/Conversation.php:872 src/Content/Conversation.php:875 -#: src/Content/Conversation.php:878 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "Zostałeś zaadresowany (%s)." -#: src/Content/Conversation.php:881 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Zacząłeś obserwować %s." -#: src/Content/Conversation.php:884 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "Zasubskrybowałeś jeden lub więcej znaczników w tym wpisie." -#: src/Content/Conversation.php:897 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%sudostępnił to. " -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Udostępnione" -#: src/Content/Conversation.php:899 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "Udostępnione przez %s <%s>" -#: src/Content/Conversation.php:902 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s bierze udział w tym wątku." -#: src/Content/Conversation.php:905 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "Przechowywane z powodów ogólnych" -#: src/Content/Conversation.php:908 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "Wpis globalny" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "Wysłane przez serwer przekazujący" -#: src/Content/Conversation.php:911 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Pobrane" -#: src/Content/Conversation.php:914 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Pobrano ponieważ %s <%s>" -#: src/Content/Conversation.php:917 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "Zapisano z powodu wpisu podrzędnego, który miał zakończyć ten wątek." -#: src/Content/Conversation.php:920 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "Dostarczone lokalnie" -#: src/Content/Conversation.php:923 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Przechowywane z powodu Twojej aktywności (polubienie, komentarz, gwiazdka, ...)" -#: src/Content/Conversation.php:926 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "Rozpowszechniane" -#: src/Content/Conversation.php:929 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Przypięty element" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Pokaż profil %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategorie:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Umieszczono w:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s od %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Zobacz w kontekście" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Lokalna społeczność" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Wpisy od lokalnych użytkowników na tym serwerze" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Globalna społeczność" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Wpisy od użytkowników całej sieci stowarzyszonej" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Ostatnia Aktywność" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sortuj wg. ostatniej aktywności" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Najnowsze wpisy" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Sortuj wg. daty otrzymania wpisu" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Najnowsze utworzenia" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Sortuj wg. daty utworzenia wpisu" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Osobiste" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Wpisy, które wspominają lub angażują Ciebie" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Ulubione" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Ulubione wpisy" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Funkcje ogólne" @@ -1581,13 +1738,13 @@ msgid "Post Composition Features" msgstr "Ustawienia funkcji postów" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Automatyczne wymienianie forów" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1627,12 +1784,12 @@ msgid "Advanced Profile Settings" msgstr "Zaawansowane ustawienia profilu" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Lista forów" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego" +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "" #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1664,385 +1821,396 @@ msgid "" "Contact birthday events are private to you." msgstr "Pozwala anonimowym odwiedzającym przeglądać Twój kalendarz i wydarzenia publiczne. Kontaktowe wydarzenia urodzinowe są prywatne dla Ciebie." -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Fora" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Zewnętrzny link do forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "pokaż mniej" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "pokaż więcej" -#: src/Content/Item.php:327 src/Model/Item.php:2927 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "wydarzenie" -#: src/Content/Item.php:330 src/Content/Item.php:340 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "stan" -#: src/Content/Item.php:336 src/Model/Item.php:2929 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "zdjęcie" -#: src/Content/Item.php:350 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, 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" -#: src/Content/Item.php:420 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Śledź wątek" -#: src/Content/Item.php:421 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Zobacz status" -#: src/Content/Item.php:422 src/Content/Item.php:442 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Zobacz profil" -#: src/Content/Item.php:423 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Zobacz zdjęcia" -#: src/Content/Item.php:424 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Wiadomości sieciowe" -#: src/Content/Item.php:425 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Pokaż kontakt" -#: src/Content/Item.php:426 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Wyślij prywatną wiadomość" -#: src/Content/Item.php:427 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Zablokuj" -#: src/Content/Item.php:428 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignoruj" -#: src/Content/Item.php:429 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:433 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Języki" -#: src/Content/Item.php:439 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 #: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Połącz/Obserwuj" -#: src/Content/Item.php:864 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Brak nowych zdarzeń" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Wróć" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Wyczyść powiadomienia" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@imię, !forum, #znaczniki, treść" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Wyloguj" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Zakończ sesję" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Zaloguj się" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Zaloguj się" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Twoja strona profilu" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Zdjęcia" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Twoje zdjęcia" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Media" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Twoje wpisy z mediami" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Kalendarz" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "Twój kalendarz" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Osobiste notatki" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Twoje osobiste notatki" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Strona domowa" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Strona startowa" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Zarejestruj" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Załóż konto" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:240 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Pomoc" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Pomoc i dokumentacja" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Aplikacje" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Wtyczki, aplikacje, narzędzia, gry" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Szukaj" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Przeszukaj zawartość strony" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Pełny tekst" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Znaczniki" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontakty" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Społeczność" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Rozmowy na tym i innych serwerach" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Katalog" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Katalog osób" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Informacje" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Informacje o tej instancji friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Warunki usługi" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Warunki świadczenia usług tej instancji Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Sieć" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Rozmowy Twoich przyjaciół" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Twoje wpisy i rozmowy" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Zapoznanie" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Prośba o przyjęcie do grona znajomych" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Powiadomienia" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Zobacz wszystkie powiadomienia" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Oznacz jako przeczytane" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Oznacz wszystkie powiadomienia systemowe jako przeczytane" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Prywatne maile" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Odebrane" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Wysłane" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Konta" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Zarządzaj innymi stronami" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Ustawienia" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Ustawienia konta" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Zarządzaj listą przyjaciół i kontaktami" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Administrator" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Konfiguracja i ustawienia strony" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2050,23 +2218,23 @@ msgstr "Konfiguracja i ustawienia strony" msgid "Moderation" msgstr "Moderacja" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "Moderacja treści i użytkowników" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Nawigacja" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Mapa strony" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Osadzanie wyłączone" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Osadzona zawartość" @@ -2086,51 +2254,51 @@ msgstr "następny" msgid "last" msgstr "ostatni" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Obrazek/zdjęcie" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3645 -#: src/Model/Item.php:3651 src/Model/Item.php:3652 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Odnośnik do źródła" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Kliknij aby otworzyć/zamknąć" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 napisał:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Szyfrowana treść" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Nieprawidłowy protokół źródłowy" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Niepoprawny link protokołu" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Wczytywanie kolejnych wpisów..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Koniec" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Śledź" @@ -2171,7 +2339,7 @@ msgstr "Wpisz nazwę lub zainteresowanie" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Przykład: Jan Kowalski, Wędkarstwo" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 #: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Znajdź" @@ -2202,45 +2370,49 @@ msgstr "Katalog globalny" msgid "Local Directory" msgstr "Katalog lokalny" -#: src/Content/Widget.php:215 src/Model/Group.php:596 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grupy" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Wszyscy" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relacje" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Wszystkie kontakty" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokoły" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Wszystkie protokoły" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Zapisane katalogi" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Wszystko" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategorie" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2249,30 +2421,40 @@ msgstr[1] "%d wspólne kontakty" msgstr[2] "%d wspólnych kontaktów" msgstr[3] "%d wspólnych kontaktów" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Archiwa" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Osoby" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organizacje" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Aktualności" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Rodzaje kont" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Wszyscy" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Eksport" @@ -2323,41 +2505,56 @@ msgstr[3] "Popularne znaczniki (ostatnie %d godzin)" msgid "More Trending Tags" msgstr "Więcej popularnych znaczników" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Wzmianka" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Lokalizacja:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Sieć:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Przestań obserwować" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Siebie" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Wzajemne" @@ -2366,7 +2563,7 @@ msgid "Post to Email" msgstr "Prześlij e-mailem" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Publiczny" @@ -2389,8 +2586,8 @@ msgstr "Ta zawartość będzie wyświetlana tylko osobom w pierwszym polu, z wyj #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2499,394 +2696,418 @@ msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/ma msgid "Generate encryption keys" msgstr "Generuj klucz kodowania" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 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:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Moduł Apache mod_rewrite" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 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:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "Moduł PDO lub MySQLi PHP" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany." -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "Moduł XML PHP" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "Moduł PHP libCurl" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "Moduł PHP-GD" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 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:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "Moduł PHP OpenSSL" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "Moduł PHP mb_string" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 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:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "Moduł PHP iconv" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "Moduł POSIX PHP" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Funkcje wykonywania programu" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Błąd: Funkcje wykonywania programu (proc_open) są wymagane, ale nie są włączone." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "Moduł PHP JSON" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 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:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "Informacje o pliku Moduł PHP" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 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:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 katalogu \"config\" serwera WWW i nie może tego zrobić." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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 katalogu - nawet jeśli Ty możesz." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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 katalogu \"config\" Friendica." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "Alternatywnie można pominąć tę procedurę i przeprowadzić instalację ręczną. Proszę zobaczyć plik \"doc/INSTALL.md\" z instrukcjami." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php jest zapisywalny" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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 katalogu najwyższego poziomu Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 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 katalogu." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 jest zapisywalny" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Adres URL zapisany w .htaccess wydaje się nie działać. Upewnij się, że skopiowano .htaccess-dist do .htaccess." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "W niektórych okolicznościach (np. uruchamianie wewnątrz kontenerów) możesz pominąć ten błąd." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Komunikat o błędzie z Curl podczas pobierania" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Działający adres URL" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Wykrycie TLS w celu zabezpieczenia komunikacji między przeglądarką a nowym serwerem Friendica nie powiodło się." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Zachęcamy do korzystania z Friendica tylko przez bezpieczne połączenie, ponieważ przesyłane będą poufne informacje, takie jak hasła." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Upewnij się, że połączenie z serwerem jest bezpieczne." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Nie wykryto TLS" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "Wykryto TLS" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick obsługuje GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Baza danych jest już w użyciu." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Nie można połączyć się z bazą danych." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Poniedziałek" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Wtorek" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Środa" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Czwartek" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Piątek" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Sobota" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Niedziela" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Styczeń" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Luty" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Marzec" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Kwiecień" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Maj" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Czerwiec" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Lipiec" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Sierpień" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Wrzesień" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Październik" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Listopad" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Grudzień" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Pon" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Wt" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Śr" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Czw" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Pt" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Sob" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Niedz" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Sty" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Lut" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Kwi" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Cze" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Lip" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Sie" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Wrz" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Paź" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Lis" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Gru" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Plik dziennika „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: '%s')" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Plik dziennika debugowania „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: '%s')" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2931,22 +3152,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Aktualizacje z wersji postupdate %s nie są obsługiwane. Zaktualizuj co najmniej do wersji 2021.01 i poczekaj, aż po aktualizacji zakończy się wersja 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: wykonywanie wstępnej aktualizacji %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: wykonywanie czynności poaktualizacyjnych %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, 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:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2956,16 +3177,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "Komunikat o błędzie:\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Powiadomienie Friendica] Aktualizacja bazy danych" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2977,28 +3198,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "Wersja bazy danych została ustawiona na %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "Aktualizacja po aktualizacji jest w wersji %d, musi nastąpić %d, aby bezpiecznie usunąć tabele." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Nie odnaleziono nieużywanych tabel" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Te tabele nie są używane we friendice i zostaną usunięte po wykonaniu \"dbstructure drop -e\":" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "Brak tabel w MyISAM lub InnoDB z formatem pliku Antelope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -3006,42 +3227,42 @@ msgid "" "%s\n" msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Trwa inna aktualizacja bazy danych." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Aktualizacja bazy danych" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: aktualizowanie %s tabeli." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Rekord nie został odnaleziony" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Podmiot nieprzetwarzalny" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Nieautoryzowane" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "Token nie jest autoryzowany z prawidłowym użytkownikiem lub nie ma wymaganego zakresu" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Wewnętrzny błąd serwera" @@ -3050,82 +3271,122 @@ msgstr "Wewnętrzny błąd serwera" msgid "Legacy module file not found: %s" msgstr "Nie znaleziono pliku modułu: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Wszyscy" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "edytuj" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "dodaj" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Zatwierdź" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organizacja" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Nie dozwolony adres URL profilu." -#: src/Model/Contact.php:2957 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Zablokowana domena" -#: src/Model/Contact.php:2962 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Brak adresu URL połączenia." -#: src/Model/Contact.php:2971 +#: src/Model/Contact.php:3040 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:2989 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Dany adres profilu nie dostarcza odpowiednich informacji." -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł." -#: src/Model/Contact.php:3011 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Autor lub nazwa nie zostało znalezione." -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" -#: src/Model/Contact.php:3017 +#: src/Model/Contact.php:3086 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:3018 +#: src/Model/Contact.php:3087 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:3024 +#: src/Model/Contact.php:3093 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:3029 +#: src/Model/Contact.php:3098 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:3094 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Nie można otrzymać informacji kontaktowych" @@ -3133,54 +3394,54 @@ msgstr "Nie można otrzymać informacji kontaktowych" msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Rozpoczęcie:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Zakończenie:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "cały dzień" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Wrz" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "dzisiaj" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "miesiąc" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "tydzień" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "dzień" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Brak wydarzeń do wyświetlenia" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Dostęp do tego profilu został ograniczony." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "Nie znaleziono wydarzenia." @@ -3212,110 +3473,76 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Pokaż mapę" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Ukryj mapę" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "Urodziny %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Wszystkiego najlepszego %s" -#: src/Model/Group.php:105 -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/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:512 -msgid "Default privacy group for new contacts" -msgstr "Domyślne ustawienia prywatności dla nowych kontaktów" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:544 -msgid "Everybody" -msgstr "Wszyscy" - -#: src/Model/Group.php:563 -msgid "edit" -msgstr "edytuj" - -#: src/Model/Group.php:595 -msgid "add" -msgstr "dodaj" - -#: src/Model/Group.php:600 -msgid "Edit group" -msgstr "Edytuj grupy" - -#: src/Model/Group.php:601 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Kontakt nie jest w żadnej grupie" - -#: src/Model/Group.php:603 -msgid "Create a new group" -msgstr "Stwórz nową grupę" - -#: src/Model/Group.php:604 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Nazwa grupy: " - -#: src/Model/Group.php:605 -msgid "Edit groups" -msgstr "Edytuj grupy" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Wykryte języki w tym wpisie:\\n%s" -#: src/Model/Item.php:2931 +#: src/Model/Item.php:3141 msgid "activity" msgstr "aktywność" -#: src/Model/Item.php:2933 +#: src/Model/Item.php:3143 msgid "comment" msgstr "komentarz" -#: src/Model/Item.php:2936 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "wpis" -#: src/Model/Item.php:3105 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3107 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3109 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3113 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Ostrzeżenie o treści: %s" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bajty" -#: src/Model/Item.php:3588 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3324,7 +3551,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3590 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3333,7 +3560,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3595 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3342,7 +3569,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3597 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3351,12 +3578,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Model/Item.php:3599 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "Koniec ankiety: %s" -#: src/Model/Item.php:3633 src/Model/Item.php:3634 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Zobacz na oddzielnej stronie" @@ -3364,227 +3591,228 @@ msgstr "Zobacz na oddzielnej stronie" msgid "[no subject]" msgstr "[bez tematu]" -#: src/Model/Photo.php:1184 src/Module/Media/Photo/Upload.php:171 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Tablica zdjęć" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Edytuj profil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Zmień zdjęcie profilowe" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Strona główna:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "O:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Kanał Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "Zweryfikowano, że ta witryna należy do tej samej osoby." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[dziś]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Przypomnienia o urodzinach" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Urodziny w tym tygodniu:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A I F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Brak opisu]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Przypominacze wydarzeń" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Nadchodzące wydarzenia w ciągu następnych 7 dni:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s wita %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Miasto rodzinne:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Stan cywilny:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Z:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Od:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Preferencje seksualne:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Poglądy polityczne:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Poglądy religijne:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Lubię to:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Nie lubię tego:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Tytuł/Opis:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Podsumowanie" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Muzyka" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Literatura" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Telewizja" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/taniec/kultura/rozrywka" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Zainteresowania" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Miłość/romans" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Praca/zatrudnienie" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Szkoła/edukacja" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Dane kontaktowe i Sieci społecznościowe" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Logowanie nieudane" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Za mało informacji do uwierzytelnienia" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Hasło nie może być puste" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Puste hasła są niedozwolone." -#: src/Model/User.php:800 +#: src/Model/User.php:934 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:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "Długość hasła jest ograniczona do 72 znaków." -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Hasła nie pasują do siebie. Hasło niezmienione." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Wymagane zaproszenie." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Zaproszenie niezweryfikowane." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Nieprawidłowy adres url OpenID" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Komunikat o błędzie:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Wprowadź wymagane informacje." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3593,7 +3821,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:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3602,60 +3830,60 @@ msgstr[1] "Nazwa użytkownika nie może mieć więcej niż %s znaków." msgstr[2] "Nazwa użytkownika nie może mieć więcej niż %s znaków." msgstr[3] "Nazwa użytkownika nie może mieć więcej niż %s znaków." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 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:1079 +#: src/Model/User.php:1227 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:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Niepoprawny adres e-mail." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 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:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Nie można użyć tego e-maila." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 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:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Ten login jest zajęty. Wybierz inny." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 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:1188 +#: src/Model/User.php:1336 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:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Przyjaciele" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 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." +"An error occurred creating your default contact circle. Please try again." +msgstr "" -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Zdjęcie profilowe" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3663,7 +3891,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tSzanowna/y %1$s,\n\t\t\tadministrator of %2$s założył dla Ciebie konto." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3681,10 +3909,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3695,12 +3922,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Szczegóły rejestracji dla %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3715,12 +3942,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tSzanowny Użytkowniku %1$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%4$s\n\t\t\tHasło:\t\t%5$s\n\t\t" -#: src/Model/User.php:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Rejestracja w %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3729,7 +3956,7 @@ msgid "" "\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:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3747,10 +3974,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3761,6 +3987,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Nie znaleziono dodatku." @@ -3781,15 +4012,15 @@ msgid "Disable" msgstr "Wyłącz" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Zezwól" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3799,7 +4030,7 @@ msgstr "Administracja" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Dodatki" @@ -3828,12 +4059,12 @@ msgid "Addon %s failed to install." msgstr "Instalacja dodatku %s nie powiodła się." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Zapisz ustawienia" @@ -3918,15 +4149,17 @@ msgstr "Funkcja blokady %s" msgid "Manage Additional Features" msgstr "Zarządzanie dodatkowymi funkcjami" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Inne" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "nieznany" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3935,7 +4168,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3944,7 +4177,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3953,7 +4186,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3962,7 +4195,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3971,7 +4204,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3980,7 +4213,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3989,18 +4222,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Statystyki Federacji" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -4042,8 +4275,8 @@ msgid "Enable Debugging" msgstr "Włącz debugowanie" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4195,7 +4428,8 @@ msgstr "Polecenie" msgid "Job Parameters" msgstr "Parametry zadania" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Utwórz" @@ -4203,269 +4437,269 @@ msgstr "Utwórz" msgid "Priority" msgstr "Priorytet" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Brak specialnego motywu dla urządzeń mobilnych" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s- (Eksperymentalne)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Brak strony społeczności" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "Brak strony społeczności dla odwiedzających" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Publikacje publiczne od użytkowników tej strony" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Publikacje wpisy ze sfederowanej sieci" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 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:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Tryb wielu użytkowników" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Zamknięte" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Wymaga zatwierdzenia" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Otwarta" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Nie sprawdzaj" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "sprawdź wersję stabilną" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "sprawdź wersję rozwojową" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "brak" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Kontakty lokalne" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "Interaktorzy" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Strona" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Ogólne informacje" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Ponownie opublikuj użytkowników w katalogu" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Rejestracja" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Przesyłanie plików" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Zasady" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Zaawansowany" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Katalog kontaktów automatycznie odkrytych" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Ustawienia" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Worker" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Przekaźnik wiadomości" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Użyj polecenia „console relay” w wierszu poleceń, aby dodać lub usunąć przekaźniki." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "System nie jest aktualnie objęty abonamentem na żadne przekaźniki." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "System jest obecnie objęty abonamentem na następujące przekaźniki:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "Przenieś węzeł" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "Przeniesienie węzła umożliwia zmianę domeny DNS tego węzła i zachowanie wszystkich istniejących użytkowników i wpisów. Ten proces zajmuje trochę czasu i można go uruchomić tylko za pomocą konsolowego polecenia relokacji w następujący sposób:" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(Katalog Friendica)# bin/console relocate https://nowadomena.pl" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Nazwa strony" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "E-mail nadawcy" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 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:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "Imię i nazwisko aktora systemu" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Nazwa wewnętrznego konta systemowego, które jest używane do wykonywania żądań ActivityPub. Musi to być nieużywana nazwa użytkownika. Jeśli jest ustawiona, nie można jej zmienić ponownie." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Baner/Logo" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "Baner/logo e-maila" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Ikona skrótu" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 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:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Dołącz ikonę" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 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:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Dodatkowe informacje" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, 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/Admin/Site.php:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Język systemu" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Motyw systemowy" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format 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:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Motyw systemu mobilnego" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Motyw na urządzenia mobilne" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Wymuś SSL" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 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:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "Pokaż wpis pomocy z menu nawigacyjnego" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Wyświetla pozycję menu dla stron pomocy z menu nawigacyjnego. Jest zawsze dostępna, odwołując się bezpośrednio do /help." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Tryb pojedynczego użytkownika" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 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:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Maksymalny rozmiar zdjęcia" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4473,35 +4707,35 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Maksymalna długość obrazu" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 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:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Jakość obrazu JPEG" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 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:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Zasady rejestracji" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " @@ -4509,157 +4743,157 @@ msgid "" "not when the policy is set to approval." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Maksymalna dzienna rejestracja" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Zarejestruj tekst" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 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:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Zakazane pseudonimy" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 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:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Konta porzucone po x dni" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 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:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Dozwolone domeny przyjaciół" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 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:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Dozwolone domeny e-mailowe" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Brak treści multimedialnych ze znaczkiem HTML" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 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:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Zaufane domeny zewnętrzne" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Oddzielona przecinkami lista domen, z których treść może być osadzana we wpisach, tak jak w przypadku OEmbed. Dozwolone są również wszystkie subdomeny wymienionych domen." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Blokuj publicznie" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 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:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Wymuś publikację" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 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:453 +#: src/Module/Admin/Site.php:503 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:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "Globalny adres URL katalogu" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Prywatne posty domyślnie dla nowych użytkowników" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 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ą." +"circle rather than public." +msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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:457 +#: src/Module/Admin/Site.php:507 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:457 +#: src/Module/Admin/Site.php:507 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:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Nie umieszczaj prywatnych zdjęć we wpisach" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4667,11 +4901,11 @@ msgid "" "while." msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Treści dla dorosłych" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4680,267 +4914,319 @@ msgid "" "will be shown at the user registration page." msgstr "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "Udostępniaj treści zewnętrzne" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Kieruj zawartość zewnętrzną za pośrednictwem funkcji proxy. Jest to używane na przykład w przypadku niektórych dostępów OEmbed i w niektórych innych rzadkich przypadkach." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "Buforuj awatary kontaktów" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "Lokalnie przechowuj zdjęcia awatarów kontaktów. To zajmuje dużo miejsca, ale zwiększa wydajność." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Zezwól użytkownikom na ustawienie remote_self" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "Włącz wiele rejestracji" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "Zezwól użytkownikom na rejestrowanie dodatkowych kont do użytku jako strony." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "Włącz OpenID" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "Włącz obsługę OpenID dla rejestracji i logowania." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "Włącz sprawdzanie pełnej nazwy" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" +msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Włącz sprawdzenie, aby zezwolić użytkownikom tylko na rejestrację ze spacją między imieniem a nazwiskiem w ich pełnym imieniu." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "Jeśli ta opcja jest włączona, a system jest ustawiony na otwartą rejestrację, wiadomość e-mail dla każdej nowej rejestracji jest wysyłana do administratorów." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Strony społecznościowe dla odwiedzających" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 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:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Lista wpisów użytkownika na stronie społeczności" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 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:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "Włącz obsługę maili" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "Włącz wbudowaną obsługę poczty, aby odpytywać katalogi IMAP i odpowiadać pocztą." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "Nie można włączyć obsługi poczty, ponieważ moduł PHP IMAP nie jest zainstalowany." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "Włącz obsługę OStatus" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "Włącz wbudowaną kompatybilność z OStatus (StatusNet, GNU Social itp.). Wszystkie komunikaty w OSstatus są publiczne." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 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:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Włączyć obsługę Diaspory" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "Włącz wbudowaną kompatybilność sieci Diaspora do komunikacji z serwerami diaspory." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Weryfikacja SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Użytkownik proxy" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "Nazwa użytkownika serwera proxy." -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "URL pośrednika" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "Jeśli chcesz używać serwera proxy, którego Friendica powinna używać do łączenia się z siecią, umieść tutaj adres URL proxy." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Limit czasu sieci" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 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:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Maksymalne obciążenie średnie" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, 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:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Minimalna pamięć" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Minimalna wolna pamięć w MB dla workera. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Okresowo optymalizuj tabele" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Okresowo optymalizuj tabele, takie jak pamięć podręczna i kolejka workerów" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Odkryj obserwujących/obserwowanych z kontaktów" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Jeśli ta opcja jest włączona, kontakty są sprawdzane pod kątem ich obserwujących i śledzonych kontaktów." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "Brak - dezaktywowany" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Kontakty lokalne - kontakty naszych lokalnych kontaktów są wykrywane dla ich obserwujących/obserwujących." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interaktorzy - kontakty naszych lokalnych kontaktów i kontakty, które wchodziły w interakcję z lokalnie widocznymi wpisami, są wykrywane dla ich obserwujących/obserwowanych." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "Synchronizuj kontakty z serwerem katalogowym" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "jeśli ta opcja jest włączona, system będzie okresowo sprawdzać nowe kontakty na zdefiniowanym serwerze katalogowym." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Dni między żądaniem" - -#: src/Module/Admin/Site.php:491 -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:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Odkryj kontakty z innych serwerów" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Okresowo pytaj inne serwery o kontakty. System wysyła zapytania do serwerów Friendica, Mastodon i Hubzilla." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Dni między żądaniem" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Wyszukaj w lokalnym katalogu" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Publikuj informacje o serwerze" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4948,50 +5234,50 @@ msgid "" " href=\"http://the-federation.info/\">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:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Sprawdź wersję powyżej" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Pomiń znaczniki" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Pomiń wyświetlenie listy hashtagów na końcu wpisu." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Wyczyść bazę danych" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 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:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Żywotność odległych przedmiotów" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Żywotność nieodebranych przedmiotów" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4999,144 +5285,308 @@ msgid "" "items if set to 0." msgstr "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Trwałość nieprzetworzonych danych konwersacji" -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Maksymalna liczba komentarzy na wpis" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Ile komentarzy powinno być wyświetlanych dla każdego wpisu? Domyślna wartość to 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "Maksymalna liczba komentarzy na wpis na wyświetlanej stronie" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Ile komentarzy powinno być wyświetlanych w pojedynczym widoku dla każdego wpisu? Wartość domyślna to 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Ścieżka do temp" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 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:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Szukaj tylko w znacznikach" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 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:507 -msgid "Generate counts per contact group when calculating network count" -msgstr "Generuj liczniki na grupę kontaktów podczas obliczania liczby sieci" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" +msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." -msgstr "W systemach, w których użytkownicy intensywnie korzystają z grup kontaktów, zapytanie może być bardzo kosztowne." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Maksymalna liczba równoległych workerów" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, 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:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Włącz Fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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 workera, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie." -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Bezpośredni transfer przekaźników" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 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:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Zakres przekaźnika" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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 „znaczniki”. „Wszystkie” oznacza, że ​​każdy publiczny wpis powinien zostać odebrany. „Znaczniki” oznaczają, że powinny być odbierane tylko wpisy z wybranymi znacznikami." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Wyłączony" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "wszystko" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "znaczniki" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Znaczniki serwera" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Rozdzielana przecinkami lista tagów dla subskrypcji „tagi”." -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Odrzuć znaczniki serwera" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Lista oddzielonych przecinkami znaczników, które zostały odrzucone." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Pozwól na znaczniki użytkowników" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Rozpocznij przenoszenie" @@ -5292,51 +5742,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s nie jest osiągalny w twoim systemie. Jest to poważny problem z konfiguracją, który uniemożliwia komunikację między serwerami. Zobacz pomoc na stronie instalacji." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Plik dziennika „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: '%s')" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "Plik dziennika debugowania „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: '%s')" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic." -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Wiadomości" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Ustawienia serwera" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Wersja" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Aktywne dodatki" @@ -5433,7 +5872,7 @@ msgstr "Zasady" msgid "Enter your system rules here. Each line represents one rule." msgstr "Wprowadź tutaj swoje reguły systemowe. Każda linia reprezentuje jedną regułę." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5450,7 +5889,7 @@ msgstr "Tylko początkowe wpisy można dodawać do zakładek" msgid "Only starting posts can be muted" msgstr "Można wyciszyć tylko początkowe wpisy" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "Wpisy od %s nie mogą być udostępniane" @@ -5463,7 +5902,7 @@ msgstr "Tylko początkowe wpisy można usunąć z zakładek" msgid "Only starting posts can be unmuted" msgstr "Wyłączać wyciszenie można tylko we wpisach początkowych" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "Nie można cofnąć udostępniania wpisów %s" @@ -5489,11 +5928,11 @@ msgstr "Element nie znaleziony." msgid "Please login to continue." msgstr "Zaloguj się aby kontynuować." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "Nie masz dostępu do stron administracyjnych." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5503,11 +5942,11 @@ msgstr "Konto zarządzane podrzędnie nie ma dostępu do stron administracyjnych msgid "Overview" msgstr "Przegląd" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Konfiguracja" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Dodatkowe funkcje" @@ -5527,7 +5966,7 @@ msgstr "Sprawdź odroczonych workerów" msgid "Inspect worker Queue" msgstr "Sprawdź kolejkę workerów" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Diagnostyka" @@ -5555,16 +5994,16 @@ msgstr "Konwersja ActivityPub" msgid "Addon Features" msgstr "Funkcje dodatkowe" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Rejestracje użytkowników czekające na potwierdzenie" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Zbyt dużo próśb" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5573,7 +6012,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] "Został osiągnięty dzienny limit %d wysyłania wpisów. Wpis został odrzucony." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5583,7 +6022,7 @@ 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] "Został osiągnięty tygodniowy limit %d wysyłania wpisów. Wpis został odrzucony." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5593,32 +6032,46 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Użytkownicy" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Narzędzia" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Lista zablokowanych kontaktów" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Lista zablokowanych serwerów" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Usuń przedmiot" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Źródło elementu" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Szczegóły profilu" @@ -5642,21 +6095,21 @@ msgstr "Wpisy zaplanowane do publikacji" msgid "Tips for New Members" msgstr "Wskazówki dla nowych użytkowników" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Szukaj osób - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Przeszukiwanie forum - %s" +msgid "Group Search - %s" +msgstr "" -#: src/Module/BaseSearch.php:123 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Brak wyników" -#: src/Module/BaseSearch.php:149 +#: src/Module/BaseSearch.php:147 #, php-format msgid "" "%d result was filtered out because your node blocks the domain it is " @@ -5671,36 +6124,40 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Konto" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Uwierzytelnianie dwuskładnikowe" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Wygląd" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Portale społecznościowe" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Zarządzanie kontami" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Powiązane aplikacje" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Eksportuj dane osobiste" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Usuń konto" @@ -5759,8 +6216,9 @@ msgstr "Rozpoczęcie wydarzenia:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Wymagany" @@ -5820,11 +6278,114 @@ msgstr "Widok" msgid "Create New Event" msgstr "Stwórz nowe wydarzenie" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Nie znaleziono kontaktu." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Nieprawidłowy kontakt." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Kontakt został usunięty." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Błędne żądanie." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtr" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Członkowie" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Kliknij na kontakt w celu dodania lub usunięcia." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5833,159 +6394,146 @@ msgstr[1] "Zedytowano %d kontakty." msgstr[2] "Zedytowano %d kontaktów." msgstr[3] "%dedytuj kontakty." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Pokaż wszystkie kontakty" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Oczekujące" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Pokaż tylko oczekujące kontakty" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Zablokowane" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Pokaż tylko zablokowane kontakty" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorowane" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Pokaż tylko ignorowane kontakty" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Zarchiwizowane" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Pokaż tylko zarchiwizowane kontakty" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Ukryte" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Pokaż tylko ukryte kontakty" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Uporządkuj swoje grupy kontaktów" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Wyszukaj w kontaktach" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Wyniki dla: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Zaktualizuj" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Odblokuj" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Odblokuj" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Akcje wsadowe" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Rozmowy rozpoczęły się od tego kontaktu" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Wpisy i komentarze" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Wpisy zawierające obiekty multimedialne" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Zobacz wszystkie znane kontakty" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Zaawansowane ustawienia kontaktów" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Wzajemna przyjaźń" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "jest twoim fanem" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "jesteś fanem" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Oczekujące żądanie kontaktu wychodzącego" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Oczekujące żądanie kontaktu przychodzącego" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Obejrzyj %s's profil [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Nie znaleziono kontaktu." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Nie udało się zaktualizować kontaktu." @@ -5996,6 +6544,7 @@ msgstr "Wróć do edytora kontaktów" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -6022,11 +6571,6 @@ msgstr "Adres Ankiety/RSS" msgid "New photo from this URL" msgstr "Nowe zdjęcie z tego adresu URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Nieprawidłowy kontakt." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Brak znanych kontaktów." @@ -6093,7 +6637,7 @@ msgstr[2] "Kontaktów (%s)" msgstr[3] "Kontaktów (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6131,15 +6675,16 @@ msgstr "Proszę odpowiedzieć na następujące pytania:" msgid "Your Identity Address:" msgstr "Twój adres tożsamości:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "Adres URL profilu" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6165,8 +6710,8 @@ msgstr "Nie można dodać kontaktu." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Nieprawidłowe żądanie." @@ -6178,248 +6723,312 @@ msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do swojego pro msgid "Profile Match" msgstr "Dopasowanie profilu" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Aktualizacja rekordu kontaktu nie powiodła się." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakt został odblokowany" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakt został zablokowany" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakt nie jest ignorowany" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakt jest ignorowany" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Jesteś już znajomym z %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Współdzielisz z %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s współdzieli z tobą" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Nigdy" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Aktualizacja nie powiodła się)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Aktualizacja przebiegła pomyślnie)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Osoby, które możesz znać" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Typ sieci: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Utracono komunikację z tym kontaktem!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Pobierz dalsze informacje dla kanałów" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 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/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Pobierz informacje" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Pobierz słowa kluczowe" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Pobierz informacje i słowa kluczowe" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Bez dublowania" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Lustro mojego własnego komentarza" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Udostępnianie natywne" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Informacje kontaktowe/Notatki" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Ustawienia kontaktów" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Ich osobista uwaga" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Edytuj notatki kontaktu" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Zablokuj/odblokuj kontakt" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignoruj kontakt" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Wyświetl rozmowy" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Ostatnia aktualizacja:" -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Zaktualizuj publiczne wpisy" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Aktualizuj teraz" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Oczekiwanie na potwierdzenie połączenia" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Obecnie zablokowany" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Obecnie zignorowany" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "Obecnie zarchiwizowany" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Ukryj ten kontakt przed innymi" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Odpowiedzi/kliknięcia \"lubię to\" do Twoich publicznych wpisów nadal mogą być widoczne" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Powiadomienie o nowych wpisach" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 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/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Lista odrzuconych słów kluczowych" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 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/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Akcja" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Stan" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Publikacje lustrzane od tego kontaktu" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Pobierz ponownie dane kontaktowe" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Przełącz stan na Zablokowany" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Przełącz stan na Ignorowany" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Anuluj obserwowanie" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "Anuluj obserwację przez ten kontakt" @@ -6431,10 +7040,6 @@ msgstr "Błędne zapytanie." msgid "Unknown contact." msgstr "Nieznany kontakt." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Kontakt został usunięty." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "Kontakt jest usuwany." @@ -6452,7 +7057,7 @@ msgstr "Czy na pewno chcesz cofnąć obserwowanie przez ten kontakt? Nie można #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Tak" @@ -6482,102 +7087,59 @@ msgstr "Kontakt pomyślnie przestał być obserwowany" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Nie można przestać obserwować tego kontaktu, skontaktuj się z administratorem" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Brak wyników." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 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." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Lokalna społeczność" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Wpisy od lokalnych użytkowników na tym serwerze" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Globalna społeczność" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Wpisy od użytkowników całej sieci stowarzyszonej" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Własne kontakty" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Zawiera" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Ukryj" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Brak wyników." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Opcja wspólnotowa jest niedostępna." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Niedostępne." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Nie ma takiej grupy" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Grupa: %s" +msgid "Circle: %s" +msgstr "" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Ostatnia Aktywność" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Sortuj wg. ostatniej aktywności" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Najnowsze wpisy" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Własne kontakty" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Sortuj wg. daty otrzymania wpisu" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Zawiera" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "Najnowsze utworzenia" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Sortuj wg. daty utworzenia wpisu" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Osobiste" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Wpisy, które wspominają lub angażują Ciebie" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Ulubione" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Ulubione wpisy" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Ukryj" #: src/Module/Credits.php:44 msgid "Credits" @@ -6797,7 +7359,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "Źródło Twitter / URL Tweeta (wymaga klucza API)" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Musisz być zalogowany, aby korzystać z tego modułu" @@ -6858,29 +7420,6 @@ msgstr "Diagnostyka Webfinger" msgid "Lookup address:" msgstr "Wyszukaj adres:" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Jesteś teraz zalogowany jako %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Przełącz się pomiędzy kontami" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Zarządzaj swoimi kontami" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "Wybierz tożsamość do zarządzania: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." @@ -6926,138 +7465,59 @@ msgstr "Zaproponuj znajomych" msgid "Suggest a friend for %s" msgstr "Zaproponuj znajomych dla %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Zainstalowane dodatki/aplikacje:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Brak zainstalowanych dodatków/aplikacji" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, 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:81 +#: src/Module/Friendica.php:99 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:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Powód blokowania" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 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:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Raporty o błędach i problemy: odwiedź stronę" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "śledzenie błędów na github" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 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/Group.php:56 -msgid "Could not create group." -msgstr "Nie można utworzyć grupy." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Nie znaleziono grupy." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "Nazwa grupy nie została zmieniona." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Nieznana grupa." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Nie można dodać kontaktu do grupy." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Kontakt został pomyślnie dodany do grupy." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Nie można usunąć kontaktu z grupy." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Kontakt został pomyślnie usunięty z grupy." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Błędne żądanie." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Zapisz grupę" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Filtr" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Stwórz grupę znajomych." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Nie można usunąć grupy." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Usuń grupę" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Edytuj nazwę grupy" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Członkowie" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Grupa jest pusta" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Usuń kontakt z grupy" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Kliknij na kontakt w celu dodania lub usunięcia." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Dodaj kontakt do grupy" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Brak profilu" @@ -7351,30 +7811,26 @@ msgstr "Utwórz nowy wpis" msgid "Visibility" msgstr "Widoczność" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Wyczyść lokalizację" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Usługi lokalizacyjne są niedostępne na twoim urządzeniu" -#: src/Module/Item/Compose.php:204 +#: src/Module/Item/Compose.php:205 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:210 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Żądany element nie istnieje lub został usunięty." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Kanał dla tego elementu jest niedostępny." @@ -7409,7 +7865,7 @@ msgstr "Pliki" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Wyślij" @@ -7430,14 +7886,14 @@ msgstr "Plik przekracza limit rozmiaru wynoszący %s" msgid "File upload failed." msgstr "Przesyłanie pliku nie powiodło się." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Przetwarzanie obrazu nie powiodło się." -#: src/Module/Media/Photo/Upload.php:179 src/Module/Profile/Photos.php:237 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Przesyłanie obrazu nie powiodło się." @@ -7469,41 +7925,41 @@ msgstr "Usunięte" msgid "List of pending user deletions" msgstr "Lista oczekujących na usunięcie użytkowników" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normalna strona konta" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Strona Soapbox" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Forum publiczne" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "Automatyczna strona znajomego" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Prywatne forum" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Strona osobista" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Strona Organizacji" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Strona Wiadomości" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Forum społecznościowe" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7561,6 +8017,7 @@ msgid "Block New Remote Contact" msgstr "Zablokuj nowy kontakt zdalny" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Zdjęcie" @@ -7638,6 +8095,8 @@ msgid "Matching known servers" msgstr "Dopasowanie znanych serwerów" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Nazwa serwera" @@ -7789,6 +8248,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Zablokowany wzorzec domeny serwera" @@ -7902,10 +8362,6 @@ msgstr "Zasada" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Wzmianka" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Wzmianka niejawna" @@ -7928,6 +8384,239 @@ msgstr "" msgid "Item Guid" msgstr "Element Guid" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Konto normalne" @@ -7937,8 +8626,8 @@ msgid "Automatic Follower Account" msgstr "Automatyczne konto obserwatora" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Publiczne konto na forum" +msgid "Public Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7949,8 +8638,8 @@ msgid "Blog Account" msgstr "Konto bloga" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Prywatne konto na forum" +msgid "Private Group Account" +msgstr "" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8196,7 +8885,7 @@ msgstr "Twierdzi, że go/ją znasz: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Nie" @@ -8260,11 +8949,11 @@ msgstr "Powiadomienia domowe" msgid "Show unread" msgstr "Pokaż nieprzeczytane" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} wymagana rejestracja" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} i %d innych poprosili o rejestrację" @@ -8283,7 +8972,7 @@ msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontak msgid "Unsupported or missing response type" msgstr "Nieobsługiwany lub brakujący typ odpowiedzi" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Niekompletne dane żądania" @@ -8294,11 +8983,11 @@ msgid "" "close this window: %s" msgstr "Skopiuj następujący kod uwierzytelniający do swojej aplikacji i zamknij to okno: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "Nieobsługiwany lub brakujący typ dotacji" @@ -8379,65 +9068,65 @@ msgstr "Niekatalogowany" msgid "Remote privacy information not available." msgstr "Nie są dostępne zdalne informacje o prywatności." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Widoczne dla:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "Kolekcja (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Obserwujący (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "%d więcej" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "Do: %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "DW: %s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "UDW: %s
    " -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "Zdjęcie jest niedostępne." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "Zdjęcie z identyfikatorem %s nie jest dostępne." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "Nieprawidłowy zasób zewnętrzny z adresem URL %s." -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Nieprawidłowe zdjęcie z identyfikatorem %s." @@ -8478,8 +9167,8 @@ msgstr "Usuń pozycję znacznika" msgid "Select a tag to remove: " msgstr "Wybierz znacznik do usunięcia: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Usuń" @@ -8489,27 +9178,27 @@ msgstr "Brak kontaktów." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1090 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "oś czasu %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1094 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "wpisy %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1097 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "komentarze %s" #: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 #: src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 +#: src/Module/Settings/Profile/Photo/Index.php:60 #, php-format msgid "Image exceeds size limit of %s" msgstr "Obraz przekracza limit rozmiaru wynoszący %s" @@ -8532,7 +9221,7 @@ msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z adminis msgid "Image file is empty." msgstr "Plik obrazka jest pusty." -#: src/Module/Profile/Photos.php:358 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Zobacz album" @@ -8547,7 +9236,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Obecnie przeglądasz swój profil jako %s Anuluj" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Imię i nazwisko:" @@ -8568,12 +9257,12 @@ msgid "Birthday:" msgstr "Urodziny:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Wiek: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8583,13 +9272,13 @@ msgstr[2] "%d lat" msgstr[3] "%d lat" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Opis:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Fora:" +msgid "Groups:" +msgstr "" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8745,8 +9434,8 @@ msgid "Your invitation code: " msgstr "Twój kod zaproszenia: " #: src/Module/Register.php:158 -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): " +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" #: src/Module/Register.php:159 msgid "" @@ -8759,7 +9448,7 @@ msgid "Please repeat your e-mail address:" msgstr "Powtórz swój adres e-mail:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nowe hasło:" @@ -8768,7 +9457,7 @@ msgid "Leave empty for an auto generated password." msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Potwierdź:" @@ -8795,11 +9484,11 @@ msgstr "Zaimportuj swój profil do tej instancji friendica" msgid "Note: This node explicitly contains adult content" msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Hasło nadrzędne:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie." @@ -8986,24 +9675,24 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Aktualne hasło:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -9014,7 +9703,7 @@ msgstr "Pozostałe kody odzyskiwania: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Nieprawidłowy kod, spróbuj ponownie." @@ -9099,7 +9788,7 @@ msgid "" msgstr "Jeśli nie masz dostępu do swojego kodu uwierzytelniającego, możesz użyć dwuskładnikowego kodu odzyskiwania." #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Wprowadź kod z aplikacji uwierzytelniającej" @@ -9127,99 +9816,99 @@ msgstr "Niepoprawny e-mail." msgid "Cannot change to that email." msgstr "Nie można zmienić tego e-maila." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Ustawienia nie zostały zaktualizowane." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Kontakt z plikiem CSV błąd przekazywania plików" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Importowanie kontaktów zakończone" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Podtypy osobistych stron" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Podtypy społeczności forum" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Konto dla profilu osobistego." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Konto do dyskusji w społeczności." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Prywatne Forum [Eksperymentalne]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Czy opublikować twój profil w katalogu lokalnej witryny?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9227,89 +9916,94 @@ msgid "" " system settings." msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Twój profil zostanie również opublikowany w globalnych katalogach Friendica (np. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Ustawienia konta" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Twój adres tożsamości to '%s' lub '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Ustawienia hasła" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić." -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Hasło:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "Twoje obecne hasło, aby potwierdzić zmiany adresu e-mail" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Usuń adres URL OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Ustawienia podstawowe" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Nazwa wyświetlana:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Adres email:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Twoja strefa czasowa:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Twój język:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 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" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Domyślna lokalizacja wpisów:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Używaj lokalizacji przeglądarki:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Ustawienia bezpieczeństwa i prywatności" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(aby zapobiec spamowaniu)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Czy Twój profil ma być dostępny do wyszukiwania na całym świecie?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9317,43 +10011,43 @@ msgid "" "indexed or not." msgstr "Aktywuj to ustawienie, jeśli chcesz, aby inni mogli Cię łatwo znaleźć i śledzić. Twój profil będzie można przeszukiwać na zdalnych systemach. To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Ukryć listę kontaktów/znajomych przed osobami przeglądającymi Twój profil?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "Lista kontaktów jest wyświetlana na stronie profilu. Aktywuj tę opcję, aby wyłączyć wyświetlanie listy kontaktów." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Ustaw publiczne wpisy jako niepubliczne" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Twoje publiczne posty nie będą wyświetlane na stronach społeczności ani w wynikach wyszukiwania ani nie będą wysyłane do serwerów przekazywania. Jednak nadal mogą one pojawiać się w publicznych kanałach na serwerach zdalnych." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Udostępnij wszystkie opublikowane zdjęcia" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9361,233 +10055,241 @@ msgid "" "public on your photo albums though." msgstr "Ta opcja powoduje, że każde opublikowane zdjęcie jest dostępne poprzez bezpośredni link. Jest to obejście problemu polegającego na tym, że większość innych sieci nie może obsłużyć uprawnień do zdjęć. Jednak zdjęcia niepubliczne nadal nie będą widoczne publicznie w Twoich albumach." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Domyślne prawa dostępu wiadomości" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Ustawienia ważności" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Posty wygasną automatycznie po następującej liczbie dni:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte." -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Ważność wpisów" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Po aktywacji posty i komentarze wygasną." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Ważność osobistych notatek" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Po aktywacji osobiste notatki na stronie profilu wygasną." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Wygasaj wpisy oznaczone gwiazdką" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Oznaczanie postów gwiazdką powoduje, że wygasają. To zachowanie jest zastępowane przez to ustawienie." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Wygasają tylko wpisy innych osób" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Po aktywacji Twoje posty nigdy nie wygasają. Zatem powyższe ustawienia obowiązują tylko dla otrzymanych postów." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Ustawienia powiadomień" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Wysyłaj powiadmonienia na email, kiedy:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Otrzymałeś zaproszenie" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Twoje zaproszenie jest potwierdzone" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Ktoś pisze na Twojej tablicy profilu" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Ktoś pisze komentarz nawiązujący." -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Otrzymałeś prywatną wiadomość" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Otrzymałeś propozycję od znajomych" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Jesteś oznaczony znacznikiem we wpisie" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Utwórz powiadomienia na pulpicie gdy:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "Ktoś Cię oznaczył" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "Ktoś bezpośrednio skomentował Twój wpis" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Ktoś polubił Twoje treści" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "Można włączyć tylko wtedy, gdy włączone jest bezpośrednie powiadomienie o komentarzach." -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Ktoś udostępnił Twoje treści" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "Ktoś skomentował w Twoim wątku" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "Ktoś skomentował w wątku, w którym Ty skomentowałeś" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Ktoś skomentował w wątku, w którym wchodziłeś w interakcję" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Aktywuj powiadomienia na pulpicie" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "E-maile z powiadomieniami tekstowymi" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Pokazuj szczegółowe powiadomienia" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Pokaż powiadomienia o zignorowanych kontaktach" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "Nie widzisz wpisów od ignorowanych kontaktów. Ale nadal widzisz ich komentarze. To ustawienie określa, czy chcesz nadal otrzymywać regularne powiadomienia, które są powodowane przez ignorowane kontakty, czy nie." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Zaawansowane ustawienia konta/rodzaju strony" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Import kontaktów" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "Prześlij plik CSV zawierający obsługę obserwowanych kont w pierwszej kolumnie wyeksportowanej ze starego konta." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Prześlij plik" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Przeniesienie" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Wyślij ponownie przenieść wiadomości do kontaktów" @@ -9599,6 +10301,119 @@ msgstr "Ustawienia dodatków" msgid "No Addon settings configured" msgstr "Brak skonfigurowanych ustawień dodatków" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Opis" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Dodaj" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + #: src/Module/Settings/Connectors.php:120 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ę." @@ -9796,221 +10611,255 @@ msgstr "Przenieś do katalogu" msgid "Move to folder:" msgstr "Przenieś do katalogu:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Delegacja została pomyślnie przyznana." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 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:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Delegacja została pomyślnie odwołana." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Delegowani administratorzy mogą przeglądać uprawnienia do delegowania, ale nie mogą ich zmieniać." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Nie znaleziono delegowanego użytkownika." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Brak nadrzędnego użytkownika" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Użytkownik nadrzędny" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Dodatkowe konta" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Zarejestruj dodatkowe konta, które są automatycznie połączone z istniejącym kontem, aby móc nimi zarządzać z tego konta." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Zarejestruj dodatkowe konto" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Oddeleguj" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Obecni delegaci stron" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potencjalni delegaci" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Dodaj" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Brak wpisów." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Wybrany motyw jest niedostępny." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Nieobsługiwane)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Ustawienia wyglądu" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Ogólne ustawienia motywu" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Niestandardowe ustawienia motywów" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Ustawienia zawartości" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Ustawienia motywu" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Wyświetl motyw:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Motyw dla urządzeń mobilnych:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Liczba elementów do wyświetlenia na stronie:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maksymalnie 100 elementów" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Odświeżaj stronę co xx sekund" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "Wyświetl emotikony" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "Po włączeniu emotikony są zastępowane pasującymi symbolami." -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Nieskończone przewijanie" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Automatyczne pobieranie nowych elementów po osiągnięciu końca strony." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "Włącz inteligentne wątkowanie" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "Włącz automatyczne tłumienie obcych wcięć wątku." -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "Wyświetl funkcję \"Nie lubię\"" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "Wyświetlaj przycisk \"Nie lubię\" i reakcje na wpisy i komentarze." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Wyświetl udostępniającego" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Wyświetlaj pierwszego udostępniającego jako ikonę i tekst na elemencie udostępnianym dalej." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Pozostań lokalny" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Nie przechodź do zdalnego systemu podczas korzystania z łącza kontaktowego." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Początek tygodnia:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -10026,160 +10875,156 @@ msgstr "Powiązane aplikacje" msgid "Remove authorization" msgstr "Odwołaj upoważnienie" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Nazwa profilu jest wymagana." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Profil nie mógł zostać zaktualizowany." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Etykieta:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Wartość:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Uprawnienia pola" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(kliknij by otworzyć/zamknąć)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Dodaj nowe pole profilu" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Akcje profilowe" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Edytuj informacje o profilu" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Zmień zdjęcie profilowe" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Zdjęcie profilowe" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Lokalizacja" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Różne" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Niestandardowe pola profilu" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Wyślij zdjęcie profilowe" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Nazwa wyświetlana:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Ulica:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Miasto:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Województwo/Stan:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Kod pocztowy:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Kraj:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Adres XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "Adres XMPP zostanie opublikowany, aby ludzie mogli Cię tam śledzić." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "Adres Matrix (Element):" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "Adres Matrix zostanie opublikowany, aby ludzie mogli Cię tam śledzić." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Adres URL strony domowej:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Publiczne słowa kluczowe:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Prywatne słowa kluczowe:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Pola niestandardowe pojawiają się na stronie Twojego profilu.

    \n\t\t\t\t

    Możesz użyć BBCodes w wartościach pól.

    \n\t\t\t\t

    Zmieniaj kolejność, przeciągając tytuł pola.

    \n\t\t\t\t

    Opróżnij pole etykiety, aby usunąć pole niestandardowe.

    \n\t\t\t\t

    Pola niepubliczne mogą być widoczne tylko dla wybranych kontaktów Friendica lub kontaktów Friendica w wybranych grupach.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Ulica:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Miasto:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Województwo/Stan:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Kod pocztowy:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Kraj:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Adres XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "Adres XMPP zostanie opublikowany, aby ludzie mogli Cię tam śledzić." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Adres Matrix (Element):" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "Adres Matrix zostanie opublikowany, aby ludzie mogli Cię tam śledzić." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Adres URL strony domowej:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Publiczne słowa kluczowe:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Prywatne słowa kluczowe:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się." @@ -10215,257 +11060,299 @@ msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz." msgid "Use Image As Is" msgstr "Użyj obrazu takim, jaki jest" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr " Brak przesłanego obrazu." -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Ustawienia zdjęcia profilowego" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Bieżące zdjęcie profilowe" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Prześlij zdjęcie profilowe" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Załaduj zdjęcie:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "lub" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "pomiń ten krok" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "wybierz zdjęcie z twojego albumu" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Powiadomienie Systemu Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Użytkownik usunął swoje konto" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "Identyfikatorem użytkownika jest %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Usuń moje konto" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Wprowadź hasło w celu weryfikacji:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 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:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 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:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 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:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Nowe hasło specyficzne dla aplikacji." -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte." -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Hasło specyficzne dla aplikacji zostało pomyślnie odwołane." -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Dwuskładnikowe hasła aplikacji" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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 "

    Hasła aplikacji to losowo generowane hasła używane zamiast zwykłego hasła do uwierzytelniania konta w aplikacjach innych firm, które nie obsługują uwierzytelniania dwuskładnikowego.

    " -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "" "Make sure to copy your new app-specific password now. You won’t be able to " "see it again!" msgstr "Pamiętaj, aby teraz skopiować nowe hasło aplikacji. Nie będziesz mógł go zobaczyć ponownie!" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 -msgid "Description" -msgstr "Opis" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Ostatnio używane" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Unieważnij" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Unieważnij wszyskie" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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 "Gdy generujesz nowe hasło aplikacji, musisz go od razu użyć. Zostanie ono wyświetlone raz po wygenerowaniu." -#: src/Module/Settings/TwoFactor/AppSpecific.php:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Wygeneruj nowe hasło specyficzne dla aplikacji" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa na moim Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Utwórz" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Autoryzacja dwuskładnikowa została pomyślnie wyłączona." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Aplikacja Authenticator" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Skonfigurowane" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Nie skonfigurowane" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

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

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Kody odzyskiwania" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Pozostałe ważne kody" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Hasła specyficzne dla aplikacji" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Wygenerowane hasła specyficzne dla aplikacji" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 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:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Aktualne hasło:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 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:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Włącz uwierzytelnianie dwuskładnikowe" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Wyłącz uwierzytelnianie dwuskładnikowe" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Pokaż kody odzyskiwania" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Zarządzaj hasłami specyficznymi dla aplikacji" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Zarządzaj zaufanymi przeglądarkami" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Zakończ konfigurację aplikacji" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Wygenerowano nowe kody odzyskiwania." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Dwuskładnikowe kody odzyskiwania" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10474,68 +11361,68 @@ msgid "" "account.

    " msgstr "

    Kody odzyskiwania mogą służyć do uzyskiwania dostępu do konta w przypadku utraty dostępu do urządzenia i braku możliwości otrzymania kodów uwierzytelniania dwuskładnikowego.

    Umieść je w bezpiecznym miejscu! Jeśli zgubisz urządzenie i nie będziesz mieć kodów odzyskiwania, utracisz dostęp do swojego konta.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Wygeneruj nowe kody odzyskiwania" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Następny: Weryfikacja" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Zaufane przeglądarki zostały pomyślnie usunięte." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Zaufana przeglądarka została pomyślnie usunięta." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Zaufane przeglądarki dwuskładnikowe" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Zaufane przeglądarki to indywidualne przeglądarki, które zostały wybrane, aby pominąć uwierzytelnianie dwuskładnikowe celem uzyskania dostępu do Friendica. Korzystaj z tej funkcji oszczędnie, ponieważ może ona negować korzyści płynące z uwierzytelniania dwuskładnikowego." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Urządzenie" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "System operacyjny" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Zaufane" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "Utworzono" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Ostatnie użycie" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Usuń wszystkie" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10555,24 +11442,24 @@ msgid "" "" 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:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Weryfikacja kodu dwuskładnikowego" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 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:149 +#: src/Module/Settings/TwoFactor/Verify.php:152 #, php-format msgid "" "

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

    %s

    " msgstr "

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

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe" @@ -10607,20 +11494,41 @@ msgid "" " e.g. Mastodon." msgstr "Wyeksportuj listę kont, które obserwujesz, jako plik CSV. Kompatybilny np. Mastodont." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10632,7 +11540,7 @@ msgstr "Ślad stosu:" msgid "Exception thrown in %s:%d" msgstr "Zgłoszono wyjątek %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10645,14 +11553,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 msgid "" "This data is required for communication and is passed on to the nodes of the" " communication partners and is stored there. Users can enter additional " "private data that may be transmitted to the communication partners accounts." msgstr "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10663,11 +11571,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Oświadczenie o prywatności" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10675,6 +11583,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Żądany element nie istnieje lub został usunięty." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Jesteś teraz zalogowany jako %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Przełącz się pomiędzy kontami" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Zarządzaj swoimi kontami" + +#: src/Module/User/Delegation.php:187 +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/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Wybierz tożsamość do zarządzania: " + #: src/Module/User/Import.php:103 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." @@ -10723,11 +11658,11 @@ msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?" msgid "User '%s' already exists on this server!" msgstr "Użytkownik '%s' już istnieje na tym serwerze!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Błąd tworzenia użytkownika" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10736,11 +11671,11 @@ msgstr[1] "Nie zaimportowano %d kontaktów" msgstr[2] "Nie zaimportowano %d kontaktów" msgstr[3] "%d kontakty nie zostały zaimportowane " -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Błąd tworzenia profilu użytkownika" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 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" @@ -10874,15 +11809,15 @@ msgid "" msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin" #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Grupy kontaktów" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 msgid "" "Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11096,7 +12031,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "%1$s skomentował Twój wątek %2$s" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica: Powiadomienie]" @@ -11140,7 +12075,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s skomentował swój %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Komentarz do rozmowy #%2$d autor %3$s" @@ -11152,7 +12087,7 @@ msgstr "%s skomentował(-a) rozmowę którą śledzisz." #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę." @@ -11317,10 +12252,10 @@ msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s." #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display 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)" +msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:485 #, php-format @@ -11346,22 +12281,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s oznaczył Cię" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s udostępnił nowy wpis" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11389,199 +12324,221 @@ msgstr "Jeśli nie chcesz otrzymywać tych wiadomości kontaktuj się z nadawcą msgid "%s posted an update." msgstr "%s zaktualizował wpis." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Wiadomość prywatna" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Wiadomość publiczna" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Wiadomość niepubliczna" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Ten wpis został zedytowany" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Komunikat łącznika" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Edytuj" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Usuń globalnie" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Usuń lokalnie" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Zablokuj %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Zapisz w katalogu" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Będę uczestniczyć" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Nie będę uczestniczyć" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Mogę wziąć udział" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Zignoruj ​​wątek" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Przestań ignorować ​​wątek" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Przełącz stan ignorowania" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Dodaj gwiazdkę" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Usuń gwiazdkę" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Przełącz stan gwiazdy" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Przypnij" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Odepnij" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Przełącz stan podpięcia" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Przypięty" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Dodaj znacznik" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Cytuj udostępnij to" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Udostępnienie cytatu" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Udostępnij to dalej" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Udostępnij dalej" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Anuluj swoje dalsze udostępnianie" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Przestań udostępniać" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (Otrzymano %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Skomentuj ten element w swoim systemie" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Zdalny komentarz" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Udostępnij poprzez..." -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Udostępnij za pośrednictwem usług zewnętrznych" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "do" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "przez" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Tablica-w-Tablicę" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "przez Tablica-w-Tablicę:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Odpowiedź %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Więcej" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Zadanie Notifier jest w toku" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Trwa przesyłanie do serwerów zdalnych" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "Trwa dostawa do serwerów zdalnych" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "Dostawa do zdalnych serwerów jest w większości wykonywana" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "Trwa dostarczanie do zdalnych serwerów" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11590,73 +12547,87 @@ msgstr[1] "%d komentarze" msgstr[2] "%d komentarzy" msgstr[3] "%d komentarzy" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Pokaż więcej" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Pokaż mniej" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(bez tematu)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s zaczął(-ęła) obserwować %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "następujący" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s przestał(a) obserwować %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "przestał śledzić" @@ -12014,8 +12985,8 @@ msgid "Textareas font size" msgstr "Rozmiar czcionki obszarów tekstowych" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Lista oddzielonych przecinkami forów pomocniczych" +msgid "Comma separated list of helper groups" +msgstr "" #: view/theme/vier/config.php:131 msgid "don't show" diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index ed93ce1fc8..a500207a46 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -208,7 +208,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Wszystkie kontakty'; $a->strings['Followers'] = 'Zwolenników'; $a->strings['Following'] = 'Kolejny'; -$a->strings['Mutual friends'] = 'Wspólni znajomi'; $a->strings['Common'] = 'Wspólne'; $a->strings['Addon not found'] = 'Dodatek nie został odnaleziony'; $a->strings['Addon already enabled'] = 'Dodatek już włączony'; @@ -316,12 +315,6 @@ $a->strings['Public post'] = 'Wpis publiczny'; $a->strings['Message'] = 'Wiadomość'; $a->strings['Browser'] = 'Przeglądarka'; $a->strings['Open Compose page'] = 'Otwórz stronę Redagowanie'; -$a->strings['Pinned item'] = 'Przypięty element'; -$a->strings['View %s\'s profile @ %s'] = 'Pokaż profil %s @ %s'; -$a->strings['Categories:'] = 'Kategorie:'; -$a->strings['Filed under:'] = 'Umieszczono w:'; -$a->strings['%s from %s'] = '%s od %s'; -$a->strings['View in context'] = 'Zobacz w kontekście'; $a->strings['remove'] = 'usuń'; $a->strings['Delete Selected Items'] = 'Usuń zaznaczone elementy'; $a->strings['You had been addressed (%s).'] = 'Zostałeś zaadresowany (%s).'; @@ -340,14 +333,32 @@ $a->strings['Stored because of a child post to complete this thread.'] = 'Zapisa $a->strings['Local delivery'] = 'Dostarczone lokalnie'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Przechowywane z powodu Twojej aktywności (polubienie, komentarz, gwiazdka, ...)'; $a->strings['Distributed'] = 'Rozpowszechniane'; +$a->strings['Pinned item'] = 'Przypięty element'; +$a->strings['View %s\'s profile @ %s'] = 'Pokaż profil %s @ %s'; +$a->strings['Categories:'] = 'Kategorie:'; +$a->strings['Filed under:'] = 'Umieszczono w:'; +$a->strings['%s from %s'] = '%s od %s'; +$a->strings['View in context'] = 'Zobacz w kontekście'; +$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['Latest Activity'] = 'Ostatnia Aktywność'; +$a->strings['Sort by latest activity'] = 'Sortuj wg. ostatniej aktywności'; +$a->strings['Latest Posts'] = 'Najnowsze wpisy'; +$a->strings['Sort by post received date'] = 'Sortuj wg. daty otrzymania wpisu'; +$a->strings['Latest Creation'] = 'Najnowsze utworzenia'; +$a->strings['Sort by post creation date'] = 'Sortuj wg. daty utworzenia wpisu'; +$a->strings['Personal'] = 'Osobiste'; +$a->strings['Posts that mention or involve you'] = 'Wpisy, które wspominają lub angażują Ciebie'; +$a->strings['Starred'] = 'Ulubione'; +$a->strings['Favourite Posts'] = 'Ulubione wpisy'; $a->strings['General Features'] = 'Funkcje ogólne'; $a->strings['Photo Location'] = 'Lokalizacja zdjęcia'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą.'; $a->strings['Trending Tags'] = 'Popularne znaczniki'; $a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Pokaż widżet strony społeczności z listą najpopularniejszych tagów w ostatnich postach publicznych.'; $a->strings['Post Composition Features'] = 'Ustawienia funkcji postów'; -$a->strings['Auto-mention Forums'] = 'Automatyczne wymienianie forów'; -$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL.'; $a->strings['Explicit Mentions'] = 'Wyraźne wzmianki'; $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['Add an abstract from ActivityPub content warnings'] = 'Dodaj streszczenie z ostrzeżeń dotyczących treści w ActivityPub'; @@ -356,8 +367,6 @@ $a->strings['Post/Comment Tools'] = 'Narzędzia post/komentarz'; $a->strings['Post Categories'] = 'Kategorie wpisów'; $a->strings['Add categories to your posts'] = 'Umożliwia dodawanie kategorii do Twoich wpisów'; $a->strings['Advanced Profile Settings'] = 'Zaawansowane ustawienia profilu'; -$a->strings['List Forums'] = 'Lista forów'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego'; $a->strings['Tag Cloud'] = 'Chmura znaczników'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Podaj osobistą chmurę tagów na stronie profilu'; $a->strings['Display Membership Date'] = 'Wyświetl datę członkostwa'; @@ -365,8 +374,6 @@ $a->strings['Display membership date in profile'] = 'Wyświetla datę członkost $a->strings['Advanced Calendar Settings'] = 'Zaawansowane ustawienia kalendarza'; $a->strings['Allow anonymous access to your calendar'] = 'Zezwól na anonimowy dostęp do swojego kalendarza'; $a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Pozwala anonimowym odwiedzającym przeglądać Twój kalendarz i wydarzenia publiczne. Kontaktowe wydarzenia urodzinowe są prywatne dla Ciebie.'; -$a->strings['Forums'] = 'Fora'; -$a->strings['External link to forum'] = 'Zewnętrzny link do forum'; $a->strings['show less'] = 'pokaż mniej'; $a->strings['show more'] = 'pokaż więcej'; $a->strings['event'] = 'wydarzenie'; @@ -387,7 +394,6 @@ $a->strings['Connect/Follow'] = 'Połącz/Obserwuj'; $a->strings['Nothing new here'] = 'Brak nowych zdarzeń'; $a->strings['Go back'] = 'Wróć'; $a->strings['Clear notifications'] = 'Wyczyść powiadomienia'; -$a->strings['@name, !forum, #tags, content'] = '@imię, !forum, #znaczniki, treść'; $a->strings['Logout'] = 'Wyloguj'; $a->strings['End this session'] = 'Zakończ sesję'; $a->strings['Login'] = 'Zaloguj się'; @@ -483,7 +489,6 @@ $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['Groups'] = 'Grupy'; $a->strings['Everyone'] = 'Wszyscy'; $a->strings['Relationships'] = 'Relacje'; $a->strings['All Contacts'] = 'Wszystkie kontakty'; @@ -524,6 +529,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 3 => 'Popularne znaczniki (ostatnie %d godzin)', ]; $a->strings['More Trending Tags'] = 'Więcej popularnych znaczników'; +$a->strings['Mention'] = 'Wzmianka'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Lokalizacja:'; @@ -644,6 +650,8 @@ $a->strings['Sep'] = 'Wrz'; $a->strings['Oct'] = 'Paź'; $a->strings['Nov'] = 'Lis'; $a->strings['Dec'] = 'Gru'; +$a->strings['The logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Plik dziennika „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: \'%s\')'; +$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Plik dziennika debugowania „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: \'%s\')'; $a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica nie może obecnie wyświetlić tej strony, skontaktuj się z administratorem.'; $a->strings['template engine cannot be registered without a name.'] = 'silnik szablonów nie może być zarejestrowany bez nazwy.'; $a->strings['template engine is not registered!'] = 'silnik szablonów nie jest zarejestrowany!'; @@ -688,9 +696,11 @@ $a->strings['Unauthorized'] = 'Nieautoryzowane'; $a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Token nie jest autoryzowany z prawidłowym użytkownikiem lub nie ma wymaganego zakresu'; $a->strings['Internal Server Error'] = 'Wewnętrzny błąd serwera'; $a->strings['Legacy module file not found: %s'] = 'Nie znaleziono pliku modułu: %s'; +$a->strings['Everybody'] = 'Wszyscy'; +$a->strings['edit'] = 'edytuj'; +$a->strings['add'] = 'dodaj'; $a->strings['Approve'] = 'Zatwierdź'; $a->strings['Organisation'] = 'Organizacja'; -$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.'; @@ -726,16 +736,6 @@ $a->strings['Show map'] = 'Pokaż mapę'; $a->strings['Hide map'] = 'Ukryj mapę'; $a->strings['%s\'s birthday'] = 'Urodziny %s'; $a->strings['Happy Birthday %s'] = 'Wszystkiego najlepszego %s'; -$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['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['Detected languages in this post:\n%s'] = 'Wykryte języki w tym wpisie:\n%s'; $a->strings['activity'] = 'aktywność'; $a->strings['comment'] = 'komentarz'; @@ -819,7 +819,6 @@ $a->strings['An error occurred during registration. Please try again.'] = 'Wyst $a->strings['An error occurred creating your default profile. Please try again.'] = 'Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie.'; $a->strings['An error occurred creating your self contact. Please try again.'] = 'Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie.'; $a->strings['Friends'] = 'Przyjaciele'; -$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['Profile Photos'] = 'Zdjęcie profilowe'; $a->strings[' Dear %1$s, @@ -1016,7 +1015,6 @@ $a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Włączen $a->strings['Global directory URL'] = 'Globalny adres URL katalogu'; $a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji.'; $a->strings['Private posts by default for new users'] = 'Prywatne posty domyślnie dla nowych użytkowników'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną.'; $a->strings['Don\'t include post content in email notifications'] = 'Nie wklejaj zawartości postu do powiadomienia o poczcie'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = '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.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji.'; @@ -1035,8 +1033,6 @@ $a->strings['Enable multiple registrations'] = 'Włącz wiele rejestracji'; $a->strings['Enable users to register additional accounts for use as pages.'] = 'Zezwól użytkownikom na rejestrowanie dodatkowych kont do użytku jako strony.'; $a->strings['Enable OpenID'] = 'Włącz OpenID'; $a->strings['Enable OpenID support for registration and logins.'] = 'Włącz obsługę OpenID dla rejestracji i logowania.'; -$a->strings['Enable Fullname check'] = 'Włącz sprawdzanie pełnej nazwy'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Włącz sprawdzenie, aby zezwolić użytkownikom tylko na rejestrację ze spacją między imieniem a nazwiskiem w ich pełnym imieniu.'; $a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Jeśli ta opcja jest włączona, a system jest ustawiony na otwartą rejestrację, wiadomość e-mail dla każdej nowej rejestracji jest wysyłana do administratorów.'; $a->strings['Community pages for visitors'] = 'Strony społecznościowe dla odwiedzających'; $a->strings['Which community pages should be available for visitors. Local users always see both pages.'] = 'Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony.'; @@ -1071,10 +1067,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interaktorzy - kontakty naszych lokalnych kontaktów i kontakty, które wchodziły w interakcję z lokalnie widocznymi wpisami, są wykrywane dla ich obserwujących/obserwowanych.'; $a->strings['Synchronize the contacts with the directory server'] = 'Synchronizuj kontakty z serwerem katalogowym'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'jeśli ta opcja jest włączona, system będzie okresowo sprawdzać nowe kontakty na zdefiniowanym serwerze katalogowym.'; -$a->strings['Days between requery'] = 'Dni między żądaniem'; -$a->strings['Number of days after which a server is requeried for his contacts.'] = 'Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów.'; $a->strings['Discover contacts from other servers'] = 'Odkryj kontakty z innych serwerów'; -$a->strings['Periodically query other servers for contacts. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Okresowo pytaj inne serwery o kontakty. System wysyła zapytania do serwerów Friendica, Mastodon i Hubzilla.'; +$a->strings['Days between requery'] = 'Dni między żądaniem'; $a->strings['Search the local directory'] = 'Wyszukaj w lokalnym katalogu'; $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.'] = '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.'; $a->strings['Publish server information'] = 'Publikuj informacje o serwerze'; @@ -1099,8 +1093,6 @@ $a->strings['Temp path'] = 'Ścieżka do temp'; $a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = '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ę.'; $a->strings['Only search in tags'] = 'Szukaj tylko w znacznikach'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system.'; -$a->strings['Generate counts per contact group when calculating network count'] = 'Generuj liczniki na grupę kontaktów podczas obliczania liczby sieci'; -$a->strings['On systems with users that heavily use contact groups the query can be very expensive.'] = 'W systemach, w których użytkownicy intensywnie korzystają z grup kontaktów, zapytanie może być bardzo kosztowne.'; $a->strings['Maximum number of parallel workers'] = 'Maksymalna liczba równoległych workerów'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d.'; $a->strings['Enable fastlane'] = 'Włącz Fastlane'; @@ -1142,8 +1134,6 @@ $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\')'] = 'Plik dziennika „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: \'%s\')'; -$a->strings['The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')'] = 'Plik dziennika debugowania „%s” nie nadaje się do użytku. Brak możliwości logowania (błąd: \'%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ę.'; @@ -1225,7 +1215,6 @@ $a->strings['Scheduled Posts'] = 'Zaplanowane wpisy'; $a->strings['Posts that are scheduled for publishing'] = 'Wpisy zaplanowane do publikacji'; $a->strings['Tips for New Members'] = 'Wskazówki dla nowych użytkowników'; $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['Account'] = 'Konto'; $a->strings['Two-factor authentication'] = 'Uwierzytelnianie dwuskładnikowe'; @@ -1256,6 +1245,13 @@ $a->strings['Events'] = 'Wydarzenia'; $a->strings['View'] = 'Widok'; $a->strings['Create New Event'] = 'Stwórz nowe wydarzenie'; $a->strings['list'] = 'lista'; +$a->strings['Contact not found.'] = 'Nie znaleziono kontaktu.'; +$a->strings['Invalid contact.'] = 'Nieprawidłowy kontakt.'; +$a->strings['Contact is deleted.'] = 'Kontakt został usunięty.'; +$a->strings['Bad request.'] = 'Błędne żądanie.'; +$a->strings['Filter'] = 'Filtr'; +$a->strings['Members'] = 'Członkowie'; +$a->strings['Click on a contact to add or remove.'] = 'Kliknij na kontakt w celu dodania lub usunięcia.'; $a->strings['%d contact edited.'] = [ 0 => 'Zedytowano %d kontakt.', 1 => 'Zedytowano %d kontakty.', @@ -1273,7 +1269,6 @@ $a->strings['Archived'] = 'Zarchiwizowane'; $a->strings['Only show archived contacts'] = 'Pokaż tylko zarchiwizowane kontakty'; $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'; @@ -1291,7 +1286,6 @@ $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['Visit %s\'s profile [%s]'] = 'Obejrzyj %s\'s profil [%s]'; -$a->strings['Contact not found.'] = 'Nie znaleziono kontaktu.'; $a->strings['Contact update failed.'] = 'Nie udało się zaktualizować kontaktu.'; $a->strings['Return to contact editor'] = 'Wróć do edytora kontaktów'; $a->strings['Name'] = 'Nazwa'; @@ -1299,7 +1293,6 @@ $a->strings['Account Nickname'] = 'Nazwa konta'; $a->strings['Account URL'] = 'Adres URL konta'; $a->strings['Poll/Feed URL'] = 'Adres Ankiety/RSS'; $a->strings['New photo from this URL'] = 'Nowe zdjęcie z tego adresu URL'; -$a->strings['Invalid contact.'] = 'Nieprawidłowy kontakt.'; $a->strings['No known contacts.'] = 'Brak znanych kontaktów.'; $a->strings['No common contacts.'] = 'Brak wspólnych kontaktów.'; $a->strings['Follower (%s)'] = [ @@ -1405,7 +1398,6 @@ $a->strings['Revoke Follow'] = 'Anuluj obserwowanie'; $a->strings['Revoke the follow from this contact'] = 'Anuluj obserwację przez ten kontakt'; $a->strings['Bad Request.'] = 'Błędne zapytanie.'; $a->strings['Unknown contact.'] = 'Nieznany kontakt.'; -$a->strings['Contact is deleted.'] = 'Kontakt został usunięty.'; $a->strings['Contact is being deleted.'] = 'Kontakt jest usuwany.'; $a->strings['Follow was successfully revoked.'] = 'Obserwacja została pomyślnie anulowana.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Czy na pewno chcesz cofnąć obserwowanie przez ten kontakt? Nie można tego cofnąć i przy chęci przywrócenia obserwacji będzie trzeba zrobić to ponownie ręcznie.'; @@ -1416,29 +1408,13 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Brak o $a->strings['Disconnect/Unfollow'] = 'Rozłącz/Nie obserwuj'; $a->strings['Contact was successfully unfollowed'] = 'Kontakt pomyślnie przestał być obserwowany'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Nie można przestać obserwować tego kontaktu, skontaktuj się z administratorem'; +$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['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['Community option not available.'] = 'Opcja wspólnotowa jest niedostępna.'; +$a->strings['Not available.'] = 'Niedostępne.'; $a->strings['Own Contacts'] = 'Własne kontakty'; $a->strings['Include'] = 'Zawiera'; $a->strings['Hide'] = 'Ukryj'; -$a->strings['No results.'] = 'Brak wyników.'; -$a->strings['Community option not available.'] = 'Opcja wspólnotowa jest niedostępna.'; -$a->strings['Not available.'] = 'Niedostępne.'; -$a->strings['No such group'] = 'Nie ma takiej grupy'; -$a->strings['Group: %s'] = 'Grupa: %s'; -$a->strings['Latest Activity'] = 'Ostatnia Aktywność'; -$a->strings['Sort by latest activity'] = 'Sortuj wg. ostatniej aktywności'; -$a->strings['Latest Posts'] = 'Najnowsze wpisy'; -$a->strings['Sort by post received date'] = 'Sortuj wg. daty otrzymania wpisu'; -$a->strings['Latest Creation'] = 'Najnowsze utworzenia'; -$a->strings['Sort by post creation date'] = 'Sortuj wg. daty utworzenia wpisu'; -$a->strings['Personal'] = 'Osobiste'; -$a->strings['Posts that mention or involve you'] = 'Wpisy, które wspominają lub angażują Ciebie'; -$a->strings['Starred'] = 'Ulubione'; -$a->strings['Favourite Posts'] = 'Ulubione wpisy'; $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['Formatted'] = 'Sformatowany'; @@ -1501,11 +1477,6 @@ $a->strings['Output'] = 'Wyjście'; $a->strings['Lookup address'] = 'Wyszukaj adres'; $a->strings['Webfinger Diagnostic'] = 'Diagnostyka Webfinger'; $a->strings['Lookup address:'] = 'Wyszukaj adres:'; -$a->strings['You are now logged in as %s'] = 'Jesteś teraz zalogowany jako %s'; -$a->strings['Switch between your accounts'] = 'Przełącz się pomiędzy kontami'; -$a->strings['Manage your accounts'] = 'Zarządzaj swoimi kontami'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia "zarządzaj"'; -$a->strings['Select an identity to manage: '] = 'Wybierz tożsamość do zarządzania: '; $a->strings['No entries (some entries may be hidden).'] = 'Brak odwiedzin (niektóre odwiedziny mogą być ukryte).'; $a->strings['Find on this site'] = 'Znajdź na tej stronie'; $a->strings['Results for:'] = 'Wyniki dla:'; @@ -1527,26 +1498,6 @@ $a->strings['Please visit Friendi.ca to learn m $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['Could not create group.'] = 'Nie można utworzyć grupy.'; -$a->strings['Group not found.'] = 'Nie znaleziono grupy.'; -$a->strings['Group name was not changed.'] = 'Nazwa grupy nie została zmieniona.'; -$a->strings['Unknown group.'] = 'Nieznana grupa.'; -$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['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['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 profile'] = 'Brak profilu'; $a->strings['Method Not Allowed.'] = 'Metoda nie akceptowana.'; $a->strings['Help:'] = 'Pomoc:'; @@ -1613,7 +1564,6 @@ $a->strings['Visibility'] = 'Widoczność'; $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['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['Unable to follow this item.'] = 'Nie można obserwować tego elementu.'; $a->strings['System down for maintenance'] = 'System wyłączony w celu konserwacji'; @@ -1636,13 +1586,10 @@ $a->strings['Deleted'] = 'Usunięte'; $a->strings['List of pending user deletions'] = 'Lista oczekujących na usunięcie użytkowników'; $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'] = 'Przekaźnik'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Nie możesz zablokować lokalnego kontaktu, zamiast tego zablokuj użytkownika'; $a->strings['%s contact unblocked'] = [ @@ -1736,16 +1683,13 @@ $a->strings['Tag'] = 'Znacznik'; $a->strings['Type'] = 'Typu'; $a->strings['Term'] = 'Zasada'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Wzmianka'; $a->strings['Implicit Mention'] = 'Wzmianka niejawna'; $a->strings['Item not found'] = 'Nie znaleziono elementu'; $a->strings['Item Guid'] = 'Element Guid'; $a->strings['Normal Account'] = 'Konto normalne'; $a->strings['Automatic Follower Account'] = 'Automatyczne konto obserwatora'; -$a->strings['Public Forum Account'] = 'Publiczne konto na forum'; $a->strings['Automatic Friend Account'] = 'Automatyczny przyjaciel konta'; $a->strings['Blog Account'] = 'Konto bloga'; -$a->strings['Private Forum Account'] = 'Prywatne konto na forum'; $a->strings['Registered users'] = 'Zarejestrowani użytkownicy'; $a->strings['Pending registrations'] = 'Oczekujące rejestracje'; $a->strings['%s user blocked'] = [ @@ -1900,7 +1844,6 @@ $a->strings['%d year old'] = [ 3 => '%d lat', ]; $a->strings['Description:'] = 'Opis:'; -$a->strings['Forums:'] = 'Fora:'; $a->strings['View profile as:'] = 'Wyświetl profil jako:'; $a->strings['View as'] = 'Zobacz jako'; $a->strings['Profile unavailable.'] = 'Profil niedostępny.'; @@ -1932,7 +1875,6 @@ $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['Please repeat your e-mail address:'] = 'Powtórz swój adres e-mail:'; $a->strings['New Password:'] = 'Nowe hasło:'; @@ -2017,7 +1959,6 @@ $a->strings['Importing Contacts done'] = 'Importowanie kontaktów zakończone'; $a->strings['Relocate message has been send to your contacts'] = 'Przeniesienie wiadomości zostało wysłane do Twoich kontaktów'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem.'; $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".'; @@ -2026,7 +1967,6 @@ $a->strings['Account for a regular personal profile that requires manual approva $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.'; @@ -2041,6 +1981,7 @@ $a->strings['Password:'] = 'Hasło:'; $a->strings['Your current password to confirm the changes of the email address'] = 'Twoje obecne hasło, aby potwierdzić zmiany adresu e-mail'; $a->strings['Delete OpenID URL'] = 'Usuń adres URL OpenID'; $a->strings['Basic Settings'] = 'Ustawienia podstawowe'; +$a->strings['Display name:'] = 'Nazwa wyświetlana:'; $a->strings['Email Address:'] = 'Adres email:'; $a->strings['Your Timezone:'] = 'Twoja strefa czasowa:'; $a->strings['Your Language:'] = 'Twój język:'; @@ -2113,6 +2054,8 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Wyślij ponownie przenieść wiadomości do kontaktów'; $a->strings['Addon Settings'] = 'Ustawienia dodatków'; $a->strings['No Addon settings configured'] = 'Brak skonfigurowanych ustawień dodatków'; +$a->strings['Description'] = 'Opis'; +$a->strings['Add'] = 'Dodaj'; $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['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; @@ -2163,7 +2106,6 @@ $a->strings['Delegates'] = 'Oddeleguj'; $a->strings['Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely.'] = 'Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie.'; $a->strings['Existing Page Delegates'] = 'Obecni delegaci stron'; $a->strings['Potential Delegates'] = 'Potencjalni delegaci'; -$a->strings['Add'] = 'Dodaj'; $a->strings['No entries.'] = 'Brak wpisów.'; $a->strings['The theme you chose isn\'t available.'] = 'Wybrany motyw jest niedostępny.'; $a->strings['%s - (Unsupported)'] = '%s - (Nieobsługiwane)'; @@ -2195,7 +2137,6 @@ $a->strings['Beginning of week:'] = 'Początek tygodnia:'; $a->strings['Additional Features'] = 'Dodatkowe funkcje'; $a->strings['Connected Apps'] = 'Powiązane aplikacje'; $a->strings['Remove authorization'] = 'Odwołaj upoważnienie'; -$a->strings['Profile Name is required.'] = 'Nazwa profilu jest wymagana.'; $a->strings['Profile couldn\'t be updated.'] = 'Profil nie mógł zostać zaktualizowany.'; $a->strings['Label:'] = 'Etykieta:'; $a->strings['Value:'] = 'Wartość:'; @@ -2210,7 +2151,6 @@ $a->strings['Location'] = 'Lokalizacja'; $a->strings['Miscellaneous'] = 'Różne'; $a->strings['Custom Profile Fields'] = 'Niestandardowe pola profilu'; $a->strings['Upload Profile Photo'] = 'Wyślij zdjęcie profilowe'; -$a->strings['Display name:'] = 'Nazwa wyświetlana:'; $a->strings['Street Address:'] = 'Ulica:'; $a->strings['Locality/City:'] = 'Miasto:'; $a->strings['Region/State:'] = 'Województwo/Stan:'; @@ -2225,15 +2165,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Pola niestandardowe pojawiają się na stronie Twojego profilu.

    -

    Możesz użyć BBCodes w wartościach pól.

    -

    Zmieniaj kolejność, przeciągając tytuł pola.

    -

    Opróżnij pole etykiety, aby usunąć pole niestandardowe.

    -

    Pola niepubliczne mogą być widoczne tylko dla wybranych kontaktów Friendica lub kontaktów Friendica w wybranych grupach.

    '; $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'; @@ -2266,7 +2197,6 @@ $a->strings['App-specific password successfully revoked.'] = 'Hasło specyficzne $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.

    '] = '

    Hasła aplikacji to losowo generowane hasła używane zamiast zwykłego hasła do uwierzytelniania konta w aplikacjach innych firm, które nie obsługują uwierzytelniania dwuskładnikowego.

    '; $a->strings['Make sure to copy your new app-specific password now. You won’t be able to see it again!'] = 'Pamiętaj, aby teraz skopiować nowe hasło aplikacji. Nie będziesz mógł go zobaczyć ponownie!'; -$a->strings['Description'] = 'Opis'; $a->strings['Last Used'] = 'Ostatnio używane'; $a->strings['Revoke'] = 'Unieważnij'; $a->strings['Revoke All'] = 'Unieważnij wszyskie'; @@ -2356,6 +2286,12 @@ $a->strings['Exception thrown in %s:%d'] = 'Zgłoszono wyjątek %s:%d'; $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['Privacy Statement'] = 'Oświadczenie o prywatności'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Żądany element nie istnieje lub został usunięty.'; +$a->strings['You are now logged in as %s'] = 'Jesteś teraz zalogowany jako %s'; +$a->strings['Switch between your accounts'] = 'Przełącz się pomiędzy kontami'; +$a->strings['Manage your accounts'] = 'Zarządzaj swoimi kontami'; +$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['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.'; @@ -2398,8 +2334,6 @@ $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 wpisy 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'; @@ -2483,11 +2417,6 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'prośba o rejestrację'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Otrzymałeś wniosek rejestracyjny od \'%1$s\' na %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s.'; -$a->strings['Full Name: %s -Site Location: %s -Login Name: %s (%s)'] = 'Imię i nazwisko: %s -Lokalizacja witryny: %s -Nazwa użytkownika: %s(%s)'; $a->strings['Please visit %s to approve or reject the request.'] = 'Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek.'; $a->strings['%s %s tagged you'] = '%s %s oznaczył Cię'; $a->strings['%s %s shared a new post'] = '%s %s udostępnił nowy wpis'; @@ -2634,7 +2563,6 @@ $a->strings['Center'] = 'Do środka'; $a->strings['Color scheme'] = 'Schemat kolorów'; $a->strings['Posts font size'] = 'Rozmiar czcionki wpisów'; $a->strings['Textareas font size'] = 'Rozmiar czcionki obszarów tekstowych'; -$a->strings['Comma separated list of helper forums'] = 'Lista oddzielonych przecinkami forów pomocniczych'; $a->strings['don\'t show'] = 'nie pokazuj'; $a->strings['show'] = 'pokazuj'; $a->strings['Set style'] = 'Ustaw styl'; diff --git a/view/lang/ro/messages.po b/view/lang/ro/messages.po index d9c586727c..2f553b8aa5 100644 --- a/view/lang/ro/messages.po +++ b/view/lang/ro/messages.po @@ -1,1154 +1,100 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010-2022, the Friendica project +# Copyright (C) 2010-2024, the Friendica project # This file is distributed under the same license as the Friendica package. # # Translators: # Arian - Cazare Muncitori , 2014 +# ktlinux, 2023 # Doru DEACONU , 2013 # Doru DEACONU , 2013-2015 +# ktlinux, 2023 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-09 08:57+0100\n" -"PO-Revision-Date: 2015-03-05 16:37+0000\n" -"Last-Translator: Doru DEACONU \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n" +"POT-Creation-Date: 2024-01-02 20:55+0000\n" +"PO-Revision-Date: 2011-05-05 10:19+0000\n" +"Last-Translator: ktlinux, 2023\n" +"Language-Team: Romanian (Romania) (http://app.transifex.com/Friendica/friendica/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ro_RO\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: ../../mod/contacts.php:108 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited" -msgstr[0] "%d contact editat." -msgstr[1] "%d contacte editate." -msgstr[2] "%d de contacte editate." - -#: ../../mod/contacts.php:139 ../../mod/contacts.php:272 -msgid "Could not access contact record." -msgstr "Nu se poate accesa registrul contactului." - -#: ../../mod/contacts.php:153 -msgid "Could not locate selected profile." -msgstr "Nu se poate localiza profilul selectat." - -#: ../../mod/contacts.php:186 -msgid "Contact updated." -msgstr "Contact actualizat." - -#: ../../mod/contacts.php:188 ../../mod/dfrn_request.php:576 -msgid "Failed to update contact record." -msgstr "Actualizarea datelor de contact a eşuat." - -#: ../../mod/contacts.php:254 ../../mod/manage.php:96 -#: ../../mod/display.php:499 ../../mod/profile_photo.php:19 -#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180 -#: ../../mod/profile_photo.php:193 ../../mod/follow.php:9 -#: ../../mod/item.php:168 ../../mod/item.php:184 ../../mod/group.php:19 -#: ../../mod/dfrn_confirm.php:55 ../../mod/fsuggest.php:78 -#: ../../mod/wall_upload.php:66 ../../mod/viewcontacts.php:24 -#: ../../mod/notifications.php:66 ../../mod/message.php:38 -#: ../../mod/message.php:174 ../../mod/crepair.php:119 -#: ../../mod/nogroup.php:25 ../../mod/network.php:4 ../../mod/allfriends.php:9 -#: ../../mod/events.php:140 ../../mod/install.php:151 -#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33 -#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103 -#: ../../mod/wall_attach.php:55 ../../mod/settings.php:102 -#: ../../mod/settings.php:596 ../../mod/settings.php:601 -#: ../../mod/register.php:42 ../../mod/delegate.php:12 ../../mod/mood.php:114 -#: ../../mod/suggest.php:58 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:618 ../../mod/editpost.php:10 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/notes.php:20 ../../mod/poke.php:135 -#: ../../mod/invite.php:15 ../../mod/invite.php:101 ../../mod/photos.php:134 -#: ../../mod/photos.php:1050 ../../mod/regmod.php:110 ../../mod/uimport.php:23 -#: ../../mod/attach.php:33 ../../include/items.php:4712 ../../index.php:369 -msgid "Permission denied." -msgstr "Permisiune refuzată." - -#: ../../mod/contacts.php:287 -msgid "Contact has been blocked" -msgstr "Contactul a fost blocat" - -#: ../../mod/contacts.php:287 -msgid "Contact has been unblocked" -msgstr "Contactul a fost deblocat" - -#: ../../mod/contacts.php:298 -msgid "Contact has been ignored" -msgstr "Contactul a fost ignorat" - -#: ../../mod/contacts.php:298 -msgid "Contact has been unignored" -msgstr "Contactul a fost neignorat" - -#: ../../mod/contacts.php:310 -msgid "Contact has been archived" -msgstr "Contactul a fost arhivat" - -#: ../../mod/contacts.php:310 -msgid "Contact has been unarchived" -msgstr "Contactul a fost dezarhivat" - -#: ../../mod/contacts.php:335 ../../mod/contacts.php:711 -msgid "Do you really want to delete this contact?" -msgstr "Sigur doriți să ștergeți acest contact?" - -#: ../../mod/contacts.php:337 ../../mod/message.php:209 -#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 -#: ../../mod/settings.php:1024 ../../mod/settings.php:1028 -#: ../../mod/settings.php:1033 ../../mod/settings.php:1039 -#: ../../mod/settings.php:1045 ../../mod/settings.php:1051 -#: ../../mod/settings.php:1081 ../../mod/settings.php:1082 -#: ../../mod/settings.php:1083 ../../mod/settings.php:1084 -#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830 -#: ../../mod/register.php:233 ../../mod/suggest.php:29 -#: ../../mod/profiles.php:661 ../../mod/profiles.php:664 ../../mod/api.php:105 -#: ../../include/items.php:4557 -msgid "Yes" -msgstr "Da" - -#: ../../mod/contacts.php:340 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/message.php:212 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../mod/settings.php:615 -#: ../../mod/settings.php:641 ../../mod/dfrn_request.php:844 -#: ../../mod/suggest.php:32 ../../mod/editpost.php:148 -#: ../../mod/photos.php:203 ../../mod/photos.php:292 -#: ../../include/conversation.php:1129 ../../include/items.php:4560 -msgid "Cancel" -msgstr "Anulează" - -#: ../../mod/contacts.php:352 -msgid "Contact has been removed." -msgstr "Contactul a fost înlăturat." - -#: ../../mod/contacts.php:390 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Sunteţi prieten comun cu %s" - -#: ../../mod/contacts.php:394 -#, php-format -msgid "You are sharing with %s" -msgstr "Împărtășiți cu %s" - -#: ../../mod/contacts.php:399 -#, php-format -msgid "%s is sharing with you" -msgstr "%s împărtăşeşte cu dvs." - -#: ../../mod/contacts.php:416 -msgid "Private communications are not available for this contact." -msgstr "Comunicaţiile private nu sunt disponibile pentru acest contact." - -#: ../../mod/contacts.php:419 ../../mod/admin.php:569 -msgid "Never" -msgstr "Niciodată" - -#: ../../mod/contacts.php:423 -msgid "(Update was successful)" -msgstr "(Actualizare a reuşit)" - -#: ../../mod/contacts.php:423 -msgid "(Update was not successful)" -msgstr "(Actualizare nu a reuşit)" - -#: ../../mod/contacts.php:425 -msgid "Suggest friends" -msgstr "Sugeraţi prieteni" - -#: ../../mod/contacts.php:429 -#, php-format -msgid "Network type: %s" -msgstr "Tipul rețelei: %s" - -#: ../../mod/contacts.php:432 ../../include/contact_widgets.php:200 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact în comun" -msgstr[1] "%d contacte în comun" -msgstr[2] "%d de contacte în comun" - -#: ../../mod/contacts.php:437 -msgid "View all contacts" -msgstr "Vezi toate contactele" - -#: ../../mod/contacts.php:442 ../../mod/contacts.php:501 -#: ../../mod/contacts.php:714 ../../mod/admin.php:1009 -msgid "Unblock" -msgstr "Deblochează" - -#: ../../mod/contacts.php:442 ../../mod/contacts.php:501 -#: ../../mod/contacts.php:714 ../../mod/admin.php:1008 -msgid "Block" -msgstr "Blochează" - -#: ../../mod/contacts.php:445 -msgid "Toggle Blocked status" -msgstr "Comutare status Blocat" - -#: ../../mod/contacts.php:448 ../../mod/contacts.php:502 -#: ../../mod/contacts.php:715 -msgid "Unignore" -msgstr "Anulare ignorare" - -#: ../../mod/contacts.php:448 ../../mod/contacts.php:502 -#: ../../mod/contacts.php:715 ../../mod/notifications.php:51 -#: ../../mod/notifications.php:164 ../../mod/notifications.php:210 -msgid "Ignore" -msgstr "Ignoră" - -#: ../../mod/contacts.php:451 -msgid "Toggle Ignored status" -msgstr "Comutaţi status Ignorat" - -#: ../../mod/contacts.php:455 ../../mod/contacts.php:716 -msgid "Unarchive" -msgstr "Dezarhivează" - -#: ../../mod/contacts.php:455 ../../mod/contacts.php:716 -msgid "Archive" -msgstr "Arhivează" - -#: ../../mod/contacts.php:458 -msgid "Toggle Archive status" -msgstr "Comutaţi status Arhivat" - -#: ../../mod/contacts.php:461 -msgid "Repair" -msgstr "Repară" - -#: ../../mod/contacts.php:464 -msgid "Advanced Contact Settings" -msgstr "Configurări Avansate Contacte" - -#: ../../mod/contacts.php:470 -msgid "Communications lost with this contact!" -msgstr "S-a pierdut conexiunea cu acest contact!" - -#: ../../mod/contacts.php:473 -msgid "Contact Editor" -msgstr "Editor Contact" - -#: ../../mod/contacts.php:475 ../../mod/manage.php:110 -#: ../../mod/fsuggest.php:107 ../../mod/message.php:335 -#: ../../mod/message.php:564 ../../mod/crepair.php:186 -#: ../../mod/events.php:478 ../../mod/content.php:710 -#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/mood.php:137 -#: ../../mod/profiles.php:686 ../../mod/localtime.php:45 -#: ../../mod/poke.php:199 ../../mod/invite.php:140 ../../mod/photos.php:1084 -#: ../../mod/photos.php:1203 ../../mod/photos.php:1514 -#: ../../mod/photos.php:1565 ../../mod/photos.php:1609 -#: ../../mod/photos.php:1697 ../../object/Item.php:678 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64 -#: ../../view/theme/diabook/config.php:148 -#: ../../view/theme/diabook/theme.php:633 ../../view/theme/vier/config.php:53 -#: ../../view/theme/duepuntozero/config.php:59 -msgid "Submit" -msgstr "Trimite" - -#: ../../mod/contacts.php:476 -msgid "Profile Visibility" -msgstr "Vizibilitate Profil" - -#: ../../mod/contacts.php:477 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat." - -#: ../../mod/contacts.php:478 -msgid "Contact Information / Notes" -msgstr "Informaţii de Contact / Note" - -#: ../../mod/contacts.php:479 -msgid "Edit contact notes" -msgstr "Editare note de contact" - -#: ../../mod/contacts.php:484 ../../mod/contacts.php:679 -#: ../../mod/viewcontacts.php:64 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Vizitați profilul %s [%s]" - -#: ../../mod/contacts.php:485 -msgid "Block/Unblock contact" -msgstr "Blocare/Deblocare contact" - -#: ../../mod/contacts.php:486 -msgid "Ignore contact" -msgstr "Ignorare contact" - -#: ../../mod/contacts.php:487 -msgid "Repair URL settings" -msgstr "Remediere configurări URL" - -#: ../../mod/contacts.php:488 -msgid "View conversations" -msgstr "Vizualizaţi conversaţii" - -#: ../../mod/contacts.php:490 -msgid "Delete contact" -msgstr "Şterge contact" - -#: ../../mod/contacts.php:494 -msgid "Last update:" -msgstr "Ultima actualizare:" - -#: ../../mod/contacts.php:496 -msgid "Update public posts" -msgstr "Actualizare postări publice" - -#: ../../mod/contacts.php:498 ../../mod/admin.php:1503 -msgid "Update now" -msgstr "Actualizează acum" - -#: ../../mod/contacts.php:505 -msgid "Currently blocked" -msgstr "Blocat în prezent" - -#: ../../mod/contacts.php:506 -msgid "Currently ignored" -msgstr "Ignorat în prezent" - -#: ../../mod/contacts.php:507 -msgid "Currently archived" -msgstr "Arhivat în prezent" - -#: ../../mod/contacts.php:508 ../../mod/notifications.php:157 -#: ../../mod/notifications.php:204 -msgid "Hide this contact from others" -msgstr "Ascunde acest contact pentru alţii" - -#: ../../mod/contacts.php:508 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Răspunsurile/aprecierile pentru postările dvs. publice ar putea fi încă vizibile" - -#: ../../mod/contacts.php:509 -msgid "Notification for new posts" -msgstr "Notificare de postări noi" - -#: ../../mod/contacts.php:509 -msgid "Send a notification of every new post of this contact" -msgstr "Trimiteți o notificare despre fiecare postare nouă a acestui contact" - -#: ../../mod/contacts.php:510 -msgid "Fetch further information for feeds" -msgstr "Preluare informaţii suplimentare pentru fluxuri" - -#: ../../mod/contacts.php:511 -msgid "Disabled" -msgstr "Dezactivat" - -#: ../../mod/contacts.php:511 -msgid "Fetch information" -msgstr "" - -#: ../../mod/contacts.php:511 -msgid "Fetch information and keywords" -msgstr "" - -#: ../../mod/contacts.php:513 -msgid "Blacklisted keywords" -msgstr "" - -#: ../../mod/contacts.php:513 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: ../../mod/contacts.php:564 -msgid "Suggestions" -msgstr "Sugestii" - -#: ../../mod/contacts.php:567 -msgid "Suggest potential friends" -msgstr "Sugeraţi prieteni potențiali" - -#: ../../mod/contacts.php:570 ../../mod/group.php:194 -msgid "All Contacts" -msgstr "Toate Contactele" - -#: ../../mod/contacts.php:573 -msgid "Show all contacts" -msgstr "Afişează toate contactele" - -#: ../../mod/contacts.php:576 -msgid "Unblocked" -msgstr "Deblocat" - -#: ../../mod/contacts.php:579 -msgid "Only show unblocked contacts" -msgstr "Se afişează numai contactele deblocate" - -#: ../../mod/contacts.php:583 -msgid "Blocked" -msgstr "Blocat" - -#: ../../mod/contacts.php:586 -msgid "Only show blocked contacts" -msgstr "Se afişează numai contactele blocate" - -#: ../../mod/contacts.php:590 -msgid "Ignored" -msgstr "Ignorat" - -#: ../../mod/contacts.php:593 -msgid "Only show ignored contacts" -msgstr "Se afişează numai contactele ignorate" - -#: ../../mod/contacts.php:597 -msgid "Archived" -msgstr "Arhivat" - -#: ../../mod/contacts.php:600 -msgid "Only show archived contacts" -msgstr "Se afişează numai contactele arhivate" - -#: ../../mod/contacts.php:604 -msgid "Hidden" -msgstr "Ascuns" - -#: ../../mod/contacts.php:607 -msgid "Only show hidden contacts" -msgstr "Se afişează numai contactele ascunse" - -#: ../../mod/contacts.php:655 -msgid "Mutual Friendship" -msgstr "Prietenie Reciprocă" - -#: ../../mod/contacts.php:659 -msgid "is a fan of yours" -msgstr "este fanul dvs." - -#: ../../mod/contacts.php:663 -msgid "you are a fan of" -msgstr "sunteţi un fan al" - -#: ../../mod/contacts.php:680 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Editează contact" - -#: ../../mod/contacts.php:702 ../../include/nav.php:177 -#: ../../view/theme/diabook/theme.php:125 -msgid "Contacts" -msgstr "Contacte" - -#: ../../mod/contacts.php:706 -msgid "Search your contacts" -msgstr "Căutare contacte" - -#: ../../mod/contacts.php:707 ../../mod/directory.php:61 -msgid "Finding: " -msgstr "Găsire:" - -#: ../../mod/contacts.php:708 ../../mod/directory.php:63 -#: ../../include/contact_widgets.php:34 -msgid "Find" -msgstr "Căutare" - -#: ../../mod/contacts.php:713 ../../mod/settings.php:132 -#: ../../mod/settings.php:640 -msgid "Update" -msgstr "Actualizare" - -#: ../../mod/contacts.php:717 ../../mod/group.php:171 ../../mod/admin.php:1007 -#: ../../mod/content.php:438 ../../mod/content.php:741 -#: ../../mod/settings.php:677 ../../mod/photos.php:1654 -#: ../../object/Item.php:130 ../../include/conversation.php:614 -msgid "Delete" -msgstr "Şterge" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Niciun profil" - -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "Administrare Identităţii şi/sau Pagini" - -#: ../../mod/manage.php:107 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de \"gestionare \"" - -#: ../../mod/manage.php:108 -msgid "Select an identity to manage: " -msgstr "Selectaţi o identitate de gestionat:" - -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Postat cu succes." - -#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:368 -msgid "Permission denied" -msgstr "Permisiune refuzată" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Identificator profil, invalid." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Editor Vizibilitate Profil" - -#: ../../mod/profperm.php:103 ../../mod/newmember.php:32 ../../boot.php:2119 -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:87 -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124 -msgid "Profile" -msgstr "Profil" - -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "Apăsați pe un contact pentru a-l adăuga sau elimina." - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Vizibil Pentru" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Toate Contactele (cu acces profil securizat)" - -#: ../../mod/display.php:82 ../../mod/display.php:284 -#: ../../mod/display.php:503 ../../mod/viewsrc.php:15 ../../mod/admin.php:169 -#: ../../mod/admin.php:1052 ../../mod/admin.php:1265 ../../mod/notice.php:15 -#: ../../include/items.php:4516 -msgid "Item not found." -msgstr "Element negăsit." - -#: ../../mod/display.php:212 ../../mod/videos.php:115 -#: ../../mod/viewcontacts.php:19 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:762 ../../mod/search.php:89 -#: ../../mod/directory.php:33 ../../mod/photos.php:920 -msgid "Public access denied." -msgstr "Acces public refuzat." - -#: ../../mod/display.php:332 ../../mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Accesul la acest profil a fost restricţionat." - -#: ../../mod/display.php:496 -msgid "Item has been removed." -msgstr "Elementul a fost eliminat." - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Bun Venit la Friendica" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Lista de Verificare Membrii Noi" - -#: ../../mod/newmember.php:12 -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 "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere." - -#: ../../mod/newmember.php:14 -msgid "Getting Started" -msgstr "Noțiuni de Bază" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Ghidul de Prezentare Friendica" - -#: ../../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 "Pe pagina dvs. de Pornire Rapidă - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați." - -#: ../../mod/newmember.php:22 ../../mod/admin.php:1104 -#: ../../mod/admin.php:1325 ../../mod/settings.php:85 -#: ../../include/nav.php:172 ../../view/theme/diabook/theme.php:544 -#: ../../view/theme/diabook/theme.php:648 -msgid "Settings" -msgstr "Setări" - -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "Mergeți la Configurări" - -#: ../../mod/newmember.php:26 -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 "Din pagina dvs. de Configurări - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită." - -#: ../../mod/newmember.php:28 -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 "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească." - -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -#: ../../mod/profiles.php:699 -msgid "Upload Profile Photo" -msgstr "Încărcare Fotografie Profil" - -#: ../../mod/newmember.php:36 -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 "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale." - -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Editare Profil" - -#: ../../mod/newmember.php:38 -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 "Editaţi-vă profilul Implicit după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți." - -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Cuvinte-Cheie Profil" - -#: ../../mod/newmember.php:40 -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 "Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor." - -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "Conectare" - -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook." - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "Dacă aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită." - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "Importare Email-uri" - -#: ../../mod/newmember.php:56 -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 "Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din Căsuța dvs. de Mesaje Primite." - -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" -msgstr "Dute la pagina ta Contacte " - -#: ../../mod/newmember.php:58 -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 "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul Adăugare Contact Nou." - -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" -msgstr "Mergeţi la Directorul Site-ului" - -#: ../../mod/newmember.php:60 -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 "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de Conectare sau Urmărire pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită." - -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "Găsire Persoane Noi" - -#: ../../mod/newmember.php:62 -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 "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore." - -#: ../../mod/newmember.php:66 ../../include/group.php:270 -msgid "Groups" -msgstr "Groupuri" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "Grupați-vă Contactele" - -#: ../../mod/newmember.php:70 -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 "Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea." - -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" -msgstr "De ce nu sunt Postările Mele Publice?" - -#: ../../mod/newmember.php:73 -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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus." - -#: ../../mod/newmember.php:78 -msgid "Getting Help" -msgstr "Obţinerea de Ajutor" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "Navigați la Secțiunea Ajutor" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Paginile noastre de ajutor pot fi consultate pentru detalii, prin alte funcții şi resurse de program." - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Eroare de protocol OpenID. Nici-un ID returnat." - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Contul nu a fost găsit iar înregistrările OpenID nu sunt permise pe acest site." - -#: ../../mod/openid.php:93 ../../include/auth.php:112 -#: ../../include/auth.php:175 -msgid "Login failed." -msgstr "Eşec la conectare" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Imaginea a fost încărcată, dar decuparea imaginii a eşuat." - -#: ../../mod/profile_photo.php:74 ../../mod/profile_photo.php:81 -#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:204 -#: ../../mod/profile_photo.php:296 ../../mod/profile_photo.php:305 -#: ../../mod/photos.php:155 ../../mod/photos.php:731 ../../mod/photos.php:1187 -#: ../../mod/photos.php:1210 ../../include/user.php:335 -#: ../../include/user.php:342 ../../include/user.php:349 -#: ../../view/theme/diabook/theme.php:500 -msgid "Profile Photos" -msgstr "Poze profil" - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Reducerea dimensiunea imaginii [%s] a eşuat." - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat." - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Nu s-a putut procesa imaginea." - -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:122 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Dimensiunea imaginii depăşeşte limita de %d" - -#: ../../mod/profile_photo.php:153 ../../mod/wall_upload.php:144 -#: ../../mod/photos.php:807 -msgid "Unable to process image." -msgstr "Nu s-a putut procesa imaginea." - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Încărcare Fișier:" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" -msgstr "Selectați un profil:" - -#: ../../mod/profile_photo.php:245 -msgid "Upload" -msgstr "Încărcare" - -#: ../../mod/profile_photo.php:248 ../../mod/settings.php:1062 -msgid "or" -msgstr "sau" - -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "omiteți acest pas" - -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "selectaţi o fotografie din albumele dvs. foto" - -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Decupare Imagine" - -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă." - -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Editare Realizată" - -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "Imaginea a fost încărcată cu succes" - -#: ../../mod/profile_photo.php:301 ../../mod/wall_upload.php:172 -#: ../../mod/photos.php:834 -msgid "Image upload failed." -msgstr "Încărcarea imaginii a eşuat." - -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149 -#: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../include/text.php:1968 ../../include/diaspora.php:2087 -#: ../../view/theme/diabook/theme.php:471 -msgid "photo" -msgstr "photo" - -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:149 -#: ../../mod/like.php:319 ../../include/conversation.php:121 -#: ../../include/conversation.php:130 ../../include/conversation.php:249 -#: ../../include/conversation.php:258 ../../include/diaspora.php:2087 -#: ../../view/theme/diabook/theme.php:466 -#: ../../view/theme/diabook/theme.php:475 -msgid "status" -msgstr "status" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s urmărește %3$s postată %2$s" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Etichetă eliminată" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Eliminați Eticheta Elementului" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selectați o etichetă de eliminat:" - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:139 -msgid "Remove" -msgstr "Eliminare" - -#: ../../mod/filer.php:30 ../../include/conversation.php:1006 -#: ../../include/conversation.php:1024 -msgid "Save to Folder:" -msgstr "Salvare în Dosar:" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- selectare -" - -#: ../../mod/filer.php:31 ../../mod/editpost.php:109 ../../mod/notes.php:63 -#: ../../include/text.php:956 -msgid "Save" -msgstr "Salvare" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Contact addăugat" - -#: ../../mod/item.php:113 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Nu se poate localiza postarea originală." -#: ../../mod/item.php:345 +#: mod/item.php:138 +msgid "Post updated." +msgstr "Postare actualizată" + +#: mod/item.php:203 mod/item.php:207 +msgid "Item wasn't stored." +msgstr "" + +#: mod/item.php:217 +msgid "Item couldn't be fetched." +msgstr "Elementul nu a putut fi adus" + +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Postarea goală a fost eliminată." -#: ../../mod/item.php:484 ../../mod/wall_upload.php:169 -#: ../../mod/wall_upload.php:178 ../../mod/wall_upload.php:185 -#: ../../include/Photo.php:916 ../../include/Photo.php:931 -#: ../../include/Photo.php:938 ../../include/Photo.php:960 -#: ../../include/message.php:144 -msgid "Wall Photos" -msgstr "Fotografii de Perete" +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 +#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 +#: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 +msgid "Item not found." +msgstr "Element negăsit." -#: ../../mod/item.php:938 -msgid "System error. Post not saved." -msgstr "Eroare de sistem. Articolul nu a fost salvat." +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 +#: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 +#: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 +#: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 +#: src/Module/Notifications/Notification.php:107 +#: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 +#: src/Module/Post/Edit.php:76 src/Module/Profile/Common.php:75 +#: src/Module/Profile/Contacts.php:78 src/Module/Profile/Photos.php:92 +#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 +#: src/Module/Profile/UnkMail.php:69 src/Module/Profile/UnkMail.php:121 +#: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 +#: src/Module/Register.php:90 src/Module/Register.php:206 +#: src/Module/Register.php:245 src/Module/Search/Directory.php:37 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:112 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 +#: src/Module/Settings/Profile/Photo/Crop.php:165 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/UserExport.php:114 +#: src/Module/Settings/UserExport.php:215 +#: src/Module/Settings/UserExport.php:235 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 +msgid "Permission denied." +msgstr "Permisiune refuzată." -#: ../../mod/item.php:964 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica." - -#: ../../mod/item.php:966 -#, php-format -msgid "You may visit them online at %s" -msgstr "Îi puteți vizita profilul online la %s" - -#: ../../mod/item.php:967 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje." - -#: ../../mod/item.php:971 -#, php-format -msgid "%s posted an update." -msgstr "%s a postat o actualizare." - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Grupul a fost creat." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Grupul nu se poate crea." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Grupul nu a fost găsit." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Numele grupului a fost schimbat." - -#: ../../mod/group.php:87 -msgid "Save Group" -msgstr "Salvare Grup" - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Creaţi un grup de contacte/prieteni." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Nume Grup:" - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Grupul a fost eliminat." - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Nu se poate elimina grupul." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Editor Grup" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Membri" - -#: ../../mod/apps.php:7 ../../index.php:212 -msgid "You must be logged in to use addons. " -msgstr "Tu trebuie să vă autentificați pentru a folosi suplimentele." - -#: ../../mod/apps.php:11 -msgid "Applications" -msgstr "Aplicații" - -#: ../../mod/apps.php:14 -msgid "No installed applications." -msgstr "Nu există aplicații instalate." - -#: ../../mod/dfrn_confirm.php:64 ../../mod/profiles.php:18 -#: ../../mod/profiles.php:133 ../../mod/profiles.php:179 -#: ../../mod/profiles.php:630 -msgid "Profile not found." -msgstr "Profil negăsit." - -#: ../../mod/dfrn_confirm.php:120 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/crepair.php:133 -msgid "Contact not found." -msgstr "Contact negăsit." - -#: ../../mod/dfrn_confirm.php:121 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat." - -#: ../../mod/dfrn_confirm.php:240 -msgid "Response from remote site was not understood." -msgstr "Răspunsul de la adresa de la distanţă, nu a fost înțeles." - -#: ../../mod/dfrn_confirm.php:249 ../../mod/dfrn_confirm.php:254 -msgid "Unexpected response from remote site: " -msgstr "Răspuns neaşteptat de la site-ul de la distanţă:" - -#: ../../mod/dfrn_confirm.php:263 -msgid "Confirmation completed successfully." -msgstr "Confirmare încheiată cu succes." - -#: ../../mod/dfrn_confirm.php:265 ../../mod/dfrn_confirm.php:279 -#: ../../mod/dfrn_confirm.php:286 -msgid "Remote site reported: " -msgstr "Site-ul de la distanţă a raportat:" - -#: ../../mod/dfrn_confirm.php:277 -msgid "Temporary failure. Please wait and try again." -msgstr "Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou." - -#: ../../mod/dfrn_confirm.php:284 -msgid "Introduction failed or was revoked." -msgstr "Introducerea a eşuat sau a fost revocată." - -#: ../../mod/dfrn_confirm.php:429 -msgid "Unable to set contact photo." -msgstr "Imposibil de stabilit fotografia de contact." - -#: ../../mod/dfrn_confirm.php:486 ../../include/conversation.php:172 -#: ../../include/diaspora.php:620 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s este acum prieten cu %2$s" - -#: ../../mod/dfrn_confirm.php:571 -#, php-format -msgid "No user record found for '%s' " -msgstr "Nici-o înregistrare de utilizator găsită pentru '%s'" - -#: ../../mod/dfrn_confirm.php:581 -msgid "Our site encryption key is apparently messed up." -msgstr "Se pare că, cheia de criptare a site-ului nostru s-a încurcat." - -#: ../../mod/dfrn_confirm.php:592 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi." - -#: ../../mod/dfrn_confirm.php:613 -msgid "Contact record was not found for you on our site." -msgstr "Registrul contactului nu a fost găsit pe site-ul nostru." - -#: ../../mod/dfrn_confirm.php:627 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s." - -#: ../../mod/dfrn_confirm.php:647 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou." - -#: ../../mod/dfrn_confirm.php:658 -msgid "Unable to set your contact credentials on our system." -msgstr "Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru." - -#: ../../mod/dfrn_confirm.php:725 -msgid "Unable to update your contact profile details on our system" -msgstr "Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru." - -#: ../../mod/dfrn_confirm.php:752 ../../mod/dfrn_request.php:717 -#: ../../include/items.php:4008 -msgid "[Name Withheld]" -msgstr "[Nume Reţinut]" - -#: ../../mod/dfrn_confirm.php:797 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s s-a alăturat lui %2$s" - -#: ../../mod/profile.php:21 ../../boot.php:1458 -msgid "Requested profile is not available." -msgstr "Profilul solicitat nu este disponibil." - -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Sfaturi pentru Membrii Noi" - -#: ../../mod/videos.php:125 -msgid "No videos selected" -msgstr "Nici-un clip video selectat" - -#: ../../mod/videos.php:226 ../../mod/photos.php:1031 -msgid "Access to this item is restricted." -msgstr "Accesul la acest element este restricționat." - -#: ../../mod/videos.php:301 ../../include/text.php:1405 -msgid "View Video" -msgstr "Vizualizați Clipul Video" - -#: ../../mod/videos.php:308 ../../mod/photos.php:1808 -msgid "View Album" -msgstr "Vezi Album" - -#: ../../mod/videos.php:317 -msgid "Recent Videos" -msgstr "Clipuri video recente" - -#: ../../mod/videos.php:319 -msgid "Upload New Videos" -msgstr "Încărcaţi Clipuri Video Noi" - -#: ../../mod/tagger.php:95 ../../include/conversation.php:266 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s a etichetat %3$s de la %2$s cu %4$s" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Sugestia de prietenie a fost trimisă." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Sugeraţi Prieteni" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Sugeraţi un prieten pentru %s" - -#: ../../mod/lostpass.php:19 +#: mod/lostpass.php:40 msgid "No valid account found." msgstr "Nici-un cont valid găsit." -#: ../../mod/lostpass.php:35 +#: mod/lostpass.php:52 msgid "Password reset request issued. Check your email." msgstr "Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul." -#: ../../mod/lostpass.php:42 +#: mod/lostpass.php:58 #, php-format msgid "" "\n" @@ -1158,17 +104,17 @@ msgid "" "\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.\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 "" +msgstr "\n\t\tStimate %1$s,\n\t\t\tA fost primită recent o solicitare către \"%2$s\" pentru a vă schimba parola\n\t\tcontului. Pentru a confirma aceasta, vă rugăm să accesați link-ul de verificare\n\t\tde mai jos sau să-l copiați în bara de adrese a browser-ului dumneavoastră.\n\n\t\tDacă NU ați efectuat această solicitare, vă rugăm să NU urmați link-ul\n\t\ttrimis mai sus și să ignorați și/sau să ștergeți acest email, cererea urmând să expire în curând.\n\n\t\tParola dumneavoastră nu va fi schimbată decât dacă putem verifica faptul că dumneavoastră\n\t\tați solicitat acest lucru." -#: ../../mod/lostpass.php:53 +#: mod/lostpass.php:69 #, php-format msgid "" "\n" -"\t\tFollow this link to verify your identity:\n" +"\t\tFollow this link soon to verify your identity:\n" "\n" "\t\t%1$s\n" "\n" @@ -1181,494 +127,249 @@ msgid "" "\t\tLogin Name:\t%3$s" msgstr "" -#: ../../mod/lostpass.php:72 +#: mod/lostpass.php:84 #, php-format msgid "Password reset requested at %s" msgstr "Solicitarea de resetare a parolei a fost făcută la %s" -#: ../../mod/lostpass.php:92 +#: mod/lostpass.php:100 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat." -#: ../../mod/lostpass.php:109 ../../boot.php:1280 -msgid "Password Reset" -msgstr "Resetare Parolă" +#: mod/lostpass.php:113 +msgid "Request has expired, please make a new one." +msgstr "Solicitarea a expirat, vă rugăm să efectuați o nouă solicitare" -#: ../../mod/lostpass.php:110 -msgid "Your password has been reset as requested." -msgstr "Parola a fost resetată conform solicitării." - -#: ../../mod/lostpass.php:111 -msgid "Your new password is" -msgstr "Noua dvs. parolă este" - -#: ../../mod/lostpass.php:112 -msgid "Save or copy your new password - and then" -msgstr "Salvați sau copiați noua dvs. parolă - şi apoi" - -#: ../../mod/lostpass.php:113 -msgid "click here to login" -msgstr "click aici pentru logare" - -#: ../../mod/lostpass.php:114 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Parola poate fi schimbată din pagina de Configurări după autentificarea cu succes." - -#: ../../mod/lostpass.php:125 -#, php-format -msgid "" -"\n" -"\t\t\t\tDear %1$s,\n" -"\t\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\t\tsomething that you will remember).\n" -"\t\t\t" -msgstr "" - -#: ../../mod/lostpass.php:131 -#, php-format -msgid "" -"\n" -"\t\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\t\tSite Location:\t%1$s\n" -"\t\t\t\tLogin Name:\t%2$s\n" -"\t\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t\t" -msgstr "" - -#: ../../mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Parola dumneavoastră a fost schimbată la %s" - -#: ../../mod/lostpass.php:159 +#: mod/lostpass.php:128 msgid "Forgot your Password?" msgstr "Ați uitat Parola?" -#: ../../mod/lostpass.php:160 +#: mod/lostpass.php:129 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare." -#: ../../mod/lostpass.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Pseudonim sau Email:" -#: ../../mod/lostpass.php:162 +#: mod/lostpass.php:131 msgid "Reset" -msgstr "Reset" +msgstr "Resetare" -#: ../../mod/like.php:166 ../../include/conversation.php:137 -#: ../../include/diaspora.php:2103 ../../view/theme/diabook/theme.php:480 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 +msgid "Password Reset" +msgstr "Resetare Parolă" + +#: mod/lostpass.php:147 +msgid "Your password has been reset as requested." +msgstr "Parola a fost resetată conform solicitării." + +#: mod/lostpass.php:148 +msgid "Your new password is" +msgstr "Noua dvs. parolă este" + +#: mod/lostpass.php:149 +msgid "Save or copy your new password - and then" +msgstr "Salvați sau copiați noua dvs. parolă - şi apoi" + +#: mod/lostpass.php:150 +msgid "click here to login" +msgstr "click aici pentru logare" + +#: mod/lostpass.php:151 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Parola poate fi schimbată din pagina de Configurări după autentificarea cu succes." + +#: mod/lostpass.php:155 +msgid "Your password has been reset." +msgstr "Parola dumneavoastră a fost schimbată." + +#: mod/lostpass.php:158 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s apreciază %3$s lui %2$s" +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" -#: ../../mod/like.php:168 ../../include/conversation.php:140 +#: mod/lostpass.php:164 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s nu apreciază %3$s lui %2$s" +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tDetaliile dumneavoastră de login sunt următoarele:\n\n\t\t\tLocația site-ului:\t%1$s\n\t\t\tNume login:\t%2$s\n\t\t\tParolă:\t%3$s\n\n\t\t\tVă puteți schimba această parolă din pagina de setări a contului dumneavoastră, după logare.\n\t\t" -#: ../../mod/ping.php:240 -msgid "{0} wants to be your friend" -msgstr "{0} doreşte să vă fie prieten" - -#: ../../mod/ping.php:245 -msgid "{0} sent you a message" -msgstr "{0} v-a trimis un mesaj" - -#: ../../mod/ping.php:250 -msgid "{0} requested registration" -msgstr "{0} a solicitat înregistrarea" - -#: ../../mod/ping.php:256 +#: mod/lostpass.php:176 #, php-format -msgid "{0} commented %s's post" -msgstr "{0} a comentat la articolul postat de %s" +msgid "Your password has been changed at %s" +msgstr "Parola dumneavoastră a fost schimbată la %s" -#: ../../mod/ping.php:261 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} a apreciat articolul postat de %s" - -#: ../../mod/ping.php:266 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} nu a apreciat articolul postat de %s" - -#: ../../mod/ping.php:271 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} este acum prieten cu %s" - -#: ../../mod/ping.php:276 -msgid "{0} posted" -msgstr "{0} a postat" - -#: ../../mod/ping.php:281 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} a etichetat articolul postat de %s cu #%s" - -#: ../../mod/ping.php:287 -msgid "{0} mentioned you in a post" -msgstr "{0} v-a menţionat într-o postare" - -#: ../../mod/viewcontacts.php:41 -msgid "No contacts." -msgstr "Nici-un contact." - -#: ../../mod/viewcontacts.php:78 ../../include/text.php:876 -msgid "View Contacts" -msgstr "Vezi Contacte" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Datele de identificare solicitate, sunt invalide." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Renunțați" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "System" - -#: ../../mod/notifications.php:83 ../../include/nav.php:145 -msgid "Network" -msgstr "Reţea" - -#: ../../mod/notifications.php:88 ../../mod/network.php:371 -msgid "Personal" -msgstr "Personal" - -#: ../../mod/notifications.php:93 ../../include/nav.php:105 -#: ../../include/nav.php:148 ../../view/theme/diabook/theme.php:123 -msgid "Home" -msgstr "Home" - -#: ../../mod/notifications.php:98 ../../include/nav.php:154 -msgid "Introductions" -msgstr "Introduceri" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Afişare Solicitări Ignorate" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Ascundere Solicitări Ignorate" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Tip Notificări:" - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Sugestie Prietenie" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "sugerat de către %s" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "Publicaţi prietenului o nouă activitate" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "dacă i posibil" - -#: ../../mod/notifications.php:161 ../../mod/notifications.php:208 -#: ../../mod/admin.php:1005 -msgid "Approve" -msgstr "Aprobă" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Pretinde că vă cunoaște:" - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "da" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "nu" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Aprobă ca:" - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Prieten" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Distribuitor" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Fan/Admirator" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Prieten/Solicitare de Conectare" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Susţinător Nou" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Fără prezentări." - -#: ../../mod/notifications.php:220 ../../include/nav.php:155 -msgid "Notifications" -msgstr "Notificări" - -#: ../../mod/notifications.php:258 ../../mod/notifications.php:387 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s liked %s's post" -msgstr "%s a apreciat ceea a publicat %s" - -#: ../../mod/notifications.php:268 ../../mod/notifications.php:397 -#: ../../mod/notifications.php:488 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s a nu a apreciat ceea a publicat %s" - -#: ../../mod/notifications.php:283 ../../mod/notifications.php:412 -#: ../../mod/notifications.php:503 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s este acum prieten cu %s" - -#: ../../mod/notifications.php:290 ../../mod/notifications.php:419 -#, php-format -msgid "%s created a new post" -msgstr "%s a creat o nouă postare" - -#: ../../mod/notifications.php:291 ../../mod/notifications.php:420 -#: ../../mod/notifications.php:513 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s a comentat la articolul postat de %s" - -#: ../../mod/notifications.php:306 -msgid "No more network notifications." -msgstr "Nu mai există notificări de reţea." - -#: ../../mod/notifications.php:310 -msgid "Network Notifications" -msgstr "Notificări de Reţea" - -#: ../../mod/notifications.php:336 ../../mod/notify.php:75 -msgid "No more system notifications." -msgstr "Nu mai există notificări de sistem." - -#: ../../mod/notifications.php:340 ../../mod/notify.php:79 -msgid "System Notifications" -msgstr "Notificări de Sistem" - -#: ../../mod/notifications.php:435 -msgid "No more personal notifications." -msgstr "Nici o notificare personală" - -#: ../../mod/notifications.php:439 -msgid "Personal Notifications" -msgstr "Notificări personale" - -#: ../../mod/notifications.php:520 -msgid "No more home notifications." -msgstr "Nu mai există notificări de origine." - -#: ../../mod/notifications.php:524 -msgid "Home Notifications" -msgstr "Notificări de Origine" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Text (bbcode) sursă:" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Text (Diaspora) sursă pentru a-l converti în BBcode:" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Intrare Sursă:" - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (raw HTML): " - -#: ../../mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " - -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "Intrare Sursă (Format Diaspora):" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/navigation.php:20 ../../include/nav.php:34 -msgid "Nothing new here" -msgstr "Nimic nou aici" - -#: ../../mod/navigation.php:24 ../../include/nav.php:38 -msgid "Clear notifications" -msgstr "Ştergeţi notificările" - -#: ../../mod/message.php:9 ../../include/nav.php:164 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Mesaj nou" -#: ../../mod/message.php:63 ../../mod/wallmessage.php:56 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." -msgstr "Nici-o adresă selectată." +msgstr "Niciun destinatar selectat." -#: ../../mod/message.php:67 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Nu se pot localiza informaţiile de contact." -#: ../../mod/message.php:70 ../../mod/wallmessage.php:62 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Mesajul nu a putut fi trimis." -#: ../../mod/message.php:73 ../../mod/wallmessage.php:65 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Eșec de colectare mesaj." -#: ../../mod/message.php:76 ../../mod/wallmessage.php:68 -msgid "Message sent." -msgstr "Mesaj trimis." +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 +#: src/Module/Notifications/Introductions.php:170 +#: src/Module/Notifications/Notification.php:85 +msgid "Discard" +msgstr "Renunțați" -#: ../../mod/message.php:182 ../../include/nav.php:161 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" -msgstr "Mesage" +msgstr "Mesaje" -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "Chiar doriţi să ştergeţi acest mesaj ?" +#: mod/message.php:148 +msgid "Conversation not found." +msgstr "Conversație negăsită." -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "Mesaj şters" +#: mod/message.php:153 +msgid "Message was not deleted." +msgstr "Mesajul nu a fost șters." -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "Conversaşie inlăturată." +#: mod/message.php:168 +msgid "Conversation was not removed." +msgstr "Conversația nu a fost ștearsă." -#: ../../mod/message.php:283 ../../mod/message.php:291 -#: ../../mod/message.php:466 ../../mod/message.php:474 -#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Introduceţi un link URL:" -#: ../../mod/message.php:319 ../../mod/wallmessage.php:142 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Trimite mesaj privat" -#: ../../mod/message.php:320 ../../mod/message.php:553 -#: ../../mod/wallmessage.php:144 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Către: " -#: ../../mod/message.php:325 ../../mod/message.php:555 -#: ../../mod/wallmessage.php:145 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Subiect:" -#: ../../mod/message.php:329 ../../mod/message.php:558 -#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Mesajul dvs :" -#: ../../mod/message.php:332 ../../mod/message.php:562 -#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 -#: ../../include/conversation.php:1091 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Încarcă foto" -#: ../../mod/message.php:333 ../../mod/message.php:563 -#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 -#: ../../include/conversation.php:1095 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Inserează link web" -#: ../../mod/message.php:334 ../../mod/message.php:565 -#: ../../mod/content.php:499 ../../mod/content.php:883 -#: ../../mod/wallmessage.php:156 ../../mod/editpost.php:124 -#: ../../mod/photos.php:1545 ../../object/Item.php:364 -#: ../../include/conversation.php:692 ../../include/conversation.php:1109 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1586 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Aşteptaţi vă rog" -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "Nici-un mesaj." +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 +#: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 +#: src/Module/Contact/Profile.php:364 +#: src/Module/Debug/ActivityPubConversion.php:140 +#: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 +#: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1154 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 +msgid "Submit" +msgstr "Trimite" -#: ../../mod/message.php:378 +#: mod/message.php:223 +msgid "No messages." +msgstr "Niciun mesaj." + +#: mod/message.php:279 +msgid "Message not available." +msgstr "Mesaj nedisponibil" + +#: mod/message.php:323 +msgid "Delete message" +msgstr "Şterge mesaj" + +#: mod/message.php:325 mod/message.php:456 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:340 mod/message.php:453 +msgid "Delete conversation" +msgstr "Ștergeți conversaţia" + +#: mod/message.php:342 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Nicio comunicare securizată disponibilă. Veți putea răspunde din pagina de profil a expeditorului." + +#: mod/message.php:345 +msgid "Send Reply" +msgstr "Răspunde" + +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Expeditor necunoscut - %s" -#: ../../mod/message.php:381 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Tu şi %s" -#: ../../mod/message.php:384 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s şi dvs" -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "Ștergeți conversaţia" - -#: ../../mod/message.php:408 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:411 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -1676,4080 +377,1888 @@ msgstr[0] "%d mesaj" msgstr[1] "%d mesaje" msgstr[2] "%d mesaje" -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "Mesaj nedisponibil" - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "Şterge mesaj" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Nici-o comunicaţie securizată disponibilă. Veți putea răspunde din pagina de profil a expeditorului." - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "Răspunde" - -#: ../../mod/update_display.php:22 ../../mod/update_community.php:18 -#: ../../mod/update_notes.php:37 ../../mod/update_profile.php:41 -#: ../../mod/update_network.php:25 -msgid "[Embedded content - reload page to view]" -msgstr "[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]" - -#: ../../mod/crepair.php:106 -msgid "Contact settings applied." -msgstr "Configurările Contactului au fost aplicate." - -#: ../../mod/crepair.php:108 -msgid "Contact update failed." -msgstr "Actualizarea Contactului a eșuat." - -#: ../../mod/crepair.php:139 -msgid "Repair Contact Settings" -msgstr "Remediere Configurări Contact" - -#: ../../mod/crepair.php:141 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "AVERTISMENT: Această acțiune este foarte avansată şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri." - -#: ../../mod/crepair.php:142 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Vă rugăm să utilizaţi acum butonul 'Înapoi' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină." - -#: ../../mod/crepair.php:148 -msgid "Return to contact editor" -msgstr "Reveniţi la editorul de contact" - -#: ../../mod/crepair.php:159 ../../mod/crepair.php:161 -msgid "No mirroring" -msgstr "" - -#: ../../mod/crepair.php:159 -msgid "Mirror as forwarded posting" -msgstr "" - -#: ../../mod/crepair.php:159 ../../mod/crepair.php:161 -msgid "Mirror as my own posting" -msgstr "" - -#: ../../mod/crepair.php:165 ../../mod/admin.php:1003 ../../mod/admin.php:1015 -#: ../../mod/admin.php:1016 ../../mod/admin.php:1029 -#: ../../mod/settings.php:616 ../../mod/settings.php:642 -msgid "Name" -msgstr "Nume" - -#: ../../mod/crepair.php:166 -msgid "Account Nickname" -msgstr "Pseudonim Cont" - -#: ../../mod/crepair.php:167 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Nume_etichetă - suprascrie Numele/Pseudonimul" - -#: ../../mod/crepair.php:168 -msgid "Account URL" -msgstr "URL Cont" - -#: ../../mod/crepair.php:169 -msgid "Friend Request URL" -msgstr "URL Solicitare Prietenie" - -#: ../../mod/crepair.php:170 -msgid "Friend Confirm URL" -msgstr "URL Confirmare Prietenie" - -#: ../../mod/crepair.php:171 -msgid "Notification Endpoint URL" -msgstr "Punct final URL Notificare" - -#: ../../mod/crepair.php:172 -msgid "Poll/Feed URL" -msgstr "URL Sondaj/Flux" - -#: ../../mod/crepair.php:173 -msgid "New photo from this URL" -msgstr "Fotografie Nouă de la acest URL" - -#: ../../mod/crepair.php:174 -msgid "Remote Self" -msgstr "Auto la Distanţă" - -#: ../../mod/crepair.php:176 -msgid "Mirror postings from this contact" -msgstr "Postări în oglindă de la acest contact" - -#: ../../mod/crepair.php:176 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact." - -#: ../../mod/bookmarklet.php:12 ../../boot.php:1266 ../../include/nav.php:92 -msgid "Login" -msgstr "Login" - -#: ../../mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Accesul interzis." - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Căutare Persoane" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "Nici-o potrivire" - -#: ../../mod/fbrowser.php:25 ../../boot.php:2126 ../../include/nav.php:78 -#: ../../view/theme/diabook/theme.php:126 -msgid "Photos" -msgstr "Poze" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Fişiere" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Contactele care nu sunt membre ale unui grup" - -#: ../../mod/admin.php:57 -msgid "Theme settings updated." -msgstr "Configurările temei au fost actualizate." - -#: ../../mod/admin.php:104 ../../mod/admin.php:619 -msgid "Site" -msgstr "Site" - -#: ../../mod/admin.php:105 ../../mod/admin.php:998 ../../mod/admin.php:1013 -msgid "Users" -msgstr "Utilizatori" - -#: ../../mod/admin.php:106 ../../mod/admin.php:1102 ../../mod/admin.php:1155 -#: ../../mod/settings.php:57 -msgid "Plugins" -msgstr "Pluginuri" - -#: ../../mod/admin.php:107 ../../mod/admin.php:1323 ../../mod/admin.php:1357 -msgid "Themes" -msgstr "Teme" - -#: ../../mod/admin.php:108 -msgid "DB updates" -msgstr "Actualizări Bază de Date" - -#: ../../mod/admin.php:123 ../../mod/admin.php:132 ../../mod/admin.php:1444 -msgid "Logs" -msgstr "Jurnale" - -#: ../../mod/admin.php:124 -msgid "probe address" -msgstr "" - -#: ../../mod/admin.php:125 -msgid "check webfinger" -msgstr "" - -#: ../../mod/admin.php:130 ../../include/nav.php:184 -msgid "Admin" -msgstr "Admin" - -#: ../../mod/admin.php:131 -msgid "Plugin Features" -msgstr "Caracteristici Modul" - -#: ../../mod/admin.php:133 -msgid "diagnostics" -msgstr "diacgnostice" - -#: ../../mod/admin.php:134 -msgid "User registrations waiting for confirmation" -msgstr "Înregistrări de utilizatori, aşteaptă confirmarea" - -#: ../../mod/admin.php:193 ../../mod/admin.php:952 -msgid "Normal Account" -msgstr "Cont normal" - -#: ../../mod/admin.php:194 ../../mod/admin.php:953 -msgid "Soapbox Account" -msgstr "Cont Soapbox" - -#: ../../mod/admin.php:195 ../../mod/admin.php:954 -msgid "Community/Celebrity Account" -msgstr "Cont Comunitate/Celebritate" - -#: ../../mod/admin.php:196 ../../mod/admin.php:955 -msgid "Automatic Friend Account" -msgstr "Cont Prieten Automat" - -#: ../../mod/admin.php:197 -msgid "Blog Account" -msgstr "Cont Blog" - -#: ../../mod/admin.php:198 -msgid "Private Forum" -msgstr "Forum Privat" - -#: ../../mod/admin.php:217 -msgid "Message queues" -msgstr "Șiruri de mesaje" - -#: ../../mod/admin.php:222 ../../mod/admin.php:618 ../../mod/admin.php:997 -#: ../../mod/admin.php:1101 ../../mod/admin.php:1154 ../../mod/admin.php:1322 -#: ../../mod/admin.php:1356 ../../mod/admin.php:1443 -msgid "Administration" -msgstr "Administrare" - -#: ../../mod/admin.php:223 -msgid "Summary" -msgstr "Sumar" - -#: ../../mod/admin.php:225 -msgid "Registered users" -msgstr "Utilizatori înregistraţi" - -#: ../../mod/admin.php:227 -msgid "Pending registrations" -msgstr "Administrare" - -#: ../../mod/admin.php:228 -msgid "Version" -msgstr "Versiune" - -#: ../../mod/admin.php:232 -msgid "Active plugins" -msgstr "Module active" - -#: ../../mod/admin.php:255 -msgid "Can not parse base url. Must have at least ://" -msgstr "Nu se poate analiza URL-ul de bază. Trebuie să aibă minim ://" - -#: ../../mod/admin.php:516 -msgid "Site settings updated." -msgstr "Configurările site-ului au fost actualizate." - -#: ../../mod/admin.php:545 ../../mod/settings.php:828 -msgid "No special theme for mobile devices" -msgstr "Nici-o temă specială pentru dispozitive mobile" - -#: ../../mod/admin.php:562 -msgid "No community page" -msgstr "" - -#: ../../mod/admin.php:563 -msgid "Public postings from users of this site" -msgstr "" - -#: ../../mod/admin.php:564 -msgid "Global community page" -msgstr "" - -#: ../../mod/admin.php:570 -msgid "At post arrival" -msgstr "La sosirea publicaţiei" - -#: ../../mod/admin.php:571 ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Frecvent" - -#: ../../mod/admin.php:572 ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Din oră în oră" - -#: ../../mod/admin.php:573 ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "De două ori pe zi" - -#: ../../mod/admin.php:574 ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Zilnic" - -#: ../../mod/admin.php:579 -msgid "Multi user instance" -msgstr "Instanţă utilizatori multipli" - -#: ../../mod/admin.php:602 -msgid "Closed" -msgstr "Inchis" - -#: ../../mod/admin.php:603 -msgid "Requires approval" -msgstr "Necesită aprobarea" - -#: ../../mod/admin.php:604 -msgid "Open" -msgstr "Deschide" - -#: ../../mod/admin.php:608 -msgid "No SSL policy, links will track page SSL state" -msgstr "Nici-o politică SSL, legăturile vor urmări starea paginii SSL" - -#: ../../mod/admin.php:609 -msgid "Force all links to use SSL" -msgstr "Forţează toate legăturile să utilizeze SSL" - -#: ../../mod/admin.php:610 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Certificat auto/semnat, folosește SSL numai pentru legăturile locate (nerecomandat)" - -#: ../../mod/admin.php:620 ../../mod/admin.php:1156 ../../mod/admin.php:1358 -#: ../../mod/admin.php:1445 ../../mod/settings.php:614 -#: ../../mod/settings.php:724 ../../mod/settings.php:798 -#: ../../mod/settings.php:880 ../../mod/settings.php:1113 -msgid "Save Settings" -msgstr "Salvare Configurări" - -#: ../../mod/admin.php:621 ../../mod/register.php:255 -msgid "Registration" -msgstr "Registratură" - -#: ../../mod/admin.php:622 -msgid "File upload" -msgstr "Fişier incărcat" - -#: ../../mod/admin.php:623 -msgid "Policies" -msgstr "Politici" - -#: ../../mod/admin.php:624 -msgid "Advanced" -msgstr "Avansat" - -#: ../../mod/admin.php:625 -msgid "Performance" -msgstr "Performanţă" - -#: ../../mod/admin.php:626 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "Reaşezaţi - AVERTIZARE: funcţie avansată. Ar putea face acest server inaccesibil." - -#: ../../mod/admin.php:629 -msgid "Site name" -msgstr "Nume site" - -#: ../../mod/admin.php:630 -msgid "Host name" -msgstr "Nume host" - -#: ../../mod/admin.php:631 -msgid "Sender Email" -msgstr "" - -#: ../../mod/admin.php:632 -msgid "Banner/Logo" -msgstr "Baner/Logo" - -#: ../../mod/admin.php:633 -msgid "Shortcut icon" -msgstr "" - -#: ../../mod/admin.php:634 -msgid "Touch icon" -msgstr "" - -#: ../../mod/admin.php:635 -msgid "Additional Info" -msgstr "Informaţii suplimentare" - -#: ../../mod/admin.php:635 -msgid "" -"For public servers: you can add additional information here that will be " -"listed at dir.friendica.com/siteinfo." -msgstr "Pentru serverele publice: puteţi să adăugaţi aici informaţiile suplimentare ce vor fi afişate pe dir.friendica.com/siteinfo." - -#: ../../mod/admin.php:636 -msgid "System language" -msgstr "Limbă System l" - -#: ../../mod/admin.php:637 -msgid "System theme" -msgstr "Temă System " - -#: ../../mod/admin.php:637 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Tema implicită a sistemului - se poate supraregla prin profilele de utilizator - modificați configurările temei" - -#: ../../mod/admin.php:638 -msgid "Mobile system theme" -msgstr "Temă sisteme mobile" - -#: ../../mod/admin.php:638 -msgid "Theme for mobile devices" -msgstr "Temă pentru dispozitivele mobile" - -#: ../../mod/admin.php:639 -msgid "SSL link policy" -msgstr "Politivi link SSL " - -#: ../../mod/admin.php:639 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determină dacă legăturile generate ar trebui forţate să utilizeze SSL" - -#: ../../mod/admin.php:640 -msgid "Force SSL" -msgstr "" - -#: ../../mod/admin.php:640 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "" - -#: ../../mod/admin.php:641 -msgid "Old style 'Share'" -msgstr "Stilul vechi de 'Distribuiţi'" - -#: ../../mod/admin.php:641 -msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "Dezactivează elementul bbcode 'distribuiţi' pentru elementele repetitive." - -#: ../../mod/admin.php:642 -msgid "Hide help entry from navigation menu" -msgstr "Ascunde elementele de ajutor, din meniul de navigare" - -#: ../../mod/admin.php:642 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Ascunde intrările de meniu pentru paginile de Ajutor, din meniul de navigare. Îl puteţi accesa în continuare direct, apelând /ajutor." - -#: ../../mod/admin.php:643 -msgid "Single user instance" -msgstr "Instanţă cu un singur utilizator" - -#: ../../mod/admin.php:643 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv" - -#: ../../mod/admin.php:644 -msgid "Maximum image size" -msgstr "Maxim mărime imagine" - -#: ../../mod/admin.php:644 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Dimensiunea maximă în octeţi, a imaginii încărcate. Implicit este 0, ceea ce înseamnă fără limite." - -#: ../../mod/admin.php:645 -msgid "Maximum image length" -msgstr "Dimensiunea maximă a imaginii" - -#: ../../mod/admin.php:645 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite." - -#: ../../mod/admin.php:646 -msgid "JPEG image quality" -msgstr "Calitate imagine JPEG " - -#: ../../mod/admin.php:646 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă." - -#: ../../mod/admin.php:648 -msgid "Register policy" -msgstr "Politici inregistrare " - -#: ../../mod/admin.php:649 -msgid "Maximum Daily Registrations" -msgstr "Înregistrări Zilnice Maxime" - -#: ../../mod/admin.php:649 -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 "Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect." - -#: ../../mod/admin.php:650 -msgid "Register text" -msgstr "Text înregistrare" - -#: ../../mod/admin.php:650 -msgid "Will be displayed prominently on the registration page." -msgstr "Va fi afişat vizibil pe pagina de înregistrare." - -#: ../../mod/admin.php:651 -msgid "Accounts abandoned after x days" -msgstr "Conturi abandonate după x zile" - -#: ../../mod/admin.php:651 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp." - -#: ../../mod/admin.php:652 -msgid "Allowed friend domains" -msgstr "Domenii prietene permise" - -#: ../../mod/admin.php:652 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Lista cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu" - -#: ../../mod/admin.php:653 -msgid "Allowed email domains" -msgstr "Domenii de email, permise" - -#: ../../mod/admin.php:653 -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 "Lista cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu" - -#: ../../mod/admin.php:654 -msgid "Block public" -msgstr "Blocare acces public" - -#: ../../mod/admin.php:654 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat." - -#: ../../mod/admin.php:655 -msgid "Force publish" -msgstr "Forțează publicarea" - -#: ../../mod/admin.php:655 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului." - -#: ../../mod/admin.php:656 -msgid "Global directory update URL" -msgstr "URL actualizare director global" - -#: ../../mod/admin.php:656 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "URL pentru a actualiza directorul global. Dacă aceasta nu se stabilește, director global este complet indisponibil pentru aplicație." - -#: ../../mod/admin.php:657 -msgid "Allow threaded items" -msgstr "Permite elemente înșiruite" - -#: ../../mod/admin.php:657 -msgid "Allow infinite level threading for items on this site." -msgstr "Permite pe acest site, un număr infinit de nivele de înșiruire." - -#: ../../mod/admin.php:658 -msgid "Private posts by default for new users" -msgstr "Postările private, ca implicit pentru utilizatori noi" - -#: ../../mod/admin.php:658 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Stabilește permisiunile de postare implicite, pentru toți membrii noi, la grupul de confidențialitate implicit, mai degrabă decât cel public." - -#: ../../mod/admin.php:659 -msgid "Don't include post content in email notifications" -msgstr "Nu include conţinutul postării în notificările prin email" - -#: ../../mod/admin.php:659 -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 "Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate." - -#: ../../mod/admin.php:660 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii." - -#: ../../mod/admin.php:660 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor." - -#: ../../mod/admin.php:661 -msgid "Don't embed private images in posts" -msgstr "Nu încorpora imagini private în postări" - -#: ../../mod/admin.php:661 -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 "Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp." - -#: ../../mod/admin.php:662 -msgid "Allow Users to set remote_self" -msgstr "Permite utilizatorilor să-și stabilească remote_self" - -#: ../../mod/admin.php:662 -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 "Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor." - -#: ../../mod/admin.php:663 -msgid "Block multiple registrations" -msgstr "Blocare înregistrări multiple" - -#: ../../mod/admin.php:663 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Interzice utilizatorilor să-și înregistreze conturi adiționale pentru a le folosi ca pagini." - -#: ../../mod/admin.php:664 -msgid "OpenID support" -msgstr "OpenID support" - -#: ../../mod/admin.php:664 -msgid "OpenID support for registration and logins." -msgstr "Suport OpenID pentru înregistrare şi autentificări." - -#: ../../mod/admin.php:665 -msgid "Fullname check" -msgstr "Verificare Nume complet" - -#: ../../mod/admin.php:665 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Forțează utilizatorii să se înregistreze cu un spaţiu între prenume şi nume, în câmpul pentru Nume complet, ca și măsură antispam" - -#: ../../mod/admin.php:666 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 Regular expresii" - -#: ../../mod/admin.php:666 -msgid "Use PHP UTF8 regular expressions" -msgstr "Utilizaţi PHP UTF-8 Regular expresii" - -#: ../../mod/admin.php:667 -msgid "Community Page Style" -msgstr "" - -#: ../../mod/admin.php:667 -msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." -msgstr "" - -#: ../../mod/admin.php:668 -msgid "Posts per user on community page" -msgstr "" - -#: ../../mod/admin.php:668 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "" - -#: ../../mod/admin.php:669 -msgid "Enable OStatus support" -msgstr "Activează Suport OStatus" - -#: ../../mod/admin.php:669 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Oferă compatibilitate de integrare OStatus (StatusNet, GNU Sociale etc.). Toate comunicațiile din OStatus sunt publice, astfel încât avertismentele de confidenţialitate vor fi ocazional afişate." - -#: ../../mod/admin.php:670 -msgid "OStatus conversation completion interval" -msgstr "Intervalul OStatus de finalizare a conversaţiei" - -#: ../../mod/admin.php:670 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "Cât de des ar trebui, operatorul de sondaje, să verifice existența intrărilor noi din conversațiile OStatus? Aceasta poate fi o resursă de sarcini utile." - -#: ../../mod/admin.php:671 -msgid "Enable Diaspora support" -msgstr "Activează Suport Diaspora" - -#: ../../mod/admin.php:671 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Oferă o compatibilitate de reţea Diaspora, întegrată." - -#: ../../mod/admin.php:672 -msgid "Only allow Friendica contacts" -msgstr "Se permit doar contactele Friendica" - -#: ../../mod/admin.php:672 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Toate contactele trebuie să utilizeze protocoalele Friendica. Toate celelalte protocoale, integrate, de comunicaţii sunt dezactivate." - -#: ../../mod/admin.php:673 -msgid "Verify SSL" -msgstr "Verifică SSL" - -#: ../../mod/admin.php:673 -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 "Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate." - -#: ../../mod/admin.php:674 -msgid "Proxy user" -msgstr "Proxy user" - -#: ../../mod/admin.php:675 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: ../../mod/admin.php:676 -msgid "Network timeout" -msgstr "Timp de expirare rețea" - -#: ../../mod/admin.php:676 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat)." - -#: ../../mod/admin.php:677 -msgid "Delivery interval" -msgstr "Interval de livrare" - -#: ../../mod/admin.php:677 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Întârzierea proceselor de livrare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. Recomandat: 4-5 pentru gazde comune, 2-3 pentru servere virtuale private, 0-1 pentru servere dedicate mari." - -#: ../../mod/admin.php:678 -msgid "Poll interval" -msgstr "Interval de Sondare" - -#: ../../mod/admin.php:678 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Întârzierea proceselor de sondare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. dacă este 0, utilizează intervalul de livrare." - -#: ../../mod/admin.php:679 -msgid "Maximum Load Average" -msgstr "Media Maximă de Încărcare" - -#: ../../mod/admin.php:679 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Încărcarea maximă a sistemului înainte ca livrarea şi procesele de sondare să fie amânate - implicit 50." - -#: ../../mod/admin.php:681 -msgid "Use MySQL full text engine" -msgstr "Utilizare motor text-complet MySQL" - -#: ../../mod/admin.php:681 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Activează motorul pentru text complet. Grăbeşte căutare - dar poate căuta, numai pentru minim 4 caractere." - -#: ../../mod/admin.php:682 -msgid "Suppress Language" -msgstr "Suprimă Limba" - -#: ../../mod/admin.php:682 -msgid "Suppress language information in meta information about a posting." -msgstr "Suprimă informaţiile despre limba din informaţiile meta ale unei postări." - -#: ../../mod/admin.php:683 -msgid "Suppress Tags" -msgstr "" - -#: ../../mod/admin.php:683 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" - -#: ../../mod/admin.php:684 -msgid "Path to item cache" -msgstr "Calea pentru elementul cache" - -#: ../../mod/admin.php:685 -msgid "Cache duration in seconds" -msgstr "Durata Cache în secunde" - -#: ../../mod/admin.php:685 -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 "Cât de mult ar trebui păstrate fișierele cache? Valoarea implicită este de 86400 de secunde (O zi). Pentru a dezactiva elementul cache, stabilește valoarea la -1." - -#: ../../mod/admin.php:686 -msgid "Maximum numbers of comments per post" -msgstr "Numărul maxim de comentarii per post" - -#: ../../mod/admin.php:686 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100." - -#: ../../mod/admin.php:687 -msgid "Path for lock file" -msgstr "Cale pentru blocare fișiere" - -#: ../../mod/admin.php:688 -msgid "Temp path" -msgstr "Calea Temp" - -#: ../../mod/admin.php:689 -msgid "Base path to installation" -msgstr "Calea de bază pentru instalare" - -#: ../../mod/admin.php:690 -msgid "Disable picture proxy" -msgstr "" - -#: ../../mod/admin.php:690 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwith." -msgstr "" - -#: ../../mod/admin.php:691 -msgid "Enable old style pager" -msgstr "" - -#: ../../mod/admin.php:691 -msgid "" -"The old style pager has page numbers but slows down massively the page " -"speed." -msgstr "" - -#: ../../mod/admin.php:692 -msgid "Only search in tags" -msgstr "" - -#: ../../mod/admin.php:692 -msgid "On large systems the text search can slow down the system extremely." -msgstr "" - -#: ../../mod/admin.php:694 -msgid "New base url" -msgstr "URL de bază nou" - -#: ../../mod/admin.php:711 -msgid "Update has been marked successful" -msgstr "Actualizarea a fost marcată cu succes" - -#: ../../mod/admin.php:719 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Actualizarea structurii bazei de date %s a fost aplicată cu succes." - -#: ../../mod/admin.php:722 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "" - -#: ../../mod/admin.php:734 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Executarea %s a eșuat cu eroarea : %s" - -#: ../../mod/admin.php:737 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Actualizarea %s a fost aplicată cu succes." - -#: ../../mod/admin.php:741 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit." - -#: ../../mod/admin.php:743 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "" - -#: ../../mod/admin.php:762 -msgid "No failed updates." -msgstr "Nici-o actualizare eșuată." - -#: ../../mod/admin.php:763 -msgid "Check database structure" -msgstr "Verifică structura bazei de date" - -#: ../../mod/admin.php:768 -msgid "Failed Updates" -msgstr "Actualizări Eșuate" - -#: ../../mod/admin.php:769 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status." - -#: ../../mod/admin.php:770 -msgid "Mark success (if update was manually applied)" -msgstr "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)" - -#: ../../mod/admin.php:771 -msgid "Attempt to execute this update step automatically" -msgstr "Se încearcă executarea automată a acestei etape de actualizare" - -#: ../../mod/admin.php:803 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "" - -#: ../../mod/admin.php:806 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "" - -#: ../../mod/admin.php:838 ../../include/user.php:413 -#, php-format -msgid "Registration details for %s" -msgstr "Detaliile de înregistrare pentru %s" - -#: ../../mod/admin.php:850 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s utilizator blocat/deblocat" -msgstr[1] "%s utilizatori blocați/deblocați" -msgstr[2] "%s de utilizatori blocați/deblocați" - -#: ../../mod/admin.php:857 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s utilizator şters" -msgstr[1] "%s utilizatori şterşi" -msgstr[2] "%s utilizatori şterşi" - -#: ../../mod/admin.php:896 -#, php-format -msgid "User '%s' deleted" -msgstr "Utilizator %s şters" - -#: ../../mod/admin.php:904 -#, php-format -msgid "User '%s' unblocked" -msgstr "Utilizator %s deblocat" - -#: ../../mod/admin.php:904 -#, php-format -msgid "User '%s' blocked" -msgstr "Utilizator %s blocat" - -#: ../../mod/admin.php:999 -msgid "Add User" -msgstr "Adăugaţi Utilizator" - -#: ../../mod/admin.php:1000 -msgid "select all" -msgstr "selectează tot" - -#: ../../mod/admin.php:1001 -msgid "User registrations waiting for confirm" -msgstr "Înregistrarea utilizatorului, aşteaptă confirmarea" - -#: ../../mod/admin.php:1002 -msgid "User waiting for permanent deletion" -msgstr "Utilizatorul așteaptă să fie șters definitiv" - -#: ../../mod/admin.php:1003 -msgid "Request date" -msgstr "Data cererii" - -#: ../../mod/admin.php:1003 ../../mod/admin.php:1015 ../../mod/admin.php:1016 -#: ../../mod/admin.php:1031 ../../include/contact_selectors.php:79 -#: ../../include/contact_selectors.php:86 -msgid "Email" -msgstr "Email" - -#: ../../mod/admin.php:1004 -msgid "No registrations." -msgstr "Nici-o înregistrare." - -#: ../../mod/admin.php:1006 -msgid "Deny" -msgstr "Respinge" - -#: ../../mod/admin.php:1010 -msgid "Site admin" -msgstr "Site admin" - -#: ../../mod/admin.php:1011 -msgid "Account expired" -msgstr "Cont expirat" - -#: ../../mod/admin.php:1014 -msgid "New User" -msgstr "Utilizator Nou" - -#: ../../mod/admin.php:1015 ../../mod/admin.php:1016 -msgid "Register date" -msgstr "Data înregistrare" - -#: ../../mod/admin.php:1015 ../../mod/admin.php:1016 -msgid "Last login" -msgstr "Ultimul login" - -#: ../../mod/admin.php:1015 ../../mod/admin.php:1016 -msgid "Last item" -msgstr "Ultimul element" - -#: ../../mod/admin.php:1015 -msgid "Deleted since" -msgstr "Șters din" - -#: ../../mod/admin.php:1016 ../../mod/settings.php:36 -msgid "Account" -msgstr "Cont" - -#: ../../mod/admin.php:1018 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Utilizatorii selectați vor fi ştersi!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\\n\\nConfirmați?" - -#: ../../mod/admin.php:1019 -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 "Utilizatorul {0} va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?" - -#: ../../mod/admin.php:1029 -msgid "Name of the new user." -msgstr "Numele noului utilizator." - -#: ../../mod/admin.php:1030 -msgid "Nickname" -msgstr "Pseudonim" - -#: ../../mod/admin.php:1030 -msgid "Nickname of the new user." -msgstr "Pseudonimul noului utilizator." - -#: ../../mod/admin.php:1031 -msgid "Email address of the new user." -msgstr "Adresa de e-mail a utilizatorului nou." - -#: ../../mod/admin.php:1064 -#, php-format -msgid "Plugin %s disabled." -msgstr "Modulul %s a fost dezactivat." - -#: ../../mod/admin.php:1068 -#, php-format -msgid "Plugin %s enabled." -msgstr "Modulul %s a fost activat." - -#: ../../mod/admin.php:1078 ../../mod/admin.php:1294 -msgid "Disable" -msgstr "Dezactivează" - -#: ../../mod/admin.php:1080 ../../mod/admin.php:1296 -msgid "Enable" -msgstr "Activează" - -#: ../../mod/admin.php:1103 ../../mod/admin.php:1324 -msgid "Toggle" -msgstr "Comutare" - -#: ../../mod/admin.php:1111 ../../mod/admin.php:1334 -msgid "Author: " -msgstr "Autor: " - -#: ../../mod/admin.php:1112 ../../mod/admin.php:1335 -msgid "Maintainer: " -msgstr "Responsabil:" - -#: ../../mod/admin.php:1254 -msgid "No themes found." -msgstr "Nici-o temă găsită." - -#: ../../mod/admin.php:1316 -msgid "Screenshot" -msgstr "Screenshot" - -#: ../../mod/admin.php:1362 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: ../../mod/admin.php:1363 -msgid "[Unsupported]" -msgstr "[Unsupported]" - -#: ../../mod/admin.php:1390 -msgid "Log settings updated." -msgstr "Jurnalul de configurări fost actualizat." - -#: ../../mod/admin.php:1446 -msgid "Clear" -msgstr "Curăţă" - -#: ../../mod/admin.php:1452 -msgid "Enable Debugging" -msgstr "Activează Depanarea" - -#: ../../mod/admin.php:1453 -msgid "Log file" -msgstr "Fişier Log " - -#: ../../mod/admin.php:1453 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica." - -#: ../../mod/admin.php:1454 -msgid "Log level" -msgstr "Nivel log" - -#: ../../mod/admin.php:1504 -msgid "Close" -msgstr "Închide" - -#: ../../mod/admin.php:1510 -msgid "FTP Host" -msgstr "FTP Host" - -#: ../../mod/admin.php:1511 -msgid "FTP Path" -msgstr "FTP Path" - -#: ../../mod/admin.php:1512 -msgid "FTP User" -msgstr "FTP User" - -#: ../../mod/admin.php:1513 -msgid "FTP Password" -msgstr "FTP Parolă" - -#: ../../mod/network.php:142 -msgid "Search Results For:" -msgstr "Rezultatele Căutării Pentru:" - -#: ../../mod/network.php:185 ../../mod/search.php:21 -msgid "Remove term" -msgstr "Eliminare termen" - -#: ../../mod/network.php:194 ../../mod/search.php:30 -#: ../../include/features.php:42 -msgid "Saved Searches" -msgstr "Căutări Salvate" - -#: ../../mod/network.php:195 ../../include/group.php:275 -msgid "add" -msgstr "add" - -#: ../../mod/network.php:356 -msgid "Commented Order" -msgstr "Ordonare Comentarii" - -#: ../../mod/network.php:359 -msgid "Sort by Comment Date" -msgstr "Sortare după Data Comentariului" - -#: ../../mod/network.php:362 -msgid "Posted Order" -msgstr "Ordonare Postări" - -#: ../../mod/network.php:365 -msgid "Sort by Post Date" -msgstr "Sortare după Data Postării" - -#: ../../mod/network.php:374 -msgid "Posts that mention or involve you" -msgstr "Postări ce vă menționează sau vă implică" - -#: ../../mod/network.php:380 -msgid "New" -msgstr "Nou" - -#: ../../mod/network.php:383 -msgid "Activity Stream - by date" -msgstr "Flux Activități - după dată" - -#: ../../mod/network.php:389 -msgid "Shared Links" -msgstr "Linkuri partajate" - -#: ../../mod/network.php:392 -msgid "Interesting Links" -msgstr "Legături Interesante" - -#: ../../mod/network.php:398 -msgid "Starred" -msgstr "Cu steluță" - -#: ../../mod/network.php:401 -msgid "Favourite Posts" -msgstr "Postări Favorite" - -#: ../../mod/network.php:463 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Atenție: Acest grup conţine %s membru dintr-o reţea nesigură." -msgstr[1] "Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură." -msgstr[2] "Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură." - -#: ../../mod/network.php:466 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Mesajele private către acest grup sunt supuse riscului de divulgare publică." - -#: ../../mod/network.php:520 ../../mod/content.php:119 -msgid "No such group" -msgstr "Membrii" - -#: ../../mod/network.php:537 ../../mod/content.php:130 -msgid "Group is empty" -msgstr "Grupul este gol" - -#: ../../mod/network.php:544 ../../mod/content.php:134 -msgid "Group: " -msgstr "Grup:" - -#: ../../mod/network.php:554 -msgid "Contact: " -msgstr "Contact: " - -#: ../../mod/network.php:556 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Mesajele private către această persoană sunt supuse riscului de divulgare publică." - -#: ../../mod/network.php:561 -msgid "Invalid contact." -msgstr "Invalid contact." - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Prieteni cu %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Nici-un prieten de afișat." - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Titlul evenimentului şi timpul de pornire sunt necesare." - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "Editează eveniment" - -#: ../../mod/events.php:335 ../../include/text.php:1647 -#: ../../include/text.php:1657 -msgid "link to source" -msgstr "link către sursă" - -#: ../../mod/events.php:370 ../../boot.php:2143 ../../include/nav.php:80 -#: ../../view/theme/diabook/theme.php:127 -msgid "Events" -msgstr "Evenimente" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "Crează eveniment nou" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "Precedent" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "Next" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "ore:minute" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "Detalii eveniment" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Formatul este %s %s.Data de începere și Titlul sunt necesare." - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "Evenimentul Începe:" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "Cerut" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "Data/ora de finalizare nu este cunoscută sau nu este relevantă" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "Evenimentul se Finalizează:" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "Reglați pentru fusul orar al vizitatorului" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "Descriere:" - -#: ../../mod/events.php:471 ../../mod/directory.php:136 ../../boot.php:1648 -#: ../../include/bb2diaspora.php:170 ../../include/event.php:40 -msgid "Location:" -msgstr "Locaţie:" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "Titlu:" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "Partajează acest eveniment" - -#: ../../mod/content.php:437 ../../mod/content.php:740 -#: ../../mod/photos.php:1653 ../../object/Item.php:129 -#: ../../include/conversation.php:613 -msgid "Select" -msgstr "Select" - -#: ../../mod/content.php:471 ../../mod/content.php:852 -#: ../../mod/content.php:853 ../../object/Item.php:326 -#: ../../object/Item.php:327 ../../include/conversation.php:654 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Vizualizaţi profilul %s @ %s" - -#: ../../mod/content.php:481 ../../mod/content.php:864 -#: ../../object/Item.php:340 ../../include/conversation.php:674 -#, php-format -msgid "%s from %s" -msgstr "%s de la %s" - -#: ../../mod/content.php:497 ../../include/conversation.php:690 -msgid "View in context" -msgstr "Vizualizare în context" - -#: ../../mod/content.php:603 ../../object/Item.php:387 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comentariu" -msgstr[1] "%d comentarii" -msgstr[2] "%d comentarii" - -#: ../../mod/content.php:605 ../../object/Item.php:389 -#: ../../object/Item.php:402 ../../include/text.php:1972 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comentariu" -msgstr[1] "comentarii" -msgstr[2] "comentarii" - -#: ../../mod/content.php:606 ../../boot.php:751 ../../object/Item.php:390 -#: ../../include/contact_widgets.php:205 -msgid "show more" -msgstr "mai mult" - -#: ../../mod/content.php:620 ../../mod/photos.php:1359 -#: ../../object/Item.php:116 -msgid "Private Message" -msgstr " Mesaj Privat" - -#: ../../mod/content.php:684 ../../mod/photos.php:1542 -#: ../../object/Item.php:231 -msgid "I like this (toggle)" -msgstr "I like asta (toggle)" - -#: ../../mod/content.php:684 ../../object/Item.php:231 -msgid "like" -msgstr "like" - -#: ../../mod/content.php:685 ../../mod/photos.php:1543 -#: ../../object/Item.php:232 -msgid "I don't like this (toggle)" -msgstr "nu îmi place aceasta (comutare)" - -#: ../../mod/content.php:685 ../../object/Item.php:232 -msgid "dislike" -msgstr "dislike" - -#: ../../mod/content.php:687 ../../object/Item.php:234 -msgid "Share this" -msgstr "Partajează" - -#: ../../mod/content.php:687 ../../object/Item.php:234 -msgid "share" -msgstr "partajează" - -#: ../../mod/content.php:707 ../../mod/photos.php:1562 -#: ../../mod/photos.php:1606 ../../mod/photos.php:1694 -#: ../../object/Item.php:675 -msgid "This is you" -msgstr "Acesta eşti tu" - -#: ../../mod/content.php:709 ../../mod/photos.php:1564 -#: ../../mod/photos.php:1608 ../../mod/photos.php:1696 ../../boot.php:750 -#: ../../object/Item.php:361 ../../object/Item.php:677 -msgid "Comment" -msgstr "Comentariu" - -#: ../../mod/content.php:711 ../../object/Item.php:679 -msgid "Bold" -msgstr "Bold" - -#: ../../mod/content.php:712 ../../object/Item.php:680 -msgid "Italic" -msgstr "Italic" - -#: ../../mod/content.php:713 ../../object/Item.php:681 -msgid "Underline" -msgstr "Subliniat" - -#: ../../mod/content.php:714 ../../object/Item.php:682 -msgid "Quote" -msgstr "Citat" - -#: ../../mod/content.php:715 ../../object/Item.php:683 -msgid "Code" -msgstr "Code" - -#: ../../mod/content.php:716 ../../object/Item.php:684 -msgid "Image" -msgstr "Imagine" - -#: ../../mod/content.php:717 ../../object/Item.php:685 -msgid "Link" -msgstr "Link" - -#: ../../mod/content.php:718 ../../object/Item.php:686 -msgid "Video" -msgstr "Video" - -#: ../../mod/content.php:719 ../../mod/editpost.php:145 -#: ../../mod/photos.php:1566 ../../mod/photos.php:1610 -#: ../../mod/photos.php:1698 ../../object/Item.php:687 -#: ../../include/conversation.php:1126 -msgid "Preview" -msgstr "Previzualizare" - -#: ../../mod/content.php:728 ../../mod/settings.php:676 -#: ../../object/Item.php:120 -msgid "Edit" -msgstr "Edit" - -#: ../../mod/content.php:753 ../../object/Item.php:195 -msgid "add star" -msgstr "add stea" - -#: ../../mod/content.php:754 ../../object/Item.php:196 -msgid "remove star" -msgstr "înlătură stea" - -#: ../../mod/content.php:755 ../../object/Item.php:197 -msgid "toggle star status" -msgstr "comută status steluță" - -#: ../../mod/content.php:758 ../../object/Item.php:200 -msgid "starred" -msgstr "cu steluță" - -#: ../../mod/content.php:759 ../../object/Item.php:220 -msgid "add tag" -msgstr "add tag" - -#: ../../mod/content.php:763 ../../object/Item.php:133 -msgid "save to folder" -msgstr "salvează în directorul" - -#: ../../mod/content.php:854 ../../object/Item.php:328 -msgid "to" -msgstr "către" - -#: ../../mod/content.php:855 ../../object/Item.php:330 -msgid "Wall-to-Wall" -msgstr "Perete-prin-Perete" - -#: ../../mod/content.php:856 ../../object/Item.php:331 -msgid "via Wall-To-Wall:" -msgstr "via Perete-Prin-Perete" - -#: ../../mod/removeme.php:46 ../../mod/removeme.php:49 -msgid "Remove My Account" -msgstr "Șterge Contul Meu" - -#: ../../mod/removeme.php:47 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă." - -#: ../../mod/removeme.php:48 -msgid "Please enter your password for verification:" -msgstr "Vă rugăm să introduceţi parola dvs. pentru verificare:" - -#: ../../mod/install.php:117 -msgid "Friendica Communications Server - Setup" -msgstr "Serverul de Comunicații Friendica - Instalare" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "Nu se poate face conectarea cu baza de date." - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "Nu se poate crea tabelul." - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "Baza dvs. de date Friendica, a fost instalată." - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql." - -#: ../../mod/install.php:139 ../../mod/install.php:206 -#: ../../mod/install.php:525 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Vă rugăm să consultaţi fişierul \"INSTALL.txt\"." - -#: ../../mod/install.php:203 -msgid "System check" -msgstr "Verificare sistem" - -#: ../../mod/install.php:208 -msgid "Check again" -msgstr "Reverificare" - -#: ../../mod/install.php:227 -msgid "Database connection" -msgstr "Conexiunea cu baza de date" - -#: ../../mod/install.php:228 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date." - -#: ../../mod/install.php:229 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări." - -#: ../../mod/install.php:230 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua." - -#: ../../mod/install.php:234 -msgid "Database Server Name" -msgstr "Nume Server Bază de date" - -#: ../../mod/install.php:235 -msgid "Database Login Name" -msgstr "Nume Autentificare Bază de date" - -#: ../../mod/install.php:236 -msgid "Database Login Password" -msgstr "Parola de Autentificare Bază de date" - -#: ../../mod/install.php:237 -msgid "Database Name" -msgstr "Nume Bază de date" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "Site administrator email address" -msgstr "Adresa de email a administratorului de site" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web." - -#: ../../mod/install.php:242 ../../mod/install.php:280 -msgid "Please select a default timezone for your website" -msgstr "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs." - -#: ../../mod/install.php:267 -msgid "Site settings" -msgstr "Configurări Site" - -#: ../../mod/install.php:321 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului web." - -#: ../../mod/install.php:322 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Activating scheduled tasks'" -msgstr "Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi 'Activarea sarcinilor programate' " - -#: ../../mod/install.php:326 -msgid "PHP executable path" -msgstr "Calea de executare PHP" - -#: ../../mod/install.php:326 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea." - -#: ../../mod/install.php:331 -msgid "Command line PHP" -msgstr "linie comandă PHP" - -#: ../../mod/install.php:340 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)" - -#: ../../mod/install.php:341 -msgid "Found PHP version: " -msgstr "Versiune PHP identificată:" - -#: ../../mod/install.php:343 -msgid "PHP cli binary" -msgstr "Versiune binară PHP-cli" - -#: ../../mod/install.php:354 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată." - -#: ../../mod/install.php:355 -msgid "This is required for message delivery to work." -msgstr "Aceasta este necesară pentru a funcționa livrarea de mesaje." - -#: ../../mod/install.php:357 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/install.php:378 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare" - -#: ../../mod/install.php:379 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:381 -msgid "Generate encryption keys" -msgstr "Generare chei de criptare" - -#: ../../mod/install.php:388 -msgid "libCurl PHP module" -msgstr "Modulul PHP libCurl" - -#: ../../mod/install.php:389 -msgid "GD graphics PHP module" -msgstr "Modulul PHP grafică GD" - -#: ../../mod/install.php:390 -msgid "OpenSSL PHP module" -msgstr "Modulul PHP OpenSSL" - -#: ../../mod/install.php:391 -msgid "mysqli PHP module" -msgstr "Modulul PHP mysqli" - -#: ../../mod/install.php:392 -msgid "mb_string PHP module" -msgstr "Modulul PHP mb_string" - -#: ../../mod/install.php:397 ../../mod/install.php:399 -msgid "Apache mod_rewrite module" -msgstr "Modulul Apache mod_rewrite" - -#: ../../mod/install.php:397 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat." - -#: ../../mod/install.php:405 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat." - -#: ../../mod/install.php:409 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat." - -#: ../../mod/install.php:413 -msgid "Error: openssl PHP module required but not installed." -msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat." - -#: ../../mod/install.php:417 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Eroare: modulul PHP mysqli este necesar dar nu este instalat." - -#: ../../mod/install.php:421 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Eroare: modulul PHP mb_string este necesar dar nu este instalat." - -#: ../../mod/install.php:438 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Expertul de instalare web trebuie să poată crea un fișier numit \".htconfig.php\" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru." - -#: ../../mod/install.php:439 -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 "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi." - -#: ../../mod/install.php:440 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica." - -#: ../../mod/install.php:441 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul \"INSTALL.txt\" pentru instrucțiuni." - -#: ../../mod/install.php:444 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php este inscriptibil" - -#: ../../mod/install.php:454 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea." - -#: ../../mod/install.php:455 -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 "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica." - -#: ../../mod/install.php:456 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar." - -#: ../../mod/install.php:457 -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 "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine." - -#: ../../mod/install.php:460 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 este inscriptibil" - -#: ../../mod/install.php:472 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului." - -#: ../../mod/install.php:474 -msgid "Url rewrite is working" -msgstr "Funcția de rescriere Url rewrite, funcţionează." - -#: ../../mod/install.php:484 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Fișierul de configurare baza de date \".htconfig.php\", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web." - -#: ../../mod/install.php:523 -msgid "

    What next

    " -msgstr "

    Ce urmează

    " - -#: ../../mod/install.php:524 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje." - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Imposibil de verificat locaţia dvs. de reşedinţă." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Nici-un destinatar." - -#: ../../mod/wallmessage.php:143 -#, 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 "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți." - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Ajutor:" - -#: ../../mod/help.php:84 ../../include/nav.php:114 -msgid "Help" -msgstr "Ajutor" - -#: ../../mod/help.php:90 ../../index.php:256 -msgid "Not Found" -msgstr "Negăsit" - -#: ../../mod/help.php:93 ../../index.php:259 -msgid "Page not found." -msgstr "Pagină negăsită." - -#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s îi urează bun venit lui %2$s" - -#: ../../mod/home.php:35 -#, php-format -msgid "Welcome to %s" -msgstr "Bine aţi venit la %s" - -#: ../../mod/wall_attach.php:75 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP" - -#: ../../mod/wall_attach.php:75 -msgid "Or - did you try to upload an empty file?" -msgstr "Sau - ați încercat să încărcaţi un fişier gol?" - -#: ../../mod/wall_attach.php:81 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Fişierul depăşeşte dimensiunea limită de %d" - -#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133 -msgid "File upload failed." -msgstr "Încărcarea fișierului a eşuat." - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Potrivire Profil" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "are interese pentru:" - -#: ../../mod/match.php:58 ../../mod/suggest.php:90 ../../boot.php:1568 -#: ../../include/contact_widgets.php:10 -msgid "Connect" -msgstr "Conectare" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "link" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Indisponibil." - -#: ../../mod/community.php:32 ../../include/nav.php:129 -#: ../../include/nav.php:131 ../../view/theme/diabook/theme.php:129 -msgid "Community" -msgstr "Comunitate" - -#: ../../mod/community.php:62 ../../mod/community.php:71 -#: ../../mod/search.php:168 ../../mod/search.php:192 -msgid "No results." -msgstr "Nici-un rezultat." - -#: ../../mod/settings.php:29 ../../mod/photos.php:80 -msgid "everybody" -msgstr "oricine" - -#: ../../mod/settings.php:41 -msgid "Additional features" -msgstr "Caracteristici suplimentare" - -#: ../../mod/settings.php:46 -msgid "Display" -msgstr "Afișare" - -#: ../../mod/settings.php:52 ../../mod/settings.php:780 -msgid "Social Networks" -msgstr "Rețele Sociale" - -#: ../../mod/settings.php:62 ../../include/nav.php:170 -msgid "Delegations" -msgstr "Delegații" - -#: ../../mod/settings.php:67 -msgid "Connected apps" -msgstr "Aplicații Conectate" - -#: ../../mod/settings.php:72 ../../mod/uexport.php:85 -msgid "Export personal data" -msgstr "Exportare date personale" - -#: ../../mod/settings.php:77 -msgid "Remove account" -msgstr "Ștergere cont" - -#: ../../mod/settings.php:129 -msgid "Missing some important data!" -msgstr "Lipsesc unele date importante!" - -#: ../../mod/settings.php:238 -msgid "Failed to connect with email account using the settings provided." -msgstr "A eşuat conectarea cu, contul de email, folosind configurările furnizate." - -#: ../../mod/settings.php:243 -msgid "Email settings updated." -msgstr "Configurările de email au fost actualizate." - -#: ../../mod/settings.php:258 -msgid "Features updated" -msgstr "Caracteristici actualizate" - -#: ../../mod/settings.php:321 -msgid "Relocate message has been send to your contacts" -msgstr "Mesajul despre mutare, a fost trimis către contactele dvs." - -#: ../../mod/settings.php:335 -msgid "Passwords do not match. Password unchanged." -msgstr "Parolele nu coincid. Parolă neschimbată." - -#: ../../mod/settings.php:340 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Parolele necompletate nu sunt permise. Parolă neschimbată." - -#: ../../mod/settings.php:348 -msgid "Wrong password." -msgstr "Parolă greșită." - -#: ../../mod/settings.php:359 -msgid "Password changed." -msgstr "Parola a fost schimbată." - -#: ../../mod/settings.php:361 -msgid "Password update failed. Please try again." -msgstr "Actualizarea parolei a eșuat. Vă rugăm să reîncercați." - -#: ../../mod/settings.php:428 -msgid " Please use a shorter name." -msgstr "Vă rugăm să utilizaţi un nume mai scurt." - -#: ../../mod/settings.php:430 -msgid " Name too short." -msgstr "Numele este prea scurt." - -#: ../../mod/settings.php:439 -msgid "Wrong Password" -msgstr "Parolă Greșită" - -#: ../../mod/settings.php:444 -msgid " Not valid email." -msgstr "Nu este un email valid." - -#: ../../mod/settings.php:450 -msgid " Cannot change to that email." -msgstr "Nu poate schimba cu acest email." - -#: ../../mod/settings.php:506 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Forumul privat nu are permisiuni de confidenţialitate. Se folosește confidențialitatea implicită de grup." - -#: ../../mod/settings.php:510 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Forumul Privat nu are permisiuni de confidenţialitate şi nici o confidențialitate implicită de grup." - -#: ../../mod/settings.php:540 -msgid "Settings updated." -msgstr "Configurări actualizate." - -#: ../../mod/settings.php:613 ../../mod/settings.php:639 -#: ../../mod/settings.php:675 -msgid "Add application" -msgstr "Adăugare aplicaţie" - -#: ../../mod/settings.php:617 ../../mod/settings.php:643 -msgid "Consumer Key" -msgstr "Cheia Utilizatorului" - -#: ../../mod/settings.php:618 ../../mod/settings.php:644 -msgid "Consumer Secret" -msgstr "Cheia Secretă a Utilizatorului" - -#: ../../mod/settings.php:619 ../../mod/settings.php:645 -msgid "Redirect" -msgstr "Redirecţionare" - -#: ../../mod/settings.php:620 ../../mod/settings.php:646 -msgid "Icon url" -msgstr "URL pictogramă" - -#: ../../mod/settings.php:631 -msgid "You can't edit this application." -msgstr "Nu puteți edita această aplicaţie." - -#: ../../mod/settings.php:674 -msgid "Connected Apps" -msgstr "Aplicații Conectate" - -#: ../../mod/settings.php:678 -msgid "Client key starts with" -msgstr "Cheia clientului începe cu" - -#: ../../mod/settings.php:679 -msgid "No name" -msgstr "Fără nume" - -#: ../../mod/settings.php:680 -msgid "Remove authorization" -msgstr "Eliminare autorizare" - -#: ../../mod/settings.php:692 -msgid "No Plugin settings configured" -msgstr "Nici-o configurare stabilită pentru modul" - -#: ../../mod/settings.php:700 -msgid "Plugin Settings" -msgstr "Configurări Modul" - -#: ../../mod/settings.php:714 -msgid "Off" -msgstr "Off" - -#: ../../mod/settings.php:714 -msgid "On" -msgstr "On" - -#: ../../mod/settings.php:722 -msgid "Additional Features" -msgstr "Caracteristici Suplimentare" - -#: ../../mod/settings.php:736 ../../mod/settings.php:737 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Suportul încorporat pentru conectivitatea %s este %s" - -#: ../../mod/settings.php:736 ../../mod/dfrn_request.php:838 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../mod/settings.php:736 ../../mod/settings.php:737 -msgid "enabled" -msgstr "activat" - -#: ../../mod/settings.php:736 ../../mod/settings.php:737 -msgid "disabled" -msgstr "dezactivat" - -#: ../../mod/settings.php:737 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:773 -msgid "Email access is disabled on this site." -msgstr "Accesul de email este dezactivat pe acest site." - -#: ../../mod/settings.php:785 -msgid "Email/Mailbox Setup" -msgstr "Configurare E-Mail/Căsuță poştală" - -#: ../../mod/settings.php:786 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Dacă doriţi să comunicaţi cu contactele de email folosind acest serviciu (opţional), vă rugăm să precizaţi cum doriți să vă conectaţi la căsuța dvs. poştală." - -#: ../../mod/settings.php:787 -msgid "Last successful email check:" -msgstr "Ultima verificare, cu succes, a email-ului:" - -#: ../../mod/settings.php:789 -msgid "IMAP server name:" -msgstr "Nume server IMAP:" - -#: ../../mod/settings.php:790 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: ../../mod/settings.php:791 -msgid "Security:" -msgstr "Securitate:" - -#: ../../mod/settings.php:791 ../../mod/settings.php:796 -msgid "None" -msgstr "Nimic" - -#: ../../mod/settings.php:792 -msgid "Email login name:" -msgstr "Nume email autentificare:" - -#: ../../mod/settings.php:793 -msgid "Email password:" -msgstr "Parolă de e-mail:" - -#: ../../mod/settings.php:794 -msgid "Reply-to address:" -msgstr "Adresă pentru răspuns:" - -#: ../../mod/settings.php:795 -msgid "Send public posts to all email contacts:" -msgstr "Trimiteți postările publice la toate contactele de email:" - -#: ../../mod/settings.php:796 -msgid "Action after import:" -msgstr "Acţiune după importare:" - -#: ../../mod/settings.php:796 -msgid "Mark as seen" -msgstr "Marcați ca și vizualizat" - -#: ../../mod/settings.php:796 -msgid "Move to folder" -msgstr "Mutare în dosar" - -#: ../../mod/settings.php:797 -msgid "Move to folder:" -msgstr "Mutare în dosarul:" - -#: ../../mod/settings.php:878 -msgid "Display Settings" -msgstr "Preferințe Ecran" - -#: ../../mod/settings.php:884 ../../mod/settings.php:899 -msgid "Display Theme:" -msgstr "Temă Afişaj:" - -#: ../../mod/settings.php:885 -msgid "Mobile Theme:" -msgstr "Temă pentru Mobile:" - -#: ../../mod/settings.php:886 -msgid "Update browser every xx seconds" -msgstr "Actualizare browser la fiecare fiecare xx secunde" - -#: ../../mod/settings.php:886 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minim 10 secunde, fără un maxim" - -#: ../../mod/settings.php:887 -msgid "Number of items to display per page:" -msgstr "Numărul de elemente de afişat pe pagină:" - -#: ../../mod/settings.php:887 ../../mod/settings.php:888 -msgid "Maximum of 100 items" -msgstr "Maxim 100 de elemente" - -#: ../../mod/settings.php:888 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Numărul de elemente de afişat pe pagină atunci când se vizualizează de pe dispozitivul mobil:" - -#: ../../mod/settings.php:889 -msgid "Don't show emoticons" -msgstr "Nu afișa emoticoane" - -#: ../../mod/settings.php:890 -msgid "Don't show notices" -msgstr "Nu afișa notificări" - -#: ../../mod/settings.php:891 -msgid "Infinite scroll" -msgstr "Derulare infinită" - -#: ../../mod/settings.php:892 -msgid "Automatic updates only at the top of the network page" -msgstr "Actualizări automate doar la partea superioară a paginii de rețea " - -#: ../../mod/settings.php:969 -msgid "User Types" -msgstr "Tipuri de Utilizator" - -#: ../../mod/settings.php:970 -msgid "Community Types" -msgstr "Tipuri de Comunitare" - -#: ../../mod/settings.php:971 -msgid "Normal Account Page" -msgstr "Pagină de Cont Simplu" - -#: ../../mod/settings.php:972 -msgid "This account is a normal personal profile" -msgstr "Acest cont este un profil personal normal" - -#: ../../mod/settings.php:975 -msgid "Soapbox Page" -msgstr "Pagină Soapbox" - -#: ../../mod/settings.php:976 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare" - -#: ../../mod/settings.php:979 -msgid "Community Forum/Celebrity Account" -msgstr "Cont Comunitate Forum/Celebritate" - -#: ../../mod/settings.php:980 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare" - -#: ../../mod/settings.php:983 -msgid "Automatic Friend Page" -msgstr "Pagină Prietenie Automată" - -#: ../../mod/settings.php:984 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Aprobă automat toate conexiunile/solicitările de prietenie ca și prieteni" - -#: ../../mod/settings.php:987 -msgid "Private Forum [Experimental]" -msgstr "Forum Privat [Experimental]" - -#: ../../mod/settings.php:988 -msgid "Private forum - approved members only" -msgstr "Forum Privat - numai membrii aprobați" - -#: ../../mod/settings.php:1000 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:1000 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Opţional) Permite acest OpenID să se conecteze la acest cont." - -#: ../../mod/settings.php:1010 -msgid "Publish your default profile in your local site directory?" -msgstr "Publicați profilul dvs. implicit în directorul site-ului dvs. local?" - -#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 -#: ../../mod/settings.php:1024 ../../mod/settings.php:1028 -#: ../../mod/settings.php:1033 ../../mod/settings.php:1039 -#: ../../mod/settings.php:1045 ../../mod/settings.php:1051 -#: ../../mod/settings.php:1081 ../../mod/settings.php:1082 -#: ../../mod/settings.php:1083 ../../mod/settings.php:1084 -#: ../../mod/settings.php:1085 ../../mod/dfrn_request.php:830 -#: ../../mod/register.php:234 ../../mod/profiles.php:661 -#: ../../mod/profiles.php:665 ../../mod/api.php:106 -msgid "No" -msgstr "NU" - -#: ../../mod/settings.php:1016 -msgid "Publish your default profile in the global social directory?" -msgstr "Publicați profilul dvs. implicit în directorul social global?" - -#: ../../mod/settings.php:1024 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii profilului dvs. implicit?" - -#: ../../mod/settings.php:1028 ../../include/conversation.php:1057 -msgid "Hide your profile details from unknown viewers?" -msgstr "Ascundeţi detaliile profilului dvs. de vizitatorii necunoscuți?" - -#: ../../mod/settings.php:1028 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "" - -#: ../../mod/settings.php:1033 -msgid "Allow friends to post to your profile page?" -msgstr "Permiteți prietenilor să posteze pe pagina dvs. de profil ?" - -#: ../../mod/settings.php:1039 -msgid "Allow friends to tag your posts?" -msgstr "Permiteți prietenilor să vă eticheteze postările?" - -#: ../../mod/settings.php:1045 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Ne permiteți să vă recomandăm ca și potențial prieten pentru membrii noi?" - -#: ../../mod/settings.php:1051 -msgid "Permit unknown people to send you private mail?" -msgstr "Permiteți persoanelor necunoscute să vă trimită mesaje private?" - -#: ../../mod/settings.php:1059 -msgid "Profile is not published." -msgstr "Profilul nu este publicat." - -#: ../../mod/settings.php:1067 -msgid "Your Identity Address is" -msgstr "Adresa Dvs. de Identitate este" - -#: ../../mod/settings.php:1078 -msgid "Automatically expire posts after this many days:" -msgstr "Postările vor expira automat după atâtea zile:" - -#: ../../mod/settings.php:1078 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse" - -#: ../../mod/settings.php:1079 -msgid "Advanced expiration settings" -msgstr "Configurări Avansate de Expirare" - -#: ../../mod/settings.php:1080 -msgid "Advanced Expiration" -msgstr "Expirare Avansată" - -#: ../../mod/settings.php:1081 -msgid "Expire posts:" -msgstr "Postările expiră:" - -#: ../../mod/settings.php:1082 -msgid "Expire personal notes:" -msgstr "Notele personale expiră:" - -#: ../../mod/settings.php:1083 -msgid "Expire starred posts:" -msgstr "Postările favorite expiră:" - -#: ../../mod/settings.php:1084 -msgid "Expire photos:" -msgstr "Fotografiile expiră:" - -#: ../../mod/settings.php:1085 -msgid "Only expire posts by others:" -msgstr "Expiră numai postările altora:" - -#: ../../mod/settings.php:1111 -msgid "Account Settings" -msgstr "Configurări Cont" - -#: ../../mod/settings.php:1119 -msgid "Password Settings" -msgstr "Configurări Parolă" - -#: ../../mod/settings.php:1120 -msgid "New Password:" -msgstr "Parola Nouă:" - -#: ../../mod/settings.php:1121 -msgid "Confirm:" -msgstr "Confirm:" - -#: ../../mod/settings.php:1121 -msgid "Leave password fields blank unless changing" -msgstr "Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați" - -#: ../../mod/settings.php:1122 -msgid "Current Password:" -msgstr "Parola Curentă:" - -#: ../../mod/settings.php:1122 ../../mod/settings.php:1123 -msgid "Your current password to confirm the changes" -msgstr "Parola curentă pentru a confirma modificările" - -#: ../../mod/settings.php:1123 -msgid "Password:" -msgstr "Parola:" - -#: ../../mod/settings.php:1127 -msgid "Basic Settings" -msgstr "Configurări de Bază" - -#: ../../mod/settings.php:1128 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Nume complet:" - -#: ../../mod/settings.php:1129 -msgid "Email Address:" -msgstr "Adresa de email:" - -#: ../../mod/settings.php:1130 -msgid "Your Timezone:" -msgstr "Fusul dvs. orar:" - -#: ../../mod/settings.php:1131 -msgid "Default Post Location:" -msgstr "Locația Implicită pentru Postări" - -#: ../../mod/settings.php:1132 -msgid "Use Browser Location:" -msgstr "Folosește Locația Navigatorului:" - -#: ../../mod/settings.php:1135 -msgid "Security and Privacy Settings" -msgstr "Configurări de Securitate și Confidențialitate" - -#: ../../mod/settings.php:1137 -msgid "Maximum Friend Requests/Day:" -msgstr "Solicitări de Prietenie, Maxime/Zi" - -#: ../../mod/settings.php:1137 ../../mod/settings.php:1167 -msgid "(to prevent spam abuse)" -msgstr "(Pentru a preveni abuzul de tip spam)" - -#: ../../mod/settings.php:1138 -msgid "Default Post Permissions" -msgstr "Permisiuni Implicite Postări" - -#: ../../mod/settings.php:1139 -msgid "(click to open/close)" -msgstr "(apăsați pentru a deschide/închide)" - -#: ../../mod/settings.php:1148 ../../mod/photos.php:1146 -#: ../../mod/photos.php:1519 -msgid "Show to Groups" -msgstr "Afișare pentru Grupuri" - -#: ../../mod/settings.php:1149 ../../mod/photos.php:1147 -#: ../../mod/photos.php:1520 -msgid "Show to Contacts" -msgstr "Afişează la Contacte" - -#: ../../mod/settings.php:1150 -msgid "Default Private Post" -msgstr "Postare Privată Implicită" - -#: ../../mod/settings.php:1151 -msgid "Default Public Post" -msgstr "Postare Privată Implicită" - -#: ../../mod/settings.php:1155 -msgid "Default Permissions for New Posts" -msgstr "Permisiuni Implicite pentru Postările Noi" - -#: ../../mod/settings.php:1167 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum de mesaje private pe zi, de la persoanele necunoscute:" - -#: ../../mod/settings.php:1170 -msgid "Notification Settings" -msgstr "Configurări de Notificare" - -#: ../../mod/settings.php:1171 -msgid "By default post a status message when:" -msgstr "Implicit, postează un mesaj de stare atunci când:" - -#: ../../mod/settings.php:1172 -msgid "accepting a friend request" -msgstr "se acceptă o solicitare de prietenie" - -#: ../../mod/settings.php:1173 -msgid "joining a forum/community" -msgstr "se aderă la un forum/o comunitate" - -#: ../../mod/settings.php:1174 -msgid "making an interesting profile change" -msgstr "se face o modificări de profilinteresantă" - -#: ../../mod/settings.php:1175 -msgid "Send a notification email when:" -msgstr "Trimiteți o notificare email atunci când:" - -#: ../../mod/settings.php:1176 -msgid "You receive an introduction" -msgstr "Primiți o introducere" - -#: ../../mod/settings.php:1177 -msgid "Your introductions are confirmed" -msgstr "Introducerile dvs. sunt confirmate" - -#: ../../mod/settings.php:1178 -msgid "Someone writes on your profile wall" -msgstr "Cineva scrie pe perete dvs. de profil" - -#: ../../mod/settings.php:1179 -msgid "Someone writes a followup comment" -msgstr "Cineva scrie un comentariu de urmărire" - -#: ../../mod/settings.php:1180 -msgid "You receive a private message" -msgstr "Primiți un mesaj privat" - -#: ../../mod/settings.php:1181 -msgid "You receive a friend suggestion" -msgstr "Primiți o sugestie de prietenie" - -#: ../../mod/settings.php:1182 -msgid "You are tagged in a post" -msgstr "Sunteți etichetat într-o postare" - -#: ../../mod/settings.php:1183 -msgid "You are poked/prodded/etc. in a post" -msgstr "Sunteți abordat/incitat/etc. într-o postare" - -#: ../../mod/settings.php:1185 -msgid "Text-only notification emails" -msgstr "" - -#: ../../mod/settings.php:1187 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: ../../mod/settings.php:1189 -msgid "Advanced Account/Page Type Settings" -msgstr "Configurări Avansate Cont/Tip Pagină" - -#: ../../mod/settings.php:1190 -msgid "Change the behaviour of this account for special situations" -msgstr "Modificați comportamentul acestui cont pentru situațiile speciale" - -#: ../../mod/settings.php:1193 -msgid "Relocate" -msgstr "Mutare" - -#: ../../mod/settings.php:1194 -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 "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton." - -#: ../../mod/settings.php:1195 -msgid "Resend relocate message to contacts" -msgstr "Retrimiteți contactelor, mesajul despre mutare" - -#: ../../mod/dfrn_request.php:95 -msgid "This introduction has already been accepted." -msgstr "Această introducere a fost deja acceptată" - -#: ../../mod/dfrn_request.php:120 ../../mod/dfrn_request.php:518 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Locaţia profilului nu este validă sau nu conţine informaţii de profil." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:523 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Atenţie: locaţia profilului nu are un nume de deţinător identificabil." - -#: ../../mod/dfrn_request.php:127 ../../mod/dfrn_request.php:525 -msgid "Warning: profile location has no profile photo." -msgstr "Atenţie: locaţia profilului nu are fotografie de profil." - -#: ../../mod/dfrn_request.php:130 ../../mod/dfrn_request.php:528 -#, 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 parametru necesar nu a fost găsit în locaţia specificată" -msgstr[1] "%d parametrii necesari nu au fost găsiţi în locaţia specificată" -msgstr[2] "%d de parametrii necesari nu au fost găsiţi în locaţia specificată" - -#: ../../mod/dfrn_request.php:172 -msgid "Introduction complete." -msgstr "Prezentare completă." - -#: ../../mod/dfrn_request.php:214 -msgid "Unrecoverable protocol error." -msgstr "Eroare de protocol nerecuperabilă." - -#: ../../mod/dfrn_request.php:242 -msgid "Profile unavailable." -msgstr "Profil nedisponibil." - -#: ../../mod/dfrn_request.php:267 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s a primit, pentru azi, prea multe solicitări de conectare." - -#: ../../mod/dfrn_request.php:268 -msgid "Spam protection measures have been invoked." -msgstr "Au fost invocate măsuri de protecţie anti-spam." - -#: ../../mod/dfrn_request.php:269 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Prietenii sunt rugaţi să reîncerce peste 24 de ore." - -#: ../../mod/dfrn_request.php:331 -msgid "Invalid locator" -msgstr "Invalid locator" - -#: ../../mod/dfrn_request.php:340 -msgid "Invalid email address." -msgstr "Adresă mail invalidă." - -#: ../../mod/dfrn_request.php:367 -msgid "This account has not been configured for email. Request failed." -msgstr "Acest cont nu a fost configurat pentru email. Cererea a eşuat." - -#: ../../mod/dfrn_request.php:463 -msgid "Unable to resolve your name at the provided location." -msgstr "Imposibil să vă soluţionăm numele pentru locaţia sugerată." - -#: ../../mod/dfrn_request.php:476 -msgid "You have already introduced yourself here." -msgstr "Aţi fost deja prezentat aici" - -#: ../../mod/dfrn_request.php:480 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Se pare că sunteţi deja prieten cu %s." - -#: ../../mod/dfrn_request.php:501 -msgid "Invalid profile URL." -msgstr "Profil URL invalid." - -#: ../../mod/dfrn_request.php:507 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "Profil URL invalid." - -#: ../../mod/dfrn_request.php:597 -msgid "Your introduction has been sent." -msgstr "Prezentarea dumneavoastră a fost trimisă." - -#: ../../mod/dfrn_request.php:650 -msgid "Please login to confirm introduction." -msgstr "Vă rugăm să vă autentificați pentru a confirma prezentarea." - -#: ../../mod/dfrn_request.php:660 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru acest profil." - -#: ../../mod/dfrn_request.php:671 -msgid "Hide this contact" -msgstr "Ascunde acest contact" - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Welcome home %s." -msgstr "Bine ai venit %s." - -#: ../../mod/dfrn_request.php:675 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s." - -#: ../../mod/dfrn_request.php:676 -msgid "Confirm" -msgstr "Confirm" - -#: ../../mod/dfrn_request.php:804 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Vă rugăm să vă introduceţi \"Adresa de Identitate\" din una din următoarele reţele de socializare acceptate:" - -#: ../../mod/dfrn_request.php:824 -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 "Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi." - -#: ../../mod/dfrn_request.php:827 -msgid "Friend/Connection Request" -msgstr "Solicitare Prietenie/Conectare" - -#: ../../mod/dfrn_request.php:828 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:829 -msgid "Please answer the following:" -msgstr "Vă rugăm să răspundeţi la următoarele:" - -#: ../../mod/dfrn_request.php:830 -#, php-format -msgid "Does %s know you?" -msgstr "%s vă cunoaşte?" - -#: ../../mod/dfrn_request.php:834 -msgid "Add a personal note:" -msgstr "Adaugă o notă personală:" - -#: ../../mod/dfrn_request.php:836 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../mod/dfrn_request.php:837 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Reţea Socială Web Centralizată" - -#: ../../mod/dfrn_request.php:839 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora." - -#: ../../mod/dfrn_request.php:840 -msgid "Your Identity Address:" -msgstr "Adresa dvs. Identitate " - -#: ../../mod/dfrn_request.php:843 -msgid "Submit Request" -msgstr "Trimiteţi Solicitarea" - -#: ../../mod/register.php:90 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare." - -#: ../../mod/register.php:96 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." -msgstr "" - -#: ../../mod/register.php:105 -msgid "Your registration can not be processed." -msgstr "Înregistrarea dvs. nu poate fi procesată." - -#: ../../mod/register.php:148 -msgid "Your registration is pending approval by the site owner." -msgstr "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului." - -#: ../../mod/register.php:186 ../../mod/uimport.php:50 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine." - -#: ../../mod/register.php:214 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe 'Înregistrare'." - -#: ../../mod/register.php:215 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor." - -#: ../../mod/register.php:216 -msgid "Your OpenID (optional): " -msgstr "Contul dvs. OpenID (opţional):" - -#: ../../mod/register.php:230 -msgid "Include your profile in member directory?" -msgstr "Includeți profilul dvs în directorul de membru?" - -#: ../../mod/register.php:251 -msgid "Membership on this site is by invitation only." -msgstr "Aderare pe acest site, este posibilă doar pe bază de invitație." - -#: ../../mod/register.php:252 -msgid "Your invitation ID: " -msgstr "ID invitaţiei dvs:" - -#: ../../mod/register.php:263 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Numele Complet (de ex. Joe Smith):" - -#: ../../mod/register.php:264 -msgid "Your Email Address: " -msgstr "Adresa dvs de mail:" - -#: ../../mod/register.php:265 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma 'pseudonim@$sitename'." - -#: ../../mod/register.php:266 -msgid "Choose a nickname: " -msgstr "Alegeţi un pseudonim:" - -#: ../../mod/register.php:269 ../../boot.php:1241 ../../include/nav.php:109 -msgid "Register" -msgstr "Înregistrare" - -#: ../../mod/register.php:275 ../../mod/uimport.php:64 -msgid "Import" -msgstr "Import" - -#: ../../mod/register.php:276 -msgid "Import your profile to this friendica instance" -msgstr "Importați profilul dvs. în această instanță friendica" - -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "Sistemul este suspendat pentru întreținere" - -#: ../../mod/search.php:99 ../../include/text.php:953 -#: ../../include/text.php:954 ../../include/nav.php:119 -msgid "Search" -msgstr "Căutare" - -#: ../../mod/directory.php:51 ../../view/theme/diabook/theme.php:525 -msgid "Global Directory" -msgstr "Director Global" - -#: ../../mod/directory.php:59 -msgid "Find on this site" -msgstr "Căutați pe acest site" - -#: ../../mod/directory.php:62 -msgid "Site Directory" -msgstr "Director Site" - -#: ../../mod/directory.php:113 ../../mod/profiles.php:750 -msgid "Age: " -msgstr "Vârsta:" - -#: ../../mod/directory.php:116 -msgid "Gender: " -msgstr "Sex:" - -#: ../../mod/directory.php:138 ../../boot.php:1650 -#: ../../include/profile_advanced.php:17 -msgid "Gender:" -msgstr "Sex:" - -#: ../../mod/directory.php:140 ../../boot.php:1653 -#: ../../include/profile_advanced.php:37 -msgid "Status:" -msgstr "Status:" - -#: ../../mod/directory.php:142 ../../boot.php:1655 -#: ../../include/profile_advanced.php:48 -msgid "Homepage:" -msgstr "Homepage:" - -#: ../../mod/directory.php:144 ../../boot.php:1657 -#: ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "Despre:" - -#: ../../mod/directory.php:189 -msgid "No entries (some entries may be hidden)." -msgstr "Fără înregistrări (unele înregistrări pot fi ascunse)." - -#: ../../mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Nici-un delegat potenţial de pagină, nu a putut fi localizat." - -#: ../../mod/delegate.php:130 ../../include/nav.php:170 -msgid "Delegate Page Management" -msgstr "Delegare Gestionare Pagină" - -#: ../../mod/delegate.php:132 -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 "Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină." - -#: ../../mod/delegate.php:133 -msgid "Existing Page Managers" -msgstr "Gestionari Existenți Pagină" - -#: ../../mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "Delegați Existenți Pagină" - -#: ../../mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "Potenţiali Delegaţi" - -#: ../../mod/delegate.php:140 -msgid "Add" -msgstr "Adăugare" - -#: ../../mod/delegate.php:141 -msgid "No entries." -msgstr "Nu există intrări." - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Prieteni Comuni" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Nici-un contact în comun" - -#: ../../mod/uexport.php:77 -msgid "Export account" -msgstr "Exportare cont" - -#: ../../mod/uexport.php:77 -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 "Exportați-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server." - -#: ../../mod/uexport.php:78 -msgid "Export all" -msgstr "Exportare tot" - -#: ../../mod/uexport.php:78 -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 "Exportați informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)" - -#: ../../mod/mood.php:62 ../../include/conversation.php:227 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s este momentan %2$s" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Stare de spirit" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Stabiliți-vă starea de spirit curentă, şi comunicați-o prietenilor" - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Sigur doriți să ștergeți acesta sugestie?" - -#: ../../mod/suggest.php:68 ../../include/contact_widgets.php:35 -#: ../../view/theme/diabook/theme.php:527 -msgid "Friend Suggestions" -msgstr "Sugestii de Prietenie" - -#: ../../mod/suggest.php:74 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore." - -#: ../../mod/suggest.php:92 -msgid "Ignore/Hide" -msgstr "Ignorare/Ascundere" - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "Profilul a fost şters." - -#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 -msgid "Profile-" -msgstr "Profil-" - -#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 -msgid "New profile created." -msgstr "Profilul nou a fost creat." - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "Profil indisponibil pentru clonare." - -#: ../../mod/profiles.php:189 -msgid "Profile Name is required." -msgstr "Numele de Profil este necesar." - -#: ../../mod/profiles.php:340 -msgid "Marital Status" -msgstr "Starea Civilă" - -#: ../../mod/profiles.php:344 -msgid "Romantic Partner" -msgstr "Partener Romantic" - -#: ../../mod/profiles.php:348 -msgid "Likes" -msgstr "Likes" - -#: ../../mod/profiles.php:352 -msgid "Dislikes" -msgstr "Antipatii" - -#: ../../mod/profiles.php:356 -msgid "Work/Employment" -msgstr "Loc de Muncă/Slujbă" - -#: ../../mod/profiles.php:359 -msgid "Religion" -msgstr "Religie" - -#: ../../mod/profiles.php:363 -msgid "Political Views" -msgstr "Viziuni Politice" - -#: ../../mod/profiles.php:367 -msgid "Gender" -msgstr "Sex" - -#: ../../mod/profiles.php:371 -msgid "Sexual Preference" -msgstr "Preferinţe Sexuale" - -#: ../../mod/profiles.php:375 -msgid "Homepage" -msgstr "Homepage" - -#: ../../mod/profiles.php:379 ../../mod/profiles.php:698 -msgid "Interests" -msgstr "Interese" - -#: ../../mod/profiles.php:383 -msgid "Address" -msgstr "Addresă" - -#: ../../mod/profiles.php:390 ../../mod/profiles.php:694 -msgid "Location" -msgstr "Locaţie" - -#: ../../mod/profiles.php:473 -msgid "Profile updated." -msgstr "Profil actualizat." - -#: ../../mod/profiles.php:568 -msgid " and " -msgstr "şi" - -#: ../../mod/profiles.php:576 -msgid "public profile" -msgstr "profil public" - -#: ../../mod/profiles.php:579 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s a modificat %2$s în “%3$s”" - -#: ../../mod/profiles.php:580 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "- Vizitați %2$s lui %1$s'" - -#: ../../mod/profiles.php:583 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s și-a actualizat %2$s, modificând %3$s." - -#: ../../mod/profiles.php:658 -msgid "Hide contacts and friends:" -msgstr "Ascunde contacte și prieteni:" - -#: ../../mod/profiles.php:663 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?" - -#: ../../mod/profiles.php:685 -msgid "Edit Profile Details" -msgstr "Editare Detalii Profil" - -#: ../../mod/profiles.php:687 -msgid "Change Profile Photo" -msgstr "Modificați Fotografia de Profil" - -#: ../../mod/profiles.php:688 -msgid "View this profile" -msgstr "Vizualizați acest profil" - -#: ../../mod/profiles.php:689 -msgid "Create a new profile using these settings" -msgstr "Creaţi un profil nou folosind aceste configurări" - -#: ../../mod/profiles.php:690 -msgid "Clone this profile" -msgstr "Clonați acest profil" - -#: ../../mod/profiles.php:691 -msgid "Delete this profile" -msgstr "Ştergeţi acest profil" - -#: ../../mod/profiles.php:692 -msgid "Basic information" -msgstr "Informaţii de bază" - -#: ../../mod/profiles.php:693 -msgid "Profile picture" -msgstr "Imagine profil" - -#: ../../mod/profiles.php:695 -msgid "Preferences" -msgstr "Preferinţe " - -#: ../../mod/profiles.php:696 -msgid "Status information" -msgstr "Informaţii Status" - -#: ../../mod/profiles.php:697 -msgid "Additional information" -msgstr "Informaţii suplimentare" - -#: ../../mod/profiles.php:700 -msgid "Profile Name:" -msgstr "Nume profil:" - -#: ../../mod/profiles.php:701 -msgid "Your Full Name:" -msgstr "Numele Complet:" - -#: ../../mod/profiles.php:702 -msgid "Title/Description:" -msgstr "Titlu/Descriere" - -#: ../../mod/profiles.php:703 -msgid "Your Gender:" -msgstr "Sexul:" - -#: ../../mod/profiles.php:704 -#, php-format -msgid "Birthday (%s):" -msgstr "Zi Naştere (%s):" - -#: ../../mod/profiles.php:705 -msgid "Street Address:" -msgstr "Strada:" - -#: ../../mod/profiles.php:706 -msgid "Locality/City:" -msgstr "Localitate/Oraș:" - -#: ../../mod/profiles.php:707 -msgid "Postal/Zip Code:" -msgstr "Cod poștal:" - -#: ../../mod/profiles.php:708 -msgid "Country:" -msgstr "Ţară:" - -#: ../../mod/profiles.php:709 -msgid "Region/State:" -msgstr "Regiunea/Județul:" - -#: ../../mod/profiles.php:710 -msgid " Marital Status:" -msgstr " Stare Civilă:" - -#: ../../mod/profiles.php:711 -msgid "Who: (if applicable)" -msgstr "Cine: (dacă este cazul)" - -#: ../../mod/profiles.php:712 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exemple: cathy123, Cathy Williams, cathy@example.com" - -#: ../../mod/profiles.php:713 -msgid "Since [date]:" -msgstr "Din [data]:" - -#: ../../mod/profiles.php:714 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Orientare Sexuală:" - -#: ../../mod/profiles.php:715 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: ../../mod/profiles.php:716 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "Domiciliu:" - -#: ../../mod/profiles.php:717 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Viziuni Politice:" - -#: ../../mod/profiles.php:718 -msgid "Religious Views:" -msgstr "Viziuni Religioase:" - -#: ../../mod/profiles.php:719 -msgid "Public Keywords:" -msgstr "Cuvinte cheie Publice:" - -#: ../../mod/profiles.php:720 -msgid "Private Keywords:" -msgstr "Cuvinte cheie Private:" - -#: ../../mod/profiles.php:721 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "Îmi place:" - -#: ../../mod/profiles.php:722 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "Nu-mi place:" - -#: ../../mod/profiles.php:723 -msgid "Example: fishing photography software" -msgstr "Exemplu: pescuit fotografii software" - -#: ../../mod/profiles.php:724 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)" - -#: ../../mod/profiles.php:725 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Utilizat pentru a căuta profile, niciodată afișat altora)" - -#: ../../mod/profiles.php:726 -msgid "Tell us about yourself..." -msgstr "Spune-ne despre tine ..." - -#: ../../mod/profiles.php:727 -msgid "Hobbies/Interests" -msgstr "Hobby/Interese" - -#: ../../mod/profiles.php:728 -msgid "Contact information and Social Networks" -msgstr "Informaţii de Contact şi Reţele Sociale" - -#: ../../mod/profiles.php:729 -msgid "Musical interests" -msgstr "Preferințe muzicale" - -#: ../../mod/profiles.php:730 -msgid "Books, literature" -msgstr "Cărti, literatură" - -#: ../../mod/profiles.php:731 -msgid "Television" -msgstr "Programe TV" - -#: ../../mod/profiles.php:732 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultură/divertisment" - -#: ../../mod/profiles.php:733 -msgid "Love/romance" -msgstr "Dragoste/romantism" - -#: ../../mod/profiles.php:734 -msgid "Work/employment" -msgstr "Loc de Muncă/Slujbă" - -#: ../../mod/profiles.php:735 -msgid "School/education" -msgstr "Școală/educație" - -#: ../../mod/profiles.php:740 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "Acesta este profilul dvs. public.
    El poate fi vizibil pentru oricine folosește internetul." - -#: ../../mod/profiles.php:803 -msgid "Edit/Manage Profiles" -msgstr "Editare/Gestionare Profile" - -#: ../../mod/profiles.php:804 ../../boot.php:1611 ../../boot.php:1637 -msgid "Change profile photo" -msgstr "Modificați Fotografia de Profil" - -#: ../../mod/profiles.php:805 ../../boot.php:1612 -msgid "Create New Profile" -msgstr "Creați Profil Nou" - -#: ../../mod/profiles.php:816 ../../boot.php:1622 -msgid "Profile Image" -msgstr "Imagine profil" - -#: ../../mod/profiles.php:818 ../../boot.php:1625 -msgid "visible to everybody" -msgstr "vizibil pentru toata lumea" - -#: ../../mod/profiles.php:819 ../../boot.php:1626 -msgid "Edit visibility" -msgstr "Editare vizibilitate" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Element negăsit" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Editează post" - -#: ../../mod/editpost.php:111 ../../include/conversation.php:1092 -msgid "upload photo" -msgstr "încărcare fotografie" - -#: ../../mod/editpost.php:112 ../../include/conversation.php:1093 -msgid "Attach file" -msgstr "Ataşează fişier" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:1094 -msgid "attach file" -msgstr "ataşează fişier" - -#: ../../mod/editpost.php:115 ../../include/conversation.php:1096 -msgid "web link" -msgstr "web link" - -#: ../../mod/editpost.php:116 ../../include/conversation.php:1097 -msgid "Insert video link" -msgstr "Inserează video link" - -#: ../../mod/editpost.php:117 ../../include/conversation.php:1098 -msgid "video link" -msgstr "video link" - -#: ../../mod/editpost.php:118 ../../include/conversation.php:1099 -msgid "Insert audio link" -msgstr "Inserare link audio" - -#: ../../mod/editpost.php:119 ../../include/conversation.php:1100 -msgid "audio link" -msgstr "audio link" - -#: ../../mod/editpost.php:120 ../../include/conversation.php:1101 -msgid "Set your location" -msgstr "Setează locaţia dvs" - -#: ../../mod/editpost.php:121 ../../include/conversation.php:1102 -msgid "set location" -msgstr "set locaţie" - -#: ../../mod/editpost.php:122 ../../include/conversation.php:1103 -msgid "Clear browser location" -msgstr "Curățare locație browser" - -#: ../../mod/editpost.php:123 ../../include/conversation.php:1104 -msgid "clear location" -msgstr "şterge locaţia" - -#: ../../mod/editpost.php:125 ../../include/conversation.php:1110 -msgid "Permission settings" -msgstr "Setări permisiuni" - -#: ../../mod/editpost.php:133 ../../include/conversation.php:1119 -msgid "CC: email addresses" -msgstr "CC: adresă email" - -#: ../../mod/editpost.php:134 ../../include/conversation.php:1120 -msgid "Public post" -msgstr "Public post" - -#: ../../mod/editpost.php:137 ../../include/conversation.php:1106 -msgid "Set title" -msgstr "Setează titlu" - -#: ../../mod/editpost.php:139 ../../include/conversation.php:1108 -msgid "Categories (comma-separated list)" -msgstr "Categorii (listă cu separator prin virgulă)" - -#: ../../mod/editpost.php:140 ../../include/conversation.php:1122 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Exemplu: bob@exemplu.com, mary@exemplu.com" - -#: ../../mod/friendica.php:59 -msgid "This is Friendica, version" -msgstr "Friendica, versiunea" - -#: ../../mod/friendica.php:60 -msgid "running at web location" -msgstr "rulează la locaţia web" - -#: ../../mod/friendica.php:62 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Vă rugăm să vizitaţi Friendica.com pentru a afla mai multe despre proiectul Friendica." - -#: ../../mod/friendica.php:64 -msgid "Bug reports and issues: please visit" -msgstr "Rapoarte de erori şi probleme: vă rugăm să vizitaţi" - -#: ../../mod/friendica.php:65 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email pe \"Info\" at Friendica - dot com" - -#: ../../mod/friendica.php:79 -msgid "Installed plugins/addons/apps:" -msgstr "Module/suplimente/aplicații instalate:" - -#: ../../mod/friendica.php:92 -msgid "No installed plugins/addons/apps" -msgstr "Module/suplimente/aplicații neinstalate" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizare conectare aplicaţie" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Vă rugăm să vă autentificați pentru a continua." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile." - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "Visibil către:" - -#: ../../mod/notes.php:44 ../../boot.php:2150 +#: mod/notes.php:52 src/Module/BaseProfile.php:108 msgid "Personal Notes" msgstr "Note Personale" -#: ../../mod/localtime.php:12 ../../include/bb2diaspora.php:148 -#: ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: mod/notes.php:56 +msgid "Personal notes are visible only by yourself." +msgstr "Notele Personale sunt vizibile doar pentru dumneavoastră" -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Conversie Oră" +#: mod/notes.php:57 src/Content/Text/HTML.php:859 +#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:171 +msgid "Save" +msgstr "Salvare" -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\\v" +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 +#: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 +#: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 +#: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 +#: src/Module/Profile/Contacts.php:64 src/Module/Profile/Contacts.php:72 +#: src/Module/Profile/Conversations.php:91 src/Module/Profile/Media.php:56 +#: src/Module/Profile/Photos.php:83 src/Module/Profile/RemoteFollow.php:71 +#: src/Module/Register.php:267 +msgid "User not found." +msgstr "Utilizator negăsit." -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Fus orar UTC: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Fusul orar curent: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Ora locală convertită: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Vă rugăm să vă selectaţi fusul orar:" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Abordare/Atragerea atenției" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "abordați, atrageți atenția sau faceți alte lucruri cuiva" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Destinatar" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Alegeți ce doriți să faceți cu destinatarul" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Faceți acest articol privat" - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "Limita totală a invitațiilor a fost depăşită." - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Nu este o adresă vaildă de email." - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Vă rugăm să veniți alături de noi pe Friendica" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem." - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Livrarea mesajului a eşuat." - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d mesaj trimis." -msgstr[1] "%d mesaje trimise." -msgstr[2] "%d de mesaje trimise." - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Nu mai aveți invitaţii disponibile" - -#: ../../mod/invite.php:120 -#, 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 "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale." - -#: ../../mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica." - -#: ../../mod/invite.php:123 -#, 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 "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura." - -#: ../../mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii." - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "Trimiteți invitaţii" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Introduceţi adresele de email, una pe linie:" - -#: ../../mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună." - -#: ../../mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Va fi nevoie să furnizați acest cod de invitaţie: $invite_code" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:" - -#: ../../mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com" - -#: ../../mod/photos.php:52 ../../boot.php:2129 +#: mod/photos.php:106 src/Module/BaseProfile.php:68 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Albume Photo " -#: ../../mod/photos.php:60 ../../mod/photos.php:155 ../../mod/photos.php:1064 -#: ../../mod/photos.php:1187 ../../mod/photos.php:1210 -#: ../../mod/photos.php:1760 ../../mod/photos.php:1772 -#: ../../view/theme/diabook/theme.php:499 -msgid "Contact Photos" -msgstr "Photo Contact" +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 +msgid "Recent Photos" +msgstr "Poze Recente" -#: ../../mod/photos.php:67 ../../mod/photos.php:1262 ../../mod/photos.php:1819 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Încărcaţi Fotografii Noi" -#: ../../mod/photos.php:144 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 +msgid "everybody" +msgstr "oricine" + +#: mod/photos.php:159 msgid "Contact information unavailable" msgstr "Informaţii contact nedisponibile" -#: ../../mod/photos.php:165 +#: mod/photos.php:188 msgid "Album not found." msgstr "Album negăsit" -#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204 -msgid "Delete Album" -msgstr "Şterge Album" +#: mod/photos.php:244 +msgid "Album successfully deleted" +msgstr "Album șters cu succes" -#: ../../mod/photos.php:198 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?" +#: mod/photos.php:246 +msgid "Album was empty." +msgstr "Album gol." -#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1515 -msgid "Delete Photo" -msgstr "Şterge Poza" +#: mod/photos.php:277 +msgid "Failed to delete the photo." +msgstr "Nu s-a putut șterge fotografia" -#: ../../mod/photos.php:287 -msgid "Do you really want to delete this photo?" -msgstr "Sigur doriți să ștergeți această fotografie?" +#: mod/photos.php:545 +msgid "a photo" +msgstr "o fotografie" -#: ../../mod/photos.php:662 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s a fost etichetat în %2$s de către %3$s" -#: ../../mod/photos.php:662 -msgid "a photo" -msgstr "o poză" +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 +#: src/Module/Search/Index.php:65 +msgid "Public access denied." +msgstr "Acces public refuzat." -#: ../../mod/photos.php:767 -msgid "Image exceeds size limit of " -msgstr "Dimensiunea imaginii depăşeşte limita de" - -#: ../../mod/photos.php:775 -msgid "Image file is empty." -msgstr "Fișierul imagine este gol." - -#: ../../mod/photos.php:930 +#: mod/photos.php:587 msgid "No photos selected" -msgstr "Nici-o fotografie selectată" +msgstr "Nicio fotografie selectată" -#: ../../mod/photos.php:1094 +#: mod/photos.php:721 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto." +msgid "The maximum accepted image size is %s" +msgstr "Mărimea maximă acceptată a imaginii este %s" -#: ../../mod/photos.php:1129 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Încărcare Fotografii" -#: ../../mod/photos.php:1133 ../../mod/photos.php:1199 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nume album nou:" -#: ../../mod/photos.php:1134 -msgid "or existing album name: " -msgstr "sau numele unui album existent:" +#: mod/photos.php:733 +msgid "or select existing album:" +msgstr "sau selectează un album existent:" -#: ../../mod/photos.php:1135 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Nu afișa un status pentru această încărcare" -#: ../../mod/photos.php:1137 ../../mod/photos.php:1510 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Permisiuni" -#: ../../mod/photos.php:1148 -msgid "Private Photo" -msgstr "Poze private" +#: mod/photos.php:801 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?" -#: ../../mod/photos.php:1149 -msgid "Public Photo" -msgstr "Poze Publice" +#: mod/photos.php:802 mod/photos.php:825 +msgid "Delete Album" +msgstr "Şterge Album" -#: ../../mod/photos.php:1212 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 +#: src/Module/Contact/Unfollow.php:126 +#: src/Module/Media/Attachment/Browser.php:77 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 +#: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 +#: src/Module/Security/TwoFactor/SignOut.php:125 +msgid "Cancel" +msgstr "Anulează" + +#: mod/photos.php:829 msgid "Edit Album" msgstr "Editează Album" -#: ../../mod/photos.php:1218 +#: mod/photos.php:830 +msgid "Drop Album" +msgstr "" + +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Afișează Întâi cele Noi" -#: ../../mod/photos.php:1220 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Afișează Întâi cele Vechi" -#: ../../mod/photos.php:1248 ../../mod/photos.php:1802 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Vizualizare Fotografie" -#: ../../mod/photos.php:1294 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Permisiune refuzată. Accesul la acest element poate fi restricționat." -#: ../../mod/photos.php:1296 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Fotografia nu este disponibilă" -#: ../../mod/photos.php:1352 +#: mod/photos.php:901 +msgid "Do you really want to delete this photo?" +msgstr "Sigur doriți să ștergeți această fotografie?" + +#: mod/photos.php:902 mod/photos.php:1102 +msgid "Delete Photo" +msgstr "Şterge Poza" + +#: mod/photos.php:1000 msgid "View photo" msgstr "Vezi foto" -#: ../../mod/photos.php:1352 +#: mod/photos.php:1002 msgid "Edit photo" -msgstr "Editează poza" +msgstr "Editează fotografia" -#: ../../mod/photos.php:1353 +#: mod/photos.php:1003 +msgid "Delete photo" +msgstr "Șterge fotografia" + +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Utilizați ca și fotografie de profil" -#: ../../mod/photos.php:1378 +#: mod/photos.php:1011 +msgid "Private Photo" +msgstr "Fotografie privată" + +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Vizualizați la Dimensiunea Completă" -#: ../../mod/photos.php:1457 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Etichete:" -#: ../../mod/photos.php:1460 -msgid "[Remove any tag]" -msgstr "[Elimină orice etichetă]" +#: mod/photos.php:1073 +msgid "[Select tags to remove]" +msgstr "[Selectează etichete de șters]" -#: ../../mod/photos.php:1500 -msgid "Rotate CW (right)" -msgstr "Rotire spre dreapta" - -#: ../../mod/photos.php:1501 -msgid "Rotate CCW (left)" -msgstr "Rotire spre stânga" - -#: ../../mod/photos.php:1503 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nume Nou Album" -#: ../../mod/photos.php:1506 +#: mod/photos.php:1089 msgid "Caption" msgstr "Titlu" -#: ../../mod/photos.php:1508 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Adaugă un Tag" -#: ../../mod/photos.php:1512 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping" -#: ../../mod/photos.php:1521 -msgid "Private photo" -msgstr "Poze private" +#: mod/photos.php:1091 +msgid "Do not rotate" +msgstr "Nu roti" -#: ../../mod/photos.php:1522 -msgid "Public photo" -msgstr "Poze Publice" +#: mod/photos.php:1092 +msgid "Rotate CW (right)" +msgstr "Rotire spre dreapta" -#: ../../mod/photos.php:1544 ../../include/conversation.php:1090 -msgid "Share" -msgstr "Partajează" +#: mod/photos.php:1093 +msgid "Rotate CCW (left)" +msgstr "Rotire spre stânga" -#: ../../mod/photos.php:1817 -msgid "Recent Photos" -msgstr "Poze Recente" +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1151 +msgid "This is you" +msgstr "Acesta eşti tu" -#: ../../mod/regmod.php:55 -msgid "Account approved." -msgstr "Cont aprobat." +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1153 +msgid "Comment" +msgstr "Comentariu" -#: ../../mod/regmod.php:92 -#, php-format -msgid "Registration revoked for %s" -msgstr "Înregistrare revocată pentru %s" +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1167 +msgid "Preview" +msgstr "Previzualizare" -#: ../../mod/regmod.php:104 -msgid "Please login." -msgstr "Vă rugăm să vă autentificați." +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1155 +msgid "Loading..." +msgstr "Încărcare..." -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Mutaţi contul" +#: mod/photos.php:1236 src/Content/Conversation.php:1501 +#: src/Object/Post.php:261 +msgid "Select" +msgstr "Select" -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Puteţi importa un cont dintr-un alt server Friendica." +#: mod/photos.php:1237 src/Content/Conversation.php:1502 +#: src/Module/Moderation/Users/Active.php:136 +#: src/Module/Moderation/Users/Blocked.php:136 +#: src/Module/Moderation/Users/Index.php:151 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 +msgid "Delete" +msgstr "Şterge" -#: ../../mod/uimport.php:68 -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 "Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici." +#: mod/photos.php:1298 src/Object/Post.php:426 +msgid "Like" +msgstr "Îmi place" -#: ../../mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora" +#: mod/photos.php:1299 src/Object/Post.php:426 +msgid "I like this (toggle)" +msgstr "Îmi place asta (comutare)" -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Fişier Cont" +#: mod/photos.php:1300 src/Object/Post.php:427 +msgid "Dislike" +msgstr "Nu îmi place" -#: ../../mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "Pentru a vă exporta contul, deplasaţi-vă la \"Configurări- >Export date personale \" şi selectaţi \"Exportare cont \"" +#: mod/photos.php:1302 src/Object/Post.php:427 +msgid "I don't like this (toggle)" +msgstr "Nu îmi place aceasta (comutare)" -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Elementul nu este disponibil." +#: mod/photos.php:1324 +msgid "Map" +msgstr "Hartă" -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Element negăsit." +#: src/App.php:473 +msgid "No system theme config value set." +msgstr "" -#: ../../boot.php:749 +#: src/App.php:581 +msgid "Apologies but the website is unavailable at the moment." +msgstr "Ne pare rău, însă website-ul nu este momentan disponibil" + +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Ștergeți acest element?" -#: ../../boot.php:752 -msgid "show fewer" -msgstr "afișare mai puține" +#: src/App/Page.php:250 +msgid "" +"Block this author? They won't be able to follow you nor see your public " +"posts, and you won't be able to see their posts and their notifications." +msgstr "Dorești să blochezi acest autor? Acesta nu va mai putea să te urmărească și nici să îți vadă postările publice, iar tu nu vei mai putea să-i vezi postările și notificările." -#: ../../boot.php:1122 +#: src/App/Page.php:251 +msgid "" +"Ignore this author? You won't be able to see their posts and their " +"notifications." +msgstr "Dorești să ignori acest autor? Nu îi vei mai putea vedea postările și notificările." + +#: src/App/Page.php:252 +msgid "Collapse this author's posts?" +msgstr "Colapsați postările acestui autor?" + +#: src/App/Page.php:253 +msgid "Ignore this author's server?" +msgstr "Ignorați serverul acestui autor?" + +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "Nu veți mai vedea niciun conținut de la acest server, inclusiv redistribuirile din pagina dumneavoastră de Rețea, paginile de comunitate sau conversațiile individuale." + +#: src/App/Page.php:256 +msgid "Like not successful" +msgstr "Apreciere eșuată" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "Neapreciere eșuată" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "Distribuire eșuată" + +#: src/App/Page.php:259 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:260 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:261 +msgid "Network error" +msgstr "Eroare de rețea" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "Lasă fișierele aici pentru a le încărca" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "Browser-ul dumneavoastră nu suportă încărcarea fișierelor prin tragere și plasare" + +#: src/App/Page.php:266 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:267 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "Fișierul este prea mare ({{filesize}}MiB). Dimensiunea maximă: {{maxFilesize}}MiB." + +#: src/App/Page.php:268 +msgid "You can't upload files of this type." +msgstr "Nu puteți încărca fișiere de acest tip" + +#: src/App/Page.php:269 +msgid "Server responded with {{statusCode}} code." +msgstr "Serverul a răspuns cu codul {{statusCode}}" + +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "Anulează încărcarea" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "Încărcarea a fost anulată." + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "Sunteți sigur/-ă că vreți să anulați această încărcare?" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "Înlătură fișierul" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "Nu mai puteți încărca alte fișiere." + +#: src/App/Page.php:352 +msgid "toggle mobile" +msgstr "comutare mobil" + +#: src/App/Router.php:309 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Actualizarea %s a eșuat. Consultaţi jurnalele de eroare." +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "Metodă nepermisă pentru acest modul. Metodă/metode permise: %s" -#: ../../boot.php:1240 -msgid "Create a New Account" -msgstr "Creaţi un Cont Nou" +#: src/App/Router.php:311 src/Module/HTTPException/PageNotFound.php:49 +msgid "Page not found." +msgstr "Pagină negăsită." -#: ../../boot.php:1265 ../../include/nav.php:73 -msgid "Logout" -msgstr "Deconectare" +#: src/App/Router.php:323 +msgid "You must be logged in to use addons. " +msgstr "Trebuie să vă autentificați pentru a folosi suplimentele." -#: ../../boot.php:1268 -msgid "Nickname or Email address: " -msgstr "Pseudonimul sau Adresa de email:" +#: src/BaseModule.php:407 +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 "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite." -#: ../../boot.php:1269 -msgid "Password: " -msgstr "Parola:" +#: src/BaseModule.php:434 +msgid "All contacts" +msgstr "Toate contactele" -#: ../../boot.php:1270 -msgid "Remember me" -msgstr "Reține autentificarea" +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:119 +msgid "Followers" +msgstr "Urmăritori" -#: ../../boot.php:1273 -msgid "Or login using OpenID: " -msgstr "Sau conectaţi-vă utilizând OpenID:" +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:118 +msgid "Following" +msgstr "Urmăriți" -#: ../../boot.php:1279 -msgid "Forgot your password?" -msgstr "Ați uitat parola?" +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 +msgid "Mutual friends" +msgstr "" -#: ../../boot.php:1282 -msgid "Website Terms of Service" -msgstr "Condiții de Utilizare Site Web" +#: src/BaseModule.php:457 +msgid "Common" +msgstr "" -#: ../../boot.php:1283 -msgid "terms of service" -msgstr "condiții de utilizare" +#: src/Console/Addon.php:175 src/Console/Addon.php:199 +msgid "Addon not found" +msgstr "Supliment negăsit" -#: ../../boot.php:1285 -msgid "Website Privacy Policy" -msgstr "Politica de Confidențialitate Site Web" +#: src/Console/Addon.php:179 +msgid "Addon already enabled" +msgstr "Supliment deja activat" -#: ../../boot.php:1286 -msgid "privacy policy" -msgstr "politica de confidențialitate" +#: src/Console/Addon.php:203 +msgid "Addon already disabled" +msgstr "Supliment deja dezactivat" -#: ../../boot.php:1419 -msgid "Requested account is not available." -msgstr "Contul solicitat nu este disponibil." +#: src/Console/ArchiveContact.php:106 +#, php-format +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "" -#: ../../boot.php:1501 ../../boot.php:1635 -#: ../../include/profile_advanced.php:84 -msgid "Edit profile" -msgstr "Editare profil" +#: src/Console/ArchiveContact.php:109 +msgid "The contact entries have been archived" +msgstr "Contactul a fost arhivat" -#: ../../boot.php:1600 +#: src/Console/GlobalCommunityBlock.php:96 +#: src/Module/Moderation/Blocklist/Contact.php:65 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: src/Console/GlobalCommunityBlock.php:101 +#: src/Module/Moderation/Blocklist/Contact.php:82 +msgid "The contact has been blocked from the node" +msgstr "Contactul a fost blocat pe acest nod" + +#: src/Console/MergeContacts.php:75 +#, php-format +msgid "%d %s, %d duplicates." +msgstr "" + +#: src/Console/MergeContacts.php:78 +#, php-format +msgid "uri-id is empty for contact %s." +msgstr "" + +#: src/Console/MergeContacts.php:91 +#, php-format +msgid "No valid first contact found for uri-id %d." +msgstr "" + +#: src/Console/MergeContacts.php:102 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (url: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:106 +#, php-format +msgid "Wrong duplicate found for uri-id %d in %d (nurl: %s != %s)." +msgstr "" + +#: src/Console/MergeContacts.php:142 +#, php-format +msgid "Deletion of id %d failed" +msgstr "" + +#: src/Console/MergeContacts.php:144 +#, php-format +msgid "Deletion of id %d was successful" +msgstr "" + +#: src/Console/MergeContacts.php:150 +#, php-format +msgid "Updating \"%s\" in \"%s\" from %d to %d" +msgstr "" + +#: src/Console/MergeContacts.php:152 +msgid " - found" +msgstr " - găsit" + +#: src/Console/MergeContacts.php:159 +msgid " - failed" +msgstr " - eșuat" + +#: src/Console/MergeContacts.php:161 +msgid " - success" +msgstr "" + +#: src/Console/MergeContacts.php:165 +msgid " - deleted" +msgstr "" + +#: src/Console/MergeContacts.php:168 +msgid " - done" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:91 +msgid "The avatar cache needs to be enabled to use this command." +msgstr "" + +#: src/Console/MoveToAvatarCache.php:109 +#, php-format +msgid "no resource in photo %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:137 +#, php-format +msgid "no photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:146 +#, php-format +msgid "no image data for photo with id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:155 +#, php-format +msgid "invalid image for id %s" +msgstr "" + +#: src/Console/MoveToAvatarCache.php:168 +#, php-format +msgid "Quit on invalid photo %s" +msgstr "" + +#: src/Console/PostUpdate.php:87 +#, php-format +msgid "Post update version number has been set to %s." +msgstr "" + +#: src/Console/PostUpdate.php:95 +msgid "Check for pending update actions." +msgstr "" + +#: src/Console/PostUpdate.php:97 +msgid "Done." +msgstr "Realizat." + +#: src/Console/PostUpdate.php:99 +msgid "Execute pending post updates." +msgstr "" + +#: src/Console/PostUpdate.php:105 +msgid "All pending post updates are done." +msgstr "Toate actualizările de postare aflate în așteptare s-au terminat." + +#: src/Console/User.php:158 src/Console/User.php:245 +msgid "Enter user nickname: " +msgstr "Introduceți pseudonimul de utilizator:" + +#: src/Console/User.php:182 src/Model/User.php:806 +#: src/Module/Api/Twitter/ContactEndpoint.php:74 +#: src/Module/Moderation/Users/Active.php:71 +#: src/Module/Moderation/Users/Blocked.php:71 +#: src/Module/Moderation/Users/Index.php:78 +#: src/Module/Moderation/Users/Pending.php:67 +msgid "User not found" +msgstr "Utilizator negăsit" + +#: src/Console/User.php:202 +msgid "Enter new password: " +msgstr "Introduceți noua parolă:" + +#: src/Console/User.php:210 src/Module/Security/PasswordTooLong.php:69 +#: src/Module/Settings/Account.php:75 +msgid "Password update failed. Please try again." +msgstr "Actualizarea parolei a eșuat. Vă rugăm să încercați din nou." + +#: src/Console/User.php:213 src/Module/Security/PasswordTooLong.php:72 +#: src/Module/Settings/Account.php:78 +msgid "Password changed." +msgstr "Parola a fost schimbată." + +#: src/Console/User.php:237 +msgid "Enter user name: " +msgstr "Introduceți numele de utilizator:" + +#: src/Console/User.php:253 +msgid "Enter user email address: " +msgstr "" + +#: src/Console/User.php:261 +msgid "Enter a language (optional): " +msgstr "Introduceți o limbă (opțional):" + +#: src/Console/User.php:286 +msgid "User is not pending." +msgstr "" + +#: src/Console/User.php:318 +msgid "User has already been marked for deletion." +msgstr "" + +#: src/Console/User.php:323 +#, php-format +msgid "Type \"yes\" to delete %s" +msgstr "" + +#: src/Console/User.php:325 +msgid "Deletion aborted." +msgstr "" + +#: src/Console/User.php:450 +msgid "Enter category: " +msgstr "" + +#: src/Console/User.php:460 +msgid "Enter key: " +msgstr "" + +#: src/Console/User.php:494 +msgid "Enter value: " +msgstr "" + +#: src/Content/BoundariesPager.php:116 src/Content/Pager.php:171 +msgid "newer" +msgstr "mai noi" + +#: src/Content/BoundariesPager.php:124 src/Content/Pager.php:176 +msgid "older" +msgstr "mai vechi" + +#: src/Content/ContactSelector.php:51 +msgid "Frequently" +msgstr "" + +#: src/Content/ContactSelector.php:52 +msgid "Hourly" +msgstr "" + +#: src/Content/ContactSelector.php:53 +msgid "Twice daily" +msgstr "" + +#: src/Content/ContactSelector.php:54 +msgid "Daily" +msgstr "" + +#: src/Content/ContactSelector.php:55 +msgid "Weekly" +msgstr "" + +#: src/Content/ContactSelector.php:56 +msgid "Monthly" +msgstr "" + +#: src/Content/ContactSelector.php:126 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:127 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:128 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:129 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:130 src/Module/Debug/Babel.php:307 +msgid "Diaspora" +msgstr "Diaspora" + +#: src/Content/ContactSelector.php:131 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:132 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:133 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:134 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:135 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:136 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:137 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:138 +msgid "Discourse" +msgstr "Discourse" + +#: src/Content/ContactSelector.php:139 +msgid "Diaspora Connector" +msgstr "Conector Diaspora" + +#: src/Content/ContactSelector.php:140 +msgid "GNU Social Connector" +msgstr "Conector GNU Social" + +#: src/Content/ContactSelector.php:141 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:142 +msgid "pnut" +msgstr "" + +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "Tumblr" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/Content/ContactSelector.php:180 +#, php-format +msgid "%s (via %s)" +msgstr "%s (via %s)" + +#: src/Content/Conversation.php:226 +msgid "and" +msgstr "şi" + +#: src/Content/Conversation.php:229 +#, php-format +msgid "and %d other people" +msgstr "" + +#: src/Content/Conversation.php:235 +#, php-format +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:237 +#, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:239 +#, php-format +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:241 +#, php-format +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:243 +#, php-format +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:245 +#, php-format +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:276 +#, php-format +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:279 +#, php-format +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:282 +#, php-format +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:285 +#, php-format +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:288 +#, php-format +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:291 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Content/Conversation.php:338 +msgid "Visible to everybody" +msgstr "Vizibil pentru toți" + +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1166 +msgid "Please enter a image/video/audio/webpage URL:" +msgstr "" + +#: src/Content/Conversation.php:340 +msgid "Tag term:" +msgstr "Termen etichetare:" + +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 +msgid "Save to Folder:" +msgstr "Salvare în Dosar:" + +#: src/Content/Conversation.php:342 +msgid "Where are you right now?" +msgstr "Unde vă aflați acum?" + +#: src/Content/Conversation.php:343 +msgid "Delete item(s)?" +msgstr "Ștergeți element(e)?" + +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 +msgid "Created at" +msgstr "" + +#: src/Content/Conversation.php:365 +msgid "New Post" +msgstr "Postare nouă" + +#: src/Content/Conversation.php:368 +msgid "Share" +msgstr "Partajează" + +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 +msgid "upload photo" +msgstr "încărcare fotografie" + +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 +msgid "Attach file" +msgstr "Ataşează fişier" + +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 +msgid "attach file" +msgstr "ataşează fişier" + +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1156 +msgid "Bold" +msgstr "Bold" + +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1157 +msgid "Italic" +msgstr "Italic" + +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1158 +msgid "Underline" +msgstr "Subliniat" + +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1160 +msgid "Quote" +msgstr "Citat" + +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1161 +msgid "Add emojis" +msgstr "Adaugă emoji-uri" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1159 +msgid "Content Warning" +msgstr "Avertisment de conținut" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1162 +msgid "Code" +msgstr "Code" + +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1163 +msgid "Image" +msgstr "Imagine" + +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1164 +msgid "Link" +msgstr "Link" + +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1165 +msgid "Link or Media" +msgstr "Link sau fișier media" + +#: src/Content/Conversation.php:384 +msgid "Video" +msgstr "Video" + +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 +msgid "Set your location" +msgstr "Setați locația dvs" + +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 +msgid "set location" +msgstr "set locaţie" + +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 +msgid "Clear browser location" +msgstr "Curățare locație browser" + +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 +msgid "clear location" +msgstr "şterge locaţia" + +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 +msgid "Set title" +msgstr "Setează titlu" + +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 +msgid "Categories (comma-separated list)" +msgstr "Categorii (listă cu separator prin virgulă)" + +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 +msgid "Scheduled at" +msgstr "Programat la" + +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 +msgid "Permission settings" +msgstr "Setări permisiuni" + +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 +msgid "Public post" +msgstr "Public post" + +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Mesaj" -#: ../../boot.php:1606 ../../include/nav.php:175 -msgid "Profiles" -msgstr "Profile" +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 +msgid "Browser" +msgstr "Browser" -#: ../../boot.php:1606 -msgid "Manage/edit profiles" -msgstr "Gestionare/editare profile" +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 +msgid "Open Compose page" +msgstr "Deschide Pagina de compunere" -#: ../../boot.php:1706 -msgid "Network:" -msgstr "Reţea:" +#: src/Content/Conversation.php:597 +msgid "remove" +msgstr "eliminare" -#: ../../boot.php:1736 ../../boot.php:1822 -msgid "g A l F d" -msgstr "g A l F d" +#: src/Content/Conversation.php:601 +msgid "Delete Selected Items" +msgstr "Ștergeți Elementele Selectate" -#: ../../boot.php:1737 ../../boot.php:1823 -msgid "F d" -msgstr "F d" - -#: ../../boot.php:1782 ../../boot.php:1863 -msgid "[today]" -msgstr "[azi]" - -#: ../../boot.php:1794 -msgid "Birthday Reminders" -msgstr "Memento Zile naştere " - -#: ../../boot.php:1795 -msgid "Birthdays this week:" -msgstr "Zi;e Naştere această săptămînă:" - -#: ../../boot.php:1856 -msgid "[No description]" -msgstr "[Fără descriere]" - -#: ../../boot.php:1874 -msgid "Event Reminders" -msgstr "Memento Eveniment" - -#: ../../boot.php:1875 -msgid "Events this week:" -msgstr "Evenimente în această săptămână:" - -#: ../../boot.php:2112 ../../include/nav.php:76 -msgid "Status" -msgstr "Status" - -#: ../../boot.php:2115 -msgid "Status Messages and Posts" -msgstr "Status Mesaje şi Postări" - -#: ../../boot.php:2122 -msgid "Profile Details" -msgstr "Detalii Profil" - -#: ../../boot.php:2133 ../../boot.php:2136 ../../include/nav.php:79 -msgid "Videos" -msgstr "Clipuri video" - -#: ../../boot.php:2146 -msgid "Events and Calendar" -msgstr "Evenimente şi Calendar" - -#: ../../boot.php:2153 -msgid "Only You Can See This" -msgstr "Numai Dvs. Puteţi Vizualiza" - -#: ../../object/Item.php:94 -msgid "This entry was edited" -msgstr "Această intrare a fost editată" - -#: ../../object/Item.php:208 -msgid "ignore thread" +#: src/Content/Conversation.php:729 src/Content/Conversation.php:732 +#: src/Content/Conversation.php:735 src/Content/Conversation.php:738 +#: src/Content/Conversation.php:741 +#, php-format +msgid "You had been addressed (%s)." msgstr "" -#: ../../object/Item.php:209 -msgid "unignore thread" +#: src/Content/Conversation.php:744 +#, php-format +msgid "You are following %s." +msgstr "Dvs. urmăriți %s." + +#: src/Content/Conversation.php:749 +#, php-format +msgid "You subscribed to %s." +msgstr "V-ați abonat la %s." + +#: src/Content/Conversation.php:751 +msgid "You subscribed to one or more tags in this post." +msgstr "V-ați abonat la una sau mai multe etichete prezente în această postare" + +#: src/Content/Conversation.php:771 +#, php-format +msgid "%s reshared this." +msgstr "%s a redistribuit" + +#: src/Content/Conversation.php:773 +msgid "Reshared" +msgstr "Redistribuit" + +#: src/Content/Conversation.php:773 +#, php-format +msgid "Reshared by %s <%s>" +msgstr "Redistribuit de %s <%s>" + +#: src/Content/Conversation.php:776 +#, php-format +msgid "%s is participating in this thread." +msgstr "%s participă în acest fir de conversație" + +#: src/Content/Conversation.php:779 +msgid "Stored for general reasons" msgstr "" -#: ../../object/Item.php:210 -msgid "toggle ignore status" -msgstr "Comutaţi status Ignorare" +#: src/Content/Conversation.php:782 +msgid "Global post" +msgstr "" -#: ../../object/Item.php:213 -msgid "ignored" -msgstr "ignorat" +#: src/Content/Conversation.php:785 +msgid "Sent via an relay server" +msgstr "Trimis printr-un server releu" -#: ../../object/Item.php:316 ../../include/conversation.php:666 +#: src/Content/Conversation.php:785 +#, php-format +msgid "Sent via the relay server %s <%s>" +msgstr "Trimis prin serverul releu %s <%s>" + +#: src/Content/Conversation.php:788 +msgid "Fetched" +msgstr "" + +#: src/Content/Conversation.php:788 +#, php-format +msgid "Fetched because of %s <%s>" +msgstr "" + +#: src/Content/Conversation.php:791 +msgid "Stored because of a child post to complete this thread." +msgstr "Stocată din cauza unei postări inferioare pentru a completa acest fir." + +#: src/Content/Conversation.php:794 +msgid "Local delivery" +msgstr "" + +#: src/Content/Conversation.php:797 +msgid "Stored because of your activity (like, comment, star, ...)" +msgstr "" + +#: src/Content/Conversation.php:800 +msgid "Distributed" +msgstr "" + +#: src/Content/Conversation.php:803 +msgid "Pushed to us" +msgstr "" + +#: src/Content/Conversation.php:1529 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Element fixat" + +#: src/Content/Conversation.php:1546 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vizualizaţi profilul %s @ %s" + +#: src/Content/Conversation.php:1559 src/Object/Post.php:536 msgid "Categories:" msgstr "Categorii:" -#: ../../object/Item.php:317 ../../include/conversation.php:667 +#: src/Content/Conversation.php:1560 src/Object/Post.php:537 msgid "Filed under:" msgstr "Înscris în:" -#: ../../object/Item.php:329 -msgid "via" -msgstr "via" - -#: ../../include/dbstructure.php:26 +#: src/Content/Conversation.php:1568 src/Object/Post.php:562 #, php-format -msgid "" -"\n" -"\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgid "%s from %s" +msgstr "%s de la %s" + +#: src/Content/Conversation.php:1584 +msgid "View in context" +msgstr "Vizualizare în context" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "Pentru tine" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" msgstr "" -#: ../../include/dbstructure.php:31 +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 #, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:146 src/Module/Settings/Channels.php:163 +msgid "Images" +msgstr "Imagini" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "Postări cu imagini" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:148 src/Module/Settings/Channels.php:165 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "Postări cu audio" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:147 src/Module/Settings/Channels.php:164 +msgid "Videos" +msgstr "Videoclipuri" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "Postări cu videoclipuri" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Comunitatea locală" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Postări ale utilizatorilor aflați pe acest server" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:116 +msgid "Global Community" +msgstr "Comunitatea globală" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Postări ale utilizatorilor întregii rețele federate" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Activitate recentă" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Sortează după activitatea recentă" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Postări recente" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Sortează după data primirii postării" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "Creații recente" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Sortează după data creării postării" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Personal" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Postări ce vă menționează sau vă implică" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Cu steluță" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Postări Favorite" + +#: src/Content/Feature.php:96 +msgid "General Features" +msgstr "Caracteristici Generale" + +#: src/Content/Feature.php:98 +msgid "Photo Location" +msgstr "Locație fotografie" + +#: src/Content/Feature.php:98 msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "Mesajul de eroare este\n[pre]%s[/pre]" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Metadata fotografiilor este în mod normal înlăturată. Aceasta extrage locația (dacă există) anterior înlăturării metadatelor și o afișează pe o hartă." -#: ../../include/dbstructure.php:162 -msgid "Errors encountered creating database tables." -msgstr "Erori întâlnite la crearea tabelelor bazei de date." +#: src/Content/Feature.php:99 +msgid "Trending Tags" +msgstr "Etichete în tendințe" -#: ../../include/dbstructure.php:220 -msgid "Errors encountered performing database changes." -msgstr "Erori întâlnite la operarea de modificări în baza de date." - -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Deconectat." - -#: ../../include/auth.php:128 ../../include/user.php:67 +#: src/Content/Feature.php:99 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Am întâmpinat o problemă în timpul autentificării cu datele OpenID pe care le-ați furnizat." +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "" -#: ../../include/auth.php:128 ../../include/user.php:67 -msgid "The error message was:" -msgstr "Mesajul de eroare a fost:" +#: src/Content/Feature.php:104 +msgid "Post Composition Features" +msgstr "Caracteristici Compoziţie Postare" -#: ../../include/contact_widgets.php:6 +#: src/Content/Feature.php:105 +msgid "Auto-mention Groups" +msgstr "" + +#: src/Content/Feature.php:105 +msgid "" +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Explicit Mentions" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Add an abstract from ActivityPub content warnings" +msgstr "Adaugă un abstract din avertismentele de conținut ActivityPub" + +#: src/Content/Feature.php:107 +msgid "" +"Add an abstract when commenting on ActivityPub posts with a content warning." +" Abstracts are displayed as content warning on systems like Mastodon or " +"Pleroma." +msgstr "Adaugați un abstract atunci când comentați postări ActivityPub conținând un avertisment de conținut. Abstractele sunt afișate ca avertisment de conținut pe sisteme precum Mastodon sau Pleroma" + +#: src/Content/Feature.php:112 +msgid "Post/Comment Tools" +msgstr "Instrumente Postare/Comentariu" + +#: src/Content/Feature.php:113 +msgid "Post Categories" +msgstr "Categorii Postări" + +#: src/Content/Feature.php:113 +msgid "Add categories to your posts" +msgstr "Adăugaţi categorii la postările dvs." + +#: src/Content/Feature.php:118 +msgid "Advanced Profile Settings" +msgstr "Setări de profil avansate" + +#: src/Content/Feature.php:119 +msgid "List Groups" +msgstr "Listează grupuri" + +#: src/Content/Feature.php:119 +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "Arată vizitatorilor grupuri publice în Pagina de Profil Avansată" + +#: src/Content/Feature.php:120 +msgid "Tag Cloud" +msgstr "Nor cu etichete" + +#: src/Content/Feature.php:120 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Afișează un „nor cu etichete” personale pe pagina ta de profil" + +#: src/Content/Feature.php:121 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Calendar Settings" +msgstr "Setări avansate calendar" + +#: src/Content/Feature.php:127 +msgid "Allow anonymous access to your calendar" +msgstr "Permiteți accesul anonim la calendarul dumneavoastră" + +#: src/Content/Feature.php:127 +msgid "" +"Allows anonymous visitors to consult your calendar and your public events. " +"Contact birthday events are private to you." +msgstr "Permite vizitatorilor anonimi să vă consulte calendarul și evenimentele publice ale dumneavoastră. Evenimentele tip zi de naștere ale contactelor dumneavoastră rămân private." + +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1368 +msgid "Groups" +msgstr "Grupuri" + +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "Link extern către grup" + +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 +msgid "show less" +msgstr "mai puțin" + +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 +msgid "show more" +msgstr "mai mult" + +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Creează un grup nou" + +#: src/Content/Item.php:332 src/Model/Item.php:3166 +msgid "event" +msgstr "eveniment" + +#: src/Content/Item.php:335 src/Content/Item.php:345 +msgid "status" +msgstr "status" + +#: src/Content/Item.php:341 src/Model/Item.php:3168 +#: src/Module/Post/Tag/Add.php:123 +msgid "photo" +msgstr "fotografie" + +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s a etichetat %3$s de la %2$s cu %4$s" + +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 +msgid "Follow Thread" +msgstr "Urmăriți Firul Conversației" + +#: src/Content/Item.php:430 src/Model/Contact.php:1242 +msgid "View Status" +msgstr "Vizualizare Status" + +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 +msgid "View Profile" +msgstr "Vizualizare Profil" + +#: src/Content/Item.php:432 src/Model/Contact.php:1244 +msgid "View Photos" +msgstr "Vizualizare Fotografii" + +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 +msgid "Network Posts" +msgstr "Postări din Rețea" + +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 +msgid "View Contact" +msgstr "" + +#: src/Content/Item.php:435 src/Model/Contact.php:1247 +msgid "Send PM" +msgstr "Trimiteți mesaj personal" + +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:116 +#: src/Module/Moderation/Users/Active.php:137 +#: src/Module/Moderation/Users/Index.php:152 +msgid "Block" +msgstr "Blochează" + +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 +#: src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:206 +#: src/Module/Notifications/Notification.php:89 +msgid "Ignore" +msgstr "Ignoră" + +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 +msgid "Collapse" +msgstr "Colapsați" + +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "Ignorați serverul %s" + +#: src/Content/Item.php:443 src/Object/Post.php:509 +msgid "Languages" +msgstr "" + +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 +msgid "Connect/Follow" +msgstr "Conectare/Urmărire" + +#: src/Content/Item.php:883 +msgid "Unable to fetch user." +msgstr "" + +#: src/Content/Nav.php:121 +msgid "Nothing new here" +msgstr "Nimic nou aici" + +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 +msgid "Go back" +msgstr "" + +#: src/Content/Nav.php:126 +msgid "Clear notifications" +msgstr "Ştergeţi notificările" + +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "@nume, !grup, #etichetă, conținut" + +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 +msgid "Logout" +msgstr "Deconectare" + +#: src/Content/Nav.php:222 +msgid "End this session" +msgstr "Finalizați această sesiune" + +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 +#: src/Module/Security/Login.php:158 +msgid "Login" +msgstr "Login" + +#: src/Content/Nav.php:224 +msgid "Sign in" +msgstr "Autentificare" + +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 +msgid "Conversations" +msgstr "Conversații" + +#: src/Content/Nav.php:229 +msgid "Conversations you started" +msgstr "Conversații pe care le-ați pornit" + +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 +#: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 +msgid "Profile" +msgstr "Profil" + +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 +msgid "Your profile page" +msgstr "Pagina dvs. de profil" + +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 +#: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 +msgid "Photos" +msgstr "Poze" + +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 +msgid "Your photos" +msgstr "Fotografiile dvs." + +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 +#: view/theme/frio/theme.php:235 +msgid "Media" +msgstr "" + +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 +msgid "Your postings with media" +msgstr "" + +#: src/Content/Nav.php:233 src/Content/Nav.php:293 +#: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 +#: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 +#: view/theme/frio/theme.php:240 +msgid "Calendar" +msgstr "" + +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 +msgid "Your calendar" +msgstr "" + +#: src/Content/Nav.php:234 +msgid "Personal notes" +msgstr "Note Personale" + +#: src/Content/Nav.php:234 +msgid "Your personal notes" +msgstr "Notele tale personale" + +#: src/Content/Nav.php:251 src/Content/Nav.php:308 +msgid "Home" +msgstr "Home" + +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 +msgid "Home Page" +msgstr "Home Pagina" + +#: src/Content/Nav.php:255 src/Module/Register.php:168 +#: src/Module/Security/Login.php:124 +msgid "Register" +msgstr "Înregistrare" + +#: src/Content/Nav.php:255 +msgid "Create an account" +msgstr "Creați un cont" + +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 +msgid "Help" +msgstr "Ajutor" + +#: src/Content/Nav.php:261 +msgid "Help and documentation" +msgstr "Ajutor şi documentaţie" + +#: src/Content/Nav.php:265 +msgid "Apps" +msgstr "Aplicații" + +#: src/Content/Nav.php:265 +msgid "Addon applications, utilities, games" +msgstr "Suplimente la aplicații, utilitare, jocuri" + +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 +msgid "Search" +msgstr "Căutare" + +#: src/Content/Nav.php:269 +msgid "Search site content" +msgstr "Căutare în conținut site" + +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 +msgid "Full Text" +msgstr "" + +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 +#: src/Content/Widget/TagCloud.php:68 +msgid "Tags" +msgstr "" + +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 +msgid "Contacts" +msgstr "Contacte" + +#: src/Content/Nav.php:289 +msgid "Community" +msgstr "Comunitate" + +#: src/Content/Nav.php:289 +msgid "Conversations on this and other servers" +msgstr "Conversații pe acest server și pe altele" + +#: src/Content/Nav.php:296 +msgid "Directory" +msgstr "Director" + +#: src/Content/Nav.php:296 +msgid "People directory" +msgstr "Director persoane" + +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 +#: src/Module/BaseModeration.php:108 +msgid "Information" +msgstr "Informaţii" + +#: src/Content/Nav.php:298 +msgid "Information about this friendica instance" +msgstr "Informaţii despre această instanță friendica" + +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 +#: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 +#: src/Module/Tos.php:101 +msgid "Terms of Service" +msgstr "Condiții de Utilizare" + +#: src/Content/Nav.php:301 +msgid "Terms of Service of this Friendica instance" +msgstr "Condițiile de Utilizare ale acestei instanțe de Friendica" + +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:117 +#: view/theme/frio/theme.php:239 +msgid "Network" +msgstr "Reţea" + +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 +msgid "Conversations from your friends" +msgstr "Conversaţiile prieteniilor dvs." + +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 +msgid "Your posts and conversations" +msgstr "Postările şi conversaţiile dvs." + +#: src/Content/Nav.php:312 +msgid "Introductions" +msgstr "Introduceri" + +#: src/Content/Nav.php:312 +msgid "Friend Requests" +msgstr "Solicitări Prietenie" + +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 +#: src/Module/Notifications/Introductions.php:75 +msgid "Notifications" +msgstr "Notificări" + +#: src/Content/Nav.php:314 +msgid "See all notifications" +msgstr "Consultaţi toate notificările" + +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 +msgid "Mark as seen" +msgstr "Marcați ca și vizualizat" + +#: src/Content/Nav.php:315 +msgid "Mark all system notifications as seen" +msgstr "" + +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 +msgid "Private mail" +msgstr "Mail privat" + +#: src/Content/Nav.php:319 +msgid "Inbox" +msgstr "Mesaje primite" + +#: src/Content/Nav.php:320 +msgid "Outbox" +msgstr "Căsuță de Ieșire" + +#: src/Content/Nav.php:324 +msgid "Accounts" +msgstr "Conturi" + +#: src/Content/Nav.php:324 +msgid "Manage other pages" +msgstr "Gestionează alte pagini" + +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 +#: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 +msgid "Settings" +msgstr "Setări" + +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 +msgid "Account settings" +msgstr "Configurări Cont" + +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 +msgid "Manage/edit friends and contacts" +msgstr "Gestionare/Editare prieteni şi contacte" + +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 +msgid "Admin" +msgstr "Admin" + +#: src/Content/Nav.php:334 +msgid "Site setup and configuration" +msgstr "Instalare şi configurare site" + +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 +#: src/Module/Moderation/Blocklist/Contact.php:110 +#: src/Module/Moderation/Blocklist/Server/Add.php:121 +#: src/Module/Moderation/Blocklist/Server/Import.php:118 +#: src/Module/Moderation/Blocklist/Server/Index.php:95 +#: src/Module/Moderation/Item/Delete.php:61 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Users/Active.php:133 +#: src/Module/Moderation/Users/Blocked.php:133 +#: src/Module/Moderation/Users/Deleted.php:80 +#: src/Module/Moderation/Users/Index.php:147 +msgid "Moderation" +msgstr "" + +#: src/Content/Nav.php:335 +msgid "Content and user moderation" +msgstr "" + +#: src/Content/Nav.php:338 +msgid "Navigation" +msgstr "Navigare" + +#: src/Content/Nav.php:338 +msgid "Site map" +msgstr "Hartă Site" + +#: src/Content/OEmbed.php:316 +msgid "Embedding disabled" +msgstr "Încorporarea conținuturilor este dezactivată" + +#: src/Content/OEmbed.php:440 +msgid "Embedded content" +msgstr "Conţinut încorporat" + +#: src/Content/Pager.php:216 +msgid "first" +msgstr "prima" + +#: src/Content/Pager.php:221 +msgid "prev" +msgstr "preced" + +#: src/Content/Pager.php:276 +msgid "next" +msgstr "următor" + +#: src/Content/Pager.php:281 +msgid "last" +msgstr "ultima" + +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 +msgid "Image/photo" +msgstr "Imagine/fotografie" + +#: src/Content/Text/BBCode.php:969 +#, php-format +msgid "%2$s %3$s" +msgstr "" + +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3899 +#: src/Model/Item.php:3905 src/Model/Item.php:3906 +msgid "Link to source" +msgstr "" + +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 +msgid "Click to open/close" +msgstr "Apăsați pentru a deschide/închide" + +#: src/Content/Text/BBCode.php:1636 +msgid "$1 wrote:" +msgstr "$1 a scris:" + +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 +msgid "Encrypted content" +msgstr "Conţinut criptat" + +#: src/Content/Text/BBCode.php:1957 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1976 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/Text/HTML.php:782 +msgid "Loading more entries..." +msgstr "" + +#: src/Content/Text/HTML.php:783 +msgid "The end" +msgstr "" + +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 +msgid "Follow" +msgstr "" + +#: src/Content/Widget.php:51 msgid "Add New Contact" msgstr "Add Contact Nou" -#: ../../include/contact_widgets.php:7 +#: src/Content/Widget.php:52 msgid "Enter address or web location" msgstr "Introduceţi adresa sau locaţia web" -#: ../../include/contact_widgets.php:8 +#: src/Content/Widget.php:53 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Exemplu: bob@example.com, http://example.com/barbara" -#: ../../include/contact_widgets.php:24 +#: src/Content/Widget.php:55 +msgid "Connect" +msgstr "Conectare" + +#: src/Content/Widget.php:72 #, php-format msgid "%d invitation available" msgid_plural "%d invitations available" @@ -5757,619 +2266,150 @@ msgstr[0] "%d invitație disponibilă" msgstr[1] "%d invitații disponibile" msgstr[2] "%d de invitații disponibile" -#: ../../include/contact_widgets.php:30 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Căutați Persoane" -#: ../../include/contact_widgets.php:31 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Introduceţi numele sau interesul" -#: ../../include/contact_widgets.php:32 -msgid "Connect/Follow" -msgstr "Conectare/Urmărire" - -#: ../../include/contact_widgets.php:33 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Exemple: Robert Morgenstein, Pescuit" -#: ../../include/contact_widgets.php:36 ../../view/theme/diabook/theme.php:526 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 +msgid "Find" +msgstr "Căutare" + +#: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 +#: view/theme/vier/theme.php:198 +msgid "Friend Suggestions" +msgstr "Sugestii de Prietenie" + +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Interese Similare" -#: ../../include/contact_widgets.php:37 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Profil Aleatoriu" -#: ../../include/contact_widgets.php:38 ../../view/theme/diabook/theme.php:528 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Invită Prieteni" -#: ../../include/contact_widgets.php:71 -msgid "Networks" -msgstr "Rețele" +#: src/Content/Widget.php:87 src/Module/Directory.php:88 +#: view/theme/vier/theme.php:202 +msgid "Global Directory" +msgstr "Director Global" -#: ../../include/contact_widgets.php:74 -msgid "All Networks" -msgstr "Toate Reţelele" +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 +msgid "Local Directory" +msgstr "Director Local" -#: ../../include/contact_widgets.php:104 ../../include/features.php:60 +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" + +#: src/Content/Widget.php:217 +msgid "Everyone" +msgstr "" + +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 +msgid "Relationships" +msgstr "" + +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 +msgid "All Contacts" +msgstr "Toate Contactele" + +#: src/Content/Widget.php:288 +msgid "Protocols" +msgstr "Protocoale" + +#: src/Content/Widget.php:290 +msgid "All Protocols" +msgstr "Toate protocoalele" + +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Dosare Salvate" -#: ../../include/contact_widgets.php:107 ../../include/contact_widgets.php:139 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Totul" -#: ../../include/contact_widgets.php:136 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Categorii" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Caracteristici Generale" +#: src/Content/Widget.php:406 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contact în comun" +msgstr[1] "%d contacte în comun" +msgstr[2] "%d de contacte în comun" -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "Profile Multiple" +#: src/Content/Widget.php:506 +msgid "Archives" +msgstr "Arhive" -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "Capacitatea de a crea profile multiple" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "Caracteristici Compoziţie Postare" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "Editor Text Îmbogățit" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "Activare editor text îmbogățit" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "Previzualizare Postare" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Permiteți previzualizarea postărilor şi comentariilor înaintea publicării lor" - -#: ../../include/features.php:33 -msgid "Auto-mention Forums" -msgstr "Auto-menţionare Forumuri" - -#: ../../include/features.php:33 -msgid "" -"Add/remove mention when a fourm page is selected/deselected in ACL window." -msgstr "Adăugaţi/eliminaţi mențiunea când o pagină de forum este selectată/deselectată în fereastra ACL." - -#: ../../include/features.php:38 -msgid "Network Sidebar Widgets" -msgstr "Aplicaţii widget de Rețea în Bara Laterală" - -#: ../../include/features.php:39 -msgid "Search by Date" -msgstr "Căutare după Dată" - -#: ../../include/features.php:39 -msgid "Ability to select posts by date ranges" -msgstr "Abilitatea de a selecta postări după intervalele de timp" - -#: ../../include/features.php:40 -msgid "Group Filter" -msgstr "Filtru Grup" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Permiteți aplicației widget să afișeze postări din Rețea, numai din grupul selectat" - -#: ../../include/features.php:41 -msgid "Network Filter" -msgstr "Filtru Reţea" - -#: ../../include/features.php:41 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Permiteți aplicației widget să afișeze postări din Rețea, numai din rețeaua selectată" - -#: ../../include/features.php:42 -msgid "Save search terms for re-use" -msgstr "Salvați termenii de căutare pentru reutilizare" - -#: ../../include/features.php:47 -msgid "Network Tabs" -msgstr "File Reţea" - -#: ../../include/features.php:48 -msgid "Network Personal Tab" -msgstr "Filă Personală de Reţea" - -#: ../../include/features.php:48 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Permiteți filei să afişeze numai postările Reţelei cu care ați interacţionat" - -#: ../../include/features.php:49 -msgid "Network New Tab" -msgstr "Filă Nouă de Reţea" - -#: ../../include/features.php:49 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Permiteți filei să afişeze numai postările noi din Reţea (din ultimele 12 ore)" - -#: ../../include/features.php:50 -msgid "Network Shared Links Tab" -msgstr "Filă Legături Distribuite în Rețea" - -#: ../../include/features.php:50 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Permiteți filei să afişeze numai postările din Reţea ce conțin legături" - -#: ../../include/features.php:55 -msgid "Post/Comment Tools" -msgstr "Instrumente Postare/Comentariu" - -#: ../../include/features.php:56 -msgid "Multiple Deletion" -msgstr "Ştergere Multiplă" - -#: ../../include/features.php:56 -msgid "Select and delete multiple posts/comments at once" -msgstr "Selectaţi şi ştergeţi postări/comentarii multiple simultan" - -#: ../../include/features.php:57 -msgid "Edit Sent Posts" -msgstr "Editare Postări Trimise" - -#: ../../include/features.php:57 -msgid "Edit and correct posts and comments after sending" -msgstr "Editarea şi corectarea postărilor şi comentariilor după postarea lor" - -#: ../../include/features.php:58 -msgid "Tagging" -msgstr "Etichetare" - -#: ../../include/features.php:58 -msgid "Ability to tag existing posts" -msgstr "Capacitatea de a eticheta postările existente" - -#: ../../include/features.php:59 -msgid "Post Categories" -msgstr "Categorii Postări" - -#: ../../include/features.php:59 -msgid "Add categories to your posts" -msgstr "Adăugaţi categorii la postările dvs." - -#: ../../include/features.php:60 -msgid "Ability to file posts under folders" -msgstr "Capacitatea de a atribui postări în dosare" - -#: ../../include/features.php:61 -msgid "Dislike Posts" -msgstr "Respingere Postări" - -#: ../../include/features.php:61 -msgid "Ability to dislike posts/comments" -msgstr "Capacitatea de a marca postări/comentarii ca fiind neplăcute" - -#: ../../include/features.php:62 -msgid "Star Posts" -msgstr "Postări cu Steluță" - -#: ../../include/features.php:62 -msgid "Ability to mark special posts with a star indicator" -msgstr "Capacitatea de a marca posturile speciale cu o stea ca şi indicator" - -#: ../../include/features.php:63 -msgid "Mute Post Notifications" +#: src/Content/Widget.php:514 +msgid "On this date" msgstr "" -#: ../../include/features.php:63 -msgid "Ability to mute notifications for a thread" -msgstr "" +#: src/Content/Widget.php:534 +msgid "Persons" +msgstr "Persoane" -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Lipseşte URL-ul de conectare." +#: src/Content/Widget.php:535 +msgid "Organisations" +msgstr "Organizații" -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Acest site nu este configurat pentru a permite comunicarea cu alte reţele." +#: src/Content/Widget.php:536 src/Model/Contact.php:1738 +msgid "News" +msgstr "Știri" -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile." +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 +msgid "Account Types" +msgstr "Tipuri de cont" -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Adresa de profil specificată nu furnizează informații adecvate." +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 +msgid "All" +msgstr "Totul" -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Un autor sau nume nu a fost găsit." +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:466 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:167 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "Canale" -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Nici un URL de browser nu a putut fi corelat cu această adresă." +#: src/Content/Widget/CalendarExport.php:56 +msgid "Export" +msgstr "Exportare" -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email." +#: src/Content/Widget/CalendarExport.php:57 +msgid "Export calendar as ical" +msgstr "Exportă calendarul ca ical" -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email." +#: src/Content/Widget/CalendarExport.php:58 +msgid "Export calendar as csv" +msgstr "Exportă calendarul ca csv" -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Nu se pot localiza informaţiile de contact." - -#: ../../include/follow.php:258 -msgid "following" -msgstr "urmărire" - -#: ../../include/group.php:25 -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 "Un grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, potfi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit." - -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "Confidenţialitatea implicită a grupului pentru noi contacte" - -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Toată lumea" - -#: ../../include/group.php:249 -msgid "edit" -msgstr "editare" - -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Editare grup" - -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Creați un nou grup" - -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Contacte ce nu se află în orice grup" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Diverse" - -#: ../../include/datetime.php:153 ../../include/datetime.php:290 -msgid "year" -msgstr "an" - -#: ../../include/datetime.php:158 ../../include/datetime.php:291 -msgid "month" -msgstr "lună" - -#: ../../include/datetime.php:163 ../../include/datetime.php:293 -msgid "day" -msgstr "zi" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "niciodată" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "acum mai puțin de o secundă" - -#: ../../include/datetime.php:290 -msgid "years" -msgstr "ani" - -#: ../../include/datetime.php:291 -msgid "months" -msgstr "luni" - -#: ../../include/datetime.php:292 -msgid "week" -msgstr "săptămână" - -#: ../../include/datetime.php:292 -msgid "weeks" -msgstr "săptămâni" - -#: ../../include/datetime.php:293 -msgid "days" -msgstr "zile" - -#: ../../include/datetime.php:294 -msgid "hour" -msgstr "oră" - -#: ../../include/datetime.php:294 -msgid "hours" -msgstr "ore" - -#: ../../include/datetime.php:295 -msgid "minute" -msgstr "minut" - -#: ../../include/datetime.php:295 -msgid "minutes" -msgstr "minute" - -#: ../../include/datetime.php:296 -msgid "second" -msgstr "secundă" - -#: ../../include/datetime.php:296 -msgid "seconds" -msgstr "secunde" - -#: ../../include/datetime.php:305 -#, php-format -msgid "%1$d %2$s ago" -msgstr "acum %1$d %2$s" - -#: ../../include/datetime.php:477 ../../include/items.php:2211 -#, php-format -msgid "%s's birthday" -msgstr "%s's zi de naştere" - -#: ../../include/datetime.php:478 ../../include/items.php:2212 -#, php-format -msgid "Happy Birthday %s" -msgstr "La mulţi ani %s" - -#: ../../include/acl_selectors.php:333 -msgid "Visible to everybody" -msgstr "Vizibil pentru toata lumea" - -#: ../../include/acl_selectors.php:334 ../../view/theme/diabook/config.php:142 -#: ../../view/theme/diabook/theme.php:621 -msgid "show" -msgstr "afișare" - -#: ../../include/acl_selectors.php:335 ../../view/theme/diabook/config.php:142 -#: ../../view/theme/diabook/theme.php:621 -msgid "don't show" -msgstr "nu afișa" - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[fără subiect]" - -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "urmărire întreruptă" - -#: ../../include/Contact.php:228 ../../include/conversation.php:882 -msgid "Poke" -msgstr "Abordare" - -#: ../../include/Contact.php:229 ../../include/conversation.php:876 -msgid "View Status" -msgstr "Vizualizare Status" - -#: ../../include/Contact.php:230 ../../include/conversation.php:877 -msgid "View Profile" -msgstr "Vizualizare Profil" - -#: ../../include/Contact.php:231 ../../include/conversation.php:878 -msgid "View Photos" -msgstr "Vizualizare Fotografii" - -#: ../../include/Contact.php:232 ../../include/Contact.php:255 -#: ../../include/conversation.php:879 -msgid "Network Posts" -msgstr "Postări din Rețea" - -#: ../../include/Contact.php:233 ../../include/Contact.php:255 -#: ../../include/conversation.php:880 -msgid "Edit Contact" -msgstr "Edit Contact" - -#: ../../include/Contact.php:234 -msgid "Drop Contact" -msgstr "Eliminare Contact" - -#: ../../include/Contact.php:235 ../../include/Contact.php:255 -#: ../../include/conversation.php:881 -msgid "Send PM" -msgstr "Trimiteți mesaj personal" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Bine ați venit" - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Vă rugăm să încărcaţi o fotografie de profil." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Bine ați revenit" - -#: ../../include/security.php:366 -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 "Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite." - -#: ../../include/conversation.php:118 ../../include/conversation.php:246 -#: ../../include/text.php:1966 ../../view/theme/diabook/theme.php:463 -msgid "event" -msgstr "eveniment" - -#: ../../include/conversation.php:207 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s a abordat pe %2$s" - -#: ../../include/conversation.php:211 ../../include/text.php:1005 -msgid "poked" -msgstr "a fost abordat(ă)" - -#: ../../include/conversation.php:291 -msgid "post/item" -msgstr "post/element" - -#: ../../include/conversation.php:292 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s a marcat %3$s de la %2$s ca favorit" - -#: ../../include/conversation.php:772 -msgid "remove" -msgstr "eliminare" - -#: ../../include/conversation.php:776 -msgid "Delete Selected Items" -msgstr "Ștergeți Elementele Selectate" - -#: ../../include/conversation.php:875 -msgid "Follow Thread" -msgstr "Urmăriți Firul Conversației" - -#: ../../include/conversation.php:944 -#, php-format -msgid "%s likes this." -msgstr "%s apreciază aceasta." - -#: ../../include/conversation.php:944 -#, php-format -msgid "%s doesn't like this." -msgstr "%s nu apreciază aceasta." - -#: ../../include/conversation.php:949 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d persoane apreciază aceasta" - -#: ../../include/conversation.php:952 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d persoanenu apreciază aceasta" - -#: ../../include/conversation.php:966 -msgid "and" -msgstr "şi" - -#: ../../include/conversation.php:972 -#, php-format -msgid ", and %d other people" -msgstr ", şi %d alte persoane" - -#: ../../include/conversation.php:974 -#, php-format -msgid "%s like this." -msgstr "%s apreciază aceasta." - -#: ../../include/conversation.php:974 -#, php-format -msgid "%s don't like this." -msgstr "%s nu apreciază aceasta." - -#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 -msgid "Visible to everybody" -msgstr "Vizibil pentru toți" - -#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 -msgid "Please enter a video link/URL:" -msgstr "Vă rugăm să introduceți un URL/legătură pentru clip video" - -#: ../../include/conversation.php:1004 ../../include/conversation.php:1022 -msgid "Please enter an audio link/URL:" -msgstr "Vă rugăm să introduceți un URL/legătură pentru clip audio" - -#: ../../include/conversation.php:1005 ../../include/conversation.php:1023 -msgid "Tag term:" -msgstr "Termen etichetare:" - -#: ../../include/conversation.php:1007 ../../include/conversation.php:1025 -msgid "Where are you right now?" -msgstr "Unde vă aflați acum?" - -#: ../../include/conversation.php:1008 -msgid "Delete item(s)?" -msgstr "Ștergeți element(e)?" - -#: ../../include/conversation.php:1051 -msgid "Post to Email" -msgstr "Postați prin Email" - -#: ../../include/conversation.php:1056 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Conectorii au fost dezactivați, din moment ce \"%s\" este activat." - -#: ../../include/conversation.php:1111 -msgid "permissions" -msgstr "permisiuni" - -#: ../../include/conversation.php:1135 -msgid "Post to Groups" -msgstr "Postați în Grupuri" - -#: ../../include/conversation.php:1136 -msgid "Post to Contacts" -msgstr "Post către Contacte" - -#: ../../include/conversation.php:1137 -msgid "Private post" -msgstr "Articol privat" - -#: ../../include/network.php:895 -msgid "view full size" -msgstr "vezi intreaga mărime" - -#: ../../include/text.php:297 -msgid "newer" -msgstr "mai noi" - -#: ../../include/text.php:299 -msgid "older" -msgstr "mai vechi" - -#: ../../include/text.php:304 -msgid "prev" -msgstr "preced" - -#: ../../include/text.php:306 -msgid "first" -msgstr "prima" - -#: ../../include/text.php:338 -msgid "last" -msgstr "ultima" - -#: ../../include/text.php:341 -msgid "next" -msgstr "următor" - -#: ../../include/text.php:855 +#: src/Content/Widget/ContactBlock.php:79 msgid "No contacts" msgstr "Nici-un contact" -#: ../../include/text.php:864 +#: src/Content/Widget/ContactBlock.php:110 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" @@ -6377,731 +2417,1419 @@ msgstr[0] "%d Contact" msgstr[1] "%d Contacte" msgstr[2] "%d de Contacte" -#: ../../include/text.php:1005 -msgid "poke" -msgstr "abordare" +#: src/Content/Widget/ContactBlock.php:127 +msgid "View Contacts" +msgstr "Vezi Contacte" -#: ../../include/text.php:1006 -msgid "ping" -msgstr "ping" +#: src/Content/Widget/SavedSearches.php:47 +msgid "Remove term" +msgstr "Eliminare termen" -#: ../../include/text.php:1006 -msgid "pinged" -msgstr "i s-a trimis ping" +#: src/Content/Widget/SavedSearches.php:60 +msgid "Saved Searches" +msgstr "Căutări Salvate" -#: ../../include/text.php:1007 -msgid "prod" -msgstr "prod" +#: src/Content/Widget/TrendingTags.php:52 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Etichete în tendințe (ultima %d oră)" +msgstr[1] "Etichete în tendințe (ultimele %d ore)" +msgstr[2] "Etichete în tendințe (ultimele %d ore)" -#: ../../include/text.php:1007 -msgid "prodded" -msgstr "i s-a atras atenția" +#: src/Content/Widget/TrendingTags.php:53 +msgid "More Trending Tags" +msgstr "Mai multe etichete în tendințe" -#: ../../include/text.php:1008 -msgid "slap" -msgstr "plesnire" +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" -#: ../../include/text.php:1008 -msgid "slapped" -msgstr "a fost plesnit(ă)" +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "" -#: ../../include/text.php:1009 -msgid "finger" -msgstr "indicare" +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 +msgid "XMPP:" +msgstr "XMPP:" -#: ../../include/text.php:1009 -msgid "fingered" -msgstr "a fost indicat(ă)" +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 +msgid "Matrix:" +msgstr "Matrix:" -#: ../../include/text.php:1010 -msgid "rebuff" -msgstr "respingere" +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 +#: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 +#: src/Module/Profile/Profile.php:221 +msgid "Location:" +msgstr "Locaţie:" -#: ../../include/text.php:1010 -msgid "rebuffed" -msgstr "a fost respins(ă)" +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 +#: src/Module/Notifications/Introductions.php:201 +msgid "Network:" +msgstr "Reţea:" -#: ../../include/text.php:1024 -msgid "happy" -msgstr "fericit(ă)" +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 +msgid "Unfollow" +msgstr "" -#: ../../include/text.php:1025 -msgid "sad" -msgstr "trist(ă)" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" -#: ../../include/text.php:1026 -msgid "mellow" -msgstr "trist(ă)" +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 +msgid "Yourself" +msgstr "" -#: ../../include/text.php:1027 -msgid "tired" -msgstr "obosit(ă)" +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 +msgid "Mutuals" +msgstr "" -#: ../../include/text.php:1028 -msgid "perky" -msgstr "arogant(ă)" +#: src/Core/ACL.php:294 +msgid "Post to Email" +msgstr "Postați prin Email" -#: ../../include/text.php:1029 -msgid "angry" -msgstr "supărat(ă)" +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:211 +msgid "Public" +msgstr "" -#: ../../include/text.php:1030 -msgid "stupified" -msgstr "stupefiat(ă)" +#: src/Core/ACL.php:322 +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 "" -#: ../../include/text.php:1031 -msgid "puzzled" -msgstr "nedumerit(ă)" +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 +msgid "Limited/Private" +msgstr "" -#: ../../include/text.php:1032 -msgid "interested" -msgstr "interesat(ă)" +#: src/Core/ACL.php:324 +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 "" -#: ../../include/text.php:1033 -msgid "bitter" -msgstr "amarnic" +#: src/Core/ACL.php:324 +msgid "" +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "" -#: ../../include/text.php:1034 -msgid "cheerful" -msgstr "vesel(ă)" +#: src/Core/ACL.php:325 +msgid "Show to:" +msgstr "Arată către:" -#: ../../include/text.php:1035 -msgid "alive" -msgstr "plin(ă) de viață" +#: src/Core/ACL.php:326 +msgid "Except to:" +msgstr "Cu excepția:" -#: ../../include/text.php:1036 -msgid "annoyed" -msgstr "enervat(ă)" +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 +msgid "CC: email addresses" +msgstr "CC: adresă email" -#: ../../include/text.php:1037 -msgid "anxious" -msgstr "neliniştit(ă)" +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Exemplu: bob@exemplu.com, mary@exemplu.com" -#: ../../include/text.php:1038 -msgid "cranky" -msgstr "irascibil(ă)" +#: src/Core/ACL.php:329 +msgid "Connectors" +msgstr "" -#: ../../include/text.php:1039 -msgid "disturbed" -msgstr "perturbat(ă)" +#: src/Core/Installer.php:180 +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 "" -#: ../../include/text.php:1040 -msgid "frustrated" -msgstr "frustrat(ă)" +#: src/Core/Installer.php:197 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Este posibil să fie nevoie să importați manual fişierul \"database.sql\" folosind phpmyadmin sau mysql." -#: ../../include/text.php:1041 -msgid "motivated" -msgstr "motivat(ă)" +#: src/Core/Installer.php:198 src/Module/Install.php:207 +#: src/Module/Install.php:350 +msgid "Please see the file \"doc/INSTALL.md\"." +msgstr "" -#: ../../include/text.php:1042 -msgid "relaxed" -msgstr "relaxat(ă)" +#: src/Core/Installer.php:259 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului web." -#: ../../include/text.php:1043 -msgid "surprised" -msgstr "surprins(ă)" +#: src/Core/Installer.php:260 +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 "" -#: ../../include/text.php:1213 +#: src/Core/Installer.php:265 +msgid "PHP executable path" +msgstr "Calea de executare PHP" + +#: src/Core/Installer.php:265 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea." + +#: src/Core/Installer.php:270 +msgid "Command line PHP" +msgstr "linie comandă PHP" + +#: src/Core/Installer.php:279 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "Executabilul PHP nu este de formă binară php-cli (ar putea fi versiunea cgi-fgci)" + +#: src/Core/Installer.php:280 +msgid "Found PHP version: " +msgstr "Versiune PHP identificată:" + +#: src/Core/Installer.php:282 +msgid "PHP cli binary" +msgstr "Versiune binară PHP-cli" + +#: src/Core/Installer.php:295 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Versiunea liniei de comandă PHP de pe sistemul dumneavoastră nu are comanda \"register_argc_argv\" activată." + +#: src/Core/Installer.php:296 +msgid "This is required for message delivery to work." +msgstr "Aceasta este necesară pentru a funcționa livrarea de mesaje." + +#: src/Core/Installer.php:301 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: src/Core/Installer.php:333 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Eroare: funcția \"openssl_pkey_new\" de pe acest sistem nu este capabilă să genereze chei de criptare" + +#: src/Core/Installer.php:334 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Dacă rulează pe Windows, vă rugăm să consultaţi \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: src/Core/Installer.php:337 +msgid "Generate encryption keys" +msgstr "Generare chei de criptare" + +#: src/Core/Installer.php:388 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat." + +#: src/Core/Installer.php:392 +msgid "Apache mod_rewrite module" +msgstr "Modulul Apache mod_rewrite" + +#: src/Core/Installer.php:398 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:402 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: src/Core/Installer.php:405 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:426 +msgid "XML PHP module" +msgstr "" + +#: src/Core/Installer.php:429 +msgid "libCurl PHP module" +msgstr "Modulul PHP libCurl" + +#: src/Core/Installer.php:430 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat." + +#: src/Core/Installer.php:436 +msgid "GD graphics PHP module" +msgstr "Modulul PHP grafică GD" + +#: src/Core/Installer.php:437 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat." + +#: src/Core/Installer.php:443 +msgid "OpenSSL PHP module" +msgstr "Modulul PHP OpenSSL" + +#: src/Core/Installer.php:444 +msgid "Error: openssl PHP module required but not installed." +msgstr "Eroare: modulul PHP libCURL este necesar dar nu este instalat." + +#: src/Core/Installer.php:450 +msgid "mb_string PHP module" +msgstr "Modulul PHP mb_string" + +#: src/Core/Installer.php:451 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Eroare: modulul PHP mb_string este necesar dar nu este instalat." + +#: src/Core/Installer.php:457 +msgid "iconv PHP module" +msgstr "" + +#: src/Core/Installer.php:458 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:464 +msgid "POSIX PHP module" +msgstr "" + +#: src/Core/Installer.php:465 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:471 +msgid "Program execution functions" +msgstr "" + +#: src/Core/Installer.php:472 +msgid "" +"Error: Program execution functions (proc_open) required but not enabled." +msgstr "" + +#: src/Core/Installer.php:478 +msgid "JSON PHP module" +msgstr "" + +#: src/Core/Installer.php:479 +msgid "Error: JSON PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:485 +msgid "File Information PHP module" +msgstr "" + +#: src/Core/Installer.php:486 +msgid "Error: File Information PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:492 +msgid "GNU Multiple Precision PHP module" +msgstr "" + +#: src/Core/Installer.php:493 +msgid "Error: GNU Multiple Precision PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:516 +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:517 +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 "Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi." + +#: src/Core/Installer.php:518 +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:519 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"doc/INSTALL.md\" for instructions." +msgstr "" + +#: src/Core/Installer.php:522 +msgid "config/local.config.php is writable" +msgstr "" + +#: src/Core/Installer.php:542 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea." + +#: src/Core/Installer.php:543 +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 "Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica." + +#: src/Core/Installer.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar." + +#: src/Core/Installer.php:545 +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 "Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine." + +#: src/Core/Installer.php:548 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 este inscriptibil" + +#: src/Core/Installer.php:576 +msgid "" +"Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" +"dist to .htaccess." +msgstr "" + +#: src/Core/Installer.php:577 +msgid "" +"In some circumstances (like running inside containers), you can skip this " +"error." +msgstr "" + +#: src/Core/Installer.php:579 +msgid "Error message from Curl when fetching" +msgstr "" + +#: src/Core/Installer.php:585 +msgid "Url rewrite is working" +msgstr "Funcția de rescriere Url rewrite, funcţionează." + +#: src/Core/Installer.php:614 +msgid "" +"The detection of TLS to secure the communication between the browser and the" +" new Friendica server failed." +msgstr "" + +#: src/Core/Installer.php:615 +msgid "" +"It is highly encouraged to use Friendica only over a secure connection as " +"sensitive information like passwords will be transmitted." +msgstr "" + +#: src/Core/Installer.php:616 +msgid "Please ensure that the connection to the server is secure." +msgstr "" + +#: src/Core/Installer.php:617 +msgid "No TLS detected" +msgstr "" + +#: src/Core/Installer.php:619 +msgid "TLS detected" +msgstr "" + +#: src/Core/Installer.php:646 +msgid "ImageMagick PHP extension is not installed" +msgstr "" + +#: src/Core/Installer.php:648 +msgid "ImageMagick PHP extension is installed" +msgstr "" + +#: src/Core/Installer.php:650 +msgid "ImageMagick supports GIF" +msgstr "" + +#: src/Core/Installer.php:672 +msgid "Database already in use." +msgstr "" + +#: src/Core/Installer.php:677 +msgid "Could not connect to database." +msgstr "Nu se poate face conectarea cu baza de date." + +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Luni" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Marţi" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Miercuri" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Joi" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Vineri" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Sâmbătă" -#: ../../include/text.php:1213 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Duminică" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Ianuarie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Februarie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Martie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Aprilie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Mai" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Iunie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Iulie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "August" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Septembrie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Octombrie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Noiembrie" -#: ../../include/text.php:1217 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Decembrie" -#: ../../include/text.php:1437 -msgid "bytes" -msgstr "octeţi" +#: src/Core/L10n.php:513 src/Model/Event.php:422 +msgid "Mon" +msgstr "" -#: ../../include/text.php:1461 ../../include/text.php:1473 -msgid "Click to open/close" -msgstr "Apăsați pentru a deschide/închide" +#: src/Core/L10n.php:513 src/Model/Event.php:423 +msgid "Tue" +msgstr "" -#: ../../include/text.php:1702 ../../include/user.php:247 -#: ../../view/theme/duepuntozero/config.php:44 -msgid "default" -msgstr "implicit" +#: src/Core/L10n.php:513 src/Model/Event.php:424 +msgid "Wed" +msgstr "" -#: ../../include/text.php:1714 -msgid "Select an alternate language" -msgstr "Selectați o limbă alternativă" +#: src/Core/L10n.php:513 src/Model/Event.php:425 +msgid "Thu" +msgstr "" -#: ../../include/text.php:1970 -msgid "activity" -msgstr "activitate" +#: src/Core/L10n.php:513 src/Model/Event.php:426 +msgid "Fri" +msgstr "" -#: ../../include/text.php:1973 -msgid "post" -msgstr "postare" +#: src/Core/L10n.php:513 src/Model/Event.php:427 +msgid "Sat" +msgstr "" -#: ../../include/text.php:2141 -msgid "Item filed" -msgstr "Element îndosariat" +#: src/Core/L10n.php:513 src/Model/Event.php:421 +msgid "Sun" +msgstr "" -#: ../../include/bbcode.php:428 ../../include/bbcode.php:1047 -#: ../../include/bbcode.php:1048 -msgid "Image/photo" -msgstr "Imagine/fotografie" +#: src/Core/L10n.php:517 src/Model/Event.php:437 +msgid "Jan" +msgstr "Ian" -#: ../../include/bbcode.php:528 +#: src/Core/L10n.php:517 src/Model/Event.php:438 +msgid "Feb" +msgstr "Feb" + +#: src/Core/L10n.php:517 src/Model/Event.php:439 +msgid "Mar" +msgstr "Mar" + +#: src/Core/L10n.php:517 src/Model/Event.php:440 +msgid "Apr" +msgstr "Apr" + +#: src/Core/L10n.php:517 src/Model/Event.php:442 +msgid "Jun" +msgstr "Iun" + +#: src/Core/L10n.php:517 src/Model/Event.php:443 +msgid "Jul" +msgstr "Iul" + +#: src/Core/L10n.php:517 src/Model/Event.php:444 +msgid "Aug" +msgstr "Aug" + +#: src/Core/L10n.php:517 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n.php:517 src/Model/Event.php:446 +msgid "Oct" +msgstr "Oct" + +#: src/Core/L10n.php:517 src/Model/Event.php:447 +msgid "Nov" +msgstr "Noi" + +#: src/Core/L10n.php:517 src/Model/Event.php:448 +msgid "Dec" +msgstr "Dec" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 #, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" -#: ../../include/bbcode.php:562 +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 #, php-format msgid "" -"%s wrote the following post" -msgstr "%s a scris următoarea postare" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" -#: ../../include/bbcode.php:1011 ../../include/bbcode.php:1031 -msgid "$1 wrote:" -msgstr "$1 a scris:" +#: src/Core/Renderer.php:89 src/Core/Renderer.php:118 +#: src/Core/Renderer.php:147 src/Core/Renderer.php:181 +#: src/Render/FriendicaSmartyEngine.php:60 +msgid "" +"Friendica can't display this page at the moment, please contact the " +"administrator." +msgstr "Friendica nu poate afișa această pagină momentan, vă rugăm să contactați administratorul." -#: ../../include/bbcode.php:1056 ../../include/bbcode.php:1057 -msgid "Encrypted content" -msgstr "Conţinut criptat" +#: src/Core/Renderer.php:143 +msgid "template engine cannot be registered without a name." +msgstr "" -#: ../../include/notifier.php:786 ../../include/delivery.php:456 -msgid "(no subject)" -msgstr "(fără subiect)" +#: src/Core/Renderer.php:177 +msgid "template engine is not registered!" +msgstr "" -#: ../../include/notifier.php:796 ../../include/delivery.php:467 -#: ../../include/enotify.php:33 -msgid "noreply" -msgstr "nu-răspundeţi" +#: src/Core/Storage/Type/FilesystemConfig.php:78 +msgid "Storage base path" +msgstr "" -#: ../../include/dba_pdo.php:72 ../../include/dba.php:56 +#: src/Core/Storage/Type/FilesystemConfig.php:80 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "" + +#: src/Core/Storage/Type/FilesystemConfig.php:93 +msgid "Enter a valid existing folder" +msgstr "" + +#: src/Core/Update.php:80 #, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Nu se pot localiza informațiile DNS pentru serverul de bază de date '%s'" +msgid "" +"Updates from version %s are not supported. Please update at least to version" +" 2021.01 and wait until the postupdate finished version 1383." +msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Necunoscut | Fără categorie" +#: src/Core/Update.php:91 +#, php-format +msgid "" +"Updates from postupdate version %s are not supported. Please update at least" +" to version 2021.01 and wait until the postupdate finished version 1383." +msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Blocare Imediată" +#: src/Core/Update.php:183 +#, php-format +msgid "%s: executing pre update %d" +msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Dubioșii, spammerii, auto-promoterii" +#: src/Core/Update.php:225 +#, php-format +msgid "%s: executing post update %d" +msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Cunoscut mie, dar fără o opinie" +#: src/Core/Update.php:299 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Actualizarea %s a eșuat. Consultaţi jurnalele de eroare." -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, probabil inofensiv" +#: src/Core/Update.php:339 +#, 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 "" -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Cu reputație, are încrederea mea" +#: src/Core/Update.php:345 +#, php-format +msgid "The error message is\\n[pre]%s[/pre]" +msgstr "" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Săptămânal" +#: src/Core/Update.php:349 src/Core/Update.php:377 +msgid "[Friendica Notify] Database update" +msgstr "" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Lunar" +#: src/Core/Update.php:371 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\tBaza de date a Friendica a fost actualizată cu succes de la %s la %s." -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" +#: src/Database/DBStructure.php:57 +#, php-format +msgid "The database version had been set to %s." +msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" +#: src/Database/DBStructure.php:82 +#, php-format +msgid "" +"The post update is at version %d, it has to be at %d to safely drop the " +"tables." +msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" +#: src/Database/DBStructure.php:95 +msgid "No unused tables found." +msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" +#: src/Database/DBStructure.php:100 +msgid "" +"These tables are not used for friendica and will be deleted when you execute" +" \"dbstructure drop -e\":" +msgstr "" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" +#: src/Database/DBStructure.php:137 +msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." +msgstr "" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" +#: src/Database/DBStructure.php:161 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "" -#: ../../include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" +#: src/Database/DBStructure.php:164 +msgid "Errors encountered performing database changes: " +msgstr "" -#: ../../include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" +#: src/Database/DBStructure.php:232 +msgid "Another database update is currently running." +msgstr "" -#: ../../include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" +#: src/Database/DBStructure.php:236 +#, php-format +msgid "%s: Database update" +msgstr "" -#: ../../include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Conector Diaspora" +#: src/Database/DBStructure.php:493 +#, php-format +msgid "%s: updating %s table." +msgstr "" -#: ../../include/contact_selectors.php:91 -msgid "Statusnet" -msgstr "Statusnet" +#: src/Factory/Api/Mastodon/Error.php:42 +msgid "Record not found" +msgstr "" -#: ../../include/contact_selectors.php:92 -msgid "App.net" -msgstr "App.net" +#: src/Factory/Api/Mastodon/Error.php:49 +msgid "Unprocessable Entity" +msgstr "" -#: ../../include/Scrape.php:614 -msgid " on Last.fm" -msgstr "pe Last.fm" +#: src/Factory/Api/Mastodon/Error.php:56 +msgid "Unauthorized" +msgstr "" -#: ../../include/bb2diaspora.php:154 ../../include/event.php:20 +#: src/Factory/Api/Mastodon/Error.php:62 +msgid "" +"Token is not authorized with a valid user or is missing a required scope" +msgstr "" + +#: src/Factory/Api/Mastodon/Error.php:69 +msgid "Internal Server Error" +msgstr "" + +#: src/LegacyModule.php:63 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "" + +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Toată lumea" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "editare" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "adaugă" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "Modifică cercul" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "Contacte în afara oricărui cerc" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "Creează un cerc nou" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "Nume cerc:" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "Modifică cercuri" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 +#: src/Module/Notifications/Introductions.php:132 +#: src/Module/Notifications/Introductions.php:204 +msgid "Approve" +msgstr "Aprobă" + +#: src/Model/Contact.php:1734 +msgid "Organisation" +msgstr "Organizație" + +#: src/Model/Contact.php:1742 +msgid "Group" +msgstr "Grup" + +#: src/Model/Contact.php:3045 +msgid "Disallowed profile URL." +msgstr "Profil URL invalid." + +#: src/Model/Contact.php:3050 src/Module/Friendica.php:101 +msgid "Blocked domain" +msgstr "Domeniu blocat" + +#: src/Model/Contact.php:3055 +msgid "Connect URL missing." +msgstr "Lipseşte URL-ul de conectare." + +#: src/Model/Contact.php:3064 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Contactul nu a putut fi adăugat. Vă rugăm să verificați credențialele relevante în pagina Setări -> Rețele Sociale" + +#: src/Model/Contact.php:3082 +#, php-format +msgid "Expected network %s does not match actual network %s" +msgstr "" + +#: src/Model/Contact.php:3099 +msgid "The profile address specified does not provide adequate information." +msgstr "Adresa de profil specificată nu furnizează informații adecvate." + +#: src/Model/Contact.php:3101 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Nu au fost descoperite protocoale de comunicații sau fluxuri compatibile." + +#: src/Model/Contact.php:3104 +msgid "An author or name was not found." +msgstr "Un autor sau nume nu a fost găsit." + +#: src/Model/Contact.php:3107 +msgid "No browser URL could be matched to this address." +msgstr "Nici un URL de browser nu a putut fi corelat cu această adresă." + +#: src/Model/Contact.php:3110 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email." + +#: src/Model/Contact.php:3111 +msgid "Use mailto: in front of address to force email check." +msgstr "Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email." + +#: src/Model/Contact.php:3117 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site." + +#: src/Model/Contact.php:3122 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs." + +#: src/Model/Contact.php:3188 +msgid "Unable to retrieve contact information." +msgstr "Nu se pot localiza informaţiile de contact." + +#: src/Model/Event.php:54 +msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" +msgstr "" + +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Începe:" -#: ../../include/bb2diaspora.php:162 ../../include/event.php:30 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" -msgstr "Se finalizează:" +msgstr "Se termină:" -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" +#: src/Model/Event.php:419 +msgid "all-day" +msgstr "toată ziua" -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" +#: src/Model/Event.php:445 +msgid "Sept" +msgstr "Sept" -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "Zile Naştere :" +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 +#: src/Util/Temporal.php:343 +msgid "today" +msgstr "astăzi" -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Vârsta:" +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 +msgid "month" +msgstr "lună" -#: ../../include/profile_advanced.php:43 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 +msgid "week" +msgstr "săptămână" + +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 +msgid "day" +msgstr "zi" + +#: src/Model/Event.php:467 +msgid "No events to display" +msgstr "Niciun eveniment de afișat" + +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Module/Update/Profile.php:56 +msgid "Access to this profile has been restricted." +msgstr "Accesul la acest profil a fost restricţionat." + +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 +msgid "Event not found." +msgstr "Eveniment negăsit" + +#: src/Model/Event.php:637 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:664 +msgid "Edit event" +msgstr "Editează eveniment" + +#: src/Model/Event.php:665 +msgid "Duplicate event" +msgstr "Eveniment duplicat" + +#: src/Model/Event.php:666 +msgid "Delete event" +msgstr "Ștergere eveniment" + +#: src/Model/Event.php:896 src/Module/Debug/Localtime.php:38 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:897 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:898 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:964 src/Model/Event.php:966 +msgid "Show map" +msgstr "Arată harta" + +#: src/Model/Event.php:965 +msgid "Hide map" +msgstr "Ascunde harta" + +#: src/Model/Event.php:1058 #, php-format -msgid "for %1$d %2$s" -msgstr "pentru %1$d %2$s" +msgid "%s's birthday" +msgstr "Ziua de naștere a lui %s" -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "Etichete:" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Religie:" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Hobby/Interese:" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Informaţii de Contact şi Reţele Sociale:" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Preferințe muzicale:" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Cărti, literatură:" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "Programe TV:" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/cultură/divertisment:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Dragoste/Romantism:" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Loc de Muncă/Slujbă:" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "Școală/educatie:" - -#: ../../include/plugin.php:455 ../../include/plugin.php:457 -msgid "Click here to upgrade." -msgstr "Apăsați aici pentru a actualiza." - -#: ../../include/plugin.php:463 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs." - -#: ../../include/plugin.php:468 -msgid "This action is not available under your subscription plan." -msgstr "Această acţiune nu este disponibilă în planul abonamentului dvs." - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "Finalizați această sesiune" - -#: ../../include/nav.php:76 ../../include/nav.php:148 -#: ../../view/theme/diabook/theme.php:123 -msgid "Your posts and conversations" -msgstr "Postările şi conversaţiile dvs." - -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:124 -msgid "Your profile page" -msgstr "Pagina dvs. de profil" - -#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:126 -msgid "Your photos" -msgstr "Fotografiile dvs." - -#: ../../include/nav.php:79 -msgid "Your videos" -msgstr "Fișierele tale video" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:127 -msgid "Your events" -msgstr "Evenimentele dvs." - -#: ../../include/nav.php:81 ../../view/theme/diabook/theme.php:128 -msgid "Personal notes" -msgstr "Note Personale" - -#: ../../include/nav.php:81 -msgid "Your personal notes" -msgstr "Notele tale personale" - -#: ../../include/nav.php:92 -msgid "Sign in" -msgstr "Autentificare" - -#: ../../include/nav.php:105 -msgid "Home Page" -msgstr "Home Pagina" - -#: ../../include/nav.php:109 -msgid "Create an account" -msgstr "Creați un cont" - -#: ../../include/nav.php:114 -msgid "Help and documentation" -msgstr "Ajutor şi documentaţie" - -#: ../../include/nav.php:117 -msgid "Apps" -msgstr "Aplicații" - -#: ../../include/nav.php:117 -msgid "Addon applications, utilities, games" -msgstr "Suplimente la aplicații, utilitare, jocuri" - -#: ../../include/nav.php:119 -msgid "Search site content" -msgstr "Căutare în conținut site" - -#: ../../include/nav.php:129 -msgid "Conversations on this site" -msgstr "Conversaţii pe acest site" - -#: ../../include/nav.php:131 -msgid "Conversations on the network" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Directory" -msgstr "Director" - -#: ../../include/nav.php:133 -msgid "People directory" -msgstr "Director persoane" - -#: ../../include/nav.php:135 -msgid "Information" -msgstr "Informaţii" - -#: ../../include/nav.php:135 -msgid "Information about this friendica instance" -msgstr "Informaţii despre această instanță friendica" - -#: ../../include/nav.php:145 -msgid "Conversations from your friends" -msgstr "Conversaţiile prieteniilor dvs." - -#: ../../include/nav.php:146 -msgid "Network Reset" -msgstr "Resetare Reţea" - -#: ../../include/nav.php:146 -msgid "Load Network page with no filters" -msgstr "Încărcare pagina de Reţea fără filtre" - -#: ../../include/nav.php:154 -msgid "Friend Requests" -msgstr "Solicitări Prietenie" - -#: ../../include/nav.php:156 -msgid "See all notifications" -msgstr "Consultaţi toate notificările" - -#: ../../include/nav.php:157 -msgid "Mark all system notifications seen" -msgstr "Marcaţi toate notificările de sistem, ca și vizualizate" - -#: ../../include/nav.php:161 -msgid "Private mail" -msgstr "Mail privat" - -#: ../../include/nav.php:162 -msgid "Inbox" -msgstr "Mesaje primite" - -#: ../../include/nav.php:163 -msgid "Outbox" -msgstr "Căsuță de Ieșire" - -#: ../../include/nav.php:167 -msgid "Manage" -msgstr "Gestionare" - -#: ../../include/nav.php:167 -msgid "Manage other pages" -msgstr "Gestionează alte pagini" - -#: ../../include/nav.php:172 -msgid "Account settings" -msgstr "Configurări Cont" - -#: ../../include/nav.php:175 -msgid "Manage/Edit Profiles" -msgstr "Gestionare/Editare Profile" - -#: ../../include/nav.php:177 -msgid "Manage/edit friends and contacts" -msgstr "Gestionare/Editare prieteni şi contacte" - -#: ../../include/nav.php:184 -msgid "Site setup and configuration" -msgstr "Instalare şi configurare site" - -#: ../../include/nav.php:188 -msgid "Navigation" -msgstr "Navigare" - -#: ../../include/nav.php:188 -msgid "Site map" -msgstr "Hartă Site" - -#: ../../include/api.php:304 ../../include/api.php:315 -#: ../../include/api.php:416 ../../include/api.php:1063 -#: ../../include/api.php:1065 -msgid "User not found." -msgstr "Utilizatorul nu a fost găsit." - -#: ../../include/api.php:771 +#: src/Model/Event.php:1059 #, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "" +msgid "Happy Birthday %s" +msgstr "La mulţi ani, %s!" -#: ../../include/api.php:790 +#: src/Model/Item.php:2217 #, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." +msgid "%s (%s - %s): %s" msgstr "" -#: ../../include/api.php:809 +#: src/Model/Item.php:2219 #, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." +msgid "%s (%s): %s" msgstr "" -#: ../../include/api.php:1272 -msgid "There is no status with this id." -msgstr "Nu există nici-un status cu acest id." +#: src/Model/Item.php:2222 +#, php-format +msgid "Detected languages in this post:\\n%s" +msgstr "Limbi recunoscute în această postare:\\n%s" -#: ../../include/api.php:1342 -msgid "There is no conversation with this id." -msgstr "Nu există nici-o conversație cu acest id." +#: src/Model/Item.php:3170 +msgid "activity" +msgstr "activitate" -#: ../../include/api.php:1614 -msgid "Invalid request." -msgstr "Cerere invalida" - -#: ../../include/api.php:1625 -msgid "Invalid item." -msgstr "Element invalid" - -#: ../../include/api.php:1635 -msgid "Invalid action. " +#: src/Model/Item.php:3172 +msgid "comment" msgstr "" -#: ../../include/api.php:1643 -msgid "DB error" -msgstr "Eroare BD" +#: src/Model/Item.php:3175 src/Module/Post/Tag/Add.php:123 +msgid "post" +msgstr "postare" -#: ../../include/user.php:40 -msgid "An invitation is required." -msgstr "O invitaţie este necesară." +#: src/Model/Item.php:3345 +#, php-format +msgid "%s is blocked" +msgstr "%s este blocat(-ă)" -#: ../../include/user.php:45 -msgid "Invitation could not be verified." -msgstr "Invitația nu s-a putut verifica." +#: src/Model/Item.php:3347 +#, php-format +msgid "%s is ignored" +msgstr "%s este ignorat(-ă)" -#: ../../include/user.php:53 -msgid "Invalid OpenID url" -msgstr "URL OpenID invalid" +#: src/Model/Item.php:3349 +#, php-format +msgid "Content from %s is collapsed" +msgstr "Conținutul de la %s este colapsat" -#: ../../include/user.php:74 -msgid "Please enter the required information." -msgstr "Vă rugăm să introduceți informațiile solicitate." +#: src/Model/Item.php:3353 +#, php-format +msgid "Content warning: %s" +msgstr "Avertisment de conținut: %s" -#: ../../include/user.php:88 -msgid "Please use a shorter name." -msgstr "Vă rugăm să utilizaţi un nume mai scurt." +#: src/Model/Item.php:3806 +msgid "bytes" +msgstr "octeţi" -#: ../../include/user.php:90 -msgid "Name too short." -msgstr "Numele este prea scurt." +#: src/Model/Item.php:3837 +#, php-format +msgid "%2$s (%3$d%%, %1$d vote)" +msgid_plural "%2$s (%3$d%%, %1$d votes)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/user.php:105 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Acesta nu pare a fi Numele (Prenumele) dvs. complet" +#: src/Model/Item.php:3839 +#, php-format +msgid "%2$s (%1$d vote)" +msgid_plural "%2$s (%1$d votes)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/user.php:110 -msgid "Your email domain is not among those allowed on this site." -msgstr "Domeniul dvs. de email nu este printre cele permise pe acest site." +#: src/Model/Item.php:3844 +#, php-format +msgid "%d voter. Poll end: %s" +msgid_plural "%d voters. Poll end: %s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/user.php:113 -msgid "Not a valid email address." -msgstr "Nu este o adresă vaildă de email." +#: src/Model/Item.php:3846 +#, php-format +msgid "%d voter." +msgid_plural "%d voters." +msgstr[0] "%d votant." +msgstr[1] "%d votanți." +msgstr[2] "%d de votanți." -#: ../../include/user.php:126 -msgid "Cannot use that email." -msgstr "Nu se poate utiliza acest email." +#: src/Model/Item.php:3848 +#, php-format +msgid "Poll end: %s" +msgstr "Sfârșitul sondajului: %s" -#: ../../include/user.php:132 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr " \"Pseudonimul\" dvs. poate conţine numai \"a-z\", \"0-9\", \"-\",, şi \"_\", şi trebuie de asemenea să înceapă cu o literă." +#: src/Model/Item.php:3882 src/Model/Item.php:3883 +msgid "View on separate page" +msgstr "Vezi pe o pagină separată" -#: ../../include/user.php:138 ../../include/user.php:236 -msgid "Nickname is already registered. Please choose another." -msgstr "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul." +#: src/Model/Mail.php:137 src/Model/Mail.php:266 +msgid "[no subject]" +msgstr "[fără subiect]" -#: ../../include/user.php:148 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul." +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 +msgid "Wall Photos" +msgstr "Fotografii de Perete" -#: ../../include/user.php:164 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 +#: src/Module/Profile/Profile.php:285 +msgid "Edit profile" +msgstr "Editare profil" + +#: src/Model/Profile.php:367 +msgid "Change profile photo" +msgstr "Modificați Fotografia de Profil" + +#: src/Model/Profile.php:380 src/Module/Directory.php:152 +#: src/Module/Profile/Profile.php:209 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 +#: src/Module/Notifications/Introductions.php:189 +msgid "About:" +msgstr "Despre:" + +#: src/Model/Profile.php:483 +msgid "Atom feed" +msgstr "Feed Atom" + +#: src/Model/Profile.php:490 +msgid "This website has been verified to belong to the same person." +msgstr "Acest website a fost verificat ca aparținând aceleiași persoane" + +#: src/Model/Profile.php:541 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:605 src/Model/Profile.php:682 +msgid "[today]" +msgstr "[azi]" + +#: src/Model/Profile.php:614 +msgid "Birthday Reminders" +msgstr "Memento Zile naştere " + +#: src/Model/Profile.php:615 +msgid "Birthdays this week:" +msgstr "Zi;e Naştere această săptămînă:" + +#: src/Model/Profile.php:631 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:669 +msgid "[No description]" +msgstr "[Fără descriere]" + +#: src/Model/Profile.php:695 +msgid "Event Reminders" +msgstr "Memento Eveniment" + +#: src/Model/Profile.php:696 +msgid "Upcoming events the next 7 days:" +msgstr "Evenimente viitoare în următoarele 7 zile:" + +#: src/Model/Profile.php:895 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "" + +#: src/Model/Profile.php:1035 +msgid "Hometown:" +msgstr "Domiciliu:" + +#: src/Model/Profile.php:1036 +msgid "Marital Status:" +msgstr "Starea civilă:" + +#: src/Model/Profile.php:1037 +msgid "With:" +msgstr "Împreună cu:" + +#: src/Model/Profile.php:1038 +msgid "Since:" +msgstr "Începând cu:" + +#: src/Model/Profile.php:1039 +msgid "Sexual Preference:" +msgstr "Orientare Sexuală:" + +#: src/Model/Profile.php:1040 +msgid "Political Views:" +msgstr "Viziuni Politice:" + +#: src/Model/Profile.php:1041 +msgid "Religious Views:" +msgstr "Viziuni Religioase:" + +#: src/Model/Profile.php:1042 +msgid "Likes:" +msgstr "Îmi place:" + +#: src/Model/Profile.php:1043 +msgid "Dislikes:" +msgstr "Nu-mi place:" + +#: src/Model/Profile.php:1044 +msgid "Title/Description:" +msgstr "Titlu/Descriere" + +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 +#: src/Module/Moderation/Summary.php:77 +msgid "Summary" +msgstr "Sumar" + +#: src/Model/Profile.php:1046 +msgid "Musical interests" +msgstr "Preferințe muzicale" + +#: src/Model/Profile.php:1047 +msgid "Books, literature" +msgstr "Cărti, literatură" + +#: src/Model/Profile.php:1048 +msgid "Television" +msgstr "Programe TV" + +#: src/Model/Profile.php:1049 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultură/divertisment" + +#: src/Model/Profile.php:1050 +msgid "Hobbies/Interests" +msgstr "Hobby/Interese" + +#: src/Model/Profile.php:1051 +msgid "Love/romance" +msgstr "Dragoste/romantism" + +#: src/Model/Profile.php:1052 +msgid "Work/employment" +msgstr "Loc de Muncă/Slujbă" + +#: src/Model/Profile.php:1053 +msgid "School/education" +msgstr "Școală/educație" + +#: src/Model/Profile.php:1054 +msgid "Contact information and Social Networks" +msgstr "Informaţii de Contact şi Reţele Sociale" + +#: src/Model/User.php:225 src/Model/User.php:1281 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "EROARE GRAVĂ: Generarea de chei de securitate a eşuat." -#: ../../include/user.php:222 +#: src/Model/User.php:715 src/Model/User.php:748 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:780 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:901 +msgid "Password can't be empty" +msgstr "Parola nu poate fi goală" + +#: src/Model/User.php:943 +msgid "Empty passwords are not allowed." +msgstr "Parolele goale nu sunt permise." + +#: src/Model/User.php:947 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: src/Model/User.php:951 +msgid "The password length is limited to 72 characters." +msgstr "Lungimea parolei este limitată la 72 de caractere." + +#: src/Model/User.php:955 +msgid "The password can't contain white spaces nor accentuated letters" +msgstr "Parola nu poate conține spații goale sau litere accentuate" + +#: src/Model/User.php:1164 +msgid "Passwords do not match. Password unchanged." +msgstr "Parolele nu coincid. Parolă neschimbată." + +#: src/Model/User.php:1171 +msgid "An invitation is required." +msgstr "O invitaţie este necesară." + +#: src/Model/User.php:1175 +msgid "Invitation could not be verified." +msgstr "Invitația nu s-a putut verifica." + +#: src/Model/User.php:1183 +msgid "Invalid OpenID url" +msgstr "URL OpenID invalid" + +#: src/Model/User.php:1196 src/Security/Authentication.php:241 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Am întâmpinat o problemă în timpul autentificării cu datele OpenID pe care le-ați furnizat." + +#: src/Model/User.php:1196 src/Security/Authentication.php:241 +msgid "The error message was:" +msgstr "Mesajul de eroare a fost:" + +#: src/Model/User.php:1202 +msgid "Please enter the required information." +msgstr "Vă rugăm să introduceți informațiile solicitate." + +#: src/Model/User.php:1216 +#, 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:1223 +#, php-format +msgid "Username should be at least %s character." +msgid_plural "Username should be at least %s characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Model/User.php:1227 +#, php-format +msgid "Username should be at most %s character." +msgid_plural "Username should be at most %s characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Model/User.php:1235 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Acesta nu pare a fi Numele (Prenumele) dvs. complet" + +#: src/Model/User.php:1240 +msgid "Your email domain is not among those allowed on this site." +msgstr "Domeniul dvs. de email nu este printre cele permise pe acest site." + +#: src/Model/User.php:1244 +msgid "Not a valid email address." +msgstr "Nu este o adresă vaildă de email." + +#: src/Model/User.php:1247 +msgid "The nickname was blocked from registration by the nodes admin." +msgstr "" + +#: src/Model/User.php:1251 src/Model/User.php:1257 +msgid "Cannot use that email." +msgstr "Nu se poate utiliza acest email." + +#: src/Model/User.php:1263 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Pseudonimul dumneavoastră poate conținu numai a-z, 0-9 și _." + +#: src/Model/User.php:1271 src/Model/User.php:1328 +msgid "Nickname is already registered. Please choose another." +msgstr "Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul." + +#: src/Model/User.php:1315 src/Model/User.php:1319 msgid "An error occurred during registration. Please try again." msgstr "A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați." -#: ../../include/user.php:257 +#: src/Model/User.php:1342 msgid "An error occurred creating your default profile. Please try again." msgstr "A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați." -#: ../../include/user.php:289 ../../include/user.php:293 -#: ../../include/profile_selectors.php:42 +#: src/Model/User.php:1349 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:1354 msgid "Friends" msgstr "Prieteni" -#: ../../include/user.php:377 +#: src/Model/User.php:1358 +msgid "" +"An error occurred creating your default contact circle. Please try again." +msgstr "" + +#: src/Model/User.php:1402 +msgid "Profile Photos" +msgstr "Poze profil" + +#: src/Model/User.php:1582 #, php-format msgid "" "\n" "\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" +"\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: ../../include/user.php:381 +#: src/Model/User.php:1585 #, php-format msgid "" "\n" "\t\tThe login details are as follows:\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t%1$s\n" -"\t\t\tPassword:\t%5$s\n" +"\n" +"\t\tSite Location:\t%1$s\n" +"\t\tLogin Name:\t\t%2$s\n" +"\t\tPassword:\t\t%3$s\n" "\n" "\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\tin.\n" @@ -7111,581 +3839,7736 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" "\t\tyou to make some new and interesting friends.\n" "\n" +"\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" -"\t\tThank you and welcome to %2$s." +"\t\tThank you and welcome to %4$s." msgstr "" -#: ../../include/diaspora.php:703 -msgid "Sharing notification from Diaspora network" -msgstr "Partajarea notificării din reţeaua Diaspora" +#: src/Model/User.php:1617 src/Model/User.php:1723 +#, php-format +msgid "Registration details for %s" +msgstr "Detaliile de înregistrare pentru %s" -#: ../../include/diaspora.php:2520 -msgid "Attachments:" -msgstr "Atașări:" +#: src/Model/User.php:1637 +#, 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 "" -#: ../../include/items.php:4555 -msgid "Do you really want to delete this item?" -msgstr "Sigur doriți să ștergeți acest element?" +#: src/Model/User.php:1656 +#, php-format +msgid "Registration at %s" +msgstr "" -#: ../../include/items.php:4778 -msgid "Archives" -msgstr "Arhive" +#: src/Model/User.php:1680 +#, 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 "" -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Bărbat" +#: src/Model/User.php:1688 +#, 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 adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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/settings/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Femeie" +#: src/Model/User.php:1750 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "În prezent Bărbat" +#: src/Module/Admin/Addons/Details.php:65 +msgid "Addon not found." +msgstr "Supliment negăsit." -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "În prezent Femeie" +#: src/Module/Admin/Addons/Details.php:76 src/Module/Admin/Addons/Index.php:49 +#, php-format +msgid "Addon %s disabled." +msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Mai mult Bărbat" +#: src/Module/Admin/Addons/Details.php:79 src/Module/Admin/Addons/Index.php:51 +#, php-format +msgid "Addon %s enabled." +msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Mai mult Femeie" +#: src/Module/Admin/Addons/Details.php:88 +#: src/Module/Admin/Themes/Details.php:46 +msgid "Disable" +msgstr "Dezactivează" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transsexual" +#: src/Module/Admin/Addons/Details.php:91 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 +msgid "Enable" +msgstr "Activează" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersexual" +#: src/Module/Admin/Addons/Details.php:111 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:218 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:449 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 +#: src/Module/Admin/Themes/Details.php:90 +#: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 +#: src/Module/Moderation/Users/Create.php:61 +#: src/Module/Moderation/Users/Pending.php:96 +msgid "Administration" +msgstr "Administrare" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transsexual" +#: src/Module/Admin/Addons/Details.php:112 +#: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 +#: src/Module/BaseSettings.php:139 +msgid "Addons" +msgstr "Suplimente" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodit" +#: src/Module/Admin/Addons/Details.php:113 +#: src/Module/Admin/Themes/Details.php:92 +msgid "Toggle" +msgstr "Comutare" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Neutru" +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 +msgid "Author: " +msgstr "Autor: " -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Non-specific" +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 +msgid "Maintainer: " +msgstr "Responsabil:" -#: ../../include/profile_selectors.php:6 +#: src/Module/Admin/Addons/Index.php:42 +msgid "Addons reloaded" +msgstr "" + +#: src/Module/Admin/Addons/Index.php:53 +#, php-format +msgid "Addon %s failed to install." +msgstr "Suplimentul %s nu s-a putut instala." + +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:452 +#: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 +#: src/Module/Settings/Features.php:76 +msgid "Save Settings" +msgstr "Salvare Configurări" + +#: src/Module/Admin/Addons/Index.php:70 +msgid "Reload active addons" +msgstr "Reîncarcă suplimentele active" + +#: src/Module/Admin/Addons/Index.php:74 +#, 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 "" + +#: src/Module/Admin/DBSync.php:51 +msgid "Update has been marked successful" +msgstr "Actualizarea a fost marcată cu succes" + +#: src/Module/Admin/DBSync.php:59 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Actualizarea structurii bazei de date %s a fost aplicată cu succes." + +#: src/Module/Admin/DBSync.php:61 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "" + +#: src/Module/Admin/DBSync.php:76 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Executarea %s a eșuat cu eroarea : %s" + +#: src/Module/Admin/DBSync.php:78 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Actualizarea %s a fost aplicată cu succes." + +#: src/Module/Admin/DBSync.php:81 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit." + +#: src/Module/Admin/DBSync.php:84 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "" + +#: src/Module/Admin/DBSync.php:105 +msgid "No failed updates." +msgstr "Nici-o actualizare eșuată." + +#: src/Module/Admin/DBSync.php:106 +msgid "Check database structure" +msgstr "Verifică structura bazei de date" + +#: src/Module/Admin/DBSync.php:110 +msgid "Failed Updates" +msgstr "Actualizări Eșuate" + +#: src/Module/Admin/DBSync.php:111 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status." + +#: src/Module/Admin/DBSync.php:112 +msgid "Mark success (if update was manually applied)" +msgstr "Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)" + +#: src/Module/Admin/DBSync.php:113 +msgid "Attempt to execute this update step automatically" +msgstr "Se încearcă executarea automată a acestei etape de actualizare" + +#: src/Module/Admin/Features.php:76 +#, php-format +msgid "Lock feature %s" +msgstr "" + +#: src/Module/Admin/Features.php:84 +msgid "Manage Additional Features" +msgstr "" + +#: src/Module/Admin/Federation.php:80 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Alta" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Indecisă" +#: src/Module/Admin/Federation.php:158 src/Module/Admin/Federation.php:407 +msgid "unknown" +msgstr "necunoscut" -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Bărbați" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Femei" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Gay" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbiană" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Fără Preferințe" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Bisexual" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autosexual" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Abstinent(ă)" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Virgin(ă)" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Deviant" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetish" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "La grămadă" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Nonsexual" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Necăsătorit(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Singur(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Disponibil(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Indisponibil(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Îndrăgostit(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Îndrăgostit(ă) nebunește" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Am întâlniri" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Infidel(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Dependent(ă) de Sex" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Prietenii/Prestaţii" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Ocazional" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Cuplat" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Căsătorit(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Căsătorit(ă) imaginar" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Parteneri" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "În conviețuire" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "Drept Comun" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Fericit(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Nu caut" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Swinger" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Înșelat(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "Separat(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Instabil(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Divorţat(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Divorţat(ă) imaginar" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Văduv(ă)" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Incert" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "E complicat" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Nu-mi pasă" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Întreabă-mă" - -#: ../../include/enotify.php:18 -msgid "Friendica Notification" -msgstr "Notificare Friendica" - -#: ../../include/enotify.php:21 -msgid "Thank You," -msgstr "Vă mulțumim," - -#: ../../include/enotify.php:23 +#: src/Module/Admin/Federation.php:191 #, php-format -msgid "%s Administrator" -msgstr "%s Administrator" +msgid "%2$s total system" +msgid_plural "%2$s total systems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:64 +#: src/Module/Admin/Federation.php:192 #, php-format -msgid "%s " -msgstr "%s " +msgid "%2$s active user last month" +msgid_plural "%2$s active users last month" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:68 +#: src/Module/Admin/Federation.php:193 #, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notificare] Mail nou primit la %s" +msgid "%2$s active user last six months" +msgid_plural "%2$s active users last six months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:70 +#: src/Module/Admin/Federation.php:194 #, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s v-a trimis un nou mesaj privat la %2$s." +msgid "%2$s registered user" +msgid_plural "%2$s registered users" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:71 +#: src/Module/Admin/Federation.php:195 #, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s v-a trimis %2$s" +msgid "%2$s locally created post or comment" +msgid_plural "%2$s locally created posts and comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:71 -msgid "a private message" -msgstr "un mesaj privat" - -#: ../../include/enotify.php:72 +#: src/Module/Admin/Federation.php:198 #, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la mesaje private." +msgid "%2$s post per user" +msgid_plural "%2$s posts per user" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:124 +#: src/Module/Admin/Federation.php:203 #, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s a comentat la [url=%2$s]a %3$s[/url]" +msgid "%2$s user per system" +msgid_plural "%2$s users per system" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:131 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s a comentat la [url=%2$s]%4$s postat de %3$s[/url]" - -#: ../../include/enotify.php:139 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s a comentat la [url=%2$s]%3$s dvs.[/url]" - -#: ../../include/enotify.php:149 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notificare] Comentariu la conversaţia #%1$d postată de %2$s" - -#: ../../include/enotify.php:150 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s a comentat la un element/conversaţie pe care o urmăriți." - -#: ../../include/enotify.php:153 ../../include/enotify.php:168 -#: ../../include/enotify.php:181 ../../include/enotify.php:194 -#: ../../include/enotify.php:212 ../../include/enotify.php:225 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la conversație." - -#: ../../include/enotify.php:160 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notificare] %s a postat pe peretele dvs. de profil" - -#: ../../include/enotify.php:162 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s a postat pe peretele dvs. de profil la %2$s" - -#: ../../include/enotify.php:164 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s a postat pe [url=%2$s]peretele dvs.[/url]" - -#: ../../include/enotify.php:175 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notificare] %s v-a etichetat" - -#: ../../include/enotify.php:176 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s v-a etichetat la %2$s" - -#: ../../include/enotify.php:177 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]v-a etichetat[/url]." - -#: ../../include/enotify.php:188 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "[Friendica:Notificare] %s a distribuit o nouă postare" - -#: ../../include/enotify.php:189 -#, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "%1$s a distribuit o nouă postare la %2$s" - -#: ../../include/enotify.php:190 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "%1$s [url=%2$s] a distribuit o postare[/url]." - -#: ../../include/enotify.php:202 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notificare] %1$s v-a abordat" - -#: ../../include/enotify.php:203 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s v-a abordat la %2$s" - -#: ../../include/enotify.php:204 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]v-a abordat[/url]." - -#: ../../include/enotify.php:219 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notificare] %s v-a etichetat postarea" - -#: ../../include/enotify.php:220 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$sv-a etichetat postarea la %2$s" - -#: ../../include/enotify.php:221 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s a etichetat [url=%2$s]postarea dvs.[/url]" - -#: ../../include/enotify.php:232 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notificare] Prezentare primită" - -#: ../../include/enotify.php:233 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Aţi primit o prezentare de la '%1$s' at %2$s" - -#: ../../include/enotify.php:234 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Aţi primit [url=%1$s]o prezentare[/url] de la %2$s." - -#: ../../include/enotify.php:237 ../../include/enotify.php:279 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Le puteți vizita profilurile, online pe %s" - -#: ../../include/enotify.php:239 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge prezentarea." - -#: ../../include/enotify.php:247 -msgid "[Friendica:Notify] A new person is sharing with you" +#: src/Module/Admin/Federation.php:213 +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 "" -#: ../../include/enotify.php:248 ../../include/enotify.php:249 -#, php-format -msgid "%1$s is sharing with you at %2$s" -msgstr "%1$s împărtăşeşte cu dvs. la %2$s" +#: src/Module/Admin/Federation.php:219 src/Module/BaseAdmin.php:87 +msgid "Federation Statistics" +msgstr "Statistici federație" -#: ../../include/enotify.php:255 -msgid "[Friendica:Notify] You have a new follower" -msgstr "[Friendica:Notify] Aveţi un nou susținător la" - -#: ../../include/enotify.php:256 ../../include/enotify.php:257 -#, php-format -msgid "You have a new follower at %2$s : %1$s" -msgstr "Aveţi un nou susținător la %2$s : %1$s" - -#: ../../include/enotify.php:270 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notificare] Ați primit o sugestie de prietenie" - -#: ../../include/enotify.php:271 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "Ați primit o sugestie de prietenie de la '%1$s' la %2$s" - -#: ../../include/enotify.php:272 +#: src/Module/Admin/Federation.php:223 #, php-format msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "Aţi primit [url=%1$s]o sugestie de prietenie[/url] pentru %2$s de la %3$s." +"Currently this node is aware of %2$s node (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " +"following platforms:" +msgid_plural "" +"Currently this node is aware of %2$s nodes (%3$s active users last month, " +"%4$s active users last six months, %5$s registered users in total) from the " +"following platforms:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../include/enotify.php:277 -msgid "Name:" -msgstr "Nume:" - -#: ../../include/enotify.php:278 -msgid "Photo:" -msgstr "Foto:" - -#: ../../include/enotify.php:281 +#: src/Module/Admin/Logs/Settings.php:47 #, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge sugestia." - -#: ../../include/enotify.php:289 ../../include/enotify.php:302 -msgid "[Friendica:Notify] Connection accepted" -msgstr "[Friendica:Notificare] Conectare acceptată" - -#: ../../include/enotify.php:290 ../../include/enotify.php:303 -#, php-format -msgid "'%1$s' has acepted your connection request at %2$s" +msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: ../../include/enotify.php:291 ../../include/enotify.php:304 -#, php-format -msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +#: src/Module/Admin/Logs/Settings.php:77 +msgid "PHP log currently enabled." msgstr "" -#: ../../include/enotify.php:294 +#: src/Module/Admin/Logs/Settings.php:79 +msgid "PHP log currently disabled." +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 +#: src/Module/BaseAdmin.php:103 +msgid "Logs" +msgstr "Jurnale" + +#: src/Module/Admin/Logs/Settings.php:88 +msgid "Clear" +msgstr "Curăţă" + +#: src/Module/Admin/Logs/Settings.php:91 +msgid "Enable Debugging" +msgstr "Activează Depanarea" + +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:480 msgid "" -"You are now mutual friends and may exchange status updates, photos, and email\n" -"\twithout restriction." +"Read-only because it is set by an environment variable" msgstr "" -#: ../../include/enotify.php:297 ../../include/enotify.php:311 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." +#: src/Module/Admin/Logs/Settings.php:92 +msgid "Log file" +msgstr "Fişier Log " + +#: src/Module/Admin/Logs/Settings.php:92 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Trebuie să fie inscriptibil pentru serverul web. Relativ la directorul dumneavoastră superior Friendica." + +#: src/Module/Admin/Logs/Settings.php:93 +msgid "Log level" +msgstr "Nivel log" + +#: src/Module/Admin/Logs/Settings.php:95 +msgid "PHP logging" +msgstr "Jurnalizare PHP" + +#: src/Module/Admin/Logs/Settings.php:96 +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 "" -#: ../../include/enotify.php:307 +#: src/Module/Admin/Logs/View.php:70 #, 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." +"Error trying to open %1$s log file.
    Check to see if " +"file %1$s exist and is readable." msgstr "" -#: ../../include/enotify.php:309 +#: src/Module/Admin/Logs/View.php:79 #, php-format msgid "" -"'%1$s' may choose to extend this into a two-way or more permissive " -"relationship in the future. " +"Couldn't open %1$s log file.
    Check to see if file %1$s " +"is readable." msgstr "" -#: ../../include/enotify.php:322 -msgid "[Friendica System:Notify] registration request" +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 +msgid "View Logs" +msgstr "Vezi jurnale" + +#: src/Module/Admin/Logs/View.php:87 +msgid "Search in logs" +msgstr "Caută în jurnale" + +#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Notifications/Notifications.php:140 +msgid "Show all" msgstr "" -#: ../../include/enotify.php:323 +#: src/Module/Admin/Logs/View.php:89 +msgid "Date" +msgstr "" + +#: src/Module/Admin/Logs/View.php:90 +msgid "Level" +msgstr "" + +#: src/Module/Admin/Logs/View.php:91 +msgid "Context" +msgstr "" + +#: src/Module/Admin/Logs/View.php:93 +msgid "ALL" +msgstr "" + +#: src/Module/Admin/Logs/View.php:94 +msgid "View details" +msgstr "" + +#: src/Module/Admin/Logs/View.php:95 +msgid "Click to view details" +msgstr "" + +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 +msgid "Event details" +msgstr "Detalii eveniment" + +#: src/Module/Admin/Logs/View.php:97 +msgid "Data" +msgstr "" + +#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Debug/ActivityPubConversion.php:57 +msgid "Source" +msgstr "" + +#: src/Module/Admin/Logs/View.php:99 +msgid "File" +msgstr "" + +#: src/Module/Admin/Logs/View.php:100 +msgid "Line" +msgstr "Linie" + +#: src/Module/Admin/Logs/View.php:101 +msgid "Function" +msgstr "Funcție" + +#: src/Module/Admin/Logs/View.php:102 +msgid "UID" +msgstr "UID" + +#: src/Module/Admin/Logs/View.php:103 +msgid "Process ID" +msgstr "ID proces" + +#: src/Module/Admin/Logs/View.php:104 +msgid "Close" +msgstr "" + +#: src/Module/Admin/Queue.php:50 +msgid "Inspect Deferred Worker Queue" +msgstr "" + +#: src/Module/Admin/Queue.php:51 +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:54 +msgid "Inspect Worker Queue" +msgstr "" + +#: src/Module/Admin/Queue.php:55 +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:75 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:76 +msgid "Command" +msgstr "Comandă" + +#: src/Module/Admin/Queue.php:77 +msgid "Job Parameters" +msgstr "" + +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 +msgid "Created" +msgstr "" + +#: src/Module/Admin/Queue.php:79 +msgid "Priority" +msgstr "Prioritate" + +#: src/Module/Admin/Site.php:240 #, php-format -msgid "You've received a registration request from '%1$s' at %2$s" +msgid "%s is no valid input for maximum image size" msgstr "" -#: ../../include/enotify.php:324 +#: src/Module/Admin/Site.php:364 src/Module/Settings/Display.php:215 +msgid "No special theme for mobile devices" +msgstr "Nici-o temă specială pentru dispozitive mobile" + +#: src/Module/Admin/Site.php:381 src/Module/Settings/Display.php:225 #, php-format -msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgid "%s - (Experimental)" msgstr "" -#: ../../include/enotify.php:327 -#, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +#: src/Module/Admin/Site.php:393 +msgid "No community page" msgstr "" -#: ../../include/enotify.php:330 +#: src/Module/Admin/Site.php:394 +msgid "No community page for visitors" +msgstr "" + +#: src/Module/Admin/Site.php:395 +msgid "Public postings from users of this site" +msgstr "Postări publice de la utilizatorii acestui site" + +#: src/Module/Admin/Site.php:396 +msgid "Public postings from the federated network" +msgstr "Postări publice din rețeaua federată" + +#: src/Module/Admin/Site.php:397 +msgid "Public postings from local users and the federated network" +msgstr "Postări publice atât de la utilizatori locali, cât și de la rețeaua federată" + +#: src/Module/Admin/Site.php:403 +msgid "Multi user instance" +msgstr "Instanţă utilizatori multipli" + +#: src/Module/Admin/Site.php:426 +msgid "Closed" +msgstr "Inchis" + +#: src/Module/Admin/Site.php:427 +msgid "Requires approval" +msgstr "Necesită aprobarea" + +#: src/Module/Admin/Site.php:428 +msgid "Open" +msgstr "Deschide" + +#: src/Module/Admin/Site.php:432 +msgid "Don't check" +msgstr "" + +#: src/Module/Admin/Site.php:433 +msgid "check the stable version" +msgstr "" + +#: src/Module/Admin/Site.php:434 +msgid "check the development version" +msgstr "" + +#: src/Module/Admin/Site.php:438 +msgid "none" +msgstr "" + +#: src/Module/Admin/Site.php:439 +msgid "Local contacts" +msgstr "" + +#: src/Module/Admin/Site.php:440 +msgid "Interactors" +msgstr "" + +#: src/Module/Admin/Site.php:450 src/Module/BaseAdmin.php:90 +msgid "Site" +msgstr "Site" + +#: src/Module/Admin/Site.php:451 +msgid "General Information" +msgstr "Informații generale" + +#: src/Module/Admin/Site.php:453 +msgid "Republish users to directory" +msgstr "" + +#: src/Module/Admin/Site.php:454 src/Module/Register.php:152 +msgid "Registration" +msgstr "Registratură" + +#: src/Module/Admin/Site.php:455 +msgid "File upload" +msgstr "Fişier incărcat" + +#: src/Module/Admin/Site.php:456 +msgid "Policies" +msgstr "Politici" + +#: src/Module/Admin/Site.php:457 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 +msgid "Advanced" +msgstr "Avansat" + +#: src/Module/Admin/Site.php:458 +msgid "Auto Discovered Contact Directory" +msgstr "" + +#: src/Module/Admin/Site.php:459 +msgid "Performance" +msgstr "Performanţă" + +#: src/Module/Admin/Site.php:460 +msgid "Worker" +msgstr "" + +#: src/Module/Admin/Site.php:461 +msgid "Message Relay" +msgstr "" + +#: src/Module/Admin/Site.php:462 +msgid "" +"Use the command \"console relay\" in the command line to add or remove " +"relays." +msgstr "" + +#: src/Module/Admin/Site.php:463 +msgid "The system is not subscribed to any relays at the moment." +msgstr "Sistemul nu este abonat momentan la niciun releu." + +#: src/Module/Admin/Site.php:464 +msgid "The system is currently subscribed to the following relays:" +msgstr "Sistemul este abonat în mod curent la următoarele relee:" + +#: src/Module/Admin/Site.php:467 +msgid "Relocate Node" +msgstr "" + +#: src/Module/Admin/Site.php:468 +msgid "" +"Relocating your node enables you to change the DNS domain of this node and " +"keep all the existing users and posts. This process takes a while and can " +"only be started from the relocate console command like this:" +msgstr "" + +#: src/Module/Admin/Site.php:469 +msgid "(Friendica directory)# bin/console relocate https://newdomain.com" +msgstr "" + +#: src/Module/Admin/Site.php:472 +msgid "Site name" +msgstr "Nume site" + +#: src/Module/Admin/Site.php:473 +msgid "Sender Email" +msgstr "" + +#: src/Module/Admin/Site.php:473 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "" + +#: src/Module/Admin/Site.php:474 +msgid "Name of the system actor" +msgstr "" + +#: src/Module/Admin/Site.php:474 +msgid "" +"Name of the internal system account that is used to perform ActivityPub " +"requests. This must be an unused username. If set, this can't be changed " +"again." +msgstr "" + +#: src/Module/Admin/Site.php:475 +msgid "Banner/Logo" +msgstr "Baner/Logo" + +#: src/Module/Admin/Site.php:476 +msgid "Email Banner/Logo" +msgstr "" + +#: src/Module/Admin/Site.php:477 +msgid "Shortcut icon" +msgstr "" + +#: src/Module/Admin/Site.php:477 +msgid "Link to an icon that will be used for browsers." +msgstr "" + +#: src/Module/Admin/Site.php:478 +msgid "Touch icon" +msgstr "" + +#: src/Module/Admin/Site.php:478 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "" + +#: src/Module/Admin/Site.php:479 +msgid "Additional Info" +msgstr "Informaţii suplimentare" + +#: src/Module/Admin/Site.php:479 #, php-format -msgid "Please visit %s to approve or reject the request." -msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea." +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "" -#: ../../include/oembed.php:212 -msgid "Embedded content" -msgstr "Conţinut încorporat" +#: src/Module/Admin/Site.php:480 +msgid "System language" +msgstr "Limbă System l" -#: ../../include/oembed.php:221 -msgid "Embedding disabled" -msgstr "Încorporarea conținuturilor este dezactivată" +#: src/Module/Admin/Site.php:481 +msgid "System theme" +msgstr "Temă System " -#: ../../include/uimport.php:94 +#: src/Module/Admin/Site.php:481 +#, php-format +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "" + +#: src/Module/Admin/Site.php:482 +msgid "Mobile system theme" +msgstr "Temă sisteme mobile" + +#: src/Module/Admin/Site.php:482 +msgid "Theme for mobile devices" +msgstr "Temă pentru dispozitivele mobile" + +#: src/Module/Admin/Site.php:483 +msgid "Force SSL" +msgstr "Forțează SSL" + +#: src/Module/Admin/Site.php:483 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "" + +#: src/Module/Admin/Site.php:484 +msgid "Show help entry from navigation menu" +msgstr "" + +#: src/Module/Admin/Site.php:484 +msgid "" +"Displays the menu entry for the Help pages from the navigation menu. It is " +"always accessible by calling /help directly." +msgstr "" + +#: src/Module/Admin/Site.php:485 +msgid "Single user instance" +msgstr "Instanţă cu un singur utilizator" + +#: src/Module/Admin/Site.php:485 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv" + +#: src/Module/Admin/Site.php:487 +msgid "Maximum image size" +msgstr "Maxim mărime imagine" + +#: src/Module/Admin/Site.php:487 +#, php-format +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" +msgstr "" + +#: src/Module/Admin/Site.php:491 +msgid "Maximum image length" +msgstr "Dimensiunea maximă a imaginii" + +#: src/Module/Admin/Site.php:491 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite." + +#: src/Module/Admin/Site.php:492 +msgid "JPEG image quality" +msgstr "Calitate imagine JPEG " + +#: src/Module/Admin/Site.php:492 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă." + +#: src/Module/Admin/Site.php:494 +msgid "Register policy" +msgstr "Politici inregistrare " + +#: src/Module/Admin/Site.php:495 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:495 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:496 +msgid "Maximum Daily Registrations" +msgstr "Înregistrări Zilnice Maxime" + +#: src/Module/Admin/Site.php:496 +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 "Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect." + +#: src/Module/Admin/Site.php:497 +msgid "Register text" +msgstr "Text înregistrare" + +#: src/Module/Admin/Site.php:497 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Va fi afișat în mod proeminent pe pagina de înregistrare. Puteți folosi BBCode aici." + +#: src/Module/Admin/Site.php:498 +msgid "Forbidden Nicknames" +msgstr "Pseudonime interzise" + +#: src/Module/Admin/Site.php:498 +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:499 +msgid "Accounts abandoned after x days" +msgstr "Conturi abandonate după x zile" + +#: src/Module/Admin/Site.php:499 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp." + +#: src/Module/Admin/Site.php:500 +msgid "Allowed friend domains" +msgstr "Domenii prietene permise" + +#: src/Module/Admin/Site.php:500 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Lista cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu" + +#: src/Module/Admin/Site.php:501 +msgid "Allowed email domains" +msgstr "Domenii de email, permise" + +#: src/Module/Admin/Site.php:501 +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 "Lista cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu" + +#: src/Module/Admin/Site.php:502 +msgid "No OEmbed rich content" +msgstr "" + +#: src/Module/Admin/Site.php:502 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: src/Module/Admin/Site.php:503 +msgid "Trusted third-party domains" +msgstr "Domenii terțe de încredere" + +#: src/Module/Admin/Site.php:503 +msgid "" +"Comma separated list of domains from which content is allowed to be embedded" +" in posts like with OEmbed. All sub-domains of the listed domains are " +"allowed as well." +msgstr "" + +#: src/Module/Admin/Site.php:504 +msgid "Block public" +msgstr "Blocare acces public" + +#: src/Module/Admin/Site.php:504 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat." + +#: src/Module/Admin/Site.php:505 +msgid "Force publish" +msgstr "Forțează publicarea" + +#: src/Module/Admin/Site.php:505 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului." + +#: src/Module/Admin/Site.php:505 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "Activarea acestei opțiuni poate viola legi dedicate intimității precum GDPR" + +#: src/Module/Admin/Site.php:506 +msgid "Global directory URL" +msgstr "URL director global" + +#: src/Module/Admin/Site.php:506 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL către directorul global. Dacă aceasta nu este setată, directorul global este complet indisponibil aplicației." + +#: src/Module/Admin/Site.php:507 +msgid "Private posts by default for new users" +msgstr "Postările private, ca implicit pentru utilizatori noi" + +#: src/Module/Admin/Site.php:507 +msgid "" +"Set default post permissions for all new members to the default privacy " +"circle rather than public." +msgstr "" + +#: src/Module/Admin/Site.php:508 +msgid "Don't include post content in email notifications" +msgstr "Nu include conţinutul postării în notificările prin email" + +#: src/Module/Admin/Site.php:508 +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 "Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate." + +#: src/Module/Admin/Site.php:509 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii." + +#: src/Module/Admin/Site.php:509 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor." + +#: src/Module/Admin/Site.php:510 +msgid "Don't embed private images in posts" +msgstr "Nu încorpora imagini private în postări" + +#: src/Module/Admin/Site.php:510 +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 "Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp." + +#: src/Module/Admin/Site.php:511 +msgid "Explicit Content" +msgstr "Conținut explicit" + +#: src/Module/Admin/Site.php:511 +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:512 +msgid "Proxify external content" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Route external content via the proxy functionality. This is used for example" +" for some OEmbed accesses and in some other rare cases." +msgstr "" + +#: src/Module/Admin/Site.php:513 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:513 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:514 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:514 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Cache contact avatars" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "" +"Locally store the avatar pictures of the contacts. This uses a lot of " +"storage space but it increases the performance." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Allow Users to set remote_self" +msgstr "Permite utilizatorilor să-și stabilească remote_self" + +#: src/Module/Admin/Site.php:516 +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 "Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor." + +#: src/Module/Admin/Site.php:517 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:517 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:518 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:518 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:519 +msgid "Enable multiple registrations" +msgstr "Permite înregistrări multiple" + +#: src/Module/Admin/Site.php:519 +msgid "Enable users to register additional accounts for use as pages." +msgstr "Permite utilizatorilor să înregistreze conturi adiționale care să poată fi folosite drept pagini." + +#: src/Module/Admin/Site.php:520 +msgid "Enable OpenID" +msgstr "Activează OpenID" + +#: src/Module/Admin/Site.php:520 +msgid "Enable OpenID support for registration and logins." +msgstr "Activează suportul OpenID pentru înregistrare și login." + +#: src/Module/Admin/Site.php:521 +msgid "Enable full name check" +msgstr "" + +#: src/Module/Admin/Site.php:521 +msgid "" +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" + +#: src/Module/Admin/Site.php:522 +msgid "Email administrators on new registration" +msgstr "" + +#: src/Module/Admin/Site.php:522 +msgid "" +"If enabled and the system is set to an open registration, an email for each " +"new registration is sent to the administrators." +msgstr "" + +#: src/Module/Admin/Site.php:523 +msgid "Community pages for visitors" +msgstr "" + +#: src/Module/Admin/Site.php:523 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "" + +#: src/Module/Admin/Site.php:524 +msgid "Posts per user on community page" +msgstr "" + +#: src/Module/Admin/Site.php:524 +msgid "" +"The maximum number of posts per user on the local community page. This is " +"useful, when a single user floods the local community page." +msgstr "" + +#: src/Module/Admin/Site.php:525 +msgid "Posts per server on community page" +msgstr "" + +#: src/Module/Admin/Site.php:525 +msgid "" +"The maximum number of posts per server on the global community page. This is" +" useful, when posts from a single server flood the global community page." +msgstr "" + +#: src/Module/Admin/Site.php:527 +msgid "Enable Mail support" +msgstr "" + +#: src/Module/Admin/Site.php:527 +msgid "" +"Enable built-in mail support to poll IMAP folders and to reply via mail." +msgstr "" + +#: src/Module/Admin/Site.php:528 +msgid "" +"Mail support can't be enabled because the PHP IMAP module is not installed." +msgstr "" + +#: src/Module/Admin/Site.php:529 +msgid "Enable OStatus support" +msgstr "" + +#: src/Module/Admin/Site.php:529 +msgid "" +"Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public." +msgstr "" + +#: src/Module/Admin/Site.php:531 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Suportul pentru Diaspora nu poate fi activat deoarece Friendica a fost instalată într-un subdirector." + +#: src/Module/Admin/Site.php:532 +msgid "Enable Diaspora support" +msgstr "Activează Suport Diaspora" + +#: src/Module/Admin/Site.php:532 +msgid "" +"Enable built-in Diaspora network compatibility for communicating with " +"diaspora servers." +msgstr "" + +#: src/Module/Admin/Site.php:533 +msgid "Verify SSL" +msgstr "Verifică SSL" + +#: src/Module/Admin/Site.php:533 +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 "Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate." + +#: src/Module/Admin/Site.php:534 +msgid "Proxy user" +msgstr "Proxy user" + +#: src/Module/Admin/Site.php:534 +msgid "User name for the proxy server." +msgstr "" + +#: src/Module/Admin/Site.php:535 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: src/Module/Admin/Site.php:535 +msgid "" +"If you want to use a proxy server that Friendica should use to connect to " +"the network, put the URL of the proxy here." +msgstr "" + +#: src/Module/Admin/Site.php:536 +msgid "Network timeout" +msgstr "Timp de expirare rețea" + +#: src/Module/Admin/Site.php:536 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat)." + +#: src/Module/Admin/Site.php:537 +msgid "Maximum Load Average" +msgstr "Media Maximă de Încărcare" + +#: src/Module/Admin/Site.php:537 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "" + +#: src/Module/Admin/Site.php:538 +msgid "Minimal Memory" +msgstr "" + +#: src/Module/Admin/Site.php:538 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: src/Module/Admin/Site.php:539 +msgid "Periodically optimize tables" +msgstr "" + +#: src/Module/Admin/Site.php:539 +msgid "Periodically optimize tables like the cache and the workerqueue" +msgstr "" + +#: src/Module/Admin/Site.php:541 +msgid "Discover followers/followings from contacts" +msgstr "" + +#: src/Module/Admin/Site.php:541 +msgid "" +"If enabled, contacts are checked for their followers and following contacts." +msgstr "" + +#: src/Module/Admin/Site.php:542 +msgid "None - deactivated" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"Local contacts - contacts of our local contacts are discovered for their " +"followers/followings." +msgstr "" + +#: src/Module/Admin/Site.php:544 +msgid "" +"Interactors - contacts of our local contacts and contacts who interacted on " +"locally visible postings are discovered for their followers/followings." +msgstr "" + +#: src/Module/Admin/Site.php:546 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:546 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:547 +msgid "Synchronize the contacts with the directory server" +msgstr "" + +#: src/Module/Admin/Site.php:547 +msgid "" +"if enabled, the system will check periodically for new contacts on the " +"defined directory server." +msgstr "" + +#: src/Module/Admin/Site.php:549 +msgid "Discover contacts from other servers" +msgstr "Descoperă contacte de pe alte servere" + +#: src/Module/Admin/Site.php:549 +msgid "" +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" + +#: src/Module/Admin/Site.php:550 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:550 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:551 +msgid "Search the local directory" +msgstr "" + +#: src/Module/Admin/Site.php:551 +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:553 +msgid "Publish server information" +msgstr "" + +#: src/Module/Admin/Site.php:553 +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:555 +msgid "Check upstream version" +msgstr "" + +#: src/Module/Admin/Site.php:555 +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:556 +msgid "Suppress Tags" +msgstr "" + +#: src/Module/Admin/Site.php:556 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "" + +#: src/Module/Admin/Site.php:557 +msgid "Clean database" +msgstr "" + +#: src/Module/Admin/Site.php:557 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "" + +#: src/Module/Admin/Site.php:558 +msgid "Lifespan of remote items" +msgstr "" + +#: src/Module/Admin/Site.php:558 +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:559 +msgid "Lifespan of unclaimed items" +msgstr "" + +#: src/Module/Admin/Site.php:559 +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:560 +msgid "Lifespan of raw conversation data" +msgstr "" + +#: src/Module/Admin/Site.php:560 +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:561 +msgid "Maximum numbers of comments per post" +msgstr "Numărul maxim de comentarii per post" + +#: src/Module/Admin/Site.php:561 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100." + +#: src/Module/Admin/Site.php:562 +msgid "Maximum numbers of comments per post on the display page" +msgstr "" + +#: src/Module/Admin/Site.php:562 +msgid "" +"How many comments should be shown on the single view for each post? Default " +"value is 1000." +msgstr "" + +#: src/Module/Admin/Site.php:563 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:563 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:564 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:564 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "Temp path" +msgstr "Calea Temp" + +#: src/Module/Admin/Site.php:565 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Dacă aveți un sistem restricționat unde serverul web nu poate accesa calea temp a sistemului, introduceți o nouă cale aici." + +#: src/Module/Admin/Site.php:566 +msgid "Only search in tags" +msgstr "Caută numai etichete" + +#: src/Module/Admin/Site.php:566 +msgid "On large systems the text search can slow down the system extremely." +msgstr "" + +#: src/Module/Admin/Site.php:567 +msgid "Generate counts per contact circle when calculating network count" +msgstr "" + +#: src/Module/Admin/Site.php:567 +msgid "" +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "" + +#: src/Module/Admin/Site.php:568 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:568 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "Maximum number of parallel workers" +msgstr "" + +#: src/Module/Admin/Site.php:571 +#, 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:572 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Enable fastlane" +msgstr "" + +#: src/Module/Admin/Site.php:573 +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:574 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:575 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:575 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:576 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:576 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:577 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:577 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:579 +msgid "Direct relay transfer" +msgstr "" + +#: src/Module/Admin/Site.php:579 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: src/Module/Admin/Site.php:580 +msgid "Relay scope" +msgstr "" + +#: src/Module/Admin/Site.php:580 +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:580 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 +msgid "Disabled" +msgstr "Dezactivat" + +#: src/Module/Admin/Site.php:580 +msgid "all" +msgstr "toate" + +#: src/Module/Admin/Site.php:580 +msgid "tags" +msgstr "etichete" + +#: src/Module/Admin/Site.php:581 +msgid "Server tags" +msgstr "Etichete server" + +#: src/Module/Admin/Site.php:581 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Deny Server tags" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Comma separated list of tags that are rejected." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Allow user tags" +msgstr "" + +#: src/Module/Admin/Site.php:583 +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:584 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:584 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:590 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:590 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:591 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:591 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:592 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:592 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:595 +msgid "Start Relocation" +msgstr "" + +#: src/Module/Admin/Storage.php:46 +#, php-format +msgid "Storage backend, %s is invalid." +msgstr "" + +#: src/Module/Admin/Storage.php:73 +#, php-format +msgid "Storage backend %s error: %s" +msgstr "" + +#: src/Module/Admin/Storage.php:84 src/Module/Admin/Storage.php:87 +msgid "Invalid storage backend setting value." +msgstr "" + +#: src/Module/Admin/Storage.php:139 +msgid "Current Storage Backend" +msgstr "" + +#: src/Module/Admin/Storage.php:140 +msgid "Storage Configuration" +msgstr "" + +#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:91 +msgid "Storage" +msgstr "" + +#: src/Module/Admin/Storage.php:143 +msgid "Save & Use storage backend" +msgstr "" + +#: src/Module/Admin/Storage.php:144 +msgid "Use storage backend" +msgstr "" + +#: src/Module/Admin/Storage.php:145 +msgid "Save & Reload" +msgstr "Salvează & Reîncarcă" + +#: src/Module/Admin/Storage.php:146 +msgid "This backend doesn't have custom settings" +msgstr "" + +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 +msgid "Database (legacy)" +msgstr "" + +#: src/Module/Admin/Summary.php:55 +#, php-format +msgid "Template engine (%s) error: %s" +msgstr "" + +#: src/Module/Admin/Summary.php:59 +#, 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 "" + +#: src/Module/Admin/Summary.php:64 +#, php-format +msgid "" +"Your DB still runs with InnoDB tables in the Antelope file format. You " +"should change the file format to Barracuda. Friendica is using features that" +" are not provided by the Antelope format. 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 "" + +#: src/Module/Admin/Summary.php:74 +#, php-format +msgid "" +"Your table_definition_cache is too low (%d). This can lead to the database " +"error \"Prepared statement needs to be re-prepared\". Please set it at least" +" to %d. See here for more information.
    " +msgstr "" + +#: src/Module/Admin/Summary.php:85 +#, 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 "" + +#: src/Module/Admin/Summary.php:94 +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 "" + +#: src/Module/Admin/Summary.php:98 +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:102 +msgid "" +"The system.url entry is missing. This is a low level setting and can lead to" +" unexpected behavior. Please add a valid entry as soon as possible in the " +"config file or per console command!" +msgstr "" + +#: src/Module/Admin/Summary.php:107 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: src/Module/Admin/Summary.php:114 +#, 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 "" + +#: src/Module/Admin/Summary.php:118 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "" + +#: src/Module/Admin/Summary.php:124 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "" + +#: src/Module/Admin/Summary.php:148 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "" + +#: src/Module/Admin/Summary.php:156 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "" + +#: src/Module/Admin/Summary.php:164 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "" + +#: src/Module/Admin/Summary.php:175 +msgid "Message queues" +msgstr "Șiruri de mesaje" + +#: src/Module/Admin/Summary.php:181 +msgid "Server Settings" +msgstr "Setări server" + +#: src/Module/Admin/Summary.php:199 +msgid "Version" +msgstr "Versiune" + +#: src/Module/Admin/Summary.php:203 +msgid "Active addons" +msgstr "Suplimente active" + +#: src/Module/Admin/Themes/Details.php:57 src/Module/Admin/Themes/Index.php:65 +#, php-format +msgid "Theme %s disabled." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:59 src/Module/Admin/Themes/Index.php:67 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:61 src/Module/Admin/Themes/Index.php:69 +#, php-format +msgid "Theme %s failed to install." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:83 +msgid "Screenshot" +msgstr "Screenshot" + +#: src/Module/Admin/Themes/Details.php:91 +#: src/Module/Admin/Themes/Index.php:112 src/Module/BaseAdmin.php:93 +msgid "Themes" +msgstr "Teme" + +#: src/Module/Admin/Themes/Embed.php:80 +msgid "Unknown theme." +msgstr "Temă necunoscută" + +#: src/Module/Admin/Themes/Index.php:51 +msgid "Themes reloaded" +msgstr "" + +#: src/Module/Admin/Themes/Index.php:114 +msgid "Reload active themes" +msgstr "Reîncarcă teme active" + +#: src/Module/Admin/Themes/Index.php:118 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "Nicio temă nu s-a găsit pe acest sistem. Ele trebuie plasate în %1$s" + +#: src/Module/Admin/Themes/Index.php:119 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: src/Module/Admin/Themes/Index.php:120 +msgid "[Unsupported]" +msgstr "[Unsupported]" + +#: src/Module/Admin/Tos.php:79 +msgid "Display Terms of Service" +msgstr "Afișează Condițiile de Utilizare" + +#: src/Module/Admin/Tos.php:79 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: src/Module/Admin/Tos.php:80 +msgid "Display Privacy Statement" +msgstr "" + +#: src/Module/Admin/Tos.php:80 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: src/Module/Admin/Tos.php:81 +msgid "Privacy Statement Preview" +msgstr "" + +#: src/Module/Admin/Tos.php:83 +msgid "The Terms of Service" +msgstr "Condițiile de Utilizare" + +#: src/Module/Admin/Tos.php:83 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: src/Module/Admin/Tos.php:84 +msgid "The rules" +msgstr "" + +#: src/Module/Admin/Tos.php:84 +msgid "Enter your system rules here. Each line represents one rule." +msgstr "" + +#: src/Module/Api/ApiResponse.php:293 +#, php-format +msgid "API endpoint %s %s is not implemented but might be in the future." +msgstr "" + +#: src/Module/Api/Mastodon/Apps.php:73 +msgid "Missing parameters" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Bookmark.php:51 +msgid "Only starting posts can be bookmarked" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Mute.php:51 +msgid "Only starting posts can be muted" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 +#, php-format +msgid "Posts from %s can't be shared" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Unbookmark.php:51 +msgid "Only starting posts can be unbookmarked" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Unmute.php:51 +msgid "Only starting posts can be unmuted" +msgstr "" + +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 +#, php-format +msgid "Posts from %s can't be unshared" +msgstr "" + +#: src/Module/Api/Twitter/ContactEndpoint.php:66 +msgid "Contact not found" +msgstr "Contact negăsit" + +#: src/Module/Apps.php:62 +msgid "No installed applications." +msgstr "Nu există aplicații instalate." + +#: src/Module/Apps.php:67 +msgid "Applications" +msgstr "Aplicații" + +#: src/Module/Attach.php:49 src/Module/Attach.php:61 +msgid "Item was not found." +msgstr "Element negăsit." + +#: src/Module/BaseAdmin.php:54 src/Module/BaseAdmin.php:58 +#: src/Module/BaseModeration.php:77 src/Module/BaseModeration.php:81 +msgid "Please login to continue." +msgstr "Vă rugăm să vă autentificați pentru a continua." + +#: src/Module/BaseAdmin.php:63 +msgid "You don't have access to administration pages." +msgstr "" + +#: src/Module/BaseAdmin.php:67 +msgid "" +"Submanaged account can't access the administration pages. Please log back in" +" as the main account." +msgstr "" + +#: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109 +msgid "Overview" +msgstr "" + +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 +msgid "Configuration" +msgstr "" + +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 +msgid "Additional features" +msgstr "Caracteristici suplimentare" + +#: src/Module/BaseAdmin.php:97 +msgid "Database" +msgstr "" + +#: src/Module/BaseAdmin.php:98 +msgid "DB updates" +msgstr "Actualizări Bază de Date" + +#: src/Module/BaseAdmin.php:99 +msgid "Inspect Deferred Workers" +msgstr "" + +#: src/Module/BaseAdmin.php:100 +msgid "Inspect worker Queue" +msgstr "" + +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 +msgid "Diagnostics" +msgstr "" + +#: src/Module/BaseAdmin.php:107 +msgid "PHP Info" +msgstr "" + +#: src/Module/BaseAdmin.php:108 +msgid "probe address" +msgstr "" + +#: src/Module/BaseAdmin.php:109 +msgid "check webfinger" +msgstr "" + +#: src/Module/BaseAdmin.php:110 +msgid "Babel" +msgstr "" + +#: src/Module/BaseAdmin.php:111 src/Module/Debug/ActivityPubConversion.php:137 +msgid "ActivityPub Conversion" +msgstr "Conversie ActivityPub" + +#: src/Module/BaseAdmin.php:120 +msgid "Addon Features" +msgstr "" + +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 +msgid "User registrations waiting for confirmation" +msgstr "Înregistrări de utilizatori, aşteaptă confirmarea" + +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 +msgid "Too Many Requests" +msgstr "Prea multe cereri" + +#: src/Module/BaseApi.php:456 +#, 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] "" +msgstr[2] "" + +#: src/Module/BaseApi.php:472 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/BaseApi.php:488 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Monthly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 +#: src/Module/Moderation/Users/Index.php:158 +msgid "Users" +msgstr "Utilizatori" + +#: src/Module/BaseModeration.php:115 +msgid "Tools" +msgstr "" + +#: src/Module/BaseModeration.php:116 +msgid "Contact Blocklist" +msgstr "" + +#: src/Module/BaseModeration.php:117 +msgid "Server Blocklist" +msgstr "" + +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 +msgid "Delete Item" +msgstr "Ștergere element" + +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 +msgid "Item Source" +msgstr "" + +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 +msgid "Profile Details" +msgstr "Detalii Profil" + +#: src/Module/BaseProfile.php:60 +msgid "Conversations started" +msgstr "Conversații pornite" + +#: src/Module/BaseProfile.php:111 +msgid "Only You Can See This" +msgstr "Numai Dvs. Puteţi Vizualiza" + +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 +msgid "Scheduled Posts" +msgstr "Postări programate" + +#: src/Module/BaseProfile.php:119 +msgid "Posts that are scheduled for publishing" +msgstr "Postări programate pentru publicare" + +#: src/Module/BaseProfile.php:138 src/Module/BaseProfile.php:141 +msgid "Tips for New Members" +msgstr "Sfaturi pentru Membrii Noi" + +#: src/Module/BaseSearch.php:71 +#, php-format +msgid "People Search - %s" +msgstr "" + +#: src/Module/BaseSearch.php:75 +#, php-format +msgid "Group Search - %s" +msgstr "" + +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 +msgid "No matches" +msgstr "Nici-o potrivire" + +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "%d rezultat a fost filtrat deoarece nodul dvs. blochează domeniul pe care acesta a fost înregistrat. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”." +msgstr[1] "%d rezultate au fost filtrate deoarece nodul dvs. blochează domeniile pe care acestea au fost înregistrate. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”." +msgstr[2] "%d rezultate au fost filtrate deoarece nodul dvs. blochează domeniile pe care acestea au fost înregistrate. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”." + +#: src/Module/BaseSettings.php:78 +msgid "Account" +msgstr "Cont" + +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 +msgid "Two-factor authentication" +msgstr "Autentificare prin doi factori" + +#: src/Module/BaseSettings.php:118 +msgid "Display" +msgstr "Afișare" + +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 +msgid "Social Networks" +msgstr "Rețele Sociale" + +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 +msgid "Manage Accounts" +msgstr "Administrare conturi" + +#: src/Module/BaseSettings.php:153 +msgid "Connected apps" +msgstr "Aplicații Conectate" + +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "Servere la distanță" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 +msgid "Export personal data" +msgstr "Exportare date personale" + +#: src/Module/BaseSettings.php:174 +msgid "Remove account" +msgstr "Ștergere cont" + +#: src/Module/Bookmarklet.php:54 +msgid "This page is missing a url parameter." +msgstr "" + +#: src/Module/Bookmarklet.php:66 +msgid "The post was created" +msgstr "Postarea a fost creată" + +#: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135 +#: src/Module/Calendar/Event/Form.php:80 +msgid "Invalid Request" +msgstr "Cerere invalidă" + +#: src/Module/Calendar/Event/API.php:109 +msgid "Event id is missing." +msgstr "" + +#: src/Module/Calendar/Event/API.php:131 +msgid "Failed to remove event" +msgstr "Nu s-a putut șterge evenimentul" + +#: src/Module/Calendar/Event/API.php:186 src/Module/Calendar/Event/API.php:188 +msgid "Event can not end before it has started." +msgstr "Evenimentul nu se poate termina înainte de a începe" + +#: src/Module/Calendar/Event/API.php:195 src/Module/Calendar/Event/API.php:197 +msgid "Event title and start time are required." +msgstr "Titlul evenimentului şi timpul de pornire sunt necesare." + +#: src/Module/Calendar/Event/Form.php:208 +msgid "Starting date and Title are required." +msgstr "Data de început și titlul sunt necesare." + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:214 +msgid "Event Starts:" +msgstr "Evenimentul începe de la:" + +#: src/Module/Calendar/Event/Form.php:209 +#: src/Module/Calendar/Event/Form.php:237 src/Module/Debug/Probe.php:59 +#: src/Module/Install.php:201 src/Module/Install.php:227 +#: src/Module/Install.php:232 src/Module/Install.php:246 +#: src/Module/Install.php:255 src/Module/Install.php:260 +#: src/Module/Install.php:266 src/Module/Install.php:271 +#: src/Module/Install.php:285 src/Module/Install.php:298 +#: src/Module/Install.php:325 +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +#: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 +#: src/Module/Security/TwoFactor/Verify.php:101 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 +msgid "Required" +msgstr "Cerut" + +#: src/Module/Calendar/Event/Form.php:223 +#: src/Module/Calendar/Event/Form.php:247 +msgid "Finish date/time is not known or not relevant" +msgstr "Data/ora de finalizare nu este cunoscută sau nu este relevantă" + +#: src/Module/Calendar/Event/Form.php:225 +#: src/Module/Calendar/Event/Form.php:230 +msgid "Event Finishes:" +msgstr "Evenimentul se Finalizează:" + +#: src/Module/Calendar/Event/Form.php:237 +#: src/Module/Calendar/Event/Form.php:243 +msgid "Title (BBCode not allowed)" +msgstr "Titlu (BBCode nepermis)" + +#: src/Module/Calendar/Event/Form.php:239 +msgid "Description (BBCode allowed)" +msgstr "Descriere (BBCode permis)" + +#: src/Module/Calendar/Event/Form.php:241 +msgid "Location (BBCode not allowed)" +msgstr "Locație (BBCode nepermis)" + +#: src/Module/Calendar/Event/Form.php:244 +#: src/Module/Calendar/Event/Form.php:245 +msgid "Share this event" +msgstr "Partajează acest eveniment" + +#: src/Module/Calendar/Event/Form.php:251 src/Module/Profile/Profile.php:275 +msgid "Basic" +msgstr "" + +#: src/Module/Calendar/Export.php:94 +msgid "This calendar format is not supported" +msgstr "Acest format de calendar nu este suportat" + +#: src/Module/Calendar/Export.php:96 +msgid "No exportable data found" +msgstr "" + +#: src/Module/Calendar/Export.php:113 +msgid "calendar" +msgstr "" + +#: src/Module/Calendar/Show.php:124 +msgid "Events" +msgstr "Evenimente" + +#: src/Module/Calendar/Show.php:125 +msgid "View" +msgstr "" + +#: src/Module/Calendar/Show.php:126 +msgid "Create New Event" +msgstr "Crează eveniment nou" + +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 +msgid "list" +msgstr "" + +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "Nu se poate crea cercul" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "Cerc negăsit" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "Numele cercului nu s-a schimbat." + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "Cerc negăsit." + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:61 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Contact negăsit." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Invalid contact." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Contactul a fost șters" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "Nu se poate adăuga contactul în cerc." + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "Contactul a fost adăugat cu succes în cerc." + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "Nu se poate înlătura contactul din cerc." + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "Contactul a fost înlăturat cu succes din cerc." + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "Salvează cercul" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Filtrează" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "Creați un cerc de contacte/prieteni." + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "Nu se poate înlătura cercul." + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "Ștergeți cercul" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "Modificați numele cercului" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Membri" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "Cercul este gol" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "Înlăturați contactul din cerc" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Apăsați pe un contact pentru a-l adăuga sau elimina." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "Adăugați contactul în cerc" + +#: src/Module/Contact.php:96 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Contact.php:347 +msgid "Show all contacts" +msgstr "Afişează toate contactele" + +#: src/Module/Contact.php:352 src/Module/Contact.php:431 +#: src/Module/Moderation/BaseUsers.php:85 +msgid "Pending" +msgstr "În așteptare" + +#: src/Module/Contact.php:355 +msgid "Only show pending contacts" +msgstr "Arată numai contactele în așteptare" + +#: src/Module/Contact.php:360 src/Module/Contact.php:434 +#: src/Module/Moderation/BaseUsers.php:93 +msgid "Blocked" +msgstr "Blocat" + +#: src/Module/Contact.php:363 +msgid "Only show blocked contacts" +msgstr "Se afişează numai contactele blocate" + +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 +msgid "Ignored" +msgstr "Ignorat" + +#: src/Module/Contact.php:371 +msgid "Only show ignored contacts" +msgstr "Se afişează numai contactele ignorate" + +#: src/Module/Contact.php:376 src/Module/Contact.php:443 +msgid "Collapsed" +msgstr "Colapsat" + +#: src/Module/Contact.php:379 +msgid "Only show collapsed contacts" +msgstr "" + +#: src/Module/Contact.php:384 src/Module/Contact.php:446 +msgid "Archived" +msgstr "Arhivat" + +#: src/Module/Contact.php:387 +msgid "Only show archived contacts" +msgstr "Se afişează numai contactele arhivate" + +#: src/Module/Contact.php:392 src/Module/Contact.php:437 +msgid "Hidden" +msgstr "Ascuns" + +#: src/Module/Contact.php:395 +msgid "Only show hidden contacts" +msgstr "Se afişează numai contactele ascunse" + +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "" + +#: src/Module/Contact.php:458 +msgid "Search your contacts" +msgstr "Căutare contacte" + +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 +#, php-format +msgid "Results for: %s" +msgstr "Rezultate pentru: %s" + +#: src/Module/Contact.php:466 +msgid "Update" +msgstr "Actualizare" + +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 +#: src/Module/Moderation/Blocklist/Contact.php:117 +#: src/Module/Moderation/Users/Blocked.php:138 +#: src/Module/Moderation/Users/Index.php:154 +msgid "Unblock" +msgstr "Deblochează" + +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 +msgid "Unignore" +msgstr "Anulare ignorare" + +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 +msgid "Uncollapse" +msgstr "" + +#: src/Module/Contact.php:471 +msgid "Batch Actions" +msgstr "" + +#: src/Module/Contact.php:514 +msgid "Conversations started by this contact" +msgstr "Conversații pornite de acest contact" + +#: src/Module/Contact.php:519 +msgid "Posts and Comments" +msgstr "Postări și comentarii" + +#: src/Module/Contact.php:522 +msgid "Individual Posts and Replies" +msgstr "Postări și comentarii individuale" + +#: src/Module/Contact.php:530 +msgid "Posts containing media objects" +msgstr "Postări care conțin elemente media" + +#: src/Module/Contact.php:538 +msgid "View all known contacts" +msgstr "" + +#: src/Module/Contact.php:549 +msgid "Advanced Contact Settings" +msgstr "Configurări Avansate Contacte" + +#: src/Module/Contact.php:585 +msgid "Mutual Friendship" +msgstr "Prietenie Reciprocă" + +#: src/Module/Contact.php:589 +msgid "is a fan of yours" +msgstr "este fanul dumneavoastră" + +#: src/Module/Contact.php:593 +msgid "you are a fan of" +msgstr "sunteţi un fan al" + +#: src/Module/Contact.php:611 +msgid "Pending outgoing contact request" +msgstr "Cerere de contact trimisă, în așteptare" + +#: src/Module/Contact.php:613 +msgid "Pending incoming contact request" +msgstr "Cerere de contact primită, în așteptare" + +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Vizitați profilul %s [%s]" + +#: src/Module/Contact/Advanced.php:99 +msgid "Contact update failed." +msgstr "Actualizarea Contactului a eșuat." + +#: src/Module/Contact/Advanced.php:130 +msgid "Return to contact editor" +msgstr "Reveniţi la editorul de contact" + +#: src/Module/Contact/Advanced.php:134 +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Create.php:70 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 +msgid "Name" +msgstr "Nume" + +#: src/Module/Contact/Advanced.php:135 +msgid "Account Nickname" +msgstr "Pseudonim Cont" + +#: src/Module/Contact/Advanced.php:136 +msgid "Account URL" +msgstr "URL Cont" + +#: src/Module/Contact/Advanced.php:137 +msgid "Poll/Feed URL" +msgstr "URL Sondaj/Flux" + +#: src/Module/Contact/Advanced.php:138 +msgid "New photo from this URL" +msgstr "Fotografie Nouă de la acest URL" + +#: src/Module/Contact/Contacts.php:89 +msgid "No known contacts." +msgstr "Niciun contact știut." + +#: src/Module/Contact/Contacts.php:103 src/Module/Profile/Common.php:128 +msgid "No common contacts." +msgstr "Niciun contact în comun." + +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Urmăritori (%s)" +msgstr[1] "Urmăritori (%s)" +msgstr[2] "Urmăritori (%s)" + +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Urmărește (%s)" +msgstr[1] "Urmărește (%s)" +msgstr[2] "Urmărește (%s)" + +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 +#, php-format +msgid "These contacts both follow and are followed by %s." +msgstr "Aceste contacte urmăresc, dar sunt și urmărite de %s." + +#: src/Module/Contact/Contacts.php:131 src/Module/Profile/Common.php:116 +#, php-format +msgid "Common contact (%s)" +msgid_plural "Common contacts (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Contact/Contacts.php:133 src/Module/Profile/Common.php:118 +#, php-format +msgid "" +"Both %s and yourself have publicly interacted with these " +"contacts (follow, comment or likes on public posts)." +msgstr "" + +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 +#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 +#: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 +#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 +#: src/Module/Item/Pin.php:41 src/Module/Item/Pin.php:56 +#: src/Module/Item/Star.php:42 src/Module/Update/Display.php:37 +msgid "Access denied." +msgstr "Accesul interzis." + +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 +#: src/Module/Profile/RemoteFollow.php:133 +msgid "Submit Request" +msgstr "Trimiteţi Solicitarea" + +#: src/Module/Contact/Follow.php:115 +msgid "You already added this contact." +msgstr "Ați adăugat deja acest contact." + +#: src/Module/Contact/Follow.php:130 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Tipul de rețea nu a putut fi detectată. Contactul nu poate fi adăugat." + +#: src/Module/Contact/Follow.php:138 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Suportul pentru Diaspora nu este activat. Contactul nu poate fi adăugat." + +#: src/Module/Contact/Follow.php:143 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "Suportul pentru OStatus este dezactivat. Contactul nu poate fi adăugat." + +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 +msgid "Please answer the following:" +msgstr "Vă rugăm să răspundeţi la următoarele:" + +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 +msgid "Your Identity Address:" +msgstr "Adresa dvs. Identitate " + +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 +#: src/Module/Contact/Unfollow.php:129 +#: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 +#: src/Module/Notifications/Introductions.php:129 +#: src/Module/Notifications/Introductions.php:198 +msgid "Profile URL" +msgstr "URL Profil" + +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 +#: src/Module/Notifications/Introductions.php:191 +#: src/Module/Profile/Profile.php:234 +msgid "Tags:" +msgstr "Etichete:" + +#: src/Module/Contact/Follow.php:182 +#, php-format +msgid "%s knows you" +msgstr "" + +#: src/Module/Contact/Follow.php:183 +msgid "Add a personal note:" +msgstr "Adaugă o notă personală:" + +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 +msgid "Posts and Replies" +msgstr "Postări și răspunsuri" + +#: src/Module/Contact/Follow.php:221 +msgid "The contact could not be added." +msgstr "Contactul nu a putut fi adăugat." + +#: src/Module/Contact/MatchInterests.php:94 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 +msgid "Invalid request." +msgstr "Cerere invalida" + +#: src/Module/Contact/MatchInterests.php:101 +msgid "No keywords to match. Please add keywords to your profile." +msgstr "" + +#: src/Module/Contact/MatchInterests.php:144 +msgid "Profile Match" +msgstr "Potrivire Profil" + +#: src/Module/Contact/Profile.php:140 +msgid "Failed to update contact record." +msgstr "Actualizarea datelor de contact a eşuat." + +#: src/Module/Contact/Profile.php:190 +msgid "Contact has been unblocked" +msgstr "Contactul a fost deblocat" + +#: src/Module/Contact/Profile.php:194 +msgid "Contact has been blocked" +msgstr "Contactul a fost blocat" + +#: src/Module/Contact/Profile.php:206 +msgid "Contact has been unignored" +msgstr "Contactul a fost neignorat" + +#: src/Module/Contact/Profile.php:210 +msgid "Contact has been ignored" +msgstr "Contactul a fost ignorat" + +#: src/Module/Contact/Profile.php:222 +msgid "Contact has been uncollapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:226 +msgid "Contact has been collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:254 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Sunteţi prieten comun cu %s" + +#: src/Module/Contact/Profile.php:255 +#, php-format +msgid "You are sharing with %s" +msgstr "Împărtășiți cu %s" + +#: src/Module/Contact/Profile.php:256 +#, php-format +msgid "%s is sharing with you" +msgstr "%s împărtăşeşte cu dvs." + +#: src/Module/Contact/Profile.php:272 +msgid "Private communications are not available for this contact." +msgstr "Comunicaţiile private nu sunt disponibile pentru acest contact." + +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "Contactul se află pe un server pe care l-ați ignorat." + +#: src/Module/Contact/Profile.php:285 +msgid "Never" +msgstr "Niciodată" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was not successful)" +msgstr "(Actualizarea nu a reușit)" + +#: src/Module/Contact/Profile.php:288 +msgid "(Update was successful)" +msgstr "(Actualizarea a reușit)" + +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 +msgid "Suggest friends" +msgstr "Sugeraţi prieteni" + +#: src/Module/Contact/Profile.php:294 +#, php-format +msgid "Network type: %s" +msgstr "Tipul rețelei: %s" + +#: src/Module/Contact/Profile.php:299 +msgid "Communications lost with this contact!" +msgstr "S-a pierdut conexiunea cu acest contact!" + +#: src/Module/Contact/Profile.php:305 +msgid "Fetch further information for feeds" +msgstr "Preluare informaţii suplimentare pentru fluxuri" + +#: src/Module/Contact/Profile.php:307 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: src/Module/Contact/Profile.php:310 +msgid "Fetch information" +msgstr "" + +#: src/Module/Contact/Profile.php:311 +msgid "Fetch keywords" +msgstr "" + +#: src/Module/Contact/Profile.php:312 +msgid "Fetch information and keywords" +msgstr "" + +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 +msgid "No mirroring" +msgstr "Nicio oglindire" + +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 +msgid "Mirror as my own posting" +msgstr "Oglindește ca fiind propriile postări" + +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 +msgid "Native reshare" +msgstr "Redistribuire nativă" + +#: src/Module/Contact/Profile.php:353 +msgid "Contact Information / Notes" +msgstr "Informaţii de Contact / Note" + +#: src/Module/Contact/Profile.php:354 +msgid "Contact Settings" +msgstr "Setări contact" + +#: src/Module/Contact/Profile.php:362 +msgid "Contact" +msgstr "" + +#: src/Module/Contact/Profile.php:366 +msgid "Their personal note" +msgstr "" + +#: src/Module/Contact/Profile.php:368 +msgid "Edit contact notes" +msgstr "Editare note de contact" + +#: src/Module/Contact/Profile.php:372 +msgid "Block/Unblock contact" +msgstr "Blocare/Deblocare contact" + +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 +msgid "Ignore contact" +msgstr "Ignorare contact" + +#: src/Module/Contact/Profile.php:374 +msgid "View conversations" +msgstr "Vizualizaţi conversaţii" + +#: src/Module/Contact/Profile.php:379 +msgid "Last update:" +msgstr "Ultima actualizare:" + +#: src/Module/Contact/Profile.php:381 +msgid "Update public posts" +msgstr "Actualizare postări publice" + +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 +msgid "Update now" +msgstr "Actualizează acum" + +#: src/Module/Contact/Profile.php:385 +msgid "Awaiting connection acknowledge" +msgstr "Se așteaptă confirmarea conexiunii" + +#: src/Module/Contact/Profile.php:386 +msgid "Currently blocked" +msgstr "Blocat în prezent" + +#: src/Module/Contact/Profile.php:387 +msgid "Currently ignored" +msgstr "Ignorat în prezent" + +#: src/Module/Contact/Profile.php:388 +msgid "Currently collapsed" +msgstr "" + +#: src/Module/Contact/Profile.php:389 +msgid "Currently archived" +msgstr "Arhivat în prezent" + +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 +#: src/Module/Notifications/Introductions.php:192 +msgid "Hide this contact from others" +msgstr "Ascunde acest contact pentru alţii" + +#: src/Module/Contact/Profile.php:394 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Răspunsurile/aprecierile pentru postările dvs. publice ar putea fi încă vizibile" + +#: src/Module/Contact/Profile.php:395 +msgid "Notification for new posts" +msgstr "Notificare de postări noi" + +#: src/Module/Contact/Profile.php:395 +msgid "Send a notification of every new post of this contact" +msgstr "Trimiteți o notificare despre fiecare postare nouă a acestui contact" + +#: src/Module/Contact/Profile.php:397 +msgid "Keyword Deny List" +msgstr "" + +#: src/Module/Contact/Profile.php:397 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 +msgid "Actions" +msgstr "Acțiuni" + +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 +msgid "Status" +msgstr "Status" + +#: src/Module/Contact/Profile.php:423 +msgid "Mirror postings from this contact" +msgstr "Postări în oglindă de la acest contact" + +#: src/Module/Contact/Profile.php:425 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact." + +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "Setări canal" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "Frecvența acestui contact în canale relevante" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 +msgid "Refetch contact data" +msgstr "" + +#: src/Module/Contact/Profile.php:513 +msgid "Toggle Blocked status" +msgstr "Comutare status Blocat" + +#: src/Module/Contact/Profile.php:521 +msgid "Toggle Ignored status" +msgstr "Comutaţi status Ignorat" + +#: src/Module/Contact/Profile.php:529 +msgid "Toggle Collapsed status" +msgstr "" + +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 +msgid "Revoke Follow" +msgstr "Revocă urmărirea" + +#: src/Module/Contact/Profile.php:538 +msgid "Revoke the follow from this contact" +msgstr "Revocă urmărirea din partea acestui contact" + +#: src/Module/Contact/Redir.php:134 src/Module/Contact/Redir.php:186 +msgid "Bad Request." +msgstr "" + +#: src/Module/Contact/Revoke.php:63 +msgid "Unknown contact." +msgstr "Contact necunoscut" + +#: src/Module/Contact/Revoke.php:77 +msgid "Contact is being deleted." +msgstr "" + +#: src/Module/Contact/Revoke.php:91 +msgid "Follow was successfully revoked." +msgstr "Urmărirea a fost revocată cu succes." + +#: src/Module/Contact/Revoke.php:107 +msgid "" +"Do you really want to revoke this contact's follow? This cannot be undone " +"and they will have to manually follow you back again." +msgstr "Sunteți sigur că doriți să revocați urmărirea acestui contact? Aceasta nu poate fi anulată iar contactul va trebui să vă urmărească la rândul său din nou" + +#: src/Module/Contact/Revoke.php:108 +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 +#: src/Module/Settings/TwoFactor/Trusted.php:129 +msgid "Yes" +msgstr "Da" + +#: src/Module/Contact/Suggestions.php:62 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Nicio sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercați din nou în 24 de ore." + +#: src/Module/Contact/Unfollow.php:98 src/Module/Contact/Unfollow.php:167 +msgid "You aren't following this contact." +msgstr "Nu urmăriți acest contact." + +#: src/Module/Contact/Unfollow.php:103 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: src/Module/Contact/Unfollow.php:121 +msgid "Disconnect/Unfollow" +msgstr "" + +#: src/Module/Contact/Unfollow.php:175 +msgid "Contact was successfully unfollowed" +msgstr "" + +#: src/Module/Contact/Unfollow.php:178 +msgid "Unable to unfollow this contact, please contact your administrator" +msgstr "" + +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Niciun rezultat." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: src/Module/Conversation/Community.php:180 +msgid "Community option not available." +msgstr "" + +#: src/Module/Conversation/Community.php:196 +msgid "Not available." +msgstr "Indisponibil." + +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "Niciun astfel de cerc" + +#: src/Module/Conversation/Network.php:221 +#, php-format +msgid "Circle: %s" +msgstr "Cerc: %s" + +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" + +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "" + +#: src/Module/Conversation/Timeline.php:168 +msgid "Own Contacts" +msgstr "" + +#: src/Module/Conversation/Timeline.php:172 +msgid "Include" +msgstr "Include" + +#: src/Module/Conversation/Timeline.php:173 +msgid "Hide" +msgstr "Ascunde" + +#: src/Module/Credits.php:44 +msgid "Credits" +msgstr "" + +#: src/Module/Credits.php:45 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "" + +#: src/Module/Debug/ActivityPubConversion.php:53 +msgid "Formatted" +msgstr "" + +#: src/Module/Debug/ActivityPubConversion.php:65 +msgid "Activity" +msgstr "" + +#: src/Module/Debug/ActivityPubConversion.php:117 +msgid "Object data" +msgstr "" + +#: src/Module/Debug/ActivityPubConversion.php:124 +msgid "Result Item" +msgstr "" + +#: src/Module/Debug/ActivityPubConversion.php:129 +#: src/Module/Debug/Babel.php:293 src/Module/Moderation/Item/Source.php:87 +#: src/Module/Security/TwoFactor/Verify.php:98 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Eroare" +msgstr[1] "Erori" +msgstr[2] "Erori" + +#: src/Module/Debug/ActivityPubConversion.php:138 +msgid "Source activity" +msgstr "" + +#: src/Module/Debug/Babel.php:51 +msgid "Source input" +msgstr "" + +#: src/Module/Debug/Babel.php:57 +msgid "BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:63 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:68 +msgid "BBCode::convert (hex)" +msgstr "" + +#: src/Module/Debug/Babel.php:73 +msgid "BBCode::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:79 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:85 +msgid "BBCode::toMarkdown" +msgstr "" + +#: src/Module/Debug/Babel.php:91 +msgid "BBCode::toMarkdown => Markdown::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:95 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:101 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:107 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:115 +msgid "Item Body" +msgstr "" + +#: src/Module/Debug/Babel.php:119 +msgid "Item Tags" +msgstr "" + +#: src/Module/Debug/Babel.php:125 +msgid "PageInfo::appendToBody" +msgstr "" + +#: src/Module/Debug/Babel.php:130 +msgid "PageInfo::appendToBody => BBCode::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:134 +msgid "PageInfo::appendToBody => BBCode::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:141 +msgid "Source input (Diaspora format)" +msgstr "" + +#: src/Module/Debug/Babel.php:150 +msgid "Source input (Markdown)" +msgstr "" + +#: src/Module/Debug/Babel.php:156 +msgid "Markdown::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:161 +msgid "Markdown::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:167 +msgid "Markdown::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:174 +msgid "Raw HTML input" +msgstr "" + +#: src/Module/Debug/Babel.php:179 +msgid "HTML Input" +msgstr "" + +#: src/Module/Debug/Babel.php:186 +msgid "HTML Purified (raw)" +msgstr "" + +#: src/Module/Debug/Babel.php:191 +msgid "HTML Purified (hex)" +msgstr "" + +#: src/Module/Debug/Babel.php:196 +msgid "HTML Purified" +msgstr "" + +#: src/Module/Debug/Babel.php:202 +msgid "HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:208 +msgid "HTML::toBBCode => BBCode::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:213 +msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:219 +msgid "HTML::toBBCode => BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:225 +msgid "HTML::toMarkdown" +msgstr "" + +#: src/Module/Debug/Babel.php:231 +msgid "HTML::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:237 +msgid "HTML::toPlaintext (compact)" +msgstr "" + +#: src/Module/Debug/Babel.php:255 +msgid "Decoded post" +msgstr "" + +#: src/Module/Debug/Babel.php:276 +msgid "Post array before expand entities" +msgstr "" + +#: src/Module/Debug/Babel.php:283 +msgid "Post converted" +msgstr "" + +#: src/Module/Debug/Babel.php:288 +msgid "Converted body" +msgstr "" + +#: src/Module/Debug/Babel.php:294 +msgid "Twitter addon is absent from the addon/ folder." +msgstr "" + +#: src/Module/Debug/Babel.php:304 +msgid "Babel Diagnostic" +msgstr "" + +#: src/Module/Debug/Babel.php:305 +msgid "Source text" +msgstr "Text sursă" + +#: src/Module/Debug/Babel.php:306 +msgid "BBCode" +msgstr "BBCode" + +#: src/Module/Debug/Babel.php:308 +msgid "Markdown" +msgstr "Markdown" + +#: src/Module/Debug/Babel.php:309 +msgid "HTML" +msgstr "HTML" + +#: src/Module/Debug/Babel.php:311 +msgid "Twitter Source / Tweet URL (requires API key)" +msgstr "" + +#: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 +#: src/Module/Settings/Profile/Index.php:177 +msgid "You must be logged in to use this module" +msgstr "" + +#: src/Module/Debug/Feed.php:77 +msgid "Source URL" +msgstr "URL Sursă" + +#: src/Module/Debug/Localtime.php:49 +msgid "Time Conversion" +msgstr "Conversie Oră" + +#: src/Module/Debug/Localtime.php:50 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și alți prieteni, în zonele cu fusuri orare necunoscute." + +#: src/Module/Debug/Localtime.php:51 +#, php-format +msgid "UTC time: %s" +msgstr "Fus orar UTC: %s" + +#: src/Module/Debug/Localtime.php:54 +#, php-format +msgid "Current timezone: %s" +msgstr "Fusul orar curent: %s" + +#: src/Module/Debug/Localtime.php:58 +#, php-format +msgid "Converted localtime: %s" +msgstr "Ora locală convertită: %s" + +#: src/Module/Debug/Localtime.php:62 +msgid "Please select your timezone:" +msgstr "Vă rugăm să vă selectaţi fusul orar:" + +#: src/Module/Debug/Probe.php:38 src/Module/Debug/WebFinger.php:37 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: src/Module/Debug/Probe.php:52 +msgid "Probe Diagnostic" +msgstr "" + +#: src/Module/Debug/Probe.php:53 +msgid "Output" +msgstr "" + +#: src/Module/Debug/Probe.php:56 +msgid "Lookup address" +msgstr "" + +#: src/Module/Debug/WebFinger.php:50 +msgid "Webfinger Diagnostic" +msgstr "" + +#: src/Module/Debug/WebFinger.php:52 +msgid "Lookup address:" +msgstr "" + +#: src/Module/Directory.php:74 +msgid "No entries (some entries may be hidden)." +msgstr "Fără înregistrări (unele înregistrări pot fi ascunse)." + +#: src/Module/Directory.php:90 +msgid "Find on this site" +msgstr "Căutați pe acest site" + +#: src/Module/Directory.php:92 +msgid "Results for:" +msgstr "Rezultate pentru:" + +#: src/Module/Directory.php:94 +msgid "Site Directory" +msgstr "Director Site" + +#: src/Module/Filer/RemoveTag.php:105 +msgid "Item was not deleted" +msgstr "Elementul nu a fost șters" + +#: src/Module/Filer/RemoveTag.php:115 +msgid "Item was not removed" +msgstr "Elementul nu a fost înlăturat" + +#: src/Module/Filer/SaveTag.php:73 +msgid "- select -" +msgstr "- selectare -" + +#: src/Module/FriendSuggest.php:82 +msgid "Suggested contact not found." +msgstr "Contactul sugerat nu a fost găsit." + +#: src/Module/FriendSuggest.php:100 +msgid "Friend suggestion sent." +msgstr "Sugestia de prietenie a fost trimisă." + +#: src/Module/FriendSuggest.php:137 +msgid "Suggest Friends" +msgstr "Sugeraţi Prieteni" + +#: src/Module/FriendSuggest.php:140 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Sugeraţi un prieten pentru %s" + +#: src/Module/Friendica.php:82 +msgid "Installed addons/apps:" +msgstr "Suplimente/aplicații instalate:" + +#: src/Module/Friendica.php:87 +msgid "No installed addons/apps" +msgstr "Niciun supliment/nicio aplicație nu au fost instalate" + +#: src/Module/Friendica.php:92 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: src/Module/Friendica.php:99 +msgid "On this server the following remote servers are blocked." +msgstr "Pe acest server, următoarele servere sunt blocate." + +#: src/Module/Friendica.php:102 +#: src/Module/Moderation/Blocklist/Server/Index.php:87 +#: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:174 +msgid "Reason for the block" +msgstr "Motivul blocării" + +#: src/Module/Friendica.php:104 +msgid "Download this list in CSV format" +msgstr "Descărcați această listă în format CSV" + +#: src/Module/Friendica.php:118 +#, 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:123 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Vă rugăm să vizitați Friendi.ca pentru a afla mai multe despre proiectul Friendica." + +#: src/Module/Friendica.php:124 +msgid "Bug reports and issues: please visit" +msgstr "Rapoarte de erori şi probleme: vă rugăm să vizitaţi" + +#: src/Module/Friendica.php:124 +msgid "the bugtracker at github" +msgstr "" + +#: src/Module/Friendica.php:125 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "" + +#: src/Module/HCard.php:45 +msgid "No profile" +msgstr "Niciun profil" + +#: src/Module/HTTPException/MethodNotAllowed.php:31 +msgid "Method Not Allowed." +msgstr "Metodă nepermisă." + +#: src/Module/Help.php:60 +msgid "Help:" +msgstr "Ajutor:" + +#: src/Module/Home.php:63 +#, php-format +msgid "Welcome to %s" +msgstr "Bine aţi venit la %s" + +#: src/Module/Install.php:189 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: src/Module/Install.php:200 +msgid "System check" +msgstr "Verificare sistem" + +#: src/Module/Install.php:202 src/Module/Install.php:247 +#: src/Module/Install.php:326 +msgid "Requirement not satisfied" +msgstr "" + +#: src/Module/Install.php:203 +msgid "Optional requirement not satisfied" +msgstr "" + +#: src/Module/Install.php:204 +msgid "OK" +msgstr "OK" + +#: src/Module/Install.php:208 +msgid "Next" +msgstr "Următorul" + +#: src/Module/Install.php:209 +msgid "Check again" +msgstr "Reverificare" + +#: src/Module/Install.php:222 +msgid "Base settings" +msgstr "Setări de bază" + +#: src/Module/Install.php:224 +msgid "Base path to installation" +msgstr "Calea de bază pentru instalare" + +#: src/Module/Install.php:226 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "" + +#: src/Module/Install.php:229 +msgid "The Friendica system URL" +msgstr "" + +#: src/Module/Install.php:231 +msgid "" +"Overwrite this field in case the system URL determination isn't right, " +"otherwise leave it as is." +msgstr "" + +#: src/Module/Install.php:242 +msgid "Database connection" +msgstr "Conexiunea cu baza de date" + +#: src/Module/Install.php:243 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date." + +#: src/Module/Install.php:244 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări." + +#: src/Module/Install.php:245 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua." + +#: src/Module/Install.php:252 +msgid "Database Server Name" +msgstr "Nume Server Bază de date" + +#: src/Module/Install.php:257 +msgid "Database Login Name" +msgstr "Nume Autentificare Bază de date" + +#: src/Module/Install.php:263 +msgid "Database Login Password" +msgstr "Parola de Autentificare Bază de date" + +#: src/Module/Install.php:265 +msgid "For security reasons the password must not be empty" +msgstr "Din motive de securitate parola nu trebuie să fie goală" + +#: src/Module/Install.php:268 +msgid "Database Name" +msgstr "Nume Bază de date" + +#: src/Module/Install.php:272 src/Module/Install.php:300 +msgid "Please select a default timezone for your website" +msgstr "Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs." + +#: src/Module/Install.php:287 +msgid "Site settings" +msgstr "Configurări Site" + +#: src/Module/Install.php:295 +msgid "Site administrator email address" +msgstr "Adresa de email a administratorului de site" + +#: src/Module/Install.php:297 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web." + +#: src/Module/Install.php:304 +msgid "System Language:" +msgstr "Limbă de sistem:" + +#: src/Module/Install.php:306 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: src/Module/Install.php:318 +msgid "Your Friendica site database has been installed." +msgstr "Baza dvs. de date Friendica, a fost instalată." + +#: src/Module/Install.php:328 +msgid "Installation finished" +msgstr "Instalarea s-a terminat" + +#: src/Module/Install.php:348 +msgid "

    What next

    " +msgstr "

    Ce urmează

    " + +#: src/Module/Install.php:349 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: src/Module/Install.php:352 +#, 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/Invite.php:57 +msgid "Total invitation limit exceeded." +msgstr "Limita totală a invitațiilor a fost depăşită." + +#: src/Module/Invite.php:82 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Nu este o adresă vaildă de email." + +#: src/Module/Invite.php:108 +msgid "Please join us on Friendica" +msgstr "Vă rugăm să veniți alături de noi pe Friendica" + +#: src/Module/Invite.php:117 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem." + +#: src/Module/Invite.php:121 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Livrarea mesajului a eşuat." + +#: src/Module/Invite.php:125 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d mesaj trimis." +msgstr[1] "%d mesaje trimise." +msgstr[2] "%d de mesaje trimise." + +#: src/Module/Invite.php:143 +msgid "You have no more invitations available" +msgstr "Nu mai aveți invitaţii disponibile" + +#: src/Module/Invite.php:150 +#, 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 "Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale." + +#: src/Module/Invite.php:152 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica." + +#: src/Module/Invite.php:153 +#, 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 "Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura." + +#: src/Module/Invite.php:157 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii." + +#: src/Module/Invite.php:160 +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 "" + +#: src/Module/Invite.php:159 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Pentru a accepta invitația aceasta, vă rugăm să vizitați și să vă înregistrați la %s." + +#: src/Module/Invite.php:167 +msgid "Send invitations" +msgstr "Trimiteți invitaţii" + +#: src/Module/Invite.php:168 +msgid "Enter email addresses, one per line:" +msgstr "Introduceţi adresele de email, una pe linie:" + +#: src/Module/Invite.php:172 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună." + +#: src/Module/Invite.php:174 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Va fi nevoie să furnizați acest cod de invitaţie: $invite_code" + +#: src/Module/Invite.php:174 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:" + +#: src/Module/Invite.php:176 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Pentru mai multe informații despre proiectul Friendica și motivele pentru care îl considerăm important, vă rugăm să vizitați http://friendi.ca" + +#: src/Module/Item/Compose.php:85 +msgid "Please enter a post body." +msgstr "Vă rugăm introduceți corpul textului." + +#: src/Module/Item/Compose.php:98 +msgid "This feature is only available with the frio theme." +msgstr "" + +#: src/Module/Item/Compose.php:122 +msgid "Compose new personal note" +msgstr "Compune o notă personală nouă" + +#: src/Module/Item/Compose.php:131 +msgid "Compose new post" +msgstr "Compune o nouă postare" + +#: src/Module/Item/Compose.php:187 +msgid "Visibility" +msgstr "Vizibilitate" + +#: src/Module/Item/Compose.php:203 +msgid "Clear the location" +msgstr "" + +#: src/Module/Item/Compose.php:204 +msgid "Location services are unavailable on your device" +msgstr "Servicii de locație indisponibile pe dispozitivul dumneavoastră" + +#: src/Module/Item/Compose.php:205 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "" + +#: src/Module/Item/Compose.php:211 +msgid "" +"You can make this page always open when you use the New Post button in the " +"Theme Customization settings." +msgstr "" + +#: src/Module/Item/Feed.php:86 +msgid "The feed for this item is unavailable." +msgstr "" + +#: src/Module/Item/Follow.php:51 +msgid "Unable to follow this item." +msgstr "Imposibil de urmărit acest element" + +#: src/Module/Maintenance.php:48 src/Module/Maintenance.php:53 +msgid "System down for maintenance" +msgstr "Sistemul este suspendat pentru întreținere" + +#: src/Module/Maintenance.php:54 +msgid "" +"This Friendica node is currently in maintenance mode, either automatically " +"because it is self-updating or manually by the node administrator. This " +"condition should be temporary, please come back in a few minutes." +msgstr "Acest nod Friendica se află în modul de întreținere, fie din cauza auto-actualizărilor, fie manual, de administrator. Aceasta condiție este temporară, vă rugăm să reveniți în câteva minute." + +#: src/Module/Manifest.php:40 +msgid "A Decentralized Social Network" +msgstr "O rețea socială descentralizată" + +#: src/Module/Media/Attachment/Browser.php:58 +#: src/Module/Media/Photo/Browser.php:59 +msgid "You need to be logged in to access this page." +msgstr "Trebuie să vă logați pentru a accesa această pagină." + +#: src/Module/Media/Attachment/Browser.php:74 +msgid "Files" +msgstr "Fişiere" + +#: src/Module/Media/Attachment/Browser.php:79 +#: src/Module/Media/Photo/Browser.php:90 +#: src/Module/Settings/Profile/Photo/Index.php:129 +msgid "Upload" +msgstr "Încărcare" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP" + +#: src/Module/Media/Attachment/Upload.php:97 +msgid "Or - did you try to upload an empty file?" +msgstr "Sau - ați încercat să încărcați un fișier gol?" + +#: src/Module/Media/Attachment/Upload.php:104 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Fișierul depășește limita de dimensiune de %s" + +#: src/Module/Media/Attachment/Upload.php:114 +msgid "File upload failed." +msgstr "Încărcarea fișierului a eşuat." + +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 +#: src/Module/Profile/Photos.php:217 +#: src/Module/Settings/Profile/Photo/Index.php:69 +msgid "Unable to process image." +msgstr "Nu s-a putut procesa imaginea." + +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 +msgid "Image upload failed." +msgstr "Încărcarea imaginii a eşuat." + +#: src/Module/Moderation/BaseUsers.php:72 +msgid "List of all users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:77 +msgid "Active" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:80 +msgid "List of active accounts" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:88 +msgid "List of pending registrations" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:96 +msgid "List of blocked users" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:101 +msgid "Deleted" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:104 +msgid "List of pending user deletions" +msgstr "" + +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 +msgid "Normal Account Page" +msgstr "Pagină de Cont Simplu" + +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 +msgid "Soapbox Page" +msgstr "Pagină Soapbox" + +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "Grup public" + +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 +msgid "Automatic Friend Page" +msgstr "Pagină Prietenie Automată" + +#: src/Module/Moderation/BaseUsers.php:123 +msgid "Private Group" +msgstr "Grup privat" + +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 +msgid "Personal Page" +msgstr "Pagină personală" + +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 +msgid "Organisation Page" +msgstr "Pagină de organizație" + +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 +msgid "News Page" +msgstr "Pagină de știri" + +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "Grup de comunitate" + +#: src/Module/Moderation/BaseUsers.php:130 +msgid "Relay" +msgstr "Releu" + +#: src/Module/Moderation/Blocklist/Contact.php:70 +msgid "You can't block a local contact, please block the user instead" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:89 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact deblocat" +msgstr[1] "%scontacte deblocate" +msgstr[2] "%s de contacte deblocate" + +#: src/Module/Moderation/Blocklist/Contact.php:111 +msgid "Remote Contact Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:112 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:113 +msgid "Block Remote Contact" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:114 +#: src/Module/Moderation/Users/Active.php:135 +#: src/Module/Moderation/Users/Blocked.php:135 +#: src/Module/Moderation/Users/Index.php:149 +#: src/Module/Moderation/Users/Pending.php:98 +msgid "select all" +msgstr "selectează tot" + +#: src/Module/Moderation/Blocklist/Contact.php:115 +msgid "select none" +msgstr "selectează nimic" + +#: src/Module/Moderation/Blocklist/Contact.php:118 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:120 +msgid "Blocked Remote Contacts" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:121 +msgid "Block New Remote Contact" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 +msgid "Photo" +msgstr "Fotografie" + +#: src/Module/Moderation/Blocklist/Contact.php:122 +msgid "Reason" +msgstr "Motiv" + +#: src/Module/Moderation/Blocklist/Contact.php:130 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Blocklist/Contact.php:133 +msgid "URL of the remote contact to block." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "Also purge contact" +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:134 +msgid "" +"Removes all content related to this contact from the node. Keeps the contact" +" record. This action cannot be undone." +msgstr "" + +#: src/Module/Moderation/Blocklist/Contact.php:135 +#: src/Module/Moderation/Blocklist/Server/Import.php:124 +msgid "Block Reason" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:80 +msgid "Server domain pattern added to the blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:88 +#, php-format +msgid "%s server scheduled to be purged." +msgid_plural "%s servers scheduled to be purged." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:120 +#: src/Module/Moderation/Blocklist/Server/Import.php:117 +msgid "← Return to the list" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:122 +msgid "Block A New Server Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:123 +#: src/Module/Moderation/Blocklist/Server/Index.php:99 +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" +"
    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:128 +#: src/Module/Moderation/Blocklist/Server/Index.php:107 +msgid "Check pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:129 +msgid "Matching known servers" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 +msgid "Server Name" +msgstr "Nume server" + +#: src/Module/Moderation/Blocklist/Server/Add.php:131 +msgid "Server Domain" +msgstr "Domeniu server" + +#: src/Module/Moderation/Blocklist/Server/Add.php:132 +msgid "Known Contacts" +msgstr "Contacte cunoscute" + +#: src/Module/Moderation/Blocklist/Server/Add.php:133 +#, php-format +msgid "%d known server" +msgid_plural "%d known servers" +msgstr[0] "%d server știut" +msgstr[1] "%d servere știute" +msgstr[2] "%d de servere știute" + +#: src/Module/Moderation/Blocklist/Server/Add.php:134 +msgid "Add pattern to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "Server Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:136 +#: src/Module/Moderation/Blocklist/Server/Index.php:116 +msgid "" +"The domain pattern of the new server to add to the blocklist. Do not include" +" the protocol." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "Purge server" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:137 +msgid "" +"Also purges all the locally stored content authored by the known contacts " +"registered on that server. Keeps the contacts and the server records. This " +"action cannot be undone." +msgid_plural "" +"Also purges all the locally stored content authored by the known contacts " +"registered on these servers. Keeps the contacts and the servers records. " +"This action cannot be undone." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "Block reason" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Add.php:138 +msgid "" +"The reason why you blocked this server domain pattern. This reason will be " +"shown publicly in the server information page." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:74 +#: src/Module/Moderation/Blocklist/Server/Import.php:83 +msgid "Error importing pattern file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:89 +msgid "Local blocklist replaced with the provided file." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:93 +#, php-format +msgid "%d pattern was added to the local blocklist." +msgid_plural "%d patterns were added to the local blocklist." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:95 +msgid "No pattern was added to the local blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:119 +msgid "Import a Server Domain Pattern Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:120 +msgid "" +"

    This file can be downloaded from the /friendica path of any " +"Friendica server.

    " +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:121 +#: src/Module/Moderation/Blocklist/Server/Index.php:106 +msgid "Upload file" +msgstr "Încărcare fișier" + +#: src/Module/Moderation/Blocklist/Server/Import.php:122 +msgid "Patterns to import" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:123 +msgid "Domain Pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:125 +msgid "Import Mode" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:126 +msgid "Import Patterns" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:127 +#, php-format +msgid "%d total pattern" +msgid_plural "%d total patterns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:129 +#: src/Module/Moderation/Blocklist/Server/Index.php:115 +msgid "Server domain pattern blocklist CSV file" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "Append" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:130 +msgid "" +"Imports patterns from the file that weren't already existing in the current " +"blocklist." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replace" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Import.php:131 +msgid "Replaces the current blocklist by the imported patterns." +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:86 +#: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:173 +msgid "Blocked server domain pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Delete server domain pattern" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:88 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:96 +msgid "Server Domain Pattern Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:97 +msgid "" +"This page can be used to define a blocklist 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/Moderation/Blocklist/Server/Index.php:98 +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/Moderation/Blocklist/Server/Index.php:104 +msgid "Import server domain pattern blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:105 +msgid "Add new entry to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:108 +msgid "Save changes to the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:109 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:112 +msgid "Delete entry from the blocklist" +msgstr "" + +#: src/Module/Moderation/Blocklist/Server/Index.php:113 +msgid "Delete entry from the blocklist?" +msgstr "" + +#: src/Module/Moderation/Item/Delete.php:50 +msgid "Item marked for deletion." +msgstr "" + +#: src/Module/Moderation/Item/Delete.php:63 +msgid "Delete this Item" +msgstr "Ștergeți acest element" + +#: src/Module/Moderation/Item/Delete.php:64 +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 "Pe această pagină puteți șterge un element din nodul dumneavoastră. Dacă elementul este o postare de nivel superior, întregul fir va fi șters." + +#: src/Module/Moderation/Item/Delete.php:65 +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/Moderation/Item/Delete.php:67 +msgid "GUID" +msgstr "" + +#: src/Module/Moderation/Item/Delete.php:67 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: src/Module/Moderation/Item/Source.php:77 +msgid "Item Id" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:78 +msgid "Item URI" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:80 +msgid "Terms" +msgstr "Termeni" + +#: src/Module/Moderation/Item/Source.php:81 +msgid "Tag" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:82 +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Index.php:140 +msgid "Type" +msgstr "Tip" + +#: src/Module/Moderation/Item/Source.php:83 +msgid "Term" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:84 +msgid "URL" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:86 +msgid "Implicit Mention" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:88 +msgid "Item not found" +msgstr "Element negăsit" + +#: src/Module/Moderation/Item/Source.php:89 +msgid "No source recorded" +msgstr "" + +#: src/Module/Moderation/Item/Source.php:90 +msgid "" +"Please make sure the debug.store_source config key is set in " +"config/local.config.php for future items to have sources." +msgstr "" + +#: src/Module/Moderation/Item/Source.php:92 +msgid "Item Guid" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Spam" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Conținut ilegal" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Acest contact postează conținut considerat ilegal în jurisdicția în care se află nodul acesta." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Conținut/comportament nedorit" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Violare de reguli" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "Informații adiționale" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Nimic" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Blochează contactul" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + +#: src/Module/Moderation/Summary.php:53 +msgid "Normal Account" +msgstr "Cont normal" + +#: src/Module/Moderation/Summary.php:54 +msgid "Automatic Follower Account" +msgstr "" + +#: src/Module/Moderation/Summary.php:55 +msgid "Public Group Account" +msgstr "Cont de grup public" + +#: src/Module/Moderation/Summary.php:56 +msgid "Automatic Friend Account" +msgstr "Cont Prieten Automat" + +#: src/Module/Moderation/Summary.php:57 +msgid "Blog Account" +msgstr "Cont Blog" + +#: src/Module/Moderation/Summary.php:58 +msgid "Private Group Account" +msgstr "Cont de grup privat" + +#: src/Module/Moderation/Summary.php:78 +msgid "Registered users" +msgstr "Utilizatori înregistraţi" + +#: src/Module/Moderation/Summary.php:80 +msgid "Pending registrations" +msgstr "Administrare" + +#: src/Module/Moderation/Users/Active.php:43 +#: src/Module/Moderation/Users/Index.php:43 +#, php-format +msgid "%s user blocked" +msgid_plural "%s users blocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Users/Active.php:51 +#: src/Module/Moderation/Users/Active.php:85 +#: src/Module/Moderation/Users/Blocked.php:51 +#: src/Module/Moderation/Users/Blocked.php:85 +#: src/Module/Moderation/Users/Index.php:58 +#: src/Module/Moderation/Users/Index.php:92 +msgid "You can't remove yourself" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:55 +#: src/Module/Moderation/Users/Blocked.php:55 +#: src/Module/Moderation/Users/Index.php:62 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s utilizator şters" +msgstr[1] "%s utilizatori şterşi" +msgstr[2] "%s utilizatori şterşi" + +#: src/Module/Moderation/Users/Active.php:83 +#: src/Module/Moderation/Users/Blocked.php:83 +#: src/Module/Moderation/Users/Index.php:90 +#, php-format +msgid "User \"%s\" deleted" +msgstr "Utilizatorul „%s” a fost șters" + +#: src/Module/Moderation/Users/Active.php:93 +#: src/Module/Moderation/Users/Index.php:100 +#, php-format +msgid "User \"%s\" blocked" +msgstr "Utilizatorul „%s” a fost șters" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Register date" +msgstr "Data înregistrare" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last login" +msgstr "Ultimul login" + +#: src/Module/Moderation/Users/Active.php:126 +#: src/Module/Moderation/Users/Blocked.php:126 +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:140 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Last public item" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:134 +msgid "Active Accounts" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:138 +#: src/Module/Moderation/Users/Blocked.php:137 +#: src/Module/Moderation/Users/Index.php:153 +msgid "User blocked" +msgstr "" + +#: src/Module/Moderation/Users/Active.php:139 +#: src/Module/Moderation/Users/Blocked.php:139 +#: src/Module/Moderation/Users/Index.php:155 +msgid "Site admin" +msgstr "Administratorul site-ului" + +#: src/Module/Moderation/Users/Active.php:140 +#: src/Module/Moderation/Users/Blocked.php:140 +#: src/Module/Moderation/Users/Index.php:156 +msgid "Account expired" +msgstr "Cont expirat" + +#: src/Module/Moderation/Users/Active.php:141 +#: src/Module/Moderation/Users/Index.php:159 +msgid "Create a new user" +msgstr "Creează un nou utilizator" + +#: src/Module/Moderation/Users/Active.php:147 +#: src/Module/Moderation/Users/Blocked.php:146 +#: src/Module/Moderation/Users/Index.php:165 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Utilizatorii selectați vor fi șterși!\\n\\nTot ce au postat acești utilizatori pe acest site, va fi șters permanent!\\n\\nConfirmați?" + +#: src/Module/Moderation/Users/Active.php:148 +#: src/Module/Moderation/Users/Blocked.php:147 +#: src/Module/Moderation/Users/Index.php:166 +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 "Utilizatorul {0} va fi şters!\\n\\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\\n\\nConfirmați?" + +#: src/Module/Moderation/Users/Blocked.php:43 +#: src/Module/Moderation/Users/Index.php:50 +#, php-format +msgid "%s user unblocked" +msgid_plural "%s users unblocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Users/Blocked.php:92 +#: src/Module/Moderation/Users/Index.php:106 +#, php-format +msgid "User \"%s\" unblocked" +msgstr "Utilizatorul „%s” a fost deblocat" + +#: src/Module/Moderation/Users/Blocked.php:134 +msgid "Blocked Users" +msgstr "Utilizatori blocați" + +#: src/Module/Moderation/Users/Create.php:62 +msgid "New User" +msgstr "Utilizator Nou" + +#: src/Module/Moderation/Users/Create.php:63 +msgid "Add User" +msgstr "Adăugaţi Utilizator" + +#: src/Module/Moderation/Users/Create.php:70 +msgid "Name of the new user." +msgstr "Numele noului utilizator." + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname" +msgstr "Pseudonim" + +#: src/Module/Moderation/Users/Create.php:71 +msgid "Nickname of the new user." +msgstr "Pseudonimul noului utilizator." + +#: src/Module/Moderation/Users/Create.php:72 +msgid "Email address of the new user." +msgstr "Adresa de e-mail a utilizatorului nou." + +#: src/Module/Moderation/Users/Deleted.php:81 +msgid "Users awaiting permanent deletion" +msgstr "Utilizatori care așteaptă ștergerea permanentă" + +#: src/Module/Moderation/Users/Deleted.php:83 +#: src/Module/Moderation/Users/Index.php:160 +msgid "Permanent deletion" +msgstr "Ștergere permanentă" + +#: src/Module/Moderation/Users/Index.php:150 +msgid "User waiting for permanent deletion" +msgstr "Utilizatorul așteaptă să fie șters definitiv" + +#: src/Module/Moderation/Users/Pending.php:44 +#, php-format +msgid "%s user approved" +msgid_plural "%s users approved" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Users/Pending.php:51 +#, php-format +msgid "%s registration revoked" +msgid_plural "%s registrations revoked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/Module/Moderation/Users/Pending.php:76 +msgid "Account approved." +msgstr "Cont aprobat." + +#: src/Module/Moderation/Users/Pending.php:82 +msgid "Registration revoked" +msgstr "" + +#: src/Module/Moderation/Users/Pending.php:97 +msgid "User registrations awaiting review" +msgstr "" + +#: src/Module/Moderation/Users/Pending.php:99 +msgid "Request date" +msgstr "Data cererii" + +#: src/Module/Moderation/Users/Pending.php:100 +msgid "No registrations." +msgstr "Nicio înregistrare." + +#: src/Module/Moderation/Users/Pending.php:101 +msgid "Note from the user" +msgstr "Notă de la utilizator" + +#: src/Module/Moderation/Users/Pending.php:103 +msgid "Deny" +msgstr "Respinge" + +#: src/Module/Notifications/Introductions.php:99 +msgid "Show Ignored Requests" +msgstr "Afişare Solicitări Ignorate" + +#: src/Module/Notifications/Introductions.php:99 +msgid "Hide Ignored Requests" +msgstr "Ascundere Solicitări Ignorate" + +#: src/Module/Notifications/Introductions.php:115 +#: src/Module/Notifications/Introductions.php:178 +msgid "Notification type:" +msgstr "Tip de notificare:" + +#: src/Module/Notifications/Introductions.php:118 +msgid "Suggested by:" +msgstr "Sugerat de" + +#: src/Module/Notifications/Introductions.php:143 +msgid "Claims to be known to you: " +msgstr "Pretinde că vă cunoaște:" + +#: src/Module/Notifications/Introductions.php:144 +#: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 +#: src/Module/Settings/TwoFactor/Trusted.php:129 +msgid "No" +msgstr "NU" + +#: src/Module/Notifications/Introductions.php:152 +msgid "Shall your connection be bidirectional or not?" +msgstr "" + +#: src/Module/Notifications/Introductions.php:153 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: src/Module/Notifications/Introductions.php:154 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "" + +#: src/Module/Notifications/Introductions.php:156 +msgid "Friend" +msgstr "Prieten" + +#: src/Module/Notifications/Introductions.php:157 +msgid "Subscriber" +msgstr "Urmăritor" + +#: src/Module/Notifications/Introductions.php:216 +msgid "No introductions." +msgstr "Fără prezentări." + +#: src/Module/Notifications/Introductions.php:217 +#: src/Module/Notifications/Notifications.php:135 +#, php-format +msgid "No more %s notifications." +msgstr "" + +#: src/Module/Notifications/Notification.php:135 +msgid "You must be logged in to show this page." +msgstr "Trebuie să fiți logat(-ă) pentru a vedea această pagină" + +#: src/Module/Notifications/Notifications.php:66 +msgid "Network Notifications" +msgstr "Notificări de Reţea" + +#: src/Module/Notifications/Notifications.php:72 +msgid "System Notifications" +msgstr "Notificări de Sistem" + +#: src/Module/Notifications/Notifications.php:78 +msgid "Personal Notifications" +msgstr "Notificări personale" + +#: src/Module/Notifications/Notifications.php:84 +msgid "Home Notifications" +msgstr "Notificări de Origine" + +#: src/Module/Notifications/Notifications.php:140 +msgid "Show unread" +msgstr "Arătați necitite" + +#: src/Module/Notifications/Ping.php:246 +msgid "{0} requested registration" +msgstr "{0} a solicitat înregistrarea" + +#: src/Module/Notifications/Ping.php:255 +#, php-format +msgid "{0} and %d others requested registration" +msgstr "" + +#: src/Module/OAuth/Acknowledge.php:51 +msgid "Authorize application connection" +msgstr "Autorizare conectare aplicaţie" + +#: src/Module/OAuth/Acknowledge.php:53 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?" + +#: src/Module/OAuth/Authorize.php:54 +msgid "Unsupported or missing response type" +msgstr "" + +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 +msgid "Incomplete request data" +msgstr "" + +#: src/Module/OAuth/Authorize.php:106 +#, php-format +msgid "" +"Please copy the following authentication code into your application and " +"close this window: %s" +msgstr "" + +#: src/Module/OAuth/Token.php:83 +msgid "Invalid data or unknown client" +msgstr "" + +#: src/Module/OAuth/Token.php:108 +msgid "Unsupported or missing grant type" +msgstr "" + +#: src/Module/OStatus/Repair.php:83 +msgid "Resubscribing to OStatus contacts" +msgstr "" + +#: src/Module/OStatus/Repair.php:84 src/Module/OStatus/Subscribe.php:158 +msgid "Keep this window open until done." +msgstr "" + +#: src/Module/OStatus/Repair.php:85 +msgid "✔ Done" +msgstr "✔ Gata" + +#: src/Module/OStatus/Repair.php:86 +msgid "No OStatus contacts to resubscribe to." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:70 +msgid "Subscribing to contacts" +msgstr "" + +#: src/Module/OStatus/Subscribe.php:79 +msgid "No contact provided." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:85 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:96 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:102 src/Module/OStatus/Subscribe.php:113 +msgid "Couldn't fetch following contacts." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:108 +msgid "Couldn't fetch remote profile." +msgstr "" + +#: src/Module/OStatus/Subscribe.php:118 +msgid "Unsupported network" +msgstr "" + +#: src/Module/OStatus/Subscribe.php:134 +msgid "Done" +msgstr "Gata" + +#: src/Module/OStatus/Subscribe.php:148 +msgid "success" +msgstr "success" + +#: src/Module/OStatus/Subscribe.php:150 +msgid "failed" +msgstr "eșuat" + +#: src/Module/OStatus/Subscribe.php:153 +msgid "ignored" +msgstr "ignorat" + +#: src/Module/PermissionTooltip.php:49 +#, php-format +msgid "Wrong type \"%s\", expected one of: %s" +msgstr "" + +#: src/Module/PermissionTooltip.php:79 +msgid "Model not found" +msgstr "" + +#: src/Module/PermissionTooltip.php:94 +msgid "Unlisted" +msgstr "Nelistat" + +#: src/Module/PermissionTooltip.php:112 +msgid "Remote privacy information not available." +msgstr "Informațiile la distanță despre confidențialitate nu sunt disponibile." + +#: src/Module/PermissionTooltip.php:120 +msgid "Visible to:" +msgstr "Visibil către:" + +#: src/Module/PermissionTooltip.php:214 +#, php-format +msgid "Collection (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:218 +#, php-format +msgid "Followers (%s)" +msgstr "" + +#: src/Module/PermissionTooltip.php:237 +#, php-format +msgid "%d more" +msgstr "" + +#: src/Module/PermissionTooltip.php:241 +#, php-format +msgid "To: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:244 +#, php-format +msgid "CC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:247 +#, php-format +msgid "BCC: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:250 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:253 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 +msgid "The Photo is not available." +msgstr "Fotografia nu este disponibilă" + +#: src/Module/Photo.php:155 +#, php-format +msgid "The Photo with id %s is not available." +msgstr "" + +#: src/Module/Photo.php:192 +#, php-format +msgid "Invalid external resource with url %s." +msgstr "" + +#: src/Module/Photo.php:194 +#, php-format +msgid "Invalid photo with id %s." +msgstr "" + +#: src/Module/Post/Edit.php:82 src/Module/Post/Edit.php:96 +msgid "Post not found." +msgstr "Postare negăsită" + +#: src/Module/Post/Edit.php:102 +msgid "Edit post" +msgstr "Editează postarea" + +#: src/Module/Post/Edit.php:136 +msgid "web link" +msgstr "link web" + +#: src/Module/Post/Edit.php:137 +msgid "Insert video link" +msgstr "Inserare link video" + +#: src/Module/Post/Edit.php:138 +msgid "video link" +msgstr "link video" + +#: src/Module/Post/Edit.php:139 +msgid "Insert audio link" +msgstr "Inserare link audio" + +#: src/Module/Post/Edit.php:140 +msgid "audio link" +msgstr "link audio" + +#: src/Module/Post/Tag/Remove.php:106 +msgid "Remove Item Tag" +msgstr "Eliminați Eticheta Elementului" + +#: src/Module/Post/Tag/Remove.php:107 +msgid "Select a tag to remove: " +msgstr "Selectați o etichetă de eliminat:" + +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 +msgid "Remove" +msgstr "Eliminare" + +#: src/Module/Profile/Contacts.php:159 +msgid "No contacts." +msgstr "Niciun contact." + +#: src/Module/Profile/Conversations.php:106 +#: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 +#, php-format +msgid "%s's timeline" +msgstr "Cronologia lui %s" + +#: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 +#, php-format +msgid "%s's posts" +msgstr "Postările lui %s" + +#: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 +#, php-format +msgid "%s's comments" +msgstr "Comentariile lui %s" + +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Imaginea depășește limita de %s" + +#: src/Module/Profile/Photos.php:170 +msgid "Image upload didn't complete, please try again" +msgstr "Încărcarea imaginii a eșuat, vă rugăm, reîncercați" + +#: src/Module/Profile/Photos.php:173 +msgid "Image file is missing" +msgstr "Fișierul de imagine lipsește" + +#: src/Module/Profile/Photos.php:178 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Serverul nu mai acceptă momentan noi încărcări de fișiere, vă rugăm să vă contactați administratorul" + +#: src/Module/Profile/Photos.php:202 +msgid "Image file is empty." +msgstr "Fișierul imagine este gol." + +#: src/Module/Profile/Photos.php:356 +msgid "View Album" +msgstr "Vezi Album" + +#: src/Module/Profile/Profile.php:112 src/Module/Profile/Restricted.php:50 +msgid "Profile not found." +msgstr "Profil negăsit." + +#: src/Module/Profile/Profile.php:158 +#, php-format +msgid "" +"You're currently viewing your profile as %s Cancel" +msgstr "" + +#: src/Module/Profile/Profile.php:167 +msgid "Full Name:" +msgstr "Nume complet:" + +#: src/Module/Profile/Profile.php:172 +msgid "Member since:" +msgstr "Membru începând cu:" + +#: src/Module/Profile/Profile.php:178 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Module/Profile/Profile.php:179 +msgid "j F" +msgstr "j F" + +#: src/Module/Profile/Profile.php:187 src/Util/Temporal.php:168 +msgid "Birthday:" +msgstr "Zile Naştere :" + +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 +msgid "Age: " +msgstr "Vârsta:" + +#: src/Module/Profile/Profile.php:190 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 +#, php-format +msgid "%d year old" +msgid_plural "%d years old" +msgstr[0] "%dan" +msgstr[1] "%dani" +msgstr[2] "%dde ani" + +#: src/Module/Profile/Profile.php:195 +#: src/Module/Settings/Profile/Index.php:284 +msgid "Description:" +msgstr "Descriere:" + +#: src/Module/Profile/Profile.php:261 +msgid "Groups:" +msgstr "Grupuri" + +#: src/Module/Profile/Profile.php:273 +msgid "View profile as:" +msgstr "Vizualizați profilul ca:" + +#: src/Module/Profile/Profile.php:290 +msgid "View as" +msgstr "Vedeți ca" + +#: src/Module/Profile/RemoteFollow.php:82 +msgid "Profile unavailable." +msgstr "Profil indisponibil." + +#: src/Module/Profile/RemoteFollow.php:88 +msgid "Invalid locator" +msgstr "Invalid locator" + +#: src/Module/Profile/RemoteFollow.php:95 +msgid "The provided profile link doesn't seem to be valid" +msgstr "" + +#: src/Module/Profile/RemoteFollow.php:100 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: src/Module/Profile/RemoteFollow.php:128 +msgid "Friend/Connection Request" +msgstr "Solicitare Prietenie/Conectare" + +#: src/Module/Profile/RemoteFollow.php:129 +#, php-format +msgid "" +"Enter your Webfinger address (user@domain.tld) or profile URL here. If this " +"isn't supported by your system, you have to subscribe to %s" +" or %s directly on your system." +msgstr "" + +#: src/Module/Profile/RemoteFollow.php:130 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica node and join us today." +msgstr "" + +#: src/Module/Profile/RemoteFollow.php:131 +msgid "Your Webfinger address or profile URL:" +msgstr "" + +#: src/Module/Profile/Restricted.php:59 +msgid "Restricted profile" +msgstr "Profil restricționat" + +#: src/Module/Profile/Restricted.php:60 +msgid "" +"This profile has been restricted which prevents access to their public " +"content from anonymous visitors." +msgstr "Acest profil a fost restricționat, ceea ce previne accesul conținutului său public din partea utilizatorilor anonimi" + +#: src/Module/Profile/Schedule.php:83 +msgid "Scheduled" +msgstr "Programat" + +#: src/Module/Profile/Schedule.php:84 +msgid "Content" +msgstr "Conținut" + +#: src/Module/Profile/Schedule.php:85 +msgid "Remove post" +msgstr "Înlătură postarea" + +#: src/Module/Profile/UnkMail.php:78 +msgid "Empty message body." +msgstr "Corp mesaj gol." + +#: src/Module/Profile/UnkMail.php:103 +msgid "Unable to check your home location." +msgstr "Imposibil de verificat locaţia dvs. de reşedinţă." + +#: src/Module/Profile/UnkMail.php:127 +msgid "Recipient not found." +msgstr "Destinatar negăsit." + +#: src/Module/Profile/UnkMail.php:138 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Numărul de mesaje zilnice pe perete pentru %s a fost depășit. Mesajul a eșuat." + +#: src/Module/Profile/UnkMail.php:152 +#, 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 "Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți." + +#: src/Module/Profile/UnkMail.php:160 +msgid "To" +msgstr "Către" + +#: src/Module/Profile/UnkMail.php:161 +msgid "Subject" +msgstr "Subiect" + +#: src/Module/Profile/UnkMail.php:162 +msgid "Your message" +msgstr "Mesajul dumneavoastră" + +#: src/Module/Register.php:84 +msgid "Only parent users can create additional accounts." +msgstr "" + +#: src/Module/Register.php:99 src/Module/User/Import.php:111 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine." + +#: src/Module/Register.php:116 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "" + +#: src/Module/Register.php:117 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor." + +#: src/Module/Register.php:118 +msgid "Your OpenID (optional): " +msgstr "Contul dvs. OpenID (opţional):" + +#: src/Module/Register.php:127 +msgid "Include your profile in member directory?" +msgstr "Includeți profilul dvs în directorul de membru?" + +#: src/Module/Register.php:148 +msgid "Note for the admin" +msgstr "Notă pentru administrator" + +#: src/Module/Register.php:148 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "" + +#: src/Module/Register.php:149 +msgid "Membership on this site is by invitation only." +msgstr "Aderarea pe acest site este posibilă doar pe bază de invitație." + +#: src/Module/Register.php:150 +msgid "Your invitation code: " +msgstr "Codul dvs. de invitație:" + +#: src/Module/Register.php:158 +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "" + +#: src/Module/Register.php:159 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Adresa dvs. de email: (Informațiile inițiale vor fi trimise acolo, astfel că va trebui să introduceți o adresă existentă)" + +#: src/Module/Register.php:160 +msgid "Please repeat your e-mail address:" +msgstr "Vă rugăm, repetați adresa dvs. de e-mail:" + +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:547 +msgid "New Password:" +msgstr "Parola Nouă:" + +#: src/Module/Register.php:162 +msgid "Leave empty for an auto generated password." +msgstr "Lăsați gol pentru o parolă generată automat" + +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Settings/Account.php:548 +msgid "Confirm:" +msgstr "Confirmați:" + +#: src/Module/Register.php:164 +#, 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:165 +msgid "Choose a nickname: " +msgstr "Alegeţi un pseudonim:" + +#: src/Module/Register.php:173 src/Module/User/Import.php:117 +msgid "Import" +msgstr "Import" + +#: src/Module/Register.php:174 +msgid "Import your profile to this friendica instance" +msgstr "Importați profilul dvs. în această instanță friendica" + +#: src/Module/Register.php:181 +msgid "Note: This node explicitly contains adult content" +msgstr "Notă: acest nod conține în mod explicit conținut pentru adulți" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +msgid "Parent Password:" +msgstr "" + +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: src/Module/Register.php:212 +msgid "Password doesn't match." +msgstr "Parola nu se potrivește" + +#: src/Module/Register.php:218 +msgid "Please enter your password." +msgstr "Vă rugăm să introduceți parola dvs." + +#: src/Module/Register.php:260 +msgid "You have entered too much information." +msgstr "Ați introdus prea multă informație" + +#: src/Module/Register.php:283 +msgid "Please enter the identical mail address in the second field." +msgstr "" + +#: src/Module/Register.php:310 +msgid "The additional account was created." +msgstr "Contul adițional a fost creat" + +#: src/Module/Register.php:335 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare." + +#: src/Module/Register.php:342 +#, 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:348 +msgid "Registration successful." +msgstr "Înregistrarea s-a efectuat cu succes." + +#: src/Module/Register.php:357 src/Module/Register.php:364 +#: src/Module/Register.php:374 +msgid "Your registration can not be processed." +msgstr "Înregistrarea dvs. nu poate fi procesată." + +#: src/Module/Register.php:363 +msgid "You have to leave a request note for the admin." +msgstr "" + +#: src/Module/Register.php:373 +msgid "An internal error occured." +msgstr "S-a produs o eroare internă." + +#: src/Module/Register.php:395 +msgid "Your registration is pending approval by the site owner." +msgstr "Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului." + +#: src/Module/Search/Acl.php:73 +msgid "You must be logged in to use this module." +msgstr "Trebuie să vă logați pentru a folosi acest modul." + +#: src/Module/Search/Index.php:69 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: src/Module/Search/Index.php:89 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: src/Module/Search/Index.php:205 +#, php-format +msgid "Items tagged with: %s" +msgstr "Elemente etichetate cu: %s" + +#: src/Module/Search/Saved.php:59 +msgid "Search term was not saved." +msgstr "" + +#: src/Module/Search/Saved.php:62 +msgid "Search term already saved." +msgstr "" + +#: src/Module/Search/Saved.php:68 +msgid "Search term was not removed." +msgstr "" + +#: src/Module/Security/Login.php:123 +msgid "Create a New Account" +msgstr "Creaţi un Cont Nou" + +#: src/Module/Security/Login.php:142 +msgid "Your OpenID: " +msgstr "OpenID-ul dvs." + +#: src/Module/Security/Login.php:145 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "Vă rugăm să introduceți username-ul și parola pentru a adăuga OpenID la contul dumneavoastră existent." + +#: src/Module/Security/Login.php:147 +msgid "Or login using OpenID: " +msgstr "Sau conectaţi-vă utilizând OpenID:" + +#: src/Module/Security/Login.php:161 +msgid "Password: " +msgstr "Parola:" + +#: src/Module/Security/Login.php:162 +msgid "Remember me" +msgstr "Reține autentificarea" + +#: src/Module/Security/Login.php:171 +msgid "Forgot your password?" +msgstr "Ați uitat parola?" + +#: src/Module/Security/Login.php:174 +msgid "Website Terms of Service" +msgstr "Condiții de Utilizare Site Web" + +#: src/Module/Security/Login.php:175 +msgid "terms of service" +msgstr "condiții de utilizare" + +#: src/Module/Security/Login.php:177 +msgid "Website Privacy Policy" +msgstr "Politica de Confidențialitate Site Web" + +#: src/Module/Security/Login.php:178 +msgid "privacy policy" +msgstr "politica de confidențialitate" + +#: src/Module/Security/Logout.php:84 +#: src/Module/Security/TwoFactor/SignOut.php:78 +#: src/Module/Security/TwoFactor/SignOut.php:86 +#: src/Module/Security/TwoFactor/SignOut.php:108 +#: src/Module/Security/TwoFactor/SignOut.php:115 +msgid "Logged out." +msgstr "Deconectat." + +#: src/Module/Security/OpenID.php:54 +msgid "OpenID protocol error. No ID returned" +msgstr "" + +#: src/Module/Security/OpenID.php:90 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "" + +#: src/Module/Security/OpenID.php:92 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:57 +#: src/Module/Settings/Account.php:67 +msgid "Passwords do not match." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:64 +msgid "Password does not need changing." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:77 +#: src/Module/Settings/Account.php:81 +msgid "Password unchanged." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:91 +msgid "Password Too Long" +msgstr "Parola este prea lungă" + +#: src/Module/Security/PasswordTooLong.php:92 +msgid "" +"Since version 2022.09, we've realized that any password longer than 72 " +"characters is truncated during hashing. To prevent any confusion about this " +"behavior, please update your password to be fewer or equal to 72 characters." +msgstr "" + +#: src/Module/Security/PasswordTooLong.php:93 +msgid "Update Password" +msgstr "Actualizați-vă parola" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 +msgid "Current Password:" +msgstr "Parola Curentă:" + +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 +msgid "Your current password to confirm the changes" +msgstr "Parola curentă pentru a confirma modificările" + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:533 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces and accentuated letters." +msgstr "Caracterele permise sunt a-z, A-Z, 0-9 și caractere speciale cu excepția spațiilor albe sau a literelor accentuate." + +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:534 +msgid "Password length is limited to 72 characters." +msgstr "Lungimea parolei este limitată la 72 de caractere." + +#: src/Module/Security/TwoFactor/Recovery.php:74 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "Coduri de recuperare rămase: %d" + +#: src/Module/Security/TwoFactor/Recovery.php:80 +#: src/Module/Security/TwoFactor/Verify.php:77 +#: src/Module/Settings/TwoFactor/Verify.php:98 +msgid "Invalid code, please retry." +msgstr "Cod invalid, vă rugăm să reîncercați." + +#: src/Module/Security/TwoFactor/Recovery.php:99 +msgid "Two-factor recovery" +msgstr "Recuperare cu doi factori" + +#: src/Module/Security/TwoFactor/Recovery.php:100 +msgid "" +"

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

    " +msgstr "" + +#: src/Module/Security/TwoFactor/Recovery.php:101 +#, php-format +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "" + +#: src/Module/Security/TwoFactor/Recovery.php:102 +msgid "Please enter a recovery code" +msgstr "Vă rugăm să introduceți un cod de recuperare" + +#: src/Module/Security/TwoFactor/Recovery.php:103 +msgid "Submit recovery code and complete login" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:122 +msgid "Sign out of this browser?" +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:123 +msgid "" +"

    If you trust this browser, you will not be asked for verification code " +"the next time you sign in.

    " +msgstr "" + +#: src/Module/Security/TwoFactor/SignOut.php:124 +msgid "Sign out" +msgstr "Delogare" + +#: src/Module/Security/TwoFactor/SignOut.php:126 +msgid "Trust and sign out" +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:96 +msgid "Couldn't save browser to Cookie." +msgstr "" + +#: src/Module/Security/TwoFactor/Trust.php:141 +msgid "Trust this browser?" +msgstr "Aveți încredere în acest browser?" + +#: src/Module/Security/TwoFactor/Trust.php:142 +msgid "" +"

    If you choose to trust this browser, you will not be asked for a " +"verification code the next time you sign in.

    " +msgstr "

    Dacă alegeți să aveți încredere în acest browser, nu veți mai fi întrebat(-ă) pentru un cod de verificare data viitoare când vă veți mai autentifica.

    " + +#: src/Module/Security/TwoFactor/Trust.php:143 +msgid "Not now" +msgstr "Nu acum" + +#: src/Module/Security/TwoFactor/Trust.php:144 +msgid "Don't trust" +msgstr "Nu aveți încredere" + +#: src/Module/Security/TwoFactor/Trust.php:145 +msgid "Trust" +msgstr "Aveți încredere" + +#: src/Module/Security/TwoFactor/Verify.php:97 +msgid "" +"

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

    " +msgstr "" + +#: src/Module/Security/TwoFactor/Verify.php:100 +#, php-format +msgid "" +"If you do not have access to your authentication code you can use a two-factor recovery code." +msgstr "" + +#: src/Module/Security/TwoFactor/Verify.php:101 +#: src/Module/Settings/TwoFactor/Verify.php:158 +msgid "Please enter a code from your authentication app" +msgstr "Vă rugăm să introduceți un cod din aplicația dumneavoastră de autentificare." + +#: src/Module/Security/TwoFactor/Verify.php:102 +msgid "Verify code and complete login" +msgstr "Verificați contul și intrați în cont" + +#: src/Module/Settings/Account.php:96 +msgid "Please use a shorter name." +msgstr "" + +#: src/Module/Settings/Account.php:99 +msgid "Name too short." +msgstr "" + +#: src/Module/Settings/Account.php:108 +msgid "Wrong Password." +msgstr "Parolă greșită." + +#: src/Module/Settings/Account.php:113 +msgid "Invalid email." +msgstr "Email invalid." + +#: src/Module/Settings/Account.php:117 +msgid "Cannot change to that email." +msgstr "" + +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 +msgid "Settings were not updated." +msgstr "" + +#: src/Module/Settings/Account.php:344 +msgid "Contact CSV file upload error" +msgstr "" + +#: src/Module/Settings/Account.php:363 +msgid "Importing Contacts done" +msgstr "" + +#: src/Module/Settings/Account.php:376 +msgid "Relocate message has been send to your contacts" +msgstr "Mesajul despre mutare, a fost trimis către contactele dvs." + +#: src/Module/Settings/Account.php:393 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: src/Module/Settings/Account.php:435 +msgid "Personal Page Subtypes" +msgstr "Subtipuri pagină personală" + +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "Subtipuri grup de comunitate" + +#: src/Module/Settings/Account.php:446 +msgid "Account for a personal profile." +msgstr "Cont pentru un profil personal." + +#: src/Module/Settings/Account.php:453 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: src/Module/Settings/Account.php:460 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: src/Module/Settings/Account.php:467 +msgid "Account for community discussions." +msgstr "Cont pentru discuții de comunitate" + +#: src/Module/Settings/Account.php:474 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: src/Module/Settings/Account.php:481 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: src/Module/Settings/Account.php:488 +msgid "Automatically approves all contact requests." +msgstr "" + +#: src/Module/Settings/Account.php:495 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "Grup privat [Experimental]" + +#: src/Module/Settings/Account.php:502 +msgid "Requires manual approval of contact requests." +msgstr "Necesită aprobarea manuală a cererilor de contact." + +#: src/Module/Settings/Account.php:511 +msgid "OpenID:" +msgstr "OpenID:" + +#: src/Module/Settings/Account.php:511 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Opţional) Permite acest OpenID să se conecteze la acest cont." + +#: src/Module/Settings/Account.php:519 +msgid "Publish your profile in your local site directory?" +msgstr "" + +#: src/Module/Settings/Account.php:519 +#, 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 "Profilul dumneavoastră va fi publicat în directorul local al acestui nod. Detaliile profilului dumneavoastră ar putea fi vizibile public, în funcție de setările de sistem." + +#: src/Module/Settings/Account.php:525 +#, php-format +msgid "" +"Your profile will also be published in the global friendica directories " +"(e.g. %s)." +msgstr "" + +#: src/Module/Settings/Account.php:538 +msgid "Account Settings" +msgstr "Configurări Cont" + +#: src/Module/Settings/Account.php:539 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Adresa dumneavoastră de identitate este '%s' sau '%s'." + +#: src/Module/Settings/Account.php:546 +msgid "Password Settings" +msgstr "Configurări Parolă" + +#: src/Module/Settings/Account.php:548 +msgid "Leave password fields blank unless changing" +msgstr "Lăsați câmpurile pentru parolă goale dacă nu doriți să o modificați" + +#: src/Module/Settings/Account.php:550 +msgid "Password:" +msgstr "Parola:" + +#: src/Module/Settings/Account.php:550 +msgid "Your current password to confirm the changes of the email address" +msgstr "Parola dumneavoastră actuală pentru a confirma schimbările de adresă email." + +#: src/Module/Settings/Account.php:553 +msgid "Delete OpenID URL" +msgstr "" + +#: src/Module/Settings/Account.php:555 +msgid "Basic Settings" +msgstr "Configurări de Bază" + +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Numele afișat:" + +#: src/Module/Settings/Account.php:557 +msgid "Email Address:" +msgstr "Adresa de email:" + +#: src/Module/Settings/Account.php:558 +msgid "Your Timezone:" +msgstr "Fusul dvs. orar:" + +#: src/Module/Settings/Account.php:559 +msgid "Your Language:" +msgstr "Limba dvs.:" + +#: src/Module/Settings/Account.php:559 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Setați limba pe care să o folosim în interfața Friendica și în care să vă trimitem email-urile" + +#: src/Module/Settings/Account.php:560 +msgid "Default Post Location:" +msgstr "Locația Implicită pentru Postări" + +#: src/Module/Settings/Account.php:561 +msgid "Use Browser Location:" +msgstr "Folosește Locația Navigatorului:" + +#: src/Module/Settings/Account.php:563 +msgid "Security and Privacy Settings" +msgstr "Configurări de Securitate și Confidențialitate" + +#: src/Module/Settings/Account.php:565 +msgid "Maximum Friend Requests/Day:" +msgstr "Solicitări de Prietenie, Maxime/Zi" + +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 +msgid "(to prevent spam abuse)" +msgstr "(Pentru a preveni abuzul de tip spam)" + +#: src/Module/Settings/Account.php:567 +msgid "Allow your profile to be searchable globally?" +msgstr "" + +#: src/Module/Settings/Account.php:567 +msgid "" +"Activate this setting if you want others to easily find and follow you. Your" +" profile will be searchable on remote systems. This setting also determines " +"whether Friendica will inform search engines that your profile should be " +"indexed or not." +msgstr "" + +#: src/Module/Settings/Account.php:568 +msgid "Hide your contact/friend list from viewers of your profile?" +msgstr "Ascundeți lista dumneavoastră de contacte/prieteni vizitatorilor profilului?" + +#: src/Module/Settings/Account.php:568 +msgid "" +"A list of your contacts is displayed on your profile page. Activate this " +"option to disable the display of your contact list." +msgstr "O listă de contacte este afișată pe pagina de profil a dumneavoastră. Activați această opțiune pentru a dezactiva afișarea listei de contacte." + +#: src/Module/Settings/Account.php:569 +msgid "Hide your public content from anonymous viewers" +msgstr "Ascundeți-vă conținutul public utilizatorilor anonimi" + +#: src/Module/Settings/Account.php:569 +msgid "" +"Anonymous visitors will only see your basic profile details. Your public " +"posts and replies will still be freely accessible on the remote servers of " +"your followers and through relays." +msgstr "Vizitatorii anonimi vor vedea numai detaliile tale de bază. Postările și comentariile tale publice vor putea fi în continuare accesibile pe alte servere ale urmăritorilor tăi și prin relee." + +#: src/Module/Settings/Account.php:570 +msgid "Make public posts unlisted" +msgstr "Delistați postările publice" + +#: src/Module/Settings/Account.php:570 +msgid "" +"Your public posts will not appear on the community pages or in search " +"results, nor be sent to relay servers. However they can still appear on " +"public feeds on remote servers." +msgstr "Postările dumneavoastră publice nu vor apărea pe paginile de comunitate sau în rezultatele de căutare și nici nu vor fi trimise către servere-releu. Cu toate acestea, ele încă mai pot apărea pe feed-uri publice ale altor servere." + +#: src/Module/Settings/Account.php:571 +msgid "Make all posted pictures accessible" +msgstr "" + +#: src/Module/Settings/Account.php:571 +msgid "" +"This option makes every posted picture accessible via the direct link. This " +"is a workaround for the problem that most other networks can't handle " +"permissions on pictures. Non public pictures still won't be visible for the " +"public on your photo albums though." +msgstr "" + +#: src/Module/Settings/Account.php:572 +msgid "Allow friends to post to your profile page?" +msgstr "Permiteți prietenilor să posteze pe pagina dvs. de profil ?" + +#: src/Module/Settings/Account.php:572 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Contactele dumneavoastră vă pot scrie postări pe profil. Aceste postări vor fi distribuite către contactele dumneavoastră" + +#: src/Module/Settings/Account.php:573 +msgid "Allow friends to tag your posts?" +msgstr "Permiteți prietenilor să vă eticheteze postările?" + +#: src/Module/Settings/Account.php:573 +msgid "Your contacts can add additional tags to your posts." +msgstr "Contactele dumneavoastră pot adăuga etichete adiționale în postările dumneavoastră." + +#: src/Module/Settings/Account.php:574 +msgid "Permit unknown people to send you private mail?" +msgstr "Permiteți persoanelor necunoscute să vă trimită mesaje private?" + +#: src/Module/Settings/Account.php:574 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Utilizatorii de pe rețeaua Friendica vă pot trimite mesaje private chiar și dacă nu fac parte din lista dumneavoastră de contacte." + +#: src/Module/Settings/Account.php:575 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum de mesaje private pe zi, de la persoanele necunoscute:" + +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 +msgid "Default Post Permissions" +msgstr "Permisiuni Implicite Postări" + +#: src/Module/Settings/Account.php:582 +msgid "Expiration settings" +msgstr "Setări de expirare" + +#: src/Module/Settings/Account.php:583 +msgid "Automatically expire posts after this many days:" +msgstr "Postările vor expira automat după atâtea zile:" + +#: src/Module/Settings/Account.php:583 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse" + +#: src/Module/Settings/Account.php:584 +msgid "Expire posts" +msgstr "Expiră postări" + +#: src/Module/Settings/Account.php:584 +msgid "When activated, posts and comments will be expired." +msgstr "Când va fi activată, postările și comentariile vor expira." + +#: src/Module/Settings/Account.php:585 +msgid "Expire personal notes" +msgstr "Expiră notițe personale" + +#: src/Module/Settings/Account.php:585 +msgid "" +"When activated, the personal notes on your profile page will be expired." +msgstr "Când va fi activată, notițele personale de pe pagina dumneavoastră de profil vor expira." + +#: src/Module/Settings/Account.php:586 +msgid "Expire starred posts" +msgstr "Expiră postări cu steluță" + +#: src/Module/Settings/Account.php:586 +msgid "" +"Starring posts keeps them from being expired. That behaviour is overwritten " +"by this setting." +msgstr "" + +#: src/Module/Settings/Account.php:587 +msgid "Only expire posts by others" +msgstr "Expiră numai postările celorlalți" + +#: src/Module/Settings/Account.php:587 +msgid "" +"When activated, your own posts never expire. Then the settings above are " +"only valid for posts you received." +msgstr "Când aceasta este activată, postările dumneavoastră nu vor expira niciodată. Apoi setările de mai sus devin valide doar pentru postările pe care le-ați primit." + +#: src/Module/Settings/Account.php:590 +msgid "Notification Settings" +msgstr "Configurări de Notificare" + +#: src/Module/Settings/Account.php:591 +msgid "Send a notification email when:" +msgstr "Trimiteți o notificare email atunci când:" + +#: src/Module/Settings/Account.php:592 +msgid "You receive an introduction" +msgstr "Primiți o introducere" + +#: src/Module/Settings/Account.php:593 +msgid "Your introductions are confirmed" +msgstr "Introducerile dvs. sunt confirmate" + +#: src/Module/Settings/Account.php:594 +msgid "Someone writes on your profile wall" +msgstr "Cineva scrie pe perete dvs. de profil" + +#: src/Module/Settings/Account.php:595 +msgid "Someone writes a followup comment" +msgstr "Cineva scrie un comentariu de urmărire" + +#: src/Module/Settings/Account.php:596 +msgid "You receive a private message" +msgstr "Primiți un mesaj privat" + +#: src/Module/Settings/Account.php:597 +msgid "You receive a friend suggestion" +msgstr "Primiți o sugestie de prietenie" + +#: src/Module/Settings/Account.php:598 +msgid "You are tagged in a post" +msgstr "Sunteți etichetat într-o postare" + +#: src/Module/Settings/Account.php:600 +msgid "Create a desktop notification when:" +msgstr "Creați o notificare desktop atunci când:" + +#: src/Module/Settings/Account.php:601 +msgid "Someone tagged you" +msgstr "Cineva vă etichetează" + +#: src/Module/Settings/Account.php:602 +msgid "Someone directly commented on your post" +msgstr "Cineva comentează direct la o postare a dumneavoastră" + +#: src/Module/Settings/Account.php:603 +msgid "Someone liked your content" +msgstr "Cuiva îi place conținutul dumneavoastră" + +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 +msgid "Can only be enabled, when the direct comment notification is enabled." +msgstr "" + +#: src/Module/Settings/Account.php:604 +msgid "Someone shared your content" +msgstr "Cineva a distribuit conținutul dumneavoastră" + +#: src/Module/Settings/Account.php:605 +msgid "Someone commented in your thread" +msgstr "Cineva a comentat în firul de conversație al dumneavoastră" + +#: src/Module/Settings/Account.php:606 +msgid "Someone commented in a thread where you commented" +msgstr "Cineva a comentat într-un fir de conversație unde ați comentat și dumneavoastră" + +#: src/Module/Settings/Account.php:607 +msgid "Someone commented in a thread where you interacted" +msgstr "Cineva a comentat într-un fir de conversație în care ați interacționat" + +#: src/Module/Settings/Account.php:609 +msgid "Activate desktop notifications" +msgstr "Activați notificările desktop" + +#: src/Module/Settings/Account.php:609 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: src/Module/Settings/Account.php:613 +msgid "Text-only notification emails" +msgstr "" + +#: src/Module/Settings/Account.php:615 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: src/Module/Settings/Account.php:619 +msgid "Show detailled notifications" +msgstr "" + +#: src/Module/Settings/Account.php:621 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: src/Module/Settings/Account.php:625 +msgid "Show notifications of ignored contacts" +msgstr "" + +#: src/Module/Settings/Account.php:627 +msgid "" +"You don't see posts from ignored contacts. But you still see their comments." +" This setting controls if you want to still receive regular notifications " +"that are caused by ignored contacts or not." +msgstr "" + +#: src/Module/Settings/Account.php:630 +msgid "Advanced Account/Page Type Settings" +msgstr "Configurări Avansate Cont/Tip Pagină" + +#: src/Module/Settings/Account.php:631 +msgid "Change the behaviour of this account for special situations" +msgstr "Modificați comportamentul acestui cont pentru situațiile speciale" + +#: src/Module/Settings/Account.php:634 +msgid "Import Contacts" +msgstr "" + +#: src/Module/Settings/Account.php:635 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "" + +#: src/Module/Settings/Account.php:636 +msgid "Upload File" +msgstr "Încărcați fișierul" + +#: src/Module/Settings/Account.php:639 +msgid "Relocate" +msgstr "Mutare" + +#: src/Module/Settings/Account.php:640 +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 "Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton." + +#: src/Module/Settings/Account.php:641 +msgid "Resend relocate message to contacts" +msgstr "Retrimiteți contactelor, mesajul despre mutare" + +#: src/Module/Settings/Addons.php:86 +msgid "Addon Settings" +msgstr "Setări suplimente" + +#: src/Module/Settings/Addons.php:87 +msgid "No Addon settings configured" +msgstr "" + +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "Etichetă" + +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:157 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Descriere" + +#: src/Module/Settings/Channels.php:141 src/Module/Settings/Channels.php:158 +msgid "Access Key" +msgstr "Cheie de acces" + +#: src/Module/Settings/Channels.php:142 src/Module/Settings/Channels.php:159 +msgid "Circle/Channel" +msgstr "Cerc/Canal" + +#: src/Module/Settings/Channels.php:143 src/Module/Settings/Channels.php:160 +msgid "Include Tags" +msgstr "Include etichete" + +#: src/Module/Settings/Channels.php:144 src/Module/Settings/Channels.php:161 +msgid "Exclude Tags" +msgstr "Exclude etichete" + +#: src/Module/Settings/Channels.php:145 src/Module/Settings/Channels.php:162 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "Delete channel" +msgstr "Ștergeți canalul" + +#: src/Module/Settings/Channels.php:149 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "Numele scurt al acestui canal. Va fi afișat în widget-ul cu canale." + +#: src/Module/Settings/Channels.php:157 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:158 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:162 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:163 +msgid "Check to display images in the channel." +msgstr "Bifați pentru a afișa imagini în canal." + +#: src/Module/Settings/Channels.php:164 +msgid "Check to display videos in the channel." +msgstr "Bifați pentru a afișa videoclipuri în canal." + +#: src/Module/Settings/Channels.php:165 +msgid "Check to display audio in the channel." +msgstr "Bifați pentru a afișa audio în canal." + +#: src/Module/Settings/Channels.php:168 +msgid "This page can be used to define your own channels." +msgstr "Această pagină poate fi folosită pentru a vă defini propriile canale." + +#: src/Module/Settings/Channels.php:169 +msgid "Add new entry to the channel list" +msgstr "Adăugați o intrare nouă în lista canalului" + +#: src/Module/Settings/Channels.php:170 +msgid "Add" +msgstr "Adăugare" + +#: src/Module/Settings/Channels.php:172 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:175 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:176 +msgid "Delete entry from the channel list?" +msgstr "" + +#: src/Module/Settings/Connectors.php:120 +msgid "Failed to connect with email account using the settings provided." +msgstr "A eşuat conectarea cu, contul de email, folosind configurările furnizate." + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 +#, php-format +msgid "Built-in support for %s connectivity is enabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 +#, php-format +msgid "Built-in support for %s connectivity is disabled" +msgstr "" + +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 +msgid "OStatus (GNU Social)" +msgstr "OStatus (GNU Social)" + +#: src/Module/Settings/Connectors.php:182 +msgid "Email access is disabled on this site." +msgstr "Accesul de email este dezactivat pe acest site." + +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 +msgid "None" +msgstr "Nimic" + +#: src/Module/Settings/Connectors.php:209 +msgid "General Social Media Settings" +msgstr "Setări generale pentru Social Media" + +#: src/Module/Settings/Connectors.php:212 +msgid "Followed content scope" +msgstr "" + +#: src/Module/Settings/Connectors.php:214 +msgid "" +"By default, conversations in which your follows participated but didn't " +"start will be shown in your timeline. You can turn this behavior off, or " +"expand it to the conversations in which your follows liked a post." +msgstr "" + +#: src/Module/Settings/Connectors.php:216 +msgid "Only conversations my follows started" +msgstr "Doar conversații pe care urmăritorii mei le-au pornit" + +#: src/Module/Settings/Connectors.php:217 +msgid "Conversations my follows started or commented on (default)" +msgstr "Conversații pe care urmăritorii mei le-au pornit sau la care au comentat (implicit)" + +#: src/Module/Settings/Connectors.php:218 +msgid "Any conversation my follows interacted with, including likes" +msgstr "" + +#: src/Module/Settings/Connectors.php:221 +msgid "Enable Content Warning" +msgstr "Activează avertismentul de conținut" + +#: src/Module/Settings/Connectors.php:221 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This enables the automatic " +"collapsing instead of setting the content warning as the post title. Doesn't" +" affect any other content filtering you eventually set up." +msgstr "" + +#: src/Module/Settings/Connectors.php:222 +msgid "Enable intelligent shortening" +msgstr "" + +#: src/Module/Settings/Connectors.php:222 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If disabled, every shortened post will always point to the original " +"friendica post." +msgstr "" + +#: src/Module/Settings/Connectors.php:223 +msgid "Enable simple text shortening" +msgstr "" + +#: src/Module/Settings/Connectors.php:223 +msgid "" +"Normally the system shortens posts at the next line feed. If this option is " +"enabled then the system will shorten the text at the maximum character " +"limit." +msgstr "" + +#: src/Module/Settings/Connectors.php:224 +msgid "Attach the link title" +msgstr "" + +#: src/Module/Settings/Connectors.php:224 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "" + +#: src/Module/Settings/Connectors.php:225 +msgid "API: Use spoiler field as title" +msgstr "" + +#: src/Module/Settings/Connectors.php:225 +msgid "" +"When activated, the \"spoiler_text\" field in the API will be used for the " +"title on standalone posts. When deactivated it will be used for spoiler " +"text. For comments it will always be used for spoiler text." +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 +msgid "Your legacy ActivityPub/GNU Social account" +msgstr "" + +#: src/Module/Settings/Connectors.php:227 +msgid "" +"If you enter your old account name from an ActivityPub based system or your " +"GNU Social/Statusnet account name here (in the format user@domain.tld), your" +" contacts will be added automatically. The field will be emptied when done." +msgstr "" + +#: src/Module/Settings/Connectors.php:229 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: src/Module/Settings/Connectors.php:233 +msgid "Email/Mailbox Setup" +msgstr "Configurare E-Mail/Căsuță poştală" + +#: src/Module/Settings/Connectors.php:234 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Dacă doriţi să comunicaţi cu contactele de email folosind acest serviciu (opţional), vă rugăm să precizaţi cum doriți să vă conectaţi la căsuța dvs. poştală." + +#: src/Module/Settings/Connectors.php:235 +msgid "Last successful email check:" +msgstr "Ultima verificare, cu succes, a email-ului:" + +#: src/Module/Settings/Connectors.php:237 +msgid "IMAP server name:" +msgstr "Nume server IMAP:" + +#: src/Module/Settings/Connectors.php:238 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: src/Module/Settings/Connectors.php:239 +msgid "Security:" +msgstr "Securitate:" + +#: src/Module/Settings/Connectors.php:240 +msgid "Email login name:" +msgstr "Nume email autentificare:" + +#: src/Module/Settings/Connectors.php:241 +msgid "Email password:" +msgstr "Parolă de e-mail:" + +#: src/Module/Settings/Connectors.php:242 +msgid "Reply-to address:" +msgstr "Adresă pentru răspuns:" + +#: src/Module/Settings/Connectors.php:243 +msgid "Send public posts to all email contacts:" +msgstr "Trimiteți postările publice la toate contactele de email:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Action after import:" +msgstr "Acţiune după importare:" + +#: src/Module/Settings/Connectors.php:244 +msgid "Move to folder" +msgstr "Mutare în dosar" + +#: src/Module/Settings/Connectors.php:245 +msgid "Move to folder:" +msgstr "Mutare în dosarul:" + +#: src/Module/Settings/Delegation.php:73 +msgid "Delegation successfully granted." +msgstr "" + +#: src/Module/Settings/Delegation.php:75 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "" + +#: src/Module/Settings/Delegation.php:79 +msgid "Delegation successfully revoked." +msgstr "" + +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "" + +#: src/Module/Settings/Delegation.php:112 +msgid "Delegate user not found." +msgstr "" + +#: src/Module/Settings/Delegation.php:169 +msgid "No parent user" +msgstr "" + +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 +msgid "Parent User" +msgstr "" + +#: src/Module/Settings/Delegation.php:188 +msgid "Additional Accounts" +msgstr "" + +#: src/Module/Settings/Delegation.php:189 +msgid "" +"Register additional accounts that are automatically connected to your " +"existing account so you can manage them from this account." +msgstr "Înregistrează conturi adiționale conectate automat la contul existent pentru a le administra din acest cont" + +#: src/Module/Settings/Delegation.php:190 +msgid "Register an additional account" +msgstr "Înregistrează un cont adițional" + +#: src/Module/Settings/Delegation.php:192 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: src/Module/Settings/Delegation.php:195 +msgid "Delegates" +msgstr "Delegați" + +#: src/Module/Settings/Delegation.php:196 +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 "Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină." + +#: src/Module/Settings/Delegation.php:197 +msgid "Existing Page Delegates" +msgstr "Delegați Existenți Pagină" + +#: src/Module/Settings/Delegation.php:198 +msgid "Potential Delegates" +msgstr "Potenţiali Delegaţi" + +#: src/Module/Settings/Delegation.php:199 +msgid "No entries." +msgstr "Nu există intrări." + +#: src/Module/Settings/Display.php:183 +msgid "The theme you chose isn't available." +msgstr "" + +#: src/Module/Settings/Display.php:223 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: src/Module/Settings/Display.php:260 +msgid "No preview" +msgstr "" + +#: src/Module/Settings/Display.php:261 +msgid "No image" +msgstr "" + +#: src/Module/Settings/Display.php:262 +msgid "Small Image" +msgstr "" + +#: src/Module/Settings/Display.php:263 +msgid "Large Image" +msgstr "" + +#: src/Module/Settings/Display.php:308 +msgid "Display Settings" +msgstr "Preferințe Ecran" + +#: src/Module/Settings/Display.php:310 +msgid "General Theme Settings" +msgstr "Setări generale pentru teme" + +#: src/Module/Settings/Display.php:311 +msgid "Custom Theme Settings" +msgstr "Setări personalizare temă" + +#: src/Module/Settings/Display.php:312 +msgid "Content Settings" +msgstr "Setări de conținut" + +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 +#: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 +#: view/theme/vier/config.php:136 +msgid "Theme settings" +msgstr "Configurări Temă" + +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 +msgid "Display Theme:" +msgstr "Temă de afișat:" + +#: src/Module/Settings/Display.php:322 +msgid "Mobile Theme:" +msgstr "Temă pentru mobil:" + +#: src/Module/Settings/Display.php:325 +msgid "Number of items to display per page:" +msgstr "Numărul de elemente de afişat pe pagină:" + +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 +msgid "Maximum of 100 items" +msgstr "Maxim 100 de elemente" + +#: src/Module/Settings/Display.php:326 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Numărul de elemente de afişat pe pagină atunci când se vizualizează de pe dispozitivul mobil:" + +#: src/Module/Settings/Display.php:327 +msgid "Update browser every xx seconds" +msgstr "Actualizare browser la fiecare fiecare xx secunde" + +#: src/Module/Settings/Display.php:327 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: src/Module/Settings/Display.php:328 +msgid "Display emoticons" +msgstr "Afișează emoticoanele" + +#: src/Module/Settings/Display.php:328 +msgid "When enabled, emoticons are replaced with matching symbols." +msgstr "Când aceasta este activată, emoticoanele sunt înlocuite cu simboluri aferente acestora." + +#: src/Module/Settings/Display.php:329 +msgid "Infinite scroll" +msgstr "Derulare infinită" + +#: src/Module/Settings/Display.php:329 +msgid "Automatic fetch new items when reaching the page end." +msgstr "" + +#: src/Module/Settings/Display.php:330 +msgid "Enable Smart Threading" +msgstr "" + +#: src/Module/Settings/Display.php:330 +msgid "Enable the automatic suppression of extraneous thread indentation." +msgstr "" + +#: src/Module/Settings/Display.php:331 +msgid "Display the Dislike feature" +msgstr "Afișați butonul Nu-mi place:" + +#: src/Module/Settings/Display.php:331 +msgid "" +"Display the Dislike button and dislike reactions on posts and comments." +msgstr "Afișați butonul Nu-mi place și reacțiile Nu-mi place postărilor și comentariilor." + +#: src/Module/Settings/Display.php:332 +msgid "Display the resharer" +msgstr "" + +#: src/Module/Settings/Display.php:332 +msgid "Display the first resharer as icon and text on a reshared item." +msgstr "" + +#: src/Module/Settings/Display.php:333 +msgid "Stay local" +msgstr "" + +#: src/Module/Settings/Display.php:333 +msgid "Don't go to a remote system when following a contact link." +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 +msgid "Link preview mode" +msgstr "" + +#: src/Module/Settings/Display.php:336 +msgid "Appearance of the link preview that is added to each post with a link." +msgstr "" + +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "Activați cronologiile pe care vreți să le vedeți în widget-ul de canale. Marcați cronologiile pe care vreți să le vedeți în meniul de sus." + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "Limbile canalelor:" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "Selectați toate limbile pe care vreți să le vedeți în canalele dumneavoastră." + +#: src/Module/Settings/Display.php:347 +msgid "Beginning of week:" +msgstr "Început de săptămână:" + +#: src/Module/Settings/Display.php:348 +msgid "Default calendar view:" +msgstr "Vedere de calendar implicită:" + +#: src/Module/Settings/Features.php:74 +msgid "Additional Features" +msgstr "Caracteristici Suplimentare" + +#: src/Module/Settings/OAuth.php:71 +msgid "Connected Apps" +msgstr "Aplicații Conectate" + +#: src/Module/Settings/OAuth.php:75 +msgid "Remove authorization" +msgstr "Eliminare autorizare" + +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "Este necesar un nume de afișat." + +#: src/Module/Settings/Profile/Index.php:167 +msgid "Profile couldn't be updated." +msgstr "Profilul nu a putut fi actualizat." + +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 +msgid "Label:" +msgstr "Etichetă:" + +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 +msgid "Value:" +msgstr "Valoare:" + +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 +msgid "Field Permissions" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 +msgid "(click to open/close)" +msgstr "(apăsați pentru a deschide/închide)" + +#: src/Module/Settings/Profile/Index.php:224 +msgid "Add a new profile field" +msgstr "Adăugați un câmp nou de profil" + +#: src/Module/Settings/Profile/Index.php:247 +msgid "" +"The homepage is verified. A rel=\"me\" link back to your Friendica profile " +"page was found on the homepage." +msgstr "Pagina a fost verificată. Un link rel=\"me\" către profilul dvs. de Friendica a fost găsit pe pagină." + +#: src/Module/Settings/Profile/Index.php:249 +#, php-format +msgid "" +"To verify your homepage, add a rel=\"me\" link to it, pointing to your " +"profile URL (%s)." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:255 +msgid "Profile Actions" +msgstr "Acțiuni Profil" + +#: src/Module/Settings/Profile/Index.php:256 +msgid "Edit Profile Details" +msgstr "Editare Detalii Profil" + +#: src/Module/Settings/Profile/Index.php:258 +msgid "Change Profile Photo" +msgstr "Modificați Fotografia de Profil" + +#: src/Module/Settings/Profile/Index.php:261 +msgid "Profile picture" +msgstr "Imagine profil" + +#: src/Module/Settings/Profile/Index.php:262 +msgid "Location" +msgstr "Locaţie" + +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 +#: src/Util/Temporal.php:99 +msgid "Miscellaneous" +msgstr "Diverse" + +#: src/Module/Settings/Profile/Index.php:264 +msgid "Custom Profile Fields" +msgstr "Câmpuri de profil personalizate" + +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 +msgid "Upload Profile Photo" +msgstr "Încărcare Fotografie Profil" + +#: src/Module/Settings/Profile/Index.php:266 +#, php-format +msgid "" +"

    Custom fields appear on your profile page.

    \n" +"\t\t\t\t

    You can use BBCodes in the field values.

    \n" +"\t\t\t\t

    Reorder by dragging the field title.

    \n" +"\t\t\t\t

    Empty the label field to remove a custom field.

    \n" +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "" + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Strada:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Localitate/Oraș:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Regiunea/Județul:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Cod poștal:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Ţară:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Adresă XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "Adresa XMPP va fi publicată pentru ca oamenii să vă poată urmări acolo." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Adresă Matrix (Element):" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "Adresa Matrix va fi publicată pentru ca oamenii să vă poată urmări acolo." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Cuvinte cheie Publice:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Cuvinte cheie Private:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Utilizat pentru a căuta profile, niciodată afișat altora)" + +#: src/Module/Settings/Profile/Photo/Crop.php:107 +#: src/Module/Settings/Profile/Photo/Crop.php:125 +#: src/Module/Settings/Profile/Photo/Crop.php:143 +#: src/Module/Settings/Profile/Photo/Index.php:102 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Reducerea dimensiunea imaginii [%s] a eşuat." + +#: src/Module/Settings/Profile/Photo/Crop.php:150 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat." + +#: src/Module/Settings/Profile/Photo/Crop.php:155 +msgid "Unable to process image" +msgstr "Nu s-a putut procesa imaginea." + +#: src/Module/Settings/Profile/Photo/Crop.php:174 +msgid "Photo not found." +msgstr "Fotografia nu a fost găsită." + +#: src/Module/Settings/Profile/Photo/Crop.php:196 +msgid "Profile picture successfully updated." +msgstr "Poza de profil a fost actualizată cu succes" + +#: src/Module/Settings/Profile/Photo/Crop.php:222 +#: src/Module/Settings/Profile/Photo/Crop.php:226 +msgid "Crop Image" +msgstr "Decupare Imagine" + +#: src/Module/Settings/Profile/Photo/Crop.php:223 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă." + +#: src/Module/Settings/Profile/Photo/Crop.php:225 +msgid "Use Image As Is" +msgstr "Folosiți imaginea așa cum este" + +#: src/Module/Settings/Profile/Photo/Index.php:46 +msgid "Missing uploaded image." +msgstr "" + +#: src/Module/Settings/Profile/Photo/Index.php:125 +msgid "Profile Picture Settings" +msgstr "Setări poză de profil" + +#: src/Module/Settings/Profile/Photo/Index.php:126 +msgid "Current Profile Picture" +msgstr "Fotografia de profil curentă" + +#: src/Module/Settings/Profile/Photo/Index.php:127 +msgid "Upload Profile Picture" +msgstr "Încărcare fotografie de profil" + +#: src/Module/Settings/Profile/Photo/Index.php:128 +msgid "Upload Picture:" +msgstr "Încarcă fotografia:" + +#: src/Module/Settings/Profile/Photo/Index.php:133 +msgid "or" +msgstr "sau" + +#: src/Module/Settings/Profile/Photo/Index.php:135 +msgid "skip this step" +msgstr "omiteți acest pas" + +#: src/Module/Settings/Profile/Photo/Index.php:137 +msgid "select a photo from your photo albums" +msgstr "selectaţi o fotografie din albumele dvs. foto" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 +#: src/Navigation/Notifications/Repository/Notify.php:471 +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "[Friendica System Notify]" +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 +msgid "User deleted their account" +msgstr "Utilizatorul și-a șters contul" + +#: src/Module/Settings/RemoveMe.php:91 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:92 +#, php-format +msgid "The user id is %d" +msgstr "" + +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" +msgstr "Contul dumneavoastră a fost eliminat cu succes. La revedere!" + +#: src/Module/Settings/RemoveMe.php:130 +msgid "Remove My Account" +msgstr "Șterge Contul Meu" + +#: src/Module/Settings/RemoveMe.php:131 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă." + +#: src/Module/Settings/RemoveMe.php:136 +msgid "Please enter your password for verification:" +msgstr "Vă rugăm să introduceţi parola dvs. pentru verificare:" + +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "Setări servere la distanță" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "Aici puteți vedea toate serverele externe împotriva cărora ați luat acțiuni de moderare. Pentru o listă a serverelor pe care nodul dumneavoastră le-a blocat, vă rugăm să verificați pagina de Informații." + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "Salvează schimbările" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 +msgid "Please enter your password to access this page." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +msgid "App-specific password generation failed: The description is empty." +msgstr "Generarea de parolă pentru o aplicație specifică a eșuat. Descrierea este goală." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "Generarea de parolă pentru o aplicație specifică a eșuat. Această descriere deja există." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 +msgid "New app-specific password generated." +msgstr "Parola pentru o aplicație specifică a fost generată" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "App-specific passwords successfully revoked." +msgstr "Parolele de aplicații specifice au fost revocate cu succes." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "App-specific password successfully revoked." +msgstr "Parola pentru o aplicație specifică a fost revocată cu succes." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +msgid "Two-factor app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 +msgid "" +"

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

    " +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 +msgid "Last Used" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 +msgid "Revoke" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +msgid "Revoke All" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 +msgid "Generate new app-specific password" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa pe Fairphone 2..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 +msgid "Generate" +msgstr "Generează" + +#: src/Module/Settings/TwoFactor/Index.php:88 +msgid "Two-factor authentication successfully disabled." +msgstr "Autentificarea cu doi factori a fost dezactivată cu succes" + +#: src/Module/Settings/TwoFactor/Index.php:141 +msgid "" +"

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

    " +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:145 +msgid "Authenticator app" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:146 +msgid "Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:146 +msgid "Not Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:147 +msgid "

    You haven't finished configuring your authenticator app.

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

    Your authenticator app is correctly configured.

    " +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:150 +msgid "Recovery codes" +msgstr "Coduri de recupare" + +#: src/Module/Settings/TwoFactor/Index.php:151 +msgid "Remaining valid codes" +msgstr "Coduri de recuperare valide rămase" + +#: src/Module/Settings/TwoFactor/Index.php:153 +msgid "" +"

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

    " +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:155 +msgid "App-specific passwords" +msgstr "Parole pentru aplicații specifice" + +#: src/Module/Settings/TwoFactor/Index.php:156 +msgid "Generated app-specific passwords" +msgstr "Parole generate pentru aplicații specifice" + +#: src/Module/Settings/TwoFactor/Index.php:158 +msgid "" +"

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

    " +msgstr "

    Aceste parole generate aleatoriu vă permit să vă autentificați în aplicații care nu suportă autentificarea prin doi factori

    " + +#: src/Module/Settings/TwoFactor/Index.php:161 +msgid "Current password:" +msgstr "Parola curentă:" + +#: src/Module/Settings/TwoFactor/Index.php:161 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "Aveți nevoie să furnizați parola dumneavoastră pentru a schimba setările autentificării cu doi factori." + +#: src/Module/Settings/TwoFactor/Index.php:162 +msgid "Enable two-factor authentication" +msgstr "Activați autentificarea prin doi factori" + +#: src/Module/Settings/TwoFactor/Index.php:163 +msgid "Disable two-factor authentication" +msgstr "Eliminați autentificarea prin doi factori" + +#: src/Module/Settings/TwoFactor/Index.php:164 +msgid "Show recovery codes" +msgstr "Arată codurile de recuperare" + +#: src/Module/Settings/TwoFactor/Index.php:165 +msgid "Manage app-specific passwords" +msgstr "Administrați parole specifice aplicațiilor" + +#: src/Module/Settings/TwoFactor/Index.php:166 +msgid "Manage trusted browsers" +msgstr "Administrați browsere de încredere" + +#: src/Module/Settings/TwoFactor/Index.php:167 +msgid "Finish app configuration" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "New recovery codes successfully generated." +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:109 +msgid "Two-factor recovery codes" +msgstr "Coduri de recuperare pentru autentificarea cu doi factori" + +#: src/Module/Settings/TwoFactor/Recovery.php:111 +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 "

    Codurile de recuperare pot fi folosite pentru a vă accesa contul în cazul în care pierdeți accesul la dispozitivul dumneavoastră și nu mai puteți primi codurile de autentificare cu doi factori.

    Puneți acestea într-un loc sigur! Dacă vă pierdeți dispozitivul și nu aveți codurile de recuperare veți pierde accesul la contul dumneavoastră.

    " + +#: src/Module/Settings/TwoFactor/Recovery.php:113 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "Când veți genera noi coduri de recuperare, va trebui să copiați noile coduri. Vechile dumneavoastră coduri nu vor mai funcționa." + +#: src/Module/Settings/TwoFactor/Recovery.php:114 +msgid "Generate new recovery codes" +msgstr "Generați noi coduri de verificare" + +#: src/Module/Settings/TwoFactor/Recovery.php:116 +msgid "Next: Verification" +msgstr "Următorul: Verificarea" + +#: src/Module/Settings/TwoFactor/Trusted.php:87 +msgid "Trusted browsers successfully removed." +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:97 +msgid "Trusted browser successfully removed." +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:139 +msgid "Two-factor Trusted Browsers" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:140 +msgid "" +"Trusted browsers are individual browsers you chose to skip two-factor " +"authentication to access Friendica. Please use this feature sparingly, as it" +" can negate the benefit of two-factor authentication." +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:141 +msgid "Device" +msgstr "Dispozitiv" + +#: src/Module/Settings/TwoFactor/Trusted.php:142 +msgid "OS" +msgstr "Sistem de Operare" + +#: src/Module/Settings/TwoFactor/Trusted.php:144 +msgid "Trusted" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:145 +msgid "Created At" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:146 +msgid "Last Use" +msgstr "" + +#: src/Module/Settings/TwoFactor/Trusted.php:148 +msgid "Remove All" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:94 +msgid "Two-factor authentication successfully activated." +msgstr "Autentificarea cu doi factori a fost activată cu succes." + +#: src/Module/Settings/TwoFactor/Verify.php:128 +#, 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:148 +msgid "Two-factor code verification" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:150 +msgid "" +"

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

    " +msgstr "

    Vă rugăm să scanați acest cod QR cu aplicația dumneavoastră de autentificare și să furnizați codul oferit.

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

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

    %s

    " +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:159 +msgid "Verify code and enable two-factor authentication" +msgstr "Verificați codul și activați autentificarea cu doi factori" + +#: src/Module/Settings/UserExport.php:90 +msgid "Export account" +msgstr "Exportare cont" + +#: src/Module/Settings/UserExport.php:90 +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 "Exportați-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server." + +#: src/Module/Settings/UserExport.php:91 +msgid "Export all" +msgstr "Exportare tot" + +#: src/Module/Settings/UserExport.php:91 +msgid "" +"Export your account info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exportați-vă informațiile contului, contactele și toate elementele personale în format json. Fișierul poate fi unul foarte mare, astfel că poate lua mai mult timp. Utilizați aceasta pentru a face o copie completă de siguranță a contului dumneavoastră (fotografiile nu vor fi exportate)." + +#: src/Module/Settings/UserExport.php:92 +msgid "Export Contacts to CSV" +msgstr "Exportare contacte ca CSV" + +#: src/Module/Settings/UserExport.php:92 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "Exportă lista de conturi pe care le urmărești ca fișier CSV. Compatibil cu ex.: Mastodon" + +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "Postarea de nivel superior nu este vizibilă." + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "Postarea de nivel superior a fost ștearsă." + +#: src/Module/Special/DisplayNotFound.php:37 +msgid "" +"This node has blocked the top-level author or the author of the shared post." +msgstr "Acest nod a blocat autorul de nivel superior sau autorul postării distribuite." + +#: src/Module/Special/DisplayNotFound.php:38 +msgid "" +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "Ați ignorat sau blocat autorul de nivel superior sau autorul postării distribuite." + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "Ați ignorat serverul autorului de nivel superior sau pe cel al autorului postării distribuite." + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "Conversație Negăsită" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "Din nefericire, conversația cerută nu este disponibilă." + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "Motivele posibile includ:" + +#: src/Module/Special/HTTPException.php:78 +msgid "Stack trace:" +msgstr "" + +#: src/Module/Special/HTTPException.php:83 +#, php-format +msgid "Exception thrown in %s:%d" +msgstr "" + +#: src/Module/Tos.php:58 src/Module/Tos.php:107 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: src/Module/Tos.php:59 src/Module/Tos.php:108 +msgid "" +"This data is required for communication and is passed on to the nodes of the" +" communication partners and is stored there. Users can enter additional " +"private data that may be transmitted to the communication partners accounts." +msgstr "" + +#: src/Module/Tos.php:60 src/Module/Tos.php:109 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user " +"wants to delete their account they can do so at %1$s/settings/removeme. The deletion of " +"the account will be permanent. Deletion of the data will also be requested " +"from the nodes of the communication partners." +msgstr "" + +#: src/Module/Tos.php:63 src/Module/Tos.php:106 +msgid "Privacy Statement" +msgstr "Declarație de Confidențialitate" + +#: src/Module/Tos.php:103 +msgid "Rules" +msgstr "Reguli" + +#: src/Module/Update/Display.php:45 +msgid "Parameter uri_id is missing." +msgstr "" + +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Elementul solicitat nu există sau a fost șters." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "V-ați logat ca %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Comutați conturile dvs." + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Administrați-vă conturile" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de \"gestionare \"" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Selectaţi o identitate de gestionat:" + +#: src/Module/User/Import.php:103 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "Importurile de utilizatori pe servere închise pot fi făcute doar de un administrator." + +#: src/Module/User/Import.php:119 +msgid "Move account" +msgstr "Mutaţi contul" + +#: src/Module/User/Import.php:120 +msgid "You can import an account from another Friendica server." +msgstr "Puteţi importa un cont dintr-un alt server Friendica." + +#: src/Module/User/Import.php:121 +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 "Trebuie să vă exportați contul din vechiul server și să-l încărcați aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de asemenea să vă informăm prietenii că v-ați mutat aici." + +#: src/Module/User/Import.php:122 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: src/Module/User/Import.php:123 +msgid "Account file" +msgstr "Fişier Cont" + +#: src/Module/User/Import.php:123 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Pentru a vă exporta contul, accesați „Setări->Exportare date personale” și selectați „Exportare cont”" + +#: src/Module/User/Import.php:217 msgid "Error decoding account file" msgstr "Eroare la decodarea fişierului de cont" -#: ../../include/uimport.php:100 +#: src/Module/User/Import.php:222 msgid "Error! No version data in file! This is not a Friendica account file?" msgstr "Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?" -#: ../../include/uimport.php:116 ../../include/uimport.php:127 -msgid "Error! Cannot check nickname" -msgstr "Eroare! Nu pot verifica pseudonimul" - -#: ../../include/uimport.php:120 ../../include/uimport.php:131 +#: src/Module/User/Import.php:230 #, php-format msgid "User '%s' already exists on this server!" msgstr "Utilizatorul '%s' există deja pe acest server!" -#: ../../include/uimport.php:153 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Eroare la crearea utilizatorului" -#: ../../include/uimport.php:171 -msgid "User profile creation error" -msgstr "Eroare la crearea profilului utilizatorului" - -#: ../../include/uimport.php:220 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -7693,194 +11576,1363 @@ msgstr[0] "%d contact neimportat" msgstr[1] "%d contacte neimportate" msgstr[2] "%d de contacte neimportate" -#: ../../include/uimport.php:290 +#: src/Module/User/Import.php:365 +msgid "User profile creation error" +msgstr "Eroare la crearea profilului utilizatorului" + +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator" -#: ../../index.php:428 -msgid "toggle mobile" -msgstr "comutare mobil" +#: src/Module/Welcome.php:44 +msgid "Welcome to Friendica" +msgstr "Bun Venit la Friendica" -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 -#: ../../view/theme/diabook/config.php:150 ../../view/theme/vier/config.php:55 -#: ../../view/theme/duepuntozero/config.php:61 -msgid "Theme settings" -msgstr "Configurări Temă" +#: src/Module/Welcome.php:45 +msgid "New Member Checklist" +msgstr "Lista de Verificare Membrii Noi" -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)" +#: src/Module/Welcome.php:46 +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 "Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere." -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/dispy/config.php:73 -#: ../../view/theme/diabook/config.php:151 -msgid "Set font-size for posts and comments" -msgstr "Stabilire dimensiune font pentru postări şi comentarii" +#: src/Module/Welcome.php:48 +msgid "Getting Started" +msgstr "Noțiuni de Bază" -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Stabilire lăţime temă" +#: src/Module/Welcome.php:49 +msgid "Friendica Walk-Through" +msgstr "Ghidul de Prezentare Friendica" -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Schemă culoare" +#: src/Module/Welcome.php:50 +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 "Pe pagina dvs. de Pornire Rapidă - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați." -#: ../../view/theme/dispy/config.php:74 -#: ../../view/theme/diabook/config.php:152 -msgid "Set line-height for posts and comments" -msgstr "Stabilire înălțime linie pentru postări şi comentarii" +#: src/Module/Welcome.php:53 +msgid "Go to Your Settings" +msgstr "Mergeți la Configurări" -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Stabilire schemă de culori" +#: src/Module/Welcome.php:54 +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 "Din pagina dvs. de Configurări - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită." -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Aliniere" +#: src/Module/Welcome.php:55 +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 "Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească." -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Stânga" +#: src/Module/Welcome.php:59 +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 "Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale." -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Centrat" +#: src/Module/Welcome.php:60 +msgid "Edit Your Profile" +msgstr "Editare Profil" -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "Dimensiune font postări" +#: src/Module/Welcome.php:61 +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 "Editaţi-vă profilul Implicit după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți." -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "Dimensiune font zone text" +#: src/Module/Welcome.php:62 +msgid "Profile Keywords" +msgstr "Cuvinte-Cheie Profil" -#: ../../view/theme/diabook/config.php:153 -msgid "Set resolution for middle column" -msgstr "Stabilire rezoluţie pentru coloana din mijloc" +#: src/Module/Welcome.php:63 +msgid "" +"Set some public keywords for your profile which describe your interests. We " +"may be able to find other people with similar interests and suggest " +"friendships." +msgstr "" -#: ../../view/theme/diabook/config.php:154 -msgid "Set color scheme" -msgstr "Stabilire schemă de culori" +#: src/Module/Welcome.php:65 +msgid "Connecting" +msgstr "Conectare" -#: ../../view/theme/diabook/config.php:155 -msgid "Set zoomfactor for Earth Layer" -msgstr "Stabilire factor de magnificare pentru Straturi Pământ" +#: src/Module/Welcome.php:67 +msgid "Importing Emails" +msgstr "Importare Email-uri" -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/diabook/theme.php:585 -msgid "Set longitude (X) for Earth Layers" -msgstr "Stabilire longitudine (X) pentru Straturi Pământ" +#: src/Module/Welcome.php:68 +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 "Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din Căsuța dvs. de Mesaje Primite." -#: ../../view/theme/diabook/config.php:157 -#: ../../view/theme/diabook/theme.php:586 -msgid "Set latitude (Y) for Earth Layers" -msgstr "Stabilire latitudine (Y) pentru Straturi Pământ" +#: src/Module/Welcome.php:69 +msgid "Go to Your Contacts Page" +msgstr "Dute la pagina ta Contacte " -#: ../../view/theme/diabook/config.php:158 -#: ../../view/theme/diabook/theme.php:130 -#: ../../view/theme/diabook/theme.php:544 -#: ../../view/theme/diabook/theme.php:624 -msgid "Community Pages" -msgstr "Community Pagini" +#: src/Module/Welcome.php:70 +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 "Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul Adăugare Contact Nou." -#: ../../view/theme/diabook/config.php:159 -#: ../../view/theme/diabook/theme.php:579 -#: ../../view/theme/diabook/theme.php:625 -msgid "Earth Layers" -msgstr "Straturi Pământ" +#: src/Module/Welcome.php:71 +msgid "Go to Your Site's Directory" +msgstr "Mergeţi la Directorul Site-ului" -#: ../../view/theme/diabook/config.php:160 -#: ../../view/theme/diabook/theme.php:391 -#: ../../view/theme/diabook/theme.php:626 -msgid "Community Profiles" -msgstr "Profile de Comunitate" +#: src/Module/Welcome.php:72 +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 "Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de Conectare sau Urmărire pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită." -#: ../../view/theme/diabook/config.php:161 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:627 -msgid "Help or @NewHere ?" -msgstr "Ajutor sau @NouAici ?" +#: src/Module/Welcome.php:73 +msgid "Finding New People" +msgstr "Găsire Persoane Noi" -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:628 -msgid "Connect Services" -msgstr "Conectare Servicii" +#: src/Module/Welcome.php:74 +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 "Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore." -#: ../../view/theme/diabook/config.php:163 -#: ../../view/theme/diabook/theme.php:523 -#: ../../view/theme/diabook/theme.php:629 -msgid "Find Friends" -msgstr "Găsire Prieteni" +#: src/Module/Welcome.php:77 +msgid "Add Your Contacts To Circle" +msgstr "" -#: ../../view/theme/diabook/config.php:164 -#: ../../view/theme/diabook/theme.php:412 -#: ../../view/theme/diabook/theme.php:630 -msgid "Last users" -msgstr "Ultimii utilizatori" +#: src/Module/Welcome.php:78 +msgid "" +"Once you have made some friends, organize them into private conversation " +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "" -#: ../../view/theme/diabook/config.php:165 -#: ../../view/theme/diabook/theme.php:486 -#: ../../view/theme/diabook/theme.php:631 -msgid "Last photos" -msgstr "Ultimele fotografii" +#: src/Module/Welcome.php:80 +msgid "Why Aren't My Posts Public?" +msgstr "De ce nu sunt Postările Mele Publice?" -#: ../../view/theme/diabook/config.php:166 -#: ../../view/theme/diabook/theme.php:441 -#: ../../view/theme/diabook/theme.php:632 -msgid "Last likes" -msgstr "Ultimele aprecieri" +#: src/Module/Welcome.php:81 +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 vă respectă confidențialitatea. În mod implicit, postările dvs. vor fi afișate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informații, consultați secțiunea de asistență din legătura de mai sus." -#: ../../view/theme/diabook/theme.php:125 -msgid "Your contacts" -msgstr "Contactele dvs." +#: src/Module/Welcome.php:83 +msgid "Getting Help" +msgstr "Obţinerea de Ajutor" -#: ../../view/theme/diabook/theme.php:128 -msgid "Your personal photos" -msgstr "Fotografii dvs. personale" +#: src/Module/Welcome.php:84 +msgid "Go to the Help Section" +msgstr "Navigați la Secțiunea Ajutor" -#: ../../view/theme/diabook/theme.php:524 -msgid "Local Directory" -msgstr "Director Local" +#: src/Module/Welcome.php:85 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Paginile noastre de ajutor pot fi consultate pentru detalii, prin alte funcții şi resurse de program." -#: ../../view/theme/diabook/theme.php:584 -msgid "Set zoomfactor for Earth Layers" -msgstr "Stabilire factor de magnificare pentru Straturi Pământ" +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:161 +msgid "{0} wants to follow you" +msgstr "" -#: ../../view/theme/diabook/theme.php:622 -msgid "Show/hide boxes at right-hand column:" -msgstr "Afişare/ascundere casete din coloana din dreapta:" +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:163 +msgid "{0} has started following you" +msgstr "" -#: ../../view/theme/vier/config.php:56 -msgid "Set style" -msgstr "Stabilire stil" +#: src/Navigation/Notifications/Factory/FormattedNotify.php:96 +#, php-format +msgid "%s liked %s's post" +msgstr "%s a apreciat ceea a publicat %s" -#: ../../view/theme/duepuntozero/config.php:45 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:108 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s nu a apreciat ceea a publicat %s" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:120 +#, php-format +msgid "%s is attending %s's event" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:132 +#, php-format +msgid "%s is not attending %s's event" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:144 +#, php-format +msgid "%s may attending %s's event" +msgstr "" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:174 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s este acum prieten cu %s" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:341 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:379 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s a comentat la articolul postat de %s" + +#: src/Navigation/Notifications/Factory/FormattedNotify.php:378 +#, php-format +msgid "%s created a new post" +msgstr "%s a creat o nouă postare" + +#: src/Navigation/Notifications/Factory/Introduction.php:133 +msgid "Friend Suggestion" +msgstr "Sugestie Prietenie" + +#: src/Navigation/Notifications/Factory/Introduction.php:159 +msgid "Friend/Connect Request" +msgstr "Prieten/Solicitare de Conectare" + +#: src/Navigation/Notifications/Factory/Introduction.php:159 +msgid "New Follower" +msgstr "Susţinător Nou" + +#: src/Navigation/Notifications/Factory/Notification.php:134 +#, php-format +msgid "%1$s wants to follow you" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:136 +#, php-format +msgid "%1$s has started following you" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:208 +#, php-format +msgid "%1$s liked your comment on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:211 +#, php-format +msgid "%1$s liked your post %2$s" +msgstr "Lui %1$s îi place postarea dumneavoastră %2$s" + +#: src/Navigation/Notifications/Factory/Notification.php:218 +#, php-format +msgid "%1$s disliked your comment on %2$s" +msgstr "Lui %1$s nu-i place comentariul dumneavoastră la %2$s" + +#: src/Navigation/Notifications/Factory/Notification.php:221 +#, php-format +msgid "%1$s disliked your post %2$s" +msgstr "Lui %1$s nu-i place postarea dumneavoastră %2$s" + +#: src/Navigation/Notifications/Factory/Notification.php:228 +#, php-format +msgid "%1$s shared your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:231 +#: src/Navigation/Notifications/Factory/Notification.php:316 +#, php-format +msgid "%1$s shared your post %2$s" +msgstr "%1$s a distribuit postarea dumneavoastră %2$s" + +#: src/Navigation/Notifications/Factory/Notification.php:235 +#: src/Navigation/Notifications/Factory/Notification.php:305 +#, php-format +msgid "%1$s shared the post %2$s from %3$s" +msgstr "%1$s a distribuit postarea %2$s de la %3$s" + +#: src/Navigation/Notifications/Factory/Notification.php:237 +#: src/Navigation/Notifications/Factory/Notification.php:307 +#, php-format +msgid "%1$s shared a post from %3$s" +msgstr "%1$s a distribuit o postare de la %3$s" + +#: src/Navigation/Notifications/Factory/Notification.php:239 +#: src/Navigation/Notifications/Factory/Notification.php:309 +#, php-format +msgid "%1$s shared the post %2$s" +msgstr "%1$s a distribuit postarea %2$s" + +#: src/Navigation/Notifications/Factory/Notification.php:241 +#: src/Navigation/Notifications/Factory/Notification.php:311 +#, php-format +msgid "%1$s shared a post" +msgstr "%1$s a distribuit o postare" + +#: src/Navigation/Notifications/Factory/Notification.php:249 +#, php-format +msgid "%1$s wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:256 +#, php-format +msgid "%1$s does not want to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:263 +#, php-format +msgid "%1$s maybe wants to attend your event %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:270 +#, php-format +msgid "%1$s tagged you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:274 +#, php-format +msgid "%1$s replied to you on %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:278 +#, php-format +msgid "%1$s commented in your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:282 +#, php-format +msgid "%1$s commented on your comment %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:289 +#, php-format +msgid "%1$s commented in their thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:291 +#, php-format +msgid "%1$s commented in their thread" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:293 +#, php-format +msgid "%1$s commented in the thread %2$s from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:295 +#, php-format +msgid "%1$s commented in the thread from %3$s" +msgstr "" + +#: src/Navigation/Notifications/Factory/Notification.php:300 +#, php-format +msgid "%1$s commented on your thread %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:225 +#: src/Navigation/Notifications/Repository/Notify.php:754 +msgid "[Friendica:Notify]" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:293 +#, php-format +msgid "%s New mail received at %s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:295 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s v-a trimis un nou mesaj privat la %2$s." + +#: src/Navigation/Notifications/Repository/Notify.php:296 +msgid "a private message" +msgstr "un mesaj privat" + +#: src/Navigation/Notifications/Repository/Notify.php:296 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s v-a trimis %2$s" + +#: src/Navigation/Notifications/Repository/Notify.php:298 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la mesaje private." + +#: src/Navigation/Notifications/Repository/Notify.php:328 +#, php-format +msgid "%1$s commented on %2$s's %3$s %4$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:333 +#, php-format +msgid "%1$s commented on your %2$s %3$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:337 +#, php-format +msgid "%1$s commented on their %2$s %3$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:341 +#: src/Navigation/Notifications/Repository/Notify.php:788 +#, php-format +msgid "%1$s Comment to conversation #%2$d by %3$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:343 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s a comentat la un element/conversaţie pe care o urmăriți." + +#: src/Navigation/Notifications/Repository/Notify.php:347 +#: src/Navigation/Notifications/Repository/Notify.php:362 +#: src/Navigation/Notifications/Repository/Notify.php:814 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la conversație." + +#: src/Navigation/Notifications/Repository/Notify.php:354 +#, php-format +msgid "%s %s posted to your profile wall" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:356 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s a postat pe peretele dvs. de profil la %2$s" + +#: src/Navigation/Notifications/Repository/Notify.php:357 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s a postat pe [url=%2$s]peretele dvs.[/url]" + +#: src/Navigation/Notifications/Repository/Notify.php:370 +#, php-format +msgid "%s Introduction received" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:372 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Aţi primit o prezentare de la '%1$s' at %2$s" + +#: src/Navigation/Notifications/Repository/Notify.php:373 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Aţi primit [url=%1$s]o prezentare[/url] de la %2$s." + +#: src/Navigation/Notifications/Repository/Notify.php:378 +#: src/Navigation/Notifications/Repository/Notify.php:424 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Le puteți vizita profilurile, online pe %s" + +#: src/Navigation/Notifications/Repository/Notify.php:380 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge prezentarea." + +#: src/Navigation/Notifications/Repository/Notify.php:387 +#, php-format +msgid "%s A new person is sharing with you" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:389 +#: src/Navigation/Notifications/Repository/Notify.php:390 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "%1$s împărtăşeşte cu dvs. la %2$s" + +#: src/Navigation/Notifications/Repository/Notify.php:397 +#, php-format +msgid "%s You have a new follower" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:399 +#: src/Navigation/Notifications/Repository/Notify.php:400 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "Aveţi un nou susținător la %2$s : %1$s" + +#: src/Navigation/Notifications/Repository/Notify.php:413 +#, php-format +msgid "%s Friend suggestion received" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:415 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Ați primit o sugestie de prietenie de la '%1$s' la %2$s" + +#: src/Navigation/Notifications/Repository/Notify.php:416 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "Aţi primit [url=%1$s]o sugestie de prietenie[/url] pentru %2$s de la %3$s." + +#: src/Navigation/Notifications/Repository/Notify.php:422 +msgid "Name:" +msgstr "Nume:" + +#: src/Navigation/Notifications/Repository/Notify.php:423 +msgid "Photo:" +msgstr "Foto:" + +#: src/Navigation/Notifications/Repository/Notify.php:426 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge sugestia." + +#: src/Navigation/Notifications/Repository/Notify.php:434 +#: src/Navigation/Notifications/Repository/Notify.php:449 +#, php-format +msgid "%s Connection accepted" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:436 +#: src/Navigation/Notifications/Repository/Notify.php:451 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:437 +#: src/Navigation/Notifications/Repository/Notify.php:452 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:442 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:444 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:457 +#, php-format +msgid "" +"'%1$s' has chosen to accept you a fan, which restricts some forms of " +"communication - such as private messaging and some profile interactions. If " +"this is a celebrity or community page, these settings were applied " +"automatically." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:459 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:461 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:471 +msgid "registration request" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:473 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:474 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:479 +#: src/Navigation/Notifications/Repository/Notify.php:500 +#, php-format +msgid "" +"Display Name:\t%s\n" +"Site Location:\t%s\n" +"Login Name:\t%s (%s)" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:485 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea." + +#: src/Navigation/Notifications/Repository/Notify.php:492 +msgid "new registration" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:494 +#, php-format +msgid "You've received a new registration from '%1$s' at %2$s" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:495 +#, php-format +msgid "You've received a [url=%1$s]new registration[/url] from %2$s." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:506 +#, php-format +msgid "Please visit %s to have a look at the new registration." +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:782 +#, php-format +msgid "%s %s tagged you" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:785 +#, php-format +msgid "%s %s shared a new post" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:793 +#, php-format +msgid "%1$s %2$s liked your post #%3$d" +msgstr "" + +#: src/Navigation/Notifications/Repository/Notify.php:796 +#, php-format +msgid "%1$s %2$s liked your comment on #%3$d" +msgstr "" + +#: src/Object/EMail/ItemCCEMail.php:42 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica." + +#: src/Object/EMail/ItemCCEMail.php:44 +#, php-format +msgid "You may visit them online at %s" +msgstr "Îi puteți vizita profilul online la %s" + +#: src/Object/EMail/ItemCCEMail.php:45 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje." + +#: src/Object/EMail/ItemCCEMail.php:49 +#, php-format +msgid "%s posted an update." +msgstr "%s a postat o actualizare." + +#: src/Object/Post.php:138 +msgid "Private Message" +msgstr " Mesaj Privat" + +#: src/Object/Post.php:142 +msgid "Public Message" +msgstr "" + +#: src/Object/Post.php:146 +msgid "Unlisted Message" +msgstr "" + +#: src/Object/Post.php:182 +msgid "This entry was edited" +msgstr "Această intrare a fost editată" + +#: src/Object/Post.php:210 +msgid "Connector Message" +msgstr "" + +#: src/Object/Post.php:226 src/Object/Post.php:228 +msgid "Edit" +msgstr "Edit" + +#: src/Object/Post.php:262 +msgid "Delete globally" +msgstr "" + +#: src/Object/Post.php:262 +msgid "Remove locally" +msgstr "" + +#: src/Object/Post.php:269 +#, php-format +msgid "Block %s" +msgstr "" + +#: src/Object/Post.php:274 +#, php-format +msgid "Ignore %s" +msgstr "" + +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 +msgid "Save to folder" +msgstr "" + +#: src/Object/Post.php:334 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:334 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:334 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:381 +msgid "Ignore thread" +msgstr "Igonrați firul conversației" + +#: src/Object/Post.php:382 +msgid "Unignore thread" +msgstr "Neignorați firul conversației" + +#: src/Object/Post.php:383 +msgid "Toggle ignore status" +msgstr "" + +#: src/Object/Post.php:393 +msgid "Add star" +msgstr "" + +#: src/Object/Post.php:394 +msgid "Remove star" +msgstr "" + +#: src/Object/Post.php:395 +msgid "Toggle star status" +msgstr "" + +#: src/Object/Post.php:406 +msgid "Pin" +msgstr "" + +#: src/Object/Post.php:407 +msgid "Unpin" +msgstr "" + +#: src/Object/Post.php:408 +msgid "Toggle pin status" +msgstr "" + +#: src/Object/Post.php:411 +msgid "Pinned" +msgstr "" + +#: src/Object/Post.php:416 +msgid "Add tag" +msgstr "" + +#: src/Object/Post.php:429 +msgid "Quote share this" +msgstr "Citează și distribuie aceasta" + +#: src/Object/Post.php:429 +msgid "Quote Share" +msgstr "Citează și distribuie" + +#: src/Object/Post.php:432 +msgid "Reshare this" +msgstr "Redistribuie aceasta" + +#: src/Object/Post.php:432 +msgid "Reshare" +msgstr "Redistribuie" + +#: src/Object/Post.php:433 +msgid "Cancel your Reshare" +msgstr "Anulează redistribuția" + +#: src/Object/Post.php:433 +msgid "Unshare" +msgstr "" + +#: src/Object/Post.php:485 +#, php-format +msgid "%s (Received %s)" +msgstr "" + +#: src/Object/Post.php:491 +msgid "Comment this item on your system" +msgstr "" + +#: src/Object/Post.php:491 +msgid "Remote comment" +msgstr "" + +#: src/Object/Post.php:513 +msgid "Share via ..." +msgstr "" + +#: src/Object/Post.php:513 +msgid "Share via external services" +msgstr "" + +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 +msgid "to" +msgstr "către" + +#: src/Object/Post.php:551 +msgid "via" +msgstr "via" + +#: src/Object/Post.php:552 +msgid "Wall-to-Wall" +msgstr "Perete-prin-Perete" + +#: src/Object/Post.php:553 +msgid "via Wall-To-Wall:" +msgstr "via Perete-Prin-Perete" + +#: src/Object/Post.php:604 +#, php-format +msgid "Reply to %s" +msgstr "" + +#: src/Object/Post.php:607 +msgid "More" +msgstr "Mai multe" + +#: src/Object/Post.php:626 +msgid "Notifier task is pending" +msgstr "Sarcină de notificare în așteptare" + +#: src/Object/Post.php:627 +msgid "Delivery to remote servers is pending" +msgstr "Livrarea către alte servere se află în așteptare" + +#: src/Object/Post.php:628 +msgid "Delivery to remote servers is underway" +msgstr "Livrarea către alte servere este în desfășurare" + +#: src/Object/Post.php:629 +msgid "Delivery to remote servers is mostly done" +msgstr "Livrarea către alte servere este în mare parte realizată" + +#: src/Object/Post.php:630 +msgid "Delivery to remote servers is done" +msgstr "Livrarea către alte servere s-a realizat" + +#: src/Object/Post.php:652 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comentariu" +msgstr[1] "%d comentarii" +msgstr[2] "%d comentarii" + +#: src/Object/Post.php:653 +msgid "Show more" +msgstr "" + +#: src/Object/Post.php:654 +msgid "Show fewer" +msgstr "" + +#: src/Object/Post.php:691 +#, php-format +msgid "Reshared by: %s" +msgstr "Redistribuit de: %s" + +#: src/Object/Post.php:696 +#, php-format +msgid "Viewed by: %s" +msgstr "" + +#: src/Object/Post.php:701 +#, php-format +msgid "Read by: %s" +msgstr "" + +#: src/Object/Post.php:706 +#, php-format +msgid "Liked by: %s" +msgstr "" + +#: src/Object/Post.php:711 +#, php-format +msgid "Disliked by: %s" +msgstr "Neapreciat de: %s" + +#: src/Object/Post.php:716 +#, php-format +msgid "Attended by: %s" +msgstr "" + +#: src/Object/Post.php:721 +#, php-format +msgid "Maybe attended by: %s" +msgstr "" + +#: src/Object/Post.php:726 +#, php-format +msgid "Not attended by: %s" +msgstr "" + +#: src/Object/Post.php:731 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:736 +#, php-format +msgid "Reacted with %s by: %s" +msgstr "" + +#: src/Object/Post.php:759 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + +#: src/Protocol/Delivery.php:547 +msgid "(no subject)" +msgstr "" + +#: src/Protocol/OStatus.php:1390 +#, php-format +msgid "%s is now following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1391 +msgid "following" +msgstr "urmărire" + +#: src/Protocol/OStatus.php:1394 +#, php-format +msgid "%s stopped following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1395 +msgid "stopped following" +msgstr "urmărire întreruptă" + +#: src/Render/FriendicaSmartyEngine.php:56 +#, php-format +msgid "The folder %s must be writable by webserver." +msgstr "" + +#: src/Security/Authentication.php:227 +msgid "Login failed." +msgstr "Eşec la conectare" + +#: src/Security/Authentication.php:272 +msgid "Login failed. Please check your credentials." +msgstr "" + +#: src/Security/Authentication.php:391 +#, php-format +msgid "Welcome %s" +msgstr "" + +#: src/Security/Authentication.php:392 +msgid "Please upload a profile photo." +msgstr "Vă rugăm să încărcaţi o fotografie de profil." + +#: src/Util/EMailer/MailBuilder.php:260 +msgid "Friendica Notification" +msgstr "" + +#: src/Util/EMailer/NotifyMailBuilder.php:78 +#: src/Util/EMailer/SystemMailBuilder.php:54 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "" + +#: src/Util/EMailer/NotifyMailBuilder.php:80 +#: src/Util/EMailer/SystemMailBuilder.php:56 +#, php-format +msgid "%s Administrator" +msgstr "" + +#: src/Util/EMailer/NotifyMailBuilder.php:193 +#: src/Util/EMailer/NotifyMailBuilder.php:217 +#: src/Util/EMailer/SystemMailBuilder.php:101 +#: src/Util/EMailer/SystemMailBuilder.php:118 +msgid "thanks" +msgstr "" + +#: src/Util/Temporal.php:172 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: src/Util/Temporal.php:280 +#, php-format +msgid "Time zone: %s Change in Settings" +msgstr "" + +#: src/Util/Temporal.php:320 src/Util/Temporal.php:329 +msgid "never" +msgstr "" + +#: src/Util/Temporal.php:343 +msgid "less than a second ago" +msgstr "" + +#: src/Util/Temporal.php:352 +msgid "year" +msgstr "" + +#: src/Util/Temporal.php:352 +msgid "years" +msgstr "ani" + +#: src/Util/Temporal.php:353 +msgid "months" +msgstr "luni" + +#: src/Util/Temporal.php:354 +msgid "weeks" +msgstr "" + +#: src/Util/Temporal.php:355 +msgid "days" +msgstr "zile" + +#: src/Util/Temporal.php:356 +msgid "hour" +msgstr "" + +#: src/Util/Temporal.php:356 +msgid "hours" +msgstr "ore" + +#: src/Util/Temporal.php:357 +msgid "minute" +msgstr "" + +#: src/Util/Temporal.php:357 +msgid "minutes" +msgstr "minute" + +#: src/Util/Temporal.php:358 +msgid "second" +msgstr "" + +#: src/Util/Temporal.php:358 +msgid "seconds" +msgstr "secunde" + +#: src/Util/Temporal.php:367 +#, php-format +msgid "in %1$d %2$s" +msgstr "" + +#: src/Util/Temporal.php:370 +#, php-format +msgid "%1$d %2$s ago" +msgstr "" + +#: src/Worker/PushSubscription.php:110 +msgid "Notification from Friendica" +msgstr "" + +#: src/Worker/PushSubscription.php:111 +msgid "Empty Post" +msgstr "" + +#: view/theme/duepuntozero/config.php:68 +msgid "default" +msgstr "" + +#: view/theme/duepuntozero/config.php:69 msgid "greenzero" -msgstr "zeroverde" +msgstr "" -#: ../../view/theme/duepuntozero/config.php:46 +#: view/theme/duepuntozero/config.php:70 msgid "purplezero" -msgstr "zeroviolet" +msgstr "" -#: ../../view/theme/duepuntozero/config.php:47 +#: view/theme/duepuntozero/config.php:71 msgid "easterbunny" msgstr "" -#: ../../view/theme/duepuntozero/config.php:48 +#: view/theme/duepuntozero/config.php:72 msgid "darkzero" -msgstr "zeronegru" +msgstr "" -#: ../../view/theme/duepuntozero/config.php:49 +#: view/theme/duepuntozero/config.php:73 msgid "comix" -msgstr "comix" +msgstr "" -#: ../../view/theme/duepuntozero/config.php:50 +#: view/theme/duepuntozero/config.php:74 msgid "slackr" -msgstr "slackr" +msgstr "" -#: ../../view/theme/duepuntozero/config.php:62 +#: view/theme/duepuntozero/config.php:87 msgid "Variations" -msgstr "Variatii" +msgstr "" + +#: view/theme/frio/config.php:153 +msgid "Light (Accented)" +msgstr "" + +#: view/theme/frio/config.php:154 +msgid "Dark (Accented)" +msgstr "" + +#: view/theme/frio/config.php:155 +msgid "Black (Accented)" +msgstr "" + +#: view/theme/frio/config.php:167 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:167 +msgid "Check image permissions if all users are allowed to see the image" +msgstr "" + +#: view/theme/frio/config.php:173 +msgid "Custom" +msgstr "" + +#: view/theme/frio/config.php:174 +msgid "Legacy" +msgstr "" + +#: view/theme/frio/config.php:175 +msgid "Accented" +msgstr "" + +#: view/theme/frio/config.php:176 +msgid "Select color scheme" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Select scheme accent" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Blue" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Red" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Purple" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Green" +msgstr "" + +#: view/theme/frio/config.php:177 +msgid "Pink" +msgstr "" + +#: view/theme/frio/config.php:178 +msgid "Copy or paste schemestring" +msgstr "" + +#: view/theme/frio/config.php:178 +msgid "" +"You can copy this string to share your theme with others. Pasting here " +"applies the schemestring" +msgstr "" + +#: view/theme/frio/config.php:179 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:180 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:181 +msgid "Link color" +msgstr "" + +#: view/theme/frio/config.php:182 +msgid "Set the background color" +msgstr "" + +#: view/theme/frio/config.php:183 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:184 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:185 +msgid "Background image style" +msgstr "" + +#: view/theme/frio/config.php:188 +msgid "Always open Compose page" +msgstr "Deschide mereu Pagina de compunere" + +#: view/theme/frio/config.php:188 +msgid "" +"The New Post button always open the Compose page " +"instead of the modal form. When this is disabled, the Compose page can be " +"accessed with a middle click on the link or from the modal." +msgstr "" + +#: view/theme/frio/config.php:192 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:196 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:196 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/php/Image.php:39 +msgid "Top Banner" +msgstr "" + +#: view/theme/frio/php/Image.php:39 +msgid "" +"Resize image to the width of the screen and show background color below on " +"long pages." +msgstr "" + +#: view/theme/frio/php/Image.php:40 +msgid "Full screen" +msgstr "" + +#: view/theme/frio/php/Image.php:40 +msgid "" +"Resize image to fill entire screen, clipping either the right or the bottom." +msgstr "" + +#: view/theme/frio/php/Image.php:41 +msgid "Single row mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:41 +msgid "" +"Resize image to repeat it on a single row, either vertical or horizontal." +msgstr "" + +#: view/theme/frio/php/Image.php:42 +msgid "Mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:42 +msgid "Repeat image to fill the screen." +msgstr "" + +#: view/theme/frio/php/default.php:81 view/theme/frio/php/standard.php:40 +msgid "Skip to main content" +msgstr "" + +#: view/theme/frio/php/default.php:152 view/theme/frio/php/standard.php:75 +msgid "Back to top" +msgstr "" + +#: view/theme/frio/theme.php:211 +msgid "Guest" +msgstr "" + +#: view/theme/frio/theme.php:214 +msgid "Visitor" +msgstr "" + +#: view/theme/quattro/config.php:89 +msgid "Alignment" +msgstr "" + +#: view/theme/quattro/config.php:89 +msgid "Left" +msgstr "" + +#: view/theme/quattro/config.php:89 +msgid "Center" +msgstr "" + +#: view/theme/quattro/config.php:90 +msgid "Color scheme" +msgstr "Schemă de culori" + +#: view/theme/quattro/config.php:91 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:92 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:91 +msgid "Comma separated list of helper groups" +msgstr "" + +#: view/theme/vier/config.php:131 +msgid "don't show" +msgstr "" + +#: view/theme/vier/config.php:131 +msgid "show" +msgstr "" + +#: view/theme/vier/config.php:137 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:138 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:140 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:142 +msgid "Find Friends" +msgstr "" + +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 +msgid "Last users" +msgstr "" + +#: view/theme/vier/theme.php:234 +msgid "Quick Start" +msgstr "" diff --git a/view/lang/ro/strings.php b/view/lang/ro/strings.php index e5f537042d..05559486b1 100644 --- a/view/lang/ro/strings.php +++ b/view/lang/ro/strings.php @@ -1,336 +1,81 @@ 19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -$a->strings['%d contact edited.'] = [ - 0 => '%d contact editat.', - 1 => '%d contacte editate.', - 2 => '%d de contacte editate.', -]; -$a->strings['Could not access contact record.'] = 'Nu se poate accesa registrul contactului.'; -$a->strings['Could not locate selected profile.'] = 'Nu se poate localiza profilul selectat.'; -$a->strings['Contact updated.'] = 'Contact actualizat.'; -$a->strings['Failed to update contact record.'] = 'Actualizarea datelor de contact a eşuat.'; -$a->strings['Permission denied.'] = 'Permisiune refuzată.'; -$a->strings['Contact has been blocked'] = 'Contactul a fost blocat'; -$a->strings['Contact has been unblocked'] = 'Contactul a fost deblocat'; -$a->strings['Contact has been ignored'] = 'Contactul a fost ignorat'; -$a->strings['Contact has been unignored'] = 'Contactul a fost neignorat'; -$a->strings['Contact has been archived'] = 'Contactul a fost arhivat'; -$a->strings['Contact has been unarchived'] = 'Contactul a fost dezarhivat'; -$a->strings['Do you really want to delete this contact?'] = 'Sigur doriți să ștergeți acest contact?'; -$a->strings['Yes'] = 'Da'; -$a->strings['Cancel'] = 'Anulează'; -$a->strings['Contact has been removed.'] = 'Contactul a fost înlăturat.'; -$a->strings['You are mutual friends with %s'] = 'Sunteţi prieten comun cu %s'; -$a->strings['You are sharing with %s'] = 'Împărtășiți cu %s'; -$a->strings['%s is sharing with you'] = '%s împărtăşeşte cu dvs.'; -$a->strings['Private communications are not available for this contact.'] = 'Comunicaţiile private nu sunt disponibile pentru acest contact.'; -$a->strings['Never'] = 'Niciodată'; -$a->strings['(Update was successful)'] = '(Actualizare a reuşit)'; -$a->strings['(Update was not successful)'] = '(Actualizare nu a reuşit)'; -$a->strings['Suggest friends'] = 'Sugeraţi prieteni'; -$a->strings['Network type: %s'] = 'Tipul rețelei: %s'; -$a->strings['%d contact in common'] = [ - 0 => '%d contact în comun', - 1 => '%d contacte în comun', - 2 => '%d de contacte în comun', -]; -$a->strings['View all contacts'] = 'Vezi toate contactele'; -$a->strings['Unblock'] = 'Deblochează'; -$a->strings['Block'] = 'Blochează'; -$a->strings['Toggle Blocked status'] = 'Comutare status Blocat'; -$a->strings['Unignore'] = 'Anulare ignorare'; -$a->strings['Ignore'] = 'Ignoră'; -$a->strings['Toggle Ignored status'] = 'Comutaţi status Ignorat'; -$a->strings['Unarchive'] = 'Dezarhivează'; -$a->strings['Archive'] = 'Arhivează'; -$a->strings['Toggle Archive status'] = 'Comutaţi status Arhivat'; -$a->strings['Repair'] = 'Repară'; -$a->strings['Advanced Contact Settings'] = 'Configurări Avansate Contacte'; -$a->strings['Communications lost with this contact!'] = 'S-a pierdut conexiunea cu acest contact!'; -$a->strings['Contact Editor'] = 'Editor Contact'; -$a->strings['Submit'] = 'Trimite'; -$a->strings['Profile Visibility'] = 'Vizibilitate Profil'; -$a->strings['Please choose the profile you would like to display to %s when viewing your profile securely.'] = 'Vă rugăm să alegeţi profilul pe care doriţi să îl afişaţi pentru %s când acesta vă vizitează profuilul în mod securizat.'; -$a->strings['Contact Information / Notes'] = 'Informaţii de Contact / Note'; -$a->strings['Edit contact notes'] = 'Editare note de contact'; -$a->strings['Visit %s\'s profile [%s]'] = 'Vizitați profilul %s [%s]'; -$a->strings['Block/Unblock contact'] = 'Blocare/Deblocare contact'; -$a->strings['Ignore contact'] = 'Ignorare contact'; -$a->strings['Repair URL settings'] = 'Remediere configurări URL'; -$a->strings['View conversations'] = 'Vizualizaţi conversaţii'; -$a->strings['Delete contact'] = 'Şterge contact'; -$a->strings['Last update:'] = 'Ultima actualizare:'; -$a->strings['Update public posts'] = 'Actualizare postări publice'; -$a->strings['Update now'] = 'Actualizează acum'; -$a->strings['Currently blocked'] = 'Blocat în prezent'; -$a->strings['Currently ignored'] = 'Ignorat în prezent'; -$a->strings['Currently archived'] = 'Arhivat în prezent'; -$a->strings['Hide this contact from others'] = 'Ascunde acest contact pentru alţii'; -$a->strings['Replies/likes to your public posts may still be visible'] = 'Răspunsurile/aprecierile pentru postările dvs. publice ar putea fi încă vizibile'; -$a->strings['Notification for new posts'] = 'Notificare de postări noi'; -$a->strings['Send a notification of every new post of this contact'] = 'Trimiteți o notificare despre fiecare postare nouă a acestui contact'; -$a->strings['Fetch further information for feeds'] = 'Preluare informaţii suplimentare pentru fluxuri'; -$a->strings['Disabled'] = 'Dezactivat'; -$a->strings['Suggestions'] = 'Sugestii'; -$a->strings['Suggest potential friends'] = 'Sugeraţi prieteni potențiali'; -$a->strings['All Contacts'] = 'Toate Contactele'; -$a->strings['Show all contacts'] = 'Afişează toate contactele'; -$a->strings['Unblocked'] = 'Deblocat'; -$a->strings['Only show unblocked contacts'] = 'Se afişează numai contactele deblocate'; -$a->strings['Blocked'] = 'Blocat'; -$a->strings['Only show blocked contacts'] = 'Se afişează numai contactele blocate'; -$a->strings['Ignored'] = 'Ignorat'; -$a->strings['Only show ignored contacts'] = 'Se afişează numai contactele ignorate'; -$a->strings['Archived'] = 'Arhivat'; -$a->strings['Only show archived contacts'] = 'Se afişează numai contactele arhivate'; -$a->strings['Hidden'] = 'Ascuns'; -$a->strings['Only show hidden contacts'] = 'Se afişează numai contactele ascunse'; -$a->strings['Mutual Friendship'] = 'Prietenie Reciprocă'; -$a->strings['is a fan of yours'] = 'este fanul dvs.'; -$a->strings['you are a fan of'] = 'sunteţi un fan al'; -$a->strings['Edit contact'] = 'Editează contact'; -$a->strings['Contacts'] = 'Contacte'; -$a->strings['Search your contacts'] = 'Căutare contacte'; -$a->strings['Finding: '] = 'Găsire:'; -$a->strings['Find'] = 'Căutare'; -$a->strings['Update'] = 'Actualizare'; -$a->strings['Delete'] = 'Şterge'; -$a->strings['No profile'] = 'Niciun profil'; -$a->strings['Manage Identities and/or Pages'] = 'Administrare Identităţii şi/sau Pagini'; -$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de "gestionare "'; -$a->strings['Select an identity to manage: '] = 'Selectaţi o identitate de gestionat:'; -$a->strings['Post successful.'] = 'Postat cu succes.'; -$a->strings['Permission denied'] = 'Permisiune refuzată'; -$a->strings['Invalid profile identifier.'] = 'Identificator profil, invalid.'; -$a->strings['Profile Visibility Editor'] = 'Editor Vizibilitate Profil'; -$a->strings['Profile'] = 'Profil'; -$a->strings['Click on a contact to add or remove.'] = 'Apăsați pe un contact pentru a-l adăuga sau elimina.'; -$a->strings['Visible To'] = 'Vizibil Pentru'; -$a->strings['All Contacts (with secure profile access)'] = 'Toate Contactele (cu acces profil securizat)'; -$a->strings['Item not found.'] = 'Element negăsit.'; -$a->strings['Public access denied.'] = 'Acces public refuzat.'; -$a->strings['Access to this profile has been restricted.'] = 'Accesul la acest profil a fost restricţionat.'; -$a->strings['Item has been removed.'] = 'Elementul a fost eliminat.'; -$a->strings['Welcome to Friendica'] = 'Bun Venit la Friendica'; -$a->strings['New Member Checklist'] = 'Lista de Verificare Membrii Noi'; -$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.'] = 'Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere.'; -$a->strings['Getting Started'] = 'Noțiuni de Bază'; -$a->strings['Friendica Walk-Through'] = 'Ghidul de Prezentare 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.'] = 'Pe pagina dvs. de Pornire Rapidă - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați.'; -$a->strings['Settings'] = 'Setări'; -$a->strings['Go to Your Settings'] = 'Mergeți la Configurări'; -$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.'] = 'Din pagina dvs. de Configurări - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită.'; -$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.'] = 'Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească.'; -$a->strings['Upload Profile Photo'] = 'Încărcare Fotografie Profil'; -$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.'] = 'Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale.'; -$a->strings['Edit Your Profile'] = 'Editare 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.'] = 'Editaţi-vă profilul Implicit după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți.'; -$a->strings['Profile Keywords'] = 'Cuvinte-Cheie Profil'; -$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.'] = 'Stabiliți câteva cuvinte-cheie publice pentru profilul dvs. implicit, cuvinte ce descriu cel mai bine interesele dvs. Vom putea astfel găsi alte persoane cu interese similare și vă vom sugera prietenia lor.'; -$a->strings['Connecting'] = 'Conectare'; -$a->strings['Facebook'] = 'Facebook'; -$a->strings['Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations.'] = 'Autorizați Conectorul Facebook dacă dețineți în prezent un cont pe Facebook, şi vom importa (opțional) toți prietenii și toate conversațiile de pe Facebook.'; -$a->strings['If this is your own personal server, installing the Facebook addon may ease your transition to the free social web.'] = 'Dacă aceasta este propriul dvs. server, instalarea suplimentului Facebook, vă poate uşura tranziţia la reţeaua socială web gratuită.'; -$a->strings['Importing Emails'] = 'Importare Email-uri'; -$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'] = 'Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din Căsuța dvs. de Mesaje Primite.'; -$a->strings['Go to Your Contacts Page'] = 'Dute la pagina ta Contacte '; -$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.'] = 'Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul Adăugare Contact Nou.'; -$a->strings['Go to Your Site\'s Directory'] = 'Mergeţi la Directorul Site-ului'; -$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.'] = 'Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de Conectare sau Urmărire pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită.'; -$a->strings['Finding New People'] = 'Găsire Persoane Noi'; -$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.'] = 'Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore.'; -$a->strings['Groups'] = 'Groupuri'; -$a->strings['Group Your Contacts'] = 'Grupați-vă Contactele'; -$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.'] = 'Odată ce v-aţi făcut unele prietenii, organizaţi-le în grupuri de conversaţii private din bara laterală a paginii dvs. de Contact şi apoi puteţi interacționa, privat cu fiecare grup pe pagina dumneavoastră de Reţea.'; -$a->strings['Why Aren\'t My Posts Public?'] = 'De ce nu sunt Postările Mele Publice?'; -$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 vă respectă confidenţialitatea. Implicit, postările dvs. vor fi afişate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informaţii, consultaţi secţiunea de asistenţă din legătura de mai sus.'; -$a->strings['Getting Help'] = 'Obţinerea de Ajutor'; -$a->strings['Go to the Help Section'] = 'Navigați la Secțiunea Ajutor'; -$a->strings['Our help pages may be consulted for detail on other program features and resources.'] = 'Paginile noastre de ajutor pot fi consultate pentru detalii, prin alte funcții şi resurse de program.'; -$a->strings['OpenID protocol error. No ID returned.'] = 'Eroare de protocol OpenID. Nici-un ID returnat.'; -$a->strings['Account not found and OpenID registration is not permitted on this site.'] = 'Contul nu a fost găsit iar înregistrările OpenID nu sunt permise pe acest site.'; -$a->strings['Login failed.'] = 'Eşec la conectare'; -$a->strings['Image uploaded but image cropping failed.'] = 'Imaginea a fost încărcată, dar decuparea imaginii a eşuat.'; -$a->strings['Profile Photos'] = 'Poze profil'; -$a->strings['Image size reduction [%s] failed.'] = 'Reducerea dimensiunea imaginii [%s] a eşuat.'; -$a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat.'; -$a->strings['Unable to process image'] = 'Nu s-a putut procesa imaginea.'; -$a->strings['Image exceeds size limit of %d'] = 'Dimensiunea imaginii depăşeşte limita de %d'; -$a->strings['Unable to process image.'] = 'Nu s-a putut procesa imaginea.'; -$a->strings['Upload File:'] = 'Încărcare Fișier:'; -$a->strings['Select a profile:'] = 'Selectați un profil:'; -$a->strings['Upload'] = 'Încărcare'; -$a->strings['or'] = 'sau'; -$a->strings['skip this step'] = 'omiteți acest pas'; -$a->strings['select a photo from your photo albums'] = 'selectaţi o fotografie din albumele dvs. foto'; -$a->strings['Crop Image'] = 'Decupare Imagine'; -$a->strings['Please adjust the image cropping for optimum viewing.'] = 'Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă.'; -$a->strings['Done Editing'] = 'Editare Realizată'; -$a->strings['Image uploaded successfully.'] = 'Imaginea a fost încărcată cu succes'; -$a->strings['Image upload failed.'] = 'Încărcarea imaginii a eşuat.'; -$a->strings['photo'] = 'photo'; -$a->strings['status'] = 'status'; -$a->strings['%1$s is following %2$s\'s %3$s'] = '%1$s urmărește %3$s postată %2$s'; -$a->strings['Tag removed'] = 'Etichetă eliminată'; -$a->strings['Remove Item Tag'] = 'Eliminați Eticheta Elementului'; -$a->strings['Select a tag to remove: '] = 'Selectați o etichetă de eliminat:'; -$a->strings['Remove'] = 'Eliminare'; -$a->strings['Save to Folder:'] = 'Salvare în Dosar:'; -$a->strings['- select -'] = '- selectare -'; -$a->strings['Save'] = 'Salvare'; -$a->strings['Contact added'] = 'Contact addăugat'; $a->strings['Unable to locate original post.'] = 'Nu se poate localiza postarea originală.'; +$a->strings['Post updated.'] = 'Postare actualizată'; +$a->strings['Item couldn\'t be fetched.'] = 'Elementul nu a putut fi adus'; $a->strings['Empty post discarded.'] = 'Postarea goală a fost eliminată.'; -$a->strings['Wall Photos'] = 'Fotografii de Perete'; -$a->strings['System error. Post not saved.'] = 'Eroare de sistem. Articolul nu a fost salvat.'; -$a->strings['This message was sent to you by %s, a member of the Friendica social network.'] = 'Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica.'; -$a->strings['You may visit them online at %s'] = 'Îi puteți vizita profilul online la %s'; -$a->strings['Please contact the sender by replying to this post if you do not wish to receive these messages.'] = 'Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje.'; -$a->strings['%s posted an update.'] = '%s a postat o actualizare.'; -$a->strings['Group created.'] = 'Grupul a fost creat.'; -$a->strings['Could not create group.'] = 'Grupul nu se poate crea.'; -$a->strings['Group not found.'] = 'Grupul nu a fost găsit.'; -$a->strings['Group name changed.'] = 'Numele grupului a fost schimbat.'; -$a->strings['Save Group'] = 'Salvare Grup'; -$a->strings['Create a group of contacts/friends.'] = 'Creaţi un grup de contacte/prieteni.'; -$a->strings['Group Name: '] = 'Nume Grup:'; -$a->strings['Group removed.'] = 'Grupul a fost eliminat.'; -$a->strings['Unable to remove group.'] = 'Nu se poate elimina grupul.'; -$a->strings['Group Editor'] = 'Editor Grup'; -$a->strings['Members'] = 'Membri'; -$a->strings['You must be logged in to use addons. '] = 'Tu trebuie să vă autentificați pentru a folosi suplimentele.'; -$a->strings['Applications'] = 'Aplicații'; -$a->strings['No installed applications.'] = 'Nu există aplicații instalate.'; -$a->strings['Profile not found.'] = 'Profil negăsit.'; -$a->strings['Contact not found.'] = 'Contact negăsit.'; -$a->strings['This may occasionally happen if contact was requested by both persons and it has already been approved.'] = 'Aceasta se poate întâmpla ocazional dacă contactul a fost solicitat de către ambele persoane şi acesta a fost deja aprobat.'; -$a->strings['Response from remote site was not understood.'] = 'Răspunsul de la adresa de la distanţă, nu a fost înțeles.'; -$a->strings['Unexpected response from remote site: '] = 'Răspuns neaşteptat de la site-ul de la distanţă:'; -$a->strings['Confirmation completed successfully.'] = 'Confirmare încheiată cu succes.'; -$a->strings['Remote site reported: '] = 'Site-ul de la distanţă a raportat:'; -$a->strings['Temporary failure. Please wait and try again.'] = 'Eroare Temporară. Vă rugăm să aşteptaţi şi încercaţi din nou.'; -$a->strings['Introduction failed or was revoked.'] = 'Introducerea a eşuat sau a fost revocată.'; -$a->strings['Unable to set contact photo.'] = 'Imposibil de stabilit fotografia de contact.'; -$a->strings['%1$s is now friends with %2$s'] = '%1$s este acum prieten cu %2$s'; -$a->strings['No user record found for \'%s\' '] = 'Nici-o înregistrare de utilizator găsită pentru \'%s\''; -$a->strings['Our site encryption key is apparently messed up.'] = 'Se pare că, cheia de criptare a site-ului nostru s-a încurcat.'; -$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'A fost furnizată o adresă URL goală, sau adresa URL nu poate fi decriptată de noi.'; -$a->strings['Contact record was not found for you on our site.'] = 'Registrul contactului nu a fost găsit pe site-ul nostru.'; -$a->strings['Site public key not available in contact record for URL %s.'] = 'Cheia publică a site-ului nu este disponibilă în registrul contactului pentru URL-ul %s.'; -$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'ID-ul furnizat de către sistemul dumneavoastră este un duplicat pe sistemul nostru. Ar trebui să funcţioneze dacă încercaţi din nou.'; -$a->strings['Unable to set your contact credentials on our system.'] = 'Imposibil de configurat datele dvs. de autentificare, pe sistemul nostru.'; -$a->strings['Unable to update your contact profile details on our system'] = 'Imposibil de actualizat detaliile de profil ale contactului dvs., pe sistemul nostru.'; -$a->strings['[Name Withheld]'] = '[Nume Reţinut]'; -$a->strings['%1$s has joined %2$s'] = '%1$s s-a alăturat lui %2$s'; -$a->strings['Requested profile is not available.'] = 'Profilul solicitat nu este disponibil.'; -$a->strings['Tips for New Members'] = 'Sfaturi pentru Membrii Noi'; -$a->strings['No videos selected'] = 'Nici-un clip video selectat'; -$a->strings['Access to this item is restricted.'] = 'Accesul la acest element este restricționat.'; -$a->strings['View Video'] = 'Vizualizați Clipul Video'; -$a->strings['View Album'] = 'Vezi Album'; -$a->strings['Recent Videos'] = 'Clipuri video recente'; -$a->strings['Upload New Videos'] = 'Încărcaţi Clipuri Video Noi'; -$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s a etichetat %3$s de la %2$s cu %4$s'; -$a->strings['Friend suggestion sent.'] = 'Sugestia de prietenie a fost trimisă.'; -$a->strings['Suggest Friends'] = 'Sugeraţi Prieteni'; -$a->strings['Suggest a friend for %s'] = 'Sugeraţi un prieten pentru %s'; +$a->strings['Item not found.'] = 'Element negăsit.'; +$a->strings['Permission denied.'] = 'Permisiune refuzată.'; $a->strings['No valid account found.'] = 'Nici-un cont valid găsit.'; $a->strings['Password reset request issued. Check your email.'] = 'Solicitarea de Resetare Parolă a fost emisă. Verificați-vă emailul.'; +$a->strings[' + Dear %1$s, + A request was recently received at "%2$s" to reset your account + password. In order to confirm this request, please select the verification link + below or paste it into your web browser address bar. + + If you did NOT request this change, please DO NOT follow the link + provided and ignore and/or delete this email, the request will expire shortly. + + Your password will not be changed unless we can verify that you + issued this request.'] = ' + Stimate %1$s, + A fost primită recent o solicitare către "%2$s" pentru a vă schimba parola + contului. Pentru a confirma aceasta, vă rugăm să accesați link-ul de verificare + de mai jos sau să-l copiați în bara de adrese a browser-ului dumneavoastră. + + Dacă NU ați efectuat această solicitare, vă rugăm să NU urmați link-ul + trimis mai sus și să ignorați și/sau să ștergeți acest email, cererea urmând să expire în curând. + + Parola dumneavoastră nu va fi schimbată decât dacă putem verifica faptul că dumneavoastră + ați solicitat acest lucru.'; $a->strings['Password reset requested at %s'] = 'Solicitarea de resetare a parolei a fost făcută la %s'; $a->strings['Request could not be verified. (You may have previously submitted it.) Password reset failed.'] = 'Solicitarea nu se poate verifica. (Este posibil să fi solicitat-o anterior.) Resetarea parolei a eșuat.'; +$a->strings['Request has expired, please make a new one.'] = 'Solicitarea a expirat, vă rugăm să efectuați o nouă solicitare'; +$a->strings['Forgot your Password?'] = 'Ați uitat Parola?'; +$a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare.'; +$a->strings['Nickname or Email: '] = 'Pseudonim sau Email:'; +$a->strings['Reset'] = 'Resetare'; $a->strings['Password Reset'] = 'Resetare Parolă'; $a->strings['Your password has been reset as requested.'] = 'Parola a fost resetată conform solicitării.'; $a->strings['Your new password is'] = 'Noua dvs. parolă este'; $a->strings['Save or copy your new password - and then'] = 'Salvați sau copiați noua dvs. parolă - şi apoi'; $a->strings['click here to login'] = 'click aici pentru logare'; $a->strings['Your password may be changed from the Settings page after successful login.'] = 'Parola poate fi schimbată din pagina de Configurări după autentificarea cu succes.'; +$a->strings['Your password has been reset.'] = 'Parola dumneavoastră a fost schimbată.'; +$a->strings[' + Your login details are as follows: + + Site Location: %1$s + Login Name: %2$s + Password: %3$s + + You may change that password from your account settings page after logging in. + '] = ' + Detaliile dumneavoastră de login sunt următoarele: + + Locația site-ului: %1$s + Nume login: %2$s + Parolă: %3$s + + Vă puteți schimba această parolă din pagina de setări a contului dumneavoastră, după logare. + '; $a->strings['Your password has been changed at %s'] = 'Parola dumneavoastră a fost schimbată la %s'; -$a->strings['Forgot your Password?'] = 'Ați uitat Parola?'; -$a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Introduceţi adresa dumneavoastră de email şi trimiteți-o pentru a vă reseta parola. Apoi verificaţi-vă emailul pentru instrucţiuni suplimentare.'; -$a->strings['Nickname or Email: '] = 'Pseudonim sau Email:'; -$a->strings['Reset'] = 'Reset'; -$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s apreciază %3$s lui %2$s'; -$a->strings['%1$s doesn\'t like %2$s\'s %3$s'] = '%1$s nu apreciază %3$s lui %2$s'; -$a->strings['{0} wants to be your friend'] = '{0} doreşte să vă fie prieten'; -$a->strings['{0} sent you a message'] = '{0} v-a trimis un mesaj'; -$a->strings['{0} requested registration'] = '{0} a solicitat înregistrarea'; -$a->strings['{0} commented %s\'s post'] = '{0} a comentat la articolul postat de %s'; -$a->strings['{0} liked %s\'s post'] = '{0} a apreciat articolul postat de %s'; -$a->strings['{0} disliked %s\'s post'] = '{0} nu a apreciat articolul postat de %s'; -$a->strings['{0} is now friends with %s'] = '{0} este acum prieten cu %s'; -$a->strings['{0} posted'] = '{0} a postat'; -$a->strings['{0} tagged %s\'s post with #%s'] = '{0} a etichetat articolul postat de %s cu #%s'; -$a->strings['{0} mentioned you in a post'] = '{0} v-a menţionat într-o postare'; -$a->strings['No contacts.'] = 'Nici-un contact.'; -$a->strings['View Contacts'] = 'Vezi Contacte'; -$a->strings['Invalid request identifier.'] = 'Datele de identificare solicitate, sunt invalide.'; -$a->strings['Discard'] = 'Renunțați'; -$a->strings['System'] = 'System'; -$a->strings['Network'] = 'Reţea'; -$a->strings['Personal'] = 'Personal'; -$a->strings['Home'] = 'Home'; -$a->strings['Introductions'] = 'Introduceri'; -$a->strings['Show Ignored Requests'] = 'Afişare Solicitări Ignorate'; -$a->strings['Hide Ignored Requests'] = 'Ascundere Solicitări Ignorate'; -$a->strings['Notification type: '] = 'Tip Notificări:'; -$a->strings['Friend Suggestion'] = 'Sugestie Prietenie'; -$a->strings['suggested by %s'] = 'sugerat de către %s'; -$a->strings['Post a new friend activity'] = 'Publicaţi prietenului o nouă activitate'; -$a->strings['if applicable'] = 'dacă i posibil'; -$a->strings['Approve'] = 'Aprobă'; -$a->strings['Claims to be known to you: '] = 'Pretinde că vă cunoaște:'; -$a->strings['yes'] = 'da'; -$a->strings['no'] = 'nu'; -$a->strings['Approve as: '] = 'Aprobă ca:'; -$a->strings['Friend'] = 'Prieten'; -$a->strings['Sharer'] = 'Distribuitor'; -$a->strings['Fan/Admirer'] = 'Fan/Admirator'; -$a->strings['Friend/Connect Request'] = 'Prieten/Solicitare de Conectare'; -$a->strings['New Follower'] = 'Susţinător Nou'; -$a->strings['No introductions.'] = 'Fără prezentări.'; -$a->strings['Notifications'] = 'Notificări'; -$a->strings['%s liked %s\'s post'] = '%s a apreciat ceea a publicat %s'; -$a->strings['%s disliked %s\'s post'] = '%s a nu a apreciat ceea a publicat %s'; -$a->strings['%s is now friends with %s'] = '%s este acum prieten cu %s'; -$a->strings['%s created a new post'] = '%s a creat o nouă postare'; -$a->strings['%s commented on %s\'s post'] = '%s a comentat la articolul postat de %s'; -$a->strings['No more network notifications.'] = 'Nu mai există notificări de reţea.'; -$a->strings['Network Notifications'] = 'Notificări de Reţea'; -$a->strings['No more system notifications.'] = 'Nu mai există notificări de sistem.'; -$a->strings['System Notifications'] = 'Notificări de Sistem'; -$a->strings['No more personal notifications.'] = 'Nici o notificare personală'; -$a->strings['Personal Notifications'] = 'Notificări personale'; -$a->strings['No more home notifications.'] = 'Nu mai există notificări de origine.'; -$a->strings['Home Notifications'] = 'Notificări de Origine'; -$a->strings['Source (bbcode) text:'] = 'Text (bbcode) sursă:'; -$a->strings['Source (Diaspora) text to convert to BBcode:'] = 'Text (Diaspora) sursă pentru a-l converti în BBcode:'; -$a->strings['Source input: '] = 'Intrare Sursă:'; -$a->strings['bb2html (raw HTML): '] = 'bb2html (raw HTML): '; -$a->strings['bb2html: '] = 'bb2html: '; -$a->strings['bb2html2bb: '] = 'bb2html2bb: '; -$a->strings['bb2md: '] = 'bb2md: '; -$a->strings['bb2md2html: '] = 'bb2md2html: '; -$a->strings['bb2dia2bb: '] = 'bb2dia2bb: '; -$a->strings['bb2md2html2bb: '] = 'bb2md2html2bb: '; -$a->strings['Source input (Diaspora format): '] = 'Intrare Sursă (Format Diaspora):'; -$a->strings['diaspora2bb: '] = 'diaspora2bb: '; -$a->strings['Nothing new here'] = 'Nimic nou aici'; -$a->strings['Clear notifications'] = 'Ştergeţi notificările'; $a->strings['New Message'] = 'Mesaj nou'; -$a->strings['No recipient selected.'] = 'Nici-o adresă selectată.'; +$a->strings['No recipient selected.'] = 'Niciun destinatar selectat.'; $a->strings['Unable to locate contact information.'] = 'Nu se pot localiza informaţiile de contact.'; $a->strings['Message could not be sent.'] = 'Mesajul nu a putut fi trimis.'; $a->strings['Message collection failure.'] = 'Eșec de colectare mesaj.'; -$a->strings['Message sent.'] = 'Mesaj trimis.'; -$a->strings['Messages'] = 'Mesage'; -$a->strings['Do you really want to delete this message?'] = 'Chiar doriţi să ştergeţi acest mesaj ?'; -$a->strings['Message deleted.'] = 'Mesaj şters'; -$a->strings['Conversation removed.'] = 'Conversaşie inlăturată.'; +$a->strings['Discard'] = 'Renunțați'; +$a->strings['Messages'] = 'Mesaje'; +$a->strings['Conversation not found.'] = 'Conversație negăsită.'; +$a->strings['Message was not deleted.'] = 'Mesajul nu a fost șters.'; +$a->strings['Conversation was not removed.'] = 'Conversația nu a fost ștearsă.'; $a->strings['Please enter a link URL:'] = 'Introduceţi un link URL:'; $a->strings['Send Private Message'] = 'Trimite mesaj privat'; $a->strings['To:'] = 'Către: '; @@ -339,373 +84,388 @@ $a->strings['Your message:'] = 'Mesajul dvs :'; $a->strings['Upload photo'] = 'Încarcă foto'; $a->strings['Insert web link'] = 'Inserează link web'; $a->strings['Please wait'] = 'Aşteptaţi vă rog'; -$a->strings['No messages.'] = 'Nici-un mesaj.'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['No messages.'] = 'Niciun mesaj.'; +$a->strings['Message not available.'] = 'Mesaj nedisponibil'; +$a->strings['Delete message'] = 'Şterge mesaj'; +$a->strings['D, d M Y - g:i A'] = 'D, d M Y - g:i A'; +$a->strings['Delete conversation'] = 'Ștergeți conversaţia'; +$a->strings['No secure communications available. You may be able to respond from the sender\'s profile page.'] = 'Nicio comunicare securizată disponibilă. Veți putea răspunde din pagina de profil a expeditorului.'; +$a->strings['Send Reply'] = 'Răspunde'; $a->strings['Unknown sender - %s'] = 'Expeditor necunoscut - %s'; $a->strings['You and %s'] = 'Tu şi %s'; $a->strings['%s and You'] = '%s şi dvs'; -$a->strings['Delete conversation'] = 'Ștergeți conversaţia'; -$a->strings['D, d M Y - g:i A'] = 'D, d M Y - g:i A'; $a->strings['%d message'] = [ 0 => '%d mesaj', 1 => '%d mesaje', 2 => '%d mesaje', ]; -$a->strings['Message not available.'] = 'Mesaj nedisponibil'; -$a->strings['Delete message'] = 'Şterge mesaj'; -$a->strings['No secure communications available. You may be able to respond from the sender\'s profile page.'] = 'Nici-o comunicaţie securizată disponibilă. Veți putea răspunde din pagina de profil a expeditorului.'; -$a->strings['Send Reply'] = 'Răspunde'; -$a->strings['[Embedded content - reload page to view]'] = '[Conţinut încastrat - reîncărcaţi pagina pentru a vizualiza]'; -$a->strings['Contact settings applied.'] = 'Configurările Contactului au fost aplicate.'; -$a->strings['Contact update failed.'] = 'Actualizarea Contactului a eșuat.'; -$a->strings['Repair Contact Settings'] = 'Remediere Configurări Contact'; -$a->strings['WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working.'] = 'AVERTISMENT: Această acțiune este foarte avansată şi dacă introduceţi informaţii incorecte, comunicaţiile cu acest contact se poate opri.'; -$a->strings['Please use your browser \'Back\' button now if you are uncertain what to do on this page.'] = 'Vă rugăm să utilizaţi acum butonul \'Înapoi\' din browser, dacă nu sunteţi sigur ce sa faceți pe această pagină.'; -$a->strings['Return to contact editor'] = 'Reveniţi la editorul de contact'; -$a->strings['Name'] = 'Nume'; -$a->strings['Account Nickname'] = 'Pseudonim Cont'; -$a->strings['@Tagname - overrides Name/Nickname'] = '@Nume_etichetă - suprascrie Numele/Pseudonimul'; -$a->strings['Account URL'] = 'URL Cont'; -$a->strings['Friend Request URL'] = 'URL Solicitare Prietenie'; -$a->strings['Friend Confirm URL'] = 'URL Confirmare Prietenie'; -$a->strings['Notification Endpoint URL'] = 'Punct final URL Notificare'; -$a->strings['Poll/Feed URL'] = 'URL Sondaj/Flux'; -$a->strings['New photo from this URL'] = 'Fotografie Nouă de la acest URL'; -$a->strings['Remote Self'] = 'Auto la Distanţă'; -$a->strings['Mirror postings from this contact'] = 'Postări în oglindă de la acest contact'; -$a->strings['Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'] = 'Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact.'; -$a->strings['Login'] = 'Login'; -$a->strings['Access denied.'] = 'Accesul interzis.'; -$a->strings['People Search'] = 'Căutare Persoane'; -$a->strings['No matches'] = 'Nici-o potrivire'; -$a->strings['Photos'] = 'Poze'; -$a->strings['Files'] = 'Fişiere'; -$a->strings['Contacts who are not members of a group'] = 'Contactele care nu sunt membre ale unui grup'; -$a->strings['Theme settings updated.'] = 'Configurările temei au fost actualizate.'; -$a->strings['Site'] = 'Site'; -$a->strings['Users'] = 'Utilizatori'; -$a->strings['Plugins'] = 'Pluginuri'; -$a->strings['Themes'] = 'Teme'; -$a->strings['DB updates'] = 'Actualizări Bază de Date'; -$a->strings['Logs'] = 'Jurnale'; -$a->strings['Admin'] = 'Admin'; -$a->strings['Plugin Features'] = 'Caracteristici Modul'; -$a->strings['diagnostics'] = 'diacgnostice'; -$a->strings['User registrations waiting for confirmation'] = 'Înregistrări de utilizatori, aşteaptă confirmarea'; -$a->strings['Normal Account'] = 'Cont normal'; -$a->strings['Soapbox Account'] = 'Cont Soapbox'; -$a->strings['Community/Celebrity Account'] = 'Cont Comunitate/Celebritate'; -$a->strings['Automatic Friend Account'] = 'Cont Prieten Automat'; -$a->strings['Blog Account'] = 'Cont Blog'; -$a->strings['Private Forum'] = 'Forum Privat'; -$a->strings['Message queues'] = 'Șiruri de mesaje'; -$a->strings['Administration'] = 'Administrare'; -$a->strings['Summary'] = 'Sumar'; -$a->strings['Registered users'] = 'Utilizatori înregistraţi'; -$a->strings['Pending registrations'] = 'Administrare'; -$a->strings['Version'] = 'Versiune'; -$a->strings['Active plugins'] = 'Module active'; -$a->strings['Can not parse base url. Must have at least ://'] = 'Nu se poate analiza URL-ul de bază. Trebuie să aibă minim ://'; -$a->strings['Site settings updated.'] = 'Configurările site-ului au fost actualizate.'; -$a->strings['No special theme for mobile devices'] = 'Nici-o temă specială pentru dispozitive mobile'; -$a->strings['At post arrival'] = 'La sosirea publicaţiei'; -$a->strings['Frequently'] = 'Frecvent'; -$a->strings['Hourly'] = 'Din oră în oră'; -$a->strings['Twice daily'] = 'De două ori pe zi'; -$a->strings['Daily'] = 'Zilnic'; -$a->strings['Multi user instance'] = 'Instanţă utilizatori multipli'; -$a->strings['Closed'] = 'Inchis'; -$a->strings['Requires approval'] = 'Necesită aprobarea'; -$a->strings['Open'] = 'Deschide'; -$a->strings['No SSL policy, links will track page SSL state'] = 'Nici-o politică SSL, legăturile vor urmări starea paginii SSL'; -$a->strings['Force all links to use SSL'] = 'Forţează toate legăturile să utilizeze SSL'; -$a->strings['Self-signed certificate, use SSL for local links only (discouraged)'] = 'Certificat auto/semnat, folosește SSL numai pentru legăturile locate (nerecomandat)'; -$a->strings['Save Settings'] = 'Salvare Configurări'; -$a->strings['Registration'] = 'Registratură'; -$a->strings['File upload'] = 'Fişier incărcat'; -$a->strings['Policies'] = 'Politici'; -$a->strings['Advanced'] = 'Avansat'; -$a->strings['Performance'] = 'Performanţă'; -$a->strings['Relocate - WARNING: advanced function. Could make this server unreachable.'] = 'Reaşezaţi - AVERTIZARE: funcţie avansată. Ar putea face acest server inaccesibil.'; -$a->strings['Site name'] = 'Nume site'; -$a->strings['Host name'] = 'Nume host'; -$a->strings['Banner/Logo'] = 'Baner/Logo'; -$a->strings['Additional Info'] = 'Informaţii suplimentare'; -$a->strings['For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo.'] = 'Pentru serverele publice: puteţi să adăugaţi aici informaţiile suplimentare ce vor fi afişate pe dir.friendica.com/siteinfo.'; -$a->strings['System language'] = 'Limbă System l'; -$a->strings['System theme'] = 'Temă System '; -$a->strings['Default system theme - may be over-ridden by user profiles - change theme settings'] = 'Tema implicită a sistemului - se poate supraregla prin profilele de utilizator - modificați configurările temei'; -$a->strings['Mobile system theme'] = 'Temă sisteme mobile'; -$a->strings['Theme for mobile devices'] = 'Temă pentru dispozitivele mobile'; -$a->strings['SSL link policy'] = 'Politivi link SSL '; -$a->strings['Determines whether generated links should be forced to use SSL'] = 'Determină dacă legăturile generate ar trebui forţate să utilizeze SSL'; -$a->strings['Old style \'Share\''] = 'Stilul vechi de \'Distribuiţi\''; -$a->strings['Deactivates the bbcode element \'share\' for repeating items.'] = 'Dezactivează elementul bbcode \'distribuiţi\' pentru elementele repetitive.'; -$a->strings['Hide help entry from navigation menu'] = 'Ascunde elementele de ajutor, din meniul de navigare'; -$a->strings['Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly.'] = 'Ascunde intrările de meniu pentru paginile de Ajutor, din meniul de navigare. Îl puteţi accesa în continuare direct, apelând /ajutor.'; -$a->strings['Single user instance'] = 'Instanţă cu un singur utilizator'; -$a->strings['Make this instance multi-user or single-user for the named user'] = 'Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv'; -$a->strings['Maximum image size'] = 'Maxim mărime imagine'; -$a->strings['Maximum size in bytes of uploaded images. Default is 0, which means no limits.'] = 'Dimensiunea maximă în octeţi, a imaginii încărcate. Implicit este 0, ceea ce înseamnă fără limite.'; -$a->strings['Maximum image length'] = 'Dimensiunea maximă a imaginii'; -$a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite.'; -$a->strings['JPEG image quality'] = 'Calitate imagine JPEG '; -$a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă.'; -$a->strings['Register policy'] = 'Politici inregistrare '; -$a->strings['Maximum Daily Registrations'] = 'Înregistrări Zilnice Maxime'; -$a->strings['If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.'] = 'Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect.'; -$a->strings['Register text'] = 'Text înregistrare'; -$a->strings['Will be displayed prominently on the registration page.'] = 'Va fi afişat vizibil pe pagina de înregistrare.'; -$a->strings['Accounts abandoned after x days'] = 'Conturi abandonate după x zile'; -$a->strings['Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.'] = 'Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp.'; -$a->strings['Allowed friend domains'] = 'Domenii prietene permise'; -$a->strings['Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains'] = 'Lista cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu'; -$a->strings['Allowed email domains'] = 'Domenii de email, permise'; -$a->strings['Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains'] = 'Lista cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu'; -$a->strings['Block public'] = 'Blocare acces public'; -$a->strings['Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.'] = 'Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat.'; -$a->strings['Force publish'] = 'Forțează publicarea'; -$a->strings['Check to force all profiles on this site to be listed in the site directory.'] = 'Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului.'; -$a->strings['Global directory update URL'] = 'URL actualizare director global'; -$a->strings['URL to update the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL pentru a actualiza directorul global. Dacă aceasta nu se stabilește, director global este complet indisponibil pentru aplicație.'; -$a->strings['Allow threaded items'] = 'Permite elemente înșiruite'; -$a->strings['Allow infinite level threading for items on this site.'] = 'Permite pe acest site, un număr infinit de nivele de înșiruire.'; -$a->strings['Private posts by default for new users'] = 'Postările private, ca implicit pentru utilizatori noi'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Stabilește permisiunile de postare implicite, pentru toți membrii noi, la grupul de confidențialitate implicit, mai degrabă decât cel public.'; -$a->strings['Don\'t include post content in email notifications'] = 'Nu include conţinutul postării în notificările prin email'; -$a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate.'; -$a->strings['Disallow public access to addons listed in the apps menu.'] = 'Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii.'; -$a->strings['Checking this box will restrict addons listed in the apps menu to members only.'] = 'Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor.'; -$a->strings['Don\'t embed private images in posts'] = 'Nu încorpora imagini private în postări'; -$a->strings['Don\'t replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while.'] = 'Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp.'; -$a->strings['Allow Users to set remote_self'] = 'Permite utilizatorilor să-și stabilească remote_self'; -$a->strings['With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream.'] = 'Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor.'; -$a->strings['Block multiple registrations'] = 'Blocare înregistrări multiple'; -$a->strings['Disallow users to register additional accounts for use as pages.'] = 'Interzice utilizatorilor să-și înregistreze conturi adiționale pentru a le folosi ca pagini.'; -$a->strings['OpenID support'] = 'OpenID support'; -$a->strings['OpenID support for registration and logins.'] = 'Suport OpenID pentru înregistrare şi autentificări.'; -$a->strings['Fullname check'] = 'Verificare Nume complet'; -$a->strings['Force users to register with a space between firstname and lastname in Full name, as an antispam measure'] = 'Forțează utilizatorii să se înregistreze cu un spaţiu între prenume şi nume, în câmpul pentru Nume complet, ca și măsură antispam'; -$a->strings['UTF-8 Regular expressions'] = 'UTF-8 Regular expresii'; -$a->strings['Use PHP UTF8 regular expressions'] = 'Utilizaţi PHP UTF-8 Regular expresii'; -$a->strings['Enable OStatus support'] = 'Activează Suport OStatus'; -$a->strings['Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.'] = 'Oferă compatibilitate de integrare OStatus (StatusNet, GNU Sociale etc.). Toate comunicațiile din OStatus sunt publice, astfel încât avertismentele de confidenţialitate vor fi ocazional afişate.'; -$a->strings['OStatus conversation completion interval'] = 'Intervalul OStatus de finalizare a conversaţiei'; -$a->strings['How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task.'] = 'Cât de des ar trebui, operatorul de sondaje, să verifice existența intrărilor noi din conversațiile OStatus? Aceasta poate fi o resursă de sarcini utile.'; -$a->strings['Enable Diaspora support'] = 'Activează Suport Diaspora'; -$a->strings['Provide built-in Diaspora network compatibility.'] = 'Oferă o compatibilitate de reţea Diaspora, întegrată.'; -$a->strings['Only allow Friendica contacts'] = 'Se permit doar contactele Friendica'; -$a->strings['All contacts must use Friendica protocols. All other built-in communication protocols disabled.'] = 'Toate contactele trebuie să utilizeze protocoalele Friendica. Toate celelalte protocoale, integrate, de comunicaţii sunt dezactivate.'; -$a->strings['Verify SSL'] = 'Verifică SSL'; -$a->strings['If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.'] = 'Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate.'; -$a->strings['Proxy user'] = 'Proxy user'; -$a->strings['Proxy URL'] = 'Proxy URL'; -$a->strings['Network timeout'] = 'Timp de expirare rețea'; -$a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = 'Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat).'; -$a->strings['Delivery interval'] = 'Interval de livrare'; -$a->strings['Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers.'] = 'Întârzierea proceselor de livrare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. Recomandat: 4-5 pentru gazde comune, 2-3 pentru servere virtuale private, 0-1 pentru servere dedicate mari.'; -$a->strings['Poll interval'] = 'Interval de Sondare'; -$a->strings['Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval.'] = 'Întârzierea proceselor de sondare în fundal, exprimată prin atâtea secunde, pentru a reduce încărcarea sistemului. dacă este 0, utilizează intervalul de livrare.'; -$a->strings['Maximum Load Average'] = 'Media Maximă de Încărcare'; -$a->strings['Maximum system load before delivery and poll processes are deferred - default 50.'] = 'Încărcarea maximă a sistemului înainte ca livrarea şi procesele de sondare să fie amânate - implicit 50.'; -$a->strings['Use MySQL full text engine'] = 'Utilizare motor text-complet MySQL'; -$a->strings['Activates the full text engine. Speeds up search - but can only search for four and more characters.'] = 'Activează motorul pentru text complet. Grăbeşte căutare - dar poate căuta, numai pentru minim 4 caractere.'; -$a->strings['Suppress Language'] = 'Suprimă Limba'; -$a->strings['Suppress language information in meta information about a posting.'] = 'Suprimă informaţiile despre limba din informaţiile meta ale unei postări.'; -$a->strings['Path to item cache'] = 'Calea pentru elementul cache'; -$a->strings['Cache duration in seconds'] = 'Durata Cache în secunde'; -$a->strings['How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1.'] = 'Cât de mult ar trebui păstrate fișierele cache? Valoarea implicită este de 86400 de secunde (O zi). Pentru a dezactiva elementul cache, stabilește valoarea la -1.'; -$a->strings['Maximum numbers of comments per post'] = 'Numărul maxim de comentarii per post'; -$a->strings['How much comments should be shown for each post? Default value is 100.'] = 'Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100.'; -$a->strings['Path for lock file'] = 'Cale pentru blocare fișiere'; -$a->strings['Temp path'] = 'Calea Temp'; -$a->strings['Base path to installation'] = 'Calea de bază pentru instalare'; -$a->strings['New base url'] = 'URL de bază nou'; -$a->strings['Update has been marked successful'] = 'Actualizarea a fost marcată cu succes'; -$a->strings['Database structure update %s was successfully applied.'] = 'Actualizarea structurii bazei de date %s a fost aplicată cu succes.'; -$a->strings['Executing %s failed with error: %s'] = 'Executarea %s a eșuat cu eroarea : %s'; -$a->strings['Update %s was successfully applied.'] = 'Actualizarea %s a fost aplicată cu succes.'; -$a->strings['Update %s did not return a status. Unknown if it succeeded.'] = 'Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit.'; -$a->strings['No failed updates.'] = 'Nici-o actualizare eșuată.'; -$a->strings['Check database structure'] = 'Verifică structura bazei de date'; -$a->strings['Failed Updates'] = 'Actualizări Eșuate'; -$a->strings['This does not include updates prior to 1139, which did not return a status.'] = 'Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status.'; -$a->strings['Mark success (if update was manually applied)'] = 'Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)'; -$a->strings['Attempt to execute this update step automatically'] = 'Se încearcă executarea automată a acestei etape de actualizare'; -$a->strings['Registration details for %s'] = 'Detaliile de înregistrare pentru %s'; -$a->strings['%s user blocked/unblocked'] = [ - 0 => '%s utilizator blocat/deblocat', - 1 => '%s utilizatori blocați/deblocați', - 2 => '%s de utilizatori blocați/deblocați', -]; -$a->strings['%s user deleted'] = [ - 0 => '%s utilizator şters', - 1 => '%s utilizatori şterşi', - 2 => '%s utilizatori şterşi', -]; -$a->strings['User \'%s\' deleted'] = 'Utilizator %s şters'; -$a->strings['User \'%s\' unblocked'] = 'Utilizator %s deblocat'; -$a->strings['User \'%s\' blocked'] = 'Utilizator %s blocat'; -$a->strings['Add User'] = 'Adăugaţi Utilizator'; -$a->strings['select all'] = 'selectează tot'; -$a->strings['User registrations waiting for confirm'] = 'Înregistrarea utilizatorului, aşteaptă confirmarea'; -$a->strings['User waiting for permanent deletion'] = 'Utilizatorul așteaptă să fie șters definitiv'; -$a->strings['Request date'] = 'Data cererii'; -$a->strings['Email'] = 'Email'; -$a->strings['No registrations.'] = 'Nici-o înregistrare.'; -$a->strings['Deny'] = 'Respinge'; -$a->strings['Site admin'] = 'Site admin'; -$a->strings['Account expired'] = 'Cont expirat'; -$a->strings['New User'] = 'Utilizator Nou'; -$a->strings['Register date'] = 'Data înregistrare'; -$a->strings['Last login'] = 'Ultimul login'; -$a->strings['Last item'] = 'Ultimul element'; -$a->strings['Deleted since'] = 'Șters din'; -$a->strings['Account'] = 'Cont'; -$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Utilizatorii selectați vor fi ştersi!\n\nTot ce au postat acești utilizatori pe acest site, va fi şters permanent!\n\nConfirmați?'; -$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?'] = 'Utilizatorul {0} va fi şters!\n\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\n\nConfirmați?'; -$a->strings['Name of the new user.'] = 'Numele noului utilizator.'; -$a->strings['Nickname'] = 'Pseudonim'; -$a->strings['Nickname of the new user.'] = 'Pseudonimul noului utilizator.'; -$a->strings['Email address of the new user.'] = 'Adresa de e-mail a utilizatorului nou.'; -$a->strings['Plugin %s disabled.'] = 'Modulul %s a fost dezactivat.'; -$a->strings['Plugin %s enabled.'] = 'Modulul %s a fost activat.'; -$a->strings['Disable'] = 'Dezactivează'; -$a->strings['Enable'] = 'Activează'; -$a->strings['Toggle'] = 'Comutare'; -$a->strings['Author: '] = 'Autor: '; -$a->strings['Maintainer: '] = 'Responsabil:'; -$a->strings['No themes found.'] = 'Nici-o temă găsită.'; -$a->strings['Screenshot'] = 'Screenshot'; -$a->strings['[Experimental]'] = '[Experimental]'; -$a->strings['[Unsupported]'] = '[Unsupported]'; -$a->strings['Log settings updated.'] = 'Jurnalul de configurări fost actualizat.'; -$a->strings['Clear'] = 'Curăţă'; -$a->strings['Enable Debugging'] = 'Activează Depanarea'; -$a->strings['Log file'] = 'Fişier Log '; -$a->strings['Must be writable by web server. Relative to your Friendica top-level directory.'] = 'Trebuie să fie inscriptibil pentru serverul web. Relativ la directoul dvs. superior Friendica.'; -$a->strings['Log level'] = 'Nivel log'; -$a->strings['Close'] = 'Închide'; -$a->strings['FTP Host'] = 'FTP Host'; -$a->strings['FTP Path'] = 'FTP Path'; -$a->strings['FTP User'] = 'FTP User'; -$a->strings['FTP Password'] = 'FTP Parolă'; -$a->strings['Search Results For:'] = 'Rezultatele Căutării Pentru:'; -$a->strings['Remove term'] = 'Eliminare termen'; -$a->strings['Saved Searches'] = 'Căutări Salvate'; -$a->strings['add'] = 'add'; -$a->strings['Commented Order'] = 'Ordonare Comentarii'; -$a->strings['Sort by Comment Date'] = 'Sortare după Data Comentariului'; -$a->strings['Posted Order'] = 'Ordonare Postări'; -$a->strings['Sort by Post Date'] = 'Sortare după Data Postării'; -$a->strings['Posts that mention or involve you'] = 'Postări ce vă menționează sau vă implică'; -$a->strings['New'] = 'Nou'; -$a->strings['Activity Stream - by date'] = 'Flux Activități - după dată'; -$a->strings['Shared Links'] = 'Linkuri partajate'; -$a->strings['Interesting Links'] = 'Legături Interesante'; -$a->strings['Starred'] = 'Cu steluță'; -$a->strings['Favourite Posts'] = 'Postări Favorite'; -$a->strings['Warning: This group contains %s member from an insecure network.'] = [ - 0 => 'Atenție: Acest grup conţine %s membru dintr-o reţea nesigură.', - 1 => 'Atenție: Acest grup conţine %s membrii dintr-o reţea nesigură.', - 2 => 'Atenție: Acest grup conţine %s de membrii dintr-o reţea nesigură.', -]; -$a->strings['Private messages to this group are at risk of public disclosure.'] = 'Mesajele private către acest grup sunt supuse riscului de divulgare publică.'; -$a->strings['No such group'] = 'Membrii'; -$a->strings['Group is empty'] = 'Grupul este gol'; -$a->strings['Group: '] = 'Grup:'; -$a->strings['Contact: '] = 'Contact: '; -$a->strings['Private messages to this person are at risk of public disclosure.'] = 'Mesajele private către această persoană sunt supuse riscului de divulgare publică.'; -$a->strings['Invalid contact.'] = 'Invalid contact.'; -$a->strings['Friends of %s'] = 'Prieteni cu %s'; -$a->strings['No friends to display.'] = 'Nici-un prieten de afișat.'; -$a->strings['Event title and start time are required.'] = 'Titlul evenimentului şi timpul de pornire sunt necesare.'; -$a->strings['l, F j'] = 'l, F j'; -$a->strings['Edit event'] = 'Editează eveniment'; -$a->strings['link to source'] = 'link către sursă'; -$a->strings['Events'] = 'Evenimente'; -$a->strings['Create New Event'] = 'Crează eveniment nou'; -$a->strings['Previous'] = 'Precedent'; -$a->strings['Next'] = 'Next'; -$a->strings['hour:minute'] = 'ore:minute'; -$a->strings['Event details'] = 'Detalii eveniment'; -$a->strings['Format is %s %s. Starting date and Title are required.'] = 'Formatul este %s %s.Data de începere și Titlul sunt necesare.'; -$a->strings['Event Starts:'] = 'Evenimentul Începe:'; -$a->strings['Required'] = 'Cerut'; -$a->strings['Finish date/time is not known or not relevant'] = 'Data/ora de finalizare nu este cunoscută sau nu este relevantă'; -$a->strings['Event Finishes:'] = 'Evenimentul se Finalizează:'; -$a->strings['Adjust for viewer timezone'] = 'Reglați pentru fusul orar al vizitatorului'; -$a->strings['Description:'] = 'Descriere:'; -$a->strings['Location:'] = 'Locaţie:'; -$a->strings['Title:'] = 'Titlu:'; -$a->strings['Share this event'] = 'Partajează acest eveniment'; -$a->strings['Select'] = 'Select'; -$a->strings['View %s\'s profile @ %s'] = 'Vizualizaţi profilul %s @ %s'; -$a->strings['%s from %s'] = '%s de la %s'; -$a->strings['View in context'] = 'Vizualizare în context'; -$a->strings['%d comment'] = [ - 0 => '%d comentariu', - 1 => '%d comentarii', - 2 => '%d comentarii', -]; -$a->strings['comment'] = [ - 0 => 'comentariu', - 1 => 'comentarii', - 2 => 'comentarii', -]; -$a->strings['show more'] = 'mai mult'; -$a->strings['Private Message'] = ' Mesaj Privat'; -$a->strings['I like this (toggle)'] = 'I like asta (toggle)'; -$a->strings['like'] = 'like'; -$a->strings['I don\'t like this (toggle)'] = 'nu îmi place aceasta (comutare)'; -$a->strings['dislike'] = 'dislike'; -$a->strings['Share this'] = 'Partajează'; -$a->strings['share'] = 'partajează'; +$a->strings['Personal Notes'] = 'Note Personale'; +$a->strings['Personal notes are visible only by yourself.'] = 'Notele Personale sunt vizibile doar pentru dumneavoastră'; +$a->strings['Save'] = 'Salvare'; +$a->strings['User not found.'] = 'Utilizator negăsit.'; +$a->strings['Photo Albums'] = 'Albume Photo '; +$a->strings['Recent Photos'] = 'Poze Recente'; +$a->strings['Upload New Photos'] = 'Încărcaţi Fotografii Noi'; +$a->strings['everybody'] = 'oricine'; +$a->strings['Contact information unavailable'] = 'Informaţii contact nedisponibile'; +$a->strings['Album not found.'] = 'Album negăsit'; +$a->strings['Album successfully deleted'] = 'Album șters cu succes'; +$a->strings['Album was empty.'] = 'Album gol.'; +$a->strings['Failed to delete the photo.'] = 'Nu s-a putut șterge fotografia'; +$a->strings['a photo'] = 'o fotografie'; +$a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s a fost etichetat în %2$s de către %3$s'; +$a->strings['Public access denied.'] = 'Acces public refuzat.'; +$a->strings['No photos selected'] = 'Nicio fotografie selectată'; +$a->strings['The maximum accepted image size is %s'] = 'Mărimea maximă acceptată a imaginii este %s'; +$a->strings['Upload Photos'] = 'Încărcare Fotografii'; +$a->strings['New album name: '] = 'Nume album nou:'; +$a->strings['or select existing album:'] = 'sau selectează un album existent:'; +$a->strings['Do not show a status post for this upload'] = 'Nu afișa un status pentru această încărcare'; +$a->strings['Permissions'] = 'Permisiuni'; +$a->strings['Do you really want to delete this photo album and all its photos?'] = 'Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?'; +$a->strings['Delete Album'] = 'Şterge Album'; +$a->strings['Cancel'] = 'Anulează'; +$a->strings['Edit Album'] = 'Editează Album'; +$a->strings['Show Newest First'] = 'Afișează Întâi cele Noi'; +$a->strings['Show Oldest First'] = 'Afișează Întâi cele Vechi'; +$a->strings['View Photo'] = 'Vizualizare Fotografie'; +$a->strings['Permission denied. Access to this item may be restricted.'] = 'Permisiune refuzată. Accesul la acest element poate fi restricționat.'; +$a->strings['Photo not available'] = 'Fotografia nu este disponibilă'; +$a->strings['Do you really want to delete this photo?'] = 'Sigur doriți să ștergeți această fotografie?'; +$a->strings['Delete Photo'] = 'Şterge Poza'; +$a->strings['View photo'] = 'Vezi foto'; +$a->strings['Edit photo'] = 'Editează fotografia'; +$a->strings['Delete photo'] = 'Șterge fotografia'; +$a->strings['Use as profile photo'] = 'Utilizați ca și fotografie de profil'; +$a->strings['Private Photo'] = 'Fotografie privată'; +$a->strings['View Full Size'] = 'Vizualizați la Dimensiunea Completă'; +$a->strings['Tags: '] = 'Etichete:'; +$a->strings['[Select tags to remove]'] = '[Selectează etichete de șters]'; +$a->strings['New album name'] = 'Nume Nou Album'; +$a->strings['Caption'] = 'Titlu'; +$a->strings['Add a Tag'] = 'Adaugă un Tag'; +$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping'; +$a->strings['Do not rotate'] = 'Nu roti'; +$a->strings['Rotate CW (right)'] = 'Rotire spre dreapta'; +$a->strings['Rotate CCW (left)'] = 'Rotire spre stânga'; $a->strings['This is you'] = 'Acesta eşti tu'; $a->strings['Comment'] = 'Comentariu'; +$a->strings['Preview'] = 'Previzualizare'; +$a->strings['Loading...'] = 'Încărcare...'; +$a->strings['Select'] = 'Select'; +$a->strings['Delete'] = 'Şterge'; +$a->strings['Like'] = 'Îmi place'; +$a->strings['I like this (toggle)'] = 'Îmi place asta (comutare)'; +$a->strings['Dislike'] = 'Nu îmi place'; +$a->strings['I don\'t like this (toggle)'] = 'Nu îmi place aceasta (comutare)'; +$a->strings['Map'] = 'Hartă'; +$a->strings['Apologies but the website is unavailable at the moment.'] = 'Ne pare rău, însă website-ul nu este momentan disponibil'; +$a->strings['Delete this item?'] = 'Ștergeți acest element?'; +$a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Dorești să blochezi acest autor? Acesta nu va mai putea să te urmărească și nici să îți vadă postările publice, iar tu nu vei mai putea să-i vezi postările și notificările.'; +$a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'Dorești să ignori acest autor? Nu îi vei mai putea vedea postările și notificările.'; +$a->strings['Collapse this author\'s posts?'] = 'Colapsați postările acestui autor?'; +$a->strings['Ignore this author\'s server?'] = 'Ignorați serverul acestui autor?'; +$a->strings['You won\'t see any content from this server including reshares in your Network page, the community pages and individual conversations.'] = 'Nu veți mai vedea niciun conținut de la acest server, inclusiv redistribuirile din pagina dumneavoastră de Rețea, paginile de comunitate sau conversațiile individuale.'; +$a->strings['Like not successful'] = 'Apreciere eșuată'; +$a->strings['Dislike not successful'] = 'Neapreciere eșuată'; +$a->strings['Sharing not successful'] = 'Distribuire eșuată'; +$a->strings['Network error'] = 'Eroare de rețea'; +$a->strings['Drop files here to upload'] = 'Lasă fișierele aici pentru a le încărca'; +$a->strings['Your browser does not support drag and drop file uploads.'] = 'Browser-ul dumneavoastră nu suportă încărcarea fișierelor prin tragere și plasare'; +$a->strings['File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.'] = 'Fișierul este prea mare ({{filesize}}MiB). Dimensiunea maximă: {{maxFilesize}}MiB.'; +$a->strings['You can\'t upload files of this type.'] = 'Nu puteți încărca fișiere de acest tip'; +$a->strings['Server responded with {{statusCode}} code.'] = 'Serverul a răspuns cu codul {{statusCode}}'; +$a->strings['Cancel upload'] = 'Anulează încărcarea'; +$a->strings['Upload canceled.'] = 'Încărcarea a fost anulată.'; +$a->strings['Are you sure you want to cancel this upload?'] = 'Sunteți sigur/-ă că vreți să anulați această încărcare?'; +$a->strings['Remove file'] = 'Înlătură fișierul'; +$a->strings['You can\'t upload any more files.'] = 'Nu mai puteți încărca alte fișiere.'; +$a->strings['toggle mobile'] = 'comutare mobil'; +$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Metodă nepermisă pentru acest modul. Metodă/metode permise: %s'; +$a->strings['Page not found.'] = 'Pagină negăsită.'; +$a->strings['You must be logged in to use addons. '] = 'Trebuie să vă autentificați pentru a folosi suplimentele.'; +$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.'] = 'Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite.'; +$a->strings['All contacts'] = 'Toate contactele'; +$a->strings['Followers'] = 'Urmăritori'; +$a->strings['Following'] = 'Urmăriți'; +$a->strings['Addon not found'] = 'Supliment negăsit'; +$a->strings['Addon already enabled'] = 'Supliment deja activat'; +$a->strings['Addon already disabled'] = 'Supliment deja dezactivat'; +$a->strings['The contact entries have been archived'] = 'Contactul a fost arhivat'; +$a->strings['The contact has been blocked from the node'] = 'Contactul a fost blocat pe acest nod'; +$a->strings[' - found'] = ' - găsit'; +$a->strings[' - failed'] = ' - eșuat'; +$a->strings['Done.'] = 'Realizat.'; +$a->strings['All pending post updates are done.'] = 'Toate actualizările de postare aflate în așteptare s-au terminat.'; +$a->strings['Enter user nickname: '] = 'Introduceți pseudonimul de utilizator:'; +$a->strings['User not found'] = 'Utilizator negăsit'; +$a->strings['Enter new password: '] = 'Introduceți noua parolă:'; +$a->strings['Password update failed. Please try again.'] = 'Actualizarea parolei a eșuat. Vă rugăm să încercați din nou.'; +$a->strings['Password changed.'] = 'Parola a fost schimbată.'; +$a->strings['Enter user name: '] = 'Introduceți numele de utilizator:'; +$a->strings['Enter a language (optional): '] = 'Introduceți o limbă (opțional):'; +$a->strings['newer'] = 'mai noi'; +$a->strings['older'] = 'mai vechi'; +$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'] = 'Conector Diaspora'; +$a->strings['GNU Social Connector'] = 'Conector GNU Social'; +$a->strings['ActivityPub'] = 'ActivityPub'; +$a->strings['Tumblr'] = 'Tumblr'; +$a->strings['Bluesky'] = 'Bluesky'; +$a->strings['%s (via %s)'] = '%s (via %s)'; +$a->strings['and'] = 'şi'; +$a->strings['Visible to everybody'] = 'Vizibil pentru toți'; +$a->strings['Tag term:'] = 'Termen etichetare:'; +$a->strings['Save to Folder:'] = 'Salvare în Dosar:'; +$a->strings['Where are you right now?'] = 'Unde vă aflați acum?'; +$a->strings['Delete item(s)?'] = 'Ștergeți element(e)?'; +$a->strings['New Post'] = 'Postare nouă'; +$a->strings['Share'] = 'Partajează'; +$a->strings['upload photo'] = 'încărcare fotografie'; +$a->strings['Attach file'] = 'Ataşează fişier'; +$a->strings['attach file'] = 'ataşează fişier'; $a->strings['Bold'] = 'Bold'; $a->strings['Italic'] = 'Italic'; $a->strings['Underline'] = 'Subliniat'; $a->strings['Quote'] = 'Citat'; +$a->strings['Add emojis'] = 'Adaugă emoji-uri'; +$a->strings['Content Warning'] = 'Avertisment de conținut'; $a->strings['Code'] = 'Code'; $a->strings['Image'] = 'Imagine'; $a->strings['Link'] = 'Link'; +$a->strings['Link or Media'] = 'Link sau fișier media'; $a->strings['Video'] = 'Video'; -$a->strings['Preview'] = 'Previzualizare'; -$a->strings['Edit'] = 'Edit'; -$a->strings['add star'] = 'add stea'; -$a->strings['remove star'] = 'înlătură stea'; -$a->strings['toggle star status'] = 'comută status steluță'; -$a->strings['starred'] = 'cu steluță'; -$a->strings['add tag'] = 'add tag'; -$a->strings['save to folder'] = 'salvează în directorul'; -$a->strings['to'] = 'către'; -$a->strings['Wall-to-Wall'] = 'Perete-prin-Perete'; -$a->strings['via Wall-To-Wall:'] = 'via Perete-Prin-Perete'; -$a->strings['Remove My Account'] = 'Șterge Contul Meu'; -$a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă.'; -$a->strings['Please enter your password for verification:'] = 'Vă rugăm să introduceţi parola dvs. pentru verificare:'; -$a->strings['Friendica Communications Server - Setup'] = 'Serverul de Comunicații Friendica - Instalare'; -$a->strings['Could not connect to database.'] = 'Nu se poate face conectarea cu baza de date.'; -$a->strings['Could not create table.'] = 'Nu se poate crea tabelul.'; -$a->strings['Your Friendica site database has been installed.'] = 'Baza dvs. de date Friendica, a fost instalată.'; +$a->strings['Set your location'] = 'Setați locația dvs'; +$a->strings['set location'] = 'set locaţie'; +$a->strings['Clear browser location'] = 'Curățare locație browser'; +$a->strings['clear location'] = 'şterge locaţia'; +$a->strings['Set title'] = 'Setează titlu'; +$a->strings['Categories (comma-separated list)'] = 'Categorii (listă cu separator prin virgulă)'; +$a->strings['Scheduled at'] = 'Programat la'; +$a->strings['Permission settings'] = 'Setări permisiuni'; +$a->strings['Public post'] = 'Public post'; +$a->strings['Message'] = 'Mesaj'; +$a->strings['Browser'] = 'Browser'; +$a->strings['Open Compose page'] = 'Deschide Pagina de compunere'; +$a->strings['remove'] = 'eliminare'; +$a->strings['Delete Selected Items'] = 'Ștergeți Elementele Selectate'; +$a->strings['You are following %s.'] = 'Dvs. urmăriți %s.'; +$a->strings['You subscribed to %s.'] = 'V-ați abonat la %s.'; +$a->strings['You subscribed to one or more tags in this post.'] = 'V-ați abonat la una sau mai multe etichete prezente în această postare'; +$a->strings['%s reshared this.'] = '%s a redistribuit'; +$a->strings['Reshared'] = 'Redistribuit'; +$a->strings['Reshared by %s <%s>'] = 'Redistribuit de %s <%s>'; +$a->strings['%s is participating in this thread.'] = '%s participă în acest fir de conversație'; +$a->strings['Sent via an relay server'] = 'Trimis printr-un server releu'; +$a->strings['Sent via the relay server %s <%s>'] = 'Trimis prin serverul releu %s <%s>'; +$a->strings['Stored because of a child post to complete this thread.'] = 'Stocată din cauza unei postări inferioare pentru a completa acest fir.'; +$a->strings['Pinned item'] = 'Element fixat'; +$a->strings['View %s\'s profile @ %s'] = 'Vizualizaţi profilul %s @ %s'; +$a->strings['Categories:'] = 'Categorii:'; +$a->strings['Filed under:'] = 'Înscris în:'; +$a->strings['%s from %s'] = '%s de la %s'; +$a->strings['View in context'] = 'Vizualizare în context'; +$a->strings['For you'] = 'Pentru tine'; +$a->strings['Images'] = 'Imagini'; +$a->strings['Posts with images'] = 'Postări cu imagini'; +$a->strings['Posts with audio'] = 'Postări cu audio'; +$a->strings['Videos'] = 'Videoclipuri'; +$a->strings['Posts with videos'] = 'Postări cu videoclipuri'; +$a->strings['Local Community'] = 'Comunitatea locală'; +$a->strings['Posts from local users on this server'] = 'Postări ale utilizatorilor aflați pe acest server'; +$a->strings['Global Community'] = 'Comunitatea globală'; +$a->strings['Posts from users of the whole federated network'] = 'Postări ale utilizatorilor întregii rețele federate'; +$a->strings['Latest Activity'] = 'Activitate recentă'; +$a->strings['Sort by latest activity'] = 'Sortează după activitatea recentă'; +$a->strings['Latest Posts'] = 'Postări recente'; +$a->strings['Sort by post received date'] = 'Sortează după data primirii postării'; +$a->strings['Latest Creation'] = 'Creații recente'; +$a->strings['Sort by post creation date'] = 'Sortează după data creării postării'; +$a->strings['Personal'] = 'Personal'; +$a->strings['Posts that mention or involve you'] = 'Postări ce vă menționează sau vă implică'; +$a->strings['Starred'] = 'Cu steluță'; +$a->strings['Favourite Posts'] = 'Postări Favorite'; +$a->strings['General Features'] = 'Caracteristici Generale'; +$a->strings['Photo Location'] = 'Locație fotografie'; +$a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Metadata fotografiilor este în mod normal înlăturată. Aceasta extrage locația (dacă există) anterior înlăturării metadatelor și o afișează pe o hartă.'; +$a->strings['Trending Tags'] = 'Etichete în tendințe'; +$a->strings['Post Composition Features'] = 'Caracteristici Compoziţie Postare'; +$a->strings['Add an abstract from ActivityPub content warnings'] = 'Adaugă un abstract din avertismentele de conținut ActivityPub'; +$a->strings['Add an abstract when commenting on ActivityPub posts with a content warning. Abstracts are displayed as content warning on systems like Mastodon or Pleroma.'] = 'Adaugați un abstract atunci când comentați postări ActivityPub conținând un avertisment de conținut. Abstractele sunt afișate ca avertisment de conținut pe sisteme precum Mastodon sau Pleroma'; +$a->strings['Post/Comment Tools'] = 'Instrumente Postare/Comentariu'; +$a->strings['Post Categories'] = 'Categorii Postări'; +$a->strings['Add categories to your posts'] = 'Adăugaţi categorii la postările dvs.'; +$a->strings['Advanced Profile Settings'] = 'Setări de profil avansate'; +$a->strings['List Groups'] = 'Listează grupuri'; +$a->strings['Show visitors public groups at the Advanced Profile Page'] = 'Arată vizitatorilor grupuri publice în Pagina de Profil Avansată'; +$a->strings['Tag Cloud'] = 'Nor cu etichete'; +$a->strings['Provide a personal tag cloud on your profile page'] = 'Afișează un „nor cu etichete” personale pe pagina ta de profil'; +$a->strings['Advanced Calendar Settings'] = 'Setări avansate calendar'; +$a->strings['Allow anonymous access to your calendar'] = 'Permiteți accesul anonim la calendarul dumneavoastră'; +$a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Permite vizitatorilor anonimi să vă consulte calendarul și evenimentele publice ale dumneavoastră. Evenimentele tip zi de naștere ale contactelor dumneavoastră rămân private.'; +$a->strings['Groups'] = 'Grupuri'; +$a->strings['External link to group'] = 'Link extern către grup'; +$a->strings['show less'] = 'mai puțin'; +$a->strings['show more'] = 'mai mult'; +$a->strings['Create new group'] = 'Creează un grup nou'; +$a->strings['event'] = 'eveniment'; +$a->strings['status'] = 'status'; +$a->strings['photo'] = 'fotografie'; +$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s a etichetat %3$s de la %2$s cu %4$s'; +$a->strings['Follow Thread'] = 'Urmăriți Firul Conversației'; +$a->strings['View Status'] = 'Vizualizare Status'; +$a->strings['View Profile'] = 'Vizualizare Profil'; +$a->strings['View Photos'] = 'Vizualizare Fotografii'; +$a->strings['Network Posts'] = 'Postări din Rețea'; +$a->strings['Send PM'] = 'Trimiteți mesaj personal'; +$a->strings['Block'] = 'Blochează'; +$a->strings['Ignore'] = 'Ignoră'; +$a->strings['Collapse'] = 'Colapsați'; +$a->strings['Ignore %s server'] = 'Ignorați serverul %s'; +$a->strings['Connect/Follow'] = 'Conectare/Urmărire'; +$a->strings['Nothing new here'] = 'Nimic nou aici'; +$a->strings['Clear notifications'] = 'Ştergeţi notificările'; +$a->strings['@name, !group, #tags, content'] = '@nume, !grup, #etichetă, conținut'; +$a->strings['Logout'] = 'Deconectare'; +$a->strings['End this session'] = 'Finalizați această sesiune'; +$a->strings['Login'] = 'Login'; +$a->strings['Sign in'] = 'Autentificare'; +$a->strings['Conversations'] = 'Conversații'; +$a->strings['Conversations you started'] = 'Conversații pe care le-ați pornit'; +$a->strings['Profile'] = 'Profil'; +$a->strings['Your profile page'] = 'Pagina dvs. de profil'; +$a->strings['Photos'] = 'Poze'; +$a->strings['Your photos'] = 'Fotografiile dvs.'; +$a->strings['Personal notes'] = 'Note Personale'; +$a->strings['Your personal notes'] = 'Notele tale personale'; +$a->strings['Home'] = 'Home'; +$a->strings['Home Page'] = 'Home Pagina'; +$a->strings['Register'] = 'Înregistrare'; +$a->strings['Create an account'] = 'Creați un cont'; +$a->strings['Help'] = 'Ajutor'; +$a->strings['Help and documentation'] = 'Ajutor şi documentaţie'; +$a->strings['Apps'] = 'Aplicații'; +$a->strings['Addon applications, utilities, games'] = 'Suplimente la aplicații, utilitare, jocuri'; +$a->strings['Search'] = 'Căutare'; +$a->strings['Search site content'] = 'Căutare în conținut site'; +$a->strings['Contacts'] = 'Contacte'; +$a->strings['Community'] = 'Comunitate'; +$a->strings['Conversations on this and other servers'] = 'Conversații pe acest server și pe altele'; +$a->strings['Directory'] = 'Director'; +$a->strings['People directory'] = 'Director persoane'; +$a->strings['Information'] = 'Informaţii'; +$a->strings['Information about this friendica instance'] = 'Informaţii despre această instanță friendica'; +$a->strings['Terms of Service'] = 'Condiții de Utilizare'; +$a->strings['Terms of Service of this Friendica instance'] = 'Condițiile de Utilizare ale acestei instanțe de Friendica'; +$a->strings['Network'] = 'Reţea'; +$a->strings['Conversations from your friends'] = 'Conversaţiile prieteniilor dvs.'; +$a->strings['Your posts and conversations'] = 'Postările şi conversaţiile dvs.'; +$a->strings['Introductions'] = 'Introduceri'; +$a->strings['Friend Requests'] = 'Solicitări Prietenie'; +$a->strings['Notifications'] = 'Notificări'; +$a->strings['See all notifications'] = 'Consultaţi toate notificările'; +$a->strings['Mark as seen'] = 'Marcați ca și vizualizat'; +$a->strings['Private mail'] = 'Mail privat'; +$a->strings['Inbox'] = 'Mesaje primite'; +$a->strings['Outbox'] = 'Căsuță de Ieșire'; +$a->strings['Accounts'] = 'Conturi'; +$a->strings['Manage other pages'] = 'Gestionează alte pagini'; +$a->strings['Settings'] = 'Setări'; +$a->strings['Account settings'] = 'Configurări Cont'; +$a->strings['Manage/edit friends and contacts'] = 'Gestionare/Editare prieteni şi contacte'; +$a->strings['Admin'] = 'Admin'; +$a->strings['Site setup and configuration'] = 'Instalare şi configurare site'; +$a->strings['Navigation'] = 'Navigare'; +$a->strings['Site map'] = 'Hartă Site'; +$a->strings['Embedding disabled'] = 'Încorporarea conținuturilor este dezactivată'; +$a->strings['Embedded content'] = 'Conţinut încorporat'; +$a->strings['first'] = 'prima'; +$a->strings['prev'] = 'preced'; +$a->strings['next'] = 'următor'; +$a->strings['last'] = 'ultima'; +$a->strings['Image/photo'] = 'Imagine/fotografie'; +$a->strings['Click to open/close'] = 'Apăsați pentru a deschide/închide'; +$a->strings['$1 wrote:'] = '$1 a scris:'; +$a->strings['Encrypted content'] = 'Conţinut criptat'; +$a->strings['Add New Contact'] = 'Add Contact Nou'; +$a->strings['Enter address or web location'] = 'Introduceţi adresa sau locaţia web'; +$a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Exemplu: bob@example.com, http://example.com/barbara'; +$a->strings['Connect'] = 'Conectare'; +$a->strings['%d invitation available'] = [ + 0 => '%d invitație disponibilă', + 1 => '%d invitații disponibile', + 2 => '%d de invitații disponibile', +]; +$a->strings['Find People'] = 'Căutați Persoane'; +$a->strings['Enter name or interest'] = 'Introduceţi numele sau interesul'; +$a->strings['Examples: Robert Morgenstein, Fishing'] = 'Exemple: Robert Morgenstein, Pescuit'; +$a->strings['Find'] = 'Căutare'; +$a->strings['Friend Suggestions'] = 'Sugestii de Prietenie'; +$a->strings['Similar Interests'] = 'Interese Similare'; +$a->strings['Random Profile'] = 'Profil Aleatoriu'; +$a->strings['Invite Friends'] = 'Invită Prieteni'; +$a->strings['Global Directory'] = 'Director Global'; +$a->strings['Local Directory'] = 'Director Local'; +$a->strings['All Contacts'] = 'Toate Contactele'; +$a->strings['Protocols'] = 'Protocoale'; +$a->strings['All Protocols'] = 'Toate protocoalele'; +$a->strings['Saved Folders'] = 'Dosare Salvate'; +$a->strings['Everything'] = 'Totul'; +$a->strings['Categories'] = 'Categorii'; +$a->strings['%d contact in common'] = [ + 0 => '%d contact în comun', + 1 => '%d contacte în comun', + 2 => '%d de contacte în comun', +]; +$a->strings['Archives'] = 'Arhive'; +$a->strings['Persons'] = 'Persoane'; +$a->strings['Organisations'] = 'Organizații'; +$a->strings['News'] = 'Știri'; +$a->strings['Account Types'] = 'Tipuri de cont'; +$a->strings['All'] = 'Totul'; +$a->strings['Channels'] = 'Canale'; +$a->strings['Export'] = 'Exportare'; +$a->strings['Export calendar as ical'] = 'Exportă calendarul ca ical'; +$a->strings['Export calendar as csv'] = 'Exportă calendarul ca csv'; +$a->strings['No contacts'] = 'Nici-un contact'; +$a->strings['%d Contact'] = [ + 0 => '%d Contact', + 1 => '%d Contacte', + 2 => '%d de Contacte', +]; +$a->strings['View Contacts'] = 'Vezi Contacte'; +$a->strings['Remove term'] = 'Eliminare termen'; +$a->strings['Saved Searches'] = 'Căutări Salvate'; +$a->strings['Trending Tags (last %d hour)'] = [ + 0 => 'Etichete în tendințe (ultima %d oră)', + 1 => 'Etichete în tendințe (ultimele %d ore)', + 2 => 'Etichete în tendințe (ultimele %d ore)', +]; +$a->strings['More Trending Tags'] = 'Mai multe etichete în tendințe'; +$a->strings['XMPP:'] = 'XMPP:'; +$a->strings['Matrix:'] = 'Matrix:'; +$a->strings['Location:'] = 'Locaţie:'; +$a->strings['Network:'] = 'Reţea:'; +$a->strings['Post to Email'] = 'Postați prin Email'; +$a->strings['Show to:'] = 'Arată către:'; +$a->strings['Except to:'] = 'Cu excepția:'; +$a->strings['CC: email addresses'] = 'CC: adresă email'; +$a->strings['Example: bob@example.com, mary@example.com'] = 'Exemplu: bob@exemplu.com, mary@exemplu.com'; $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'Este posibil să fie nevoie să importați manual fişierul "database.sql" folosind phpmyadmin sau mysql.'; -$a->strings['Please see the file "INSTALL.txt".'] = 'Vă rugăm să consultaţi fişierul "INSTALL.txt".'; -$a->strings['System check'] = 'Verificare sistem'; -$a->strings['Check again'] = 'Reverificare'; -$a->strings['Database connection'] = 'Conexiunea cu baza de date'; -$a->strings['In order to install Friendica we need to know how to connect to your database.'] = 'Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date.'; -$a->strings['Please contact your hosting provider or site administrator if you have questions about these settings.'] = 'Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări.'; -$a->strings['The database you specify below should already exist. If it does not, please create it before continuing.'] = 'Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua.'; -$a->strings['Database Server Name'] = 'Nume Server Bază de date'; -$a->strings['Database Login Name'] = 'Nume Autentificare Bază de date'; -$a->strings['Database Login Password'] = 'Parola de Autentificare Bază de date'; -$a->strings['Database Name'] = 'Nume Bază de date'; -$a->strings['Site administrator email address'] = 'Adresa de email a administratorului de site'; -$a->strings['Your account email address must match this in order to use the web admin panel.'] = 'Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web.'; -$a->strings['Please select a default timezone for your website'] = 'Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs.'; -$a->strings['Site settings'] = 'Configurări Site'; $a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Nu s-a putut găsi o versiune a liniei de comandă PHP în CALEA serverului web.'; -$a->strings['If you don\'t have a command line version of PHP installed on server, you will not be able to run background polling via cron. See \'Activating scheduled tasks\''] = 'Dacă nu aveţi o versiune a liniei de comandă PHP instalată pe server, nu veţi putea să efectuaţi interogări ciclice în fundal prin funcția cron. Consultaţi \'Activarea sarcinilor programate\' '; $a->strings['PHP executable path'] = 'Calea de executare PHP'; $a->strings['Enter full path to php executable. You can leave this blank to continue the installation.'] = 'Introduceţi calea completă către executabilul php. Puteţi lăsa acesta necompletată pentru a continua instalarea.'; $a->strings['Command line PHP'] = 'linie comandă PHP'; @@ -718,736 +478,24 @@ $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'] = 'Eroare: funcția "openssl_pkey_new" de pe acest sistem nu este capabilă să genereze chei de criptare'; $a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Dacă rulează pe Windows, vă rugăm să consultaţi "http://www.php.net/manual/en/openssl.installation.php".'; $a->strings['Generate encryption keys'] = 'Generare chei de criptare'; -$a->strings['libCurl PHP module'] = 'Modulul PHP libCurl'; -$a->strings['GD graphics PHP module'] = 'Modulul PHP grafică GD'; -$a->strings['OpenSSL PHP module'] = 'Modulul PHP OpenSSL'; -$a->strings['mysqli PHP module'] = 'Modulul PHP mysqli'; -$a->strings['mb_string PHP module'] = 'Modulul PHP mb_string'; -$a->strings['Apache mod_rewrite module'] = 'Modulul Apache mod_rewrite'; $a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Eroare: Modulul mod-rewrite al serverulului Apache este necesar, dar nu este instalat.'; +$a->strings['Apache mod_rewrite module'] = 'Modulul Apache mod_rewrite'; +$a->strings['libCurl PHP module'] = 'Modulul PHP libCurl'; $a->strings['Error: libCURL PHP module required but not installed.'] = 'Eroare: modulul PHP libCURL este necesar dar nu este instalat.'; +$a->strings['GD graphics PHP module'] = 'Modulul PHP grafică GD'; $a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Eroare: Modulul PHP grafică GD cu suport JPEG, este necesar dar nu este instalat.'; +$a->strings['OpenSSL PHP module'] = 'Modulul PHP OpenSSL'; $a->strings['Error: openssl PHP module required but not installed.'] = 'Eroare: modulul PHP libCURL este necesar dar nu este instalat.'; -$a->strings['Error: mysqli PHP module required but not installed.'] = 'Eroare: modulul PHP mysqli este necesar dar nu este instalat.'; +$a->strings['mb_string PHP module'] = 'Modulul PHP mb_string'; $a->strings['Error: mb_string PHP module required but not installed.'] = 'Eroare: modulul PHP mb_string este necesar dar nu este instalat.'; -$a->strings['The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'] = 'Expertul de instalare web trebuie să poată crea un fișier numit ".htconfig.php" în dosarul superior al serverului dvs. web, şi nu poate face acest lucru.'; $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.'] = 'Aceasta este cel mai adesea o configurare de permisiune, deoarece serverul web nu ar putea fi capabil să scrie fişiere în dosarul dumneavoastră - chiar dacă dvs. puteţi.'; -$a->strings['At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder.'] = 'La finalul acestei proceduri, vă vom oferi un text pentru a-l salva într-un fişier numit .htconfig.php din dosarul dvs. superior Friendica.'; -$a->strings['You can alternatively skip this procedure and perform a manual installation. Please see the file "INSTALL.txt" for instructions.'] = 'Alternativ, puteţi omite această procedură şi să efectuaţi o instalare manuală. Vă rugăm să consultaţi fişierul "INSTALL.txt" pentru instrucțiuni.'; -$a->strings['.htconfig.php is writable'] = '.htconfig.php este inscriptibil'; $a->strings['Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.'] = 'Friendica utilizează motorul de șablon Smarty3 pentru a prelucra vizualizările sale web. Smarty3 compilează şabloane în PHP pentru a grăbi prelucrarea.'; $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.'] = 'Pentru a stoca aceste şabloane compilate, serverul de web trebuie să aibă acces la scriere pentru directorul view/smarty3/ din dosarul de nivel superior Friendica.'; $a->strings['Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder.'] = 'Vă rugăm să vă asiguraţi că utilizatorul pe care rulează serverul dvs. web (de ex. www-date) are acces la scriere pentru acest dosar.'; $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.'] = 'Notă: ca o măsură de securitate, ar trebui să dați serverului web, acces de scriere numai pentru view/smarty3/--dar nu și fișierelor de șablon (.tpl) pe care le conţine.'; $a->strings['view/smarty3 is writable'] = 'view/smarty3 este inscriptibil'; -$a->strings['Url rewrite in .htaccess is not working. Check your server configuration.'] = 'Funcția de rescriere Url rewrite din .htaccess nu funcţionează. Verificaţi-vă configuraţia serverului.'; $a->strings['Url rewrite is working'] = 'Funcția de rescriere Url rewrite, funcţionează.'; -$a->strings['The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'Fișierul de configurare baza de date ".htconfig.php", nu a putut fi scris. Vă rugăm să utilizaţi textul închis pentru a crea un fişier de configurare în rădăcina serverului dvs. web.'; -$a->strings['

    What next

    '] = '

    Ce urmează

    '; -$a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the poller.'] = 'IMPORTANT: Va trebui să configurați [manual] o sarcină programată pentru operatorul de sondaje.'; -$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Numărul de mesaje, zilnice de perete, pentru %s a fost depăşit. Mesajul a eşuat.'; -$a->strings['Unable to check your home location.'] = 'Imposibil de verificat locaţia dvs. de reşedinţă.'; -$a->strings['No recipient.'] = 'Nici-un destinatar.'; -$a->strings['If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'] = 'Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți.'; -$a->strings['Help:'] = 'Ajutor:'; -$a->strings['Help'] = 'Ajutor'; -$a->strings['Not Found'] = 'Negăsit'; -$a->strings['Page not found.'] = 'Pagină negăsită.'; -$a->strings['%1$s welcomes %2$s'] = '%1$s îi urează bun venit lui %2$s'; -$a->strings['Welcome to %s'] = 'Bine aţi venit la %s'; -$a->strings['Sorry, maybe your upload is bigger than the PHP configuration allows'] = 'Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP'; -$a->strings['Or - did you try to upload an empty file?'] = 'Sau - ați încercat să încărcaţi un fişier gol?'; -$a->strings['File exceeds size limit of %d'] = 'Fişierul depăşeşte dimensiunea limită de %d'; -$a->strings['File upload failed.'] = 'Încărcarea fișierului a eşuat.'; -$a->strings['Profile Match'] = 'Potrivire Profil'; -$a->strings['No keywords to match. Please add keywords to your default profile.'] = 'Nu există cuvinte cheie pentru a le potrivi. Vă rugăm să adăugaţi cuvinte cheie la profilul dvs implicit.'; -$a->strings['is interested in:'] = 'are interese pentru:'; -$a->strings['Connect'] = 'Conectare'; -$a->strings['link'] = 'link'; -$a->strings['Not available.'] = 'Indisponibil.'; -$a->strings['Community'] = 'Comunitate'; -$a->strings['No results.'] = 'Nici-un rezultat.'; -$a->strings['everybody'] = 'oricine'; -$a->strings['Additional features'] = 'Caracteristici suplimentare'; -$a->strings['Display'] = 'Afișare'; -$a->strings['Social Networks'] = 'Rețele Sociale'; -$a->strings['Delegations'] = 'Delegații'; -$a->strings['Connected apps'] = 'Aplicații Conectate'; -$a->strings['Export personal data'] = 'Exportare date personale'; -$a->strings['Remove account'] = 'Ștergere cont'; -$a->strings['Missing some important data!'] = 'Lipsesc unele date importante!'; -$a->strings['Failed to connect with email account using the settings provided.'] = 'A eşuat conectarea cu, contul de email, folosind configurările furnizate.'; -$a->strings['Email settings updated.'] = 'Configurările de email au fost actualizate.'; -$a->strings['Features updated'] = 'Caracteristici actualizate'; -$a->strings['Relocate message has been send to your contacts'] = 'Mesajul despre mutare, a fost trimis către contactele dvs.'; -$a->strings['Passwords do not match. Password unchanged.'] = 'Parolele nu coincid. Parolă neschimbată.'; -$a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Parolele necompletate nu sunt permise. Parolă neschimbată.'; -$a->strings['Wrong password.'] = 'Parolă greșită.'; -$a->strings['Password changed.'] = 'Parola a fost schimbată.'; -$a->strings['Password update failed. Please try again.'] = 'Actualizarea parolei a eșuat. Vă rugăm să reîncercați.'; -$a->strings[' Please use a shorter name.'] = 'Vă rugăm să utilizaţi un nume mai scurt.'; -$a->strings[' Name too short.'] = 'Numele este prea scurt.'; -$a->strings['Wrong Password'] = 'Parolă Greșită'; -$a->strings[' Not valid email.'] = 'Nu este un email valid.'; -$a->strings[' Cannot change to that email.'] = 'Nu poate schimba cu acest email.'; -$a->strings['Private forum has no privacy permissions. Using default privacy group.'] = 'Forumul privat nu are permisiuni de confidenţialitate. Se folosește confidențialitatea implicită de grup.'; -$a->strings['Private forum has no privacy permissions and no default privacy group.'] = 'Forumul Privat nu are permisiuni de confidenţialitate şi nici o confidențialitate implicită de grup.'; -$a->strings['Settings updated.'] = 'Configurări actualizate.'; -$a->strings['Add application'] = 'Adăugare aplicaţie'; -$a->strings['Consumer Key'] = 'Cheia Utilizatorului'; -$a->strings['Consumer Secret'] = 'Cheia Secretă a Utilizatorului'; -$a->strings['Redirect'] = 'Redirecţionare'; -$a->strings['Icon url'] = 'URL pictogramă'; -$a->strings['You can\'t edit this application.'] = 'Nu puteți edita această aplicaţie.'; -$a->strings['Connected Apps'] = 'Aplicații Conectate'; -$a->strings['Client key starts with'] = 'Cheia clientului începe cu'; -$a->strings['No name'] = 'Fără nume'; -$a->strings['Remove authorization'] = 'Eliminare autorizare'; -$a->strings['No Plugin settings configured'] = 'Nici-o configurare stabilită pentru modul'; -$a->strings['Plugin Settings'] = 'Configurări Modul'; -$a->strings['Off'] = 'Off'; -$a->strings['On'] = 'On'; -$a->strings['Additional Features'] = 'Caracteristici Suplimentare'; -$a->strings['Built-in support for %s connectivity is %s'] = 'Suportul încorporat pentru conectivitatea %s este %s'; -$a->strings['Diaspora'] = 'Diaspora'; -$a->strings['enabled'] = 'activat'; -$a->strings['disabled'] = 'dezactivat'; -$a->strings['StatusNet'] = 'StatusNet'; -$a->strings['Email access is disabled on this site.'] = 'Accesul de email este dezactivat pe acest site.'; -$a->strings['Email/Mailbox Setup'] = 'Configurare E-Mail/Căsuță poştală'; -$a->strings['If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox.'] = 'Dacă doriţi să comunicaţi cu contactele de email folosind acest serviciu (opţional), vă rugăm să precizaţi cum doriți să vă conectaţi la căsuța dvs. poştală.'; -$a->strings['Last successful email check:'] = 'Ultima verificare, cu succes, a email-ului:'; -$a->strings['IMAP server name:'] = 'Nume server IMAP:'; -$a->strings['IMAP port:'] = 'IMAP port:'; -$a->strings['Security:'] = 'Securitate:'; -$a->strings['None'] = 'Nimic'; -$a->strings['Email login name:'] = 'Nume email autentificare:'; -$a->strings['Email password:'] = 'Parolă de e-mail:'; -$a->strings['Reply-to address:'] = 'Adresă pentru răspuns:'; -$a->strings['Send public posts to all email contacts:'] = 'Trimiteți postările publice la toate contactele de email:'; -$a->strings['Action after import:'] = 'Acţiune după importare:'; -$a->strings['Mark as seen'] = 'Marcați ca și vizualizat'; -$a->strings['Move to folder'] = 'Mutare în dosar'; -$a->strings['Move to folder:'] = 'Mutare în dosarul:'; -$a->strings['Display Settings'] = 'Preferințe Ecran'; -$a->strings['Display Theme:'] = 'Temă Afişaj:'; -$a->strings['Mobile Theme:'] = 'Temă pentru Mobile:'; -$a->strings['Update browser every xx seconds'] = 'Actualizare browser la fiecare fiecare xx secunde'; -$a->strings['Minimum of 10 seconds, no maximum'] = 'Minim 10 secunde, fără un maxim'; -$a->strings['Number of items to display per page:'] = 'Numărul de elemente de afişat pe pagină:'; -$a->strings['Maximum of 100 items'] = 'Maxim 100 de elemente'; -$a->strings['Number of items to display per page when viewed from mobile device:'] = 'Numărul de elemente de afişat pe pagină atunci când se vizualizează de pe dispozitivul mobil:'; -$a->strings['Don\'t show emoticons'] = 'Nu afișa emoticoane'; -$a->strings['Don\'t show notices'] = 'Nu afișa notificări'; -$a->strings['Infinite scroll'] = 'Derulare infinită'; -$a->strings['Automatic updates only at the top of the network page'] = 'Actualizări automate doar la partea superioară a paginii de rețea '; -$a->strings['User Types'] = 'Tipuri de Utilizator'; -$a->strings['Community Types'] = 'Tipuri de Comunitare'; -$a->strings['Normal Account Page'] = 'Pagină de Cont Simplu'; -$a->strings['This account is a normal personal profile'] = 'Acest cont este un profil personal normal'; -$a->strings['Soapbox Page'] = 'Pagină Soapbox'; -$a->strings['Automatically approve all connection/friend requests as read-only fans'] = 'Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare'; -$a->strings['Community Forum/Celebrity Account'] = 'Cont Comunitate Forum/Celebritate'; -$a->strings['Automatically approve all connection/friend requests as read-write fans'] = 'Aprobă automat toate conexiunile/solicitările de prietenie ca și fani cu drepturi doar pentru vizualizare'; -$a->strings['Automatic Friend Page'] = 'Pagină Prietenie Automată'; -$a->strings['Automatically approve all connection/friend requests as friends'] = 'Aprobă automat toate conexiunile/solicitările de prietenie ca și prieteni'; -$a->strings['Private Forum [Experimental]'] = 'Forum Privat [Experimental]'; -$a->strings['Private forum - approved members only'] = 'Forum Privat - numai membrii aprobați'; -$a->strings['OpenID:'] = 'OpenID:'; -$a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Opţional) Permite acest OpenID să se conecteze la acest cont.'; -$a->strings['Publish your default profile in your local site directory?'] = 'Publicați profilul dvs. implicit în directorul site-ului dvs. local?'; -$a->strings['No'] = 'NU'; -$a->strings['Publish your default profile in the global social directory?'] = 'Publicați profilul dvs. implicit în directorul social global?'; -$a->strings['Hide your contact/friend list from viewers of your default profile?'] = 'Ascundeţi lista dvs. de contacte/prieteni de vizitatorii profilului dvs. implicit?'; -$a->strings['Hide your profile details from unknown viewers?'] = 'Ascundeţi detaliile profilului dvs. de vizitatorii necunoscuți?'; -$a->strings['Allow friends to post to your profile page?'] = 'Permiteți prietenilor să posteze pe pagina dvs. de profil ?'; -$a->strings['Allow friends to tag your posts?'] = 'Permiteți prietenilor să vă eticheteze postările?'; -$a->strings['Allow us to suggest you as a potential friend to new members?'] = 'Ne permiteți să vă recomandăm ca și potențial prieten pentru membrii noi?'; -$a->strings['Permit unknown people to send you private mail?'] = 'Permiteți persoanelor necunoscute să vă trimită mesaje private?'; -$a->strings['Profile is not published.'] = 'Profilul nu este publicat.'; -$a->strings['Your Identity Address is'] = 'Adresa Dvs. de Identitate este'; -$a->strings['Automatically expire posts after this many days:'] = 'Postările vor expira automat după atâtea zile:'; -$a->strings['If empty, posts will not expire. Expired posts will be deleted'] = 'Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse'; -$a->strings['Advanced expiration settings'] = 'Configurări Avansate de Expirare'; -$a->strings['Advanced Expiration'] = 'Expirare Avansată'; -$a->strings['Expire posts:'] = 'Postările expiră:'; -$a->strings['Expire personal notes:'] = 'Notele personale expiră:'; -$a->strings['Expire starred posts:'] = 'Postările favorite expiră:'; -$a->strings['Expire photos:'] = 'Fotografiile expiră:'; -$a->strings['Only expire posts by others:'] = 'Expiră numai postările altora:'; -$a->strings['Account Settings'] = 'Configurări Cont'; -$a->strings['Password Settings'] = 'Configurări Parolă'; -$a->strings['New Password:'] = 'Parola Nouă:'; -$a->strings['Confirm:'] = 'Confirm:'; -$a->strings['Leave password fields blank unless changing'] = 'Lăsaţi câmpurile, pentru parolă, goale dacă nu doriți să modificați'; -$a->strings['Current Password:'] = 'Parola Curentă:'; -$a->strings['Your current password to confirm the changes'] = 'Parola curentă pentru a confirma modificările'; -$a->strings['Password:'] = 'Parola:'; -$a->strings['Basic Settings'] = 'Configurări de Bază'; -$a->strings['Full Name:'] = 'Nume complet:'; -$a->strings['Email Address:'] = 'Adresa de email:'; -$a->strings['Your Timezone:'] = 'Fusul dvs. orar:'; -$a->strings['Default Post Location:'] = 'Locația Implicită pentru Postări'; -$a->strings['Use Browser Location:'] = 'Folosește Locația Navigatorului:'; -$a->strings['Security and Privacy Settings'] = 'Configurări de Securitate și Confidențialitate'; -$a->strings['Maximum Friend Requests/Day:'] = 'Solicitări de Prietenie, Maxime/Zi'; -$a->strings['(to prevent spam abuse)'] = '(Pentru a preveni abuzul de tip spam)'; -$a->strings['Default Post Permissions'] = 'Permisiuni Implicite Postări'; -$a->strings['(click to open/close)'] = '(apăsați pentru a deschide/închide)'; -$a->strings['Show to Groups'] = 'Afișare pentru Grupuri'; -$a->strings['Show to Contacts'] = 'Afişează la Contacte'; -$a->strings['Default Private Post'] = 'Postare Privată Implicită'; -$a->strings['Default Public Post'] = 'Postare Privată Implicită'; -$a->strings['Default Permissions for New Posts'] = 'Permisiuni Implicite pentru Postările Noi'; -$a->strings['Maximum private messages per day from unknown people:'] = 'Maximum de mesaje private pe zi, de la persoanele necunoscute:'; -$a->strings['Notification Settings'] = 'Configurări de Notificare'; -$a->strings['By default post a status message when:'] = 'Implicit, postează un mesaj de stare atunci când:'; -$a->strings['accepting a friend request'] = 'se acceptă o solicitare de prietenie'; -$a->strings['joining a forum/community'] = 'se aderă la un forum/o comunitate'; -$a->strings['making an interesting profile change'] = 'se face o modificări de profilinteresantă'; -$a->strings['Send a notification email when:'] = 'Trimiteți o notificare email atunci când:'; -$a->strings['You receive an introduction'] = 'Primiți o introducere'; -$a->strings['Your introductions are confirmed'] = 'Introducerile dvs. sunt confirmate'; -$a->strings['Someone writes on your profile wall'] = 'Cineva scrie pe perete dvs. de profil'; -$a->strings['Someone writes a followup comment'] = 'Cineva scrie un comentariu de urmărire'; -$a->strings['You receive a private message'] = 'Primiți un mesaj privat'; -$a->strings['You receive a friend suggestion'] = 'Primiți o sugestie de prietenie'; -$a->strings['You are tagged in a post'] = 'Sunteți etichetat într-o postare'; -$a->strings['You are poked/prodded/etc. in a post'] = 'Sunteți abordat/incitat/etc. într-o postare'; -$a->strings['Advanced Account/Page Type Settings'] = 'Configurări Avansate Cont/Tip Pagină'; -$a->strings['Change the behaviour of this account for special situations'] = 'Modificați comportamentul acestui cont pentru situațiile speciale'; -$a->strings['Relocate'] = 'Mutare'; -$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.'] = 'Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton.'; -$a->strings['Resend relocate message to contacts'] = 'Retrimiteți contactelor, mesajul despre mutare'; -$a->strings['This introduction has already been accepted.'] = 'Această introducere a fost deja acceptată'; -$a->strings['Profile location is not valid or does not contain profile information.'] = 'Locaţia profilului nu este validă sau nu conţine informaţii de profil.'; -$a->strings['Warning: profile location has no identifiable owner name.'] = 'Atenţie: locaţia profilului nu are un nume de deţinător identificabil.'; -$a->strings['Warning: profile location has no profile photo.'] = 'Atenţie: locaţia profilului nu are fotografie de profil.'; -$a->strings['%d required parameter was not found at the given location'] = [ - 0 => '%d parametru necesar nu a fost găsit în locaţia specificată', - 1 => '%d parametrii necesari nu au fost găsiţi în locaţia specificată', - 2 => '%d de parametrii necesari nu au fost găsiţi în locaţia specificată', -]; -$a->strings['Introduction complete.'] = 'Prezentare completă.'; -$a->strings['Unrecoverable protocol error.'] = 'Eroare de protocol nerecuperabilă.'; -$a->strings['Profile unavailable.'] = 'Profil nedisponibil.'; -$a->strings['%s has received too many connection requests today.'] = '%s a primit, pentru azi, prea multe solicitări de conectare.'; -$a->strings['Spam protection measures have been invoked.'] = 'Au fost invocate măsuri de protecţie anti-spam.'; -$a->strings['Friends are advised to please try again in 24 hours.'] = 'Prietenii sunt rugaţi să reîncerce peste 24 de ore.'; -$a->strings['Invalid locator'] = 'Invalid locator'; -$a->strings['Invalid email address.'] = 'Adresă mail invalidă.'; -$a->strings['This account has not been configured for email. Request failed.'] = 'Acest cont nu a fost configurat pentru email. Cererea a eşuat.'; -$a->strings['Unable to resolve your name at the provided location.'] = 'Imposibil să vă soluţionăm numele pentru locaţia sugerată.'; -$a->strings['You have already introduced yourself here.'] = 'Aţi fost deja prezentat aici'; -$a->strings['Apparently you are already friends with %s.'] = 'Se pare că sunteţi deja prieten cu %s.'; -$a->strings['Invalid profile URL.'] = 'Profil URL invalid.'; -$a->strings['Disallowed profile URL.'] = 'Profil URL invalid.'; -$a->strings['Your introduction has been sent.'] = 'Prezentarea dumneavoastră a fost trimisă.'; -$a->strings['Please login to confirm introduction.'] = 'Vă rugăm să vă autentificați pentru a confirma prezentarea.'; -$a->strings['Incorrect identity currently logged in. Please login to this profile.'] = 'Autentificat curent cu identitate eronată. Vă rugăm să vă autentificați pentru acest profil.'; -$a->strings['Hide this contact'] = 'Ascunde acest contact'; -$a->strings['Welcome home %s.'] = 'Bine ai venit %s.'; -$a->strings['Please confirm your introduction/connection request to %s.'] = 'Vă rugăm să vă confirmaţi solicitarea de introducere/conectare la %s.'; -$a->strings['Confirm'] = 'Confirm'; -$a->strings['Please enter your \'Identity Address\' from one of the following supported communications networks:'] = 'Vă rugăm să vă introduceţi "Adresa de Identitate" din una din următoarele reţele de socializare acceptate:'; -$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.'] = 'Dacă nu sunteţi încă un membru al reţelei online de socializare gratuite, urmați acest link pentru a găsi un site public Friendica şi alăturați-vă nouă, chiar astăzi.'; -$a->strings['Friend/Connection Request'] = 'Solicitare Prietenie/Conectare'; -$a->strings['Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca'] = 'Exemple: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca'; -$a->strings['Please answer the following:'] = 'Vă rugăm să răspundeţi la următoarele:'; -$a->strings['Does %s know you?'] = '%s vă cunoaşte?'; -$a->strings['Add a personal note:'] = 'Adaugă o notă personală:'; -$a->strings['Friendica'] = 'Friendica'; -$a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Reţea Socială Web Centralizată'; -$a->strings[' - please do not use this form. Instead, enter %s into your Diaspora search bar.'] = '- vă rugăm să nu folosiţi acest formular. În schimb, introduceţi %s în bara dvs. de căutare Diaspora.'; -$a->strings['Your Identity Address:'] = 'Adresa dvs. Identitate '; -$a->strings['Submit Request'] = 'Trimiteţi Solicitarea'; -$a->strings['Registration successful. Please check your email for further instructions.'] = 'Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare.'; -$a->strings['Your registration can not be processed.'] = 'Înregistrarea dvs. nu poate fi procesată.'; -$a->strings['Your registration is pending approval by the site owner.'] = 'Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului.'; -$a->strings['This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.'] = 'Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine.'; -$a->strings['You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \'Register\'.'] = 'Puteți (opțional) să completaţi acest formular prin intermediul OpenID, introducând contul dvs. OpenID și apăsând pe \'Înregistrare\'.'; -$a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor.'; -$a->strings['Your OpenID (optional): '] = 'Contul dvs. OpenID (opţional):'; -$a->strings['Include your profile in member directory?'] = 'Includeți profilul dvs în directorul de membru?'; -$a->strings['Membership on this site is by invitation only.'] = 'Aderare pe acest site, este posibilă doar pe bază de invitație.'; -$a->strings['Your invitation ID: '] = 'ID invitaţiei dvs:'; -$a->strings['Your Full Name (e.g. Joe Smith): '] = 'Numele Complet (de ex. Joe Smith):'; -$a->strings['Your Email Address: '] = 'Adresa dvs de mail:'; -$a->strings['Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'nickname@$sitename\'.'] = 'Alegeţi un pseudonim de profil. Aceasta trebuie să înceapă cu un caracter text. Adresa profilului dvs. de pe acest site va fi de forma \'pseudonim@$sitename\'.'; -$a->strings['Choose a nickname: '] = 'Alegeţi un pseudonim:'; -$a->strings['Register'] = 'Înregistrare'; -$a->strings['Import'] = 'Import'; -$a->strings['Import your profile to this friendica instance'] = 'Importați profilul dvs. în această instanță friendica'; -$a->strings['System down for maintenance'] = 'Sistemul este suspendat pentru întreținere'; -$a->strings['Search'] = 'Căutare'; -$a->strings['Global Directory'] = 'Director Global'; -$a->strings['Find on this site'] = 'Căutați pe acest site'; -$a->strings['Site Directory'] = 'Director Site'; -$a->strings['Age: '] = 'Vârsta:'; -$a->strings['Gender: '] = 'Sex:'; -$a->strings['Gender:'] = 'Sex:'; -$a->strings['Status:'] = 'Status:'; -$a->strings['Homepage:'] = 'Homepage:'; -$a->strings['About:'] = 'Despre:'; -$a->strings['No entries (some entries may be hidden).'] = 'Fără înregistrări (unele înregistrări pot fi ascunse).'; -$a->strings['No potential page delegates located.'] = 'Nici-un delegat potenţial de pagină, nu a putut fi localizat.'; -$a->strings['Delegate Page Management'] = 'Delegare Gestionare Pagină'; -$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.'] = 'Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină.'; -$a->strings['Existing Page Managers'] = 'Gestionari Existenți Pagină'; -$a->strings['Existing Page Delegates'] = 'Delegați Existenți Pagină'; -$a->strings['Potential Delegates'] = 'Potenţiali Delegaţi'; -$a->strings['Add'] = 'Adăugare'; -$a->strings['No entries.'] = 'Nu există intrări.'; -$a->strings['Common Friends'] = 'Prieteni Comuni'; -$a->strings['No contacts in common.'] = 'Nici-un contact în comun'; -$a->strings['Export account'] = 'Exportare cont'; -$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.'] = 'Exportați-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server.'; -$a->strings['Export all'] = 'Exportare tot'; -$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)'] = 'Exportați informațiile dvs. de cont, contactele şi toate elementele dvs., ca json. Ar putea fi un fișier foarte mare, şi ar putea lua mult timp. Utilizaţi aceasta pentru a face un backup complet al contului (fotografiile nu sunt exportate)'; -$a->strings['%1$s is currently %2$s'] = '%1$s este momentan %2$s'; -$a->strings['Mood'] = 'Stare de spirit'; -$a->strings['Set your current mood and tell your friends'] = 'Stabiliți-vă starea de spirit curentă, şi comunicați-o prietenilor'; -$a->strings['Do you really want to delete this suggestion?'] = 'Sigur doriți să ștergeți acesta sugestie?'; -$a->strings['Friend Suggestions'] = 'Sugestii de Prietenie'; -$a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Nici-o sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercaţi din nou în 24 de ore.'; -$a->strings['Ignore/Hide'] = 'Ignorare/Ascundere'; -$a->strings['Profile deleted.'] = 'Profilul a fost şters.'; -$a->strings['Profile-'] = 'Profil-'; -$a->strings['New profile created.'] = 'Profilul nou a fost creat.'; -$a->strings['Profile unavailable to clone.'] = 'Profil indisponibil pentru clonare.'; -$a->strings['Profile Name is required.'] = 'Numele de Profil este necesar.'; -$a->strings['Marital Status'] = 'Starea Civilă'; -$a->strings['Romantic Partner'] = 'Partener Romantic'; -$a->strings['Likes'] = 'Likes'; -$a->strings['Dislikes'] = 'Antipatii'; -$a->strings['Work/Employment'] = 'Loc de Muncă/Slujbă'; -$a->strings['Religion'] = 'Religie'; -$a->strings['Political Views'] = 'Viziuni Politice'; -$a->strings['Gender'] = 'Sex'; -$a->strings['Sexual Preference'] = 'Preferinţe Sexuale'; -$a->strings['Homepage'] = 'Homepage'; -$a->strings['Interests'] = 'Interese'; -$a->strings['Address'] = 'Addresă'; -$a->strings['Location'] = 'Locaţie'; -$a->strings['Profile updated.'] = 'Profil actualizat.'; -$a->strings[' and '] = 'şi'; -$a->strings['public profile'] = 'profil public'; -$a->strings['%1$s changed %2$s to “%3$s”'] = '%1$s a modificat %2$s în “%3$s”'; -$a->strings[' - Visit %1$s\'s %2$s'] = '- Vizitați %2$s lui %1$s\''; -$a->strings['%1$s has an updated %2$s, changing %3$s.'] = '%1$s și-a actualizat %2$s, modificând %3$s.'; -$a->strings['Hide contacts and friends:'] = 'Ascunde contacte și prieteni:'; -$a->strings['Hide your contact/friend list from viewers of this profile?'] = 'Ascundeţi lista dvs. de contacte/prieteni de vizitatorii acestui profil?'; -$a->strings['Edit Profile Details'] = 'Editare Detalii Profil'; -$a->strings['Change Profile Photo'] = 'Modificați Fotografia de Profil'; -$a->strings['View this profile'] = 'Vizualizați acest profil'; -$a->strings['Create a new profile using these settings'] = 'Creaţi un profil nou folosind aceste configurări'; -$a->strings['Clone this profile'] = 'Clonați acest profil'; -$a->strings['Delete this profile'] = 'Ştergeţi acest profil'; -$a->strings['Basic information'] = 'Informaţii de bază'; -$a->strings['Profile picture'] = 'Imagine profil'; -$a->strings['Preferences'] = 'Preferinţe '; -$a->strings['Status information'] = 'Informaţii Status'; -$a->strings['Additional information'] = 'Informaţii suplimentare'; -$a->strings['Profile Name:'] = 'Nume profil:'; -$a->strings['Your Full Name:'] = 'Numele Complet:'; -$a->strings['Title/Description:'] = 'Titlu/Descriere'; -$a->strings['Your Gender:'] = 'Sexul:'; -$a->strings['Birthday (%s):'] = 'Zi Naştere (%s):'; -$a->strings['Street Address:'] = 'Strada:'; -$a->strings['Locality/City:'] = 'Localitate/Oraș:'; -$a->strings['Postal/Zip Code:'] = 'Cod poștal:'; -$a->strings['Country:'] = 'Ţară:'; -$a->strings['Region/State:'] = 'Regiunea/Județul:'; -$a->strings[' Marital Status:'] = ' Stare Civilă:'; -$a->strings['Who: (if applicable)'] = 'Cine: (dacă este cazul)'; -$a->strings['Examples: cathy123, Cathy Williams, cathy@example.com'] = 'Exemple: cathy123, Cathy Williams, cathy@example.com'; -$a->strings['Since [date]:'] = 'Din [data]:'; -$a->strings['Sexual Preference:'] = 'Orientare Sexuală:'; -$a->strings['Homepage URL:'] = 'Homepage URL:'; -$a->strings['Hometown:'] = 'Domiciliu:'; -$a->strings['Political Views:'] = 'Viziuni Politice:'; -$a->strings['Religious Views:'] = 'Viziuni Religioase:'; -$a->strings['Public Keywords:'] = 'Cuvinte cheie Publice:'; -$a->strings['Private Keywords:'] = 'Cuvinte cheie Private:'; -$a->strings['Likes:'] = 'Îmi place:'; -$a->strings['Dislikes:'] = 'Nu-mi place:'; -$a->strings['Example: fishing photography software'] = 'Exemplu: pescuit fotografii software'; -$a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)'; -$a->strings['(Used for searching profiles, never shown to others)'] = '(Utilizat pentru a căuta profile, niciodată afișat altora)'; -$a->strings['Tell us about yourself...'] = 'Spune-ne despre tine ...'; -$a->strings['Hobbies/Interests'] = 'Hobby/Interese'; -$a->strings['Contact information and Social Networks'] = 'Informaţii de Contact şi Reţele Sociale'; -$a->strings['Musical interests'] = 'Preferințe muzicale'; -$a->strings['Books, literature'] = 'Cărti, literatură'; -$a->strings['Television'] = 'Programe TV'; -$a->strings['Film/dance/culture/entertainment'] = 'Film/dans/cultură/divertisment'; -$a->strings['Love/romance'] = 'Dragoste/romantism'; -$a->strings['Work/employment'] = 'Loc de Muncă/Slujbă'; -$a->strings['School/education'] = 'Școală/educație'; -$a->strings['This is your public profile.
    It may be visible to anybody using the internet.'] = 'Acesta este profilul dvs. public.
    El poate fi vizibil pentru oricine folosește internetul.'; -$a->strings['Edit/Manage Profiles'] = 'Editare/Gestionare Profile'; -$a->strings['Change profile photo'] = 'Modificați Fotografia de Profil'; -$a->strings['Create New Profile'] = 'Creați Profil Nou'; -$a->strings['Profile Image'] = 'Imagine profil'; -$a->strings['visible to everybody'] = 'vizibil pentru toata lumea'; -$a->strings['Edit visibility'] = 'Editare vizibilitate'; -$a->strings['Item not found'] = 'Element negăsit'; -$a->strings['Edit post'] = 'Editează post'; -$a->strings['upload photo'] = 'încărcare fotografie'; -$a->strings['Attach file'] = 'Ataşează fişier'; -$a->strings['attach file'] = 'ataşează fişier'; -$a->strings['web link'] = 'web link'; -$a->strings['Insert video link'] = 'Inserează video link'; -$a->strings['video link'] = 'video link'; -$a->strings['Insert audio link'] = 'Inserare link audio'; -$a->strings['audio link'] = 'audio link'; -$a->strings['Set your location'] = 'Setează locaţia dvs'; -$a->strings['set location'] = 'set locaţie'; -$a->strings['Clear browser location'] = 'Curățare locație browser'; -$a->strings['clear location'] = 'şterge locaţia'; -$a->strings['Permission settings'] = 'Setări permisiuni'; -$a->strings['CC: email addresses'] = 'CC: adresă email'; -$a->strings['Public post'] = 'Public post'; -$a->strings['Set title'] = 'Setează titlu'; -$a->strings['Categories (comma-separated list)'] = 'Categorii (listă cu separator prin virgulă)'; -$a->strings['Example: bob@example.com, mary@example.com'] = 'Exemplu: bob@exemplu.com, mary@exemplu.com'; -$a->strings['This is Friendica, version'] = 'Friendica, versiunea'; -$a->strings['running at web location'] = 'rulează la locaţia web'; -$a->strings['Please visit Friendica.com to learn more about the Friendica project.'] = 'Vă rugăm să vizitaţi Friendica.com pentru a afla mai multe despre proiectul Friendica.'; -$a->strings['Bug reports and issues: please visit'] = 'Rapoarte de erori şi probleme: vă rugăm să vizitaţi'; -$a->strings['Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com'] = 'Sugestii, laude, donatii, etc. - vă rugăm să trimiteți un email pe "Info" at Friendica - dot com'; -$a->strings['Installed plugins/addons/apps:'] = 'Module/suplimente/aplicații instalate:'; -$a->strings['No installed plugins/addons/apps'] = 'Module/suplimente/aplicații neinstalate'; -$a->strings['Authorize application connection'] = 'Autorizare conectare aplicaţie'; -$a->strings['Return to your app and insert this Securty Code:'] = 'Reveniți la aplicația dvs. şi introduceţi acest Cod de Securitate:'; -$a->strings['Please login to continue.'] = 'Vă rugăm să vă autentificați pentru a continua.'; -$a->strings['Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?'] = 'Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?'; -$a->strings['Remote privacy information not available.'] = 'Informaţiile la distanţă despre confidenţialitate, nu sunt disponibile.'; -$a->strings['Visible to:'] = 'Visibil către:'; -$a->strings['Personal Notes'] = 'Note Personale'; -$a->strings['l F d, Y \@ g:i A'] = 'l F d, Y \@ g:i A'; -$a->strings['Time Conversion'] = 'Conversie Oră'; -$a->strings['Friendica provides this service for sharing events with other networks and friends in unknown timezones.'] = 'Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și prieteni, în zonele cu fusuri orare necunoscute.\v'; -$a->strings['UTC time: %s'] = 'Fus orar UTC: %s'; -$a->strings['Current timezone: %s'] = 'Fusul orar curent: %s'; -$a->strings['Converted localtime: %s'] = 'Ora locală convertită: %s'; -$a->strings['Please select your timezone:'] = 'Vă rugăm să vă selectaţi fusul orar:'; -$a->strings['Poke/Prod'] = 'Abordare/Atragerea atenției'; -$a->strings['poke, prod or do other things to somebody'] = 'abordați, atrageți atenția sau faceți alte lucruri cuiva'; -$a->strings['Recipient'] = 'Destinatar'; -$a->strings['Choose what you wish to do to recipient'] = 'Alegeți ce doriți să faceți cu destinatarul'; -$a->strings['Make this post private'] = 'Faceți acest articol privat'; -$a->strings['Total invitation limit exceeded.'] = 'Limita totală a invitațiilor a fost depăşită.'; -$a->strings['%s : Not a valid email address.'] = '%s : Nu este o adresă vaildă de email.'; -$a->strings['Please join us on Friendica'] = 'Vă rugăm să veniți alături de noi pe Friendica'; -$a->strings['Invitation limit exceeded. Please contact your site administrator.'] = 'Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem.'; -$a->strings['%s : Message delivery failed.'] = '%s : Livrarea mesajului a eşuat.'; -$a->strings['%d message sent.'] = [ - 0 => '%d mesaj trimis.', - 1 => '%d mesaje trimise.', - 2 => '%d de mesaje trimise.', -]; -$a->strings['You have no more invitations available'] = 'Nu mai aveți invitaţii disponibile'; -$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.'] = 'Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale.'; -$a->strings['To accept this invitation, please visit and register at %s or any other public Friendica website.'] = 'Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica.'; -$a->strings['Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.'] = 'Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura.'; -$a->strings['Our apologies. This system is not currently configured to connect with other public sites or invite members.'] = 'Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii.'; -$a->strings['Send invitations'] = 'Trimiteți invitaţii'; -$a->strings['Enter email addresses, one per line:'] = 'Introduceţi adresele de email, una pe linie:'; -$a->strings['You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.'] = 'Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună.'; -$a->strings['You will need to supply this invitation code: $invite_code'] = 'Va fi nevoie să furnizați acest cod de invitaţie: $invite_code'; -$a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:'; -$a->strings['For more information about the Friendica project and why we feel it is important, please visit http://friendica.com'] = 'Pentru mai multe informaţii despre proiectul Friendica, şi de ce credem că este important, vă rugăm să vizitaţi http://friendica.com'; -$a->strings['Photo Albums'] = 'Albume Photo '; -$a->strings['Contact Photos'] = 'Photo Contact'; -$a->strings['Upload New Photos'] = 'Încărcaţi Fotografii Noi'; -$a->strings['Contact information unavailable'] = 'Informaţii contact nedisponibile'; -$a->strings['Album not found.'] = 'Album negăsit'; -$a->strings['Delete Album'] = 'Şterge Album'; -$a->strings['Do you really want to delete this photo album and all its photos?'] = 'Doriţi într-adevăr să ştergeţi acest album foto și toate fotografiile sale?'; -$a->strings['Delete Photo'] = 'Şterge Poza'; -$a->strings['Do you really want to delete this photo?'] = 'Sigur doriți să ștergeți această fotografie?'; -$a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s a fost etichetat în %2$s de către %3$s'; -$a->strings['a photo'] = 'o poză'; -$a->strings['Image exceeds size limit of '] = 'Dimensiunea imaginii depăşeşte limita de'; -$a->strings['Image file is empty.'] = 'Fișierul imagine este gol.'; -$a->strings['No photos selected'] = 'Nici-o fotografie selectată'; -$a->strings['You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage.'] = 'Aţi folosit %1$.2f Mb din %2$.2f Mb de stocare foto.'; -$a->strings['Upload Photos'] = 'Încărcare Fotografii'; -$a->strings['New album name: '] = 'Nume album nou:'; -$a->strings['or existing album name: '] = 'sau numele unui album existent:'; -$a->strings['Do not show a status post for this upload'] = 'Nu afișa un status pentru această încărcare'; -$a->strings['Permissions'] = 'Permisiuni'; -$a->strings['Private Photo'] = 'Poze private'; -$a->strings['Public Photo'] = 'Poze Publice'; -$a->strings['Edit Album'] = 'Editează Album'; -$a->strings['Show Newest First'] = 'Afișează Întâi cele Noi'; -$a->strings['Show Oldest First'] = 'Afișează Întâi cele Vechi'; -$a->strings['View Photo'] = 'Vizualizare Fotografie'; -$a->strings['Permission denied. Access to this item may be restricted.'] = 'Permisiune refuzată. Accesul la acest element poate fi restricționat.'; -$a->strings['Photo not available'] = 'Fotografia nu este disponibilă'; -$a->strings['View photo'] = 'Vezi foto'; -$a->strings['Edit photo'] = 'Editează poza'; -$a->strings['Use as profile photo'] = 'Utilizați ca și fotografie de profil'; -$a->strings['View Full Size'] = 'Vizualizați la Dimensiunea Completă'; -$a->strings['Tags: '] = 'Etichete:'; -$a->strings['[Remove any tag]'] = '[Elimină orice etichetă]'; -$a->strings['Rotate CW (right)'] = 'Rotire spre dreapta'; -$a->strings['Rotate CCW (left)'] = 'Rotire spre stânga'; -$a->strings['New album name'] = 'Nume Nou Album'; -$a->strings['Caption'] = 'Titlu'; -$a->strings['Add a Tag'] = 'Adaugă un Tag'; -$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Exemplu: @Bob, @Barbara_Jensen, @jim@exemplu.com , #California, #camping'; -$a->strings['Private photo'] = 'Poze private'; -$a->strings['Public photo'] = 'Poze Publice'; -$a->strings['Share'] = 'Partajează'; -$a->strings['Recent Photos'] = 'Poze Recente'; -$a->strings['Account approved.'] = 'Cont aprobat.'; -$a->strings['Registration revoked for %s'] = 'Înregistrare revocată pentru %s'; -$a->strings['Please login.'] = 'Vă rugăm să vă autentificați.'; -$a->strings['Move account'] = 'Mutaţi contul'; -$a->strings['You can import an account from another Friendica server.'] = 'Puteţi importa un cont dintr-un alt 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.'] = 'Trebuie să vă exportați contul din vechiul server şi să-l încărcaţi aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de altfel să vă informăm prietenii că v-ați mutat aici.'; -$a->strings['This feature is experimental. We can\'t import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora'] = 'Această caracteristică este experimentală. Nu putem importa contactele din reţeaua OStatus (statusnet/identi.ca) sau din Diaspora'; -$a->strings['Account file'] = 'Fişier Cont'; -$a->strings['To export your account, go to "Settings->Export your personal data" and select "Export account"'] = 'Pentru a vă exporta contul, deplasaţi-vă la "Configurări- >Export date personale " şi selectaţi "Exportare cont "'; -$a->strings['Item not available.'] = 'Elementul nu este disponibil.'; -$a->strings['Item was not found.'] = 'Element negăsit.'; -$a->strings['Delete this item?'] = 'Ștergeți acest element?'; -$a->strings['show fewer'] = 'afișare mai puține'; -$a->strings['Update %s failed. See error logs.'] = 'Actualizarea %s a eșuat. Consultaţi jurnalele de eroare.'; -$a->strings['Create a New Account'] = 'Creaţi un Cont Nou'; -$a->strings['Logout'] = 'Deconectare'; -$a->strings['Nickname or Email address: '] = 'Pseudonimul sau Adresa de email:'; -$a->strings['Password: '] = 'Parola:'; -$a->strings['Remember me'] = 'Reține autentificarea'; -$a->strings['Or login using OpenID: '] = 'Sau conectaţi-vă utilizând OpenID:'; -$a->strings['Forgot your password?'] = 'Ați uitat parola?'; -$a->strings['Website Terms of Service'] = 'Condiții de Utilizare Site Web'; -$a->strings['terms of service'] = 'condiții de utilizare'; -$a->strings['Website Privacy Policy'] = 'Politica de Confidențialitate Site Web'; -$a->strings['privacy policy'] = 'politica de confidențialitate'; -$a->strings['Requested account is not available.'] = 'Contul solicitat nu este disponibil.'; -$a->strings['Edit profile'] = 'Editare profil'; -$a->strings['Message'] = 'Mesaj'; -$a->strings['Profiles'] = 'Profile'; -$a->strings['Manage/edit profiles'] = 'Gestionare/editare profile'; -$a->strings['Network:'] = 'Reţea:'; -$a->strings['g A l F d'] = 'g A l F d'; -$a->strings['F d'] = 'F d'; -$a->strings['[today]'] = '[azi]'; -$a->strings['Birthday Reminders'] = 'Memento Zile naştere '; -$a->strings['Birthdays this week:'] = 'Zi;e Naştere această săptămînă:'; -$a->strings['[No description]'] = '[Fără descriere]'; -$a->strings['Event Reminders'] = 'Memento Eveniment'; -$a->strings['Events this week:'] = 'Evenimente în această săptămână:'; -$a->strings['Status'] = 'Status'; -$a->strings['Status Messages and Posts'] = 'Status Mesaje şi Postări'; -$a->strings['Profile Details'] = 'Detalii Profil'; -$a->strings['Videos'] = 'Clipuri video'; -$a->strings['Events and Calendar'] = 'Evenimente şi Calendar'; -$a->strings['Only You Can See This'] = 'Numai Dvs. Puteţi Vizualiza'; -$a->strings['This entry was edited'] = 'Această intrare a fost editată'; -$a->strings['toggle ignore status'] = 'Comutaţi status Ignorare'; -$a->strings['ignored'] = 'ignorat'; -$a->strings['Categories:'] = 'Categorii:'; -$a->strings['Filed under:'] = 'Înscris în:'; -$a->strings['via'] = 'via'; -$a->strings['The error message is -[pre]%s[/pre]'] = 'Mesajul de eroare este -[pre]%s[/pre]'; -$a->strings['Errors encountered creating database tables.'] = 'Erori întâlnite la crearea tabelelor bazei de date.'; -$a->strings['Errors encountered performing database changes.'] = 'Erori întâlnite la operarea de modificări în baza de date.'; -$a->strings['Logged out.'] = 'Deconectat.'; -$a->strings['We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.'] = 'Am întâmpinat o problemă în timpul autentificării cu datele OpenID pe care le-ați furnizat.'; -$a->strings['The error message was:'] = 'Mesajul de eroare a fost:'; -$a->strings['Add New Contact'] = 'Add Contact Nou'; -$a->strings['Enter address or web location'] = 'Introduceţi adresa sau locaţia web'; -$a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Exemplu: bob@example.com, http://example.com/barbara'; -$a->strings['%d invitation available'] = [ - 0 => '%d invitație disponibilă', - 1 => '%d invitații disponibile', - 2 => '%d de invitații disponibile', -]; -$a->strings['Find People'] = 'Căutați Persoane'; -$a->strings['Enter name or interest'] = 'Introduceţi numele sau interesul'; -$a->strings['Connect/Follow'] = 'Conectare/Urmărire'; -$a->strings['Examples: Robert Morgenstein, Fishing'] = 'Exemple: Robert Morgenstein, Pescuit'; -$a->strings['Similar Interests'] = 'Interese Similare'; -$a->strings['Random Profile'] = 'Profil Aleatoriu'; -$a->strings['Invite Friends'] = 'Invită Prieteni'; -$a->strings['Networks'] = 'Rețele'; -$a->strings['All Networks'] = 'Toate Reţelele'; -$a->strings['Saved Folders'] = 'Dosare Salvate'; -$a->strings['Everything'] = 'Totul'; -$a->strings['Categories'] = 'Categorii'; -$a->strings['General Features'] = 'Caracteristici Generale'; -$a->strings['Multiple Profiles'] = 'Profile Multiple'; -$a->strings['Ability to create multiple profiles'] = 'Capacitatea de a crea profile multiple'; -$a->strings['Post Composition Features'] = 'Caracteristici Compoziţie Postare'; -$a->strings['Richtext Editor'] = 'Editor Text Îmbogățit'; -$a->strings['Enable richtext editor'] = 'Activare editor text îmbogățit'; -$a->strings['Post Preview'] = 'Previzualizare Postare'; -$a->strings['Allow previewing posts and comments before publishing them'] = 'Permiteți previzualizarea postărilor şi comentariilor înaintea publicării lor'; -$a->strings['Auto-mention Forums'] = 'Auto-menţionare Forumuri'; -$a->strings['Add/remove mention when a fourm page is selected/deselected in ACL window.'] = 'Adăugaţi/eliminaţi mențiunea când o pagină de forum este selectată/deselectată în fereastra ACL.'; -$a->strings['Network Sidebar Widgets'] = 'Aplicaţii widget de Rețea în Bara Laterală'; -$a->strings['Search by Date'] = 'Căutare după Dată'; -$a->strings['Ability to select posts by date ranges'] = 'Abilitatea de a selecta postări după intervalele de timp'; -$a->strings['Group Filter'] = 'Filtru Grup'; -$a->strings['Enable widget to display Network posts only from selected group'] = 'Permiteți aplicației widget să afișeze postări din Rețea, numai din grupul selectat'; -$a->strings['Network Filter'] = 'Filtru Reţea'; -$a->strings['Enable widget to display Network posts only from selected network'] = 'Permiteți aplicației widget să afișeze postări din Rețea, numai din rețeaua selectată'; -$a->strings['Save search terms for re-use'] = 'Salvați termenii de căutare pentru reutilizare'; -$a->strings['Network Tabs'] = 'File Reţea'; -$a->strings['Network Personal Tab'] = 'Filă Personală de Reţea'; -$a->strings['Enable tab to display only Network posts that you\'ve interacted on'] = 'Permiteți filei să afişeze numai postările Reţelei cu care ați interacţionat'; -$a->strings['Network New Tab'] = 'Filă Nouă de Reţea'; -$a->strings['Enable tab to display only new Network posts (from the last 12 hours)'] = 'Permiteți filei să afişeze numai postările noi din Reţea (din ultimele 12 ore)'; -$a->strings['Network Shared Links Tab'] = 'Filă Legături Distribuite în Rețea'; -$a->strings['Enable tab to display only Network posts with links in them'] = 'Permiteți filei să afişeze numai postările din Reţea ce conțin legături'; -$a->strings['Post/Comment Tools'] = 'Instrumente Postare/Comentariu'; -$a->strings['Multiple Deletion'] = 'Ştergere Multiplă'; -$a->strings['Select and delete multiple posts/comments at once'] = 'Selectaţi şi ştergeţi postări/comentarii multiple simultan'; -$a->strings['Edit Sent Posts'] = 'Editare Postări Trimise'; -$a->strings['Edit and correct posts and comments after sending'] = 'Editarea şi corectarea postărilor şi comentariilor după postarea lor'; -$a->strings['Tagging'] = 'Etichetare'; -$a->strings['Ability to tag existing posts'] = 'Capacitatea de a eticheta postările existente'; -$a->strings['Post Categories'] = 'Categorii Postări'; -$a->strings['Add categories to your posts'] = 'Adăugaţi categorii la postările dvs.'; -$a->strings['Ability to file posts under folders'] = 'Capacitatea de a atribui postări în dosare'; -$a->strings['Dislike Posts'] = 'Respingere Postări'; -$a->strings['Ability to dislike posts/comments'] = 'Capacitatea de a marca postări/comentarii ca fiind neplăcute'; -$a->strings['Star Posts'] = 'Postări cu Steluță'; -$a->strings['Ability to mark special posts with a star indicator'] = 'Capacitatea de a marca posturile speciale cu o stea ca şi indicator'; -$a->strings['Connect URL missing.'] = 'Lipseşte URL-ul de conectare.'; -$a->strings['This site is not configured to allow communications with other networks.'] = 'Acest site nu este configurat pentru a permite comunicarea cu alte reţele.'; -$a->strings['No compatible communication protocols or feeds were discovered.'] = 'Nu au fost descoperite protocoale de comunicaţii sau fluxuri compatibile.'; -$a->strings['The profile address specified does not provide adequate information.'] = 'Adresa de profil specificată nu furnizează informații adecvate.'; -$a->strings['An author or name was not found.'] = 'Un autor sau nume nu a fost găsit.'; -$a->strings['No browser URL could be matched to this address.'] = 'Nici un URL de browser nu a putut fi corelat cu această adresă.'; -$a->strings['Unable to match @-style Identity Address with a known protocol or email contact.'] = 'Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email.'; -$a->strings['Use mailto: in front of address to force email check.'] = 'Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email.'; -$a->strings['The profile address specified belongs to a network which has been disabled on this site.'] = 'Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site.'; -$a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs.'; -$a->strings['Unable to retrieve contact information.'] = 'Nu se pot localiza informaţiile de contact.'; -$a->strings['following'] = 'urmărire'; -$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.'] = 'Un grup şters cu acest nume a fost restabilit. Permisiunile existente ale elementului, potfi aplicate acestui grup şi oricăror viitori membrii. Dacă aceasta nu este ceea ați intenționat să faceți, vă rugăm să creaţi un alt grup cu un un nume diferit.'; -$a->strings['Default privacy group for new contacts'] = 'Confidenţialitatea implicită a grupului pentru noi contacte'; -$a->strings['Everybody'] = 'Toată lumea'; -$a->strings['edit'] = 'editare'; -$a->strings['Edit group'] = 'Editare grup'; -$a->strings['Create a new group'] = 'Creați un nou grup'; -$a->strings['Contacts not in any group'] = 'Contacte ce nu se află în orice grup'; -$a->strings['Miscellaneous'] = 'Diverse'; -$a->strings['year'] = 'an'; -$a->strings['month'] = 'lună'; -$a->strings['day'] = 'zi'; -$a->strings['never'] = 'niciodată'; -$a->strings['less than a second ago'] = 'acum mai puțin de o secundă'; -$a->strings['years'] = 'ani'; -$a->strings['months'] = 'luni'; -$a->strings['week'] = 'săptămână'; -$a->strings['weeks'] = 'săptămâni'; -$a->strings['days'] = 'zile'; -$a->strings['hour'] = 'oră'; -$a->strings['hours'] = 'ore'; -$a->strings['minute'] = 'minut'; -$a->strings['minutes'] = 'minute'; -$a->strings['second'] = 'secundă'; -$a->strings['seconds'] = 'secunde'; -$a->strings['%1$d %2$s ago'] = 'acum %1$d %2$s'; -$a->strings['%s\'s birthday'] = '%s\'s zi de naştere'; -$a->strings['Happy Birthday %s'] = 'La mulţi ani %s'; -$a->strings['Visible to everybody'] = 'Vizibil pentru toata lumea'; -$a->strings['show'] = 'afișare'; -$a->strings['don\'t show'] = 'nu afișa'; -$a->strings['[no subject]'] = '[fără subiect]'; -$a->strings['stopped following'] = 'urmărire întreruptă'; -$a->strings['Poke'] = 'Abordare'; -$a->strings['View Status'] = 'Vizualizare Status'; -$a->strings['View Profile'] = 'Vizualizare Profil'; -$a->strings['View Photos'] = 'Vizualizare Fotografii'; -$a->strings['Network Posts'] = 'Postări din Rețea'; -$a->strings['Edit Contact'] = 'Edit Contact'; -$a->strings['Drop Contact'] = 'Eliminare Contact'; -$a->strings['Send PM'] = 'Trimiteți mesaj personal'; -$a->strings['Welcome '] = 'Bine ați venit'; -$a->strings['Please upload a profile photo.'] = 'Vă rugăm să încărcaţi o fotografie de profil.'; -$a->strings['Welcome back '] = 'Bine ați revenit'; -$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.'] = 'Formarea codului de securitate, nu a fost corectă. Aceasta probabil s-a întâmplat pentru că formularul a fost deschis pentru prea mult timp ( >3 ore) înainte de a-l transmite.'; -$a->strings['event'] = 'eveniment'; -$a->strings['%1$s poked %2$s'] = '%1$s a abordat pe %2$s'; -$a->strings['poked'] = 'a fost abordat(ă)'; -$a->strings['post/item'] = 'post/element'; -$a->strings['%1$s marked %2$s\'s %3$s as favorite'] = '%1$s a marcat %3$s de la %2$s ca favorit'; -$a->strings['remove'] = 'eliminare'; -$a->strings['Delete Selected Items'] = 'Ștergeți Elementele Selectate'; -$a->strings['Follow Thread'] = 'Urmăriți Firul Conversației'; -$a->strings['%s likes this.'] = '%s apreciază aceasta.'; -$a->strings['%s doesn\'t like this.'] = '%s nu apreciază aceasta.'; -$a->strings['%2$d people like this'] = '%2$d persoane apreciază aceasta'; -$a->strings['%2$d people don\'t like this'] = '%2$d persoanenu apreciază aceasta'; -$a->strings['and'] = 'şi'; -$a->strings[', and %d other people'] = ', şi %d alte persoane'; -$a->strings['%s like this.'] = '%s apreciază aceasta.'; -$a->strings['%s don\'t like this.'] = '%s nu apreciază aceasta.'; -$a->strings['Visible to everybody'] = 'Vizibil pentru toți'; -$a->strings['Please enter a video link/URL:'] = 'Vă rugăm să introduceți un URL/legătură pentru clip video'; -$a->strings['Please enter an audio link/URL:'] = 'Vă rugăm să introduceți un URL/legătură pentru clip audio'; -$a->strings['Tag term:'] = 'Termen etichetare:'; -$a->strings['Where are you right now?'] = 'Unde vă aflați acum?'; -$a->strings['Delete item(s)?'] = 'Ștergeți element(e)?'; -$a->strings['Post to Email'] = 'Postați prin Email'; -$a->strings['Connectors disabled, since "%s" is enabled.'] = 'Conectorii au fost dezactivați, din moment ce "%s" este activat.'; -$a->strings['permissions'] = 'permisiuni'; -$a->strings['Post to Groups'] = 'Postați în Grupuri'; -$a->strings['Post to Contacts'] = 'Post către Contacte'; -$a->strings['Private post'] = 'Articol privat'; -$a->strings['view full size'] = 'vezi intreaga mărime'; -$a->strings['newer'] = 'mai noi'; -$a->strings['older'] = 'mai vechi'; -$a->strings['prev'] = 'preced'; -$a->strings['first'] = 'prima'; -$a->strings['last'] = 'ultima'; -$a->strings['next'] = 'următor'; -$a->strings['No contacts'] = 'Nici-un contact'; -$a->strings['%d Contact'] = [ - 0 => '%d Contact', - 1 => '%d Contacte', - 2 => '%d de Contacte', -]; -$a->strings['poke'] = 'abordare'; -$a->strings['ping'] = 'ping'; -$a->strings['pinged'] = 'i s-a trimis ping'; -$a->strings['prod'] = 'prod'; -$a->strings['prodded'] = 'i s-a atras atenția'; -$a->strings['slap'] = 'plesnire'; -$a->strings['slapped'] = 'a fost plesnit(ă)'; -$a->strings['finger'] = 'indicare'; -$a->strings['fingered'] = 'a fost indicat(ă)'; -$a->strings['rebuff'] = 'respingere'; -$a->strings['rebuffed'] = 'a fost respins(ă)'; -$a->strings['happy'] = 'fericit(ă)'; -$a->strings['sad'] = 'trist(ă)'; -$a->strings['mellow'] = 'trist(ă)'; -$a->strings['tired'] = 'obosit(ă)'; -$a->strings['perky'] = 'arogant(ă)'; -$a->strings['angry'] = 'supărat(ă)'; -$a->strings['stupified'] = 'stupefiat(ă)'; -$a->strings['puzzled'] = 'nedumerit(ă)'; -$a->strings['interested'] = 'interesat(ă)'; -$a->strings['bitter'] = 'amarnic'; -$a->strings['cheerful'] = 'vesel(ă)'; -$a->strings['alive'] = 'plin(ă) de viață'; -$a->strings['annoyed'] = 'enervat(ă)'; -$a->strings['anxious'] = 'neliniştit(ă)'; -$a->strings['cranky'] = 'irascibil(ă)'; -$a->strings['disturbed'] = 'perturbat(ă)'; -$a->strings['frustrated'] = 'frustrat(ă)'; -$a->strings['motivated'] = 'motivat(ă)'; -$a->strings['relaxed'] = 'relaxat(ă)'; -$a->strings['surprised'] = 'surprins(ă)'; +$a->strings['Could not connect to database.'] = 'Nu se poate face conectarea cu baza de date.'; $a->strings['Monday'] = 'Luni'; $a->strings['Tuesday'] = 'Marţi'; $a->strings['Wednesday'] = 'Miercuri'; @@ -1467,280 +515,1159 @@ $a->strings['September'] = 'Septembrie'; $a->strings['October'] = 'Octombrie'; $a->strings['November'] = 'Noiembrie'; $a->strings['December'] = 'Decembrie'; -$a->strings['bytes'] = 'octeţi'; -$a->strings['Click to open/close'] = 'Apăsați pentru a deschide/închide'; -$a->strings['default'] = 'implicit'; -$a->strings['Select an alternate language'] = 'Selectați o limbă alternativă'; +$a->strings['Jan'] = 'Ian'; +$a->strings['Feb'] = 'Feb'; +$a->strings['Mar'] = 'Mar'; +$a->strings['Apr'] = 'Apr'; +$a->strings['Jun'] = 'Iun'; +$a->strings['Jul'] = 'Iul'; +$a->strings['Aug'] = 'Aug'; +$a->strings['Sep'] = 'Sep'; +$a->strings['Oct'] = 'Oct'; +$a->strings['Nov'] = 'Noi'; +$a->strings['Dec'] = 'Dec'; +$a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica nu poate afișa această pagină momentan, vă rugăm să contactați administratorul.'; +$a->strings['Update %s failed. See error logs.'] = 'Actualizarea %s a eșuat. Consultaţi jurnalele de eroare.'; +$a->strings[' + The friendica database was successfully updated from %s to %s.'] = ' + Baza de date a Friendica a fost actualizată cu succes de la %s la %s.'; +$a->strings['Everybody'] = 'Toată lumea'; +$a->strings['edit'] = 'editare'; +$a->strings['add'] = 'adaugă'; +$a->strings['Edit circle'] = 'Modifică cercul'; +$a->strings['Contacts not in any circle'] = 'Contacte în afara oricărui cerc'; +$a->strings['Create a new circle'] = 'Creează un cerc nou'; +$a->strings['Circle Name: '] = 'Nume cerc:'; +$a->strings['Edit circles'] = 'Modifică cercuri'; +$a->strings['Approve'] = 'Aprobă'; +$a->strings['Organisation'] = 'Organizație'; +$a->strings['Group'] = 'Grup'; +$a->strings['Disallowed profile URL.'] = 'Profil URL invalid.'; +$a->strings['Blocked domain'] = 'Domeniu blocat'; +$a->strings['Connect URL missing.'] = 'Lipseşte URL-ul de conectare.'; +$a->strings['The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.'] = 'Contactul nu a putut fi adăugat. Vă rugăm să verificați credențialele relevante în pagina Setări -> Rețele Sociale'; +$a->strings['The profile address specified does not provide adequate information.'] = 'Adresa de profil specificată nu furnizează informații adecvate.'; +$a->strings['No compatible communication protocols or feeds were discovered.'] = 'Nu au fost descoperite protocoale de comunicații sau fluxuri compatibile.'; +$a->strings['An author or name was not found.'] = 'Un autor sau nume nu a fost găsit.'; +$a->strings['No browser URL could be matched to this address.'] = 'Nici un URL de browser nu a putut fi corelat cu această adresă.'; +$a->strings['Unable to match @-style Identity Address with a known protocol or email contact.'] = 'Nu se poate corela @-stilul pentru Adresa de Identitatea cu un protocol cunoscut sau contact de email.'; +$a->strings['Use mailto: in front of address to force email check.'] = 'Utilizaţi mailto: în faţa adresei pentru a forţa verificarea de email.'; +$a->strings['The profile address specified belongs to a network which has been disabled on this site.'] = 'Adresa de profil specificată aparţine unei reţele care a fost dezactivată pe acest site.'; +$a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Profil limitat. Această persoană nu va putea primi notificări directe/personale, de la dvs.'; +$a->strings['Unable to retrieve contact information.'] = 'Nu se pot localiza informaţiile de contact.'; +$a->strings['Starts:'] = 'Începe:'; +$a->strings['Finishes:'] = 'Se termină:'; +$a->strings['all-day'] = 'toată ziua'; +$a->strings['Sept'] = 'Sept'; +$a->strings['today'] = 'astăzi'; +$a->strings['month'] = 'lună'; +$a->strings['week'] = 'săptămână'; +$a->strings['day'] = 'zi'; +$a->strings['No events to display'] = 'Niciun eveniment de afișat'; +$a->strings['Access to this profile has been restricted.'] = 'Accesul la acest profil a fost restricţionat.'; +$a->strings['Event not found.'] = 'Eveniment negăsit'; +$a->strings['l, F j'] = 'l, F j'; +$a->strings['Edit event'] = 'Editează eveniment'; +$a->strings['Duplicate event'] = 'Eveniment duplicat'; +$a->strings['Delete event'] = 'Ștergere eveniment'; +$a->strings['l F d, Y \@ g:i A'] = 'l F d, Y \@ g:i A'; +$a->strings['Show map'] = 'Arată harta'; +$a->strings['Hide map'] = 'Ascunde harta'; +$a->strings['%s\'s birthday'] = 'Ziua de naștere a lui %s'; +$a->strings['Happy Birthday %s'] = 'La mulţi ani, %s!'; +$a->strings['Detected languages in this post:\n%s'] = 'Limbi recunoscute în această postare:\n%s'; $a->strings['activity'] = 'activitate'; $a->strings['post'] = 'postare'; -$a->strings['Item filed'] = 'Element îndosariat'; -$a->strings['Image/photo'] = 'Imagine/fotografie'; -$a->strings['%2$s %3$s'] = '%2$s %3$s'; -$a->strings['%s wrote the following post'] = '%s a scris următoarea postare'; -$a->strings['$1 wrote:'] = '$1 a scris:'; -$a->strings['Encrypted content'] = 'Conţinut criptat'; -$a->strings['(no subject)'] = '(fără subiect)'; -$a->strings['noreply'] = 'nu-răspundeţi'; -$a->strings['Cannot locate DNS info for database server \'%s\''] = 'Nu se pot localiza informațiile DNS pentru serverul de bază de date \'%s\''; -$a->strings['Unknown | Not categorised'] = 'Necunoscut | Fără categorie'; -$a->strings['Block immediately'] = 'Blocare Imediată'; -$a->strings['Shady, spammer, self-marketer'] = 'Dubioșii, spammerii, auto-promoterii'; -$a->strings['Known to me, but no opinion'] = 'Cunoscut mie, dar fără o opinie'; -$a->strings['OK, probably harmless'] = 'OK, probabil inofensiv'; -$a->strings['Reputable, has my trust'] = 'Cu reputație, are încrederea mea'; -$a->strings['Weekly'] = 'Săptămânal'; -$a->strings['Monthly'] = 'Lunar'; -$a->strings['OStatus'] = 'OStatus'; -$a->strings['RSS/Atom'] = 'RSS/Atom'; -$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'] = 'Conector Diaspora'; -$a->strings['Statusnet'] = 'Statusnet'; -$a->strings['App.net'] = 'App.net'; -$a->strings[' on Last.fm'] = 'pe Last.fm'; -$a->strings['Starts:'] = 'Începe:'; -$a->strings['Finishes:'] = 'Se finalizează:'; -$a->strings['j F, Y'] = 'j F, Y'; -$a->strings['j F'] = 'j F'; -$a->strings['Birthday:'] = 'Zile Naştere :'; -$a->strings['Age:'] = 'Vârsta:'; -$a->strings['for %1$d %2$s'] = 'pentru %1$d %2$s'; -$a->strings['Tags:'] = 'Etichete:'; -$a->strings['Religion:'] = 'Religie:'; -$a->strings['Hobbies/Interests:'] = 'Hobby/Interese:'; -$a->strings['Contact information and Social Networks:'] = 'Informaţii de Contact şi Reţele Sociale:'; -$a->strings['Musical interests:'] = 'Preferințe muzicale:'; -$a->strings['Books, literature:'] = 'Cărti, literatură:'; -$a->strings['Television:'] = 'Programe TV:'; -$a->strings['Film/dance/culture/entertainment:'] = 'Film/dans/cultură/divertisment:'; -$a->strings['Love/Romance:'] = 'Dragoste/Romantism:'; -$a->strings['Work/employment:'] = 'Loc de Muncă/Slujbă:'; -$a->strings['School/education:'] = 'Școală/educatie:'; -$a->strings['Click here to upgrade.'] = 'Apăsați aici pentru a actualiza.'; -$a->strings['This action exceeds the limits set by your subscription plan.'] = 'Această acţiune depăşeşte limitele stabilite de planul abonamentului dvs.'; -$a->strings['This action is not available under your subscription plan.'] = 'Această acţiune nu este disponibilă în planul abonamentului dvs.'; -$a->strings['End this session'] = 'Finalizați această sesiune'; -$a->strings['Your posts and conversations'] = 'Postările şi conversaţiile dvs.'; -$a->strings['Your profile page'] = 'Pagina dvs. de profil'; -$a->strings['Your photos'] = 'Fotografiile dvs.'; -$a->strings['Your videos'] = 'Fișierele tale video'; -$a->strings['Your events'] = 'Evenimentele dvs.'; -$a->strings['Personal notes'] = 'Note Personale'; -$a->strings['Your personal notes'] = 'Notele tale personale'; -$a->strings['Sign in'] = 'Autentificare'; -$a->strings['Home Page'] = 'Home Pagina'; -$a->strings['Create an account'] = 'Creați un cont'; -$a->strings['Help and documentation'] = 'Ajutor şi documentaţie'; -$a->strings['Apps'] = 'Aplicații'; -$a->strings['Addon applications, utilities, games'] = 'Suplimente la aplicații, utilitare, jocuri'; -$a->strings['Search site content'] = 'Căutare în conținut site'; -$a->strings['Conversations on this site'] = 'Conversaţii pe acest site'; -$a->strings['Directory'] = 'Director'; -$a->strings['People directory'] = 'Director persoane'; -$a->strings['Information'] = 'Informaţii'; -$a->strings['Information about this friendica instance'] = 'Informaţii despre această instanță friendica'; -$a->strings['Conversations from your friends'] = 'Conversaţiile prieteniilor dvs.'; -$a->strings['Network Reset'] = 'Resetare Reţea'; -$a->strings['Load Network page with no filters'] = 'Încărcare pagina de Reţea fără filtre'; -$a->strings['Friend Requests'] = 'Solicitări Prietenie'; -$a->strings['See all notifications'] = 'Consultaţi toate notificările'; -$a->strings['Mark all system notifications seen'] = 'Marcaţi toate notificările de sistem, ca și vizualizate'; -$a->strings['Private mail'] = 'Mail privat'; -$a->strings['Inbox'] = 'Mesaje primite'; -$a->strings['Outbox'] = 'Căsuță de Ieșire'; -$a->strings['Manage'] = 'Gestionare'; -$a->strings['Manage other pages'] = 'Gestionează alte pagini'; -$a->strings['Account settings'] = 'Configurări Cont'; -$a->strings['Manage/Edit Profiles'] = 'Gestionare/Editare Profile'; -$a->strings['Manage/edit friends and contacts'] = 'Gestionare/Editare prieteni şi contacte'; -$a->strings['Site setup and configuration'] = 'Instalare şi configurare site'; -$a->strings['Navigation'] = 'Navigare'; -$a->strings['Site map'] = 'Hartă Site'; -$a->strings['User not found.'] = 'Utilizatorul nu a fost găsit.'; -$a->strings['There is no status with this id.'] = 'Nu există nici-un status cu acest id.'; -$a->strings['There is no conversation with this id.'] = 'Nu există nici-o conversație cu acest id.'; -$a->strings['Invalid request.'] = 'Cerere invalida'; -$a->strings['Invalid item.'] = 'Element invalid'; -$a->strings['DB error'] = 'Eroare BD'; +$a->strings['%s is blocked'] = '%s este blocat(-ă)'; +$a->strings['%s is ignored'] = '%s este ignorat(-ă)'; +$a->strings['Content from %s is collapsed'] = 'Conținutul de la %s este colapsat'; +$a->strings['Content warning: %s'] = 'Avertisment de conținut: %s'; +$a->strings['bytes'] = 'octeţi'; +$a->strings['%d voter.'] = [ + 0 => '%d votant.', + 1 => '%d votanți.', + 2 => '%d de votanți.', +]; +$a->strings['Poll end: %s'] = 'Sfârșitul sondajului: %s'; +$a->strings['View on separate page'] = 'Vezi pe o pagină separată'; +$a->strings['[no subject]'] = '[fără subiect]'; +$a->strings['Wall Photos'] = 'Fotografii de Perete'; +$a->strings['Edit profile'] = 'Editare profil'; +$a->strings['Change profile photo'] = 'Modificați Fotografia de Profil'; +$a->strings['Homepage:'] = 'Homepage:'; +$a->strings['About:'] = 'Despre:'; +$a->strings['Atom feed'] = 'Feed Atom'; +$a->strings['This website has been verified to belong to the same person.'] = 'Acest website a fost verificat ca aparținând aceleiași persoane'; +$a->strings['F d'] = 'F d'; +$a->strings['[today]'] = '[azi]'; +$a->strings['Birthday Reminders'] = 'Memento Zile naştere '; +$a->strings['Birthdays this week:'] = 'Zi;e Naştere această săptămînă:'; +$a->strings['g A l F d'] = 'g A l F d'; +$a->strings['[No description]'] = '[Fără descriere]'; +$a->strings['Event Reminders'] = 'Memento Eveniment'; +$a->strings['Upcoming events the next 7 days:'] = 'Evenimente viitoare în următoarele 7 zile:'; +$a->strings['Hometown:'] = 'Domiciliu:'; +$a->strings['Marital Status:'] = 'Starea civilă:'; +$a->strings['With:'] = 'Împreună cu:'; +$a->strings['Since:'] = 'Începând cu:'; +$a->strings['Sexual Preference:'] = 'Orientare Sexuală:'; +$a->strings['Political Views:'] = 'Viziuni Politice:'; +$a->strings['Religious Views:'] = 'Viziuni Religioase:'; +$a->strings['Likes:'] = 'Îmi place:'; +$a->strings['Dislikes:'] = 'Nu-mi place:'; +$a->strings['Title/Description:'] = 'Titlu/Descriere'; +$a->strings['Summary'] = 'Sumar'; +$a->strings['Musical interests'] = 'Preferințe muzicale'; +$a->strings['Books, literature'] = 'Cărti, literatură'; +$a->strings['Television'] = 'Programe TV'; +$a->strings['Film/dance/culture/entertainment'] = 'Film/dans/cultură/divertisment'; +$a->strings['Hobbies/Interests'] = 'Hobby/Interese'; +$a->strings['Love/romance'] = 'Dragoste/romantism'; +$a->strings['Work/employment'] = 'Loc de Muncă/Slujbă'; +$a->strings['School/education'] = 'Școală/educație'; +$a->strings['Contact information and Social Networks'] = 'Informaţii de Contact şi Reţele Sociale'; +$a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'EROARE GRAVĂ: Generarea de chei de securitate a eşuat.'; +$a->strings['Password can\'t be empty'] = 'Parola nu poate fi goală'; +$a->strings['Empty passwords are not allowed.'] = 'Parolele goale nu sunt permise.'; +$a->strings['The password length is limited to 72 characters.'] = 'Lungimea parolei este limitată la 72 de caractere.'; +$a->strings['The password can\'t contain white spaces nor accentuated letters'] = 'Parola nu poate conține spații goale sau litere accentuate'; +$a->strings['Passwords do not match. Password unchanged.'] = 'Parolele nu coincid. Parolă neschimbată.'; $a->strings['An invitation is required.'] = 'O invitaţie este necesară.'; $a->strings['Invitation could not be verified.'] = 'Invitația nu s-a putut verifica.'; $a->strings['Invalid OpenID url'] = 'URL OpenID invalid'; +$a->strings['We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.'] = 'Am întâmpinat o problemă în timpul autentificării cu datele OpenID pe care le-ați furnizat.'; +$a->strings['The error message was:'] = 'Mesajul de eroare a fost:'; $a->strings['Please enter the required information.'] = 'Vă rugăm să introduceți informațiile solicitate.'; -$a->strings['Please use a shorter name.'] = 'Vă rugăm să utilizaţi un nume mai scurt.'; -$a->strings['Name too short.'] = 'Numele este prea scurt.'; $a->strings['That doesn\'t appear to be your full (First Last) name.'] = 'Acesta nu pare a fi Numele (Prenumele) dvs. complet'; $a->strings['Your email domain is not among those allowed on this site.'] = 'Domeniul dvs. de email nu este printre cele permise pe acest site.'; $a->strings['Not a valid email address.'] = 'Nu este o adresă vaildă de email.'; $a->strings['Cannot use that email.'] = 'Nu se poate utiliza acest email.'; -$a->strings['Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'] = ' "Pseudonimul" dvs. poate conţine numai "a-z", "0-9", "-",, şi "_", şi trebuie de asemenea să înceapă cu o literă.'; +$a->strings['Your nickname can only contain a-z, 0-9 and _.'] = 'Pseudonimul dumneavoastră poate conținu numai a-z, 0-9 și _.'; $a->strings['Nickname is already registered. Please choose another.'] = 'Pseudonimul este deja înregistrat. Vă rugăm, alegeți un altul.'; -$a->strings['Nickname was once registered here and may not be re-used. Please choose another.'] = 'Pseudonimul a fost înregistrat aici, şi e posibil să nu mai poată fi reutilizat. Vă rugăm, alegeți altul.'; -$a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'EROARE GRAVĂ: Generarea de chei de securitate a eşuat.'; $a->strings['An error occurred during registration. Please try again.'] = 'A intervenit o eroare în timpul înregistrării. Vă rugăm să reîncercați.'; $a->strings['An error occurred creating your default profile. Please try again.'] = 'A intervenit o eroare la crearea profilului dvs. implicit. Vă rugăm să reîncercați.'; $a->strings['Friends'] = 'Prieteni'; -$a->strings['Sharing notification from Diaspora network'] = 'Partajarea notificării din reţeaua Diaspora'; -$a->strings['Attachments:'] = 'Atașări:'; -$a->strings['Do you really want to delete this item?'] = 'Sigur doriți să ștergeți acest element?'; -$a->strings['Archives'] = 'Arhive'; -$a->strings['Male'] = 'Bărbat'; -$a->strings['Female'] = 'Femeie'; -$a->strings['Currently Male'] = 'În prezent Bărbat'; -$a->strings['Currently Female'] = 'În prezent Femeie'; -$a->strings['Mostly Male'] = 'Mai mult Bărbat'; -$a->strings['Mostly Female'] = 'Mai mult Femeie'; -$a->strings['Transgender'] = 'Transsexual'; -$a->strings['Intersex'] = 'Intersexual'; -$a->strings['Transsexual'] = 'Transsexual'; -$a->strings['Hermaphrodite'] = 'Hermafrodit'; -$a->strings['Neuter'] = 'Neutru'; -$a->strings['Non-specific'] = 'Non-specific'; +$a->strings['Profile Photos'] = 'Poze profil'; +$a->strings['Registration details for %s'] = 'Detaliile de înregistrare pentru %s'; +$a->strings['Addon not found.'] = 'Supliment negăsit.'; +$a->strings['Disable'] = 'Dezactivează'; +$a->strings['Enable'] = 'Activează'; +$a->strings['Administration'] = 'Administrare'; +$a->strings['Addons'] = 'Suplimente'; +$a->strings['Toggle'] = 'Comutare'; +$a->strings['Author: '] = 'Autor: '; +$a->strings['Maintainer: '] = 'Responsabil:'; +$a->strings['Addon %s failed to install.'] = 'Suplimentul %s nu s-a putut instala.'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Reload active addons'] = 'Reîncarcă suplimentele active'; +$a->strings['Update has been marked successful'] = 'Actualizarea a fost marcată cu succes'; +$a->strings['Database structure update %s was successfully applied.'] = 'Actualizarea structurii bazei de date %s a fost aplicată cu succes.'; +$a->strings['Executing %s failed with error: %s'] = 'Executarea %s a eșuat cu eroarea : %s'; +$a->strings['Update %s was successfully applied.'] = 'Actualizarea %s a fost aplicată cu succes.'; +$a->strings['Update %s did not return a status. Unknown if it succeeded.'] = 'Actualizare %s nu a returnat nici-un status. Nu se știe dacă a reuşit.'; +$a->strings['No failed updates.'] = 'Nici-o actualizare eșuată.'; +$a->strings['Check database structure'] = 'Verifică structura bazei de date'; +$a->strings['Failed Updates'] = 'Actualizări Eșuate'; +$a->strings['This does not include updates prior to 1139, which did not return a status.'] = 'Aceasta nu include actualizările dinainte de 1139, care nu a returnat nici-un status.'; +$a->strings['Mark success (if update was manually applied)'] = 'Marcaţi ca și realizat (dacă actualizarea a fost aplicată manual)'; +$a->strings['Attempt to execute this update step automatically'] = 'Se încearcă executarea automată a acestei etape de actualizare'; $a->strings['Other'] = 'Alta'; -$a->strings['Undecided'] = 'Indecisă'; -$a->strings['Males'] = 'Bărbați'; -$a->strings['Females'] = 'Femei'; -$a->strings['Gay'] = 'Gay'; -$a->strings['Lesbian'] = 'Lesbiană'; -$a->strings['No Preference'] = 'Fără Preferințe'; -$a->strings['Bisexual'] = 'Bisexual'; -$a->strings['Autosexual'] = 'Autosexual'; -$a->strings['Abstinent'] = 'Abstinent(ă)'; -$a->strings['Virgin'] = 'Virgin(ă)'; -$a->strings['Deviant'] = 'Deviant'; -$a->strings['Fetish'] = 'Fetish'; -$a->strings['Oodles'] = 'La grămadă'; -$a->strings['Nonsexual'] = 'Nonsexual'; -$a->strings['Single'] = 'Necăsătorit(ă)'; -$a->strings['Lonely'] = 'Singur(ă)'; -$a->strings['Available'] = 'Disponibil(ă)'; -$a->strings['Unavailable'] = 'Indisponibil(ă)'; -$a->strings['Has crush'] = 'Îndrăgostit(ă)'; -$a->strings['Infatuated'] = 'Îndrăgostit(ă) nebunește'; -$a->strings['Dating'] = 'Am întâlniri'; -$a->strings['Unfaithful'] = 'Infidel(ă)'; -$a->strings['Sex Addict'] = 'Dependent(ă) de Sex'; -$a->strings['Friends/Benefits'] = 'Prietenii/Prestaţii'; -$a->strings['Casual'] = 'Ocazional'; -$a->strings['Engaged'] = 'Cuplat'; -$a->strings['Married'] = 'Căsătorit(ă)'; -$a->strings['Imaginarily married'] = 'Căsătorit(ă) imaginar'; -$a->strings['Partners'] = 'Parteneri'; -$a->strings['Cohabiting'] = 'În conviețuire'; -$a->strings['Common law'] = 'Drept Comun'; -$a->strings['Happy'] = 'Fericit(ă)'; -$a->strings['Not looking'] = 'Nu caut'; -$a->strings['Swinger'] = 'Swinger'; -$a->strings['Betrayed'] = 'Înșelat(ă)'; -$a->strings['Separated'] = 'Separat(ă)'; -$a->strings['Unstable'] = 'Instabil(ă)'; -$a->strings['Divorced'] = 'Divorţat(ă)'; -$a->strings['Imaginarily divorced'] = 'Divorţat(ă) imaginar'; -$a->strings['Widowed'] = 'Văduv(ă)'; -$a->strings['Uncertain'] = 'Incert'; -$a->strings['It\'s complicated'] = 'E complicat'; -$a->strings['Don\'t care'] = 'Nu-mi pasă'; -$a->strings['Ask me'] = 'Întreabă-mă'; -$a->strings['Friendica Notification'] = 'Notificare Friendica'; -$a->strings['Thank You,'] = 'Vă mulțumim,'; -$a->strings['%s Administrator'] = '%s Administrator'; -$a->strings['%s '] = '%s '; -$a->strings['[Friendica:Notify] New mail received at %s'] = '[Friendica:Notificare] Mail nou primit la %s'; -$a->strings['%1$s sent you a new private message at %2$s.'] = '%1$s v-a trimis un nou mesaj privat la %2$s.'; -$a->strings['%1$s sent you %2$s.'] = '%1$s v-a trimis %2$s'; -$a->strings['a private message'] = 'un mesaj privat'; -$a->strings['Please visit %s to view and/or reply to your private messages.'] = 'Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la mesaje private.'; -$a->strings['%1$s commented on [url=%2$s]a %3$s[/url]'] = '%1$s a comentat la [url=%2$s]a %3$s[/url]'; -$a->strings['%1$s commented on [url=%2$s]%3$s\'s %4$s[/url]'] = '%1$s a comentat la [url=%2$s]%4$s postat de %3$s[/url]'; -$a->strings['%1$s commented on [url=%2$s]your %3$s[/url]'] = '%1$s a comentat la [url=%2$s]%3$s dvs.[/url]'; -$a->strings['[Friendica:Notify] Comment to conversation #%1$d by %2$s'] = '[Friendica:Notificare] Comentariu la conversaţia #%1$d postată de %2$s'; -$a->strings['%s commented on an item/conversation you have been following.'] = '%s a comentat la un element/conversaţie pe care o urmăriți.'; -$a->strings['Please visit %s to view and/or reply to the conversation.'] = 'Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la conversație.'; -$a->strings['[Friendica:Notify] %s posted to your profile wall'] = '[Friendica:Notificare] %s a postat pe peretele dvs. de profil'; -$a->strings['%1$s posted to your profile wall at %2$s'] = '%1$s a postat pe peretele dvs. de profil la %2$s'; -$a->strings['%1$s posted to [url=%2$s]your wall[/url]'] = '%1$s a postat pe [url=%2$s]peretele dvs.[/url]'; -$a->strings['[Friendica:Notify] %s tagged you'] = '[Friendica:Notificare] %s v-a etichetat'; -$a->strings['%1$s tagged you at %2$s'] = '%1$s v-a etichetat la %2$s'; -$a->strings['%1$s [url=%2$s]tagged you[/url].'] = '%1$s [url=%2$s]v-a etichetat[/url].'; -$a->strings['[Friendica:Notify] %s shared a new post'] = '[Friendica:Notificare] %s a distribuit o nouă postare'; -$a->strings['%1$s shared a new post at %2$s'] = '%1$s a distribuit o nouă postare la %2$s'; -$a->strings['%1$s [url=%2$s]shared a post[/url].'] = '%1$s [url=%2$s] a distribuit o postare[/url].'; -$a->strings['[Friendica:Notify] %1$s poked you'] = '[Friendica:Notificare] %1$s v-a abordat'; -$a->strings['%1$s poked you at %2$s'] = '%1$s v-a abordat la %2$s'; -$a->strings['%1$s [url=%2$s]poked you[/url].'] = '%1$s [url=%2$s]v-a abordat[/url].'; -$a->strings['[Friendica:Notify] %s tagged your post'] = '[Friendica:Notificare] %s v-a etichetat postarea'; -$a->strings['%1$s tagged your post at %2$s'] = '%1$sv-a etichetat postarea la %2$s'; -$a->strings['%1$s tagged [url=%2$s]your post[/url]'] = '%1$s a etichetat [url=%2$s]postarea dvs.[/url]'; -$a->strings['[Friendica:Notify] Introduction received'] = '[Friendica:Notificare] Prezentare primită'; -$a->strings['You\'ve received an introduction from \'%1$s\' at %2$s'] = 'Aţi primit o prezentare de la \'%1$s\' at %2$s'; -$a->strings['You\'ve received [url=%1$s]an introduction[/url] from %2$s.'] = 'Aţi primit [url=%1$s]o prezentare[/url] de la %2$s.'; -$a->strings['You may visit their profile at %s'] = 'Le puteți vizita profilurile, online pe %s'; -$a->strings['Please visit %s to approve or reject the introduction.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge prezentarea.'; -$a->strings['%1$s is sharing with you at %2$s'] = '%1$s împărtăşeşte cu dvs. la %2$s'; -$a->strings['[Friendica:Notify] You have a new follower'] = '[Friendica:Notify] Aveţi un nou susținător la'; -$a->strings['You have a new follower at %2$s : %1$s'] = 'Aveţi un nou susținător la %2$s : %1$s'; -$a->strings['[Friendica:Notify] Friend suggestion received'] = '[Friendica:Notificare] Ați primit o sugestie de prietenie'; -$a->strings['You\'ve received a friend suggestion from \'%1$s\' at %2$s'] = 'Ați primit o sugestie de prietenie de la \'%1$s\' la %2$s'; -$a->strings['You\'ve received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s.'] = 'Aţi primit [url=%1$s]o sugestie de prietenie[/url] pentru %2$s de la %3$s.'; -$a->strings['Name:'] = 'Nume:'; -$a->strings['Photo:'] = 'Foto:'; -$a->strings['Please visit %s to approve or reject the suggestion.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge sugestia.'; -$a->strings['[Friendica:Notify] Connection accepted'] = '[Friendica:Notificare] Conectare acceptată'; -$a->strings['Please visit %s to approve or reject the request.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea.'; -$a->strings['Embedded content'] = 'Conţinut încorporat'; -$a->strings['Embedding disabled'] = 'Încorporarea conținuturilor este dezactivată'; +$a->strings['unknown'] = 'necunoscut'; +$a->strings['Federation Statistics'] = 'Statistici federație'; +$a->strings['Logs'] = 'Jurnale'; +$a->strings['Clear'] = 'Curăţă'; +$a->strings['Enable Debugging'] = 'Activează Depanarea'; +$a->strings['Log file'] = 'Fişier Log '; +$a->strings['Must be writable by web server. Relative to your Friendica top-level directory.'] = 'Trebuie să fie inscriptibil pentru serverul web. Relativ la directorul dumneavoastră superior Friendica.'; +$a->strings['Log level'] = 'Nivel log'; +$a->strings['PHP logging'] = 'Jurnalizare PHP'; +$a->strings['View Logs'] = 'Vezi jurnale'; +$a->strings['Search in logs'] = 'Caută în jurnale'; +$a->strings['Event details'] = 'Detalii eveniment'; +$a->strings['Line'] = 'Linie'; +$a->strings['Function'] = 'Funcție'; +$a->strings['UID'] = 'UID'; +$a->strings['Process ID'] = 'ID proces'; +$a->strings['ID'] = 'ID'; +$a->strings['Command'] = 'Comandă'; +$a->strings['Priority'] = 'Prioritate'; +$a->strings['No special theme for mobile devices'] = 'Nici-o temă specială pentru dispozitive mobile'; +$a->strings['Public postings from users of this site'] = 'Postări publice de la utilizatorii acestui site'; +$a->strings['Public postings from the federated network'] = 'Postări publice din rețeaua federată'; +$a->strings['Public postings from local users and the federated network'] = 'Postări publice atât de la utilizatori locali, cât și de la rețeaua federată'; +$a->strings['Multi user instance'] = 'Instanţă utilizatori multipli'; +$a->strings['Closed'] = 'Inchis'; +$a->strings['Requires approval'] = 'Necesită aprobarea'; +$a->strings['Open'] = 'Deschide'; +$a->strings['Site'] = 'Site'; +$a->strings['General Information'] = 'Informații generale'; +$a->strings['Registration'] = 'Registratură'; +$a->strings['File upload'] = 'Fişier incărcat'; +$a->strings['Policies'] = 'Politici'; +$a->strings['Advanced'] = 'Avansat'; +$a->strings['Performance'] = 'Performanţă'; +$a->strings['The system is not subscribed to any relays at the moment.'] = 'Sistemul nu este abonat momentan la niciun releu.'; +$a->strings['The system is currently subscribed to the following relays:'] = 'Sistemul este abonat în mod curent la următoarele relee:'; +$a->strings['Site name'] = 'Nume site'; +$a->strings['Banner/Logo'] = 'Baner/Logo'; +$a->strings['Additional Info'] = 'Informaţii suplimentare'; +$a->strings['System language'] = 'Limbă System l'; +$a->strings['System theme'] = 'Temă System '; +$a->strings['Mobile system theme'] = 'Temă sisteme mobile'; +$a->strings['Theme for mobile devices'] = 'Temă pentru dispozitivele mobile'; +$a->strings['Force SSL'] = 'Forțează SSL'; +$a->strings['Single user instance'] = 'Instanţă cu un singur utilizator'; +$a->strings['Make this instance multi-user or single-user for the named user'] = 'Stabiliți această instanţă ca utilizator-multipli sau utilizator/unic, pentru utilizatorul respectiv'; +$a->strings['Maximum image size'] = 'Maxim mărime imagine'; +$a->strings['Maximum image length'] = 'Dimensiunea maximă a imaginii'; +$a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'Dimensiunea maximă în pixeli a celei mai lungi laturi a imaginii încărcate. Implicit este -1, ceea ce înseamnă fără limite.'; +$a->strings['JPEG image quality'] = 'Calitate imagine JPEG '; +$a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Imaginile JPEG încărcate vor fi salvate cu această calitate stabilită [0-100]. Implicit este 100, ceea ce înseamnă calitate completă.'; +$a->strings['Register policy'] = 'Politici inregistrare '; +$a->strings['Maximum Daily Registrations'] = 'Înregistrări Zilnice Maxime'; +$a->strings['If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.'] = 'Dacă înregistrarea este permisă de mai sus, aceasta stabileşte numărul maxim de utilizatori noi înregistraţi, acceptaţi pe zi. Dacă înregistrarea este stabilită ca închisă, această setare nu are efect.'; +$a->strings['Register text'] = 'Text înregistrare'; +$a->strings['Will be displayed prominently on the registration page. You can use BBCode here.'] = 'Va fi afișat în mod proeminent pe pagina de înregistrare. Puteți folosi BBCode aici.'; +$a->strings['Forbidden Nicknames'] = 'Pseudonime interzise'; +$a->strings['Accounts abandoned after x days'] = 'Conturi abandonate după x zile'; +$a->strings['Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.'] = 'Nu va risipi resurse de sistem interogând site-uri externe pentru conturi abandonate. Introduceţi 0 pentru nici-o limită de timp.'; +$a->strings['Allowed friend domains'] = 'Domenii prietene permise'; +$a->strings['Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains'] = 'Lista cu separator prin virgulă a domeniilor ce sunt permise pentru a stabili relaţii de prietenie cu acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu'; +$a->strings['Allowed email domains'] = 'Domenii de email, permise'; +$a->strings['Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains'] = 'Lista cu separator prin virgulă a domeniilor ce sunt permise în adresele de email pentru înregistrările pe acest site. Metacaracterele sunt acceptate. Lăsaţi necompletat pentru a permite orice domeniu'; +$a->strings['Trusted third-party domains'] = 'Domenii terțe de încredere'; +$a->strings['Block public'] = 'Blocare acces public'; +$a->strings['Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.'] = 'Bifați pentru a bloca accesul public, pe acest site, către toate paginile publice cu caracter personal, doar dacă nu sunteţi deja autentificat.'; +$a->strings['Force publish'] = 'Forțează publicarea'; +$a->strings['Check to force all profiles on this site to be listed in the site directory.'] = 'Bifați pentru a forţa, ca toate profilurile de pe acest site să fie enumerate în directorul site-ului.'; +$a->strings['Enabling this may violate privacy laws like the GDPR'] = 'Activarea acestei opțiuni poate viola legi dedicate intimității precum GDPR'; +$a->strings['Global directory URL'] = 'URL director global'; +$a->strings['URL to the global directory. If this is not set, the global directory is completely unavailable to the application.'] = 'URL către directorul global. Dacă aceasta nu este setată, directorul global este complet indisponibil aplicației.'; +$a->strings['Private posts by default for new users'] = 'Postările private, ca implicit pentru utilizatori noi'; +$a->strings['Don\'t include post content in email notifications'] = 'Nu include conţinutul postării în notificările prin email'; +$a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Nu include conținutul unui post/comentariu/mesaj privat/etc. în notificările prin email, ce sunt trimise de pe acest site, ca și masură de confidenţialitate.'; +$a->strings['Disallow public access to addons listed in the apps menu.'] = 'Nu permiteţi accesul public la suplimentele enumerate în meniul de aplicaţii.'; +$a->strings['Checking this box will restrict addons listed in the apps menu to members only.'] = 'Bifând această casetă va restricționa, suplimentele enumerate în meniul de aplicaţii, exclusiv la accesul membrilor.'; +$a->strings['Don\'t embed private images in posts'] = 'Nu încorpora imagini private în postări'; +$a->strings['Don\'t replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while.'] = 'Nu înlocui fotografiile private, locale, din postări cu o copie încorporată imaginii. Aceasta înseamnă că, contactele care primesc postări ce conțin fotografii private vor trebui să se autentifice şi să încarce fiecare imagine, ceea ce poate dura ceva timp.'; +$a->strings['Explicit Content'] = 'Conținut explicit'; +$a->strings['Allow Users to set remote_self'] = 'Permite utilizatorilor să-și stabilească remote_self'; +$a->strings['With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream.'] = 'Bifând aceasta, fiecărui utilizator îi este permis să marcheze fiecare contact, ca și propriu_la-distanță în dialogul de remediere contact. Stabilind acest marcaj unui un contact, va determina oglindirea fiecărei postări a respectivului contact, în fluxul utilizatorilor.'; +$a->strings['Enable multiple registrations'] = 'Permite înregistrări multiple'; +$a->strings['Enable users to register additional accounts for use as pages.'] = 'Permite utilizatorilor să înregistreze conturi adiționale care să poată fi folosite drept pagini.'; +$a->strings['Enable OpenID'] = 'Activează OpenID'; +$a->strings['Enable OpenID support for registration and logins.'] = 'Activează suportul OpenID pentru înregistrare și login.'; +$a->strings['Diaspora support can\'t be enabled because Friendica was installed into a sub directory.'] = 'Suportul pentru Diaspora nu poate fi activat deoarece Friendica a fost instalată într-un subdirector.'; +$a->strings['Enable Diaspora support'] = 'Activează Suport Diaspora'; +$a->strings['Verify SSL'] = 'Verifică SSL'; +$a->strings['If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.'] = 'Dacă doriţi, puteţi porni verificarea cu strictețe a certificatului. Aceasta va însemna că nu vă puteţi conecta (deloc) la site-uri SSL auto-semnate.'; +$a->strings['Proxy user'] = 'Proxy user'; +$a->strings['Proxy URL'] = 'Proxy URL'; +$a->strings['Network timeout'] = 'Timp de expirare rețea'; +$a->strings['Value is in seconds. Set to 0 for unlimited (not recommended).'] = 'Valoare exprimată în secunde. Stabiliți la 0 pentru nelimitat (nu este recomandat).'; +$a->strings['Maximum Load Average'] = 'Media Maximă de Încărcare'; +$a->strings['Discover contacts from other servers'] = 'Descoperă contacte de pe alte servere'; +$a->strings['Maximum numbers of comments per post'] = 'Numărul maxim de comentarii per post'; +$a->strings['How much comments should be shown for each post? Default value is 100.'] = 'Câte comentarii ar trebui afișate pentru fiecare postare? Valoarea implicită este 100.'; +$a->strings['Temp path'] = 'Calea Temp'; +$a->strings['If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.'] = 'Dacă aveți un sistem restricționat unde serverul web nu poate accesa calea temp a sistemului, introduceți o nouă cale aici.'; +$a->strings['Only search in tags'] = 'Caută numai etichete'; +$a->strings['Disabled'] = 'Dezactivat'; +$a->strings['all'] = 'toate'; +$a->strings['tags'] = 'etichete'; +$a->strings['Server tags'] = 'Etichete server'; +$a->strings['Save & Reload'] = 'Salvează & Reîncarcă'; +$a->strings['Message queues'] = 'Șiruri de mesaje'; +$a->strings['Server Settings'] = 'Setări server'; +$a->strings['Version'] = 'Versiune'; +$a->strings['Active addons'] = 'Suplimente active'; +$a->strings['Screenshot'] = 'Screenshot'; +$a->strings['Themes'] = 'Teme'; +$a->strings['Unknown theme.'] = 'Temă necunoscută'; +$a->strings['Reload active themes'] = 'Reîncarcă teme active'; +$a->strings['No themes found on the system. They should be placed in %1$s'] = 'Nicio temă nu s-a găsit pe acest sistem. Ele trebuie plasate în %1$s'; +$a->strings['[Experimental]'] = '[Experimental]'; +$a->strings['[Unsupported]'] = '[Unsupported]'; +$a->strings['Display Terms of Service'] = 'Afișează Condițiile de Utilizare'; +$a->strings['The Terms of Service'] = 'Condițiile de Utilizare'; +$a->strings['Contact not found'] = 'Contact negăsit'; +$a->strings['No installed applications.'] = 'Nu există aplicații instalate.'; +$a->strings['Applications'] = 'Aplicații'; +$a->strings['Item was not found.'] = 'Element negăsit.'; +$a->strings['Please login to continue.'] = 'Vă rugăm să vă autentificați pentru a continua.'; +$a->strings['Additional features'] = 'Caracteristici suplimentare'; +$a->strings['DB updates'] = 'Actualizări Bază de Date'; +$a->strings['ActivityPub Conversion'] = 'Conversie ActivityPub'; +$a->strings['User registrations waiting for confirmation'] = 'Înregistrări de utilizatori, aşteaptă confirmarea'; +$a->strings['Too Many Requests'] = 'Prea multe cereri'; +$a->strings['Users'] = 'Utilizatori'; +$a->strings['Delete Item'] = 'Ștergere element'; +$a->strings['Profile Details'] = 'Detalii Profil'; +$a->strings['Conversations started'] = 'Conversații pornite'; +$a->strings['Only You Can See This'] = 'Numai Dvs. Puteţi Vizualiza'; +$a->strings['Scheduled Posts'] = 'Postări programate'; +$a->strings['Posts that are scheduled for publishing'] = 'Postări programate pentru publicare'; +$a->strings['Tips for New Members'] = 'Sfaturi pentru Membrii Noi'; +$a->strings['No matches'] = 'Nici-o potrivire'; +$a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ + 0 => '%d rezultat a fost filtrat deoarece nodul dvs. blochează domeniul pe care acesta a fost înregistrat. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”.', + 1 => '%d rezultate au fost filtrate deoarece nodul dvs. blochează domeniile pe care acestea au fost înregistrate. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”.', + 2 => '%d rezultate au fost filtrate deoarece nodul dvs. blochează domeniile pe care acestea au fost înregistrate. Puteți revizui lista domeniilor blocate actualmente de nodul dvs. în pagina „Despre”.', +]; +$a->strings['Account'] = 'Cont'; +$a->strings['Two-factor authentication'] = 'Autentificare prin doi factori'; +$a->strings['Display'] = 'Afișare'; +$a->strings['Social Networks'] = 'Rețele Sociale'; +$a->strings['Manage Accounts'] = 'Administrare conturi'; +$a->strings['Connected apps'] = 'Aplicații Conectate'; +$a->strings['Remote servers'] = 'Servere la distanță'; +$a->strings['Export personal data'] = 'Exportare date personale'; +$a->strings['Remove account'] = 'Ștergere cont'; +$a->strings['The post was created'] = 'Postarea a fost creată'; +$a->strings['Invalid Request'] = 'Cerere invalidă'; +$a->strings['Failed to remove event'] = 'Nu s-a putut șterge evenimentul'; +$a->strings['Event can not end before it has started.'] = 'Evenimentul nu se poate termina înainte de a începe'; +$a->strings['Event title and start time are required.'] = 'Titlul evenimentului şi timpul de pornire sunt necesare.'; +$a->strings['Starting date and Title are required.'] = 'Data de început și titlul sunt necesare.'; +$a->strings['Event Starts:'] = 'Evenimentul începe de la:'; +$a->strings['Required'] = 'Cerut'; +$a->strings['Finish date/time is not known or not relevant'] = 'Data/ora de finalizare nu este cunoscută sau nu este relevantă'; +$a->strings['Event Finishes:'] = 'Evenimentul se Finalizează:'; +$a->strings['Title (BBCode not allowed)'] = 'Titlu (BBCode nepermis)'; +$a->strings['Description (BBCode allowed)'] = 'Descriere (BBCode permis)'; +$a->strings['Location (BBCode not allowed)'] = 'Locație (BBCode nepermis)'; +$a->strings['Share this event'] = 'Partajează acest eveniment'; +$a->strings['This calendar format is not supported'] = 'Acest format de calendar nu este suportat'; +$a->strings['Events'] = 'Evenimente'; +$a->strings['Create New Event'] = 'Crează eveniment nou'; +$a->strings['Could not create circle.'] = 'Nu se poate crea cercul'; +$a->strings['Circle not found.'] = 'Cerc negăsit'; +$a->strings['Circle name was not changed.'] = 'Numele cercului nu s-a schimbat.'; +$a->strings['Unknown circle.'] = 'Cerc negăsit.'; +$a->strings['Contact not found.'] = 'Contact negăsit.'; +$a->strings['Invalid contact.'] = 'Invalid contact.'; +$a->strings['Contact is deleted.'] = 'Contactul a fost șters'; +$a->strings['Unable to add the contact to the circle.'] = 'Nu se poate adăuga contactul în cerc.'; +$a->strings['Contact successfully added to circle.'] = 'Contactul a fost adăugat cu succes în cerc.'; +$a->strings['Unable to remove the contact from the circle.'] = 'Nu se poate înlătura contactul din cerc.'; +$a->strings['Contact successfully removed from circle.'] = 'Contactul a fost înlăturat cu succes din cerc.'; +$a->strings['Save Circle'] = 'Salvează cercul'; +$a->strings['Filter'] = 'Filtrează'; +$a->strings['Create a circle of contacts/friends.'] = 'Creați un cerc de contacte/prieteni.'; +$a->strings['Unable to remove circle.'] = 'Nu se poate înlătura cercul.'; +$a->strings['Delete Circle'] = 'Ștergeți cercul'; +$a->strings['Edit Circle Name'] = 'Modificați numele cercului'; +$a->strings['Members'] = 'Membri'; +$a->strings['Circle is empty'] = 'Cercul este gol'; +$a->strings['Remove contact from circle'] = 'Înlăturați contactul din cerc'; +$a->strings['Click on a contact to add or remove.'] = 'Apăsați pe un contact pentru a-l adăuga sau elimina.'; +$a->strings['Add contact to circle'] = 'Adăugați contactul în cerc'; +$a->strings['Show all contacts'] = 'Afişează toate contactele'; +$a->strings['Pending'] = 'În așteptare'; +$a->strings['Only show pending contacts'] = 'Arată numai contactele în așteptare'; +$a->strings['Blocked'] = 'Blocat'; +$a->strings['Only show blocked contacts'] = 'Se afişează numai contactele blocate'; +$a->strings['Ignored'] = 'Ignorat'; +$a->strings['Only show ignored contacts'] = 'Se afişează numai contactele ignorate'; +$a->strings['Collapsed'] = 'Colapsat'; +$a->strings['Archived'] = 'Arhivat'; +$a->strings['Only show archived contacts'] = 'Se afişează numai contactele arhivate'; +$a->strings['Hidden'] = 'Ascuns'; +$a->strings['Only show hidden contacts'] = 'Se afişează numai contactele ascunse'; +$a->strings['Search your contacts'] = 'Căutare contacte'; +$a->strings['Results for: %s'] = 'Rezultate pentru: %s'; +$a->strings['Update'] = 'Actualizare'; +$a->strings['Unblock'] = 'Deblochează'; +$a->strings['Unignore'] = 'Anulare ignorare'; +$a->strings['Conversations started by this contact'] = 'Conversații pornite de acest contact'; +$a->strings['Posts and Comments'] = 'Postări și comentarii'; +$a->strings['Individual Posts and Replies'] = 'Postări și comentarii individuale'; +$a->strings['Posts containing media objects'] = 'Postări care conțin elemente media'; +$a->strings['Advanced Contact Settings'] = 'Configurări Avansate Contacte'; +$a->strings['Mutual Friendship'] = 'Prietenie Reciprocă'; +$a->strings['is a fan of yours'] = 'este fanul dumneavoastră'; +$a->strings['you are a fan of'] = 'sunteţi un fan al'; +$a->strings['Pending outgoing contact request'] = 'Cerere de contact trimisă, în așteptare'; +$a->strings['Pending incoming contact request'] = 'Cerere de contact primită, în așteptare'; +$a->strings['Visit %s\'s profile [%s]'] = 'Vizitați profilul %s [%s]'; +$a->strings['Contact update failed.'] = 'Actualizarea Contactului a eșuat.'; +$a->strings['Return to contact editor'] = 'Reveniţi la editorul de contact'; +$a->strings['Name'] = 'Nume'; +$a->strings['Account Nickname'] = 'Pseudonim Cont'; +$a->strings['Account URL'] = 'URL Cont'; +$a->strings['Poll/Feed URL'] = 'URL Sondaj/Flux'; +$a->strings['New photo from this URL'] = 'Fotografie Nouă de la acest URL'; +$a->strings['No known contacts.'] = 'Niciun contact știut.'; +$a->strings['No common contacts.'] = 'Niciun contact în comun.'; +$a->strings['Follower (%s)'] = [ + 0 => 'Urmăritori (%s)', + 1 => 'Urmăritori (%s)', + 2 => 'Urmăritori (%s)', +]; +$a->strings['Following (%s)'] = [ + 0 => 'Urmărește (%s)', + 1 => 'Urmărește (%s)', + 2 => 'Urmărește (%s)', +]; +$a->strings['These contacts both follow and are followed by %s.'] = 'Aceste contacte urmăresc, dar sunt și urmărite de %s.'; +$a->strings['Access denied.'] = 'Accesul interzis.'; +$a->strings['Submit Request'] = 'Trimiteţi Solicitarea'; +$a->strings['You already added this contact.'] = 'Ați adăugat deja acest contact.'; +$a->strings['The network type couldn\'t be detected. Contact can\'t be added.'] = 'Tipul de rețea nu a putut fi detectată. Contactul nu poate fi adăugat.'; +$a->strings['Diaspora support isn\'t enabled. Contact can\'t be added.'] = 'Suportul pentru Diaspora nu este activat. Contactul nu poate fi adăugat.'; +$a->strings['OStatus support is disabled. Contact can\'t be added.'] = 'Suportul pentru OStatus este dezactivat. Contactul nu poate fi adăugat.'; +$a->strings['Please answer the following:'] = 'Vă rugăm să răspundeţi la următoarele:'; +$a->strings['Your Identity Address:'] = 'Adresa dvs. Identitate '; +$a->strings['Profile URL'] = 'URL Profil'; +$a->strings['Tags:'] = 'Etichete:'; +$a->strings['Add a personal note:'] = 'Adaugă o notă personală:'; +$a->strings['Posts and Replies'] = 'Postări și răspunsuri'; +$a->strings['The contact could not be added.'] = 'Contactul nu a putut fi adăugat.'; +$a->strings['Invalid request.'] = 'Cerere invalida'; +$a->strings['Profile Match'] = 'Potrivire Profil'; +$a->strings['Failed to update contact record.'] = 'Actualizarea datelor de contact a eşuat.'; +$a->strings['Contact has been unblocked'] = 'Contactul a fost deblocat'; +$a->strings['Contact has been blocked'] = 'Contactul a fost blocat'; +$a->strings['Contact has been unignored'] = 'Contactul a fost neignorat'; +$a->strings['Contact has been ignored'] = 'Contactul a fost ignorat'; +$a->strings['You are mutual friends with %s'] = 'Sunteţi prieten comun cu %s'; +$a->strings['You are sharing with %s'] = 'Împărtășiți cu %s'; +$a->strings['%s is sharing with you'] = '%s împărtăşeşte cu dvs.'; +$a->strings['Private communications are not available for this contact.'] = 'Comunicaţiile private nu sunt disponibile pentru acest contact.'; +$a->strings['This contact is on a server you ignored.'] = 'Contactul se află pe un server pe care l-ați ignorat.'; +$a->strings['Never'] = 'Niciodată'; +$a->strings['(Update was not successful)'] = '(Actualizarea nu a reușit)'; +$a->strings['(Update was successful)'] = '(Actualizarea a reușit)'; +$a->strings['Suggest friends'] = 'Sugeraţi prieteni'; +$a->strings['Network type: %s'] = 'Tipul rețelei: %s'; +$a->strings['Communications lost with this contact!'] = 'S-a pierdut conexiunea cu acest contact!'; +$a->strings['Fetch further information for feeds'] = 'Preluare informaţii suplimentare pentru fluxuri'; +$a->strings['No mirroring'] = 'Nicio oglindire'; +$a->strings['Mirror as my own posting'] = 'Oglindește ca fiind propriile postări'; +$a->strings['Native reshare'] = 'Redistribuire nativă'; +$a->strings['Contact Information / Notes'] = 'Informaţii de Contact / Note'; +$a->strings['Contact Settings'] = 'Setări contact'; +$a->strings['Edit contact notes'] = 'Editare note de contact'; +$a->strings['Block/Unblock contact'] = 'Blocare/Deblocare contact'; +$a->strings['Ignore contact'] = 'Ignorare contact'; +$a->strings['View conversations'] = 'Vizualizaţi conversaţii'; +$a->strings['Last update:'] = 'Ultima actualizare:'; +$a->strings['Update public posts'] = 'Actualizare postări publice'; +$a->strings['Update now'] = 'Actualizează acum'; +$a->strings['Awaiting connection acknowledge'] = 'Se așteaptă confirmarea conexiunii'; +$a->strings['Currently blocked'] = 'Blocat în prezent'; +$a->strings['Currently ignored'] = 'Ignorat în prezent'; +$a->strings['Currently archived'] = 'Arhivat în prezent'; +$a->strings['Hide this contact from others'] = 'Ascunde acest contact pentru alţii'; +$a->strings['Replies/likes to your public posts may still be visible'] = 'Răspunsurile/aprecierile pentru postările dvs. publice ar putea fi încă vizibile'; +$a->strings['Notification for new posts'] = 'Notificare de postări noi'; +$a->strings['Send a notification of every new post of this contact'] = 'Trimiteți o notificare despre fiecare postare nouă a acestui contact'; +$a->strings['Actions'] = 'Acțiuni'; +$a->strings['Status'] = 'Status'; +$a->strings['Mirror postings from this contact'] = 'Postări în oglindă de la acest contact'; +$a->strings['Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'] = 'Marcaţi acest contact ca remote_self, aceasta va determina friendica să reposteze noile articole ale acestui contact.'; +$a->strings['Channel Settings'] = 'Setări canal'; +$a->strings['Frequency of this contact in relevant channels'] = 'Frecvența acestui contact în canale relevante'; +$a->strings['Toggle Blocked status'] = 'Comutare status Blocat'; +$a->strings['Toggle Ignored status'] = 'Comutaţi status Ignorat'; +$a->strings['Revoke Follow'] = 'Revocă urmărirea'; +$a->strings['Revoke the follow from this contact'] = 'Revocă urmărirea din partea acestui contact'; +$a->strings['Unknown contact.'] = 'Contact necunoscut'; +$a->strings['Follow was successfully revoked.'] = 'Urmărirea a fost revocată cu succes.'; +$a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Sunteți sigur că doriți să revocați urmărirea acestui contact? Aceasta nu poate fi anulată iar contactul va trebui să vă urmărească la rândul său din nou'; +$a->strings['Yes'] = 'Da'; +$a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Nicio sugestie disponibilă. Dacă aceasta este un site nou, vă rugăm să încercați din nou în 24 de ore.'; +$a->strings['You aren\'t following this contact.'] = 'Nu urmăriți acest contact.'; +$a->strings['No results.'] = 'Niciun rezultat.'; +$a->strings['Not available.'] = 'Indisponibil.'; +$a->strings['No such circle'] = 'Niciun astfel de cerc'; +$a->strings['Circle: %s'] = 'Cerc: %s'; +$a->strings['Include'] = 'Include'; +$a->strings['Hide'] = 'Ascunde'; +$a->strings['Error'] = [ + 0 => 'Eroare', + 1 => 'Erori', + 2 => 'Erori', +]; +$a->strings['Source text'] = 'Text sursă'; +$a->strings['BBCode'] = 'BBCode'; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['HTML'] = 'HTML'; +$a->strings['Source URL'] = 'URL Sursă'; +$a->strings['Time Conversion'] = 'Conversie Oră'; +$a->strings['Friendica provides this service for sharing events with other networks and friends in unknown timezones.'] = 'Friendica oferă acest serviciu pentru partajarea evenimentelor cu alte rețele și alți prieteni, în zonele cu fusuri orare necunoscute.'; +$a->strings['UTC time: %s'] = 'Fus orar UTC: %s'; +$a->strings['Current timezone: %s'] = 'Fusul orar curent: %s'; +$a->strings['Converted localtime: %s'] = 'Ora locală convertită: %s'; +$a->strings['Please select your timezone:'] = 'Vă rugăm să vă selectaţi fusul orar:'; +$a->strings['No entries (some entries may be hidden).'] = 'Fără înregistrări (unele înregistrări pot fi ascunse).'; +$a->strings['Find on this site'] = 'Căutați pe acest site'; +$a->strings['Results for:'] = 'Rezultate pentru:'; +$a->strings['Site Directory'] = 'Director Site'; +$a->strings['Item was not deleted'] = 'Elementul nu a fost șters'; +$a->strings['Item was not removed'] = 'Elementul nu a fost înlăturat'; +$a->strings['- select -'] = '- selectare -'; +$a->strings['Suggested contact not found.'] = 'Contactul sugerat nu a fost găsit.'; +$a->strings['Friend suggestion sent.'] = 'Sugestia de prietenie a fost trimisă.'; +$a->strings['Suggest Friends'] = 'Sugeraţi Prieteni'; +$a->strings['Suggest a friend for %s'] = 'Sugeraţi un prieten pentru %s'; +$a->strings['Installed addons/apps:'] = 'Suplimente/aplicații instalate:'; +$a->strings['No installed addons/apps'] = 'Niciun supliment/nicio aplicație nu au fost instalate'; +$a->strings['On this server the following remote servers are blocked.'] = 'Pe acest server, următoarele servere sunt blocate.'; +$a->strings['Reason for the block'] = 'Motivul blocării'; +$a->strings['Download this list in CSV format'] = 'Descărcați această listă în format CSV'; +$a->strings['Please visit Friendi.ca to learn more about the Friendica project.'] = 'Vă rugăm să vizitați Friendi.ca pentru a afla mai multe despre proiectul Friendica.'; +$a->strings['Bug reports and issues: please visit'] = 'Rapoarte de erori şi probleme: vă rugăm să vizitaţi'; +$a->strings['No profile'] = 'Niciun profil'; +$a->strings['Method Not Allowed.'] = 'Metodă nepermisă.'; +$a->strings['Help:'] = 'Ajutor:'; +$a->strings['Welcome to %s'] = 'Bine aţi venit la %s'; +$a->strings['System check'] = 'Verificare sistem'; +$a->strings['OK'] = 'OK'; +$a->strings['Next'] = 'Următorul'; +$a->strings['Check again'] = 'Reverificare'; +$a->strings['Base settings'] = 'Setări de bază'; +$a->strings['Base path to installation'] = 'Calea de bază pentru instalare'; +$a->strings['Database connection'] = 'Conexiunea cu baza de date'; +$a->strings['In order to install Friendica we need to know how to connect to your database.'] = 'Pentru a instala Friendica trebuie să știm cum să vă conectaţi la baza dumneavoastră de date.'; +$a->strings['Please contact your hosting provider or site administrator if you have questions about these settings.'] = 'Vă rugăm să vă contactaţi furnizorul găzduirii sau administratorul de site dacă aveţi întrebări despre aceste configurări.'; +$a->strings['The database you specify below should already exist. If it does not, please create it before continuing.'] = 'Baza de date specificată mai jos ar trebui să existe deja. Dacă nu, vă rugăm s-o creați înainte de a continua.'; +$a->strings['Database Server Name'] = 'Nume Server Bază de date'; +$a->strings['Database Login Name'] = 'Nume Autentificare Bază de date'; +$a->strings['Database Login Password'] = 'Parola de Autentificare Bază de date'; +$a->strings['For security reasons the password must not be empty'] = 'Din motive de securitate parola nu trebuie să fie goală'; +$a->strings['Database Name'] = 'Nume Bază de date'; +$a->strings['Please select a default timezone for your website'] = 'Vă rugăm să selectaţi un fus orar prestabilit pentru site-ul dvs.'; +$a->strings['Site settings'] = 'Configurări Site'; +$a->strings['Site administrator email address'] = 'Adresa de email a administratorului de site'; +$a->strings['Your account email address must match this in order to use the web admin panel.'] = 'Adresa de email a contului dvs. trebuie să corespundă cu aceasta pentru a utiliza panoul de administrare web.'; +$a->strings['System Language:'] = 'Limbă de sistem:'; +$a->strings['Your Friendica site database has been installed.'] = 'Baza dvs. de date Friendica, a fost instalată.'; +$a->strings['Installation finished'] = 'Instalarea s-a terminat'; +$a->strings['

    What next

    '] = '

    Ce urmează

    '; +$a->strings['Total invitation limit exceeded.'] = 'Limita totală a invitațiilor a fost depăşită.'; +$a->strings['%s : Not a valid email address.'] = '%s : Nu este o adresă vaildă de email.'; +$a->strings['Please join us on Friendica'] = 'Vă rugăm să veniți alături de noi pe Friendica'; +$a->strings['Invitation limit exceeded. Please contact your site administrator.'] = 'Limita invitațiilor a fost depăşită. Vă rugăm să vă contactați administratorul de sistem.'; +$a->strings['%s : Message delivery failed.'] = '%s : Livrarea mesajului a eşuat.'; +$a->strings['%d message sent.'] = [ + 0 => '%d mesaj trimis.', + 1 => '%d mesaje trimise.', + 2 => '%d de mesaje trimise.', +]; +$a->strings['You have no more invitations available'] = 'Nu mai aveți invitaţii disponibile'; +$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.'] = 'Vizitaţi %s pentru o lista de site-uri publice la care puteţi alătura. Membrii Friendica de pe alte site-uri se pot conecta cu toții între ei, precum şi cu membri ai multor alte reţele sociale.'; +$a->strings['To accept this invitation, please visit and register at %s or any other public Friendica website.'] = 'Pentru a accepta această invitaţie, vă rugăm să vizitaţi şi să vă înregistraţi pe %s sau orice alt site public Friendica.'; +$a->strings['Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.'] = 'Toate site-urile Friendica sunt interconectate pentru a crea o imensă rețea socială cu o confidențialitate sporită, ce este deținută și controlată de către membrii săi. Aceștia se pot conecta, de asemenea, cu multe rețele sociale tradiționale. Vizitaţi %s pentru o lista de site-uri alternative Friendica în care vă puteţi alătura.'; +$a->strings['Our apologies. This system is not currently configured to connect with other public sites or invite members.'] = 'Ne cerem scuze. Acest sistem nu este configurat în prezent pentru conectarea cu alte site-uri publice sau pentru a invita membrii.'; +$a->strings['To accept this invitation, please visit and register at %s.'] = 'Pentru a accepta invitația aceasta, vă rugăm să vizitați și să vă înregistrați la %s.'; +$a->strings['Send invitations'] = 'Trimiteți invitaţii'; +$a->strings['Enter email addresses, one per line:'] = 'Introduceţi adresele de email, una pe linie:'; +$a->strings['You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.'] = 'Vă invit cordial să vă alăturați mie, si altor prieteni apropiați, pe Friendica - şi să ne ajutați să creăm o rețea socială mai bună.'; +$a->strings['You will need to supply this invitation code: $invite_code'] = 'Va fi nevoie să furnizați acest cod de invitaţie: $invite_code'; +$a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Odată ce v-aţi înregistrat, vă rog să vă conectaţi cu mine prin pagina mea de profil de la:'; +$a->strings['For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca'] = 'Pentru mai multe informații despre proiectul Friendica și motivele pentru care îl considerăm important, vă rugăm să vizitați http://friendi.ca'; +$a->strings['Please enter a post body.'] = 'Vă rugăm introduceți corpul textului.'; +$a->strings['Compose new personal note'] = 'Compune o notă personală nouă'; +$a->strings['Compose new post'] = 'Compune o nouă postare'; +$a->strings['Visibility'] = 'Vizibilitate'; +$a->strings['Location services are unavailable on your device'] = 'Servicii de locație indisponibile pe dispozitivul dumneavoastră'; +$a->strings['Unable to follow this item.'] = 'Imposibil de urmărit acest element'; +$a->strings['System down for maintenance'] = 'Sistemul este suspendat pentru întreținere'; +$a->strings['This Friendica node is currently in maintenance mode, either automatically because it is self-updating or manually by the node administrator. This condition should be temporary, please come back in a few minutes.'] = 'Acest nod Friendica se află în modul de întreținere, fie din cauza auto-actualizărilor, fie manual, de administrator. Aceasta condiție este temporară, vă rugăm să reveniți în câteva minute.'; +$a->strings['A Decentralized Social Network'] = 'O rețea socială descentralizată'; +$a->strings['You need to be logged in to access this page.'] = 'Trebuie să vă logați pentru a accesa această pagină.'; +$a->strings['Files'] = 'Fişiere'; +$a->strings['Upload'] = 'Încărcare'; +$a->strings['Sorry, maybe your upload is bigger than the PHP configuration allows'] = 'Ne pare rău, este posibil ca fișierul pe care doriți să-l încărcați, este mai mare decât permite configuraţia PHP'; +$a->strings['Or - did you try to upload an empty file?'] = 'Sau - ați încercat să încărcați un fișier gol?'; +$a->strings['File exceeds size limit of %s'] = 'Fișierul depășește limita de dimensiune de %s'; +$a->strings['File upload failed.'] = 'Încărcarea fișierului a eşuat.'; +$a->strings['Unable to process image.'] = 'Nu s-a putut procesa imaginea.'; +$a->strings['Image upload failed.'] = 'Încărcarea imaginii a eşuat.'; +$a->strings['Normal Account Page'] = 'Pagină de Cont Simplu'; +$a->strings['Soapbox Page'] = 'Pagină Soapbox'; +$a->strings['Public Group'] = 'Grup public'; +$a->strings['Automatic Friend Page'] = 'Pagină Prietenie Automată'; +$a->strings['Private Group'] = 'Grup privat'; +$a->strings['Personal Page'] = 'Pagină personală'; +$a->strings['Organisation Page'] = 'Pagină de organizație'; +$a->strings['News Page'] = 'Pagină de știri'; +$a->strings['Community Group'] = 'Grup de comunitate'; +$a->strings['Relay'] = 'Releu'; +$a->strings['%s contact unblocked'] = [ + 0 => '%s contact deblocat', + 1 => '%scontacte deblocate', + 2 => '%s de contacte deblocate', +]; +$a->strings['select all'] = 'selectează tot'; +$a->strings['select none'] = 'selectează nimic'; +$a->strings['Photo'] = 'Fotografie'; +$a->strings['Reason'] = 'Motiv'; +$a->strings['Server Name'] = 'Nume server'; +$a->strings['Server Domain'] = 'Domeniu server'; +$a->strings['Known Contacts'] = 'Contacte cunoscute'; +$a->strings['%d known server'] = [ + 0 => '%d server știut', + 1 => '%d servere știute', + 2 => '%d de servere știute', +]; +$a->strings['Upload file'] = 'Încărcare fișier'; +$a->strings['Delete this Item'] = 'Ștergeți acest 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.'] = 'Pe această pagină puteți șterge un element din nodul dumneavoastră. Dacă elementul este o postare de nivel superior, întregul fir va fi șters.'; +$a->strings['Terms'] = 'Termeni'; +$a->strings['Type'] = 'Tip'; +$a->strings['Item not found'] = 'Element negăsit'; +$a->strings['Spam'] = 'Spam'; +$a->strings['Illegal Content'] = 'Conținut ilegal'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Acest contact postează conținut considerat ilegal în jurisdicția în care se află nodul acesta.'; +$a->strings['Unwanted Content/Behavior'] = 'Conținut/comportament nedorit'; +$a->strings['Rules Violation'] = 'Violare de reguli'; +$a->strings['Additional Information'] = 'Informații adiționale'; +$a->strings['Nothing'] = 'Nimic'; +$a->strings['Block contact'] = 'Blochează contactul'; +$a->strings['Normal Account'] = 'Cont normal'; +$a->strings['Public Group Account'] = 'Cont de grup public'; +$a->strings['Automatic Friend Account'] = 'Cont Prieten Automat'; +$a->strings['Blog Account'] = 'Cont Blog'; +$a->strings['Private Group Account'] = 'Cont de grup privat'; +$a->strings['Registered users'] = 'Utilizatori înregistraţi'; +$a->strings['Pending registrations'] = 'Administrare'; +$a->strings['%s user deleted'] = [ + 0 => '%s utilizator şters', + 1 => '%s utilizatori şterşi', + 2 => '%s utilizatori şterşi', +]; +$a->strings['User "%s" deleted'] = 'Utilizatorul „%s” a fost șters'; +$a->strings['User "%s" blocked'] = 'Utilizatorul „%s” a fost șters'; +$a->strings['Register date'] = 'Data înregistrare'; +$a->strings['Last login'] = 'Ultimul login'; +$a->strings['Site admin'] = 'Administratorul site-ului'; +$a->strings['Account expired'] = 'Cont expirat'; +$a->strings['Create a new user'] = 'Creează un nou utilizator'; +$a->strings['Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'] = 'Utilizatorii selectați vor fi șterși!\n\nTot ce au postat acești utilizatori pe acest site, va fi șters permanent!\n\nConfirmați?'; +$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?'] = 'Utilizatorul {0} va fi şters!\n\nTot ce a postat acest utilizator pe acest site, va fi şters permanent!\n\nConfirmați?'; +$a->strings['User "%s" unblocked'] = 'Utilizatorul „%s” a fost deblocat'; +$a->strings['Blocked Users'] = 'Utilizatori blocați'; +$a->strings['New User'] = 'Utilizator Nou'; +$a->strings['Add User'] = 'Adăugaţi Utilizator'; +$a->strings['Name of the new user.'] = 'Numele noului utilizator.'; +$a->strings['Nickname'] = 'Pseudonim'; +$a->strings['Nickname of the new user.'] = 'Pseudonimul noului utilizator.'; +$a->strings['Email address of the new user.'] = 'Adresa de e-mail a utilizatorului nou.'; +$a->strings['Users awaiting permanent deletion'] = 'Utilizatori care așteaptă ștergerea permanentă'; +$a->strings['Permanent deletion'] = 'Ștergere permanentă'; +$a->strings['User waiting for permanent deletion'] = 'Utilizatorul așteaptă să fie șters definitiv'; +$a->strings['Account approved.'] = 'Cont aprobat.'; +$a->strings['Request date'] = 'Data cererii'; +$a->strings['No registrations.'] = 'Nicio înregistrare.'; +$a->strings['Note from the user'] = 'Notă de la utilizator'; +$a->strings['Deny'] = 'Respinge'; +$a->strings['Show Ignored Requests'] = 'Afişare Solicitări Ignorate'; +$a->strings['Hide Ignored Requests'] = 'Ascundere Solicitări Ignorate'; +$a->strings['Notification type:'] = 'Tip de notificare:'; +$a->strings['Suggested by:'] = 'Sugerat de'; +$a->strings['Claims to be known to you: '] = 'Pretinde că vă cunoaște:'; +$a->strings['No'] = 'NU'; +$a->strings['Friend'] = 'Prieten'; +$a->strings['Subscriber'] = 'Urmăritor'; +$a->strings['No introductions.'] = 'Fără prezentări.'; +$a->strings['You must be logged in to show this page.'] = 'Trebuie să fiți logat(-ă) pentru a vedea această pagină'; +$a->strings['Network Notifications'] = 'Notificări de Reţea'; +$a->strings['System Notifications'] = 'Notificări de Sistem'; +$a->strings['Personal Notifications'] = 'Notificări personale'; +$a->strings['Home Notifications'] = 'Notificări de Origine'; +$a->strings['Show unread'] = 'Arătați necitite'; +$a->strings['{0} requested registration'] = '{0} a solicitat înregistrarea'; +$a->strings['Authorize application connection'] = 'Autorizare conectare aplicaţie'; +$a->strings['Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?'] = 'Doriţi să autorizați această aplicaţie pentru a vă accesa postările şi contactele, şi/sau crea noi postări pentru dvs.?'; +$a->strings['✔ Done'] = '✔ Gata'; +$a->strings['Done'] = 'Gata'; +$a->strings['success'] = 'success'; +$a->strings['failed'] = 'eșuat'; +$a->strings['ignored'] = 'ignorat'; +$a->strings['Unlisted'] = 'Nelistat'; +$a->strings['Remote privacy information not available.'] = 'Informațiile la distanță despre confidențialitate nu sunt disponibile.'; +$a->strings['Visible to:'] = 'Visibil către:'; +$a->strings['The Photo is not available.'] = 'Fotografia nu este disponibilă'; +$a->strings['Post not found.'] = 'Postare negăsită'; +$a->strings['Edit post'] = 'Editează postarea'; +$a->strings['web link'] = 'link web'; +$a->strings['Insert video link'] = 'Inserare link video'; +$a->strings['video link'] = 'link video'; +$a->strings['Insert audio link'] = 'Inserare link audio'; +$a->strings['audio link'] = 'link audio'; +$a->strings['Remove Item Tag'] = 'Eliminați Eticheta Elementului'; +$a->strings['Select a tag to remove: '] = 'Selectați o etichetă de eliminat:'; +$a->strings['Remove'] = 'Eliminare'; +$a->strings['No contacts.'] = 'Niciun contact.'; +$a->strings['%s\'s timeline'] = 'Cronologia lui %s'; +$a->strings['%s\'s posts'] = 'Postările lui %s'; +$a->strings['%s\'s comments'] = 'Comentariile lui %s'; +$a->strings['Image exceeds size limit of %s'] = 'Imaginea depășește limita de %s'; +$a->strings['Image upload didn\'t complete, please try again'] = 'Încărcarea imaginii a eșuat, vă rugăm, reîncercați'; +$a->strings['Image file is missing'] = 'Fișierul de imagine lipsește'; +$a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Serverul nu mai acceptă momentan noi încărcări de fișiere, vă rugăm să vă contactați administratorul'; +$a->strings['Image file is empty.'] = 'Fișierul imagine este gol.'; +$a->strings['View Album'] = 'Vezi Album'; +$a->strings['Profile not found.'] = 'Profil negăsit.'; +$a->strings['Full Name:'] = 'Nume complet:'; +$a->strings['Member since:'] = 'Membru începând cu:'; +$a->strings['j F, Y'] = 'j F, Y'; +$a->strings['j F'] = 'j F'; +$a->strings['Birthday:'] = 'Zile Naştere :'; +$a->strings['Age: '] = 'Vârsta:'; +$a->strings['%d year old'] = [ + 0 => '%dan', + 1 => '%dani', + 2 => '%dde ani', +]; +$a->strings['Description:'] = 'Descriere:'; +$a->strings['Groups:'] = 'Grupuri'; +$a->strings['View profile as:'] = 'Vizualizați profilul ca:'; +$a->strings['View as'] = 'Vedeți ca'; +$a->strings['Profile unavailable.'] = 'Profil indisponibil.'; +$a->strings['Invalid locator'] = 'Invalid locator'; +$a->strings['Friend/Connection Request'] = 'Solicitare Prietenie/Conectare'; +$a->strings['Restricted profile'] = 'Profil restricționat'; +$a->strings['This profile has been restricted which prevents access to their public content from anonymous visitors.'] = 'Acest profil a fost restricționat, ceea ce previne accesul conținutului său public din partea utilizatorilor anonimi'; +$a->strings['Scheduled'] = 'Programat'; +$a->strings['Content'] = 'Conținut'; +$a->strings['Remove post'] = 'Înlătură postarea'; +$a->strings['Empty message body.'] = 'Corp mesaj gol.'; +$a->strings['Unable to check your home location.'] = 'Imposibil de verificat locaţia dvs. de reşedinţă.'; +$a->strings['Recipient not found.'] = 'Destinatar negăsit.'; +$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Numărul de mesaje zilnice pe perete pentru %s a fost depășit. Mesajul a eșuat.'; +$a->strings['If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'] = 'Dacă doriţi ca %s să vă răspundă, vă rugăm să verificaţi dacă configurările de confidenţialitate de pe site-ul dumneavoastră, permite mail-uri private de la expeditori necunoscuți.'; +$a->strings['To'] = 'Către'; +$a->strings['Subject'] = 'Subiect'; +$a->strings['Your message'] = 'Mesajul dumneavoastră'; +$a->strings['This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.'] = 'Acest site a depăşit numărul zilnic permis al înregistrărilor de conturi. Vă rugăm să reîncercați mâine.'; +$a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'Dacă nu sunteţi familiarizați cu OpenID, vă rugăm să lăsaţi acest câmp gol iar apoi să completaţi restul elementelor.'; +$a->strings['Your OpenID (optional): '] = 'Contul dvs. OpenID (opţional):'; +$a->strings['Include your profile in member directory?'] = 'Includeți profilul dvs în directorul de membru?'; +$a->strings['Note for the admin'] = 'Notă pentru administrator'; +$a->strings['Membership on this site is by invitation only.'] = 'Aderarea pe acest site este posibilă doar pe bază de invitație.'; +$a->strings['Your invitation code: '] = 'Codul dvs. de invitație:'; +$a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Adresa dvs. de email: (Informațiile inițiale vor fi trimise acolo, astfel că va trebui să introduceți o adresă existentă)'; +$a->strings['Please repeat your e-mail address:'] = 'Vă rugăm, repetați adresa dvs. de e-mail:'; +$a->strings['New Password:'] = 'Parola Nouă:'; +$a->strings['Leave empty for an auto generated password.'] = 'Lăsați gol pentru o parolă generată automat'; +$a->strings['Confirm:'] = 'Confirmați:'; +$a->strings['Choose a nickname: '] = 'Alegeţi un pseudonim:'; +$a->strings['Import'] = 'Import'; +$a->strings['Import your profile to this friendica instance'] = 'Importați profilul dvs. în această instanță friendica'; +$a->strings['Note: This node explicitly contains adult content'] = 'Notă: acest nod conține în mod explicit conținut pentru adulți'; +$a->strings['Password doesn\'t match.'] = 'Parola nu se potrivește'; +$a->strings['Please enter your password.'] = 'Vă rugăm să introduceți parola dvs.'; +$a->strings['You have entered too much information.'] = 'Ați introdus prea multă informație'; +$a->strings['The additional account was created.'] = 'Contul adițional a fost creat'; +$a->strings['Registration successful. Please check your email for further instructions.'] = 'Înregistrarea s-a efectuat cu succes. Vă rugăm să vă verificaţi e-mailul pentru instrucţiuni suplimentare.'; +$a->strings['Registration successful.'] = 'Înregistrarea s-a efectuat cu succes.'; +$a->strings['Your registration can not be processed.'] = 'Înregistrarea dvs. nu poate fi procesată.'; +$a->strings['An internal error occured.'] = 'S-a produs o eroare internă.'; +$a->strings['Your registration is pending approval by the site owner.'] = 'Înregistrarea dvs. este în aşteptarea aprobării de către deținătorul site-ului.'; +$a->strings['You must be logged in to use this module.'] = 'Trebuie să vă logați pentru a folosi acest modul.'; +$a->strings['Items tagged with: %s'] = 'Elemente etichetate cu: %s'; +$a->strings['Create a New Account'] = 'Creaţi un Cont Nou'; +$a->strings['Your OpenID: '] = 'OpenID-ul dvs.'; +$a->strings['Please enter your username and password to add the OpenID to your existing account.'] = 'Vă rugăm să introduceți username-ul și parola pentru a adăuga OpenID la contul dumneavoastră existent.'; +$a->strings['Or login using OpenID: '] = 'Sau conectaţi-vă utilizând OpenID:'; +$a->strings['Password: '] = 'Parola:'; +$a->strings['Remember me'] = 'Reține autentificarea'; +$a->strings['Forgot your password?'] = 'Ați uitat parola?'; +$a->strings['Website Terms of Service'] = 'Condiții de Utilizare Site Web'; +$a->strings['terms of service'] = 'condiții de utilizare'; +$a->strings['Website Privacy Policy'] = 'Politica de Confidențialitate Site Web'; +$a->strings['privacy policy'] = 'politica de confidențialitate'; +$a->strings['Logged out.'] = 'Deconectat.'; +$a->strings['Password Too Long'] = 'Parola este prea lungă'; +$a->strings['Update Password'] = 'Actualizați-vă parola'; +$a->strings['Current Password:'] = 'Parola Curentă:'; +$a->strings['Your current password to confirm the changes'] = 'Parola curentă pentru a confirma modificările'; +$a->strings['Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces and accentuated letters.'] = 'Caracterele permise sunt a-z, A-Z, 0-9 și caractere speciale cu excepția spațiilor albe sau a literelor accentuate.'; +$a->strings['Password length is limited to 72 characters.'] = 'Lungimea parolei este limitată la 72 de caractere.'; +$a->strings['Remaining recovery codes: %d'] = 'Coduri de recuperare rămase: %d'; +$a->strings['Invalid code, please retry.'] = 'Cod invalid, vă rugăm să reîncercați.'; +$a->strings['Two-factor recovery'] = 'Recuperare cu doi factori'; +$a->strings['Please enter a recovery code'] = 'Vă rugăm să introduceți un cod de recuperare'; +$a->strings['Sign out'] = 'Delogare'; +$a->strings['Trust this browser?'] = 'Aveți încredere în acest browser?'; +$a->strings['

    If you choose to trust this browser, you will not be asked for a verification code the next time you sign in.

    '] = '

    Dacă alegeți să aveți încredere în acest browser, nu veți mai fi întrebat(-ă) pentru un cod de verificare data viitoare când vă veți mai autentifica.

    '; +$a->strings['Not now'] = 'Nu acum'; +$a->strings['Don\'t trust'] = 'Nu aveți încredere'; +$a->strings['Trust'] = 'Aveți încredere'; +$a->strings['Please enter a code from your authentication app'] = 'Vă rugăm să introduceți un cod din aplicația dumneavoastră de autentificare.'; +$a->strings['Verify code and complete login'] = 'Verificați contul și intrați în cont'; +$a->strings['Wrong Password.'] = 'Parolă greșită.'; +$a->strings['Invalid email.'] = 'Email invalid.'; +$a->strings['Relocate message has been send to your contacts'] = 'Mesajul despre mutare, a fost trimis către contactele dvs.'; +$a->strings['Personal Page Subtypes'] = 'Subtipuri pagină personală'; +$a->strings['Community Group Subtypes'] = 'Subtipuri grup de comunitate'; +$a->strings['Account for a personal profile.'] = 'Cont pentru un profil personal.'; +$a->strings['Account for community discussions.'] = 'Cont pentru discuții de comunitate'; +$a->strings['Private Group [Experimental]'] = 'Grup privat [Experimental]'; +$a->strings['Requires manual approval of contact requests.'] = 'Necesită aprobarea manuală a cererilor de contact.'; +$a->strings['OpenID:'] = 'OpenID:'; +$a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Opţional) Permite acest OpenID să se conecteze la acest cont.'; +$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.'] = 'Profilul dumneavoastră va fi publicat în directorul local al acestui nod. Detaliile profilului dumneavoastră ar putea fi vizibile public, în funcție de setările de sistem.'; +$a->strings['Account Settings'] = 'Configurări Cont'; +$a->strings['Your Identity Address is \'%s\' or \'%s\'.'] = 'Adresa dumneavoastră de identitate este \'%s\' sau \'%s\'.'; +$a->strings['Password Settings'] = 'Configurări Parolă'; +$a->strings['Leave password fields blank unless changing'] = 'Lăsați câmpurile pentru parolă goale dacă nu doriți să o modificați'; +$a->strings['Password:'] = 'Parola:'; +$a->strings['Your current password to confirm the changes of the email address'] = 'Parola dumneavoastră actuală pentru a confirma schimbările de adresă email.'; +$a->strings['Basic Settings'] = 'Configurări de Bază'; +$a->strings['Display name:'] = 'Numele afișat:'; +$a->strings['Email Address:'] = 'Adresa de email:'; +$a->strings['Your Timezone:'] = 'Fusul dvs. orar:'; +$a->strings['Your Language:'] = 'Limba dvs.:'; +$a->strings['Set the language we use to show you friendica interface and to send you emails'] = 'Setați limba pe care să o folosim în interfața Friendica și în care să vă trimitem email-urile'; +$a->strings['Default Post Location:'] = 'Locația Implicită pentru Postări'; +$a->strings['Use Browser Location:'] = 'Folosește Locația Navigatorului:'; +$a->strings['Security and Privacy Settings'] = 'Configurări de Securitate și Confidențialitate'; +$a->strings['Maximum Friend Requests/Day:'] = 'Solicitări de Prietenie, Maxime/Zi'; +$a->strings['(to prevent spam abuse)'] = '(Pentru a preveni abuzul de tip spam)'; +$a->strings['Hide your contact/friend list from viewers of your profile?'] = 'Ascundeți lista dumneavoastră de contacte/prieteni vizitatorilor profilului?'; +$a->strings['A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.'] = 'O listă de contacte este afișată pe pagina de profil a dumneavoastră. Activați această opțiune pentru a dezactiva afișarea listei de contacte.'; +$a->strings['Hide your public content from anonymous viewers'] = 'Ascundeți-vă conținutul public utilizatorilor anonimi'; +$a->strings['Anonymous visitors will only see your basic profile details. Your public posts and replies will still be freely accessible on the remote servers of your followers and through relays.'] = 'Vizitatorii anonimi vor vedea numai detaliile tale de bază. Postările și comentariile tale publice vor putea fi în continuare accesibile pe alte servere ale urmăritorilor tăi și prin relee.'; +$a->strings['Make public posts unlisted'] = 'Delistați postările publice'; +$a->strings['Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.'] = 'Postările dumneavoastră publice nu vor apărea pe paginile de comunitate sau în rezultatele de căutare și nici nu vor fi trimise către servere-releu. Cu toate acestea, ele încă mai pot apărea pe feed-uri publice ale altor servere.'; +$a->strings['Allow friends to post to your profile page?'] = 'Permiteți prietenilor să posteze pe pagina dvs. de profil ?'; +$a->strings['Your contacts may write posts on your profile wall. These posts will be distributed to your contacts'] = 'Contactele dumneavoastră vă pot scrie postări pe profil. Aceste postări vor fi distribuite către contactele dumneavoastră'; +$a->strings['Allow friends to tag your posts?'] = 'Permiteți prietenilor să vă eticheteze postările?'; +$a->strings['Your contacts can add additional tags to your posts.'] = 'Contactele dumneavoastră pot adăuga etichete adiționale în postările dumneavoastră.'; +$a->strings['Permit unknown people to send you private mail?'] = 'Permiteți persoanelor necunoscute să vă trimită mesaje private?'; +$a->strings['Friendica network users may send you private messages even if they are not in your contact list.'] = 'Utilizatorii de pe rețeaua Friendica vă pot trimite mesaje private chiar și dacă nu fac parte din lista dumneavoastră de contacte.'; +$a->strings['Maximum private messages per day from unknown people:'] = 'Maximum de mesaje private pe zi, de la persoanele necunoscute:'; +$a->strings['Default Post Permissions'] = 'Permisiuni Implicite Postări'; +$a->strings['Expiration settings'] = 'Setări de expirare'; +$a->strings['Automatically expire posts after this many days:'] = 'Postările vor expira automat după atâtea zile:'; +$a->strings['If empty, posts will not expire. Expired posts will be deleted'] = 'Dacă se lasă necompletat, postările nu vor expira. Postările expirate vor fi şterse'; +$a->strings['Expire posts'] = 'Expiră postări'; +$a->strings['When activated, posts and comments will be expired.'] = 'Când va fi activată, postările și comentariile vor expira.'; +$a->strings['Expire personal notes'] = 'Expiră notițe personale'; +$a->strings['When activated, the personal notes on your profile page will be expired.'] = 'Când va fi activată, notițele personale de pe pagina dumneavoastră de profil vor expira.'; +$a->strings['Expire starred posts'] = 'Expiră postări cu steluță'; +$a->strings['Only expire posts by others'] = 'Expiră numai postările celorlalți'; +$a->strings['When activated, your own posts never expire. Then the settings above are only valid for posts you received.'] = 'Când aceasta este activată, postările dumneavoastră nu vor expira niciodată. Apoi setările de mai sus devin valide doar pentru postările pe care le-ați primit.'; +$a->strings['Notification Settings'] = 'Configurări de Notificare'; +$a->strings['Send a notification email when:'] = 'Trimiteți o notificare email atunci când:'; +$a->strings['You receive an introduction'] = 'Primiți o introducere'; +$a->strings['Your introductions are confirmed'] = 'Introducerile dvs. sunt confirmate'; +$a->strings['Someone writes on your profile wall'] = 'Cineva scrie pe perete dvs. de profil'; +$a->strings['Someone writes a followup comment'] = 'Cineva scrie un comentariu de urmărire'; +$a->strings['You receive a private message'] = 'Primiți un mesaj privat'; +$a->strings['You receive a friend suggestion'] = 'Primiți o sugestie de prietenie'; +$a->strings['You are tagged in a post'] = 'Sunteți etichetat într-o postare'; +$a->strings['Create a desktop notification when:'] = 'Creați o notificare desktop atunci când:'; +$a->strings['Someone tagged you'] = 'Cineva vă etichetează'; +$a->strings['Someone directly commented on your post'] = 'Cineva comentează direct la o postare a dumneavoastră'; +$a->strings['Someone liked your content'] = 'Cuiva îi place conținutul dumneavoastră'; +$a->strings['Someone shared your content'] = 'Cineva a distribuit conținutul dumneavoastră'; +$a->strings['Someone commented in your thread'] = 'Cineva a comentat în firul de conversație al dumneavoastră'; +$a->strings['Someone commented in a thread where you commented'] = 'Cineva a comentat într-un fir de conversație unde ați comentat și dumneavoastră'; +$a->strings['Someone commented in a thread where you interacted'] = 'Cineva a comentat într-un fir de conversație în care ați interacționat'; +$a->strings['Activate desktop notifications'] = 'Activați notificările desktop'; +$a->strings['Advanced Account/Page Type Settings'] = 'Configurări Avansate Cont/Tip Pagină'; +$a->strings['Change the behaviour of this account for special situations'] = 'Modificați comportamentul acestui cont pentru situațiile speciale'; +$a->strings['Upload File'] = 'Încărcați fișierul'; +$a->strings['Relocate'] = 'Mutare'; +$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.'] = 'Dacă aţi mutat acest profil dintr-un alt server, şi unele dintre contactele dvs. nu primesc actualizările dvs., încercaţi să apăsați acest buton.'; +$a->strings['Resend relocate message to contacts'] = 'Retrimiteți contactelor, mesajul despre mutare'; +$a->strings['Addon Settings'] = 'Setări suplimente'; +$a->strings['Label'] = 'Etichetă'; +$a->strings['Description'] = 'Descriere'; +$a->strings['Access Key'] = 'Cheie de acces'; +$a->strings['Circle/Channel'] = 'Cerc/Canal'; +$a->strings['Include Tags'] = 'Include etichete'; +$a->strings['Exclude Tags'] = 'Exclude etichete'; +$a->strings['Delete channel'] = 'Ștergeți canalul'; +$a->strings['Short name for the channel. It is displayed on the channels widget.'] = 'Numele scurt al acestui canal. Va fi afișat în widget-ul cu canale.'; +$a->strings['Check to display images in the channel.'] = 'Bifați pentru a afișa imagini în canal.'; +$a->strings['Check to display videos in the channel.'] = 'Bifați pentru a afișa videoclipuri în canal.'; +$a->strings['Check to display audio in the channel.'] = 'Bifați pentru a afișa audio în canal.'; +$a->strings['This page can be used to define your own channels.'] = 'Această pagină poate fi folosită pentru a vă defini propriile canale.'; +$a->strings['Add new entry to the channel list'] = 'Adăugați o intrare nouă în lista canalului'; +$a->strings['Add'] = 'Adăugare'; +$a->strings['Failed to connect with email account using the settings provided.'] = 'A eşuat conectarea cu, contul de email, folosind configurările furnizate.'; +$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; +$a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; +$a->strings['Email access is disabled on this site.'] = 'Accesul de email este dezactivat pe acest site.'; +$a->strings['None'] = 'Nimic'; +$a->strings['General Social Media Settings'] = 'Setări generale pentru Social Media'; +$a->strings['Only conversations my follows started'] = 'Doar conversații pe care urmăritorii mei le-au pornit'; +$a->strings['Conversations my follows started or commented on (default)'] = 'Conversații pe care urmăritorii mei le-au pornit sau la care au comentat (implicit)'; +$a->strings['Enable Content Warning'] = 'Activează avertismentul de conținut'; +$a->strings['Email/Mailbox Setup'] = 'Configurare E-Mail/Căsuță poştală'; +$a->strings['If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox.'] = 'Dacă doriţi să comunicaţi cu contactele de email folosind acest serviciu (opţional), vă rugăm să precizaţi cum doriți să vă conectaţi la căsuța dvs. poştală.'; +$a->strings['Last successful email check:'] = 'Ultima verificare, cu succes, a email-ului:'; +$a->strings['IMAP server name:'] = 'Nume server IMAP:'; +$a->strings['IMAP port:'] = 'IMAP port:'; +$a->strings['Security:'] = 'Securitate:'; +$a->strings['Email login name:'] = 'Nume email autentificare:'; +$a->strings['Email password:'] = 'Parolă de e-mail:'; +$a->strings['Reply-to address:'] = 'Adresă pentru răspuns:'; +$a->strings['Send public posts to all email contacts:'] = 'Trimiteți postările publice la toate contactele de email:'; +$a->strings['Action after import:'] = 'Acţiune după importare:'; +$a->strings['Move to folder'] = 'Mutare în dosar'; +$a->strings['Move to folder:'] = 'Mutare în dosarul:'; +$a->strings['Register additional accounts that are automatically connected to your existing account so you can manage them from this account.'] = 'Înregistrează conturi adiționale conectate automat la contul existent pentru a le administra din acest cont'; +$a->strings['Register an additional account'] = 'Înregistrează un cont adițional'; +$a->strings['Delegates'] = 'Delegați'; +$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.'] = 'Delegații sunt capabili să gestioneze toate aspectele acestui cont/pagină, cu excepţia configurărilor de bază ale contului. Vă rugăm să nu vă delegați, contul dvs. personal, cuiva în care nu aveţi încredere deplină.'; +$a->strings['Existing Page Delegates'] = 'Delegați Existenți Pagină'; +$a->strings['Potential Delegates'] = 'Potenţiali Delegaţi'; +$a->strings['No entries.'] = 'Nu există intrări.'; +$a->strings['Display Settings'] = 'Preferințe Ecran'; +$a->strings['General Theme Settings'] = 'Setări generale pentru teme'; +$a->strings['Custom Theme Settings'] = 'Setări personalizare temă'; +$a->strings['Content Settings'] = 'Setări de conținut'; +$a->strings['Theme settings'] = 'Configurări Temă'; +$a->strings['Display Theme:'] = 'Temă de afișat:'; +$a->strings['Mobile Theme:'] = 'Temă pentru mobil:'; +$a->strings['Number of items to display per page:'] = 'Numărul de elemente de afişat pe pagină:'; +$a->strings['Maximum of 100 items'] = 'Maxim 100 de elemente'; +$a->strings['Number of items to display per page when viewed from mobile device:'] = 'Numărul de elemente de afişat pe pagină atunci când se vizualizează de pe dispozitivul mobil:'; +$a->strings['Update browser every xx seconds'] = 'Actualizare browser la fiecare fiecare xx secunde'; +$a->strings['Display emoticons'] = 'Afișează emoticoanele'; +$a->strings['When enabled, emoticons are replaced with matching symbols.'] = 'Când aceasta este activată, emoticoanele sunt înlocuite cu simboluri aferente acestora.'; +$a->strings['Infinite scroll'] = 'Derulare infinită'; +$a->strings['Display the Dislike feature'] = 'Afișați butonul Nu-mi place:'; +$a->strings['Display the Dislike button and dislike reactions on posts and comments.'] = 'Afișați butonul Nu-mi place și reacțiile Nu-mi place postărilor și comentariilor.'; +$a->strings['Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'] = 'Activați cronologiile pe care vreți să le vedeți în widget-ul de canale. Marcați cronologiile pe care vreți să le vedeți în meniul de sus.'; +$a->strings['Channel languages:'] = 'Limbile canalelor:'; +$a->strings['Select all languages that you want to see in your channels.'] = 'Selectați toate limbile pe care vreți să le vedeți în canalele dumneavoastră.'; +$a->strings['Beginning of week:'] = 'Început de săptămână:'; +$a->strings['Default calendar view:'] = 'Vedere de calendar implicită:'; +$a->strings['Additional Features'] = 'Caracteristici Suplimentare'; +$a->strings['Connected Apps'] = 'Aplicații Conectate'; +$a->strings['Remove authorization'] = 'Eliminare autorizare'; +$a->strings['Display Name is required.'] = 'Este necesar un nume de afișat.'; +$a->strings['Profile couldn\'t be updated.'] = 'Profilul nu a putut fi actualizat.'; +$a->strings['Label:'] = 'Etichetă:'; +$a->strings['Value:'] = 'Valoare:'; +$a->strings['(click to open/close)'] = '(apăsați pentru a deschide/închide)'; +$a->strings['Add a new profile field'] = 'Adăugați un câmp nou de profil'; +$a->strings['The homepage is verified. A rel="me" link back to your Friendica profile page was found on the homepage.'] = 'Pagina a fost verificată. Un link rel="me" către profilul dvs. de Friendica a fost găsit pe pagină.'; +$a->strings['Profile Actions'] = 'Acțiuni Profil'; +$a->strings['Edit Profile Details'] = 'Editare Detalii Profil'; +$a->strings['Change Profile Photo'] = 'Modificați Fotografia de Profil'; +$a->strings['Profile picture'] = 'Imagine profil'; +$a->strings['Location'] = 'Locaţie'; +$a->strings['Miscellaneous'] = 'Diverse'; +$a->strings['Custom Profile Fields'] = 'Câmpuri de profil personalizate'; +$a->strings['Upload Profile Photo'] = 'Încărcare Fotografie Profil'; +$a->strings['Street Address:'] = 'Strada:'; +$a->strings['Locality/City:'] = 'Localitate/Oraș:'; +$a->strings['Region/State:'] = 'Regiunea/Județul:'; +$a->strings['Postal/Zip Code:'] = 'Cod poștal:'; +$a->strings['Country:'] = 'Ţară:'; +$a->strings['XMPP (Jabber) address:'] = 'Adresă XMPP (Jabber):'; +$a->strings['The XMPP address will be published so that people can follow you there.'] = 'Adresa XMPP va fi publicată pentru ca oamenii să vă poată urmări acolo.'; +$a->strings['Matrix (Element) address:'] = 'Adresă Matrix (Element):'; +$a->strings['The Matrix address will be published so that people can follow you there.'] = 'Adresa Matrix va fi publicată pentru ca oamenii să vă poată urmări acolo.'; +$a->strings['Homepage URL:'] = 'Homepage URL:'; +$a->strings['Public Keywords:'] = 'Cuvinte cheie Publice:'; +$a->strings['(Used for suggesting potential friends, can be seen by others)'] = '(Utilizat pentru a sugera potențiali prieteni, ce pot fi văzuți de către ceilalți)'; +$a->strings['Private Keywords:'] = 'Cuvinte cheie Private:'; +$a->strings['(Used for searching profiles, never shown to others)'] = '(Utilizat pentru a căuta profile, niciodată afișat altora)'; +$a->strings['Image size reduction [%s] failed.'] = 'Reducerea dimensiunea imaginii [%s] a eşuat.'; +$a->strings['Shift-reload the page or clear browser cache if the new photo does not display immediately.'] = 'Apăsați pe Shift și pe Reîncărcare Pagină sau ştergeţi memoria cache a browser-ului, dacă noua fotografie nu se afişează imediat.'; +$a->strings['Unable to process image'] = 'Nu s-a putut procesa imaginea.'; +$a->strings['Photo not found.'] = 'Fotografia nu a fost găsită.'; +$a->strings['Profile picture successfully updated.'] = 'Poza de profil a fost actualizată cu succes'; +$a->strings['Crop Image'] = 'Decupare Imagine'; +$a->strings['Please adjust the image cropping for optimum viewing.'] = 'Vă rugăm să ajustaţi decuparea imaginii pentru o vizualizare optimă.'; +$a->strings['Use Image As Is'] = 'Folosiți imaginea așa cum este'; +$a->strings['Profile Picture Settings'] = 'Setări poză de profil'; +$a->strings['Current Profile Picture'] = 'Fotografia de profil curentă'; +$a->strings['Upload Profile Picture'] = 'Încărcare fotografie de profil'; +$a->strings['Upload Picture:'] = 'Încarcă fotografia:'; +$a->strings['or'] = 'sau'; +$a->strings['skip this step'] = 'omiteți acest pas'; +$a->strings['select a photo from your photo albums'] = 'selectaţi o fotografie din albumele dvs. foto'; +$a->strings['User deleted their account'] = 'Utilizatorul și-a șters contul'; +$a->strings['Your account has been successfully removed. Bye bye!'] = 'Contul dumneavoastră a fost eliminat cu succes. La revedere!'; +$a->strings['Remove My Account'] = 'Șterge Contul Meu'; +$a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Aceasta va elimina complet contul dvs. Odată ce a fostă, această acțiune este nerecuperabilă.'; +$a->strings['Please enter your password for verification:'] = 'Vă rugăm să introduceţi parola dvs. pentru verificare:'; +$a->strings['Remote server settings'] = 'Setări servere la distanță'; +$a->strings['Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page.'] = 'Aici puteți vedea toate serverele externe împotriva cărora ați luat acțiuni de moderare. Pentru o listă a serverelor pe care nodul dumneavoastră le-a blocat, vă rugăm să verificați pagina de Informații.'; +$a->strings['Save changes'] = 'Salvează schimbările'; +$a->strings['App-specific password generation failed: The description is empty.'] = 'Generarea de parolă pentru o aplicație specifică a eșuat. Descrierea este goală.'; +$a->strings['App-specific password generation failed: This description already exists.'] = 'Generarea de parolă pentru o aplicație specifică a eșuat. Această descriere deja există.'; +$a->strings['New app-specific password generated.'] = 'Parola pentru o aplicație specifică a fost generată'; +$a->strings['App-specific passwords successfully revoked.'] = 'Parolele de aplicații specifice au fost revocate cu succes.'; +$a->strings['App-specific password successfully revoked.'] = 'Parola pentru o aplicație specifică a fost revocată cu succes.'; +$a->strings['Friendiqa on my Fairphone 2...'] = 'Friendiqa pe Fairphone 2...'; +$a->strings['Generate'] = 'Generează'; +$a->strings['Two-factor authentication successfully disabled.'] = 'Autentificarea cu doi factori a fost dezactivată cu succes'; +$a->strings['Recovery codes'] = 'Coduri de recupare'; +$a->strings['Remaining valid codes'] = 'Coduri de recuperare valide rămase'; +$a->strings['App-specific passwords'] = 'Parole pentru aplicații specifice'; +$a->strings['Generated app-specific passwords'] = 'Parole generate pentru aplicații specifice'; +$a->strings['

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

    '] = '

    Aceste parole generate aleatoriu vă permit să vă autentificați în aplicații care nu suportă autentificarea prin doi factori

    '; +$a->strings['Current password:'] = 'Parola curentă:'; +$a->strings['You need to provide your current password to change two-factor authentication settings.'] = 'Aveți nevoie să furnizați parola dumneavoastră pentru a schimba setările autentificării cu doi factori.'; +$a->strings['Enable two-factor authentication'] = 'Activați autentificarea prin doi factori'; +$a->strings['Disable two-factor authentication'] = 'Eliminați autentificarea prin doi factori'; +$a->strings['Show recovery codes'] = 'Arată codurile de recuperare'; +$a->strings['Manage app-specific passwords'] = 'Administrați parole specifice aplicațiilor'; +$a->strings['Manage trusted browsers'] = 'Administrați browsere de încredere'; +$a->strings['Two-factor recovery codes'] = 'Coduri de recuperare pentru autentificarea cu doi factori'; +$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.

    '] = '

    Codurile de recuperare pot fi folosite pentru a vă accesa contul în cazul în care pierdeți accesul la dispozitivul dumneavoastră și nu mai puteți primi codurile de autentificare cu doi factori.

    Puneți acestea într-un loc sigur! Dacă vă pierdeți dispozitivul și nu aveți codurile de recuperare veți pierde accesul la contul dumneavoastră.

    '; +$a->strings['When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore.'] = 'Când veți genera noi coduri de recuperare, va trebui să copiați noile coduri. Vechile dumneavoastră coduri nu vor mai funcționa.'; +$a->strings['Generate new recovery codes'] = 'Generați noi coduri de verificare'; +$a->strings['Next: Verification'] = 'Următorul: Verificarea'; +$a->strings['Device'] = 'Dispozitiv'; +$a->strings['OS'] = 'Sistem de Operare'; +$a->strings['Two-factor authentication successfully activated.'] = 'Autentificarea cu doi factori a fost activată cu succes.'; +$a->strings['

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

    '] = '

    Vă rugăm să scanați acest cod QR cu aplicația dumneavoastră de autentificare și să furnizați codul oferit.

    '; +$a->strings['Verify code and enable two-factor authentication'] = 'Verificați codul și activați autentificarea cu doi factori'; +$a->strings['Export account'] = 'Exportare cont'; +$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.'] = 'Exportați-vă informațiile contului şi contactele. Utilizaţi aceasta pentru a face o copie de siguranţă a contului dumneavoastră şi/sau pentru a-l muta pe un alt server.'; +$a->strings['Export all'] = 'Exportare tot'; +$a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = 'Exportați-vă informațiile contului, contactele și toate elementele personale în format json. Fișierul poate fi unul foarte mare, astfel că poate lua mai mult timp. Utilizați aceasta pentru a face o copie completă de siguranță a contului dumneavoastră (fotografiile nu vor fi exportate).'; +$a->strings['Export Contacts to CSV'] = 'Exportare contacte ca CSV'; +$a->strings['Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon.'] = 'Exportă lista de conturi pe care le urmărești ca fișier CSV. Compatibil cu ex.: Mastodon'; +$a->strings['The top-level post isn\'t visible.'] = 'Postarea de nivel superior nu este vizibilă.'; +$a->strings['The top-level post was deleted.'] = 'Postarea de nivel superior a fost ștearsă.'; +$a->strings['This node has blocked the top-level author or the author of the shared post.'] = 'Acest nod a blocat autorul de nivel superior sau autorul postării distribuite.'; +$a->strings['You have ignored or blocked the top-level author or the author of the shared post.'] = 'Ați ignorat sau blocat autorul de nivel superior sau autorul postării distribuite.'; +$a->strings['You have ignored the top-level author\'s server or the shared post author\'s server.'] = 'Ați ignorat serverul autorului de nivel superior sau pe cel al autorului postării distribuite.'; +$a->strings['Conversation Not Found'] = 'Conversație Negăsită'; +$a->strings['Unfortunately, the requested conversation isn\'t available to you.'] = 'Din nefericire, conversația cerută nu este disponibilă.'; +$a->strings['Possible reasons include:'] = 'Motivele posibile includ:'; +$a->strings['Privacy Statement'] = 'Declarație de Confidențialitate'; +$a->strings['Rules'] = 'Reguli'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Elementul solicitat nu există sau a fost șters.'; +$a->strings['You are now logged in as %s'] = 'V-ați logat ca %s'; +$a->strings['Switch between your accounts'] = 'Comutați conturile dvs.'; +$a->strings['Manage your accounts'] = 'Administrați-vă conturile'; +$a->strings['Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'] = 'Comutați între diferitele identităţi sau pagini de comunitate/grup, care împărtășesc detaliile contului dvs. sau pentru care v-au fost acordate drepturi de "gestionare "'; +$a->strings['Select an identity to manage: '] = 'Selectaţi o identitate de gestionat:'; +$a->strings['User imports on closed servers can only be done by an administrator.'] = 'Importurile de utilizatori pe servere închise pot fi făcute doar de un administrator.'; +$a->strings['Move account'] = 'Mutaţi contul'; +$a->strings['You can import an account from another Friendica server.'] = 'Puteţi importa un cont dintr-un alt 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.'] = 'Trebuie să vă exportați contul din vechiul server și să-l încărcați aici. Vă vom recrea vechiul cont, aici cu toate contactele sale. Vom încerca de asemenea să vă informăm prietenii că v-ați mutat aici.'; +$a->strings['Account file'] = 'Fişier Cont'; +$a->strings['To export your account, go to "Settings->Export your personal data" and select "Export account"'] = 'Pentru a vă exporta contul, accesați „Setări->Exportare date personale” și selectați „Exportare cont”'; $a->strings['Error decoding account file'] = 'Eroare la decodarea fişierului de cont'; $a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Eroare! Nu există data versiunii în fişier! Acesta nu este un fișier de cont Friendica?'; -$a->strings['Error! Cannot check nickname'] = 'Eroare! Nu pot verifica pseudonimul'; $a->strings['User \'%s\' already exists on this server!'] = 'Utilizatorul \'%s\' există deja pe acest server!'; $a->strings['User creation error'] = 'Eroare la crearea utilizatorului'; -$a->strings['User profile creation error'] = 'Eroare la crearea profilului utilizatorului'; $a->strings['%d contact not imported'] = [ 0 => '%d contact neimportat', 1 => '%d contacte neimportate', 2 => '%d de contacte neimportate', ]; +$a->strings['User profile creation error'] = 'Eroare la crearea profilului utilizatorului'; $a->strings['Done. You can now login with your username and password'] = 'Realizat. Vă puteţi conecta acum cu parola şi numele dumneavoastră de utilizator'; -$a->strings['toggle mobile'] = 'comutare mobil'; -$a->strings['Theme settings'] = 'Configurări Temă'; -$a->strings['Set resize level for images in posts and comments (width and height)'] = 'Stabiliți nivelul de redimensionare a imaginilor din postări și comentarii (lăţimea şi înălţimea)'; -$a->strings['Set font-size for posts and comments'] = 'Stabilire dimensiune font pentru postări şi comentarii'; -$a->strings['Set theme width'] = 'Stabilire lăţime temă'; -$a->strings['Color scheme'] = 'Schemă culoare'; -$a->strings['Set line-height for posts and comments'] = 'Stabilire înălțime linie pentru postări şi comentarii'; -$a->strings['Set colour scheme'] = 'Stabilire schemă de culori'; -$a->strings['Alignment'] = 'Aliniere'; -$a->strings['Left'] = 'Stânga'; -$a->strings['Center'] = 'Centrat'; -$a->strings['Posts font size'] = 'Dimensiune font postări'; -$a->strings['Textareas font size'] = 'Dimensiune font zone text'; -$a->strings['Set resolution for middle column'] = 'Stabilire rezoluţie pentru coloana din mijloc'; -$a->strings['Set color scheme'] = 'Stabilire schemă de culori'; -$a->strings['Set zoomfactor for Earth Layer'] = 'Stabilire factor de magnificare pentru Straturi Pământ'; -$a->strings['Set longitude (X) for Earth Layers'] = 'Stabilire longitudine (X) pentru Straturi Pământ'; -$a->strings['Set latitude (Y) for Earth Layers'] = 'Stabilire latitudine (Y) pentru Straturi Pământ'; -$a->strings['Community Pages'] = 'Community Pagini'; -$a->strings['Earth Layers'] = 'Straturi Pământ'; -$a->strings['Community Profiles'] = 'Profile de Comunitate'; -$a->strings['Help or @NewHere ?'] = 'Ajutor sau @NouAici ?'; -$a->strings['Connect Services'] = 'Conectare Servicii'; -$a->strings['Find Friends'] = 'Găsire Prieteni'; -$a->strings['Last users'] = 'Ultimii utilizatori'; -$a->strings['Last photos'] = 'Ultimele fotografii'; -$a->strings['Last likes'] = 'Ultimele aprecieri'; -$a->strings['Your contacts'] = 'Contactele dvs.'; -$a->strings['Your personal photos'] = 'Fotografii dvs. personale'; -$a->strings['Local Directory'] = 'Director Local'; -$a->strings['Set zoomfactor for Earth Layers'] = 'Stabilire factor de magnificare pentru Straturi Pământ'; -$a->strings['Show/hide boxes at right-hand column:'] = 'Afişare/ascundere casete din coloana din dreapta:'; -$a->strings['Set style'] = 'Stabilire stil'; -$a->strings['greenzero'] = 'zeroverde'; -$a->strings['purplezero'] = 'zeroviolet'; -$a->strings['darkzero'] = 'zeronegru'; -$a->strings['comix'] = 'comix'; -$a->strings['slackr'] = 'slackr'; -$a->strings['Variations'] = 'Variatii'; +$a->strings['Welcome to Friendica'] = 'Bun Venit la Friendica'; +$a->strings['New Member Checklist'] = 'Lista de Verificare Membrii Noi'; +$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.'] = 'Dorim să vă oferim câteva sfaturi şi legături pentru a vă ajuta să aveți o experienţă cât mai plăcută. Apăsați pe orice element pentru a vizita pagina relevantă. O legătură către această pagină va fi vizibilă de pe pagina principală, pentru două săptămâni după înregistrarea dvs. iniţială, iar apoi va dispare în tăcere.'; +$a->strings['Getting Started'] = 'Noțiuni de Bază'; +$a->strings['Friendica Walk-Through'] = 'Ghidul de Prezentare 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.'] = 'Pe pagina dvs. de Pornire Rapidă - veți găsi o scurtă introducere pentru profilul dvs. şi pentru filele de reţea, veți face câteva conexiuni noi, şi veți găsi câteva grupuri la care să vă alăturați.'; +$a->strings['Go to Your Settings'] = 'Mergeți la Configurări'; +$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.'] = 'Din pagina dvs. de Configurări - schimbaţi-vă parola iniţială. De asemenea creați o notă pentru Adresa dvs. de Identificare. Aceasta arată exact ca o adresă de email - şi va fi utilă la stabilirea de prietenii pe rețeaua socială web gratuită.'; +$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.'] = 'Revizuiți celelalte configurări, în special configurările de confidenţialitate. O listă de directoare nepublicate este ca și cum ați avea un număr de telefon necatalogat. În general, ar trebui probabil să vă publicați lista - cu excepţia cazului în care toți prietenii şi potenţialii prieteni, știu exact cum să vă găsească.'; +$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.'] = 'Încărcaţi o fotografie de profil, dacă nu aţi făcut-o deja.Studiile au arătat că, pentru persoanele cu fotografiile lor reale, există de zece ori mai multe şanse să-și facă prieteni, decât cei care nu folosesc fotografii reale.'; +$a->strings['Edit Your Profile'] = 'Editare 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.'] = 'Editaţi-vă profilul Implicit după bunul plac. Revizuiți configurările pentru a ascunde lista dvs. de prieteni și pentru ascunderea profilului dvs., de vizitatorii necunoscuți.'; +$a->strings['Profile Keywords'] = 'Cuvinte-Cheie Profil'; +$a->strings['Connecting'] = 'Conectare'; +$a->strings['Importing Emails'] = 'Importare Email-uri'; +$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'] = 'Introduceţi informațiile dvs. de acces la email adresa de email, în pagina dvs. de Configurări Conector, dacă doriți să importați și să interacționați cu prietenii sau cu listele de email din Căsuța dvs. de Mesaje Primite.'; +$a->strings['Go to Your Contacts Page'] = 'Dute la pagina ta Contacte '; +$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.'] = 'Pagina dvs. de Contact este poarta dvs. de acces către administrarea prieteniilor şi pentru conectarea cu prietenii din alte rețele. În general, introduceți adresa lor sau URL-ul către site, folosind dialogul Adăugare Contact Nou.'; +$a->strings['Go to Your Site\'s Directory'] = 'Mergeţi la Directorul Site-ului'; +$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.'] = 'Pagina Directorului vă permite să găsiţi alte persoane în această reţea sau în alte site-uri asociate. Căutaţi o legătură de Conectare sau Urmărire pe pagina lor de profil. Oferiți propria dvs. Adresă de Identitate dacă se solicită.'; +$a->strings['Finding New People'] = 'Găsire Persoane Noi'; +$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.'] = 'Pe panoul lateral al paginii Contacte sunt câteva unelte utile pentru a găsi noi prieteni. Putem asocia persoanele după interese, căuta persoane după nume sau interes, şi vă putem oferi sugestii bazate pe relaţiile din reţea. Pe un site nou-nouț, sugestiile de prietenie vor începe în mod normal să fie populate în termen de 24 de ore.'; +$a->strings['Why Aren\'t My Posts Public?'] = 'De ce nu sunt Postările Mele Publice?'; +$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 vă respectă confidențialitatea. În mod implicit, postările dvs. vor fi afișate numai persoanelor pe care le-ați adăugat ca și prieteni. Pentru mai multe informații, consultați secțiunea de asistență din legătura de mai sus.'; +$a->strings['Getting Help'] = 'Obţinerea de Ajutor'; +$a->strings['Go to the Help Section'] = 'Navigați la Secțiunea Ajutor'; +$a->strings['Our help pages may be consulted for detail on other program features and resources.'] = 'Paginile noastre de ajutor pot fi consultate pentru detalii, prin alte funcții şi resurse de program.'; +$a->strings['%s liked %s\'s post'] = '%s a apreciat ceea a publicat %s'; +$a->strings['%s disliked %s\'s post'] = '%s nu a apreciat ceea a publicat %s'; +$a->strings['%s is now friends with %s'] = '%s este acum prieten cu %s'; +$a->strings['%s commented on %s\'s post'] = '%s a comentat la articolul postat de %s'; +$a->strings['%s created a new post'] = '%s a creat o nouă postare'; +$a->strings['Friend Suggestion'] = 'Sugestie Prietenie'; +$a->strings['Friend/Connect Request'] = 'Prieten/Solicitare de Conectare'; +$a->strings['New Follower'] = 'Susţinător Nou'; +$a->strings['%1$s liked your post %2$s'] = 'Lui %1$s îi place postarea dumneavoastră %2$s'; +$a->strings['%1$s disliked your comment on %2$s'] = 'Lui %1$s nu-i place comentariul dumneavoastră la %2$s'; +$a->strings['%1$s disliked your post %2$s'] = 'Lui %1$s nu-i place postarea dumneavoastră %2$s'; +$a->strings['%1$s shared your post %2$s'] = '%1$s a distribuit postarea dumneavoastră %2$s'; +$a->strings['%1$s shared the post %2$s from %3$s'] = '%1$s a distribuit postarea %2$s de la %3$s'; +$a->strings['%1$s shared a post from %3$s'] = '%1$s a distribuit o postare de la %3$s'; +$a->strings['%1$s shared the post %2$s'] = '%1$s a distribuit postarea %2$s'; +$a->strings['%1$s shared a post'] = '%1$s a distribuit o postare'; +$a->strings['%1$s sent you a new private message at %2$s.'] = '%1$s v-a trimis un nou mesaj privat la %2$s.'; +$a->strings['a private message'] = 'un mesaj privat'; +$a->strings['%1$s sent you %2$s.'] = '%1$s v-a trimis %2$s'; +$a->strings['Please visit %s to view and/or reply to your private messages.'] = 'Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la mesaje private.'; +$a->strings['%s commented on an item/conversation you have been following.'] = '%s a comentat la un element/conversaţie pe care o urmăriți.'; +$a->strings['Please visit %s to view and/or reply to the conversation.'] = 'Vă rugăm să vizitați %s pentru a vizualiza şi/sau răspunde la conversație.'; +$a->strings['%1$s posted to your profile wall at %2$s'] = '%1$s a postat pe peretele dvs. de profil la %2$s'; +$a->strings['%1$s posted to [url=%2$s]your wall[/url]'] = '%1$s a postat pe [url=%2$s]peretele dvs.[/url]'; +$a->strings['You\'ve received an introduction from \'%1$s\' at %2$s'] = 'Aţi primit o prezentare de la \'%1$s\' at %2$s'; +$a->strings['You\'ve received [url=%1$s]an introduction[/url] from %2$s.'] = 'Aţi primit [url=%1$s]o prezentare[/url] de la %2$s.'; +$a->strings['You may visit their profile at %s'] = 'Le puteți vizita profilurile, online pe %s'; +$a->strings['Please visit %s to approve or reject the introduction.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge prezentarea.'; +$a->strings['%1$s is sharing with you at %2$s'] = '%1$s împărtăşeşte cu dvs. la %2$s'; +$a->strings['You have a new follower at %2$s : %1$s'] = 'Aveţi un nou susținător la %2$s : %1$s'; +$a->strings['You\'ve received a friend suggestion from \'%1$s\' at %2$s'] = 'Ați primit o sugestie de prietenie de la \'%1$s\' la %2$s'; +$a->strings['You\'ve received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s.'] = 'Aţi primit [url=%1$s]o sugestie de prietenie[/url] pentru %2$s de la %3$s.'; +$a->strings['Name:'] = 'Nume:'; +$a->strings['Photo:'] = 'Foto:'; +$a->strings['Please visit %s to approve or reject the suggestion.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge sugestia.'; +$a->strings['Please visit %s to approve or reject the request.'] = 'Vă rugăm să vizitați %s pentru a aproba sau pentru a respinge cererea.'; +$a->strings['This message was sent to you by %s, a member of the Friendica social network.'] = 'Acest mesaj v-a fost trimis de către %s, un membru al rețelei sociale Friendica.'; +$a->strings['You may visit them online at %s'] = 'Îi puteți vizita profilul online la %s'; +$a->strings['Please contact the sender by replying to this post if you do not wish to receive these messages.'] = 'Vă rugăm să contactați expeditorul răspunzând la această postare, dacă nu doriţi să primiţi aceste mesaje.'; +$a->strings['%s posted an update.'] = '%s a postat o actualizare.'; +$a->strings['Private Message'] = ' Mesaj Privat'; +$a->strings['This entry was edited'] = 'Această intrare a fost editată'; +$a->strings['Edit'] = 'Edit'; +$a->strings['Ignore thread'] = 'Igonrați firul conversației'; +$a->strings['Unignore thread'] = 'Neignorați firul conversației'; +$a->strings['Quote share this'] = 'Citează și distribuie aceasta'; +$a->strings['Quote Share'] = 'Citează și distribuie'; +$a->strings['Reshare this'] = 'Redistribuie aceasta'; +$a->strings['Reshare'] = 'Redistribuie'; +$a->strings['Cancel your Reshare'] = 'Anulează redistribuția'; +$a->strings['to'] = 'către'; +$a->strings['via'] = 'via'; +$a->strings['Wall-to-Wall'] = 'Perete-prin-Perete'; +$a->strings['via Wall-To-Wall:'] = 'via Perete-Prin-Perete'; +$a->strings['More'] = 'Mai multe'; +$a->strings['Notifier task is pending'] = 'Sarcină de notificare în așteptare'; +$a->strings['Delivery to remote servers is pending'] = 'Livrarea către alte servere se află în așteptare'; +$a->strings['Delivery to remote servers is underway'] = 'Livrarea către alte servere este în desfășurare'; +$a->strings['Delivery to remote servers is mostly done'] = 'Livrarea către alte servere este în mare parte realizată'; +$a->strings['Delivery to remote servers is done'] = 'Livrarea către alte servere s-a realizat'; +$a->strings['%d comment'] = [ + 0 => '%d comentariu', + 1 => '%d comentarii', + 2 => '%d comentarii', +]; +$a->strings['Reshared by: %s'] = 'Redistribuit de: %s'; +$a->strings['Disliked by: %s'] = 'Neapreciat de: %s'; +$a->strings['following'] = 'urmărire'; +$a->strings['stopped following'] = 'urmărire întreruptă'; +$a->strings['Login failed.'] = 'Eşec la conectare'; +$a->strings['Please upload a profile photo.'] = 'Vă rugăm să încărcaţi o fotografie de profil.'; +$a->strings['years'] = 'ani'; +$a->strings['months'] = 'luni'; +$a->strings['days'] = 'zile'; +$a->strings['hours'] = 'ore'; +$a->strings['minutes'] = 'minute'; +$a->strings['seconds'] = 'secunde'; +$a->strings['Always open Compose page'] = 'Deschide mereu Pagina de compunere'; +$a->strings['Color scheme'] = 'Schemă de culori'; diff --git a/view/lang/ru/messages.po b/view/lang/ru/messages.po index 3519e2bd42..afe18cce4c 100644 --- a/view/lang/ru/messages.po +++ b/view/lang/ru/messages.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-23 21:21+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Alexander An , 2020-2023\n" "Language-Team: Russian (http://app.transifex.com/Friendica/friendica/language/ru/)\n" @@ -50,29 +50,29 @@ msgstr "Запись не была сохранена." msgid "Item couldn't be fetched." msgstr "Не удалось получить запись." -#: mod/item.php:255 mod/item.php:259 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Пустое сообщение отбрасывается." -#: mod/item.php:411 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Пункт не найден." -#: mod/item.php:435 mod/message.php:68 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:99 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 #: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 #: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -83,17 +83,18 @@ msgstr "Пункт не найден." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Нет разрешения." @@ -231,150 +232,156 @@ msgstr "\n\t\t\tВаши данные для входа ниже:\n\n\t\t\tАд msgid "Your password has been changed at %s" msgstr "Ваш пароль был изменен %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:319 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Новое сообщение" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Не выбран получатель." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Не удалось найти контактную информацию." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Сообщение не может быть отправлено." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Неудача коллекции сообщения." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Отказаться" -#: mod/message.php:136 src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Сообщения" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Беседа не найдена." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Сообщение не было удалено." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Беседа не была удалена." -#: mod/message.php:182 mod/message.php:287 src/Module/Profile/UnkMail.php:145 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Пожалуйста, введите URL ссылки:" -#: mod/message.php:191 src/Module/Profile/UnkMail.php:151 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Отправить личное сообщение" -#: mod/message.php:192 mod/message.php:347 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Кому:" -#: mod/message.php:193 mod/message.php:348 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Тема:" -#: mod/message.php:197 mod/message.php:351 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Ваше сообщение:" -#: mod/message.php:200 mod/message.php:355 src/Content/Conversation.php:360 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 #: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Загрузить фото" -#: mod/message.php:201 mod/message.php:356 src/Module/Post/Edit.php:135 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 #: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Вставить веб-ссылку" -#: mod/message.php:202 mod/message.php:358 mod/photos.php:1291 -#: src/Content/Conversation.php:389 src/Content/Conversation.php:733 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:145 -#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:550 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Пожалуйста, подождите" -#: mod/message.php:203 mod/message.php:357 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:339 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 #: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 -#: src/Module/Settings/Profile/Index.php:230 src/Object/Post.php:1063 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Отправить" -#: mod/message.php:224 +#: mod/message.php:223 msgid "No messages." msgstr "Нет сообщений." -#: mod/message.php:280 +#: mod/message.php:279 msgid "Message not available." msgstr "Сообщение не доступно." -#: mod/message.php:324 +#: mod/message.php:323 msgid "Delete message" msgstr "Удалить сообщение" -#: mod/message.php:326 mod/message.php:457 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:341 mod/message.php:454 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Удалить историю общения" -#: mod/message.php:343 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя." -#: mod/message.php:346 +#: mod/message.php:345 msgid "Send Reply" msgstr "Отправить ответ" -#: mod/message.php:428 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Неизвестный отправитель - %s" -#: mod/message.php:430 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Вы и %s" -#: mod/message.php:432 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s и Вы" -#: mod/message.php:460 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -391,14 +398,14 @@ msgstr "Личные заметки" msgid "Personal notes are visible only by yourself." msgstr "Личные заметки видны только вам." -#: mod/notes.php:57 src/Content/Text/HTML.php:857 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:129 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Сохранить" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -410,22 +417,22 @@ msgid "User not found." msgstr "Пользователь не найден." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Фотоальбомы" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Последние фото" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Загрузить новые фото" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "все" @@ -437,72 +444,72 @@ msgstr "Информация о контакте недоступна" msgid "Album not found." msgstr "Альбом не найден." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Альбом успешно удалён" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Альбом был пуст." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Не получилось удалить фото." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "фото" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s отмечен/а/ в %2$s by %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." -msgstr "Свободный доступ закрыт." +msgstr "Публичный доступ закрыт." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Не выбрано фото." -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "Максимально допустимый размер изображения %s" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Загрузить фото" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Название нового альбома: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "или выберите имеющийся альбом:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Не показывать статус-сообщение для этой закачки" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:391 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:182 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Разрешения" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Удалить альбом" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:407 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 #: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 @@ -512,254 +519,271 @@ msgstr "Удалить альбом" msgid "Cancel" msgstr "Отмена" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Редактировать альбом" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Удалить альбом" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Показать новые первыми" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Показать старые первыми" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Просмотр фото" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Нет разрешения. Доступ к этому элементу ограничен." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Фото недоступно" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Вы действительно хотите удалить эту фотографию?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Удалить фото" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Просмотр фото" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Редактировать фото" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Удалить фото" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Использовать как фото профиля" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Закрытое фото" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Просмотреть полный размер" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Ключевые слова: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[выберите тэги для удаления]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Название нового альбома" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Подпись" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Добавить тег" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Не поворачивать" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Поворот по часовой стрелке (направо)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Поворот против часовой стрелки (налево)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:588 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1060 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Это вы" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:544 src/Object/Post.php:1062 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Комментировать" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:404 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:165 -#: src/Object/Post.php:1074 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Просмотр" -#: mod/photos.php:1140 src/Content/Conversation.php:359 -#: src/Module/Post/Edit.php:130 src/Object/Post.php:1064 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Загрузка..." -#: mod/photos.php:1226 src/Content/Conversation.php:649 -#: src/Object/Post.php:257 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Выберите" -#: mod/photos.php:1227 src/Content/Conversation.php:650 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 #: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Удалить" -#: mod/photos.php:1288 src/Object/Post.php:385 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Нравится" -#: mod/photos.php:1289 src/Object/Post.php:385 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Нравится" -#: mod/photos.php:1290 src/Object/Post.php:386 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Не нравится" -#: mod/photos.php:1292 src/Object/Post.php:386 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Не нравится" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Карта" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "Настройки системной темы не установлены." -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Приносим извинения, но этот сервис сейчас недоступен." -#: src/App/Page.php:247 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Удалить этот элемент?" -#: src/App/Page.php:248 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "Заблокировать этого автора? Они не смогут подписаться на вас или видеть ваши записи, вы не будете видеть их записи и получать от них уведомления." -#: src/App/Page.php:249 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "Игнорировать этого автора? Вы не увидите их записи и уведомления." -#: src/App/Page.php:251 -msgid "Like not successful" -msgstr "" - #: src/App/Page.php:252 -msgid "Dislike not successful" -msgstr "" +msgid "Collapse this author's posts?" +msgstr "Сворачивать записи этого автора?" #: src/App/Page.php:253 -msgid "Sharing not successful" -msgstr "" +msgid "Ignore this author's server?" +msgstr "Игнорировать сервер этого автора?" -#: src/App/Page.php:254 -msgid "Attendance unsuccessful" -msgstr "" - -#: src/App/Page.php:255 -msgid "Backend error" -msgstr "" +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "Вы не будете видеть любые записи с этого сервера, включая репосты, в вашей ленте, в сообществах и в комментариях." #: src/App/Page.php:256 -msgid "Network error" -msgstr "" +msgid "Like not successful" +msgstr "Ошибка отправки \"мне нравится\"" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "Ошибка оправки \"мне не нравится\"" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "Ошибка при попытке поделиться" #: src/App/Page.php:259 -msgid "Drop files here to upload" -msgstr "" +msgid "Attendance unsuccessful" +msgstr "Ошибка обновления календаря" #: src/App/Page.php:260 -msgid "Your browser does not support drag and drop file uploads." -msgstr "" +msgid "Backend error" +msgstr "Ошибка бэкенда" #: src/App/Page.php:261 +msgid "Network error" +msgstr "Ошибка сети" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "Перетащите сюда файлы для загрузки" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "Ваш браузер не поддерживает перетаскивание файлов для загрузки" + +#: src/App/Page.php:266 msgid "" "Please use the fallback form below to upload your files like in the olden " "days." -msgstr "" - -#: src/App/Page.php:262 -msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." -msgstr "" - -#: src/App/Page.php:263 -msgid "You can't upload files of this type." -msgstr "" - -#: src/App/Page.php:264 -msgid "Server responded with {{statusCode}} code." -msgstr "" - -#: src/App/Page.php:265 -msgid "Cancel upload" -msgstr "" - -#: src/App/Page.php:266 -msgid "Upload canceled." -msgstr "" +msgstr "Пожалуйста, используйте форму ниже для загрузки файлов" #: src/App/Page.php:267 -msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "Файл слишком большой ({{filesize}}MiB). Ограничение: {{maxFilesize}}MiB." #: src/App/Page.php:268 -msgid "Remove file" -msgstr "" +msgid "You can't upload files of this type." +msgstr "Нельзя загрузить этот тип файла." #: src/App/Page.php:269 -msgid "You can't upload any more files." -msgstr "" +msgid "Server responded with {{statusCode}} code." +msgstr "Сервер ответил с кодом {{statusCode}}." -#: src/App/Page.php:347 +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "Отменить загрузку" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "Загрузка отменена" + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "Вы уверены, что хотите отменить загрузку?" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "Убрать файл" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "Вы не можете загрузить больше файлов." + +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "мобильная версия" @@ -776,33 +800,34 @@ msgstr "Страница не найдена." msgid "You must be logged in to use addons. " msgstr "Вы должны войти в систему, чтобы использовать аддоны." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Все контакты" -#: src/BaseModule.php:432 src/Content/Widget.php:239 src/Core/ACL.php:195 -#: src/Module/Contact.php:407 src/Module/PermissionTooltip.php:127 -#: src/Module/PermissionTooltip.php:149 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Подписаны на вас" -#: src/BaseModule.php:437 src/Content/Widget.php:240 -#: src/Module/Contact.php:408 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Ваши подписки" -#: src/BaseModule.php:442 src/Content/Widget.php:241 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Взаимные друзья" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Общее" @@ -841,17 +866,17 @@ msgstr "Контакт был заблокирован на узле." #: src/Console/MergeContacts.php:75 #, php-format msgid "%d %s, %d duplicates." -msgstr "" +msgstr "%d %s, %d дубликаты." #: src/Console/MergeContacts.php:78 #, php-format msgid "uri-id is empty for contact %s." -msgstr "" +msgstr "uri-id пустой для контакта %s." #: src/Console/MergeContacts.php:91 #, php-format msgid "No valid first contact found for uri-id %d." -msgstr "" +msgstr "Не найден первый контакт для uri-id %d." #: src/Console/MergeContacts.php:102 #, php-format @@ -952,7 +977,7 @@ msgstr "Все операции по обновлению записей вып msgid "Enter user nickname: " msgstr "Введите ник пользователя:" -#: src/Console/User.php:182 src/Model/User.php:663 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -1125,393 +1150,530 @@ msgstr "pnut" #: src/Content/ContactSelector.php:143 msgid "Tumblr" -msgstr "" +msgstr "Tumblr" -#: src/Content/ContactSelector.php:179 +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "%s (через %s)" -#: src/Content/Conversation.php:218 +#: src/Content/Conversation.php:226 msgid "and" msgstr "и" -#: src/Content/Conversation.php:221 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "и еще %d человек" -#: src/Content/Conversation.php:227 +#: src/Content/Conversation.php:235 #, php-format msgid "%2$s likes this." msgid_plural "%2$s like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%2$s doesn't like this." -msgid_plural "%2$s don't like this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:231 -#, php-format -msgid "%2$s attends." -msgid_plural "%2$s attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:233 -#, php-format -msgid "%2$s doesn't attend." -msgid_plural "%2$s don't attend." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Content/Conversation.php:235 -#, php-format -msgid "%2$s attends maybe." -msgid_plural "%2$s attend maybe." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%2$s нравится это." +msgstr[1] "%2$s нравится это." +msgstr[2] "%2$s нравится это." +msgstr[3] "%2$s нравится это." #: src/Content/Conversation.php:237 #, php-format +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "%2$s не нравится это." +msgstr[1] "%2$s не нравится это." +msgstr[2] "%2$s не нравится это." +msgstr[3] "%2$s не нравится это." + +#: src/Content/Conversation.php:239 +#, php-format +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "%2$s посетит." +msgstr[1] "%2$s посетят." +msgstr[2] "%2$s посетят." +msgstr[3] "%2$s посетят." + +#: src/Content/Conversation.php:241 +#, php-format +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "%2$s не посетит." +msgstr[1] "%2$s не посетят." +msgstr[2] "%2$s не посетят." +msgstr[3] "%2$s не посетят." + +#: src/Content/Conversation.php:243 +#, php-format +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "%2$s может посетить." +msgstr[1] "%2$s могут посетить." +msgstr[2] "%2$s могут посетить." +msgstr[3] "%2$s могут посетить." + +#: src/Content/Conversation.php:245 +#, php-format msgid "%2$s reshared this." msgid_plural "%2$s reshared this." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%2$s поделился этим." +msgstr[1] "%2$s поделились этим." +msgstr[2] "%2$s поделились этим." +msgstr[3] "%2$s поделились этим." -#: src/Content/Conversation.php:266 +#: src/Content/Conversation.php:276 #, php-format msgid " likes this" msgid_plural " like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " нравится это" +msgstr[1] " нравится это" +msgstr[2] " нравится это" +msgstr[3] " нравится это" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" msgid_plural " don't like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " не нравится это" +msgstr[1] " не нравится это" +msgstr[2] " не нравится это" +msgstr[3] " не нравится это" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:282 #, php-format msgid " attends" msgid_plural " attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " посетит" +msgstr[1] " посетят" +msgstr[2] " посетят" +msgstr[3] " посетят" -#: src/Content/Conversation.php:275 +#: src/Content/Conversation.php:285 #, php-format msgid " doesn't attend" msgid_plural " don't attend" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " не посетит" +msgstr[1] " не посетят" +msgstr[2] " не посетят" +msgstr[3] " не посетят" -#: src/Content/Conversation.php:278 +#: src/Content/Conversation.php:288 #, php-format msgid " attends maybe" msgid_plural " attend maybe" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " возможно посетит" +msgstr[1] " возможно посетят" +msgstr[2] " возможно посетят" +msgstr[3] " возможно посетят" -#: src/Content/Conversation.php:281 +#: src/Content/Conversation.php:291 #, php-format msgid " reshared this" msgid_plural " reshared this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] " поделился этим" +msgstr[1] " поделились этим" +msgstr[2] " поделились этим" +msgstr[3] " поделились этим" -#: src/Content/Conversation.php:328 +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Видимое всем" -#: src/Content/Conversation.php:329 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1073 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Пожалуйста, введите адрес картинки/видео/аудио/странички:" -#: src/Content/Conversation.php:330 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Тег:" -#: src/Content/Conversation.php:331 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Сохранить в папку:" -#: src/Content/Conversation.php:332 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "И где вы сейчас?" -#: src/Content/Conversation.php:333 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Удалить елемент(ты)?" -#: src/Content/Conversation.php:345 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "Создано" -#: src/Content/Conversation.php:355 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Новая запись" -#: src/Content/Conversation.php:358 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Поделиться" -#: src/Content/Conversation.php:361 src/Module/Post/Edit.php:132 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "загрузить фото" -#: src/Content/Conversation.php:362 src/Module/Post/Edit.php:133 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Прикрепить файл" -#: src/Content/Conversation.php:363 src/Module/Post/Edit.php:134 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "приложить файл" -#: src/Content/Conversation.php:364 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1065 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Жирный" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1066 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Kурсивный" -#: src/Content/Conversation.php:366 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1067 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Подчеркнутый" -#: src/Content/Conversation.php:367 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1068 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Цитата" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:175 src/Object/Post.php:1069 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "Добавить эмодзи" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "Предупреждение о контенте (CW)" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Код" -#: src/Content/Conversation.php:369 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1070 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Изображение / Фото" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:176 src/Object/Post.php:1071 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Ссылка" -#: src/Content/Conversation.php:371 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:177 src/Object/Post.php:1072 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Ссылка или медиа" -#: src/Content/Conversation.php:372 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Видео" -#: src/Content/Conversation.php:373 src/Module/Item/Compose.php:200 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 #: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Задать ваше местоположение" -#: src/Content/Conversation.php:374 src/Module/Post/Edit.php:142 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "установить местонахождение" -#: src/Content/Conversation.php:375 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Очистить местонахождение браузера" -#: src/Content/Conversation.php:376 src/Module/Post/Edit.php:144 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "убрать местонахождение" -#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:205 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 #: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Установить заголовок" -#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:206 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 #: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Категории (список через запятую)" -#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Запланировано на" -#: src/Content/Conversation.php:390 src/Module/Post/Edit.php:146 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Настройки разрешений" -#: src/Content/Conversation.php:400 src/Module/Post/Edit.php:155 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Публичная запись" -#: src/Content/Conversation.php:414 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:92 -#: src/Module/Post/Edit.php:180 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" -msgstr "Запись" +msgstr "Написать" -#: src/Content/Conversation.php:415 src/Module/Post/Edit.php:181 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Браузер" -#: src/Content/Conversation.php:417 src/Module/Post/Edit.php:184 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "Развернуть редактор" -#: src/Content/Conversation.php:677 src/Object/Post.php:244 -msgid "Pinned item" -msgstr "Закреплённая запись" - -#: src/Content/Conversation.php:693 src/Object/Post.php:496 -#: src/Object/Post.php:497 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Просмотреть профиль %s [@ %s]" - -#: src/Content/Conversation.php:706 src/Object/Post.php:484 -msgid "Categories:" -msgstr "Категории:" - -#: src/Content/Conversation.php:707 src/Object/Post.php:485 -msgid "Filed under:" -msgstr "В рубрике:" - -#: src/Content/Conversation.php:715 src/Object/Post.php:510 -#, php-format -msgid "%s from %s" -msgstr "%s из %s" - -#: src/Content/Conversation.php:731 -msgid "View in context" -msgstr "Смотреть в контексте" - -#: src/Content/Conversation.php:796 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "удалить" -#: src/Content/Conversation.php:800 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Удалить выбранные позиции" -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 -#: src/Content/Conversation.php:871 src/Content/Conversation.php:874 -#: src/Content/Conversation.php:877 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "К вам обратились (%s)." -#: src/Content/Conversation.php:880 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Вы подписаны на %s." -#: src/Content/Conversation.php:883 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "Вы подписаны на %s." + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "Вы подписаны на один или несколько тегов в этой записи." -#: src/Content/Conversation.php:896 +#: src/Content/Conversation.php:798 #, php-format msgid "%s reshared this." msgstr "%s поделился этим." -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Репост" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "Репост от %s <%s>" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s участвует в этом обсуждении" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "Загружено по необходимости" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "Глобальная запись" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "Прислано через релей" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "Прислано через релей %s <%s>" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Загружено" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Загружено из-за %s <%s>" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "Загружено из-за комментария в этой ветке." -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "Местная доставка" -#: src/Content/Conversation.php:922 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "Загружено из-за ваших действий (лайк, комментарий, ...)" -#: src/Content/Conversation.php:925 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "Распространено" -#: src/Content/Conversation.php:928 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "Прислано нам" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "Закреплённая запись" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Просмотреть профиль %s [@ %s]" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Категории:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "В рубрике:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s из %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Смотреть в контексте" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "Для Вас" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "Записи от людей, с которыми вы часто общаетесь" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "Популярное" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "Записи с большой активностью" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "Записи от %s" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "Записи от ваших подписчиков, на которых вы не подписаны" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "Друзья друзей" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "Записи от людей, на которых подписаны ваши контакты" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "Картинки" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "Записи с изображениями" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "Аудио" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "Записи с аудио" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "Видео" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "Записи с видео" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "Местное сообщество" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "Записи пользователей с этого сервера" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "Глобальное сообщество" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "Записи пользователей со всей федеративной сети" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "Вся активность" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "Отсортировать по свежей активности" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "Новые записи" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "Отсортировать по времени получения записей" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "По времени" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "Отсортировать по времени создания записей" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Личные" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Записи, которые упоминают вас или в которых вы участвуете" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Избранное" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Избранные записи" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Основные возможности" @@ -1541,13 +1703,13 @@ msgid "Post Composition Features" msgstr "Составление сообщений" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Автоматически отмечать форумы" +msgid "Auto-mention Groups" +msgstr "Автоматически отмечать группы" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Добавлять/удалять упоминание, когда страница форума выбрана/убрана в списке получателей." +"Add/remove mention when a group page is selected/deselected in ACL window." +msgstr "Добавлять/удалять упоминание, когда страница группы выбрана/убрана в списке получателей." #: src/Content/Feature.php:106 msgid "Explicit Mentions" @@ -1587,12 +1749,12 @@ msgid "Advanced Profile Settings" msgstr "Расширенные настройки профиля" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Список форумов" +msgid "List Groups" +msgstr "Список групп" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Показывать посетителям публичные форумы на расширенной странице профиля." +msgid "Show visitors public groups at the Advanced Profile Page" +msgstr "Показывать посетителям публичные группы на расширенной странице профиля." #: src/Content/Feature.php:120 msgid "Tag Cloud" @@ -1624,385 +1786,396 @@ msgid "" "Contact birthday events are private to you." msgstr "Разрешает анонимным пользователям просматривать ваш календарь и публичные мероприятия. Дни рождения контактов видны только вам." -#: src/Content/ForumManager.php:151 src/Content/Nav.php:276 -#: src/Content/Text/HTML.php:878 src/Content/Widget.php:528 -msgid "Forums" -msgstr "Форумы" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "Группы" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Внешняя ссылка на форум" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "Внешняя ссылка на группу" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:507 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "показать меньше" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:409 -#: src/Content/Widget.php:508 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "показать больше" -#: src/Content/Item.php:326 src/Model/Item.php:2922 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "Создать новую группу" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "мероприятие" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "статус" -#: src/Content/Item.php:335 src/Model/Item.php:2924 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "фото" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s tagged %2$s's %3$s в %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Подписаться на обсуждение" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Просмотреть статус" -#: src/Content/Item.php:421 src/Content/Item.php:441 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:233 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Просмотреть профиль" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Просмотреть фото" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Записи сети" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Просмотреть контакт" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Отправить ЛС" -#: src/Content/Item.php:426 src/Module/Contact.php:439 -#: src/Module/Contact/Profile.php:477 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Заблокировать" -#: src/Content/Item.php:427 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:485 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Игнорировать" -#: src/Content/Item.php:428 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:493 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "Сворачивать" -#: src/Content/Item.php:432 src/Object/Post.php:465 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "Игнорировать сервер %s " + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Языки" -#: src/Content/Item.php:438 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Подключиться/Подписаться" -#: src/Content/Item.php:863 +#: src/Content/Item.php:883 msgid "Unable to fetch user." -msgstr "" +msgstr "Ошибка получения информации пользователя" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Ничего нового здесь" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Назад" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Стереть уведомления" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:865 -msgid "@name, !forum, #tags, content" -msgstr "@имя, !форум, #тег, контент" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "@имя, !группа, #тег, контент" -#: src/Content/Nav.php:220 src/Module/Security/Login.php:157 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Выход" -#: src/Content/Nav.php:220 +#: src/Content/Nav.php:222 msgid "End this session" msgstr "Завершить эту сессию" -#: src/Content/Nav.php:222 src/Module/Bookmarklet.php:44 +#: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 #: src/Module/Security/Login.php:158 msgid "Login" msgstr "Вход" -#: src/Content/Nav.php:222 +#: src/Content/Nav.php:224 msgid "Sign in" msgstr "Вход" -#: src/Content/Nav.php:227 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:483 +#: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "Записи" -#: src/Content/Nav.php:227 +#: src/Content/Nav.php:229 msgid "Conversations you started" msgstr "Ваши записи" -#: src/Content/Nav.php:228 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:475 -#: src/Module/Contact/Profile.php:392 src/Module/Profile/Profile.php:268 +#: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Информация" -#: src/Content/Nav.php:228 view/theme/frio/theme.php:230 +#: src/Content/Nav.php:230 view/theme/frio/theme.php:230 msgid "Your profile page" msgstr "Информация о вас" -#: src/Content/Nav.php:229 src/Module/BaseProfile.php:65 +#: src/Content/Nav.php:231 src/Module/BaseProfile.php:65 #: src/Module/Media/Photo/Browser.php:74 view/theme/frio/theme.php:234 msgid "Photos" msgstr "Фото" -#: src/Content/Nav.php:229 view/theme/frio/theme.php:234 +#: src/Content/Nav.php:231 view/theme/frio/theme.php:234 msgid "Your photos" msgstr "Ваши фотографии" -#: src/Content/Nav.php:230 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:499 +#: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Медиа" -#: src/Content/Nav.php:230 view/theme/frio/theme.php:235 +#: src/Content/Nav.php:232 view/theme/frio/theme.php:235 msgid "Your postings with media" msgstr "Ваши записи с фото и видео" -#: src/Content/Nav.php:231 src/Content/Nav.php:291 +#: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "Календарь" -#: src/Content/Nav.php:231 view/theme/frio/theme.php:236 +#: src/Content/Nav.php:233 view/theme/frio/theme.php:236 msgid "Your calendar" msgstr "Ваш календарь" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Personal notes" msgstr "Личные заметки" -#: src/Content/Nav.php:232 +#: src/Content/Nav.php:234 msgid "Your personal notes" msgstr "Ваши личные заметки" -#: src/Content/Nav.php:249 src/Content/Nav.php:306 +#: src/Content/Nav.php:251 src/Content/Nav.php:308 msgid "Home" msgstr "Мой профиль" -#: src/Content/Nav.php:249 src/Module/Settings/OAuth.php:73 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Главная страница" -#: src/Content/Nav.php:253 src/Module/Register.php:168 +#: src/Content/Nav.php:255 src/Module/Register.php:168 #: src/Module/Security/Login.php:124 msgid "Register" msgstr "Регистрация" -#: src/Content/Nav.php:253 +#: src/Content/Nav.php:255 msgid "Create an account" msgstr "Создать аккаунт" -#: src/Content/Nav.php:259 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Content/Nav.php:261 src/Module/Help.php:67 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Помощь" -#: src/Content/Nav.php:259 +#: src/Content/Nav.php:261 msgid "Help and documentation" msgstr "Помощь и документация" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Apps" msgstr "Приложения" -#: src/Content/Nav.php:263 +#: src/Content/Nav.php:265 msgid "Addon applications, utilities, games" msgstr "Дополнительные приложения, утилиты, игры" -#: src/Content/Nav.php:267 src/Content/Text/HTML.php:863 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 #: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Поиск" -#: src/Content/Nav.php:267 +#: src/Content/Nav.php:269 msgid "Search site content" msgstr "Поиск по сайту" -#: src/Content/Nav.php:270 src/Content/Text/HTML.php:872 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Контент" -#: src/Content/Nav.php:271 src/Content/Text/HTML.php:873 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Тэги" -#: src/Content/Nav.php:272 src/Content/Nav.php:327 -#: src/Content/Text/HTML.php:874 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:410 -#: src/Module/Contact.php:506 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:274 src/Content/Nav.php:329 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Контакты" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Community" msgstr "Сообщество" -#: src/Content/Nav.php:287 +#: src/Content/Nav.php:289 msgid "Conversations on this and other servers" msgstr "Диалоги на этом и других серверах" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "Directory" msgstr "Каталог" -#: src/Content/Nav.php:294 +#: src/Content/Nav.php:296 msgid "People directory" msgstr "Каталог участников" -#: src/Content/Nav.php:296 src/Module/BaseAdmin.php:85 +#: src/Content/Nav.php:298 src/Module/BaseAdmin.php:85 #: src/Module/BaseModeration.php:108 msgid "Information" msgstr "Информация" -#: src/Content/Nav.php:296 +#: src/Content/Nav.php:298 msgid "Information about this friendica instance" msgstr "Информация об этом экземпляре Friendica" -#: src/Content/Nav.php:299 src/Module/Admin/Tos.php:78 +#: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Условия оказания услуг" -#: src/Content/Nav.php:299 +#: src/Content/Nav.php:301 msgid "Terms of Service of this Friendica instance" msgstr "Условия оказания услуг для этого узла Friendica" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Новости" -#: src/Content/Nav.php:304 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 msgid "Conversations from your friends" msgstr "Сообщения ваших друзей" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:229 +#: src/Content/Nav.php:308 view/theme/frio/theme.php:229 msgid "Your posts and conversations" msgstr "Ваши записи и диалоги" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Introductions" msgstr "Запросы" -#: src/Content/Nav.php:310 +#: src/Content/Nav.php:312 msgid "Friend Requests" msgstr "Запросы на добавление в список друзей" -#: src/Content/Nav.php:311 src/Module/BaseNotifications.php:149 +#: src/Content/Nav.php:313 src/Module/BaseNotifications.php:149 #: src/Module/Notifications/Introductions.php:75 msgid "Notifications" msgstr "Уведомления" -#: src/Content/Nav.php:312 +#: src/Content/Nav.php:314 msgid "See all notifications" msgstr "Посмотреть все уведомления" -#: src/Content/Nav.php:313 src/Module/Settings/Connectors.php:244 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Отметить, как прочитанное" -#: src/Content/Nav.php:313 +#: src/Content/Nav.php:315 msgid "Mark all system notifications as seen" msgstr "Пометить все уведомления прочитанными" -#: src/Content/Nav.php:316 view/theme/frio/theme.php:241 +#: src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Private mail" msgstr "Личная почта" -#: src/Content/Nav.php:317 +#: src/Content/Nav.php:319 msgid "Inbox" msgstr "Входящие" -#: src/Content/Nav.php:318 +#: src/Content/Nav.php:320 msgid "Outbox" msgstr "Исходящие" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Accounts" msgstr "Учётные записи" -#: src/Content/Nav.php:322 +#: src/Content/Nav.php:324 msgid "Manage other pages" msgstr "Управление другими страницами" -#: src/Content/Nav.php:325 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Настройки" -#: src/Content/Nav.php:325 view/theme/frio/theme.php:242 +#: src/Content/Nav.php:327 view/theme/frio/theme.php:242 msgid "Account settings" msgstr "Настройки аккаунта" -#: src/Content/Nav.php:327 view/theme/frio/theme.php:243 +#: src/Content/Nav.php:329 view/theme/frio/theme.php:243 msgid "Manage/edit friends and contacts" msgstr "Управление / редактирование друзей и контактов" -#: src/Content/Nav.php:332 src/Module/BaseAdmin.php:119 +#: src/Content/Nav.php:334 src/Module/BaseAdmin.php:119 msgid "Admin" msgstr "Администратор" -#: src/Content/Nav.php:332 +#: src/Content/Nav.php:334 msgid "Site setup and configuration" msgstr "Конфигурация сайта" -#: src/Content/Nav.php:333 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -2010,23 +2183,23 @@ msgstr "Конфигурация сайта" msgid "Moderation" msgstr "Модерация" -#: src/Content/Nav.php:333 +#: src/Content/Nav.php:335 msgid "Content and user moderation" msgstr "Модерация пользователей и контента" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Navigation" msgstr "Навигация" -#: src/Content/Nav.php:336 +#: src/Content/Nav.php:338 msgid "Site map" msgstr "Карта сайта" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Встраивание отключено" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Встроенное содержание" @@ -2046,51 +2219,51 @@ msgstr "след." msgid "last" msgstr "последний" -#: src/Content/Text/BBCode.php:713 src/Content/Text/BBCode.php:1599 -#: src/Content/Text/BBCode.php:1600 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Изображение / Фото" -#: src/Content/Text/BBCode.php:931 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:956 src/Model/Item.php:3607 -#: src/Model/Item.php:3613 src/Model/Item.php:3614 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Ссылка на источник" -#: src/Content/Text/BBCode.php:1506 src/Content/Text/HTML.php:902 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Нажмите, чтобы открыть / закрыть" -#: src/Content/Text/BBCode.php:1539 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 написал:" -#: src/Content/Text/BBCode.php:1604 src/Content/Text/BBCode.php:1605 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Зашифрованный контент" -#: src/Content/Text/BBCode.php:1869 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Неправильный протокол источника" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Неправильная протокольная ссылка" -#: src/Content/Text/HTML.php:780 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Загружаю больше сообщений..." -#: src/Content/Text/HTML.php:781 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Конец" -#: src/Content/Text/HTML.php:857 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:437 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Подписка" @@ -2119,88 +2292,92 @@ msgstr[1] "%d приглашений доступно" msgstr[2] "%d приглашений доступно" msgstr[3] "%d приглашений доступно" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Поиск людей" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Введите имя или интерес" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Примеры: Роберт Morgenstein, Рыбалка" -#: src/Content/Widget.php:82 src/Module/Contact.php:432 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Найти" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Предложения друзей" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Похожие интересы" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Случайный профиль" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Пригласить друзей" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Глобальный каталог" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Локальный каталог" -#: src/Content/Widget.php:215 src/Model/Group.php:587 -#: src/Module/Contact.php:394 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Группы" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "Круги" #: src/Content/Widget.php:217 msgid "Everyone" msgstr "Все" -#: src/Content/Widget.php:246 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "Нет связи" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Отношения" -#: src/Content/Widget.php:248 src/Module/Contact.php:338 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Все контакты" -#: src/Content/Widget.php:287 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Протоколы" -#: src/Content/Widget.php:289 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Все протоколы" -#: src/Content/Widget.php:317 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Сохранённые папки" -#: src/Content/Widget.php:319 src/Content/Widget.php:350 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Всё" -#: src/Content/Widget.php:348 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Категории" -#: src/Content/Widget.php:405 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -2209,30 +2386,40 @@ msgstr[1] "%d Контактов" msgstr[2] "%d Контактов" msgstr[3] "%d Контактов" -#: src/Content/Widget.php:501 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Архивы" -#: src/Content/Widget.php:525 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "В этот день" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Люди" -#: src/Content/Widget.php:526 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Организации" -#: src/Content/Widget.php:527 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Новости" -#: src/Content/Widget.php:531 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Тип учетной записи" -#: src/Content/Widget.php:532 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Все" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "Каналы" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Экспорт" @@ -2283,41 +2470,56 @@ msgstr[3] "Популярные тэги (за %d часов)" msgid "More Trending Tags" msgstr "Больше популярных тэгов" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:381 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "Запись для группы" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Отметка" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:383 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:379 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Откуда:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Сеть:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:429 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Отписка" +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "Просмотр группы" + #: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Вы" -#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:133 -#: src/Module/PermissionTooltip.php:155 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Взаимные" @@ -2326,7 +2528,7 @@ msgid "Post to Email" msgstr "Отправить на Email" #: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Публично" @@ -2349,9 +2551,9 @@ msgstr "Это будет доступно только получателям, #: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." -msgstr "Начните набирать имя контакта или группы для появления списка. Вы так же можете выбрать специальные группы \"Подписаны на вас\" и \"Взаимные\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgstr "Начните набирать имя контакта или круга для появления списка. Вы так же можете выбрать специальные круги \"Подписаны на вас\" и \"Взаимные\"." #: src/Core/ACL.php:325 msgid "Show to:" @@ -2459,394 +2661,418 @@ msgstr "Если вы работаете под Windows, см. \"http://www.php. msgid "Generate encryption keys" msgstr "Генерация шифрованых ключей" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Ошибка: PDO или MySQLi модули PHP требуются, но не установлены." -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Ошибка: Драйвер MySQL для PDO не установлен." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "PDO или MySQLi PHP модуль" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "Ошибка, необходим PHP модуль XML, но он не установлен" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "XML PHP модуль" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "libCurl PHP модуль" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "GD graphics PHP модуль" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "OpenSSL PHP модуль" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "mb_string PHP модуль" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "iconv PHP модуль" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "Ошибка: необходим PHP модуль iconv, но он не установлен." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "POSIX PHP модуль" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "Ошибка: POSIX PHP модуль требуется, но не установлен." -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "Функции исполнения программ" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "Ошибка: Требуется наличие функций исполнения программ (proc_open), но они не включены." -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "JSON PHP модуль" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "Ошибка: JSON PHP модуль требуется, но не установлен." -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "File Information PHP модуль" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "Ошибка File Information PHP модуль требуется, но не установлен." -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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 "Установщику требуется создать файл \"local.config.php\" в каталоге \"config\" на вашем веб-сервере, но у него не получается это сделать." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:517 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:513 +#: src/Core/Installer.php:518 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 "В конце этой операции мы предоставим вам текст конфигурации, которую вам нужно будет сохранить в виде файла local.config.php в каталоге \"config\" вашей установки Френдики." -#: src/Core/Installer.php:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.md\" для получения инструкций." -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php доступен для записи" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки." -#: src/Core/Installer.php:538 +#: src/Core/Installer.php:543 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 "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica." -#: src/Core/Installer.php:539 +#: src/Core/Installer.php:544 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке." -#: src/Core/Installer.php:540 +#: src/Core/Installer.php:545 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 "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке." -#: src/Core/Installer.php:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 доступен для записи" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "Похоже, что Url rewrite в .htaccess не работает. Убедитесь, что вы скопировали .htaccess-dist в .htaccess." -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "В некоторых случаях (например, при запуске в контейнерах) вы можете пропустить эту ошибку." -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "Ошибка Curl при закачке" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "Url rewrite работает" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "Не удалось обнаружить TLS-соединение между браузером и новым сервером Friendica." -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "Настоятельно рекомендуется использовать Friendica только с безопасным соединением, так как передаётся чувствительная информация, например - пароли." -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "Пожалуйста, убедитесь, что соединение с сервером безопасно." -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "TLS не обнаружено." -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS обнаружено." -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "Модуль PHP ImageMagick не установлен" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "Модуль PHP ImageMagick установлен" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick поддерживает GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "База данных уже используется." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Не удалось подключиться к базе данных." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "Понедельник" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "Вторник" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "Среда" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "Четверг" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "Пятница" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "Суббота" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "Воскресенье" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "Январь" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "Февраль" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "Март" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "Апрель" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "Май" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "Июнь" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "Июль" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "Август" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "Сентябрь" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "Октябрь" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "Ноябрь" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "Декабрь" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Пн" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Вт" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Ср" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Чт" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Пт" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Сб" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Вс" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Янв" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Фев" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Мрт" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Апр" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Июн" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Июл" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Авг" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Сен" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Окт" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Нбр" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Дек" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2891,22 +3117,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "Обновления для postupdate версии %s не поддерживаются. Пожалуйста, обновитесь хотя бы до версии 2021.01 и дождитесь выполнения postupdate до версии 1383." -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "%s: выполняется предварительное обновление %d" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "%s: выполняется завершение обновления %d" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Обновление %s не удалось. Смотрите журнал ошибок." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2916,16 +3142,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "\n\t\t\t\tРазработчики Френдики недавно выпустили обновление %s,\n\t\t\t\tно при установке что-то пошло не так.\n\t\t\t\tЭто нужно исправить в ближайшее время и у меня не получается сделать это самостоятельно. Пожалуйста, свяжитесь с разработчиками Френдики, если вы не можете мне помочь сами. База данных может быть повреждена." -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "Сообщение об ошибке\\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica Notify] Обновление базы данных" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2937,28 +3163,28 @@ msgstr "\n\t\t\t\tБаза данных Friendica была успешно обн msgid "The database version had been set to %s." msgstr "Версия базы данных была установлена на %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "Версия postupdate сейчас %d, она должна достигнуть %d для безопасного удаления таблиц." -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "Неиспользуемые таблицы не найдены." -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "Эти таблицы не используются Friendica и будут удалены, когда вы выполните команду \"dbstructure drop -e\":" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "В MyISAM или InnoDB нет таблиц в формате Antelope." -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2966,42 +3192,42 @@ msgid "" "%s\n" msgstr "\nОшибка %d возникла при обновлении базы данных:\n%s\n" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "Ошибки, возникшие при применении изменений базы данных: " -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "Другая операция обновления базы данных уже запущена." -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Обновление базы данных" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "%s: обновляется %s таблица." -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Запись не найдена" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "Необрабатываемая сущность" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Нет авторизации" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Внутренняя ошибка сервера" @@ -3010,82 +3236,122 @@ msgstr "Внутренняя ошибка сервера" msgid "Legacy module file not found: %s" msgstr "Legacy-модуль не найден: %s" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "Удалённый круг с таким названием был восстановлен. Существующие права доступа могут применяться к этому кругу и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте ещё ​​один круг с другим названием." + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Все" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "редактировать" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "добавить" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "Редактировать круг" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "Контакты вне кругов" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "Создать круг" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "Название круга:" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "Редактировать круги" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Одобрить" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Организация" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Форум" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "Группа" -#: src/Model/Contact.php:2947 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Запрещенный URL профиля." -#: src/Model/Contact.php:2952 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Заблокированный домен" -#: src/Model/Contact.php:2957 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "Connect-URL отсутствует." -#: src/Model/Contact.php:2966 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "Контакт не может быть добавлен. Пожалуйста проверьте учётные данные на странице Настройки -> Социальные сети." -#: src/Model/Contact.php:2984 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "Ожидаемая сеть %s не соответствует обнаруженной сети %s" -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Указанный адрес профиля не дает адекватной информации." -#: src/Model/Contact.php:3003 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Обнаружены несовместимые протоколы связи или каналы." -#: src/Model/Contact.php:3006 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "Автор или имя не найдены." -#: src/Model/Contact.php:3009 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "Нет URL браузера, который соответствует этому адресу." -#: src/Model/Contact.php:3012 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "Не получается совместить этот адрес с известным протоколом или контактом электронной почты." -#: src/Model/Contact.php:3013 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email." -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." -#: src/Model/Contact.php:3024 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." -#: src/Model/Contact.php:3089 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Невозможно получить контактную информацию." @@ -3093,54 +3359,54 @@ msgstr "Невозможно получить контактную информ msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Начало:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Окончание:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "Весь день" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Сен" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "сегодня" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "мес." -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "неделя" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "день" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Нет событий для показа" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Доступ к этому профилю ограничен." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "Событие не найдено" @@ -3172,110 +3438,76 @@ msgstr "D g:i A" msgid "g:i A" msgstr "g:i A" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Показать карту" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Скрыть карту" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "день рождения %s" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "С днём рождения %s" -#: src/Model/Group.php:105 -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/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" +msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" -msgstr "Группа доступа по умолчанию для новых контактов" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" +msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Все" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "редактировать" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "добавить" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Редактировать группу" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Контакты не состоят в группе" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Создать новую группу" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Название группы: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Редактировать группы" - -#: src/Model/Item.php:2023 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Обнаруженные в этой записи языки:\\n%s" -#: src/Model/Item.php:2926 +#: src/Model/Item.php:3141 msgid "activity" msgstr "активность" -#: src/Model/Item.php:2928 +#: src/Model/Item.php:3143 msgid "comment" msgstr "комментарий" -#: src/Model/Item.php:2931 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "пост" -#: src/Model/Item.php:3093 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "%s заблокирован" -#: src/Model/Item.php:3095 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "%s игнорируется" -#: src/Model/Item.php:3097 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "Запись от %s скрыта" -#: src/Model/Item.php:3101 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Предупреждение о контенте: %s" -#: src/Model/Item.php:3519 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "байт" -#: src/Model/Item.php:3550 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" @@ -3284,7 +3516,7 @@ msgstr[1] "%2$s (%3$d%%, %1$d голоса)" msgstr[2] "%2$s (%3$d%%, %1$d голосов)" msgstr[3] "%2$s (%3$d%%, %1$d голосов)" -#: src/Model/Item.php:3552 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" @@ -3293,7 +3525,7 @@ msgstr[1] "%2$s (%1$d голоса)" msgstr[2] "%2$s (%1$d голосов)" msgstr[3] "%2$s (%1$d голосов)" -#: src/Model/Item.php:3557 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" @@ -3302,7 +3534,7 @@ msgstr[1] "%d голоса. Конец опроса: %s" msgstr[2] "%d голосов. Конец опроса: %s" msgstr[3] "%d голосов. Конец опроса: %s" -#: src/Model/Item.php:3559 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." @@ -3311,12 +3543,12 @@ msgstr[1] "%d голоса." msgstr[2] "%d голосов." msgstr[3] "%d голосов." -#: src/Model/Item.php:3561 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "Конец опроса: %s" -#: src/Model/Item.php:3595 src/Model/Item.php:3596 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Посмотреть в отдельной вкладке" @@ -3324,227 +3556,228 @@ msgstr "Посмотреть в отдельной вкладке" msgid "[no subject]" msgstr "[без темы]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:197 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Фото стены" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Редактировать профиль" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Изменить фото профиля" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Домашняя страничка:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:385 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "О себе:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Фид Atom" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "Принадлежность этой веб-страницы данному пользователю была подтверждена." -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[сегодня]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Напоминания о днях рождения" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Дни рождения на этой неделе:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[без описания]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Напоминания о мероприятиях" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "События на ближайшие 7 дней:" -#: src/Model/Profile.php:875 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s приветствует %2$s" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Родной город:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Семейное положение:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Вместе:" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "С:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Сексуальные предпочтения:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Политические взгляды:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Религиозные взгляды:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Нравится:" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Не нравится:" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Заголовок / Описание:" -#: src/Model/Profile.php:1025 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Резюме" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Музыкальные интересы" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Книги, литература" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "Телевидение" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Кино / танцы / культура / развлечения" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Хобби / Интересы" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Любовь / романтика" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Работа / занятость" -#: src/Model/Profile.php:1033 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Школа / образование" -#: src/Model/Profile.php:1034 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Контактная информация и социальные сети" -#: src/Model/User.php:214 src/Model/User.php:1120 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." -#: src/Model/User.php:572 src/Model/User.php:605 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Вход не удался" -#: src/Model/User.php:637 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Недостаточно информации для входа" -#: src/Model/User.php:754 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Пароль не может быть пустым" -#: src/Model/User.php:796 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Пароль не должен быть пустым." -#: src/Model/User.php:800 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Новый пароль содержится в опубликованных списках украденных паролей, пожалуйста, используйте другой." -#: src/Model/User.php:804 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "Длина пароля ограничена 72 символами." -#: src/Model/User.php:808 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "Пароль не может содержать пробелов и букв с акцентами." -#: src/Model/User.php:1003 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Пароли не совпадают. Пароль не изменен." -#: src/Model/User.php:1010 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "Требуется приглашение." -#: src/Model/User.php:1014 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Приглашение не может быть проверено." -#: src/Model/User.php:1022 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Неверный URL OpenID" -#: src/Model/User.php:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1035 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Сообщение об ошибке было:" -#: src/Model/User.php:1041 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Пожалуйста, введите необходимую информацию." -#: src/Model/User.php:1055 +#: src/Model/User.php:1203 #, 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:1062 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -3553,7 +3786,7 @@ msgstr[1] "Имя пользователя должно быть хотя бы % msgstr[2] "Имя пользователя должно быть хотя бы %s символов." msgstr[3] "Имя пользователя должно быть хотя бы %s символов." -#: src/Model/User.php:1066 +#: src/Model/User.php:1214 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -3562,60 +3795,60 @@ msgstr[1] "Имя пользователя должно быть не больш msgstr[2] "Имя пользователя должно быть не больше %s символов." msgstr[3] "Имя пользователя должно быть не больше %s символов." -#: src/Model/User.php:1074 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." -#: src/Model/User.php:1079 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." -#: src/Model/User.php:1083 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Неверный адрес электронной почты." -#: src/Model/User.php:1086 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Этот ник был заблокирован для регистрации администратором узла." -#: src/Model/User.php:1090 src/Model/User.php:1096 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Нельзя использовать этот Email." -#: src/Model/User.php:1102 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Ваш ник может содержать только символы a-z, 0-9 и _." -#: src/Model/User.php:1110 src/Model/User.php:1167 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." -#: src/Model/User.php:1154 src/Model/User.php:1158 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." -#: src/Model/User.php:1181 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." -#: src/Model/User.php:1188 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "При создании вашего контакта возникла проблема. Пожалуйста, попробуйте ещё раз." -#: src/Model/User.php:1193 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Друзья" -#: src/Model/User.php:1197 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "При создании группы контактов по-умолчанию возникла ошибка. Пожалуйста, попробуйте ещё раз." +"An error occurred creating your default contact circle. Please try again." +msgstr "При создании круга контактов по-умолчанию возникла ошибка. Пожалуйста, попробуйте ещё раз." -#: src/Model/User.php:1236 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Фотографии профиля" -#: src/Model/User.php:1431 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3623,7 +3856,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\n\t\tУважаемый(ая) %1$s,\n\t\t\tадминистратор %2$s создал для вас учётную запись." -#: src/Model/User.php:1434 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3641,10 +3874,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3655,12 +3887,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1467 src/Model/User.php:1574 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Подробности регистрации для %s" -#: src/Model/User.php:1487 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3675,12 +3907,12 @@ 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:1506 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "Регистрация на %s" -#: src/Model/User.php:1530 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3689,7 +3921,7 @@ msgid "" "\t\t\t" msgstr "\n\t\t\t\tУважаемый(ая) %1$s,\n\t\t\t\tСпасибо за регистрацию на %2$s. Ваша учётная запись создана.\n\t\t\t" -#: src/Model/User.php:1538 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3707,10 +3939,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3721,6 +3952,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Дополнение не найдено." @@ -3741,15 +3977,15 @@ msgid "Disable" msgstr "Отключить" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Включить" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:209 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 #: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:398 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3759,7 +3995,7 @@ msgstr "Администрирование" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Дополнения" @@ -3788,12 +4024,12 @@ msgid "Addon %s failed to install." msgstr "Не удалось установить дополнение %s." #: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 -#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:401 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 #: src/Module/Settings/Connectors.php:160 #: src/Module/Settings/Connectors.php:246 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Сохранить настройки" @@ -3878,15 +4114,17 @@ msgstr "Заблокировать %s" msgid "Manage Additional Features" msgstr "Управление дополнительными возможностями" -#: src/Module/Admin/Federation.php:75 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Другой" -#: src/Module/Admin/Federation.php:149 src/Module/Admin/Federation.php:398 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "неизвестно" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" @@ -3895,7 +4133,7 @@ msgstr[1] "%2$s системы всего" msgstr[2] "%2$s систем всего" msgstr[3] "%2$s систем всего" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" @@ -3904,7 +4142,7 @@ msgstr[1] "%2$s активных пользователя за месяц" msgstr[2] "%2$s активных пользователей за месяц" msgstr[3] "%2$s активных пользователей за месяц" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" @@ -3913,7 +4151,7 @@ msgstr[1] "%2$s активных пользователя за полгода" msgstr[2] "%2$s активных пользователей за полгода" msgstr[3] "%2$s активных пользователей за полгода" -#: src/Module/Admin/Federation.php:185 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" @@ -3922,7 +4160,7 @@ msgstr[1] "%2$s зарегистрированных пользователя" msgstr[2] "%2$s зарегистрированных пользователей" msgstr[3] "%2$s зарегистрированных пользователей" -#: src/Module/Admin/Federation.php:186 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" @@ -3931,7 +4169,7 @@ msgstr[1] "%2$s местных записей и комментариев" msgstr[2] "%2$s местных записей и комментариев" msgstr[3] "%2$s местных записей и комментариев" -#: src/Module/Admin/Federation.php:189 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" @@ -3940,7 +4178,7 @@ msgstr[1] "%2$s записи на пользователя" msgstr[2] "%2$s записей на пользователя" msgstr[3] "%2$s записей на пользователя" -#: src/Module/Admin/Federation.php:194 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" @@ -3949,18 +4187,18 @@ msgstr[1] "%2$s пользователя на систему" msgstr[2] "%2$s пользователей на систему" msgstr[3] "%2$s пользователей на систему" -#: src/Module/Admin/Federation.php:204 +#: src/Module/Admin/Federation.php:209 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:210 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "Статистика федерации" -#: src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -4002,8 +4240,8 @@ msgid "Enable Debugging" msgstr "Включить отладку" #: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 -#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:420 -#: src/Module/Admin/Site.php:428 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 msgid "" "Read-only because it is set by an environment variable" msgstr "" @@ -4155,7 +4393,8 @@ msgstr "Команда" msgid "Job Parameters" msgstr "Параметры задания" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:74 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Создано" @@ -4163,269 +4402,269 @@ msgstr "Создано" msgid "Priority" msgstr "Приоритет" -#: src/Module/Admin/Site.php:212 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "%s недопустимое значение для максимального размера изображений" -#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Нет специальной темы для мобильных устройств" -#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (экспериментально)" -#: src/Module/Admin/Site.php:342 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Нет общей ленты записей" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "Нет общей ленты записей для гостей" -#: src/Module/Admin/Site.php:344 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "Публичные записи от пользователей этого узла" -#: src/Module/Admin/Site.php:345 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "Публичные записи федеративной сети" -#: src/Module/Admin/Site.php:346 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "Публичные записи от местных пользователей и федеративной сети." -#: src/Module/Admin/Site.php:352 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Многопользовательский вид" -#: src/Module/Admin/Site.php:375 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Закрыто" -#: src/Module/Admin/Site.php:376 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Требуется подтверждение" -#: src/Module/Admin/Site.php:377 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Открыто" -#: src/Module/Admin/Site.php:381 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Не проверять" -#: src/Module/Admin/Site.php:382 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "проверить стабильную версию" -#: src/Module/Admin/Site.php:383 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "проверить development-версию" -#: src/Module/Admin/Site.php:387 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "нет" -#: src/Module/Admin/Site.php:388 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Местные контакты" -#: src/Module/Admin/Site.php:389 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:399 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Сайт" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Общая информация" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "Переопубликовать пользователей в каталог" -#: src/Module/Admin/Site.php:403 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Регистрация" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Загрузка файлов" -#: src/Module/Admin/Site.php:405 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Политики" -#: src/Module/Admin/Site.php:406 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:516 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Дополнительно" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "Каталог автообнаружения контактов" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Производительность" -#: src/Module/Admin/Site.php:409 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Обработчик" -#: src/Module/Admin/Site.php:410 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Ретранслятор записей" -#: src/Module/Admin/Site.php:411 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "Используйте команду \"console relay\" в командной строке для добавления и удаления ретрансляторов." -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "Система сейчас не подписана на ретрансляторы." -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "Система сейчас подписана на следующие ретрансляторы:" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "Переместить узел" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "Перемещение узла позволяет вам изменить DNS-имя этого узла с сохранением всех пользователей и записей. Этот процесс может занять много времени и может быть запущен только с помощью команды консоли:" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "(каталог Friendica)# bin/console relocate https://newdomain.com" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Название сайта" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Системный Email" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "Адрес с которого будут приходить письма пользователям." -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "Имя системного аккаунта" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "Имя внутреннего системного аккаунта, который используется для выполнения запросов ActivityPub. Это должно быть не занятое имя пользователя. После установки его нельзя изменить снова." -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Баннер/Логотип" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "Лого для писем" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Иконка сайта" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "Ссылка на иконку, которая будет использоваться браузерами." -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "Иконка веб-приложения" -#: src/Module/Admin/Site.php:426 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Ссылка на иконку, которая будет использоваться для создания ярлыка на смартфонах и планшетах." -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Дополнительная информация" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:477 #, 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:428 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Системный язык" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Системная тема" -#: src/Module/Admin/Site.php:429 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "Тема по-умолчанию - пользователи могут менять её в настройках своего профиля - Изменить тему по-умолчанию" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "Мобильная тема системы" -#: src/Module/Admin/Site.php:430 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Тема для мобильных устройств" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "SSL принудительно" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:481 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:432 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "Показать пункт \"помощь\" в меню навигации" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "Показывает пункт меню для страницы справки из меню навигации. Она так же всегда доступна по прямой ссылке /help." -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "Однопользовательский режим" -#: src/Module/Admin/Site.php:433 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "Сделать этот экземпляр многопользовательским, или однопользовательским для названного пользователя" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Максимальный размер изображения" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4433,193 +4672,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Максимальная длина картинки" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:489 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:440 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Качество JPEG изображения" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:490 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество." -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Политика регистрация" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "Maximum Users" -msgstr "" +msgstr "Максимум пользователей" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:493 msgid "" "If defined, the register policy is automatically closed when the given " "number of users is reached and reopens the registry when the number drops " "below the limit. It only works when the policy is set to open or close, but " "not when the policy is set to approval." -msgstr "" +msgstr "Если включено, регистрация будет автоматически закрываться при достижении указанного числа пользователей и вновь открываться, если число пользователей снова снизится. Это работает только, если регистрация установлена как открытая или закрытая, но не когда включено её одобрение." -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Максимальное число регистраций в день" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:494 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:445 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Текст регистрации" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "Будет отображаться на видном месте на странице регистрации. Вы можете использовать BBCode для оформления." -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Запрещённые ники" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:496 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:447 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Аккаунт считается после x дней не воспользованным" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:497 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:448 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Разрешенные домены друзей" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:498 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:449 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Разрешенные почтовые домены" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:499 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:450 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "Не показывать контент OEmbed" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "Не показывать внедрённое содержимое (например, PDF), если источником не являются домены из списка ниже." -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "Доверенные внешние домены" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "Список доменов через запятую, данные с которых будет разрешено внедрять в записи через OEmbed. Все поддомены этих доменов будут так же разрешены." -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Блокировать общественный доступ" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:502 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:453 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Принудительная публикация" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта." -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "Включение этого может нарушить законы о личных данных, например, GDPR." -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "URL глобального каталога" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:504 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:455 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Частные сообщения по умолчанию для новых пользователей" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Установить права на создание записей по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников." +"circle rather than public." +msgstr "Установить права на создание записей по-умолчанию для всех участников в приватный круг, а не для публично." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Не включать текст сообщения в email-оповещение." -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:506 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:457 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "Запретить публичный доступ к аддонам, перечисленным в меню приложений." -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников." -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "Не вставлять личные картинки в записи" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:508 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 " @@ -4627,11 +4866,11 @@ msgid "" "while." msgstr "Не заменяйте локально расположенные фотографии в записях на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время." -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "Контент для взрослых" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:509 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 " @@ -4640,267 +4879,319 @@ msgid "" "will be shown at the user registration page." msgstr "Включите, если ваш узел будет содержать преимущественно откровенный/чувствительный контент, который не должен быть показан несовершеннолетним. Эта информация появится в информации об узле и может быть использована, например, в глобальном каталоге для скрытия вашего узла при подборе узлов для регистрации. Так же пометка об этом появится на странице регистрации." -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "Проксировать внешние данные" -#: src/Module/Admin/Site.php:460 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "Отображать внешний контент через встроенное прокси. Это используется для некоторых случаев отображения OEmbed и некоторых других." -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "Кэшировать аватары" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "Локально сохранять аватары контактов. Это потребует существенного расхода места на диске, но увеличит производительность." -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "Разрешить пользователям установить remote_self" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:514 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:463 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "Разрешить несколько регистраций" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "Разрешить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц." -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "Включить OpenID" -#: src/Module/Admin/Site.php:464 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "Включить поддержку OpenID для регистрации и входа." -#: src/Module/Admin/Site.php:465 -msgid "Enable Fullname check" -msgstr "Включить проверку полноты имени" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" +msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." -msgstr "Проверять при регистрации, чтобы пользователь имел пробел в указанном имени между именем и фамилией." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." +msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "Уведомлять администраторов о новых регистрациях" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "Если включено и регистрации открыты, то о каждой новой регистрации будет сообщаться администраторам по электронной почте." -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "Публичная лента для посетителей" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "Какие публичные ленты будут доступны для гостей. Местные пользователи всегда видят обе ленты." -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "Число записей на пользователя в публичной ленте" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "Максимальное число записей от одного пользователя в публичной ленте узла. (Не применяется к федеративной публичной ленте)." -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "Включить поддержку электронной почты" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "Включает встроенную поддержку электронной почты, позволяющую работать с папками IMAP и отвечать по почте." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "Поддержка почты не может быть включена, так как не установлен модуль PHP IMAP." -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "Включить поддержку OStatus" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "Включить встроенную поддержку OStatus (StatusNet, GNU Social и т.п.). Всё общение в OStatus происходит публично." -#: src/Module/Admin/Site.php:474 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Поддержка Diaspora не может быть включена, так как Френдика была установлена в подкаталог." -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Включить поддержку Diaspora" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "Включить встроенную поддержку Diaspora для общения с серверами сети Diaspora." -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Проверка SSL" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:530 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:477 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Прокси пользователь" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "Имя пользователя прокси" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "Прокси URL" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "Если вы хотите указать прокси, который Friendica будет использовать для выхода в сеть, укажите здесь его URL." -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Тайм-аут сети" -#: src/Module/Admin/Site.php:479 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)." -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "Средняя максимальная нагрузка" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "Максимальная нагрузка на систему, прежде чем задания опроса и доставки начнут приостанавливаться - по-умолчанию %d." -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "Минимум памяти" -#: src/Module/Admin/Site.php:481 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "Минимально допустимая свободная память ОЗУ для запуска заданий. Для работы нужен доступ в /proc/meminfo - по-умолчанию 0 (отключено)." -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "Периодически оптимизировать таблицы" -#: src/Module/Admin/Site.php:482 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "Периодически оптимизировать таблицы, такие как cache и workerqueue" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "Обнаруживать подписчиков и друзей для контактов" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "Если включено, контакты будут проверяться на наличие подписчиков и друзей." -#: src/Module/Admin/Site.php:485 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "None - выключено." -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "Local contacts - местные контакты будут проверяться на наличие подписчиков и друзей." -#: src/Module/Admin/Site.php:487 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "Interactors - местные контакты и те контакты, кто взаимодействовал с локально видимыми записями, будут проверяться на наличие подписчиков и друзей." -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "Синхронизировать контакты с сервером каталога" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "Если включено, то система будет периодически проверять новые контакты на указанном сервере каталога." -#: src/Module/Admin/Site.php:491 -msgid "Days between requery" -msgstr "Интервал запросов" - -#: src/Module/Admin/Site.php:491 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Интервал в днях, с которым контакты сервера будут перепроверяться." - -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "Обнаруживать контакты с других серверов" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." -msgstr "Периодически опрашивать контакты с других серверов. В них входят Friendica, Mastodon и Hubzilla." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." +msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "Интервал запросов" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "Искать в местном каталоге" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:548 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:495 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "Опубликовать информацию о сервере" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:550 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 " @@ -4908,50 +5199,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "Если включено, общая информация о сервере и статистика будут опубликованы. В данных содержатся имя сервера, версия ПО, число пользователей с открытыми профилями, число записей, подключенные протоколы и соединители. Подробности смотрите на the-federation.info." -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "Проверять версию в репозитории" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:552 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. Если появится новая версия, вы получите уведомление в панели администратора." -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "Скрывать тэги" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Отключить показ списка тэгов в конце записей." -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "Очистка базы данных" -#: src/Module/Admin/Site.php:499 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "Удалять старые записи, полученные с других серверов, ненужные записи в базе данных." -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "Время жизни записей с других серверов" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:555 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:501 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "Время жизни ничейных элементов" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4959,144 +5250,308 @@ msgid "" "items if set to 0." msgstr "Когда очистка базы данных включена, эта настройка определяет число дней, после которого ничейные элементы (в основном, данные с ретранслятора) будут удалены. Значение по умолчанию 90 дней. Приравнивается ко времени жизни элементов других серверов, если выставлено в 0." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "Время жизни необработанных данных коммуникаций." -#: src/Module/Admin/Site.php:502 +#: src/Module/Admin/Site.php:557 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:503 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "Максимальное число комментариев для записи" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Сколько комментариев должно быть показано для каждой записи? Значение по-умолчанию: 100." -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "Максимальное число комментариев на запись при его просмотре" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "Сколько комментариев показывать при просмотре записи на отдельной странице? Значение по-умолчанию: 1000." -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Временная папка" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:562 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Если на вашей системе веб-сервер не имеет доступа к системному пути tmp, введите здесь другой путь." -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Искать только в тегах" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "На больших системах текстовый поиск может сильно замедлить систему." -#: src/Module/Admin/Site.php:507 -msgid "Generate counts per contact group when calculating network count" -msgstr "Показывать счётчики записей по группам при обновлении страницы сети" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" +msgstr "Показывать счётчики записей по кругам при обновлении страницы сети" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." -msgstr "Для систем, где активно используются группы контактов, это может быть затратно по ресурсам." +"On systems with users that heavily use contact circles the query can be very" +" expensive." +msgstr "Для систем, где активно используются круги контактов, это может быть затратно по ресурсам." -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "Максимальное число параллельно работающих worker'ов" -#: src/Module/Admin/Site.php:509 +#: src/Module/Admin/Site.php:568 #, php-format msgid "" "On shared hosters set this to %d. On larger systems, values of %d are great." " Default value is %d." msgstr "На shared-хостингах установите это в %d. На больших системах можно установить %d или больше. Значение по-умолчанию %d." -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "Включить fastlane" -#: src/Module/Admin/Site.php:510 +#: src/Module/Admin/Site.php:570 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:512 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "Прямая ретрансляция" -#: src/Module/Admin/Site.php:512 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "Разрешает прямую отправку на другие серверы без использования ретрансляторов" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "Область ретрансляции" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 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\". \"all\" означает, что любые публичные записи будут получены. \"tags\" включает приём публичных записей с выбранными тэгами." -#: src/Module/Admin/Site.php:513 src/Module/Contact/Profile.php:286 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "Отключено" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "all" -#: src/Module/Admin/Site.php:513 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "tags" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "Тэги сервера" -#: src/Module/Admin/Site.php:514 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "Список тэгов, разделённых запятыми, используемый для подписки в режиме \"tags\"" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "Запретить тэги сервера" -#: src/Module/Admin/Site.php:515 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "Разделённый запятыми список тэгов, которые будут отбрасываться." -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "Разрешить пользовательские тэги" -#: src/Module/Admin/Site.php:516 +#: src/Module/Admin/Site.php:580 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:519 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "Начать перемещение" @@ -5252,51 +5707,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s не доступен на вашей системе. Это серьёзная проблема, которая мешает межсерверной коммуникации. Посмотрите страницу установки для помощи." -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Очереди сообщений" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "Настройки сервера" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Версия" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "Активные дополнения" @@ -5393,7 +5837,7 @@ msgstr "Правила сервера" msgid "Enter your system rules here. Each line represents one rule." msgstr "Введите здесь правила поведения на сервере. Каждая линия - отдельное правило." -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5410,7 +5854,7 @@ msgstr "Только заглавные записи могут быть доб msgid "Only starting posts can be muted" msgstr "Только заглавные записи можно заглушить" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "Записями от %s нельзя поделиться" @@ -5423,7 +5867,7 @@ msgstr "Только заглавные записи можно удалить msgid "Only starting posts can be unmuted" msgstr "Только с заглавных записей можно снять заглушение" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "Нельзя отменить продвижение для записей от %s " @@ -5449,11 +5893,11 @@ msgstr "Пункт не был найден." msgid "Please login to continue." msgstr "Пожалуйста, войдите для продолжения." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "У вас нет доступа к страницам администратора." -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5463,11 +5907,11 @@ msgstr "Дополнительная учётная запись не имеет msgid "Overview" msgstr "Общая информация" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "Конфигурация" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Дополнительные возможности" @@ -5487,7 +5931,7 @@ msgstr "Посмотреть отложенные задания" msgid "Inspect worker Queue" msgstr "Посмотреть очередь заданий" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "Диагностика" @@ -5515,16 +5959,16 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Регистрации пользователей, ожидающие подтверждения" -#: src/Module/BaseApi.php:451 src/Module/BaseApi.php:467 -#: src/Module/BaseApi.php:483 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "Слишком много запросов" -#: src/Module/BaseApi.php:452 +#: src/Module/BaseApi.php:456 #, 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." @@ -5533,7 +5977,7 @@ msgstr[1] "Дневной лимит в %d записи достигнут. За msgstr[2] "Дневной лимит в %d записей достигнут. Запись отклонена." msgstr[3] "Дневной лимит в %d записей достигнут. Запись отклонена." -#: src/Module/BaseApi.php:468 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5543,7 +5987,7 @@ msgstr[1] "Недельный лимит в %d записи достигнут. msgstr[2] "Недельный лимит в %d записей достигнут. Запись была отклонена." msgstr[3] "Недельный лимит в %d записей достигнут. Запись была отклонена." -#: src/Module/BaseApi.php:484 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5553,32 +5997,46 @@ msgstr[1] "Месячный лимит в %d записей достигнут. msgstr[2] "Месячный лимит в%d записей достигнут. Запись была отклонена." msgstr[3] "Месячный лимит в %d записей достигнут. Запись была отклонена." -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "У вас нет доступа к страницам модераторов." + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "Дополнительная учётная запись не имеет доступа к модераторским страницам. Пожалуйста, зайдите под основной." + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "Обращения" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Пользователи" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "Инструменты" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "Чёрный список контактов" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "Чёрный список серверов" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Удалить запись" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" -msgstr "" +msgstr "Исходник" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:478 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Информация о вас" @@ -5602,15 +6060,15 @@ msgstr "Записи, публикация которых запланирова msgid "Tips for New Members" msgstr "Советы для новых участников" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "Поиск по людям - %s" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" -msgstr "Поиск по форумам - %s" +msgid "Group Search - %s" +msgstr "Поиск по группам - %s" #: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" @@ -5626,41 +6084,45 @@ msgid_plural "" "%d results were filtered out because your node blocks the domain they are " "registered on. You can review the list of domains your node is currently " "blocking in the About page." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d результато не был показан, так как ваш сервер блокирует домен источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле." +msgstr[1] "%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле." +msgstr[2] "%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле." +msgstr[3] "%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле." -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Аккаунт" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "Двухфакторная аутентификация" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Внешний вид" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:204 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Социальные сети" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "Управление учётными записями" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Подключенные приложения" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "Другие серверы" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Экспорт личных данных" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Удалить аккаунт" @@ -5675,11 +6137,11 @@ msgstr "Запись создана" #: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135 #: src/Module/Calendar/Event/Form.php:80 msgid "Invalid Request" -msgstr "" +msgstr "Неверный запрос" #: src/Module/Calendar/Event/API.php:109 msgid "Event id is missing." -msgstr "" +msgstr "Отсутствует id события" #: src/Module/Calendar/Event/API.php:131 msgid "Failed to remove event" @@ -5719,8 +6181,9 @@ msgstr "Начало мероприятия:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Требуется" @@ -5780,11 +6243,114 @@ msgstr "Смотреть" msgid "Create New Event" msgstr "Создать новое мероприятие" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "список" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "Не удалось создать круг." + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "Круг не найден." + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "Название круга не изменено." + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "Неизвестный круг." + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Контакт не найден." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Недопустимый контакт." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "Контакт удалён." + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "Не удалось добавить контакт в круг." + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "Контакт успешно добавлен в круг." + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "Не удалось удалить контакт из круга." + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "Контакт успешно удалён из круга." + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "Ошибочный запрос." + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "Сохранить круг" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "Фильтр" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "Создать круг контактов/друзей." + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "Не удаётся удалить круг." + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "Удалить круг" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "Изменить имя круга" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Участники" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "Круг пуст" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "Удалить контакт из круга" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Нажмите на контакт, чтобы добавить или удалить." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "Добавить контакт в круг" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." @@ -5793,159 +6359,146 @@ msgstr[1] "%d контакта изменено." msgstr[2] "%d контактов изменены." msgstr[3] "%d контактов изменены." -#: src/Module/Contact.php:341 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Показать все контакты" -#: src/Module/Contact.php:346 src/Module/Contact.php:414 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "В ожидании" -#: src/Module/Contact.php:349 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "Показать только контакты \"в ожидании\"" -#: src/Module/Contact.php:354 src/Module/Contact.php:415 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Заблокированы" -#: src/Module/Contact.php:357 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Показать только блокированные контакты" -#: src/Module/Contact.php:362 src/Module/Contact.php:417 -#: src/Object/Post.php:345 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Игнорируются" -#: src/Module/Contact.php:365 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Показать только игнорируемые контакты" -#: src/Module/Contact.php:370 src/Module/Contact.php:418 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "Свёрнуто" -#: src/Module/Contact.php:373 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "Показать только сворачиваемые контакты" -#: src/Module/Contact.php:378 src/Module/Contact.php:419 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Архивированные" -#: src/Module/Contact.php:381 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Показывать только архивные контакты" -#: src/Module/Contact.php:386 src/Module/Contact.php:416 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Скрытые" -#: src/Module/Contact.php:389 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Показывать только скрытые контакты" -#: src/Module/Contact.php:397 -msgid "Organize your contact groups" -msgstr "Настроить группы контактов" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" +msgstr "Настроить круги контактов" -#: src/Module/Contact.php:430 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Поиск ваших контактов" -#: src/Module/Contact.php:431 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "Результаты для: %s" -#: src/Module/Contact.php:438 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Обновление" -#: src/Module/Contact.php:439 src/Module/Contact/Profile.php:477 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Разблокировать" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:485 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Не игнорировать" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:493 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "Не сворачивать" -#: src/Module/Contact.php:443 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "Пакетные действия" -#: src/Module/Contact.php:486 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "Диалоги этого контакта" -#: src/Module/Contact.php:491 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "Записи и комментарии" -#: src/Module/Contact.php:494 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "Отдельные записи и ответы" -#: src/Module/Contact.php:502 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "Записи с медиа" -#: src/Module/Contact.php:509 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "Показать все известные контакты" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "Дополнительные Настройки Контакта" -#: src/Module/Contact.php:555 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Взаимная дружба" -#: src/Module/Contact.php:559 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "является вашим поклонником" -#: src/Module/Contact.php:563 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "Вы - поклонник" -#: src/Module/Contact.php:581 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Исходящий запрос на подписку" -#: src/Module/Contact.php:583 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Входящий запрос на подписку" -#: src/Module/Contact.php:596 src/Module/Contact/Profile.php:346 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Посетить профиль %s [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Контакт не найден." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Обновление контакта неудачное." @@ -5956,6 +6509,7 @@ msgstr "Возврат к редактору контакта" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 #: src/Module/Moderation/Users/Create.php:70 @@ -5982,11 +6536,6 @@ msgstr "URL опроса/ленты" msgid "New photo from this URL" msgstr "Новое фото из этой URL" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Недопустимый контакт." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Нет известных контактов." @@ -6053,7 +6602,7 @@ msgstr[2] "Контакты (%s)" msgstr[3] "Контакты (%s)" #: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -6091,15 +6640,16 @@ msgstr "Пожалуйста, ответьте следующее:" msgid "Your Identity Address:" msgstr "Ваш адрес:" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:375 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL профиля" -#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:387 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" @@ -6125,8 +6675,8 @@ msgstr "Не удалось добавить этот контакт." #: src/Module/Contact/MatchInterests.php:94 #: src/Module/Media/Attachment/Upload.php:77 #: src/Module/Media/Attachment/Upload.php:82 -#: src/Module/Media/Photo/Upload.php:82 src/Module/Media/Photo/Upload.php:87 -#: src/Module/Media/Photo/Upload.php:136 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Неверный запрос." @@ -6138,248 +6688,312 @@ msgstr "Нет совпадающих ключевых слов. Пожалуй msgid "Profile Match" msgstr "Похожие профили" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Не удалось обновить запись контакта." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Контакт разблокирован" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Контакт заблокирован" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "У контакта отменено игнорирование" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Контакт проигнорирован" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "Записи контакта не сворачиваются" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "Записи контакта сворачиваются" -#: src/Module/Contact/Profile.php:242 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "У Вас взаимная дружба с %s" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Вы делитесь с %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s делится с Вами" -#: src/Module/Contact/Profile.php:260 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Приватные коммуникации недоступны для этого контакта." -#: src/Module/Contact/Profile.php:262 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "Этот контакт на игнорируемом вами сервере." + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Никогда" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Обновление не удалось)" -#: src/Module/Contact/Profile.php:265 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Обновление было успешно)" -#: src/Module/Contact/Profile.php:267 src/Module/Contact/Profile.php:448 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Предложить друзей" -#: src/Module/Contact/Profile.php:271 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Сеть: %s" -#: src/Module/Contact/Profile.php:276 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Связь с контактом утеряна!" -#: src/Module/Contact/Profile.php:282 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "Получить подробную информацию о фидах" -#: src/Module/Contact/Profile.php:284 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "Извлекать картинки предпросмотра, заголовок и вступление из записи ленты. Вы можете включить эту опцию, если лента не содержит много текста. Ключевые слова берутся из метаданных записи и публикуются как теги." -#: src/Module/Contact/Profile.php:287 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Получить информацию" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "Получить ключевые слова" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "Получить информацию и ключевые слова" -#: src/Module/Contact/Profile.php:299 src/Module/Contact/Profile.php:304 -#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:315 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Не зеркалировать" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:310 -#: src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "Зеркалировать как мои сообщения" -#: src/Module/Contact/Profile.php:305 src/Module/Contact/Profile.php:311 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "Обычный репост" -#: src/Module/Contact/Profile.php:328 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Информация о контакте / Заметки" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "Настройки контакта" -#: src/Module/Contact/Profile.php:337 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Контакт" -#: src/Module/Contact/Profile.php:341 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Персональная заметка" -#: src/Module/Contact/Profile.php:343 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Редактировать заметки контакта" -#: src/Module/Contact/Profile.php:347 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Блокировать / Разблокировать контакт" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Игнорировать контакт" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Просмотр бесед" -#: src/Module/Contact/Profile.php:354 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Последнее обновление: " -#: src/Module/Contact/Profile.php:356 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Обновить публичные сообщения" -#: src/Module/Contact/Profile.php:358 src/Module/Contact/Profile.php:458 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Обновить сейчас" -#: src/Module/Contact/Profile.php:360 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "Ожидаем подтверждения соединения" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "В настоящее время заблокирован" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "В настоящее время игнорируется" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "В настоящее время сворачивается" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "В данный момент архивирован" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "Управлять удалёнными серверами" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Скрыть этот контакт от других" -#: src/Module/Contact/Profile.php:367 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Ответы/лайки ваших публичных сообщений будут видимы." -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Уведомление о новых записях" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "Отправлять уведомление о каждом новой записи контакта" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "Запретный список слов" -#: src/Module/Contact/Profile.php:370 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Список слов через запятую, которые не должны конвертироваться в хэштеги, когда включено \"Получать информацию и хэштеги\"" -#: src/Module/Contact/Profile.php:388 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "Действия" -#: src/Module/Contact/Profile.php:390 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Записи" -#: src/Module/Contact/Profile.php:396 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "Зекралировать сообщения от этого контакта" -#: src/Module/Contact/Profile.php:398 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Пометить этот контакт как remote_self, что заставит Friendica отправлять сообщения от этого контакта." -#: src/Module/Contact/Profile.php:468 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "Настройки каналов" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "Частота появления этого контакта в каналах" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "В зависимости от типа канала, не все записи этого контакта могут отображаться в них. По-умолчанию записи должны получить некоторое число взаимодействий (комментарии, лайки), чтобы попасть в каналы. Так же некоторые контакты могут заполнять каналы слишком частыми записями или вы можете не хотеть видеть их в каналах вообще, но не готовы их игнорировать или блокировать полностью." + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "Обычная частота" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "Записи этого контакта будут показаны в канале \"Для Вас\", если вы часто взаимодействуете с ним, либо запись этого контакта получит какую-то активность." + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "Показывать все" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "Все записи от этого контакта будут показаны в канале \"Для Вас\"" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "Показывать немного" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "Когда контакт создаёт много записей за короткий период, эта настройка сократит число отображаемых записей в каналах." + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "Не показывать" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "Записи этого контакта никогда не будут показаны в каналах" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "Обновить данные контакта" -#: src/Module/Contact/Profile.php:479 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "Изменить статус блокированности (заблокировать/разблокировать)" -#: src/Module/Contact/Profile.php:487 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "Изменить статус игнорирования" -#: src/Module/Contact/Profile.php:495 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "Изменить статус сворачивания" -#: src/Module/Contact/Profile.php:502 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "Отозвать подписку" -#: src/Module/Contact/Profile.php:504 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "Отменить подписку этого контакта на вас" @@ -6391,10 +7005,6 @@ msgstr "Ошибочный запрос." msgid "Unknown contact." msgstr "Неизвестный контакт." -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "Контакт удалён." - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "Контакт удаляется." @@ -6412,7 +7022,7 @@ msgstr "Вы действительно хотите отозвать подпи #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Да" @@ -6442,102 +7052,59 @@ msgstr "Подписка успешно удалена" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "Не получается отписаться от этого контакта, пожалуйста, свяжитесь с вашим администратором" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Нет результатов." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "Канал недоступен" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "Эта общая лента показывает все публичные записи, которые получил этот сервер. Они могут не отражать мнений пользователей этого сервера." -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "Местное сообщество" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "Записи пользователей с этого сервера" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "Глобальное сообщество" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "Записи пользователей со всей федеративной сети" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Свои контакты" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Включить" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Скрыть" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Нет результатов." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "Сообщество недоступно." -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Недоступно." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Нет такой группы" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "Нет такого круга" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Группа: %s" +msgid "Circle: %s" +msgstr "Круг: %s" -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" -msgstr "Вся активность" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." +msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" -msgstr "Отсортировать по свежей активности" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." +msgstr "Лента недоступна" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" -msgstr "Новые записи" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Свои контакты" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "Отсортировать по времени получения записей" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Включить" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "По времени" - -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "Отсортировать по времени создания записей" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:235 -msgid "Personal" -msgstr "Личные" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Записи, которые упоминают вас или в которых вы участвуете" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:357 -msgid "Starred" -msgstr "Избранное" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Избранные записи" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Скрыть" #: src/Module/Credits.php:44 msgid "Credits" @@ -6757,7 +7324,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Вы должны быть залогинены для использования этого модуля" @@ -6818,29 +7385,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Вы вошли как %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Переключить учётную запись" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Управление учётными записями" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "Выберите учётную запись:" - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Нет записей (некоторые записи могут быть скрыты)." @@ -6886,138 +7430,59 @@ msgstr "Предложить друзей" msgid "Suggest a friend for %s" msgstr "Предложить друга для %s." -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "Установленные дополнения:" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "Нет установленных дополнений" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "Ознакомьтесь с Условиями Предоставления Услуг этого узла." -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "На этом сервере заблокированы следующие удалённые серверы." -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Причина блокировки" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "Скачать этот список в формате CSV" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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 "Это сервер Friendica, версия %s, работающий по адресу %s. Версия базы данных %s, версия post update %s." -#: src/Module/Friendica.php:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "Посетите Friendi.ca, чтобы узнать больше о проекте Friendica." -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "багтрекер на github" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "Предложения, отзывы, похвала - пишите нам на info[собака]friendi[точка]ca" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Не удалось создать группу." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Группа не найдена." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "Название группы не изменено." - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "Неизвестная группа." - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "Не удалось добавить контакт в группу." - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "Контакт успешно добавлен в группу." - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "Не удалось удалить контакт из группы." - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "Контакт успешно удалён из группы." - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "Ошибочный запрос." - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Сохранить группу" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "Фильтр" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Создать группу контактов / друзей." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Не удается удалить группу." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "Удалить группу" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "Изменить имя группы" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Участники" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Группа пуста" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "Удалить контакт из группы" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Нажмите на контакт, чтобы добавить или удалить." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "Добавить контакт в группу" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Нет профиля" @@ -7311,30 +7776,26 @@ msgstr "Создать новую запись" msgid "Visibility" msgstr "Видимость" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "Очистить локацию" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "Геолокация на вашем устройстве недоступна" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "Геолокация отключена. Пожалуйста, проверьте разрешения этого сайта на вашем устройстве" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "Вы можете включить открытие этой страницы по кнопке создания новой записи в настройках отображения темы." -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Запрошенная запись не существует или была удалена." - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Лента недоступна для этого объекта." @@ -7369,7 +7830,7 @@ msgstr "Файлы" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Загрузить" @@ -7390,21 +7851,14 @@ msgstr "Файл превышает лимит размера в %s" msgid "File upload failed." msgstr "Загрузка файла не удалась." -#: src/Module/Media/Photo/Upload.php:153 src/Module/Media/Photo/Upload.php:154 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Невозможно обработать фото." -#: src/Module/Media/Photo/Upload.php:187 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Изображение превышает лимит размера в %s" - -#: src/Module/Media/Photo/Upload.php:205 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Загрузка фото неудачная." @@ -7436,41 +7890,41 @@ msgstr "Удалённые" msgid "List of pending user deletions" msgstr "Список ожидающих удаления" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Стандартная страница аккаунта" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "Публичная страница" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Публичный форум" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "Публичная группа" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "\"Автоматический друг\" страница" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Закрытый форум" +msgid "Private Group" +msgstr "Закрытая группа" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Личная страница" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Организационная страница" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "Новостная страница" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" -msgstr "Форум сообщества" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" +msgstr "Группа сообщества" #: src/Module/Moderation/BaseUsers.php:130 msgid "Relay" @@ -7528,6 +7982,7 @@ msgid "Block New Remote Contact" msgstr "Заблокировать новый контакт" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Фото" @@ -7605,6 +8060,8 @@ msgid "Matching known servers" msgstr "Совпадающие известные серверы" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Имя сервера" @@ -7756,6 +8213,7 @@ msgstr "Заменяет текущий список загруженными з #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "Маска домена блокируемого сервера" @@ -7869,10 +8327,6 @@ msgstr "Ключевое слово" msgid "URL" msgstr "URL" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Отметка" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "Неявная отметка" @@ -7895,6 +8349,239 @@ msgstr "" msgid "Item Guid" msgstr "GUID записи" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "Контакт не найден или их сервер уже заблокирован на этом узле." + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "Пожалуйста, войдите для доступа к этой странице." + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "Создать обращение к модераторам" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "Выбор контакта" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "Пожалуйста, выберите адрес контакта или URL профиля, о котором вы хотите отправить обращение." + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "Адрес контакта/URL" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "Выбор категории" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "Пожалуйста, выберите категорию обращения." + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "Спам" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "Этот контакт публикует много повторяющихся/слишком длинных записей/комментариев, либо рекламирует свои товары/услуги там, где это неуместно." + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "Противозаконный контент" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "Этот контакт публикует что-то, что запрещено законом в юрисдикции данного узла." + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "Общественный порядок" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "Этот контакт раздражает вас или других людей провокационным или невежливым поведением, намеренно или нет. Это включает распространение частной информации о других людях (doxxing), угрозы, оскорбительные изображения в записях или комментариях." + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "Нежелательные материалы/поведение" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "Этот контакт неоднократно публикует что-то, не относящееся к тематике узла, открыто критикует администраторов/модераторов без непосредственного обращения к ним, намеренно провоцирует раздор в чувствительных темах." + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "Нарушение правил" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "Этот контакт нарушил одно или несколько правил этого узла. Вы сможете выбрать какие на следующем шаге." + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "Пожалуйста, расскажите о причинах вашего обращения. Чем больше деталей вы предоставите, тем лучше ваше обращение будет обработано." + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "Дополнительная информация" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "Пожалуйста, добавьте любую дополнительную информацию, относящуюся к ситуации. Вы сможете прикрепить записи на следующем шаге, но любые детали пригодятся." + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "Выберите правила" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "Пожалуйста, выберите правила, которые по вашему мнению были нарушены." + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "Выберите записи" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "Пожалуйста, выберите записи, которые вы хотите добавить к обращению." + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "Отправить обращение" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "Дальнейшие действия" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "Вы так же можете сделать следующее с этим контактом:" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "Ничего" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "Сворачивать контакт" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "Их записи и комментарии будут появляться в вашей ленте, но они будут свёрнуты." + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "Их записи и комментарии не будут больше появляться в вашей ленте, но могут появляться в групповых ветках. Так же они могут подписаться на вас." + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "Заблокировать контакт" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "Их записи не будут появляться в вашей ленте, но их ответы могут появляться в групповых ветках в свёрнутом виде. Они не смогут подписаться на вас, но могут увидеть ваши публичные записи другими способами." + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "Переслать обращение" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "Вы хотите переслать это обращение на удалённый сервер?" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "1. Выберите контакт" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "2. Выберите категорию" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "2a. Выберите правила" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "2b. Добавьте комментарий" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "3. Выберите записи" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "Список обращений" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "Эта страница показывает обращения, созданные нашими или удалёнными пользователями." + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "Обращений на этом узле нет." + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "Категория" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "%s обращение" +msgstr[1] "%s обращения" +msgstr[2] "%s обращений" +msgstr[3] "%s обращений" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "URL контакта в обращении." + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Обычный аккаунт" @@ -7904,8 +8591,8 @@ msgid "Automatic Follower Account" msgstr "\"Автоматический друг\" Аккаунт" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" -msgstr "Публичный форум" +msgid "Public Group Account" +msgstr "Публичная группа" #: src/Module/Moderation/Summary.php:56 msgid "Automatic Friend Account" @@ -7916,8 +8603,8 @@ msgid "Blog Account" msgstr "Аккаунт блога" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" -msgstr "Закрытый форум" +msgid "Private Group Account" +msgstr "Закрытая группа" #: src/Module/Moderation/Summary.php:78 msgid "Registered users" @@ -8163,7 +8850,7 @@ msgstr "Утверждения, о которых должно быть вам #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Нет" @@ -8227,11 +8914,11 @@ msgstr "Уведомления" msgid "Show unread" msgstr "Показать непрочитанные" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} запрос на регистрацию" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} и %d других запросов на регистрацию" @@ -8250,7 +8937,7 @@ msgstr "Вы действительно хотите разрешить этом msgid "Unsupported or missing response type" msgstr "Неподдерживаемый или отсутствующий тип отклика" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "Неполные данные запроса" @@ -8261,13 +8948,13 @@ msgid "" "close this window: %s" msgstr "Пожалуйста, скопируйте следующий код аутентификации в ваше приложение и закройте это окно: %s" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" -msgstr "" +msgstr "Ошибочные данные или неизвестный клиент" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" -msgstr "" +msgstr "Неподдерживаемый или отсутствующий тип гранта." #: src/Module/OStatus/Repair.php:83 msgid "Resubscribing to OStatus contacts" @@ -8332,7 +9019,7 @@ msgstr "игнорирован" #: src/Module/PermissionTooltip.php:49 #, php-format msgid "Wrong type \"%s\", expected one of: %s" -msgstr "" +msgstr "Ошибочный тип \"%s\", ожидался один из: %s" #: src/Module/PermissionTooltip.php:79 msgid "Model not found" @@ -8346,65 +9033,65 @@ msgstr "Непублично" msgid "Remote privacy information not available." msgstr "Личная информация удаленно недоступна." -#: src/Module/PermissionTooltip.php:121 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Кто может видеть:" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "Коллекция (%s)" -#: src/Module/PermissionTooltip.php:208 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "Подписчики (%s)" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "%d ещё" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " -msgstr "" +msgstr "Кому: %s
    " -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " -msgstr "" +msgstr "CC: %s
    " -#: src/Module/PermissionTooltip.php:237 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " -msgstr "" +msgstr "BCC: %s
    " -#: src/Module/PermissionTooltip.php:240 +#: src/Module/PermissionTooltip.php:250 #, php-format msgid "Audience: %s
    " -msgstr "" +msgstr "Аудитория: %s
    " -#: src/Module/PermissionTooltip.php:243 +#: src/Module/PermissionTooltip.php:253 #, php-format msgid "Attributed To: %s
    " -msgstr "" +msgstr "Относится к: %s
    " -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "Фото недоступно." -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "Фотография с id %s недоступна." -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "Проблема с внешним ресурсом по адресу %s." -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "Неправильное фото с id %s." @@ -8445,8 +9132,8 @@ msgstr "Удалить ключевое слово" msgid "Select a tag to remove: " msgstr "Выберите ключевое слово для удаления: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Удалить" @@ -8456,24 +9143,31 @@ msgstr "Нет контактов." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1032 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "Лента %s" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1036 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "Записи %s" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1039 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "Комментарии %s" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Изображение превышает лимит размера в %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Не получилось загрузить изображение, попробуйте снова" @@ -8492,7 +9186,7 @@ msgstr "Сервер не принимает новые файлы для заг msgid "Image file is empty." msgstr "Файл изображения пуст." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Просмотреть альбом" @@ -8507,7 +9201,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "Сейчас вы видите свой профиль как %s Отмена" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:575 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Полное имя:" @@ -8528,12 +9222,12 @@ msgid "Birthday:" msgstr "День рождения:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Возраст: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:253 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8543,13 +9237,13 @@ msgstr[2] "%dлет" msgstr[3] "%dлет" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:246 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Описание:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" -msgstr "Форумы:" +msgid "Groups:" +msgstr "Группы:" #: src/Module/Profile/Profile.php:273 msgid "View profile as:" @@ -8705,8 +9399,8 @@ msgid "Your invitation code: " msgstr "Ваш код приглашения:" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Ваше полное имя (например, Иван Иванов):" +msgid "Your Display Name (as you would like it to be displayed on this system" +msgstr "Ваше полное имя (как вы бы хотели его видеть здесь" #: src/Module/Register.php:159 msgid "" @@ -8719,7 +9413,7 @@ msgid "Please repeat your e-mail address:" msgstr "Пожалуйста, введите адрес электронной почты ещё раз:" #: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Новый пароль:" @@ -8728,7 +9422,7 @@ msgid "Leave empty for an auto generated password." msgstr "Оставьте пустым для автоматической генерации пароля." #: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Подтвердите:" @@ -8755,11 +9449,11 @@ msgstr "Импорт своего профиля в этот экземпляр msgid "Note: This node explicitly contains adult content" msgstr "Внимание: на этом сервере размещаются материалы для взрослых." -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "Родительский пароль:" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "Пожалуйста введите пароль от родительского аккаунта для подтверждения запроса." @@ -8946,24 +9640,24 @@ msgid "Update Password" msgstr "Изменить пароль" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Текущий пароль:" #: src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Ваш текущий пароль, для подтверждения изменений" #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:552 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "Допустимые символы a-z, A-Z, 0-9 и специальные символы за исключением пробелов и букв с акцентами." #: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:553 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "Длина пароля ограничена 72-мя символами." @@ -8974,7 +9668,7 @@ msgstr "Осталось кодов для восстановления: %d" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "Неправильный код, попробуйте ещё." @@ -9059,7 +9753,7 @@ msgid "" msgstr "Если у вас нет доступа к кодам аутентификации, вы можете использовать код восстановления." #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "Пожалуйста, введите код из вашего приложения для аутентификации" @@ -9087,99 +9781,99 @@ msgstr "Неправильный адрес почты" msgid "Cannot change to that email." msgstr "Нельзя установить этот адрес почты" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Настройки не были изменены." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "Ошибка загрузки CSV с контактами" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "Импорт контактов завершён" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "Перемещённое сообщение было отправлено списку контактов" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Не получается найти ваш профиль. Пожалуйста свяжитесь с администратором." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "Подтипы личной страницы" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" -msgstr "Подтипы форума сообщества" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" +msgstr "Типы групп сообществ" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Личная учётная запись" -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Учётная запись организации, которая автоматически одобряет новых подписчиков." -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Учётная запись новостной ленты, которая автоматически одобряет новых подписчиков." -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "Учётная запись для совместных обсуждений." -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Личная учётная запись, которая требует ручного одобрения для новых подписчиков и друзей." -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Учётная запись для публичного профиля, которая автоматически одобряет новых подписчиков." -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Автоматически одобряет все запросы на подписку." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Учётная запись для публичной личности, которая автоматически добавляет все новые контакты в друзья." -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Личный форум [экспериментально]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "Частная группа [экспериментально]" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "Требует ручного одобрения запросов на подписку." -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "Опубликовать ваш профиль в каталоге вашего сервера?" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -9187,89 +9881,94 @@ msgid "" " system settings." msgstr "Ваш профиль будет опубликован в локальном каталоге этого сервера. Данные вашего профиля могут быть доступны публично в зависимости от настроек." -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "Ваш профиль так же будет опубликован в глобальных каталогах Френдики (напр. %s)." -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Настройки аккаунта" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Ваш адрес: '%s' или '%s'." -#: src/Module/Settings/Account.php:565 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Смена пароля" -#: src/Module/Settings/Account.php:567 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Оставьте поля пароля пустыми, если он не изменяется" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Пароль:" -#: src/Module/Settings/Account.php:569 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "Ваш текущий пароль для подтверждения смены адреса почты" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "Удалить ссылку OpenID" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Основные параметры" -#: src/Module/Settings/Account.php:576 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "Отображаемое имя:" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "Адрес электронной почты:" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Ваш часовой пояс:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Ваш язык:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Местонахождение по умолчанию:" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Использовать определение местоположения браузером:" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Параметры безопасности и конфиденциальности" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Максимум запросов в друзья в день:" -#: src/Module/Settings/Account.php:584 src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(для предотвращения спама)" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Сделать ваш профиль доступным для поиска глобально?" -#: src/Module/Settings/Account.php:586 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9277,43 +9976,43 @@ msgid "" "indexed or not." msgstr "Включите эту настройку, если вы хотите, чтобы другие люди могли легко вас находить. Ваш профиль станет доступным для поиска на других узлах. Так же эта настройка разрешает поисковым системам индексировать ваш профиль." -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "Скрыть список ваших контактов/друзей от просмотра в вашем профиле?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "Список ваших контактов отображается на вашей странице профиля. Включите эту настройку, чтобы скрыть отображение вашего списка контактов." -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "Скрыть ваши публичные записи от анонимных посетителей" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "Анонимные посетители увидят только основные данные профиля. Публичные записи и комментарии будут там скрыты, но при этом доступны на серверах ваших подписчиков и через релеи." -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "Скрыть публичные записи из общих лент" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "Ваши публичные записи не будут отражаться в общей ленте сервера или в результатах поиска, так же они не будут отправляться на ретранслтяторы. Тем не менее, они всё равно могут быть доступны в публичных лентах других серверов." -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "Сделать все опубликованные изображения доступными" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9321,233 +10020,241 @@ msgid "" "public on your photo albums though." msgstr "Эта настройка делает все опубликованные изображения доступными по прямой ссылке. Это можно применить для решения проблем с другими социальными сетями, которые не умеют работать с разрешениями доступа для изображений. Непубличные изображения в любом случае не будут доступны для просмотра публично в ваших альбомах." -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "Ваши контакты могут оставлять записи на стене вашего профиля. Эти записи будут распространены вашим подписчикам." -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Разрешить друзьям отмечать ваши сообщения?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Ваши контакты могут добавлять дополнительные теги к вашим записям." -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Разрешить незнакомым людям отправлять вам личные сообщения?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "Пользователи Френдики могут отправлять вам личные сообщения даже если их нет в вашем списке контактов." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "Максимальное количество личных сообщений от незнакомых людей в день:" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "Круг по-умолчанию для новых контактов" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "Круг по-умолчанию для новых групп" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Разрешение на сообщения по умолчанию" -#: src/Module/Settings/Account.php:600 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "Очистка старых записей" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "Удалять старые записи" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "Если включено, то старые записи и комментарии будут удаляться." -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "Удалять персональные заметки" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "Если включено, старые личные заметки из вашего профиля будут удаляться." -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "Удалять избранные записи" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "Добавление записи в избранные защищает её от удаления. Эта настройка выключает эту защиту." -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "Удалять только записи других людей" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "Если включено, ваши собственные записи никогда не удаляются. В этом случае все настройки выше применяются только к записям, которые вы получаете от других." -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Настройка уведомлений" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Отправлять уведомление по электронной почте, когда:" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "Вы получили запрос" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Ваши запросы подтверждены" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Кто-то пишет на стене вашего профиля" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Кто-то пишет последующий комментарий" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Вы получаете личное сообщение" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Вы получили предложение о добавлении в друзья" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Вы отмечены в записи" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Показывать уведомление при:" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "Вас отметили" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "На вашу запись написали комментарий" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Ваша запись кому-то понравилась" -#: src/Module/Settings/Account.php:621 src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "Может быть включено только при включении уведомлений о комментариях к вашим записям." -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Вашей записью поделились" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "В обсуждении вашей записи написали комментарий" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "Написали в диалоге, где вы оставляли комментарии" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "Написали в диалоге, где вы принимали любое участие" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Активировать уведомления на рабочем столе" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "Показывать уведомления на рабочем столе" -#: src/Module/Settings/Account.php:631 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "Только текстовые письма" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "Отправлять только текстовые уведомления, без HTML" -#: src/Module/Settings/Account.php:637 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Показывать подробные уведомления" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "По-умолчанию уведомления группируются в одно для каждой записи. Эта настройка показывает все уведомления по отдельности." -#: src/Module/Settings/Account.php:643 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "Показывать уведомления игнорируемых контактов" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "Вы не видите записи от игнорируемых контактов, но вы видите их комментарии. Эта настройка определяет, хотите ли вы получать уведомления от действий игнорируемых контактов или нет." -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "Расширенные настройки учётной записи" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "Измените поведение этого аккаунта в специальных ситуациях" -#: src/Module/Settings/Account.php:652 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Импорт контактов" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:635 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, который содержит адреса ваших контактов в первой колонке. Вы можете экспортировать его из вашей старой учётной записи." -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Загрузить файл" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Перемещение" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:640 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку." -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "Отправить перемещённые сообщения контактам" @@ -9559,6 +10266,119 @@ msgstr "Настройки дополнений" msgid "No Addon settings configured" msgstr "Настройки дополнений не изменены" +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "Название" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "Описание" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "Горячая клавиша" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "Круг/Канал" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "Включить теги" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "Исключить теги" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "Полнотекстовый поиск" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "Удалить канал" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "Отметьте, чтобы удалить этот канал из списка" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "Короткое название для канала, будет отображаться в их списке." + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "Описание содержимого канала в нескольких словах." + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "Если вы хотите сделать доступ к каналу по горячей клавише, определите её здесь. Будьте внимательны и не берите уже используемую где-то клавишу." + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "Выберите круг или канал, на основе которого будет создан этот." + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "Список тегов через запятую. Запись попадёт в канал, если в ней есть любой из них." + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "Список тегов через запятую. Запись не попадёт в канал, если в ней есть любой из них." + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "Поисковый запрос для записей, можно использовать операторы \"boolean mode\" для MariaDB. Справка по операторам и ключевым словам: %s" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "Отметьте для включения записей с картинками." + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "Отметьте для включения записей с видео." + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "Отметьте для включения записей со аудио." + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "На этой странице вы можете определить свои собственные каналы" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "Добавить в список каналов" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Добавить" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "Текущий список каналов" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "Удалить из списка каналов" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "Удалить запись из списка каналов?" + #: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." @@ -9679,13 +10499,13 @@ msgstr "Если включено, поле \"spoiler_text\" в API будет #: src/Module/Settings/Connectors.php:226 msgid "API: Automatically links at the end of the post as attached posts" -msgstr "" +msgstr "API: Автоматически загружать ссылки в конце записей" #: src/Module/Settings/Connectors.php:226 msgid "" "When activated, added links at the end of the post react the same way as " "added links in the web interface." -msgstr "" +msgstr "Если включено, ссылки в конце записей будут обрабатываться так же, как ссылки, добавленные через веб-интерфейс." #: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" @@ -9756,221 +10576,255 @@ msgstr "Переместить в папку" msgid "Move to folder:" msgstr "Переместить в папку:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "Делегирование успешно предоставлено." -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "Родительский пользователь не найден, недоступен или пароль не совпадает." -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "Делегирование успешно отменено." -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "Администраторы-делегаты могут видеть, но не менять разрешения делегирования." -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "Пользователь-делегат не найден." -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "Нет родительского пользователя" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "Родительский пользователь" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "Дополнительные учётные записи" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "Регистрируйте дополнительные учётные записи, которые будут автоматически соединены с вашей основной учётной записью и вы сможете ими из неё управлять." -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "Зарегистрируйте дополнительную учётную запись" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "Делегаты" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "Существующие уполномоченные страницы" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Возможные доверенные лица" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Добавить" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Нет записей." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "Выбранная вами тема недоступна." -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Не поддерживается)" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "Нет предпросмотра" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "Без изображения" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "Маленькое изображение" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "Большое изображение" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Внешний вид" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "Общие настройки тем" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "Личные настройки тем" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "Настройки контента" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Настройки темы" -#: src/Module/Settings/Display.php:257 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "Ленты" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Показать тему:" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Мобильная тема:" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Количество элементов, отображаемых на одной странице:" -#: src/Module/Settings/Display.php:261 src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Максимум 100 элементов" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Обновление браузера каждые хх секунд" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Минимум 10 секунд. Введите -1 для отключения." -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "Показывать смайлики" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "Когда включено, соответствующие символы отображаются как смайлики." -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Бесконечная прокрутка" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "Автоматически подгружать новые записи, когда вы оказываетесь в конце страницы." -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "Включить умное ветвление обсуждений" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "Включить автоматическое удаление излишних отступов в ветках обсуждений." -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "Показывать \"Не нравится\"" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "Показывать кнопку \"Не нравится\" и соответствующие реакции на записях и комментариях." -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "Показывать поделившегося" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "Показывать первого из поделившихся записью в виде значка над этой записью." -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "Оставаться локально" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "Не переходить на другие серверы по ссылкам профилей." -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "Показывать отметку для удаления записи" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "Показывать галочку отметки записей для удаления на странице ленты" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "Показывать события" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "Показывать напоминания о днях рождения и список событий на странице ленты." + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "Предпросмотр ссылок" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "Внешний вид предпросмотра ссылок, который появляется в записях со ссылками." -#: src/Module/Settings/Display.php:272 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "Главное меню" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "Включите ленты, которые вы хотите видеть в меню каналов слева, выберите ленты, которые будут отображаться в главном меню сверху." + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "Языки каналов:" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "Выберите все языки, которые вы хотите видеть в своих каналах." + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "Начало недели:" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "Вид календаря по-умолчанию:" @@ -9986,160 +10840,156 @@ msgstr "Подключенные приложения" msgid "Remove authorization" msgstr "Удалить авторизацию" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Необходимо имя профиля." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "Необходимо указать имя" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "Профиль не получилось обновить." -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "Поле:" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "Значение:" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "Право просмотра поля" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(нажмите, чтобы открыть / закрыть)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "Добавить новое поле профиля" -#: src/Module/Settings/Profile/Index.php:216 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "Домашняя страница подтверждена. Ссылка с атрибутом rel=\"me\", указывающая на ваш профиль Friendica, была найдена на странице." -#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "Для верификации вашей домашней страницы добавьте на неё ссылку с атрибутом rel=\"me\" указывающую на ваш профиль (%s)." -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "Действия профиля" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Редактировать детали профиля" -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Изменить фото профиля" -#: src/Module/Settings/Profile/Index.php:236 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Картинка профиля" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Местонахождение" -#: src/Module/Settings/Profile/Index.php:238 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Разное" -#: src/Module/Settings/Profile/Index.php:239 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "Произвольные поля профиля" -#: src/Module/Settings/Profile/Index.php:241 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Загрузить фото профиля" -#: src/Module/Settings/Profile/Index.php:245 -msgid "Display name:" -msgstr "Отображаемое имя:" - -#: src/Module/Settings/Profile/Index.php:248 -msgid "Street Address:" -msgstr "Адрес:" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Locality/City:" -msgstr "Город / Населенный пункт:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Region/State:" -msgstr "Район / Область:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Postal/Zip Code:" -msgstr "Почтовый индекс:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Country:" -msgstr "Страна:" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "XMPP (Jabber) address:" -msgstr "Адрес XMPP (Jabber):" - -#: src/Module/Settings/Profile/Index.php:254 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "Этот адрес XMPP будет виден в профиле, чтобы другие люди могли вас там найти." - -#: src/Module/Settings/Profile/Index.php:255 -msgid "Matrix (Element) address:" -msgstr "Адрес Matrix (Element):" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "Этот адрес Matrix будет виден в профиле, чтобы другие люди могли вас там найти." - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Homepage URL:" -msgstr "Адрес домашней странички:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Public Keywords:" -msgstr "Общественные ключевые слова:" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Private Keywords:" -msgstr "Личные ключевые слова:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Используется для поиска профилей, никогда не показывается другим)" - -#: src/Module/Settings/Profile/Index.php:259 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " -msgstr "

    Произвольные поля видны на вашей странице профиля.

    \n\t\t\t\t

    В значениях полей можно использовать BBCode.

    \n\t\t\t\t

    Меняйте порядок перетаскиванием.

    \n\t\t\t\t

    Сотрите название для удаления поля.

    \n\t\t\t\t

    Закрытые поля будут видны только выбранным контактам из Friendica, либо контактам из выбранных групп.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " +msgstr "

    Произвольные поля видны на вашей странице профиля.

    \n\t\t\t\t

    Вы можете использовать BBCode в значениях полей.

    \n\t\t\t\t

    Меняйте порядок перетаскиванием.

    \n\t\t\t\t

    Сотрите название для удаления поля.

    \n\t\t\t\t

    Закрытые поля будут видны только выбранным контактам из Friendica, либо контактам из выбранных кругов.

    " + +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Адрес:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Город / Населенный пункт:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Район / Область:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Почтовый индекс:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Страна:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "Адрес XMPP (Jabber):" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "Этот адрес XMPP будет виден в профиле, чтобы другие люди могли вас там найти." + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "Адрес Matrix (Element):" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "Этот адрес Matrix будет виден в профиле, чтобы другие люди могли вас там найти." + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Адрес домашней странички:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Общественные ключевые слова:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Личные ключевые слова:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Используется для поиска профилей, никогда не показывается другим)" #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "Уменьшение размера изображения [%s] не удалось." @@ -10175,257 +11025,299 @@ msgstr "Пожалуйста, настройте обрезку изображе msgid "Use Image As Is" msgstr "Использовать картинку как есть" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "Отсутствует загруженное изображение" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "Настройки картинки профиля" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "Текущая картинка профиля" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "Загрузить картинку профиля" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "Загрузить картинку:" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "или" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "пропустить этот шаг" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "выберите фото из ваших фотоальбомов" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "Возникла ошибка валидации, пожалуйста, проверьте, что вы зашли под учётной записью, которую хотите удалить, и попробуйте ещё." + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "Если эта ошибка сохраняется, пожалуйста, свяжитесь с администратором." + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[Системное уведомление Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Пользователь удалил свою учётную запись" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "Пользователь удалил свою учётную запись на вашем сервере Friendica. Пожалуйста, убедитесь, что их данные будут удалены из резервных копий." -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "id пользователя: %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "Ваша учётная запись была успешно удалена. Всего хорошего!" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Удалить мой аккаунт" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Пожалуйста, введите свой пароль для проверки:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "Вы хотите игнорировать этот сервер?" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "Вы хотите прекратить игнорировать этот сервер?" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "Настройки сервера" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "URL сервера" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "Настройки сохранены" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "Здесь вы можете найти все серверы, к которым вы применяли действия модерации. Чтобы посмотреть список серверов, которые заблокировал ваш узел, пожалуйста, посмотрите страницу информации об узле." + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "Удалить ваши настройки для удалённого сервера" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "Сохранить изменения" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "Пожалуйста, введите ваш пароль для доступа к этой странице." -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "Создание пароля приложения не удалось: не указано описание" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "Создание пароля приложения не удалось: такое описание уже есть." -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "Новый пароль приложения сгенерирован" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "Пароли для приложений успешно отозваны" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "Пароль для приложения успешно отозван" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "Пароли для приложений" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "Описание" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "Последнее использование" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "Отозвать" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "Отозвать все" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "Создать новый пароль приложения" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "Friendiqa на моём Fairphone 2..." -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "Сгенерировать" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "Двухфакторная аутентификация успешно выключена." -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "Приложение аутентификации" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "Настроено" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "Не настроено" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "

    Вы не закончили настройку приложения для аутентификации.

    " -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "

    Ваше приложение для аутентификации настроено.

    " -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "Коды восстановления" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "Оставшиеся коды восстановления" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "Пароли для приложений" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "Пароли для приложений" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "

    Эти случайно сгенерированные пароли могут быть использованы в приложениях, не поддерживающих двухфакторную аутентификацию.

    " -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "Текущий пароль:" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "Вам нужно ввести ваш текущий пароль для изменения настроек аутентификации." -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "Включить двухфакторную аутентификацию" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "Отключить двухфакторную аутентификацию" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "Показать коды восстановления" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "Управление паролями приложений" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "Управление доверенными браузерами" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "Закончить настройку приложения" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "Новые коды восстановления успешно сгенерированы." -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "Коды восстановления для ДФА" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10434,68 +11326,68 @@ msgid "" "account.

    " msgstr "

    Коды восстановления могут быть использованы для входа в случае, если вы потеряли доступ к приложению и не можете получить коды второго фактора.

    Храните их в безопасном месте! Если вы потеряете устройство с приложением и эти коды, то вы потеряете доступ к вашей учётной записи.

    " -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "Сгенерировать новые коды восстановления." -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "Далее: Проверка" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "Доверенные браузеры успешно удалены." -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "Доверенный браузер успешно удалён." -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "Доверенные браузеры" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "Доверенные браузеры это браузеры, где вы можете пропускать использование двухфакторной аутентификации. Используйте эту возможность с осторожностью, так как это может лишить преимуществ двухфакторной аутентификации." -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "Устройство" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "ОС" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "Доверие" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "Создано" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "Последнее использование" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "Удалить все" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "Двухфакторная аутентификация успешно включена." -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10515,24 +11407,24 @@ msgid "" "" msgstr "

    Или вы можете ввести настройки аутентификации вручную:

    \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:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "Проверка кода второго фактора" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

    " msgstr "

    Пожалуйста, отсканируйте этот QR-код вашим приложением для аутентификации и введите полученный код.

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

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

    %s

    " msgstr "

    Или вы можете открыть следующую ссылку на вашем мобильном устройстве:

    %s

    " -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "Проверить код и включить двухфакторную аутентификацию" @@ -10567,32 +11459,53 @@ msgid "" " e.g. Mastodon." msgstr "Выгрузить список пользователей, на которых вы подписаны, в CSV-файл. Совместимо с Mastodon и др." +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "Родительская запись скрыта." + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "Родительская запись была удалена." + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" -msgstr "Не найдено" +msgid "" +"This node has blocked the top-level author or the author of the shared post." +msgstr "Этот узел заблокировал автора основной записи или поделившегося ей." #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " -msgstr "" +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "Вы игнорируете или заблокировали автора основной записи или поделившегося ей." + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "Вы игорируете сервер автора основной записи или сервер поделившегося ей." + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "Запись не найдена" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "К сожалению, эта запись вам недоступна." + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" +msgstr "Возможные причины этого:" #: src/Module/Special/HTTPException.php:78 msgid "Stack trace:" -msgstr "" +msgstr "Stack trace:" #: src/Module/Special/HTTPException.php:83 #, php-format msgid "Exception thrown in %s:%d" -msgstr "" +msgstr "Exception thrown in %s:%d" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10603,16 +11516,16 @@ msgid "" "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 "" +msgstr "При регистрации и для организации взаимодействия между пользователем и другими контактами, пользователь должен указать отображаемое имя (псевдоним), имя учётной записи (ник) и действующий адрес электронной почты. Имена будут видны на странице профиля для любого посетителя, даже если другие данные будут скрыты. Адрес электронной почты будет использоваться только для отправки пользователю уведомлений о действиях, но не будет нигде отображаться. Добавление пользователя в каталог узла или глобальный каталог опционально и управляется настройками, оно не обязательно для общения в сети." -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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 "" +msgstr "Эти данные необходимы для взаимодействия и передаются другим узлам партнёров по сети и сохраняются там. Пользователи могут добавить дополнительные личные данные, которые тоже могут передаваться на другие узлы." -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10621,13 +11534,13 @@ msgid "" "href=\"%1$s/settings/removeme\">%1$s/settings/removeme. The deletion of " "the account will be permanent. Deletion of the data will also be requested " "from the nodes of the communication partners." -msgstr "" +msgstr "В любой момент вошедший в систему пользователь может экспортировать свои данные через настройки. Если пользователь хочет удалить свою учётную запись, они могут сделать это через %1$s/settings/removeme. Удаление данных будет без возможности восстановления. Запрос на удаление данных будет так же передан на узлы партнёров по сети." -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "Положение о конфиденциальности" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "Правила" @@ -10635,6 +11548,33 @@ msgstr "Правила" msgid "Parameter uri_id is missing." msgstr "Параметр uri_id отсутствует." +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Запрошенная запись не существует или была удалена." + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Вы вошли как %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Переключить учётную запись" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Управление учётными записями" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Переключайтесь между разными профилями или страницами сообществ/групп, которые зарегистрированы на одинаковые контактные данные, либо вам предоставлено право управления ими." + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Выберите учётную запись:" + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "Импорт пользователей на закрытых серверах может быть произведён только администратором." @@ -10683,11 +11623,11 @@ msgstr "Ошибка! Неправильная версия данных в фа msgid "User '%s' already exists on this server!" msgstr "Пользователь '%s' уже существует на этом сервере!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Ошибка создания пользователя" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" @@ -10696,11 +11636,11 @@ msgstr[1] "%d контакты не импортированы" msgstr[2] "%d контакты не импортированы" msgstr[3] "%d контакты не импортированы" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "Ошибка создания профиля пользователя" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Завершено. Теперь вы можете войти с вашим логином и паролем" @@ -10834,15 +11774,15 @@ msgid "" msgstr "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов." #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Группа \"ваши контакты\"" +msgid "Add Your Contacts To Circle" +msgstr "Добавьте ваши контакты в круги" #: src/Module/Welcome.php:78 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 "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." +msgstr "После того, как вы найдете несколько друзей, соберите их в круги частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно в вашей ленте." #: src/Module/Welcome.php:80 msgid "Why Aren't My Posts Public?" @@ -11056,7 +11996,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "%1$s ответил(а) в вашем обсуждении %2$s" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "[Friendica]" @@ -11100,7 +12040,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "%1$s прокомментировал(а) свой %2$s %3$s" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "%1$s Комментариев к разговору #%2$d от %3$s" @@ -11112,7 +12052,7 @@ msgstr "%s оставил комментарий к элементу/бесед #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Пожалуйста посетите %s для просмотра и/или ответа в беседу." @@ -11277,7 +12217,7 @@ msgstr "Вы получили [url=%1$s]запрос регистрации[/url #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" msgstr "Полное имя:\t%s\nРасположение:\t%s\nИмя для входа:\t%s (%s)" @@ -11306,22 +12246,22 @@ msgstr "У вас [url=%1$s]новая регистрация[/url] от %2$s." msgid "Please visit %s to have a look at the new registration." msgstr "Пожалуйста, посетите %s для просмотра новой регистрации." -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "%s %s отметил(и) Вас" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "%s %s поделился(-ась) новой записью" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "%1$s %2$s нравится ваша запись #%3$d" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "%1$s %2$s нравится ваш комментарий в #%3$d" @@ -11349,199 +12289,221 @@ msgstr "Пожалуйста, свяжитесь с отправителем, о msgid "%s posted an update." msgstr "%s отправил/а/ обновление." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Приватная запись" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "Публичная запись" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "Запись без публикации в общих лентах" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Эта запись была отредактирована" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "Сообщение-коннектор" -#: src/Object/Post.php:222 src/Object/Post.php:224 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Редактировать" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "Удалить везде" -#: src/Object/Post.php:248 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "Убрать для себя" -#: src/Object/Post.php:265 +#: src/Object/Post.php:269 #, php-format msgid "Block %s" msgstr "Заблокировать %s" -#: src/Object/Post.php:270 +#: src/Object/Post.php:274 #, php-format msgid "Ignore %s" msgstr "Игнорировать %s" -#: src/Object/Post.php:275 +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "Сворачивать %s" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "Пожаловаться" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "Сохранить в папку" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "Я буду" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "Меня не будет" -#: src/Object/Post.php:310 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "Возможно" -#: src/Object/Post.php:340 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "Игнорировать обсуждение" -#: src/Object/Post.php:341 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "Не игнорировать обсуждение" -#: src/Object/Post.php:342 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "Переключить игнорирование" -#: src/Object/Post.php:352 +#: src/Object/Post.php:393 msgid "Add star" msgstr "Добавить в Избранное" -#: src/Object/Post.php:353 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "Убрать из Избранного" -#: src/Object/Post.php:354 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "Добавить/убрать из Избранного" -#: src/Object/Post.php:365 +#: src/Object/Post.php:406 msgid "Pin" msgstr "Закрепить" -#: src/Object/Post.php:366 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "Открепить" -#: src/Object/Post.php:367 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "Закрепить/открепить" -#: src/Object/Post.php:370 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "Закреплено" -#: src/Object/Post.php:375 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "Добавить тег" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "Поделиться с комментарием" -#: src/Object/Post.php:388 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "Цитировать" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "Поделиться этим с подписчиками" -#: src/Object/Post.php:391 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "Поделиться" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "Отменить репост" -#: src/Object/Post.php:392 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "Отменить репост" -#: src/Object/Post.php:443 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "%s (Получено %s)" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "Прокомментировать это на вашем узле" -#: src/Object/Post.php:448 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "Загруженный комментарий" -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "Отправить в ..." -#: src/Object/Post.php:469 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "Поделиться через сторонние сервисы" -#: src/Object/Post.php:498 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "Источник неизвестен" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "в ответ на %s" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "Источник приватный или не федерируется." + +#: src/Object/Post.php:550 msgid "to" msgstr "к" -#: src/Object/Post.php:499 +#: src/Object/Post.php:551 msgid "via" msgstr "через" -#: src/Object/Post.php:500 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Стена-на-Стену" -#: src/Object/Post.php:501 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "через Стена-на-Стену:" -#: src/Object/Post.php:545 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "Ответ %s" -#: src/Object/Post.php:548 +#: src/Object/Post.php:607 msgid "More" msgstr "Ещё" -#: src/Object/Post.php:566 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "Постановка в очередь" -#: src/Object/Post.php:567 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "Ожидается отправка адресатам" -#: src/Object/Post.php:568 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "Отправка адресатам в процессе" -#: src/Object/Post.php:569 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "Отправка адресатам почти завершилась" -#: src/Object/Post.php:570 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "Отправка адресатам завершена" -#: src/Object/Post.php:590 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -11550,73 +12512,87 @@ msgstr[1] "%d комментариев" msgstr[2] "%d комментариев" msgstr[3] "%d комментариев" -#: src/Object/Post.php:591 +#: src/Object/Post.php:653 msgid "Show more" msgstr "Показать больше" -#: src/Object/Post.php:592 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "Показать меньше" -#: src/Object/Post.php:628 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "Репост от: %s" -#: src/Object/Post.php:633 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "Просмотрено: %s" -#: src/Object/Post.php:638 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "Понравилось: %s" -#: src/Object/Post.php:643 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "Не понравилось: %s" -#: src/Object/Post.php:648 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "Присутствуют: %s" -#: src/Object/Post.php:653 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "Под вопросом: %s" -#: src/Object/Post.php:658 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "Не присутствуют: %s" -#: src/Object/Post.php:663 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "Прокомментировали: %s" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "Отреагировали как %s : %s" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "Процитировано: %s" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "Чат" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "(нет темы)" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "%s теперь подписан на %s." -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "следует" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "%s отписался от %s." -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "отписка от" @@ -11974,8 +12950,8 @@ msgid "Textareas font size" msgstr "Размер шрифта текстовых полей" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" -msgstr "Разделенный запятыми список форумов помощи" +msgid "Comma separated list of helper groups" +msgstr "Список групп поддержки через запятую" #: view/theme/vier/config.php:131 msgid "don't show" @@ -11993,7 +12969,7 @@ msgstr "Установить стиль" msgid "Community Pages" msgstr "Страницы сообщества" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "Профили сообщества" @@ -12001,7 +12977,7 @@ msgstr "Профили сообщества" msgid "Help or @NewHere ?" msgstr "Помощь" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "Подключить службы" @@ -12009,10 +12985,10 @@ msgstr "Подключить службы" msgid "Find Friends" msgstr "Найти друзей" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "Последние пользователи" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "Быстрый старт" diff --git a/view/lang/ru/strings.php b/view/lang/ru/strings.php index ce1a3b8514..5544e2a592 100644 --- a/view/lang/ru/strings.php +++ b/view/lang/ru/strings.php @@ -149,7 +149,7 @@ $a->strings['Album was empty.'] = 'Альбом был пуст.'; $a->strings['Failed to delete the photo.'] = 'Не получилось удалить фото.'; $a->strings['a photo'] = 'фото'; $a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s отмечен/а/ в %2$s by %3$s'; -$a->strings['Public access denied.'] = 'Свободный доступ закрыт.'; +$a->strings['Public access denied.'] = 'Публичный доступ закрыт.'; $a->strings['No photos selected'] = 'Не выбрано фото.'; $a->strings['The maximum accepted image size is %s'] = 'Максимально допустимый размер изображения %s'; $a->strings['Upload Photos'] = 'Загрузить фото'; @@ -200,6 +200,26 @@ $a->strings['Apologies but the website is unavailable at the moment.'] = 'При $a->strings['Delete this item?'] = 'Удалить этот элемент?'; $a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Заблокировать этого автора? Они не смогут подписаться на вас или видеть ваши записи, вы не будете видеть их записи и получать от них уведомления.'; $a->strings['Ignore this author? You won\'t be able to see their posts and their notifications.'] = 'Игнорировать этого автора? Вы не увидите их записи и уведомления.'; +$a->strings['Collapse this author\'s posts?'] = 'Сворачивать записи этого автора?'; +$a->strings['Ignore this author\'s server?'] = 'Игнорировать сервер этого автора?'; +$a->strings['You won\'t see any content from this server including reshares in your Network page, the community pages and individual conversations.'] = 'Вы не будете видеть любые записи с этого сервера, включая репосты, в вашей ленте, в сообществах и в комментариях.'; +$a->strings['Like not successful'] = 'Ошибка отправки "мне нравится"'; +$a->strings['Dislike not successful'] = 'Ошибка оправки "мне не нравится"'; +$a->strings['Sharing not successful'] = 'Ошибка при попытке поделиться'; +$a->strings['Attendance unsuccessful'] = 'Ошибка обновления календаря'; +$a->strings['Backend error'] = 'Ошибка бэкенда'; +$a->strings['Network error'] = 'Ошибка сети'; +$a->strings['Drop files here to upload'] = 'Перетащите сюда файлы для загрузки'; +$a->strings['Your browser does not support drag and drop file uploads.'] = 'Ваш браузер не поддерживает перетаскивание файлов для загрузки'; +$a->strings['Please use the fallback form below to upload your files like in the olden days.'] = 'Пожалуйста, используйте форму ниже для загрузки файлов'; +$a->strings['File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.'] = 'Файл слишком большой ({{filesize}}MiB). Ограничение: {{maxFilesize}}MiB.'; +$a->strings['You can\'t upload files of this type.'] = 'Нельзя загрузить этот тип файла.'; +$a->strings['Server responded with {{statusCode}} code.'] = 'Сервер ответил с кодом {{statusCode}}.'; +$a->strings['Cancel upload'] = 'Отменить загрузку'; +$a->strings['Upload canceled.'] = 'Загрузка отменена'; +$a->strings['Are you sure you want to cancel this upload?'] = 'Вы уверены, что хотите отменить загрузку?'; +$a->strings['Remove file'] = 'Убрать файл'; +$a->strings['You can\'t upload any more files.'] = 'Вы не можете загрузить больше файлов.'; $a->strings['toggle mobile'] = 'мобильная версия'; $a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Метод не разрешён для этого модуля. Разрешенный метод(ы): %s'; $a->strings['Page not found.'] = 'Страница не найдена.'; @@ -208,7 +228,6 @@ $a->strings['The form security token was not correct. This probably happened bec $a->strings['All contacts'] = 'Все контакты'; $a->strings['Followers'] = 'Подписаны на вас'; $a->strings['Following'] = 'Ваши подписки'; -$a->strings['Mutual friends'] = 'Взаимные друзья'; $a->strings['Common'] = 'Общее'; $a->strings['Addon not found'] = 'Дополнение не найдено'; $a->strings['Addon already enabled'] = 'Дополнение уже включено'; @@ -217,6 +236,9 @@ $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = ' $a->strings['The contact entries have been archived'] = 'Записи этого контакта были архивированы.'; $a->strings['Could not find any contact entry for this URL (%s)'] = 'Не удалось найти контактных данных по этой ссылке (%s)'; $a->strings['The contact has been blocked from the node'] = 'Контакт был заблокирован на узле.'; +$a->strings['%d %s, %d duplicates.'] = '%d %s, %d дубликаты.'; +$a->strings['uri-id is empty for contact %s.'] = 'uri-id пустой для контакта %s.'; +$a->strings['No valid first contact found for uri-id %d.'] = 'Не найден первый контакт для uri-id %d.'; $a->strings['The avatar cache needs to be enabled to use this command.'] = 'Кэширование аватаров должно быть включено для использования этой команды.'; $a->strings['no resource in photo %s'] = 'нет ресурса для фото %s'; $a->strings['no photo with id %s'] = 'нет фото с id %s'; @@ -268,9 +290,83 @@ $a->strings['Diaspora Connector'] = 'Diaspora Connector'; $a->strings['GNU Social Connector'] = 'GNU Social Connector'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; +$a->strings['Tumblr'] = 'Tumblr'; +$a->strings['Bluesky'] = 'Bluesky'; $a->strings['%s (via %s)'] = '%s (через %s)'; $a->strings['and'] = 'и'; $a->strings['and %d other people'] = 'и еще %d человек'; +$a->strings['%2$s likes this.'] = [ + 0 => '%2$s нравится это.', + 1 => '%2$s нравится это.', + 2 => '%2$s нравится это.', + 3 => '%2$s нравится это.', +]; +$a->strings['%2$s doesn\'t like this.'] = [ + 0 => '%2$s не нравится это.', + 1 => '%2$s не нравится это.', + 2 => '%2$s не нравится это.', + 3 => '%2$s не нравится это.', +]; +$a->strings['%2$s attends.'] = [ + 0 => '%2$s посетит.', + 1 => '%2$s посетят.', + 2 => '%2$s посетят.', + 3 => '%2$s посетят.', +]; +$a->strings['%2$s doesn\'t attend.'] = [ + 0 => '%2$s не посетит.', + 1 => '%2$s не посетят.', + 2 => '%2$s не посетят.', + 3 => '%2$s не посетят.', +]; +$a->strings['%2$s attends maybe.'] = [ + 0 => '%2$s может посетить.', + 1 => '%2$s могут посетить.', + 2 => '%2$s могут посетить.', + 3 => '%2$s могут посетить.', +]; +$a->strings['%2$s reshared this.'] = [ + 0 => '%2$s поделился этим.', + 1 => '%2$s поделились этим.', + 2 => '%2$s поделились этим.', + 3 => '%2$s поделились этим.', +]; +$a->strings[' likes this'] = [ + 0 => ' нравится это', + 1 => ' нравится это', + 2 => ' нравится это', + 3 => ' нравится это', +]; +$a->strings[' doesn\'t like this'] = [ + 0 => ' не нравится это', + 1 => ' не нравится это', + 2 => ' не нравится это', + 3 => ' не нравится это', +]; +$a->strings[' attends'] = [ + 0 => ' посетит', + 1 => ' посетят', + 2 => ' посетят', + 3 => ' посетят', +]; +$a->strings[' doesn\'t attend'] = [ + 0 => ' не посетит', + 1 => ' не посетят', + 2 => ' не посетят', + 3 => ' не посетят', +]; +$a->strings[' attends maybe'] = [ + 0 => ' возможно посетит', + 1 => ' возможно посетят', + 2 => ' возможно посетят', + 3 => ' возможно посетят', +]; +$a->strings[' reshared this'] = [ + 0 => ' поделился этим', + 1 => ' поделились этим', + 2 => ' поделились этим', + 3 => ' поделились этим', +]; $a->strings['Visible to everybody'] = 'Видимое всем'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Пожалуйста, введите адрес картинки/видео/аудио/странички:'; $a->strings['Tag term:'] = 'Тег:'; @@ -287,6 +383,8 @@ $a->strings['Bold'] = 'Жирный'; $a->strings['Italic'] = 'Kурсивный'; $a->strings['Underline'] = 'Подчеркнутый'; $a->strings['Quote'] = 'Цитата'; +$a->strings['Add emojis'] = 'Добавить эмодзи'; +$a->strings['Content Warning'] = 'Предупреждение о контенте (CW)'; $a->strings['Code'] = 'Код'; $a->strings['Image'] = 'Изображение / Фото'; $a->strings['Link'] = 'Ссылка'; @@ -301,19 +399,14 @@ $a->strings['Categories (comma-separated list)'] = 'Категории (спис $a->strings['Scheduled at'] = 'Запланировано на'; $a->strings['Permission settings'] = 'Настройки разрешений'; $a->strings['Public post'] = 'Публичная запись'; -$a->strings['Message'] = 'Запись'; +$a->strings['Message'] = 'Написать'; $a->strings['Browser'] = 'Браузер'; $a->strings['Open Compose page'] = 'Развернуть редактор'; -$a->strings['Pinned item'] = 'Закреплённая запись'; -$a->strings['View %s\'s profile @ %s'] = 'Просмотреть профиль %s [@ %s]'; -$a->strings['Categories:'] = 'Категории:'; -$a->strings['Filed under:'] = 'В рубрике:'; -$a->strings['%s from %s'] = '%s из %s'; -$a->strings['View in context'] = 'Смотреть в контексте'; $a->strings['remove'] = 'удалить'; $a->strings['Delete Selected Items'] = 'Удалить выбранные позиции'; $a->strings['You had been addressed (%s).'] = 'К вам обратились (%s).'; $a->strings['You are following %s.'] = 'Вы подписаны на %s.'; +$a->strings['You subscribed to %s.'] = 'Вы подписаны на %s.'; $a->strings['You subscribed to one or more tags in this post.'] = 'Вы подписаны на один или несколько тегов в этой записи.'; $a->strings['%s reshared this.'] = '%s поделился этим.'; $a->strings['Reshared'] = 'Репост'; @@ -330,14 +423,48 @@ $a->strings['Local delivery'] = 'Местная доставка'; $a->strings['Stored because of your activity (like, comment, star, ...)'] = 'Загружено из-за ваших действий (лайк, комментарий, ...)'; $a->strings['Distributed'] = 'Распространено'; $a->strings['Pushed to us'] = 'Прислано нам'; +$a->strings['Pinned item'] = 'Закреплённая запись'; +$a->strings['View %s\'s profile @ %s'] = 'Просмотреть профиль %s [@ %s]'; +$a->strings['Categories:'] = 'Категории:'; +$a->strings['Filed under:'] = 'В рубрике:'; +$a->strings['%s from %s'] = '%s из %s'; +$a->strings['View in context'] = 'Смотреть в контексте'; +$a->strings['For you'] = 'Для Вас'; +$a->strings['Posts from contacts you interact with and who interact with you'] = 'Записи от людей, с которыми вы часто общаетесь'; +$a->strings['What\'s Hot'] = 'Популярное'; +$a->strings['Posts with a lot of interactions'] = 'Записи с большой активностью'; +$a->strings['Posts in %s'] = 'Записи от %s'; +$a->strings['Posts from your followers that you don\'t follow'] = 'Записи от ваших подписчиков, на которых вы не подписаны'; +$a->strings['Sharers of sharers'] = 'Друзья друзей'; +$a->strings['Posts from accounts that are followed by accounts that you follow'] = 'Записи от людей, на которых подписаны ваши контакты'; +$a->strings['Images'] = 'Картинки'; +$a->strings['Posts with images'] = 'Записи с изображениями'; +$a->strings['Audio'] = 'Аудио'; +$a->strings['Posts with audio'] = 'Записи с аудио'; +$a->strings['Videos'] = 'Видео'; +$a->strings['Posts with videos'] = 'Записи с видео'; +$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['Latest Activity'] = 'Вся активность'; +$a->strings['Sort by latest activity'] = 'Отсортировать по свежей активности'; +$a->strings['Latest Posts'] = 'Новые записи'; +$a->strings['Sort by post received date'] = 'Отсортировать по времени получения записей'; +$a->strings['Latest Creation'] = 'По времени'; +$a->strings['Sort by post creation date'] = 'Отсортировать по времени создания записей'; +$a->strings['Personal'] = 'Личные'; +$a->strings['Posts that mention or involve you'] = 'Записи, которые упоминают вас или в которых вы участвуете'; +$a->strings['Starred'] = 'Избранное'; +$a->strings['Favourite Posts'] = 'Избранные записи'; $a->strings['General Features'] = 'Основные возможности'; $a->strings['Photo Location'] = 'Место фотографирования'; $a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Метаданные фотографий обычно вырезаются. Эта настройка получает местоположение (если есть) до вырезки метаданных и связывает с координатами на карте.'; $a->strings['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['Auto-mention Groups'] = 'Автоматически отмечать группы'; +$a->strings['Add/remove mention when a group 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['Add an abstract from ActivityPub content warnings'] = 'Добавлять abstract для записей ActivityPub с content warning'; @@ -346,8 +473,8 @@ $a->strings['Post/Comment Tools'] = 'Инструменты записей/ко $a->strings['Post Categories'] = 'Категории записей'; $a->strings['Add categories to your posts'] = 'Добавить категории для ваших записей'; $a->strings['Advanced Profile Settings'] = 'Расширенные настройки профиля'; -$a->strings['List Forums'] = 'Список форумов'; -$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Показывать посетителям публичные форумы на расширенной странице профиля.'; +$a->strings['List Groups'] = 'Список групп'; +$a->strings['Show visitors public groups at the Advanced Profile Page'] = 'Показывать посетителям публичные группы на расширенной странице профиля.'; $a->strings['Tag Cloud'] = 'Облако тэгов'; $a->strings['Provide a personal tag cloud on your profile page'] = 'Показывать ваше личное облако тэгов в вашем профиле'; $a->strings['Display Membership Date'] = 'Показывать дату регистрации'; @@ -355,10 +482,11 @@ $a->strings['Display membership date in profile'] = 'Дата вашей рег $a->strings['Advanced Calendar Settings'] = 'Дополнительные настройки календаря'; $a->strings['Allow anonymous access to your calendar'] = 'Разрешить анонимный доступ к вашему календарю'; $a->strings['Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'] = 'Разрешает анонимным пользователям просматривать ваш календарь и публичные мероприятия. Дни рождения контактов видны только вам.'; -$a->strings['Forums'] = 'Форумы'; -$a->strings['External link to forum'] = 'Внешняя ссылка на форум'; +$a->strings['Groups'] = 'Группы'; +$a->strings['External link to group'] = 'Внешняя ссылка на группу'; $a->strings['show less'] = 'показать меньше'; $a->strings['show more'] = 'показать больше'; +$a->strings['Create new group'] = 'Создать новую группу'; $a->strings['event'] = 'мероприятие'; $a->strings['status'] = 'статус'; $a->strings['photo'] = 'фото'; @@ -373,12 +501,14 @@ $a->strings['Send PM'] = 'Отправить ЛС'; $a->strings['Block'] = 'Заблокировать'; $a->strings['Ignore'] = 'Игнорировать'; $a->strings['Collapse'] = 'Сворачивать'; +$a->strings['Ignore %s server'] = 'Игнорировать сервер %s '; $a->strings['Languages'] = 'Языки'; $a->strings['Connect/Follow'] = 'Подключиться/Подписаться'; +$a->strings['Unable to fetch user.'] = 'Ошибка получения информации пользователя'; $a->strings['Nothing new here'] = 'Ничего нового здесь'; $a->strings['Go back'] = 'Назад'; $a->strings['Clear notifications'] = 'Стереть уведомления'; -$a->strings['@name, !forum, #tags, content'] = '@имя, !форум, #тег, контент'; +$a->strings['@name, !group, #tags, content'] = '@имя, !группа, #тег, контент'; $a->strings['Logout'] = 'Выход'; $a->strings['End this session'] = 'Завершить эту сессию'; $a->strings['Login'] = 'Вход'; @@ -476,8 +606,9 @@ $a->strings['Random Profile'] = 'Случайный профиль'; $a->strings['Invite Friends'] = 'Пригласить друзей'; $a->strings['Global Directory'] = 'Глобальный каталог'; $a->strings['Local Directory'] = 'Локальный каталог'; -$a->strings['Groups'] = 'Группы'; +$a->strings['Circles'] = 'Круги'; $a->strings['Everyone'] = 'Все'; +$a->strings['No relationship'] = 'Нет связи'; $a->strings['Relationships'] = 'Отношения'; $a->strings['All Contacts'] = 'Все контакты'; $a->strings['Protocols'] = 'Протоколы'; @@ -492,11 +623,13 @@ $a->strings['%d contact in common'] = [ 3 => '%d Контактов', ]; $a->strings['Archives'] = 'Архивы'; +$a->strings['On this date'] = 'В этот день'; $a->strings['Persons'] = 'Люди'; $a->strings['Organisations'] = 'Организации'; $a->strings['News'] = 'Новости'; $a->strings['Account Types'] = 'Тип учетной записи'; $a->strings['All'] = 'Все'; +$a->strings['Channels'] = 'Каналы'; $a->strings['Export'] = 'Экспорт'; $a->strings['Export calendar as ical'] = 'Экспортировать календарь в формат ical'; $a->strings['Export calendar as csv'] = 'Экспортировать календарь в формат csv'; @@ -517,11 +650,14 @@ $a->strings['Trending Tags (last %d hour)'] = [ 3 => 'Популярные тэги (за %d часов)', ]; $a->strings['More Trending Tags'] = 'Больше популярных тэгов'; +$a->strings['Post to group'] = 'Запись для группы'; +$a->strings['Mention'] = 'Отметка'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Откуда:'; $a->strings['Network:'] = 'Сеть:'; $a->strings['Unfollow'] = 'Отписка'; +$a->strings['View group'] = 'Просмотр группы'; $a->strings['Yourself'] = 'Вы'; $a->strings['Mutuals'] = 'Взаимные'; $a->strings['Post to Email'] = 'Отправить на Email'; @@ -529,7 +665,7 @@ $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['Start typing the name of a contact or a group to show a filtered list. You can also mention the special groups "Followers" and "Mutuals".'] = 'Начните набирать имя контакта или группы для появления списка. Вы так же можете выбрать специальные группы "Подписаны на вас" и "Взаимные".'; +$a->strings['Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles "Followers" and "Mutuals".'] = 'Начните набирать имя контакта или круга для появления списка. Вы так же можете выбрать специальные круги "Подписаны на вас" и "Взаимные".'; $a->strings['Show to:'] = 'Доступно:'; $a->strings['Except to:'] = 'За исключением:'; $a->strings['CC: email addresses'] = 'Копии на email адреса'; @@ -681,9 +817,18 @@ $a->strings['Unprocessable Entity'] = 'Необрабатываемая сущн $a->strings['Unauthorized'] = 'Нет авторизации'; $a->strings['Internal Server Error'] = 'Внутренняя ошибка сервера'; $a->strings['Legacy module file not found: %s'] = 'Legacy-модуль не найден: %s'; +$a->strings['A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name.'] = 'Удалённый круг с таким названием был восстановлен. Существующие права доступа могут применяться к этому кругу и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте ещё ​​один круг с другим названием.'; +$a->strings['Everybody'] = 'Все'; +$a->strings['edit'] = 'редактировать'; +$a->strings['add'] = 'добавить'; +$a->strings['Edit circle'] = 'Редактировать круг'; +$a->strings['Contacts not in any circle'] = 'Контакты вне кругов'; +$a->strings['Create a new circle'] = 'Создать круг'; +$a->strings['Circle Name: '] = 'Название круга:'; +$a->strings['Edit circles'] = 'Редактировать круги'; $a->strings['Approve'] = 'Одобрить'; $a->strings['Organisation'] = 'Организация'; -$a->strings['Forum'] = 'Форум'; +$a->strings['Group'] = 'Группа'; $a->strings['Disallowed profile URL.'] = 'Запрещенный URL профиля.'; $a->strings['Blocked domain'] = 'Заблокированный домен'; $a->strings['Connect URL missing.'] = 'Connect-URL отсутствует.'; @@ -720,16 +865,6 @@ $a->strings['Show map'] = 'Показать карту'; $a->strings['Hide map'] = 'Скрыть карту'; $a->strings['%s\'s birthday'] = 'день рождения %s'; $a->strings['Happy Birthday %s'] = 'С днём рождения %s'; -$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['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['Detected languages in this post:\n%s'] = 'Обнаруженные в этой записи языки:\n%s'; $a->strings['activity'] = 'активность'; $a->strings['comment'] = 'комментарий'; @@ -841,7 +976,7 @@ $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['Friends'] = 'Друзья'; -$a->strings['An error occurred creating your default contact group. Please try again.'] = 'При создании группы контактов по-умолчанию возникла ошибка. Пожалуйста, попробуйте ещё раз.'; +$a->strings['An error occurred creating your default contact circle. Please try again.'] = 'При создании круга контактов по-умолчанию возникла ошибка. Пожалуйста, попробуйте ещё раз.'; $a->strings['Profile Photos'] = 'Фотографии профиля'; $a->strings[' Dear %1$s, @@ -1062,6 +1197,8 @@ $a->strings['Maximum length in pixels of the longest side of uploaded images. De $a->strings['JPEG image quality'] = 'Качество JPEG изображения'; $a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество.'; $a->strings['Register policy'] = 'Политика регистрация'; +$a->strings['Maximum Users'] = 'Максимум пользователей'; +$a->strings['If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval.'] = 'Если включено, регистрация будет автоматически закрываться при достижении указанного числа пользователей и вновь открываться, если число пользователей снова снизится. Это работает только, если регистрация установлена как открытая или закрытая, но не когда включено её одобрение.'; $a->strings['Maximum Daily Registrations'] = 'Максимальное число регистраций в день'; $a->strings['If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.'] = 'Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта.'; $a->strings['Register text'] = 'Текст регистрации'; @@ -1086,7 +1223,7 @@ $a->strings['Enabling this may violate privacy laws like the 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.'] = 'Ссылка глобального каталога. Если не указано, то глобальный каталог будет полностью недоступен.'; $a->strings['Private posts by default for new users'] = 'Частные сообщения по умолчанию для новых пользователей'; -$a->strings['Set default post permissions for all new members to the default privacy group rather than public.'] = 'Установить права на создание записей по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников.'; +$a->strings['Set default post permissions for all new members to the default privacy circle rather than public.'] = 'Установить права на создание записей по-умолчанию для всех участников в приватный круг, а не для публично.'; $a->strings['Don\'t include post content in email notifications'] = 'Не включать текст сообщения в email-оповещение.'; $a->strings['Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.'] = 'Не включать содержание сообщения/комментария/личного сообщения и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности.'; $a->strings['Disallow public access to addons listed in the apps menu.'] = 'Запретить публичный доступ к аддонам, перечисленным в меню приложений.'; @@ -1105,8 +1242,6 @@ $a->strings['Enable multiple registrations'] = 'Разрешить нескол $a->strings['Enable users to register additional accounts for use as pages.'] = 'Разрешить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц.'; $a->strings['Enable OpenID'] = 'Включить OpenID'; $a->strings['Enable OpenID support for registration and logins.'] = 'Включить поддержку OpenID для регистрации и входа.'; -$a->strings['Enable Fullname check'] = 'Включить проверку полноты имени'; -$a->strings['Enable check to only allow users to register with a space between the first name and the last name in their full name.'] = 'Проверять при регистрации, чтобы пользователь имел пробел в указанном имени между именем и фамилией.'; $a->strings['Email administrators on new registration'] = 'Уведомлять администраторов о новых регистрациях'; $a->strings['If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.'] = 'Если включено и регистрации открыты, то о каждой новой регистрации будет сообщаться администраторам по электронной почте.'; $a->strings['Community pages for visitors'] = 'Публичная лента для посетителей'; @@ -1142,10 +1277,8 @@ $a->strings['Local contacts - contacts of our local contacts are discovered for $a->strings['Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.'] = 'Interactors - местные контакты и те контакты, кто взаимодействовал с локально видимыми записями, будут проверяться на наличие подписчиков и друзей.'; $a->strings['Synchronize the contacts with the directory server'] = 'Синхронизировать контакты с сервером каталога'; $a->strings['if enabled, the system will check periodically for new contacts on the defined directory server.'] = 'Если включено, то система будет периодически проверять новые контакты на указанном сервере каталога.'; -$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. The system queries Friendica, Mastodon and Hubzilla servers.'] = 'Периодически опрашивать контакты с других серверов. В них входят Friendica, Mastodon и Hubzilla.'; +$a->strings['Days between requery'] = 'Интервал запросов'; $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'] = 'Опубликовать информацию о сервере'; @@ -1170,8 +1303,8 @@ $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.'] = 'Если на вашей системе веб-сервер не имеет доступа к системному пути tmp, введите здесь другой путь.'; $a->strings['Only search in tags'] = 'Искать только в тегах'; $a->strings['On large systems the text search can slow down the system extremely.'] = 'На больших системах текстовый поиск может сильно замедлить систему.'; -$a->strings['Generate counts per contact group when calculating network count'] = 'Показывать счётчики записей по группам при обновлении страницы сети'; -$a->strings['On systems with users that heavily use contact groups the query can be very expensive.'] = 'Для систем, где активно используются группы контактов, это может быть затратно по ресурсам.'; +$a->strings['Generate counts per contact circle when calculating network count'] = 'Показывать счётчики записей по кругам при обновлении страницы сети'; +$a->strings['On systems with users that heavily use contact circles the query can be very expensive.'] = 'Для систем, где активно используются круги контактов, это может быть затратно по ресурсам.'; $a->strings['Maximum number of parallel workers'] = 'Максимальное число параллельно работающих worker\'ов'; $a->strings['On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.'] = 'На shared-хостингах установите это в %d. На больших системах можно установить %d или больше. Значение по-умолчанию %d.'; $a->strings['Enable fastlane'] = 'Включить fastlane'; @@ -1272,11 +1405,15 @@ $a->strings['Monthly posting limit of %d post reached. The post was rejected.'] 2 => 'Месячный лимит в%d записей достигнут. Запись была отклонена.', 3 => 'Месячный лимит в %d записей достигнут. Запись была отклонена.', ]; +$a->strings['You don\'t have access to moderation pages.'] = 'У вас нет доступа к страницам модераторов.'; +$a->strings['Submanaged account can\'t access the moderation pages. Please log back in as the main account.'] = 'Дополнительная учётная запись не имеет доступа к модераторским страницам. Пожалуйста, зайдите под основной.'; +$a->strings['Reports'] = 'Обращения'; $a->strings['Users'] = 'Пользователи'; $a->strings['Tools'] = 'Инструменты'; $a->strings['Contact Blocklist'] = 'Чёрный список контактов'; $a->strings['Server Blocklist'] = 'Чёрный список серверов'; $a->strings['Delete Item'] = 'Удалить запись'; +$a->strings['Item Source'] = 'Исходник'; $a->strings['Profile Details'] = 'Информация о вас'; $a->strings['Conversations started'] = 'Записи этого автора'; $a->strings['Only You Can See This'] = 'Только вы можете это видеть'; @@ -1284,17 +1421,26 @@ $a->strings['Scheduled Posts'] = 'Запланированные записи'; $a->strings['Posts that are scheduled for publishing'] = 'Записи, публикация которых запланирована'; $a->strings['Tips for New Members'] = 'Советы для новых участников'; $a->strings['People Search - %s'] = 'Поиск по людям - %s'; -$a->strings['Forum Search - %s'] = 'Поиск по форумам - %s'; +$a->strings['Group Search - %s'] = 'Поиск по группам - %s'; $a->strings['No matches'] = 'Нет соответствий'; +$a->strings['%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page.'] = [ + 0 => '%d результато не был показан, так как ваш сервер блокирует домен источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле.', + 1 => '%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле.', + 2 => '%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле.', + 3 => '%d результатов не были показаны, так как ваш сервер блокирует домен их источника. Вы можете посмотреть список заблокированных доменов на странице информации Об узле.', +]; $a->strings['Account'] = 'Аккаунт'; $a->strings['Two-factor authentication'] = 'Двухфакторная аутентификация'; $a->strings['Display'] = 'Внешний вид'; $a->strings['Social Networks'] = 'Социальные сети'; $a->strings['Manage Accounts'] = 'Управление учётными записями'; $a->strings['Connected apps'] = 'Подключенные приложения'; +$a->strings['Remote servers'] = 'Другие серверы'; $a->strings['Export personal data'] = 'Экспорт личных данных'; $a->strings['Remove account'] = 'Удалить аккаунт'; $a->strings['The post was created'] = 'Запись создана'; +$a->strings['Invalid Request'] = 'Неверный запрос'; +$a->strings['Event id is missing.'] = 'Отсутствует id события'; $a->strings['Failed to remove event'] = 'Ошибка удаления события'; $a->strings['Event can not end before it has started.'] = 'Эвент не может закончится до старта.'; $a->strings['Event title and start time are required.'] = 'Название мероприятия и время начала обязательны для заполнения.'; @@ -1312,6 +1458,29 @@ $a->strings['Events'] = 'Мероприятия'; $a->strings['View'] = 'Смотреть'; $a->strings['Create New Event'] = 'Создать новое мероприятие'; $a->strings['list'] = 'список'; +$a->strings['Could not create circle.'] = 'Не удалось создать круг.'; +$a->strings['Circle not found.'] = 'Круг не найден.'; +$a->strings['Circle name was not changed.'] = 'Название круга не изменено.'; +$a->strings['Unknown circle.'] = 'Неизвестный круг.'; +$a->strings['Contact not found.'] = 'Контакт не найден.'; +$a->strings['Invalid contact.'] = 'Недопустимый контакт.'; +$a->strings['Contact is deleted.'] = 'Контакт удалён.'; +$a->strings['Unable to add the contact to the circle.'] = 'Не удалось добавить контакт в круг.'; +$a->strings['Contact successfully added to circle.'] = 'Контакт успешно добавлен в круг.'; +$a->strings['Unable to remove the contact from the circle.'] = 'Не удалось удалить контакт из круга.'; +$a->strings['Contact successfully removed from circle.'] = 'Контакт успешно удалён из круга.'; +$a->strings['Bad request.'] = 'Ошибочный запрос.'; +$a->strings['Save Circle'] = 'Сохранить круг'; +$a->strings['Filter'] = 'Фильтр'; +$a->strings['Create a circle of contacts/friends.'] = 'Создать круг контактов/друзей.'; +$a->strings['Unable to remove circle.'] = 'Не удаётся удалить круг.'; +$a->strings['Delete Circle'] = 'Удалить круг'; +$a->strings['Edit Circle Name'] = 'Изменить имя круга'; +$a->strings['Members'] = 'Участники'; +$a->strings['Circle is empty'] = 'Круг пуст'; +$a->strings['Remove contact from circle'] = 'Удалить контакт из круга'; +$a->strings['Click on a contact to add or remove.'] = 'Нажмите на контакт, чтобы добавить или удалить.'; +$a->strings['Add contact to circle'] = 'Добавить контакт в круг'; $a->strings['%d contact edited.'] = [ 0 => '%d контакт изменен.', 1 => '%d контакта изменено.', @@ -1331,7 +1500,7 @@ $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['Organize your contact circles'] = 'Настроить круги контактов'; $a->strings['Search your contacts'] = 'Поиск ваших контактов'; $a->strings['Results for: %s'] = 'Результаты для: %s'; $a->strings['Update'] = 'Обновление'; @@ -1351,7 +1520,6 @@ $a->strings['you are a fan of'] = 'Вы - поклонник'; $a->strings['Pending outgoing contact request'] = 'Исходящий запрос на подписку'; $a->strings['Pending incoming contact request'] = 'Входящий запрос на подписку'; $a->strings['Visit %s\'s profile [%s]'] = 'Посетить профиль %s [%s]'; -$a->strings['Contact not found.'] = 'Контакт не найден.'; $a->strings['Contact update failed.'] = 'Обновление контакта неудачное.'; $a->strings['Return to contact editor'] = 'Возврат к редактору контакта'; $a->strings['Name'] = 'Имя'; @@ -1359,7 +1527,6 @@ $a->strings['Account Nickname'] = 'Ник аккаунта'; $a->strings['Account URL'] = 'URL аккаунта'; $a->strings['Poll/Feed URL'] = 'URL опроса/ленты'; $a->strings['New photo from this URL'] = 'Новое фото из этой URL'; -$a->strings['Invalid contact.'] = 'Недопустимый контакт.'; $a->strings['No known contacts.'] = 'Нет известных контактов.'; $a->strings['No common contacts.'] = 'Общих контактов нет.'; $a->strings['Follower (%s)'] = [ @@ -1422,6 +1589,7 @@ $a->strings['You are mutual friends with %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['This contact is on a server you ignored.'] = 'Этот контакт на игнорируемом вами сервере.'; $a->strings['Never'] = 'Никогда'; $a->strings['(Update was not successful)'] = '(Обновление не удалось)'; $a->strings['(Update was successful)'] = '(Обновление было успешно)'; @@ -1452,6 +1620,7 @@ $a->strings['Currently blocked'] = 'В настоящее время забло $a->strings['Currently ignored'] = 'В настоящее время игнорируется'; $a->strings['Currently collapsed'] = 'В настоящее время сворачивается'; $a->strings['Currently archived'] = 'В данный момент архивирован'; +$a->strings['Manage remote servers'] = 'Управлять удалёнными серверами'; $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'] = 'Уведомление о новых записях'; @@ -1462,6 +1631,17 @@ $a->strings['Actions'] = 'Действия'; $a->strings['Status'] = 'Записи'; $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['Channel Settings'] = 'Настройки каналов'; +$a->strings['Frequency of this contact in relevant channels'] = 'Частота появления этого контакта в каналах'; +$a->strings['Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don\'t want to see their content at all, but you don\'t want to block or hide the contact completely.'] = 'В зависимости от типа канала, не все записи этого контакта могут отображаться в них. По-умолчанию записи должны получить некоторое число взаимодействий (комментарии, лайки), чтобы попасть в каналы. Так же некоторые контакты могут заполнять каналы слишком частыми записями или вы можете не хотеть видеть их в каналах вообще, но не готовы их игнорировать или блокировать полностью.'; +$a->strings['Default frequency'] = 'Обычная частота'; +$a->strings['Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction.'] = 'Записи этого контакта будут показаны в канале "Для Вас", если вы часто взаимодействуете с ним, либо запись этого контакта получит какую-то активность.'; +$a->strings['Display all posts of this contact'] = 'Показывать все'; +$a->strings['All posts from this contact will appear on the "for you" channel'] = 'Все записи от этого контакта будут показаны в канале "Для Вас"'; +$a->strings['Display only few posts'] = 'Показывать немного'; +$a->strings['When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'] = 'Когда контакт создаёт много записей за короткий период, эта настройка сократит число отображаемых записей в каналах.'; +$a->strings['Never display posts'] = 'Не показывать'; +$a->strings['Posts from this contact will never be displayed in any channel'] = 'Записи этого контакта никогда не будут показаны в каналах'; $a->strings['Refetch contact data'] = 'Обновить данные контакта'; $a->strings['Toggle Blocked status'] = 'Изменить статус блокированности (заблокировать/разблокировать)'; $a->strings['Toggle Ignored status'] = 'Изменить статус игнорирования'; @@ -1470,7 +1650,6 @@ $a->strings['Revoke Follow'] = 'Отозвать подписку'; $a->strings['Revoke the follow from this contact'] = 'Отменить подписку этого контакта на вас'; $a->strings['Bad Request.'] = 'Ошибочный запрос.'; $a->strings['Unknown contact.'] = 'Неизвестный контакт.'; -$a->strings['Contact is deleted.'] = 'Контакт удалён.'; $a->strings['Contact is being deleted.'] = 'Контакт удаляется.'; $a->strings['Follow was successfully revoked.'] = 'Подписка была успешно отозвана.'; $a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Вы действительно хотите отозвать подписку этого контакта на вас? Это нельзя будет отменить позже, им потребуется снова подписаться на вас.'; @@ -1481,29 +1660,17 @@ $a->strings['Unfollowing is currently not supported by your network.'] = 'Отп $a->strings['Disconnect/Unfollow'] = 'Отсоединиться/Отписаться'; $a->strings['Contact was successfully unfollowed'] = 'Подписка успешно удалена'; $a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Не получается отписаться от этого контакта, пожалуйста, свяжитесь с вашим администратором'; +$a->strings['No results.'] = 'Нет результатов.'; +$a->strings['Channel not available.'] = 'Канал недоступен'; $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['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['Community option not available.'] = 'Сообщество недоступно.'; +$a->strings['Not available.'] = 'Недоступно.'; +$a->strings['No such circle'] = 'Нет такого круга'; +$a->strings['Circle: %s'] = 'Круг: %s'; +$a->strings['Network feed not available.'] = 'Лента недоступна'; $a->strings['Own Contacts'] = 'Свои контакты'; $a->strings['Include'] = 'Включить'; $a->strings['Hide'] = 'Скрыть'; -$a->strings['No results.'] = 'Нет результатов.'; -$a->strings['Community option not available.'] = 'Сообщество недоступно.'; -$a->strings['Not available.'] = 'Недоступно.'; -$a->strings['No such group'] = 'Нет такой группы'; -$a->strings['Group: %s'] = 'Группа: %s'; -$a->strings['Latest Activity'] = 'Вся активность'; -$a->strings['Sort by latest activity'] = 'Отсортировать по свежей активности'; -$a->strings['Latest Posts'] = 'Новые записи'; -$a->strings['Sort by post received date'] = 'Отсортировать по времени получения записей'; -$a->strings['Latest Creation'] = 'По времени'; -$a->strings['Sort by post creation date'] = 'Отсортировать по времени создания записей'; -$a->strings['Personal'] = 'Личные'; -$a->strings['Posts that mention or involve you'] = 'Записи, которые упоминают вас или в которых вы участвуете'; -$a->strings['Starred'] = 'Избранное'; -$a->strings['Favourite Posts'] = 'Избранные записи'; $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 это проект сообщества, который был бы невозможен без помощи многих людей. Вот лист тех, кто писал код или помогал с переводом. Спасибо вам всем!'; $a->strings['Error'] = [ @@ -1524,11 +1691,6 @@ $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['You are now logged in as %s'] = 'Вы вошли как %s'; -$a->strings['Switch between your accounts'] = 'Переключить учётную запись'; -$a->strings['Manage your accounts'] = 'Управление учётными записями'; -$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 entries (some entries may be hidden).'] = 'Нет записей (некоторые записи могут быть скрыты).'; $a->strings['Find on this site'] = 'Найти на этом сайте'; $a->strings['Results for:'] = 'Результаты для:'; @@ -1551,26 +1713,6 @@ $a->strings['Please visit Friendi.ca to learn m $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[собака]friendi[точка]ca'; -$a->strings['Could not create group.'] = 'Не удалось создать группу.'; -$a->strings['Group not found.'] = 'Группа не найдена.'; -$a->strings['Group name was not changed.'] = 'Название группы не изменено.'; -$a->strings['Unknown 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['Bad request.'] = 'Ошибочный запрос.'; -$a->strings['Save Group'] = 'Сохранить группу'; -$a->strings['Filter'] = 'Фильтр'; -$a->strings['Create a group of contacts/friends.'] = 'Создать группу контактов / друзей.'; -$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 profile'] = 'Нет профиля'; $a->strings['Method Not Allowed.'] = 'Метод не разрешён'; $a->strings['Help:'] = 'Помощь:'; @@ -1636,7 +1778,6 @@ $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['You can make this page always open when you use the New Post button in the Theme Customization settings.'] = 'Вы можете включить открытие этой страницы по кнопке создания новой записи в настройках отображения темы.'; -$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Запрошенная запись не существует или была удалена.'; $a->strings['The feed for this item is unavailable.'] = 'Лента недоступна для этого объекта.'; $a->strings['Unable to follow this item.'] = 'Не получается подписаться на эту запись.'; $a->strings['System down for maintenance'] = 'Система закрыта на техническое обслуживание'; @@ -1650,7 +1791,6 @@ $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 process image.'] = 'Невозможно обработать фото.'; -$a->strings['Image exceeds size limit of %s'] = 'Изображение превышает лимит размера в %s'; $a->strings['Image upload failed.'] = 'Загрузка фото неудачная.'; $a->strings['List of all users'] = 'Все пользователи'; $a->strings['Active'] = 'Активные'; @@ -1661,13 +1801,13 @@ $a->strings['Deleted'] = 'Удалённые'; $a->strings['List of pending user deletions'] = 'Список ожидающих удаления'; $a->strings['Normal Account Page'] = 'Стандартная страница аккаунта'; $a->strings['Soapbox Page'] = 'Публичная страница'; -$a->strings['Public Forum'] = 'Публичный форум'; +$a->strings['Public Group'] = 'Публичная группа'; $a->strings['Automatic Friend Page'] = '"Автоматический друг" страница'; -$a->strings['Private Forum'] = 'Закрытый форум'; +$a->strings['Private Group'] = 'Закрытая группа'; $a->strings['Personal Page'] = 'Личная страница'; $a->strings['Organisation Page'] = 'Организационная страница'; $a->strings['News Page'] = 'Новостная страница'; -$a->strings['Community Forum'] = 'Форум сообщества'; +$a->strings['Community Group'] = 'Группа сообщества'; $a->strings['Relay'] = 'Ретранслятор'; $a->strings['You can\'t block a local contact, please block the user instead'] = 'Нельзя заблокировать локальный контакт, пожалуйста заблокируйте самого пользователя.'; $a->strings['%s contact unblocked'] = [ @@ -1789,17 +1929,68 @@ $a->strings['Tag'] = 'Тэг'; $a->strings['Type'] = 'Тип'; $a->strings['Term'] = 'Ключевое слово'; $a->strings['URL'] = 'URL'; -$a->strings['Mention'] = 'Отметка'; $a->strings['Implicit Mention'] = 'Неявная отметка'; $a->strings['Item not found'] = 'Элемент не найден'; $a->strings['No source recorded'] = 'Источник не сохранён'; $a->strings['Item Guid'] = 'GUID записи'; +$a->strings['Contact not found or their server is already blocked on this node.'] = 'Контакт не найден или их сервер уже заблокирован на этом узле.'; +$a->strings['Please login to access this page.'] = 'Пожалуйста, войдите для доступа к этой странице.'; +$a->strings['Create Moderation Report'] = 'Создать обращение к модераторам'; +$a->strings['Pick Contact'] = 'Выбор контакта'; +$a->strings['Please enter below the contact address or profile URL you would like to create a moderation report about.'] = 'Пожалуйста, выберите адрес контакта или URL профиля, о котором вы хотите отправить обращение.'; +$a->strings['Contact address/URL'] = 'Адрес контакта/URL'; +$a->strings['Pick Category'] = 'Выбор категории'; +$a->strings['Please pick below the category of your report.'] = 'Пожалуйста, выберите категорию обращения.'; +$a->strings['Spam'] = 'Спам'; +$a->strings['This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations.'] = 'Этот контакт публикует много повторяющихся/слишком длинных записей/комментариев, либо рекламирует свои товары/услуги там, где это неуместно.'; +$a->strings['Illegal Content'] = 'Противозаконный контент'; +$a->strings['This contact is publishing content that is considered illegal in this node\'s hosting juridiction.'] = 'Этот контакт публикует что-то, что запрещено законом в юрисдикции данного узла.'; +$a->strings['Community Safety'] = 'Общественный порядок'; +$a->strings['This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people\'s private information (doxxing), posting threats or offensive pictures in posts or replies.'] = 'Этот контакт раздражает вас или других людей провокационным или невежливым поведением, намеренно или нет. Это включает распространение частной информации о других людях (doxxing), угрозы, оскорбительные изображения в записях или комментариях.'; +$a->strings['Unwanted Content/Behavior'] = 'Нежелательные материалы/поведение'; +$a->strings['This contact has repeatedly published content irrelevant to the node\'s theme or is openly criticizing the node\'s administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic.'] = 'Этот контакт неоднократно публикует что-то, не относящееся к тематике узла, открыто критикует администраторов/модераторов без непосредственного обращения к ним, намеренно провоцирует раздор в чувствительных темах.'; +$a->strings['Rules Violation'] = 'Нарушение правил'; +$a->strings['This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step.'] = 'Этот контакт нарушил одно или несколько правил этого узла. Вы сможете выбрать какие на следующем шаге.'; +$a->strings['Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled.'] = 'Пожалуйста, расскажите о причинах вашего обращения. Чем больше деталей вы предоставите, тем лучше ваше обращение будет обработано.'; +$a->strings['Additional Information'] = 'Дополнительная информация'; +$a->strings['Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome.'] = 'Пожалуйста, добавьте любую дополнительную информацию, относящуюся к ситуации. Вы сможете прикрепить записи на следующем шаге, но любые детали пригодятся.'; +$a->strings['Pick Rules'] = 'Выберите правила'; +$a->strings['Please pick below the node rules you believe this contact violated.'] = 'Пожалуйста, выберите правила, которые по вашему мнению были нарушены.'; +$a->strings['Pick Posts'] = 'Выберите записи'; +$a->strings['Please optionally pick posts to attach to your report.'] = 'Пожалуйста, выберите записи, которые вы хотите добавить к обращению.'; +$a->strings['Submit Report'] = 'Отправить обращение'; +$a->strings['Further Action'] = 'Дальнейшие действия'; +$a->strings['You can also perform one of the following action on the contact you reported:'] = 'Вы так же можете сделать следующее с этим контактом:'; +$a->strings['Nothing'] = 'Ничего'; +$a->strings['Collapse contact'] = 'Сворачивать контакт'; +$a->strings['Their posts and replies will keep appearing in your Network page but their content will be collapsed by default.'] = 'Их записи и комментарии будут появляться в вашей ленте, но они будут свёрнуты.'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you.'] = 'Их записи и комментарии не будут больше появляться в вашей ленте, но могут появляться в групповых ветках. Так же они могут подписаться на вас.'; +$a->strings['Block contact'] = 'Заблокировать контакт'; +$a->strings['Their posts won\'t appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means.'] = 'Их записи не будут появляться в вашей ленте, но их ответы могут появляться в групповых ветках в свёрнутом виде. Они не смогут подписаться на вас, но могут увидеть ваши публичные записи другими способами.'; +$a->strings['Forward report'] = 'Переслать обращение'; +$a->strings['Would you ike to forward this report to the remote server?'] = 'Вы хотите переслать это обращение на удалённый сервер?'; +$a->strings['1. Pick a contact'] = '1. Выберите контакт'; +$a->strings['2. Pick a category'] = '2. Выберите категорию'; +$a->strings['2a. Pick rules'] = '2a. Выберите правила'; +$a->strings['2b. Add comment'] = '2b. Добавьте комментарий'; +$a->strings['3. Pick posts'] = '3. Выберите записи'; +$a->strings['List of reports'] = 'Список обращений'; +$a->strings['This page display reports created by our or remote users.'] = 'Эта страница показывает обращения, созданные нашими или удалёнными пользователями.'; +$a->strings['No report exists at this node.'] = 'Обращений на этом узле нет.'; +$a->strings['Category'] = 'Категория'; +$a->strings['%s total report'] = [ + 0 => '%s обращение', + 1 => '%s обращения', + 2 => '%s обращений', + 3 => '%s обращений', +]; +$a->strings['URL of the reported contact.'] = 'URL контакта в обращении.'; $a->strings['Normal Account'] = 'Обычный аккаунт'; $a->strings['Automatic Follower Account'] = '"Автоматический друг" Аккаунт'; -$a->strings['Public Forum Account'] = 'Публичный форум'; +$a->strings['Public Group Account'] = 'Публичная группа'; $a->strings['Automatic Friend Account'] = '"Автоматический друг" Аккаунт'; $a->strings['Blog Account'] = 'Аккаунт блога'; -$a->strings['Private Forum Account'] = 'Закрытый форум'; +$a->strings['Private Group Account'] = 'Закрытая группа'; $a->strings['Registered users'] = 'Зарегистрированные пользователи'; $a->strings['Pending registrations'] = 'Ожидающие регистрации'; $a->strings['%s user blocked'] = [ @@ -1889,6 +2080,8 @@ $a->strings['Do you want to authorize this application to access your posts and $a->strings['Unsupported or missing response type'] = 'Неподдерживаемый или отсутствующий тип отклика'; $a->strings['Incomplete request data'] = 'Неполные данные запроса'; $a->strings['Please copy the following authentication code into your application and close this window: %s'] = 'Пожалуйста, скопируйте следующий код аутентификации в ваше приложение и закройте это окно: %s'; +$a->strings['Invalid data or unknown client'] = 'Ошибочные данные или неизвестный клиент'; +$a->strings['Unsupported or missing grant type'] = 'Неподдерживаемый или отсутствующий тип гранта.'; $a->strings['Resubscribing to OStatus contacts'] = 'Переподписаться на OStatus-контакты.'; $a->strings['Keep this window open until done.'] = 'Держать окно открытым до завершения.'; $a->strings['✔ Done'] = '✔ Готово'; @@ -1904,6 +2097,7 @@ $a->strings['Done'] = 'Готово'; $a->strings['success'] = 'удачно'; $a->strings['failed'] = 'неудача'; $a->strings['ignored'] = 'игнорирован'; +$a->strings['Wrong type "%s", expected one of: %s'] = 'Ошибочный тип "%s", ожидался один из: %s'; $a->strings['Model not found'] = 'Модель не найдена'; $a->strings['Unlisted'] = 'Непублично'; $a->strings['Remote privacy information not available.'] = 'Личная информация удаленно недоступна.'; @@ -1911,6 +2105,11 @@ $a->strings['Visible to:'] = 'Кто может видеть:'; $a->strings['Collection (%s)'] = 'Коллекция (%s)'; $a->strings['Followers (%s)'] = 'Подписчики (%s)'; $a->strings['%d more'] = '%d ещё'; +$a->strings['To: %s
    '] = 'Кому: %s
    '; +$a->strings['CC: %s
    '] = 'CC: %s
    '; +$a->strings['BCC: %s
    '] = 'BCC: %s
    '; +$a->strings['Audience: %s
    '] = 'Аудитория: %s
    '; +$a->strings['Attributed To: %s
    '] = 'Относится к: %s
    '; $a->strings['The Photo is not available.'] = 'Фото недоступно.'; $a->strings['The Photo with id %s is not available.'] = 'Фотография с id %s недоступна.'; $a->strings['Invalid external resource with url %s.'] = 'Проблема с внешним ресурсом по адресу %s.'; @@ -1929,6 +2128,7 @@ $a->strings['No contacts.'] = 'Нет контактов.'; $a->strings['%s\'s timeline'] = 'Лента %s'; $a->strings['%s\'s posts'] = 'Записи %s'; $a->strings['%s\'s comments'] = 'Комментарии %s'; +$a->strings['Image exceeds size limit of %s'] = 'Изображение превышает лимит размера в %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'] = 'Сервер не принимает новые файлы для загрузки в настоящий момент, пожалуйста, свяжитесь с администратором'; @@ -1949,7 +2149,7 @@ $a->strings['%d year old'] = [ 3 => '%dлет', ]; $a->strings['Description:'] = 'Описание:'; -$a->strings['Forums:'] = 'Форумы:'; +$a->strings['Groups:'] = 'Группы:'; $a->strings['View profile as:'] = 'Посмотреть профиль как:'; $a->strings['View as'] = 'Посмотреть как'; $a->strings['Profile unavailable.'] = 'Профиль недоступен.'; @@ -1983,7 +2183,7 @@ $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 Display Name (as you would like it to be displayed on this system'] = 'Ваше полное имя (как вы бы хотели его видеть здесь'; $a->strings['Your Email Address: (Initial information will be send there, so this has to be an existing address.)'] = 'Ваш адрес электронной почты: (Информация для входа будет отправлена туда, это должен быть существующий адрес.)'; $a->strings['Please repeat your e-mail address:'] = 'Пожалуйста, введите адрес электронной почты ещё раз:'; $a->strings['New Password:'] = 'Новый пароль:'; @@ -2072,7 +2272,7 @@ $a->strings['Importing Contacts done'] = 'Импорт контактов зав $a->strings['Relocate message has been send to your contacts'] = 'Перемещённое сообщение было отправлено списку контактов'; $a->strings['Unable to find your profile. Please contact your admin.'] = 'Не получается найти ваш профиль. Пожалуйста свяжитесь с администратором.'; $a->strings['Personal Page Subtypes'] = 'Подтипы личной страницы'; -$a->strings['Community Forum Subtypes'] = 'Подтипы форума сообщества'; +$a->strings['Community Group 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".'] = 'Учётная запись новостной ленты, которая автоматически одобряет новых подписчиков.'; @@ -2081,7 +2281,7 @@ $a->strings['Account for a regular personal profile that requires manual approva $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['Private Group [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 входить в этот аккаунт'; @@ -2096,6 +2296,7 @@ $a->strings['Password:'] = 'Пароль:'; $a->strings['Your current password to confirm the changes of the email address'] = 'Ваш текущий пароль для подтверждения смены адреса почты'; $a->strings['Delete OpenID URL'] = 'Удалить ссылку OpenID'; $a->strings['Basic Settings'] = 'Основные параметры'; +$a->strings['Display name:'] = 'Отображаемое имя:'; $a->strings['Email Address:'] = 'Адрес электронной почты:'; $a->strings['Your Timezone:'] = 'Ваш часовой пояс:'; $a->strings['Your Language:'] = 'Ваш язык:'; @@ -2122,6 +2323,8 @@ $a->strings['Your contacts can add additional tags to your posts.'] = 'Ваши $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.'] = 'Пользователи Френдики могут отправлять вам личные сообщения даже если их нет в вашем списке контактов.'; $a->strings['Maximum private messages per day from unknown people:'] = 'Максимальное количество личных сообщений от незнакомых людей в день:'; +$a->strings['Default privacy circle for new contacts'] = 'Круг по-умолчанию для новых контактов'; +$a->strings['Default privacy circle for new group contacts'] = 'Круг по-умолчанию для новых групп'; $a->strings['Default Post Permissions'] = 'Разрешение на сообщения по умолчанию'; $a->strings['Expiration settings'] = 'Очистка старых записей'; $a->strings['Automatically expire posts after this many days:'] = 'Автоматическое истекание срока действия сообщения после стольких дней:'; @@ -2170,6 +2373,31 @@ $a->strings['If you have moved this profile from another server, and some of you $a->strings['Resend relocate message to contacts'] = 'Отправить перемещённые сообщения контактам'; $a->strings['Addon Settings'] = 'Настройки дополнений'; $a->strings['No Addon settings configured'] = 'Настройки дополнений не изменены'; +$a->strings['Label'] = 'Название'; +$a->strings['Description'] = 'Описание'; +$a->strings['Access Key'] = 'Горячая клавиша'; +$a->strings['Circle/Channel'] = 'Круг/Канал'; +$a->strings['Include Tags'] = 'Включить теги'; +$a->strings['Exclude Tags'] = 'Исключить теги'; +$a->strings['Full Text Search'] = 'Полнотекстовый поиск'; +$a->strings['Delete channel'] = 'Удалить канал'; +$a->strings['Check to delete this entry from the channel list'] = 'Отметьте, чтобы удалить этот канал из списка'; +$a->strings['Short name for the channel. It is displayed on the channels widget.'] = 'Короткое название для канала, будет отображаться в их списке.'; +$a->strings['This should describe the content of the channel in a few word.'] = 'Описание содержимого канала в нескольких словах.'; +$a->strings['When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one.'] = 'Если вы хотите сделать доступ к каналу по горячей клавише, определите её здесь. Будьте внимательны и не берите уже используемую где-то клавишу.'; +$a->strings['Select a circle or channel, that your channel should be based on.'] = 'Выберите круг или канал, на основе которого будет создан этот.'; +$a->strings['Comma separated list of tags. A post will be used when it contains any of the listed tags.'] = 'Список тегов через запятую. Запись попадёт в канал, если в ней есть любой из них.'; +$a->strings['Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel.'] = 'Список тегов через запятую. Запись не попадёт в канал, если в ней есть любой из них.'; +$a->strings['Search terms for the body, supports the "boolean mode" operators from MariaDB. See the help for a complete list of operators and additional keywords: %s'] = 'Поисковый запрос для записей, можно использовать операторы "boolean mode" для MariaDB. Справка по операторам и ключевым словам: %s'; +$a->strings['Check to display images in the channel.'] = 'Отметьте для включения записей с картинками.'; +$a->strings['Check to display videos in the channel.'] = 'Отметьте для включения записей с видео.'; +$a->strings['Check to display audio in the channel.'] = 'Отметьте для включения записей со аудио.'; +$a->strings['This page can be used to define your own channels.'] = 'На этой странице вы можете определить свои собственные каналы'; +$a->strings['Add new entry to the channel list'] = 'Добавить в список каналов'; +$a->strings['Add'] = 'Добавить'; +$a->strings['Current Entries in the channel list'] = 'Текущий список каналов'; +$a->strings['Delete entry from the channel list'] = 'Удалить из списка каналов'; +$a->strings['Delete entry from the channel list?'] = 'Удалить запись из списка каналов?'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Не удалось подключиться к аккаунту e-mail, используя указанные настройки.'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['Built-in support for %s connectivity is enabled'] = 'Встроенная поддержка для %s включена'; @@ -2193,6 +2421,8 @@ $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['API: Use spoiler field as title'] = 'API: Использовать спойлер как заголовок'; $a->strings['When activated, the "spoiler_text" field in the API will be used for the title on standalone posts. When deactivated it will be used for spoiler text. For comments it will always be used for spoiler text.'] = 'Если включено, поле "spoiler_text" в API будет использоваться как заголовок для отдельных записей. Если отключено, то оно будет использоваться как спойлер. Для комментариев оно всегда используется как спойлер.'; +$a->strings['API: Automatically links at the end of the post as attached posts'] = 'API: Автоматически загружать ссылки в конце записей'; +$a->strings['When activated, added links at the end of the post react the same way as added links in the web interface.'] = 'Если включено, ссылки в конце записей будут обрабатываться так же, как ссылки, добавленные через веб-интерфейс.'; $a->strings['Your legacy ActivityPub/GNU Social account'] = 'Ваша старая учётная запись ActivityPub/GNU Social'; $a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'Если вы введете тут вашу старую учетную запись от платформы совместимой с ActivityPub или GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены.'; $a->strings['Repair OStatus subscriptions'] = 'Починить подписки OStatus'; @@ -2224,7 +2454,6 @@ $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['Add'] = 'Добавить'; $a->strings['No entries.'] = 'Нет записей.'; $a->strings['The theme you chose isn\'t available.'] = 'Выбранная вами тема недоступна.'; $a->strings['%s - (Unsupported)'] = '%s - (Не поддерживается)'; @@ -2237,6 +2466,7 @@ $a->strings['General Theme Settings'] = 'Общие настройки тем'; $a->strings['Custom Theme Settings'] = 'Личные настройки тем'; $a->strings['Content Settings'] = 'Настройки контента'; $a->strings['Theme settings'] = 'Настройки темы'; +$a->strings['Timelines'] = 'Ленты'; $a->strings['Display Theme:'] = 'Показать тему:'; $a->strings['Mobile Theme:'] = 'Мобильная тема:'; $a->strings['Number of items to display per page:'] = 'Количество элементов, отображаемых на одной странице:'; @@ -2256,14 +2486,22 @@ $a->strings['Display the resharer'] = 'Показывать поделившег $a->strings['Display the first resharer as icon and text on a reshared item.'] = 'Показывать первого из поделившихся записью в виде значка над этой записью.'; $a->strings['Stay local'] = 'Оставаться локально'; $a->strings['Don\'t go to a remote system when following a contact link.'] = 'Не переходить на другие серверы по ссылкам профилей.'; +$a->strings['Show the post deletion checkbox'] = 'Показывать отметку для удаления записи'; +$a->strings['Display the checkbox for the post deletion on the network page.'] = 'Показывать галочку отметки записей для удаления на странице ленты'; +$a->strings['DIsplay the event list'] = 'Показывать события'; +$a->strings['Display the birthday reminder and event list on the network page.'] = 'Показывать напоминания о днях рождения и список событий на странице ленты.'; $a->strings['Link preview mode'] = 'Предпросмотр ссылок'; $a->strings['Appearance of the link preview that is added to each post with a link.'] = 'Внешний вид предпросмотра ссылок, который появляется в записях со ссылками.'; +$a->strings['Bookmark'] = 'Главное меню'; +$a->strings['Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'] = 'Включите ленты, которые вы хотите видеть в меню каналов слева, выберите ленты, которые будут отображаться в главном меню сверху.'; +$a->strings['Channel languages:'] = 'Языки каналов:'; +$a->strings['Select all languages that you want to see in your channels.'] = 'Выберите все языки, которые вы хотите видеть в своих каналах.'; $a->strings['Beginning of week:'] = 'Начало недели:'; $a->strings['Default calendar view:'] = 'Вид календаря по-умолчанию:'; $a->strings['Additional Features'] = 'Дополнительные возможности'; $a->strings['Connected Apps'] = 'Подключенные приложения'; $a->strings['Remove authorization'] = 'Удалить авторизацию'; -$a->strings['Profile Name is required.'] = 'Необходимо имя профиля.'; +$a->strings['Display Name is required.'] = 'Необходимо указать имя'; $a->strings['Profile couldn\'t be updated.'] = 'Профиль не получилось обновить.'; $a->strings['Label:'] = 'Поле:'; $a->strings['Value:'] = 'Значение:'; @@ -2280,7 +2518,15 @@ $a->strings['Location'] = 'Местонахождение'; $a->strings['Miscellaneous'] = 'Разное'; $a->strings['Custom Profile Fields'] = 'Произвольные поля профиля'; $a->strings['Upload Profile Photo'] = 'Загрузить фото профиля'; -$a->strings['Display name:'] = 'Отображаемое имя:'; +$a->strings['

    Custom fields appear on your profile page.

    +

    You can use BBCodes in the field values.

    +

    Reorder by dragging the field title.

    +

    Empty the label field to remove a custom field.

    +

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    '] = '

    Произвольные поля видны на вашей странице профиля.

    +

    Вы можете использовать BBCode в значениях полей.

    +

    Меняйте порядок перетаскиванием.

    +

    Сотрите название для удаления поля.

    +

    Закрытые поля будут видны только выбранным контактам из Friendica, либо контактам из выбранных кругов.

    '; $a->strings['Street Address:'] = 'Адрес:'; $a->strings['Locality/City:'] = 'Город / Населенный пункт:'; $a->strings['Region/State:'] = 'Район / Область:'; @@ -2295,15 +2541,6 @@ $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['

    Custom fields appear on your profile page.

    -

    You can use BBCodes in the field values.

    -

    Reorder by dragging the field title.

    -

    Empty the label field to remove a custom field.

    -

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    '] = '

    Произвольные поля видны на вашей странице профиля.

    -

    В значениях полей можно использовать BBCode.

    -

    Меняйте порядок перетаскиванием.

    -

    Сотрите название для удаления поля.

    -

    Закрытые поля будут видны только выбранным контактам из Friendica, либо контактам из выбранных групп.

    '; $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'] = 'Не удается обработать изображение'; @@ -2320,14 +2557,24 @@ $a->strings['Upload Picture:'] = 'Загрузить картинку:'; $a->strings['or'] = 'или'; $a->strings['skip this step'] = 'пропустить этот шаг'; $a->strings['select a photo from your photo albums'] = 'выберите фото из ваших фотоальбомов'; +$a->strings['There was a validation error, please make sure you\'re logged in with the account you want to remove and try again.'] = 'Возникла ошибка валидации, пожалуйста, проверьте, что вы зашли под учётной записью, которую хотите удалить, и попробуйте ещё.'; +$a->strings['If this error persists, please contact your administrator.'] = 'Если эта ошибка сохраняется, пожалуйста, свяжитесь с администратором.'; $a->strings['[Friendica System Notify]'] = '[Системное уведомление Friendica]'; $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['Your user account has been successfully removed. Bye bye!'] = 'Ваша учётная запись была успешно удалена. Всего хорошего!'; +$a->strings['Your account has been successfully removed. Bye bye!'] = 'Ваша учётная запись была успешно удалена. Всего хорошего!'; $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['Do you want to ignore this server?'] = 'Вы хотите игнорировать этот сервер?'; +$a->strings['Do you want to unignore this server?'] = 'Вы хотите прекратить игнорировать этот сервер?'; +$a->strings['Remote server settings'] = 'Настройки сервера'; +$a->strings['Server URL'] = 'URL сервера'; +$a->strings['Settings saved'] = 'Настройки сохранены'; +$a->strings['Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page.'] = 'Здесь вы можете найти все серверы, к которым вы применяли действия модерации. Чтобы посмотреть список серверов, которые заблокировал ваш узел, пожалуйста, посмотрите страницу информации об узле.'; +$a->strings['Delete all your settings for the remote server'] = 'Удалить ваши настройки для удалённого сервера'; +$a->strings['Save changes'] = 'Сохранить изменения'; $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.'] = 'Создание пароля приложения не удалось: такое описание уже есть.'; @@ -2337,7 +2584,6 @@ $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'] = 'Отозвать все'; @@ -2422,10 +2668,28 @@ $a->strings['Export all'] = 'Экспорт всего'; $a->strings['Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)'] = 'Выгрузить информацию о вашей учётной записи, контактах и всех ваших записях как файл 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-файл. Совместимо с Mastodon и др.'; -$a->strings['Not Found'] = 'Не найдено'; +$a->strings['The top-level post isn\'t visible.'] = 'Родительская запись скрыта.'; +$a->strings['The top-level post was deleted.'] = 'Родительская запись была удалена.'; +$a->strings['This node has blocked the top-level author or the author of the shared post.'] = 'Этот узел заблокировал автора основной записи или поделившегося ей.'; +$a->strings['You have ignored or blocked the top-level author or the author of the shared post.'] = 'Вы игнорируете или заблокировали автора основной записи или поделившегося ей.'; +$a->strings['You have ignored the top-level author\'s server or the shared post author\'s server.'] = 'Вы игорируете сервер автора основной записи или сервер поделившегося ей.'; +$a->strings['Conversation Not Found'] = 'Запись не найдена'; +$a->strings['Unfortunately, the requested conversation isn\'t available to you.'] = 'К сожалению, эта запись вам недоступна.'; +$a->strings['Possible reasons include:'] = 'Возможные причины этого:'; +$a->strings['Stack trace:'] = 'Stack trace:'; +$a->strings['Exception thrown in %s:%d'] = 'Exception thrown in %s:%d'; +$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/settings/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.'] = 'В любой момент вошедший в систему пользователь может экспортировать свои данные через настройки. Если пользователь хочет удалить свою учётную запись, они могут сделать это через %1$s/settings/removeme. Удаление данных будет без возможности восстановления. Запрос на удаление данных будет так же передан на узлы партнёров по сети.'; $a->strings['Privacy Statement'] = 'Положение о конфиденциальности'; $a->strings['Rules'] = 'Правила'; $a->strings['Parameter uri_id is missing.'] = 'Параметр uri_id отсутствует.'; +$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Запрошенная запись не существует или была удалена.'; +$a->strings['You are now logged in as %s'] = 'Вы вошли как %s'; +$a->strings['Switch between your accounts'] = 'Переключить учётную запись'; +$a->strings['Manage your accounts'] = 'Управление учётными записями'; +$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['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.'; @@ -2468,8 +2732,8 @@ $a->strings['Go to Your Site\'s Directory'] = 'Перейти в каталог $a->strings['The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.'] = 'На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Подписаться на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.'; $a->strings['Finding New People'] = 'Поиск людей'; $a->strings['On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.'] = 'На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов.'; -$a->strings['Group Your Contacts'] = 'Группа "ваши контакты"'; -$a->strings['Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.'] = 'После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.'; +$a->strings['Add Your Contacts To Circle'] = 'Добавьте ваши контакты в круги'; +$a->strings['Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page.'] = 'После того, как вы найдете несколько друзей, соберите их в круги частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно в вашей ленте.'; $a->strings['Why Aren\'t My Posts Public?'] = 'Почему мои записи не публичные?'; $a->strings['Friendica respects your privacy. By default, your posts will only show up to people you\'ve added as friends. For more information, see the help section from the link above.'] = 'Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше.'; $a->strings['Getting Help'] = 'Получить помощь'; @@ -2553,7 +2817,7 @@ $a->strings['Please visit %s if you wish to make any changes to this relationsh $a->strings['registration request'] = 'запрос регистрации'; $a->strings['You\'ve received a registration request from \'%1$s\' at %2$s'] = 'Вы получили запрос на регистрацию от \'%1$s\' на %2$s'; $a->strings['You\'ve received a [url=%1$s]registration request[/url] from %2$s.'] = 'Вы получили [url=%1$s]запрос регистрации[/url] от %2$s.'; -$a->strings['Full Name: %s +$a->strings['Display Name: %s Site Location: %s Login Name: %s (%s)'] = 'Полное имя: %s Расположение: %s @@ -2581,6 +2845,8 @@ $a->strings['Delete globally'] = 'Удалить везде'; $a->strings['Remove locally'] = 'Убрать для себя'; $a->strings['Block %s'] = 'Заблокировать %s'; $a->strings['Ignore %s'] = 'Игнорировать %s'; +$a->strings['Collapse %s'] = 'Сворачивать %s'; +$a->strings['Report post'] = 'Пожаловаться'; $a->strings['Save to folder'] = 'Сохранить в папку'; $a->strings['I will attend'] = 'Я буду'; $a->strings['I will not attend'] = 'Меня не будет'; @@ -2607,6 +2873,9 @@ $a->strings['Comment this item on your system'] = 'Прокомментиров $a->strings['Remote comment'] = 'Загруженный комментарий'; $a->strings['Share via ...'] = 'Отправить в ...'; $a->strings['Share via external services'] = 'Поделиться через сторонние сервисы'; +$a->strings['Unknown parent'] = 'Источник неизвестен'; +$a->strings['in reply to %s'] = 'в ответ на %s'; +$a->strings['Parent is probably private or not federated.'] = 'Источник приватный или не федерируется.'; $a->strings['to'] = 'к'; $a->strings['via'] = 'через'; $a->strings['Wall-to-Wall'] = 'Стена-на-Стену'; @@ -2633,7 +2902,10 @@ $a->strings['Disliked by: %s'] = 'Не понравилось: %s'; $a->strings['Attended by: %s'] = 'Присутствуют: %s'; $a->strings['Maybe attended by: %s'] = 'Под вопросом: %s'; $a->strings['Not attended by: %s'] = 'Не присутствуют: %s'; +$a->strings['Commented by: %s'] = 'Прокомментировали: %s'; $a->strings['Reacted with %s by: %s'] = 'Отреагировали как %s : %s'; +$a->strings['Quote shared by: %s'] = 'Процитировано: %s'; +$a->strings['Chat'] = 'Чат'; $a->strings['(no subject)'] = '(нет темы)'; $a->strings['%s is now following %s.'] = '%s теперь подписан на %s.'; $a->strings['following'] = 'следует'; @@ -2722,7 +2994,7 @@ $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['Comma separated list of helper groups'] = 'Список групп поддержки через запятую'; $a->strings['don\'t show'] = 'не показывать'; $a->strings['show'] = 'показывать'; $a->strings['Set style'] = 'Установить стиль'; diff --git a/view/lang/sv/messages.po b/view/lang/sv/messages.po index 67f1b89939..c4d3157efb 100644 --- a/view/lang/sv/messages.po +++ b/view/lang/sv/messages.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-18 20:49+0000\n" +"POT-Creation-Date: 2023-12-04 22:18+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Viktor Nilsson, 2022-2023\n" "Language-Team: Swedish (http://app.transifex.com/Friendica/friendica/language/sv/)\n" @@ -24,45 +24,45 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mod/item.php:102 mod/item.php:105 mod/item.php:171 mod/item.php:174 +#: mod/item.php:100 mod/item.php:103 mod/item.php:170 mod/item.php:173 msgid "Unable to locate original post." msgstr "Hittar inte det ursprungliga inlägget." -#: mod/item.php:139 +#: mod/item.php:138 msgid "Post updated." msgstr "Inlägget uppdaterades." -#: mod/item.php:204 mod/item.php:208 +#: mod/item.php:203 mod/item.php:207 msgid "Item wasn't stored." msgstr "Objektet lagrades inte." -#: mod/item.php:218 +#: mod/item.php:217 msgid "Item couldn't be fetched." msgstr "Objektet kunde inte hämtas." -#: mod/item.php:256 mod/item.php:260 +#: mod/item.php:259 mod/item.php:263 msgid "Empty post discarded." msgstr "Tomt inlägg. Inte sparat." -#: mod/item.php:412 src/Module/Admin/Themes/Details.php:39 +#: mod/item.php:432 src/Module/Admin/Themes/Details.php:39 #: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 #: src/Module/Debug/ItemBody.php:57 src/Module/Item/Feed.php:80 msgid "Item not found." msgstr "Hittar inte." -#: mod/item.php:436 mod/message.php:69 mod/message.php:114 mod/notes.php:45 -#: mod/photos.php:152 mod/photos.php:669 src/Model/Event.php:522 -#: src/Module/Attach.php:55 src/Module/BaseApi.php:95 -#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:52 +#: mod/item.php:456 mod/message.php:67 mod/message.php:113 mod/notes.php:45 +#: mod/photos.php:152 mod/photos.php:670 src/Model/Event.php:520 +#: src/Module/Attach.php:55 src/Module/BaseApi.php:103 +#: src/Module/BaseNotifications.php:98 src/Module/BaseSettings.php:50 #: src/Module/Calendar/Event/API.php:88 src/Module/Calendar/Event/Form.php:84 #: src/Module/Calendar/Export.php:82 src/Module/Calendar/Show.php:82 -#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:86 -#: src/Module/Contact/Follow.php:159 src/Module/Contact/MatchInterests.php:86 +#: src/Module/Circle.php:41 src/Module/Circle.php:84 +#: src/Module/Contact/Advanced.php:60 src/Module/Contact/Follow.php:87 +#: src/Module/Contact/Follow.php:160 src/Module/Contact/MatchInterests.php:86 #: src/Module/Contact/Suggestions.php:54 src/Module/Contact/Unfollow.php:66 #: src/Module/Contact/Unfollow.php:80 src/Module/Contact/Unfollow.php:112 -#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 -#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 -#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/FollowConfirm.php:38 src/Module/FriendSuggest.php:57 +#: src/Module/Invite.php:42 src/Module/Invite.php:131 #: src/Module/Notifications/Notification.php:76 #: src/Module/Notifications/Notification.php:107 #: src/Module/OStatus/Repair.php:60 src/Module/OStatus/Subscribe.php:66 @@ -73,17 +73,18 @@ msgstr "Hittar inte." #: src/Module/Profile/UnkMail.php:132 src/Module/Register.php:77 #: src/Module/Register.php:90 src/Module/Register.php:206 #: src/Module/Register.php:245 src/Module/Search/Directory.php:37 -#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:407 -#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:69 -#: src/Module/Settings/Display.php:69 src/Module/Settings/Display.php:151 +#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:388 +#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114 +#: src/Module/Settings/Delegation.php:90 src/Module/Settings/Display.php:90 +#: src/Module/Settings/Display.php:197 #: src/Module/Settings/Profile/Photo/Crop.php:165 -#: src/Module/Settings/Profile/Photo/Index.php:111 -#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80 +#: src/Module/Settings/Profile/Photo/Index.php:112 +#: src/Module/Settings/RemoveMe.php:119 src/Module/Settings/UserExport.php:80 #: src/Module/Settings/UserExport.php:114 #: src/Module/Settings/UserExport.php:215 #: src/Module/Settings/UserExport.php:235 -#: src/Module/Settings/UserExport.php:300 src/Module/User/Import.php:84 -#: src/Module/User/Import.php:91 +#: src/Module/Settings/UserExport.php:300 src/Module/User/Delegation.php:154 +#: src/Module/User/Import.php:84 src/Module/User/Import.php:91 msgid "Permission denied." msgstr "Åtkomst nekad." @@ -153,7 +154,7 @@ msgid "" "your email for further instructions." msgstr "Ange din e-postadress för att få ett nytt lösenord. Du kommer att få ett meddelande med vidare instruktioner via e-post." -#: mod/lostpass.php:130 src/Module/Security/Login.php:161 +#: mod/lostpass.php:130 src/Module/Security/Login.php:160 msgid "Nickname or Email: " msgstr "Användarnamn eller e-post:" @@ -161,7 +162,7 @@ msgstr "Användarnamn eller e-post:" msgid "Reset" msgstr "Skicka" -#: mod/lostpass.php:146 src/Module/Security/Login.php:173 +#: mod/lostpass.php:146 src/Module/Security/Login.php:172 msgid "Password Reset" msgstr "Glömt lösenordet?" @@ -221,150 +222,156 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "Ditt lösenord ändrades den %s" -#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:321 +#: mod/message.php:46 mod/message.php:128 src/Content/Nav.php:321 msgid "New Message" msgstr "Nytt meddelande" -#: mod/message.php:83 src/Module/Profile/UnkMail.php:100 +#: mod/message.php:82 src/Module/Profile/UnkMail.php:100 msgid "No recipient selected." msgstr "Ingen mottagare har valts." -#: mod/message.php:88 +#: mod/message.php:87 msgid "Unable to locate contact information." msgstr "Det gick inte att hitta kontaktuppgifterna." -#: mod/message.php:92 src/Module/Profile/UnkMail.php:106 +#: mod/message.php:91 src/Module/Profile/UnkMail.php:106 msgid "Message could not be sent." msgstr "Det gick inte att skicka meddelandet." -#: mod/message.php:96 src/Module/Profile/UnkMail.php:109 +#: mod/message.php:95 src/Module/Profile/UnkMail.php:109 msgid "Message collection failure." msgstr "Insamling av meddelanden misslyckades." -#: mod/message.php:123 src/Module/Notifications/Introductions.php:135 +#: mod/message.php:122 src/Module/Notifications/Introductions.php:135 #: src/Module/Notifications/Introductions.php:170 #: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "Ta bort" -#: mod/message.php:136 src/Content/Nav.php:318 view/theme/frio/theme.php:241 +#: mod/message.php:135 src/Content/Nav.php:318 view/theme/frio/theme.php:241 msgid "Messages" msgstr "Meddelanden" -#: mod/message.php:149 +#: mod/message.php:148 msgid "Conversation not found." msgstr "Konversationen hittades inte." -#: mod/message.php:154 +#: mod/message.php:153 msgid "Message was not deleted." msgstr "Meddelandet togs inte bort." -#: mod/message.php:169 +#: mod/message.php:168 msgid "Conversation was not removed." msgstr "Konversationen togs inte bort." -#: mod/message.php:183 mod/message.php:289 src/Module/Profile/UnkMail.php:146 +#: mod/message.php:181 mod/message.php:286 src/Module/Profile/UnkMail.php:145 msgid "Please enter a link URL:" msgstr "Ange en länk (URL):" -#: mod/message.php:192 src/Module/Profile/UnkMail.php:152 +#: mod/message.php:190 src/Module/Profile/UnkMail.php:151 msgid "Send Private Message" msgstr "Skicka personligt meddelande" -#: mod/message.php:193 mod/message.php:349 +#: mod/message.php:191 mod/message.php:346 msgid "To:" msgstr "Till:" -#: mod/message.php:194 mod/message.php:350 +#: mod/message.php:192 mod/message.php:347 msgid "Subject:" msgstr "Rubrik:" -#: mod/message.php:198 mod/message.php:353 src/Module/Invite.php:171 +#: mod/message.php:196 mod/message.php:350 src/Module/Invite.php:171 msgid "Your message:" msgstr "Meddelande:" -#: mod/message.php:201 mod/message.php:357 src/Content/Conversation.php:352 -#: src/Module/Post/Edit.php:128 +#: mod/message.php:199 mod/message.php:354 src/Content/Conversation.php:370 +#: src/Module/Post/Edit.php:131 msgid "Upload photo" msgstr "Ladda upp bild" -#: mod/message.php:202 mod/message.php:358 src/Module/Post/Edit.php:132 -#: src/Module/Profile/UnkMail.php:154 +#: mod/message.php:200 mod/message.php:355 src/Module/Post/Edit.php:135 +#: src/Module/Profile/UnkMail.php:153 msgid "Insert web link" msgstr "Infoga länk" -#: mod/message.php:203 mod/message.php:360 mod/photos.php:1291 -#: src/Content/Conversation.php:381 src/Content/Conversation.php:727 -#: src/Module/Item/Compose.php:204 src/Module/Post/Edit.php:142 -#: src/Module/Profile/UnkMail.php:155 src/Object/Post.php:545 +#: mod/message.php:201 mod/message.php:357 mod/photos.php:1301 +#: src/Content/Conversation.php:401 src/Content/Conversation.php:1584 +#: src/Module/Item/Compose.php:206 src/Module/Post/Edit.php:145 +#: src/Module/Profile/UnkMail.php:154 src/Object/Post.php:609 msgid "Please wait" msgstr "Var god vänta" -#: mod/message.php:204 mod/message.php:359 mod/photos.php:702 -#: mod/photos.php:819 mod/photos.php:1097 mod/photos.php:1138 -#: mod/photos.php:1194 mod/photos.php:1268 +#: mod/message.php:202 mod/message.php:356 mod/photos.php:705 +#: mod/photos.php:824 mod/photos.php:1101 mod/photos.php:1142 +#: mod/photos.php:1198 mod/photos.php:1278 #: src/Module/Calendar/Event/Form.php:250 src/Module/Contact/Advanced.php:132 -#: src/Module/Contact/Profile.php:340 +#: src/Module/Contact/Profile.php:364 #: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 #: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 -#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 -#: src/Module/Install.php:234 src/Module/Install.php:274 -#: src/Module/Install.php:309 src/Module/Invite.php:178 -#: src/Module/Item/Compose.php:189 src/Module/Moderation/Item/Source.php:79 -#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:156 -#: src/Module/Settings/Profile/Index.php:231 src/Object/Post.php:1058 -#: view/theme/duepuntozero/config.php:85 view/theme/frio/config.php:171 -#: view/theme/quattro/config.php:87 view/theme/vier/config.php:135 +#: src/Module/FriendSuggest.php:145 src/Module/Install.php:234 +#: src/Module/Install.php:274 src/Module/Install.php:309 +#: src/Module/Invite.php:178 src/Module/Item/Compose.php:189 +#: src/Module/Moderation/Item/Source.php:79 +#: src/Module/Moderation/Report/Create.php:168 +#: src/Module/Moderation/Report/Create.php:183 +#: src/Module/Moderation/Report/Create.php:211 +#: src/Module/Moderation/Report/Create.php:263 +#: src/Module/Profile/Profile.php:274 src/Module/Profile/UnkMail.php:155 +#: src/Module/Settings/Profile/Index.php:257 +#: src/Module/Settings/Server/Action.php:79 src/Module/User/Delegation.php:189 +#: src/Object/Post.php:1149 view/theme/duepuntozero/config.php:85 +#: view/theme/frio/config.php:171 view/theme/quattro/config.php:87 +#: view/theme/vier/config.php:135 msgid "Submit" msgstr "Spara" -#: mod/message.php:225 +#: mod/message.php:223 msgid "No messages." msgstr "Inga meddelanden." -#: mod/message.php:281 +#: mod/message.php:279 msgid "Message not available." msgstr "Meddelandet är inte tillgängligt." -#: mod/message.php:326 +#: mod/message.php:323 msgid "Delete message" msgstr "Ta bort meddelande" -#: mod/message.php:328 mod/message.php:459 +#: mod/message.php:325 mod/message.php:456 msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: mod/message.php:343 mod/message.php:456 +#: mod/message.php:340 mod/message.php:453 msgid "Delete conversation" msgstr "Ta bort konversation" -#: mod/message.php:345 +#: mod/message.php:342 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Inga säkra kommunikationer tillgängliga. Du
    kanske
    kan ha möjlighet att svara från sändarens profilsida." -#: mod/message.php:348 +#: mod/message.php:345 msgid "Send Reply" msgstr "Skicka svar" -#: mod/message.php:430 +#: mod/message.php:427 #, php-format msgid "Unknown sender - %s" msgstr "Okänd sändare - %s" -#: mod/message.php:432 +#: mod/message.php:429 #, php-format msgid "You and %s" msgstr "Du och %s" -#: mod/message.php:434 +#: mod/message.php:431 #, php-format msgid "%s and You" msgstr "%s och Du" -#: mod/message.php:462 +#: mod/message.php:459 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -379,14 +386,14 @@ msgstr "Personliga anteckningar" msgid "Personal notes are visible only by yourself." msgstr "Personliga anteckningar kan endast ses av dig själv." -#: mod/notes.php:57 src/Content/Text/HTML.php:884 +#: mod/notes.php:57 src/Content/Text/HTML.php:859 #: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 -#: src/Module/Post/Edit.php:126 +#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:162 msgid "Save" msgstr "Spara" -#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:577 -#: src/Model/Event.php:514 src/Model/Profile.php:234 +#: mod/photos.php:67 mod/photos.php:132 mod/photos.php:578 +#: src/Model/Event.php:512 src/Model/Profile.php:233 #: src/Module/Calendar/Export.php:74 src/Module/Calendar/Show.php:74 #: src/Module/DFRN/Poll.php:43 src/Module/Feed.php:65 src/Module/HCard.php:51 #: src/Module/Profile/Common.php:62 src/Module/Profile/Common.php:71 @@ -398,22 +405,22 @@ msgid "User not found." msgstr "Användaren hittades inte." #: mod/photos.php:106 src/Module/BaseProfile.php:68 -#: src/Module/Profile/Photos.php:399 +#: src/Module/Profile/Photos.php:379 msgid "Photo Albums" msgstr "Fotoalbum" -#: mod/photos.php:107 src/Module/Profile/Photos.php:400 -#: src/Module/Profile/Photos.php:420 +#: mod/photos.php:107 src/Module/Profile/Photos.php:380 +#: src/Module/Profile/Photos.php:400 msgid "Recent Photos" msgstr "Nyligen tillagda bilder" -#: mod/photos.php:109 mod/photos.php:867 src/Module/Profile/Photos.php:402 -#: src/Module/Profile/Photos.php:422 +#: mod/photos.php:109 mod/photos.php:872 src/Module/Profile/Photos.php:382 +#: src/Module/Profile/Photos.php:402 msgid "Upload New Photos" msgstr "Ladda upp bilder" -#: mod/photos.php:121 src/Module/BaseSettings.php:74 -#: src/Module/Profile/Photos.php:383 +#: mod/photos.php:121 src/Module/BaseSettings.php:72 +#: src/Module/Profile/Photos.php:363 msgid "everybody" msgstr "alla" @@ -425,259 +432,346 @@ msgstr "Kommer inte åt kontaktuppgifter." msgid "Album not found." msgstr "Albumet finns inte." -#: mod/photos.php:242 +#: mod/photos.php:244 msgid "Album successfully deleted" msgstr "Borttagningen av albumet lyckades" -#: mod/photos.php:244 +#: mod/photos.php:246 msgid "Album was empty." msgstr "Albumet var tomt." -#: mod/photos.php:276 +#: mod/photos.php:277 msgid "Failed to delete the photo." msgstr "Borttagningen av fotot misslyckades." -#: mod/photos.php:544 +#: mod/photos.php:545 msgid "a photo" msgstr "ett foto" -#: mod/photos.php:544 +#: mod/photos.php:545 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s taggades i %2$s av %3$s" -#: mod/photos.php:581 src/Module/Conversation/Community.php:188 -#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:315 +#: mod/photos.php:582 src/Module/Conversation/Community.php:160 +#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295 #: src/Module/Search/Index.php:65 msgid "Public access denied." msgstr "Publik åtkomst nekades." -#: mod/photos.php:586 +#: mod/photos.php:587 msgid "No photos selected" msgstr "Inga bilder har valts" -#: mod/photos.php:718 +#: mod/photos.php:721 #, php-format msgid "The maximum accepted image size is %s" msgstr "" -#: mod/photos.php:725 +#: mod/photos.php:728 msgid "Upload Photos" msgstr "Ladda upp bilder" -#: mod/photos.php:729 mod/photos.php:815 +#: mod/photos.php:732 mod/photos.php:820 msgid "New album name: " msgstr "Nytt album med namn: " -#: mod/photos.php:730 +#: mod/photos.php:733 msgid "or select existing album:" msgstr "eller välj befintligt album:" -#: mod/photos.php:731 +#: mod/photos.php:734 msgid "Do not show a status post for this upload" msgstr "Visa inte ett status-inlägg för den här uppladdningen" -#: mod/photos.php:733 mod/photos.php:1093 src/Content/Conversation.php:383 -#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:179 +#: mod/photos.php:736 mod/photos.php:1097 src/Content/Conversation.php:403 +#: src/Module/Calendar/Event/Form.php:253 src/Module/Post/Edit.php:183 msgid "Permissions" msgstr "Åtkomst" -#: mod/photos.php:796 +#: mod/photos.php:801 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Vill du verkligen ta bort det här fotoalbumet och alla dess foton?" -#: mod/photos.php:797 mod/photos.php:820 +#: mod/photos.php:802 mod/photos.php:825 msgid "Delete Album" msgstr "Ta bort album" -#: mod/photos.php:798 mod/photos.php:899 src/Content/Conversation.php:399 -#: src/Module/Contact/Follow.php:172 src/Module/Contact/Revoke.php:109 +#: mod/photos.php:803 mod/photos.php:903 src/Content/Conversation.php:419 +#: src/Module/Contact/Follow.php:173 src/Module/Contact/Revoke.php:109 #: src/Module/Contact/Unfollow.php:126 #: src/Module/Media/Attachment/Browser.php:77 -#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:164 +#: src/Module/Media/Photo/Browser.php:88 src/Module/Post/Edit.php:167 #: src/Module/Post/Tag/Remove.php:109 src/Module/Profile/RemoteFollow.php:134 #: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Cancel" msgstr "Avbryt" -#: mod/photos.php:824 +#: mod/photos.php:829 msgid "Edit Album" msgstr "Redigera album" -#: mod/photos.php:825 +#: mod/photos.php:830 msgid "Drop Album" msgstr "Släpp albumet" -#: mod/photos.php:829 +#: mod/photos.php:834 msgid "Show Newest First" msgstr "Visa nyaste först" -#: mod/photos.php:831 +#: mod/photos.php:836 msgid "Show Oldest First" msgstr "Visa äldsta först" -#: mod/photos.php:852 src/Module/Profile/Photos.php:370 +#: mod/photos.php:857 src/Module/Profile/Photos.php:350 msgid "View Photo" msgstr "Visa bild" -#: mod/photos.php:885 +#: mod/photos.php:889 msgid "Permission denied. Access to this item may be restricted." msgstr "Tillståndet nekades. Åtkomst till det här objektet kan vara begränsad." -#: mod/photos.php:887 +#: mod/photos.php:891 msgid "Photo not available" msgstr "Bilden är inte tillgänglig" -#: mod/photos.php:897 +#: mod/photos.php:901 msgid "Do you really want to delete this photo?" msgstr "Vill du verkligen ta bort det här fotot?" -#: mod/photos.php:898 mod/photos.php:1098 +#: mod/photos.php:902 mod/photos.php:1102 msgid "Delete Photo" msgstr "Ta bort bild" -#: mod/photos.php:996 +#: mod/photos.php:1000 msgid "View photo" msgstr "Visa fotot" -#: mod/photos.php:998 +#: mod/photos.php:1002 msgid "Edit photo" msgstr "Hantera bild" -#: mod/photos.php:999 +#: mod/photos.php:1003 msgid "Delete photo" msgstr "Ta bort fotot" -#: mod/photos.php:1000 +#: mod/photos.php:1004 msgid "Use as profile photo" msgstr "Använd som ett profilfoto" -#: mod/photos.php:1007 +#: mod/photos.php:1011 msgid "Private Photo" msgstr "Privat foto" -#: mod/photos.php:1013 +#: mod/photos.php:1017 msgid "View Full Size" msgstr "Visa fullstor" -#: mod/photos.php:1066 +#: mod/photos.php:1070 msgid "Tags: " msgstr "Taggar: " -#: mod/photos.php:1069 +#: mod/photos.php:1073 msgid "[Select tags to remove]" msgstr "[Välj taggar att ta bort]" -#: mod/photos.php:1084 +#: mod/photos.php:1088 msgid "New album name" msgstr "Nytt album med namn" -#: mod/photos.php:1085 +#: mod/photos.php:1089 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "Add a Tag" msgstr "Lägg till tagg" -#: mod/photos.php:1086 +#: mod/photos.php:1090 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Exempel: @adam, @Anna_Andersson, @johan@exempel.com, #Stockholm, #camping" -#: mod/photos.php:1087 +#: mod/photos.php:1091 msgid "Do not rotate" msgstr "Rotera inte" -#: mod/photos.php:1088 +#: mod/photos.php:1092 msgid "Rotate CW (right)" msgstr "Rotera medurs (höger)" -#: mod/photos.php:1089 +#: mod/photos.php:1093 msgid "Rotate CCW (left)" msgstr "Rotera Moturs (vänster)" -#: mod/photos.php:1135 mod/photos.php:1191 mod/photos.php:1265 -#: src/Module/Contact.php:589 src/Module/Item/Compose.php:188 -#: src/Object/Post.php:1055 +#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1275 +#: src/Module/Contact.php:618 src/Module/Item/Compose.php:188 +#: src/Object/Post.php:1146 msgid "This is you" msgstr "Det här är du" -#: mod/photos.php:1137 mod/photos.php:1193 mod/photos.php:1267 -#: src/Object/Post.php:539 src/Object/Post.php:1057 +#: mod/photos.php:1141 mod/photos.php:1197 mod/photos.php:1277 +#: src/Module/Moderation/Reports.php:95 src/Object/Post.php:603 +#: src/Object/Post.php:1148 msgid "Comment" msgstr "Kommentera" -#: mod/photos.php:1139 mod/photos.php:1195 mod/photos.php:1269 -#: src/Content/Conversation.php:396 src/Module/Calendar/Event/Form.php:248 -#: src/Module/Item/Compose.php:199 src/Module/Post/Edit.php:162 -#: src/Object/Post.php:1069 +#: mod/photos.php:1143 mod/photos.php:1199 mod/photos.php:1279 +#: src/Content/Conversation.php:416 src/Module/Calendar/Event/Form.php:248 +#: src/Module/Item/Compose.php:201 src/Module/Post/Edit.php:165 +#: src/Object/Post.php:1162 msgid "Preview" msgstr "Förhandsgranskning" -#: mod/photos.php:1140 src/Content/Conversation.php:351 -#: src/Module/Post/Edit.php:127 src/Object/Post.php:1059 +#: mod/photos.php:1144 src/Content/Conversation.php:369 +#: src/Module/Post/Edit.php:130 src/Object/Post.php:1150 msgid "Loading..." msgstr "Laddar..." -#: mod/photos.php:1226 src/Content/Conversation.php:643 -#: src/Object/Post.php:256 +#: mod/photos.php:1236 src/Content/Conversation.php:1499 +#: src/Object/Post.php:261 msgid "Select" msgstr "Välj" -#: mod/photos.php:1227 src/Content/Conversation.php:644 +#: mod/photos.php:1237 src/Content/Conversation.php:1500 #: src/Module/Moderation/Users/Active.php:136 #: src/Module/Moderation/Users/Blocked.php:136 #: src/Module/Moderation/Users/Index.php:151 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Server/Index.php:109 msgid "Delete" msgstr "Ta bort" -#: mod/photos.php:1288 src/Object/Post.php:384 +#: mod/photos.php:1298 src/Object/Post.php:426 msgid "Like" msgstr "Gilla" -#: mod/photos.php:1289 src/Object/Post.php:384 +#: mod/photos.php:1299 src/Object/Post.php:426 msgid "I like this (toggle)" msgstr "Jag gillar det här (växla)" -#: mod/photos.php:1290 src/Object/Post.php:385 +#: mod/photos.php:1300 src/Object/Post.php:427 msgid "Dislike" msgstr "Ogilla" -#: mod/photos.php:1292 src/Object/Post.php:385 +#: mod/photos.php:1302 src/Object/Post.php:427 msgid "I don't like this (toggle)" msgstr "Jag ogillar det här (växla)" -#: mod/photos.php:1314 +#: mod/photos.php:1324 msgid "Map" msgstr "Karta" -#: src/App.php:470 +#: src/App.php:473 msgid "No system theme config value set." msgstr "" -#: src/App.php:574 +#: src/App.php:581 msgid "Apologies but the website is unavailable at the moment." msgstr "Ursäkta, men hemsidan är inte tillgänglig för tillfället. " -#: src/App/Page.php:248 +#: src/App/Page.php:249 msgid "Delete this item?" msgstr "Ta bort?" -#: src/App/Page.php:249 +#: src/App/Page.php:250 msgid "" "Block this author? They won't be able to follow you nor see your public " "posts, and you won't be able to see their posts and their notifications." msgstr "" -#: src/App/Page.php:250 +#: src/App/Page.php:251 msgid "" "Ignore this author? You won't be able to see their posts and their " "notifications." msgstr "" -#: src/App/Page.php:320 +#: src/App/Page.php:252 +msgid "Collapse this author's posts?" +msgstr "" + +#: src/App/Page.php:253 +msgid "Ignore this author's server?" +msgstr "" + +#: src/App/Page.php:254 src/Module/Settings/Server/Action.php:61 +#: src/Module/Settings/Server/Index.php:108 +msgid "" +"You won't see any content from this server including reshares in your " +"Network page, the community pages and individual conversations." +msgstr "" + +#: src/App/Page.php:256 +msgid "Like not successful" +msgstr "" + +#: src/App/Page.php:257 +msgid "Dislike not successful" +msgstr "" + +#: src/App/Page.php:258 +msgid "Sharing not successful" +msgstr "" + +#: src/App/Page.php:259 +msgid "Attendance unsuccessful" +msgstr "" + +#: src/App/Page.php:260 +msgid "Backend error" +msgstr "" + +#: src/App/Page.php:261 +msgid "Network error" +msgstr "" + +#: src/App/Page.php:264 +msgid "Drop files here to upload" +msgstr "" + +#: src/App/Page.php:265 +msgid "Your browser does not support drag and drop file uploads." +msgstr "" + +#: src/App/Page.php:266 +msgid "" +"Please use the fallback form below to upload your files like in the olden " +"days." +msgstr "" + +#: src/App/Page.php:267 +msgid "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB." +msgstr "" + +#: src/App/Page.php:268 +msgid "You can't upload files of this type." +msgstr "" + +#: src/App/Page.php:269 +msgid "Server responded with {{statusCode}} code." +msgstr "" + +#: src/App/Page.php:270 +msgid "Cancel upload" +msgstr "" + +#: src/App/Page.php:271 +msgid "Upload canceled." +msgstr "" + +#: src/App/Page.php:272 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#: src/App/Page.php:273 +msgid "Remove file" +msgstr "" + +#: src/App/Page.php:274 +msgid "You can't upload any more files." +msgstr "" + +#: src/App/Page.php:352 msgid "toggle mobile" msgstr "växla mobil" @@ -694,33 +788,34 @@ msgstr "Sidan hittades inte." msgid "You must be logged in to use addons. " msgstr "Du måste vara inloggad för att använda insticksprogram." -#: src/BaseModule.php:400 +#: src/BaseModule.php:407 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/BaseModule.php:427 +#: src/BaseModule.php:434 msgid "All contacts" msgstr "Alla kontakter" -#: src/BaseModule.php:432 src/Content/Widget.php:235 src/Core/ACL.php:194 -#: src/Module/Contact.php:408 src/Module/PermissionTooltip.php:122 -#: src/Module/PermissionTooltip.php:144 +#: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45 +#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414 +#: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163 +#: src/Module/Settings/Channels.php:121 msgid "Followers" msgstr "Följare" -#: src/BaseModule.php:437 src/Content/Widget.php:236 -#: src/Module/Contact.php:409 +#: src/BaseModule.php:444 src/Content/Widget.php:240 +#: src/Module/Contact.php:417 src/Module/Settings/Channels.php:120 msgid "Following" msgstr "Följer" -#: src/BaseModule.php:442 src/Content/Widget.php:237 -#: src/Module/Contact.php:410 +#: src/BaseModule.php:449 src/Content/Widget.php:241 +#: src/Module/Contact.php:420 msgid "Mutual friends" -msgstr "Gemensamma vänner" +msgstr "" -#: src/BaseModule.php:450 +#: src/BaseModule.php:457 msgid "Common" msgstr "Vanlig" @@ -870,7 +965,7 @@ msgstr "" msgid "Enter user nickname: " msgstr "Ange smeknamn för användaren:" -#: src/Console/User.php:182 src/Model/User.php:662 +#: src/Console/User.php:182 src/Model/User.php:793 #: src/Module/Api/Twitter/ContactEndpoint.php:74 #: src/Module/Moderation/Users/Active.php:71 #: src/Module/Moderation/Users/Blocked.php:71 @@ -981,7 +1076,7 @@ msgstr "RSS/Atom" #: src/Content/ContactSelector.php:129 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 @@ -1041,363 +1136,508 @@ msgstr "ActivityPub" msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:178 +#: src/Content/ContactSelector.php:143 +msgid "Tumblr" +msgstr "" + +#: src/Content/ContactSelector.php:144 +msgid "Bluesky" +msgstr "" + +#: src/Content/ContactSelector.php:180 #, php-format msgid "%s (via %s)" msgstr "" -#: src/Content/Conversation.php:220 -#, php-format -msgid "%s likes this." -msgstr "%s gillar det här." - -#: src/Content/Conversation.php:223 -#, php-format -msgid "%s doesn't like this." -msgstr "%s ogillar det här." - #: src/Content/Conversation.php:226 -#, php-format -msgid "%s attends." -msgstr "%s deltar." - -#: src/Content/Conversation.php:229 -#, php-format -msgid "%s doesn't attend." -msgstr "%s deltar inte." - -#: src/Content/Conversation.php:232 -#, php-format -msgid "%s attends maybe." -msgstr "%s deltar kanske." - -#: src/Content/Conversation.php:235 src/Content/Conversation.php:273 -#: src/Content/Conversation.php:887 -#, php-format -msgid "%s reshared this." -msgstr "" - -#: src/Content/Conversation.php:241 msgid "and" msgstr "och" -#: src/Content/Conversation.php:244 +#: src/Content/Conversation.php:229 #, php-format msgid "and %d other people" msgstr "och %d andra" -#: src/Content/Conversation.php:252 +#: src/Content/Conversation.php:235 #, php-format -msgid " like this" -msgstr "" +msgid "%2$s likes this." +msgid_plural "%2$s like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:253 +#: src/Content/Conversation.php:237 #, php-format -msgid "%s like this." -msgstr "%s gillar det här." +msgid "%2$s doesn't like this." +msgid_plural "%2$s don't like this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:256 +#: src/Content/Conversation.php:239 #, php-format -msgid " don't like this" -msgstr "" +msgid "%2$s attends." +msgid_plural "%2$s attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:257 +#: src/Content/Conversation.php:241 #, php-format -msgid "%s don't like this." -msgstr "%s ogillar det här." +msgid "%2$s doesn't attend." +msgid_plural "%2$s don't attend." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:260 +#: src/Content/Conversation.php:243 #, php-format -msgid " attend" -msgstr "" +msgid "%2$s attends maybe." +msgid_plural "%2$s attend maybe." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:261 +#: src/Content/Conversation.php:245 #, php-format -msgid "%s attend." -msgstr "%s deltar." +msgid "%2$s reshared this." +msgid_plural "%2$s reshared this." +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:264 +#: src/Content/Conversation.php:276 #, php-format -msgid " don't attend" -msgstr "" +msgid " likes this" +msgid_plural " like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:265 +#: src/Content/Conversation.php:279 #, php-format -msgid "%s don't attend." -msgstr "%s deltar inte." +msgid " doesn't like this" +msgid_plural " don't like this" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:268 +#: src/Content/Conversation.php:282 #, php-format -msgid " attend maybe" -msgstr "" +msgid " attends" +msgid_plural " attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:269 +#: src/Content/Conversation.php:285 #, php-format -msgid "%s attend maybe." -msgstr "%s deltar kanske." +msgid " doesn't attend" +msgid_plural " don't attend" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:272 +#: src/Content/Conversation.php:288 #, php-format -msgid " reshared this" -msgstr "" +msgid " attends maybe" +msgid_plural " attend maybe" +msgstr[0] "" +msgstr[1] "" -#: src/Content/Conversation.php:320 +#: src/Content/Conversation.php:291 +#, php-format +msgid " reshared this" +msgid_plural " reshared this" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Conversation.php:338 msgid "Visible to everybody" msgstr "Synlig för alla" -#: src/Content/Conversation.php:321 src/Module/Item/Compose.php:198 -#: src/Object/Post.php:1068 +#: src/Content/Conversation.php:339 src/Module/Item/Compose.php:200 +#: src/Object/Post.php:1161 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Vänligen fyll i URL till en bild/video/ljudklipp/hemsida:" -#: src/Content/Conversation.php:322 +#: src/Content/Conversation.php:340 msgid "Tag term:" msgstr "Märkning/tagg:" -#: src/Content/Conversation.php:323 src/Module/Filer/SaveTag.php:73 +#: src/Content/Conversation.php:341 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "Spara till mapp:" -#: src/Content/Conversation.php:324 +#: src/Content/Conversation.php:342 msgid "Where are you right now?" msgstr "Var är du just nu?" -#: src/Content/Conversation.php:325 +#: src/Content/Conversation.php:343 msgid "Delete item(s)?" msgstr "Ta bort?" -#: src/Content/Conversation.php:337 src/Module/Item/Compose.php:175 +#: src/Content/Conversation.php:355 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" -#: src/Content/Conversation.php:347 +#: src/Content/Conversation.php:365 msgid "New Post" msgstr "Nytt inlägg" -#: src/Content/Conversation.php:350 +#: src/Content/Conversation.php:368 msgid "Share" msgstr "Publicera" -#: src/Content/Conversation.php:353 src/Module/Post/Edit.php:129 +#: src/Content/Conversation.php:371 src/Module/Post/Edit.php:132 msgid "upload photo" msgstr "ladda upp bild" -#: src/Content/Conversation.php:354 src/Module/Post/Edit.php:130 +#: src/Content/Conversation.php:372 src/Module/Post/Edit.php:133 msgid "Attach file" msgstr "Bifoga fil" -#: src/Content/Conversation.php:355 src/Module/Post/Edit.php:131 +#: src/Content/Conversation.php:373 src/Module/Post/Edit.php:134 msgid "attach file" msgstr "bifoga fil" -#: src/Content/Conversation.php:356 src/Module/Item/Compose.php:190 -#: src/Module/Post/Edit.php:168 src/Object/Post.php:1060 +#: src/Content/Conversation.php:374 src/Module/Item/Compose.php:190 +#: src/Module/Post/Edit.php:171 src/Object/Post.php:1151 msgid "Bold" msgstr "Fet" -#: src/Content/Conversation.php:357 src/Module/Item/Compose.php:191 -#: src/Module/Post/Edit.php:169 src/Object/Post.php:1061 +#: src/Content/Conversation.php:375 src/Module/Item/Compose.php:191 +#: src/Module/Post/Edit.php:172 src/Object/Post.php:1152 msgid "Italic" msgstr "Kursiv" -#: src/Content/Conversation.php:358 src/Module/Item/Compose.php:192 -#: src/Module/Post/Edit.php:170 src/Object/Post.php:1062 +#: src/Content/Conversation.php:376 src/Module/Item/Compose.php:192 +#: src/Module/Post/Edit.php:173 src/Object/Post.php:1153 msgid "Underline" msgstr "Understruken" -#: src/Content/Conversation.php:359 src/Module/Item/Compose.php:193 -#: src/Module/Post/Edit.php:171 src/Object/Post.php:1063 +#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:193 +#: src/Module/Post/Edit.php:174 src/Object/Post.php:1155 msgid "Quote" msgstr "Citat" -#: src/Content/Conversation.php:360 src/Module/Item/Compose.php:194 -#: src/Module/Post/Edit.php:172 src/Object/Post.php:1064 +#: src/Content/Conversation.php:378 src/Module/Item/Compose.php:194 +#: src/Module/Post/Edit.php:175 src/Object/Post.php:1156 +msgid "Add emojis" +msgstr "" + +#: src/Content/Conversation.php:379 src/Module/Item/Compose.php:195 +#: src/Object/Post.php:1154 +msgid "Content Warning" +msgstr "" + +#: src/Content/Conversation.php:380 src/Module/Item/Compose.php:196 +#: src/Module/Post/Edit.php:176 src/Object/Post.php:1157 msgid "Code" msgstr "Källkod" -#: src/Content/Conversation.php:361 src/Module/Item/Compose.php:195 -#: src/Object/Post.php:1065 +#: src/Content/Conversation.php:381 src/Module/Item/Compose.php:197 +#: src/Object/Post.php:1158 msgid "Image" msgstr "Bild" -#: src/Content/Conversation.php:362 src/Module/Item/Compose.php:196 -#: src/Module/Post/Edit.php:173 src/Object/Post.php:1066 +#: src/Content/Conversation.php:382 src/Module/Item/Compose.php:198 +#: src/Module/Post/Edit.php:177 src/Object/Post.php:1159 msgid "Link" msgstr "Länk" -#: src/Content/Conversation.php:363 src/Module/Item/Compose.php:197 -#: src/Module/Post/Edit.php:174 src/Object/Post.php:1067 +#: src/Content/Conversation.php:383 src/Module/Item/Compose.php:199 +#: src/Module/Post/Edit.php:178 src/Object/Post.php:1160 msgid "Link or Media" msgstr "Länk eller media" -#: src/Content/Conversation.php:364 +#: src/Content/Conversation.php:384 msgid "Video" msgstr "Video" -#: src/Content/Conversation.php:365 src/Module/Item/Compose.php:200 -#: src/Module/Post/Edit.php:138 +#: src/Content/Conversation.php:385 src/Module/Item/Compose.php:202 +#: src/Module/Post/Edit.php:141 msgid "Set your location" msgstr "Ange plats" -#: src/Content/Conversation.php:366 src/Module/Post/Edit.php:139 +#: src/Content/Conversation.php:386 src/Module/Post/Edit.php:142 msgid "set location" msgstr "ange plats" -#: src/Content/Conversation.php:367 src/Module/Post/Edit.php:140 +#: src/Content/Conversation.php:387 src/Module/Post/Edit.php:143 msgid "Clear browser location" msgstr "Clear browser location" -#: src/Content/Conversation.php:368 src/Module/Post/Edit.php:141 +#: src/Content/Conversation.php:388 src/Module/Post/Edit.php:144 msgid "clear location" msgstr "rensa plats" -#: src/Content/Conversation.php:370 src/Module/Item/Compose.php:205 -#: src/Module/Post/Edit.php:154 +#: src/Content/Conversation.php:390 src/Module/Item/Compose.php:207 +#: src/Module/Post/Edit.php:157 msgid "Set title" msgstr "Ange rubrik" -#: src/Content/Conversation.php:372 src/Module/Item/Compose.php:206 -#: src/Module/Post/Edit.php:156 +#: src/Content/Conversation.php:392 src/Module/Item/Compose.php:208 +#: src/Module/Post/Edit.php:159 msgid "Categories (comma-separated list)" msgstr "Kategorier (kommaseparerad lista)" -#: src/Content/Conversation.php:377 src/Module/Item/Compose.php:222 +#: src/Content/Conversation.php:397 src/Module/Item/Compose.php:224 msgid "Scheduled at" msgstr "Schemalades vid" -#: src/Content/Conversation.php:382 src/Module/Post/Edit.php:143 +#: src/Content/Conversation.php:402 src/Module/Post/Edit.php:146 msgid "Permission settings" msgstr "Åtkomstinställningar" -#: src/Content/Conversation.php:392 src/Module/Post/Edit.php:152 +#: src/Content/Conversation.php:412 src/Module/Post/Edit.php:155 msgid "Public post" msgstr "Offentligt inlägg" -#: src/Content/Conversation.php:406 src/Content/Widget/VCard.php:113 -#: src/Model/Profile.php:469 src/Module/Admin/Logs/View.php:93 -#: src/Module/Post/Edit.php:177 +#: src/Content/Conversation.php:426 src/Content/Widget/VCard.php:131 +#: src/Model/Profile.php:485 src/Module/Admin/Logs/View.php:92 +#: src/Module/Post/Edit.php:181 msgid "Message" msgstr "Meddelande" -#: src/Content/Conversation.php:407 src/Module/Post/Edit.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Content/Conversation.php:427 src/Module/Post/Edit.php:182 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Browser" msgstr "Bläddra" -#: src/Content/Conversation.php:409 src/Module/Post/Edit.php:181 +#: src/Content/Conversation.php:429 src/Module/Post/Edit.php:185 msgid "Open Compose page" msgstr "" -#: src/Content/Conversation.php:671 src/Object/Post.php:243 -msgid "Pinned item" -msgstr "" - -#: src/Content/Conversation.php:687 src/Object/Post.php:491 -#: src/Object/Post.php:492 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Visa profilen som tillhör %s @ %s" - -#: src/Content/Conversation.php:700 src/Object/Post.php:479 -msgid "Categories:" -msgstr "Kategorier:" - -#: src/Content/Conversation.php:701 src/Object/Post.php:480 -msgid "Filed under:" -msgstr "Sparad under:" - -#: src/Content/Conversation.php:709 src/Object/Post.php:505 -#, php-format -msgid "%s from %s" -msgstr "%s från %s" - -#: src/Content/Conversation.php:725 -msgid "View in context" -msgstr "Visa i sitt sammanhang" - -#: src/Content/Conversation.php:790 +#: src/Content/Conversation.php:597 msgid "remove" msgstr "ta bort" -#: src/Content/Conversation.php:794 +#: src/Content/Conversation.php:601 msgid "Delete Selected Items" msgstr "Ta bort valda föremål" -#: src/Content/Conversation.php:859 src/Content/Conversation.php:862 -#: src/Content/Conversation.php:865 src/Content/Conversation.php:868 +#: src/Content/Conversation.php:756 src/Content/Conversation.php:759 +#: src/Content/Conversation.php:762 src/Content/Conversation.php:765 +#: src/Content/Conversation.php:768 #, php-format msgid "You had been addressed (%s)." msgstr "" -#: src/Content/Conversation.php:871 +#: src/Content/Conversation.php:771 #, php-format msgid "You are following %s." msgstr "Du följer %s." -#: src/Content/Conversation.php:874 +#: src/Content/Conversation.php:776 +#, php-format +msgid "You subscribed to %s." +msgstr "" + +#: src/Content/Conversation.php:778 msgid "You subscribed to one or more tags in this post." msgstr "" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:798 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: src/Content/Conversation.php:800 msgid "Reshared" msgstr "Delad igen" -#: src/Content/Conversation.php:889 +#: src/Content/Conversation.php:800 #, php-format msgid "Reshared by %s <%s>" msgstr "Delad igen av %s <%s>" -#: src/Content/Conversation.php:892 +#: src/Content/Conversation.php:803 #, php-format msgid "%s is participating in this thread." msgstr "%s deltar i den här tråden." -#: src/Content/Conversation.php:895 +#: src/Content/Conversation.php:806 msgid "Stored for general reasons" msgstr "" -#: src/Content/Conversation.php:898 +#: src/Content/Conversation.php:809 msgid "Global post" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:812 msgid "Sent via an relay server" msgstr "" -#: src/Content/Conversation.php:901 +#: src/Content/Conversation.php:812 #, php-format msgid "Sent via the relay server %s <%s>" msgstr "" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:815 msgid "Fetched" msgstr "Hämtad" -#: src/Content/Conversation.php:904 +#: src/Content/Conversation.php:815 #, php-format msgid "Fetched because of %s <%s>" msgstr "Hämtades på grund av %s <%s>" -#: src/Content/Conversation.php:907 +#: src/Content/Conversation.php:818 msgid "Stored because of a child post to complete this thread." msgstr "" -#: src/Content/Conversation.php:910 +#: src/Content/Conversation.php:821 msgid "Local delivery" msgstr "" -#: src/Content/Conversation.php:913 +#: src/Content/Conversation.php:824 msgid "Stored because of your activity (like, comment, star, ...)" msgstr "" -#: src/Content/Conversation.php:916 +#: src/Content/Conversation.php:827 msgid "Distributed" msgstr "" -#: src/Content/Conversation.php:919 +#: src/Content/Conversation.php:830 msgid "Pushed to us" msgstr "" +#: src/Content/Conversation.php:1527 src/Object/Post.php:248 +msgid "Pinned item" +msgstr "" + +#: src/Content/Conversation.php:1544 src/Object/Post.php:548 +#: src/Object/Post.php:549 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Visa profilen som tillhör %s @ %s" + +#: src/Content/Conversation.php:1557 src/Object/Post.php:536 +msgid "Categories:" +msgstr "Kategorier:" + +#: src/Content/Conversation.php:1558 src/Object/Post.php:537 +msgid "Filed under:" +msgstr "Sparad under:" + +#: src/Content/Conversation.php:1566 src/Object/Post.php:562 +#, php-format +msgid "%s from %s" +msgstr "%s från %s" + +#: src/Content/Conversation.php:1582 +msgid "View in context" +msgstr "Visa i sitt sammanhang" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "For you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:42 +msgid "Posts from contacts you interact with and who interact with you" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "What's Hot" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:43 +msgid "Posts with a lot of interactions" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:44 +#, php-format +msgid "Posts in %s" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:45 +msgid "Posts from your followers that you don't follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Sharers of sharers" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:46 +msgid "Posts from accounts that are followed by accounts that you follow" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154 +msgid "Images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:47 +msgid "Posts with images" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:156 +msgid "Audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:48 +msgid "Posts with audio" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155 +msgid "Videos" +msgstr "" + +#: src/Content/Conversation/Factory/Channel.php:49 +msgid "Posts with videos" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Local Community" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:43 +msgid "Posts from local users on this server" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:47 +#: src/Module/Settings/Channels.php:118 +msgid "Global Community" +msgstr "" + +#: src/Content/Conversation/Factory/Community.php:47 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Latest Activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:38 +msgid "Sort by latest activity" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Latest Posts" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:39 +msgid "Sort by post received date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Latest Creation" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:40 +msgid "Sort by post creation date" +msgstr "" + +#: src/Content/Conversation/Factory/Network.php:41 +#: src/Module/Settings/Profile/Index.php:260 +msgid "Personal" +msgstr "Privat" + +#: src/Content/Conversation/Factory/Network.php:41 +msgid "Posts that mention or involve you" +msgstr "Inlägg som nämnde eller involverade dig" + +#: src/Content/Conversation/Factory/Network.php:42 src/Object/Post.php:398 +msgid "Starred" +msgstr "Stjärnmärkt" + +#: src/Content/Conversation/Factory/Network.php:42 +msgid "Favourite Posts" +msgstr "Favoriserade inlägg" + #: src/Content/Feature.php:96 msgid "General Features" msgstr "Generella funktioner" @@ -1427,12 +1667,12 @@ msgid "Post Composition Features" msgstr "" #: src/Content/Feature.php:105 -msgid "Auto-mention Forums" -msgstr "Nämn forumen automatiskt" +msgid "Auto-mention Groups" +msgstr "" #: src/Content/Feature.php:105 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." +"Add/remove mention when a group page is selected/deselected in ACL window." msgstr "" #: src/Content/Feature.php:106 @@ -1473,11 +1713,11 @@ msgid "Advanced Profile Settings" msgstr "Avancerade profil-inställningar" #: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Lista forum" +msgid "List Groups" +msgstr "" #: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" +msgid "Show visitors public groups at the Advanced Profile Page" msgstr "" #: src/Content/Feature.php:120 @@ -1510,127 +1750,137 @@ msgid "" "Contact birthday events are private to you." msgstr "" -#: src/Content/ForumManager.php:151 src/Content/Nav.php:278 -#: src/Content/Text/HTML.php:905 src/Content/Widget.php:524 -msgid "Forums" -msgstr "Forum" +#: src/Content/GroupManager.php:152 src/Content/Nav.php:278 +#: src/Content/Text/HTML.php:880 src/Content/Widget.php:537 +#: src/Model/User.php:1355 +msgid "Groups" +msgstr "" -#: src/Content/ForumManager.php:153 -msgid "External link to forum" -msgstr "Extern länk till forum" +#: src/Content/GroupManager.php:154 +msgid "External link to group" +msgstr "" -#: src/Content/ForumManager.php:156 src/Content/Widget.php:503 +#: src/Content/GroupManager.php:158 src/Content/Widget.php:512 msgid "show less" msgstr "visa mindre" -#: src/Content/ForumManager.php:157 src/Content/Widget.php:405 -#: src/Content/Widget.php:504 +#: src/Content/GroupManager.php:159 src/Content/Widget.php:410 +#: src/Content/Widget.php:513 msgid "show more" msgstr "visa mer" -#: src/Content/Item.php:326 src/Model/Item.php:2900 +#: src/Content/GroupManager.php:160 +msgid "Create new group" +msgstr "" + +#: src/Content/Item.php:332 src/Model/Item.php:3137 msgid "event" msgstr "händelse" -#: src/Content/Item.php:329 src/Content/Item.php:339 +#: src/Content/Item.php:335 src/Content/Item.php:345 msgid "status" msgstr "status" -#: src/Content/Item.php:335 src/Model/Item.php:2902 +#: src/Content/Item.php:341 src/Model/Item.php:3139 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "foto" -#: src/Content/Item.php:349 src/Module/Post/Tag/Add.php:141 +#: src/Content/Item.php:355 src/Module/Post/Tag/Add.php:141 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s taggade %2$ss %3$s med %4$s" -#: src/Content/Item.php:419 view/theme/frio/theme.php:262 +#: src/Content/Item.php:429 view/theme/frio/theme.php:262 msgid "Follow Thread" msgstr "Följ tråd" -#: src/Content/Item.php:420 src/Model/Contact.php:1204 +#: src/Content/Item.php:430 src/Model/Contact.php:1242 msgid "View Status" msgstr "Visa status" -#: src/Content/Item.php:421 src/Content/Item.php:440 -#: src/Model/Contact.php:1148 src/Model/Contact.php:1196 -#: src/Model/Contact.php:1205 src/Module/Directory.php:157 -#: src/Module/Settings/Profile/Index.php:234 +#: src/Content/Item.php:431 src/Content/Item.php:452 +#: src/Model/Contact.php:1176 src/Model/Contact.php:1233 +#: src/Model/Contact.php:1243 src/Module/Directory.php:157 +#: src/Module/Settings/Profile/Index.php:259 msgid "View Profile" msgstr "Visa profil" -#: src/Content/Item.php:422 src/Model/Contact.php:1206 +#: src/Content/Item.php:432 src/Model/Contact.php:1244 msgid "View Photos" msgstr "Visa foton" -#: src/Content/Item.php:423 src/Model/Contact.php:1197 -#: src/Model/Contact.php:1207 +#: src/Content/Item.php:433 src/Model/Contact.php:1211 +#: src/Model/Profile.php:470 msgid "Network Posts" msgstr "Nätverksinlägg" -#: src/Content/Item.php:424 src/Model/Contact.php:1198 -#: src/Model/Contact.php:1208 +#: src/Content/Item.php:434 src/Model/Contact.php:1235 +#: src/Model/Contact.php:1246 msgid "View Contact" msgstr "Visa kontakt" -#: src/Content/Item.php:425 src/Model/Contact.php:1209 +#: src/Content/Item.php:435 src/Model/Contact.php:1247 msgid "Send PM" msgstr "Skicka privat meddelande" -#: src/Content/Item.php:426 src/Module/Contact.php:440 -#: src/Module/Contact/Profile.php:478 +#: src/Content/Item.php:436 src/Module/Contact.php:467 +#: src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:116 #: src/Module/Moderation/Users/Active.php:137 #: src/Module/Moderation/Users/Index.php:152 msgid "Block" msgstr "Blockera" -#: src/Content/Item.php:427 src/Module/Contact.php:441 -#: src/Module/Contact/Profile.php:486 +#: src/Content/Item.php:437 src/Module/Contact.php:468 +#: src/Module/Contact/Profile.php:519 #: src/Module/Notifications/Introductions.php:134 #: src/Module/Notifications/Introductions.php:206 #: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "Ignorera" -#: src/Content/Item.php:428 src/Module/Contact.php:442 -#: src/Module/Contact/Profile.php:494 +#: src/Content/Item.php:438 src/Module/Contact.php:469 +#: src/Module/Contact/Profile.php:527 msgid "Collapse" msgstr "" -#: src/Content/Item.php:432 src/Object/Post.php:460 +#: src/Content/Item.php:439 src/Object/Post.php:289 +#, php-format +msgid "Ignore %s server" +msgstr "" + +#: src/Content/Item.php:443 src/Object/Post.php:509 msgid "Languages" msgstr "Språk" -#: src/Content/Item.php:437 src/Content/Widget.php:80 -#: src/Model/Contact.php:1199 src/Model/Contact.php:1210 -#: src/Module/Contact/Follow.php:166 view/theme/vier/theme.php:196 +#: src/Content/Item.php:449 src/Content/Widget.php:80 +#: src/Model/Contact.php:1236 src/Model/Contact.php:1248 +#: src/Module/Contact/Follow.php:167 view/theme/vier/theme.php:195 msgid "Connect/Follow" msgstr "Gör till kontakt/Följ" -#: src/Content/Item.php:862 +#: src/Content/Item.php:883 msgid "Unable to fetch user." msgstr "" -#: src/Content/Nav.php:120 +#: src/Content/Nav.php:121 msgid "Nothing new here" msgstr "Inget nytt här" -#: src/Content/Nav.php:124 src/Module/Special/HTTPException.php:77 +#: src/Content/Nav.php:125 src/Module/Special/HTTPException.php:77 msgid "Go back" msgstr "Gå tillbaka" -#: src/Content/Nav.php:125 +#: src/Content/Nav.php:126 msgid "Clear notifications" msgstr "Rensa aviseringar" -#: src/Content/Nav.php:126 src/Content/Text/HTML.php:892 -msgid "@name, !forum, #tags, content" -msgstr "@namn, !forum, #taggar, innehåll" +#: src/Content/Nav.php:127 src/Content/Text/HTML.php:867 +msgid "@name, !group, #tags, content" +msgstr "" -#: src/Content/Nav.php:222 src/Module/Security/Login.php:158 +#: src/Content/Nav.php:222 src/Module/Security/Login.php:157 msgid "Logout" msgstr "Logga ut" @@ -1639,7 +1889,7 @@ msgid "End this session" msgstr "Avsluta den här sessionen" #: src/Content/Nav.php:224 src/Module/Bookmarklet.php:44 -#: src/Module/Security/Login.php:159 +#: src/Module/Security/Login.php:158 msgid "Login" msgstr "Logga in" @@ -1648,7 +1898,7 @@ msgid "Sign in" msgstr "Logga in" #: src/Content/Nav.php:229 src/Module/BaseProfile.php:57 -#: src/Module/Contact.php:484 +#: src/Module/Contact.php:511 msgid "Conversations" msgstr "" @@ -1657,8 +1907,8 @@ msgid "Conversations you started" msgstr "" #: src/Content/Nav.php:230 src/Module/BaseProfile.php:49 -#: src/Module/BaseSettings.php:100 src/Module/Contact.php:476 -#: src/Module/Contact/Profile.php:393 src/Module/Profile/Profile.php:268 +#: src/Module/BaseSettings.php:98 src/Module/Contact.php:503 +#: src/Module/Contact/Profile.php:419 src/Module/Profile/Profile.php:268 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:230 msgid "Profile" msgstr "Profil" @@ -1677,7 +1927,7 @@ msgid "Your photos" msgstr "Dina foton" #: src/Content/Nav.php:232 src/Module/BaseProfile.php:73 -#: src/Module/BaseProfile.php:76 src/Module/Contact.php:500 +#: src/Module/BaseProfile.php:76 src/Module/Contact.php:527 #: view/theme/frio/theme.php:235 msgid "Media" msgstr "Media" @@ -1689,7 +1939,7 @@ msgstr "" #: src/Content/Nav.php:233 src/Content/Nav.php:293 #: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88 #: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99 -#: src/Module/Settings/Display.php:252 view/theme/frio/theme.php:236 +#: src/Module/Settings/Display.php:316 view/theme/frio/theme.php:236 #: view/theme/frio/theme.php:240 msgid "Calendar" msgstr "" @@ -1710,7 +1960,7 @@ msgstr "Dina personliga anteckningar" msgid "Home" msgstr "Hem" -#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:74 +#: src/Content/Nav.php:251 src/Module/Settings/OAuth.php:73 msgid "Home Page" msgstr "Hemsida" @@ -1724,10 +1974,10 @@ msgid "Create an account" msgstr "Skapa ett konto" #: src/Content/Nav.php:261 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:118 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:241 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 +#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Verify.php:149 view/theme/vier/theme.php:240 msgid "Help" msgstr "Hjälp" @@ -1743,8 +1993,8 @@ msgstr "Apps" msgid "Addon applications, utilities, games" msgstr "" -#: src/Content/Nav.php:269 src/Content/Text/HTML.php:890 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Content/Nav.php:269 src/Content/Text/HTML.php:865 +#: src/Module/Admin/Logs/View.php:86 src/Module/Search/Index.php:112 msgid "Search" msgstr "Sök" @@ -1752,19 +2002,19 @@ msgstr "Sök" msgid "Search site content" msgstr "Sök innehåll på sidan" -#: src/Content/Nav.php:272 src/Content/Text/HTML.php:899 +#: src/Content/Nav.php:272 src/Content/Text/HTML.php:874 msgid "Full Text" msgstr "Fullständig text" -#: src/Content/Nav.php:273 src/Content/Text/HTML.php:900 +#: src/Content/Nav.php:273 src/Content/Text/HTML.php:875 #: src/Content/Widget/TagCloud.php:68 msgid "Tags" msgstr "Taggar" #: src/Content/Nav.php:274 src/Content/Nav.php:329 -#: src/Content/Text/HTML.php:901 src/Module/BaseProfile.php:127 -#: src/Module/BaseProfile.php:130 src/Module/Contact.php:411 -#: src/Module/Contact.php:507 view/theme/frio/theme.php:243 +#: src/Content/Text/HTML.php:876 src/Module/BaseProfile.php:127 +#: src/Module/BaseProfile.php:130 src/Module/Contact.php:426 +#: src/Module/Contact.php:535 view/theme/frio/theme.php:243 msgid "Contacts" msgstr "Kontakter" @@ -1795,7 +2045,7 @@ msgstr "Information om den här friendica-instansen" #: src/Content/Nav.php:301 src/Module/Admin/Tos.php:78 #: src/Module/BaseAdmin.php:95 src/Module/Register.php:176 -#: src/Module/Tos.php:100 +#: src/Module/Tos.php:101 msgid "Terms of Service" msgstr "Villkor för användning" @@ -1803,7 +2053,8 @@ msgstr "Villkor för användning" msgid "Terms of Service of this Friendica instance" msgstr "Den här Friendica-instansens villkor för användning" -#: src/Content/Nav.php:306 view/theme/frio/theme.php:239 +#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:119 +#: view/theme/frio/theme.php:239 msgid "Network" msgstr "Nätverk" @@ -1832,7 +2083,7 @@ msgstr "Aviseringar" msgid "See all notifications" msgstr "Se alla aviseringar" -#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:241 +#: src/Content/Nav.php:315 src/Module/Settings/Connectors.php:244 msgid "Mark as seen" msgstr "Markera som läst" @@ -1861,7 +2112,7 @@ msgid "Manage other pages" msgstr "Hantera andra sidor" #: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114 -#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:170 +#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182 #: src/Module/Welcome.php:52 view/theme/frio/theme.php:242 msgid "Settings" msgstr "Inställningar" @@ -1882,13 +2133,13 @@ msgstr "Administratör" msgid "Site setup and configuration" msgstr "" -#: src/Content/Nav.php:335 src/Module/BaseModeration.php:127 +#: src/Content/Nav.php:335 src/Module/BaseModeration.php:128 #: src/Module/Moderation/Blocklist/Contact.php:110 #: src/Module/Moderation/Blocklist/Server/Add.php:121 #: src/Module/Moderation/Blocklist/Server/Import.php:118 #: src/Module/Moderation/Blocklist/Server/Index.php:95 #: src/Module/Moderation/Item/Delete.php:61 -#: src/Module/Moderation/Summary.php:76 +#: src/Module/Moderation/Reports.php:89 src/Module/Moderation/Summary.php:76 #: src/Module/Moderation/Users/Active.php:133 #: src/Module/Moderation/Users/Blocked.php:133 #: src/Module/Moderation/Users/Deleted.php:80 @@ -1908,11 +2159,11 @@ msgstr "Navigering" msgid "Site map" msgstr "Karta över webbplatsen" -#: src/Content/OEmbed.php:317 +#: src/Content/OEmbed.php:316 msgid "Embedding disabled" msgstr "Funktionen bädda in är avstängd" -#: src/Content/OEmbed.php:441 +#: src/Content/OEmbed.php:440 msgid "Embedded content" msgstr "Inbäddat innehåll" @@ -1932,51 +2183,51 @@ msgstr "nästa" msgid "last" msgstr "sista" -#: src/Content/Text/BBCode.php:949 src/Content/Text/BBCode.php:1811 -#: src/Content/Text/BBCode.php:1812 +#: src/Content/Text/BBCode.php:751 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1697 msgid "Image/photo" msgstr "Bild/foto" -#: src/Content/Text/BBCode.php:1166 +#: src/Content/Text/BBCode.php:969 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1191 src/Model/Item.php:3573 -#: src/Model/Item.php:3579 src/Model/Item.php:3580 +#: src/Content/Text/BBCode.php:994 src/Model/Item.php:3870 +#: src/Model/Item.php:3876 src/Model/Item.php:3877 msgid "Link to source" msgstr "Länk till källa" -#: src/Content/Text/BBCode.php:1729 src/Content/Text/HTML.php:929 +#: src/Content/Text/BBCode.php:1603 src/Content/Text/HTML.php:904 msgid "Click to open/close" msgstr "Klicka för att öppna/stänga" -#: src/Content/Text/BBCode.php:1760 +#: src/Content/Text/BBCode.php:1636 msgid "$1 wrote:" msgstr "$1 skrev:" -#: src/Content/Text/BBCode.php:1816 src/Content/Text/BBCode.php:1817 +#: src/Content/Text/BBCode.php:1701 src/Content/Text/BBCode.php:1702 msgid "Encrypted content" msgstr "Krypterat innehåll" -#: src/Content/Text/BBCode.php:2044 +#: src/Content/Text/BBCode.php:1957 msgid "Invalid source protocol" msgstr "Ogiltigt källprotokoll" -#: src/Content/Text/BBCode.php:2059 +#: src/Content/Text/BBCode.php:1976 msgid "Invalid link protocol" msgstr "Ogiltigt länkprotokoll" -#: src/Content/Text/HTML.php:807 +#: src/Content/Text/HTML.php:782 msgid "Loading more entries..." msgstr "Laddar fler poster..." -#: src/Content/Text/HTML.php:808 +#: src/Content/Text/HTML.php:783 msgid "The end" msgstr "Slut" -#: src/Content/Text/HTML.php:884 src/Content/Widget/VCard.php:109 -#: src/Model/Profile.php:463 src/Module/Contact/Profile.php:438 +#: src/Content/Text/HTML.php:859 src/Content/Widget/VCard.php:127 +#: src/Model/Profile.php:479 src/Module/Contact/Profile.php:471 msgid "Follow" msgstr "Följ" @@ -2003,118 +2254,132 @@ msgid_plural "%d invitations available" msgstr[0] "%d inbjudning tillgänglig" msgstr[1] "%d inbjudningar tillgängliga" -#: src/Content/Widget.php:78 view/theme/vier/theme.php:194 +#: src/Content/Widget.php:78 view/theme/vier/theme.php:193 msgid "Find People" msgstr "Hitta personer" -#: src/Content/Widget.php:79 view/theme/vier/theme.php:195 +#: src/Content/Widget.php:79 view/theme/vier/theme.php:194 msgid "Enter name or interest" msgstr "Ange namn eller intresse" -#: src/Content/Widget.php:81 view/theme/vier/theme.php:197 +#: src/Content/Widget.php:81 view/theme/vier/theme.php:196 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Exempel: Robert Morgenstein, Fiskning" -#: src/Content/Widget.php:82 src/Module/Contact.php:433 -#: src/Module/Directory.php:96 view/theme/vier/theme.php:198 +#: src/Content/Widget.php:82 src/Module/Contact.php:460 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:197 msgid "Find" msgstr "Sök" #: src/Content/Widget.php:83 src/Module/Contact/Suggestions.php:73 -#: view/theme/vier/theme.php:199 +#: view/theme/vier/theme.php:198 msgid "Friend Suggestions" msgstr "Vän-förslag" -#: src/Content/Widget.php:84 view/theme/vier/theme.php:200 +#: src/Content/Widget.php:84 view/theme/vier/theme.php:199 msgid "Similar Interests" msgstr "Liknande intressen" -#: src/Content/Widget.php:85 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:85 view/theme/vier/theme.php:200 msgid "Random Profile" msgstr "Slumpmässig profil" -#: src/Content/Widget.php:86 view/theme/vier/theme.php:202 +#: src/Content/Widget.php:86 view/theme/vier/theme.php:201 msgid "Invite Friends" msgstr "Bjud in folk du känner" #: src/Content/Widget.php:87 src/Module/Directory.php:88 -#: view/theme/vier/theme.php:203 +#: view/theme/vier/theme.php:202 msgid "Global Directory" msgstr "Medlemskatalog för flera sajter (global)" -#: src/Content/Widget.php:89 view/theme/vier/theme.php:205 +#: src/Content/Widget.php:89 view/theme/vier/theme.php:204 msgid "Local Directory" msgstr "Lokal-mapp" -#: src/Content/Widget.php:211 src/Model/Group.php:587 -#: src/Module/Contact.php:395 src/Module/Welcome.php:76 -msgid "Groups" -msgstr "Grupper" +#: src/Content/Widget.php:215 src/Model/Circle.php:601 +#: src/Module/Contact.php:400 src/Module/Welcome.php:76 +msgid "Circles" +msgstr "" -#: src/Content/Widget.php:213 +#: src/Content/Widget.php:217 msgid "Everyone" msgstr "Alla" -#: src/Content/Widget.php:242 +#: src/Content/Widget.php:242 src/Module/Contact.php:423 +msgid "No relationship" +msgstr "" + +#: src/Content/Widget.php:247 msgid "Relationships" msgstr "Relationer" -#: src/Content/Widget.php:244 src/Module/Contact.php:339 -#: src/Module/Group.php:291 +#: src/Content/Widget.php:249 src/Module/Circle.php:292 +#: src/Module/Contact.php:344 msgid "All Contacts" msgstr "Alla kontakter" -#: src/Content/Widget.php:283 +#: src/Content/Widget.php:288 msgid "Protocols" msgstr "Protokoll" -#: src/Content/Widget.php:285 +#: src/Content/Widget.php:290 msgid "All Protocols" msgstr "Alla protokoll" -#: src/Content/Widget.php:313 +#: src/Content/Widget.php:318 msgid "Saved Folders" msgstr "Sparade mappar" -#: src/Content/Widget.php:315 src/Content/Widget.php:346 +#: src/Content/Widget.php:320 src/Content/Widget.php:351 msgid "Everything" msgstr "Allting" -#: src/Content/Widget.php:344 +#: src/Content/Widget.php:349 msgid "Categories" msgstr "Kategorier" -#: src/Content/Widget.php:401 +#: src/Content/Widget.php:406 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d gemensam kontakt" msgstr[1] "%d gemensamma kontakter" -#: src/Content/Widget.php:497 +#: src/Content/Widget.php:506 msgid "Archives" msgstr "Arkiv" -#: src/Content/Widget.php:521 +#: src/Content/Widget.php:514 +msgid "On this date" +msgstr "" + +#: src/Content/Widget.php:534 msgid "Persons" msgstr "Personer" -#: src/Content/Widget.php:522 +#: src/Content/Widget.php:535 msgid "Organisations" msgstr "Organisationer" -#: src/Content/Widget.php:523 src/Model/Contact.php:1656 +#: src/Content/Widget.php:536 src/Model/Contact.php:1714 msgid "News" msgstr "Nyheter" -#: src/Content/Widget.php:527 src/Module/Settings/Account.php:453 +#: src/Content/Widget.php:542 src/Module/Settings/Account.php:434 msgid "Account Types" msgstr "Typer av konton" -#: src/Content/Widget.php:528 src/Module/Moderation/BaseUsers.php:69 +#: src/Content/Widget.php:544 src/Module/Moderation/BaseUsers.php:69 msgid "All" msgstr "Alla" +#: src/Content/Widget.php:591 src/Module/Admin/Site.php:464 +#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:158 +#: src/Module/Settings/Display.php:315 +msgid "Channels" +msgstr "" + #: src/Content/Widget/CalendarExport.php:56 msgid "Export" msgstr "Exportera" @@ -2161,93 +2426,108 @@ msgstr[1] "Trendande taggar (de senaste %d timmarna)" msgid "More Trending Tags" msgstr "Fler trendande taggar" -#: src/Content/Widget/VCard.php:102 src/Model/Profile.php:378 -#: src/Module/Contact/Profile.php:382 src/Module/Profile/Profile.php:199 +#: src/Content/Widget/VCard.php:106 src/Model/Contact.php:1204 +#: src/Model/Profile.php:463 +msgid "Post to group" +msgstr "" + +#: src/Content/Widget/VCard.php:110 src/Model/Contact.php:1209 +#: src/Model/Profile.php:468 src/Module/Moderation/Item/Source.php:85 +msgid "Mention" +msgstr "Nämn" + +#: src/Content/Widget/VCard.php:120 src/Model/Profile.php:382 +#: src/Module/Contact/Profile.php:408 src/Module/Profile/Profile.php:199 msgid "XMPP:" msgstr "XMPP:" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:203 +#: src/Content/Widget/VCard.php:121 src/Model/Profile.php:383 +#: src/Module/Contact/Profile.php:410 src/Module/Profile/Profile.php:203 msgid "Matrix:" msgstr "Matrix:" -#: src/Content/Widget/VCard.php:104 src/Model/Event.php:82 -#: src/Model/Event.php:109 src/Model/Event.php:473 src/Model/Event.php:958 -#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:380 +#: src/Content/Widget/VCard.php:122 src/Model/Event.php:82 +#: src/Model/Event.php:109 src/Model/Event.php:471 src/Model/Event.php:963 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:406 #: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:187 #: src/Module/Profile/Profile.php:221 msgid "Location:" msgstr "Plats:" -#: src/Content/Widget/VCard.php:107 src/Model/Profile.php:476 +#: src/Content/Widget/VCard.php:125 src/Model/Profile.php:492 #: src/Module/Notifications/Introductions.php:201 msgid "Network:" msgstr "Nätverk:" -#: src/Content/Widget/VCard.php:111 src/Model/Contact.php:1200 -#: src/Model/Contact.php:1211 src/Model/Profile.php:465 -#: src/Module/Contact/Profile.php:430 +#: src/Content/Widget/VCard.php:129 src/Model/Contact.php:1237 +#: src/Model/Contact.php:1249 src/Model/Profile.php:481 +#: src/Module/Contact/Profile.php:463 msgid "Unfollow" msgstr "Avfölj" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:269 +#: src/Content/Widget/VCard.php:135 src/Model/Contact.php:1206 +#: src/Model/Profile.php:465 +msgid "View group" +msgstr "" + +#: src/Core/ACL.php:166 src/Module/Profile/Profile.php:269 msgid "Yourself" msgstr "Du själv" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 -#: src/Module/PermissionTooltip.php:150 +#: src/Core/ACL.php:202 src/Module/PermissionTooltip.php:147 +#: src/Module/PermissionTooltip.php:169 msgid "Mutuals" msgstr "Ömsesidiga" -#: src/Core/ACL.php:293 +#: src/Core/ACL.php:294 msgid "Post to Email" msgstr "" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 -#: src/Module/PermissionTooltip.php:197 +#: src/Core/ACL.php:321 src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:211 msgid "Public" msgstr "Publik" -#: src/Core/ACL.php:321 +#: src/Core/ACL.php:322 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:322 src/Module/PermissionTooltip.php:93 +#: src/Core/ACL.php:323 src/Module/PermissionTooltip.php:98 msgid "Limited/Private" msgstr "Begränsad/Privat" -#: src/Core/ACL.php:323 +#: src/Core/ACL.php:324 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:323 +#: src/Core/ACL.php:324 msgid "" -"Start typing the name of a contact or a group to show a filtered list. You " -"can also mention the special groups \"Followers\" and \"Mutuals\"." +"Start typing the name of a contact or a circle to show a filtered list. You " +"can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" -#: src/Core/ACL.php:324 +#: src/Core/ACL.php:325 msgid "Show to:" msgstr "Visa till:" -#: src/Core/ACL.php:325 +#: src/Core/ACL.php:326 msgid "Except to:" msgstr "Förutom till:" -#: src/Core/ACL.php:326 src/Module/Post/Edit.php:151 +#: src/Core/ACL.php:327 src/Module/Post/Edit.php:154 msgid "CC: email addresses" msgstr "Kopia: e-postadresser" -#: src/Core/ACL.php:327 src/Module/Post/Edit.php:157 +#: src/Core/ACL.php:328 src/Module/Post/Edit.php:160 msgid "Example: bob@example.com, mary@example.com" msgstr "Exempel: adam@exempel.com, bertil@exempel.com" -#: src/Core/ACL.php:328 +#: src/Core/ACL.php:329 msgid "Connectors" msgstr "" @@ -2337,394 +2617,418 @@ msgstr "Läs mer på \"http://www.php.net/manual/en/openssl.installation.php\" o msgid "Generate encryption keys" msgstr "Generera krypteringsnycklar" -#: src/Core/Installer.php:389 +#: src/Core/Installer.php:388 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: Apache webserver mod-rewrite module is required but not installed." -#: src/Core/Installer.php:394 +#: src/Core/Installer.php:392 msgid "Apache mod_rewrite module" msgstr "" -#: src/Core/Installer.php:400 +#: src/Core/Installer.php:398 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:405 +#: src/Core/Installer.php:402 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Fel: MySQL-drivrutinen för PDO är inte installerad." -#: src/Core/Installer.php:409 +#: src/Core/Installer.php:405 msgid "PDO or MySQLi PHP module" msgstr "" -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:411 +msgid "Error: The IntlChar module is not installed." +msgstr "" + +#: src/Core/Installer.php:414 +msgid "IntlChar PHP module" +msgstr "" + +#: src/Core/Installer.php:422 msgid "Error, XML PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:421 +#: src/Core/Installer.php:426 msgid "XML PHP module" msgstr "" -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:429 msgid "libCurl PHP module" msgstr "PHP-modul för libCurl" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:430 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: libCURL PHP module required but not installed." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:436 msgid "GD graphics PHP module" msgstr "" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:437 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:443 msgid "OpenSSL PHP module" msgstr "PHP-modul för OpenSSL" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:444 msgid "Error: openssl PHP module required but not installed." msgstr "Error: openssl PHP module required but not installed." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:450 msgid "mb_string PHP module" msgstr "" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:451 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:457 msgid "iconv PHP module" msgstr "" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:458 msgid "Error: iconv PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:464 msgid "POSIX PHP module" msgstr "" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:465 msgid "Error: POSIX PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:466 +#: src/Core/Installer.php:471 msgid "Program execution functions" msgstr "" -#: src/Core/Installer.php:467 +#: src/Core/Installer.php:472 msgid "" "Error: Program execution functions (proc_open) required but not enabled." msgstr "" -#: src/Core/Installer.php:473 +#: src/Core/Installer.php:478 msgid "JSON PHP module" msgstr "" -#: src/Core/Installer.php:474 +#: src/Core/Installer.php:479 msgid "Error: JSON PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:480 +#: src/Core/Installer.php:485 msgid "File Information PHP module" msgstr "" -#: src/Core/Installer.php:481 +#: src/Core/Installer.php:486 msgid "Error: File Information PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:487 +#: src/Core/Installer.php:492 msgid "GNU Multiple Precision PHP module" msgstr "" -#: src/Core/Installer.php:488 +#: src/Core/Installer.php:493 msgid "Error: GNU Multiple Precision PHP module required but not installed." msgstr "" -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:516 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:512 +#: src/Core/Installer.php:517 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." -#: src/Core/Installer.php:513 +#: src/Core/Installer.php:518 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:514 +#: src/Core/Installer.php:519 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" -#: src/Core/Installer.php:517 +#: src/Core/Installer.php:522 msgid "config/local.config.php is writable" msgstr "config/local.config.php är skrivbar" -#: src/Core/Installer.php:537 +#: src/Core/Installer.php:542 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:538 +#: src/Core/Installer.php:543 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:539 +#: src/Core/Installer.php:544 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:540 +#: src/Core/Installer.php:545 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:543 +#: src/Core/Installer.php:548 msgid "view/smarty3 is writable" msgstr "view/smarty3 är skrivbar" -#: src/Core/Installer.php:571 +#: src/Core/Installer.php:576 msgid "" "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" "dist to .htaccess." msgstr "" -#: src/Core/Installer.php:572 +#: src/Core/Installer.php:577 msgid "" "In some circumstances (like running inside containers), you can skip this " "error." msgstr "" -#: src/Core/Installer.php:574 +#: src/Core/Installer.php:579 msgid "Error message from Curl when fetching" msgstr "" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:585 msgid "Url rewrite is working" msgstr "" -#: src/Core/Installer.php:609 +#: src/Core/Installer.php:614 msgid "" "The detection of TLS to secure the communication between the browser and the" " new Friendica server failed." msgstr "" -#: src/Core/Installer.php:610 +#: src/Core/Installer.php:615 msgid "" "It is highly encouraged to use Friendica only over a secure connection as " "sensitive information like passwords will be transmitted." msgstr "" -#: src/Core/Installer.php:611 +#: src/Core/Installer.php:616 msgid "Please ensure that the connection to the server is secure." msgstr "" -#: src/Core/Installer.php:612 +#: src/Core/Installer.php:617 msgid "No TLS detected" msgstr "Ingen TLS upptäcktes" -#: src/Core/Installer.php:614 +#: src/Core/Installer.php:619 msgid "TLS detected" msgstr "TLS upptäcktes" -#: src/Core/Installer.php:641 +#: src/Core/Installer.php:646 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: src/Core/Installer.php:643 +#: src/Core/Installer.php:648 msgid "ImageMagick PHP extension is installed" msgstr "" -#: src/Core/Installer.php:645 +#: src/Core/Installer.php:650 msgid "ImageMagick supports GIF" msgstr "ImageMagick har stöd för GIF" -#: src/Core/Installer.php:667 +#: src/Core/Installer.php:672 msgid "Database already in use." msgstr "Databas används redan." -#: src/Core/Installer.php:672 +#: src/Core/Installer.php:677 msgid "Could not connect to database." msgstr "Kunde inte ansluta till databasen." -#: src/Core/L10n.php:408 src/Model/Event.php:432 -#: src/Module/Settings/Display.php:222 +#: src/Core/L10n.php:446 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: src/Core/L10n.php:494 src/Model/Event.php:430 +#: src/Module/Settings/Display.php:284 msgid "Monday" msgstr "måndag" -#: src/Core/L10n.php:408 src/Model/Event.php:433 -#: src/Module/Settings/Display.php:223 +#: src/Core/L10n.php:494 src/Model/Event.php:431 +#: src/Module/Settings/Display.php:285 msgid "Tuesday" msgstr "tisdag" -#: src/Core/L10n.php:408 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:224 +#: src/Core/L10n.php:494 src/Model/Event.php:432 +#: src/Module/Settings/Display.php:286 msgid "Wednesday" msgstr "onsdag" -#: src/Core/L10n.php:408 src/Model/Event.php:435 -#: src/Module/Settings/Display.php:225 +#: src/Core/L10n.php:494 src/Model/Event.php:433 +#: src/Module/Settings/Display.php:287 msgid "Thursday" msgstr "torsdag" -#: src/Core/L10n.php:408 src/Model/Event.php:436 -#: src/Module/Settings/Display.php:226 +#: src/Core/L10n.php:494 src/Model/Event.php:434 +#: src/Module/Settings/Display.php:288 msgid "Friday" msgstr "fredag" -#: src/Core/L10n.php:408 src/Model/Event.php:437 -#: src/Module/Settings/Display.php:227 +#: src/Core/L10n.php:494 src/Model/Event.php:435 +#: src/Module/Settings/Display.php:289 msgid "Saturday" msgstr "lördag" -#: src/Core/L10n.php:408 src/Model/Event.php:431 -#: src/Module/Settings/Display.php:221 +#: src/Core/L10n.php:494 src/Model/Event.php:429 +#: src/Module/Settings/Display.php:283 msgid "Sunday" msgstr "söndag" -#: src/Core/L10n.php:412 src/Model/Event.php:452 +#: src/Core/L10n.php:498 src/Model/Event.php:450 msgid "January" msgstr "januari" -#: src/Core/L10n.php:412 src/Model/Event.php:453 +#: src/Core/L10n.php:498 src/Model/Event.php:451 msgid "February" msgstr "februari" -#: src/Core/L10n.php:412 src/Model/Event.php:454 +#: src/Core/L10n.php:498 src/Model/Event.php:452 msgid "March" msgstr "mars" -#: src/Core/L10n.php:412 src/Model/Event.php:455 +#: src/Core/L10n.php:498 src/Model/Event.php:453 msgid "April" msgstr "april" -#: src/Core/L10n.php:412 src/Core/L10n.php:431 src/Model/Event.php:443 +#: src/Core/L10n.php:498 src/Core/L10n.php:517 src/Model/Event.php:441 msgid "May" msgstr "maj" -#: src/Core/L10n.php:412 src/Model/Event.php:456 +#: src/Core/L10n.php:498 src/Model/Event.php:454 msgid "June" msgstr "juni" -#: src/Core/L10n.php:412 src/Model/Event.php:457 +#: src/Core/L10n.php:498 src/Model/Event.php:455 msgid "July" msgstr "juli" -#: src/Core/L10n.php:412 src/Model/Event.php:458 +#: src/Core/L10n.php:498 src/Model/Event.php:456 msgid "August" msgstr "augusti" -#: src/Core/L10n.php:412 src/Model/Event.php:459 +#: src/Core/L10n.php:498 src/Model/Event.php:457 msgid "September" msgstr "september" -#: src/Core/L10n.php:412 src/Model/Event.php:460 +#: src/Core/L10n.php:498 src/Model/Event.php:458 msgid "October" msgstr "oktober" -#: src/Core/L10n.php:412 src/Model/Event.php:461 +#: src/Core/L10n.php:498 src/Model/Event.php:459 msgid "November" msgstr "november" -#: src/Core/L10n.php:412 src/Model/Event.php:462 +#: src/Core/L10n.php:498 src/Model/Event.php:460 msgid "December" msgstr "december" -#: src/Core/L10n.php:427 src/Model/Event.php:424 +#: src/Core/L10n.php:513 src/Model/Event.php:422 msgid "Mon" msgstr "Mån" -#: src/Core/L10n.php:427 src/Model/Event.php:425 +#: src/Core/L10n.php:513 src/Model/Event.php:423 msgid "Tue" msgstr "Tis" -#: src/Core/L10n.php:427 src/Model/Event.php:426 +#: src/Core/L10n.php:513 src/Model/Event.php:424 msgid "Wed" msgstr "Ons" -#: src/Core/L10n.php:427 src/Model/Event.php:427 +#: src/Core/L10n.php:513 src/Model/Event.php:425 msgid "Thu" msgstr "Tor" -#: src/Core/L10n.php:427 src/Model/Event.php:428 +#: src/Core/L10n.php:513 src/Model/Event.php:426 msgid "Fri" msgstr "Fre" -#: src/Core/L10n.php:427 src/Model/Event.php:429 +#: src/Core/L10n.php:513 src/Model/Event.php:427 msgid "Sat" msgstr "Lör" -#: src/Core/L10n.php:427 src/Model/Event.php:423 +#: src/Core/L10n.php:513 src/Model/Event.php:421 msgid "Sun" msgstr "Sön" -#: src/Core/L10n.php:431 src/Model/Event.php:439 +#: src/Core/L10n.php:517 src/Model/Event.php:437 msgid "Jan" msgstr "Jan" -#: src/Core/L10n.php:431 src/Model/Event.php:440 +#: src/Core/L10n.php:517 src/Model/Event.php:438 msgid "Feb" msgstr "Feb" -#: src/Core/L10n.php:431 src/Model/Event.php:441 +#: src/Core/L10n.php:517 src/Model/Event.php:439 msgid "Mar" msgstr "Mar" -#: src/Core/L10n.php:431 src/Model/Event.php:442 +#: src/Core/L10n.php:517 src/Model/Event.php:440 msgid "Apr" msgstr "Apr" -#: src/Core/L10n.php:431 src/Model/Event.php:444 +#: src/Core/L10n.php:517 src/Model/Event.php:442 msgid "Jun" msgstr "Jun" -#: src/Core/L10n.php:431 src/Model/Event.php:445 +#: src/Core/L10n.php:517 src/Model/Event.php:443 msgid "Jul" msgstr "Jul" -#: src/Core/L10n.php:431 src/Model/Event.php:446 +#: src/Core/L10n.php:517 src/Model/Event.php:444 msgid "Aug" msgstr "Aug" -#: src/Core/L10n.php:431 +#: src/Core/L10n.php:517 msgid "Sep" msgstr "Sep" -#: src/Core/L10n.php:431 src/Model/Event.php:448 +#: src/Core/L10n.php:517 src/Model/Event.php:446 msgid "Oct" msgstr "Okt" -#: src/Core/L10n.php:431 src/Model/Event.php:449 +#: src/Core/L10n.php:517 src/Model/Event.php:447 msgid "Nov" msgstr "Nov" -#: src/Core/L10n.php:431 src/Model/Event.php:450 +#: src/Core/L10n.php:517 src/Model/Event.php:448 msgid "Dec" msgstr "Dec" +#: src/Core/Logger/Util/LoggerSettingsCheck.php:60 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Core/Logger/Util/LoggerSettingsCheck.php:85 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + #: src/Core/Renderer.php:89 src/Core/Renderer.php:118 #: src/Core/Renderer.php:147 src/Core/Renderer.php:181 #: src/Render/FriendicaSmartyEngine.php:60 @@ -2769,22 +3073,22 @@ msgid "" " to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" -#: src/Core/Update.php:197 +#: src/Core/Update.php:183 #, php-format msgid "%s: executing pre update %d" msgstr "" -#: src/Core/Update.php:239 +#: src/Core/Update.php:225 #, php-format msgid "%s: executing post update %d" msgstr "" -#: src/Core/Update.php:313 +#: src/Core/Update.php:299 #, php-format msgid "Update %s failed. See error logs." msgstr "Uppdateringen %s misslyckades. Se fler loggar." -#: src/Core/Update.php:353 +#: src/Core/Update.php:339 #, php-format msgid "" "\n" @@ -2794,16 +3098,16 @@ msgid "" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: src/Core/Update.php:359 +#: src/Core/Update.php:345 #, php-format msgid "The error message is\\n[pre]%s[/pre]" msgstr "Felmeddelandet är \\n[pre]%s[/pre]" -#: src/Core/Update.php:363 src/Core/Update.php:391 +#: src/Core/Update.php:349 src/Core/Update.php:377 msgid "[Friendica Notify] Database update" msgstr "[Friendica-avisering] Uppdatering av databas" -#: src/Core/Update.php:385 +#: src/Core/Update.php:371 #, php-format msgid "" "\n" @@ -2815,28 +3119,28 @@ msgstr "" msgid "The database version had been set to %s." msgstr "Databas-versionen har ställts in till %s." -#: src/Database/DBStructure.php:70 +#: src/Database/DBStructure.php:82 #, php-format msgid "" "The post update is at version %d, it has to be at %d to safely drop the " "tables." msgstr "" -#: src/Database/DBStructure.php:83 +#: src/Database/DBStructure.php:95 msgid "No unused tables found." msgstr "" -#: src/Database/DBStructure.php:88 +#: src/Database/DBStructure.php:100 msgid "" "These tables are not used for friendica and will be deleted when you execute" " \"dbstructure drop -e\":" msgstr "" -#: src/Database/DBStructure.php:126 +#: src/Database/DBStructure.php:137 msgid "There are no tables on MyISAM or InnoDB with the Antelope file format." msgstr "" -#: src/Database/DBStructure.php:150 +#: src/Database/DBStructure.php:161 #, php-format msgid "" "\n" @@ -2844,42 +3148,42 @@ msgid "" "%s\n" msgstr "" -#: src/Database/DBStructure.php:153 +#: src/Database/DBStructure.php:164 msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:221 +#: src/Database/DBStructure.php:232 msgid "Another database update is currently running." msgstr "" -#: src/Database/DBStructure.php:225 +#: src/Database/DBStructure.php:236 #, php-format msgid "%s: Database update" msgstr "%s: Uppdatering av databas" -#: src/Database/DBStructure.php:482 +#: src/Database/DBStructure.php:493 #, php-format msgid "%s: updating %s table." msgstr "" -#: src/Factory/Api/Mastodon/Error.php:55 +#: src/Factory/Api/Mastodon/Error.php:42 msgid "Record not found" msgstr "Posten hittades inte" -#: src/Factory/Api/Mastodon/Error.php:65 +#: src/Factory/Api/Mastodon/Error.php:49 msgid "Unprocessable Entity" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:75 +#: src/Factory/Api/Mastodon/Error.php:56 msgid "Unauthorized" msgstr "Ej autentiserad" -#: src/Factory/Api/Mastodon/Error.php:84 +#: src/Factory/Api/Mastodon/Error.php:62 msgid "" "Token is not authorized with a valid user or is missing a required scope" msgstr "" -#: src/Factory/Api/Mastodon/Error.php:94 +#: src/Factory/Api/Mastodon/Error.php:69 msgid "Internal Server Error" msgstr "Internt server-fel" @@ -2888,82 +3192,122 @@ msgstr "Internt server-fel" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1217 src/Module/Moderation/Users/Pending.php:102 +#: src/Model/Circle.php:106 +msgid "" +"A deleted circle with this name was revived. Existing item permissions " +"may apply to this circle and any future members. If this is" +" not what you intended, please create another circle with a different name." +msgstr "" + +#: src/Model/Circle.php:544 +msgid "Everybody" +msgstr "Alla" + +#: src/Model/Circle.php:563 +msgid "edit" +msgstr "redigera" + +#: src/Model/Circle.php:600 +msgid "add" +msgstr "lägg till" + +#: src/Model/Circle.php:605 +msgid "Edit circle" +msgstr "" + +#: src/Model/Circle.php:606 src/Module/Circle.php:193 +msgid "Contacts not in any circle" +msgstr "" + +#: src/Model/Circle.php:608 +msgid "Create a new circle" +msgstr "" + +#: src/Model/Circle.php:609 src/Module/Circle.php:178 +#: src/Module/Circle.php:201 src/Module/Circle.php:276 +msgid "Circle Name: " +msgstr "" + +#: src/Model/Circle.php:610 +msgid "Edit circles" +msgstr "" + +#: src/Model/Contact.php:1256 src/Module/Moderation/Users/Pending.php:102 #: src/Module/Notifications/Introductions.php:132 #: src/Module/Notifications/Introductions.php:204 msgid "Approve" msgstr "Godkänn" -#: src/Model/Contact.php:1652 +#: src/Model/Contact.php:1710 msgid "Organisation" msgstr "Organisation" -#: src/Model/Contact.php:1660 -msgid "Forum" -msgstr "Forum" +#: src/Model/Contact.php:1718 +msgid "Group" +msgstr "" -#: src/Model/Contact.php:2942 +#: src/Model/Contact.php:3021 msgid "Disallowed profile URL." msgstr "Otillåten profil-URL." -#: src/Model/Contact.php:2947 src/Module/Friendica.php:83 +#: src/Model/Contact.php:3026 src/Module/Friendica.php:101 msgid "Blocked domain" msgstr "Blockerad domän" -#: src/Model/Contact.php:2952 +#: src/Model/Contact.php:3031 msgid "Connect URL missing." msgstr "" -#: src/Model/Contact.php:2961 +#: src/Model/Contact.php:3040 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2979 +#: src/Model/Contact.php:3058 #, php-format msgid "Expected network %s does not match actual network %s" msgstr "" -#: src/Model/Contact.php:2996 +#: src/Model/Contact.php:3075 msgid "The profile address specified does not provide adequate information." msgstr "Angiven profiladress ger inte tillräcklig information." -#: src/Model/Contact.php:2998 +#: src/Model/Contact.php:3077 msgid "No compatible communication protocols or feeds were discovered." msgstr "Inga kompatibla kommunikationsprotokoll eller flöden hittades." -#: src/Model/Contact.php:3001 +#: src/Model/Contact.php:3080 msgid "An author or name was not found." msgstr "En författare eller namnet hittades inte." -#: src/Model/Contact.php:3004 +#: src/Model/Contact.php:3083 msgid "No browser URL could be matched to this address." msgstr "" -#: src/Model/Contact.php:3007 +#: src/Model/Contact.php:3086 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "" -#: src/Model/Contact.php:3008 +#: src/Model/Contact.php:3087 msgid "Use mailto: in front of address to force email check." msgstr "" -#: src/Model/Contact.php:3014 +#: src/Model/Contact.php:3093 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "" -#: src/Model/Contact.php:3019 +#: src/Model/Contact.php:3098 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "Begränsad profil. Den här personen kommer inte att kunna ta emot personliga meddelanden från dig." -#: src/Model/Contact.php:3084 +#: src/Model/Contact.php:3164 msgid "Unable to retrieve contact information." msgstr "Det gick inte att komma åt kontaktinformationen." @@ -2971,54 +3315,54 @@ msgstr "Det gick inte att komma åt kontaktinformationen." msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:471 -#: src/Model/Event.php:940 +#: src/Model/Event.php:75 src/Model/Event.php:92 src/Model/Event.php:469 +#: src/Model/Event.php:945 msgid "Starts:" msgstr "Börjar:" -#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:472 -#: src/Model/Event.php:944 +#: src/Model/Event.php:78 src/Model/Event.php:98 src/Model/Event.php:470 +#: src/Model/Event.php:949 msgid "Finishes:" msgstr "Slutar:" -#: src/Model/Event.php:421 +#: src/Model/Event.php:419 msgid "all-day" msgstr "hela dagen" -#: src/Model/Event.php:447 +#: src/Model/Event.php:445 msgid "Sept" msgstr "Sept" -#: src/Model/Event.php:464 src/Module/Calendar/Show.php:128 +#: src/Model/Event.php:462 src/Module/Calendar/Show.php:128 #: src/Util/Temporal.php:343 msgid "today" msgstr "idag" -#: src/Model/Event.php:465 src/Module/Calendar/Show.php:129 -#: src/Module/Settings/Display.php:232 src/Util/Temporal.php:353 +#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129 +#: src/Module/Settings/Display.php:294 src/Util/Temporal.php:353 msgid "month" msgstr "månad" -#: src/Model/Event.php:466 src/Module/Calendar/Show.php:130 -#: src/Module/Settings/Display.php:233 src/Util/Temporal.php:354 +#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130 +#: src/Module/Settings/Display.php:295 src/Util/Temporal.php:354 msgid "week" msgstr "vecka" -#: src/Model/Event.php:467 src/Module/Calendar/Show.php:131 -#: src/Module/Settings/Display.php:234 src/Util/Temporal.php:355 +#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131 +#: src/Module/Settings/Display.php:296 src/Util/Temporal.php:355 msgid "day" msgstr "dag" -#: src/Model/Event.php:469 +#: src/Model/Event.php:467 msgid "No events to display" msgstr "Inga evenemang att visa" -#: src/Model/Event.php:518 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 +#: src/Model/Event.php:516 src/Module/DFRN/Poll.php:47 src/Module/Feed.php:69 #: src/Module/Update/Profile.php:56 msgid "Access to this profile has been restricted." msgstr "Åtkomst till den här profilen har begränsats." -#: src/Model/Event.php:559 src/Module/Calendar/Event/Show.php:67 +#: src/Model/Event.php:558 src/Module/Calendar/Event/Show.php:67 msgid "Event not found." msgstr "" @@ -3050,438 +3394,405 @@ msgstr "" msgid "g:i A" msgstr "" -#: src/Model/Event.php:959 src/Model/Event.php:961 +#: src/Model/Event.php:964 src/Model/Event.php:966 msgid "Show map" msgstr "Visa karta" -#: src/Model/Event.php:960 +#: src/Model/Event.php:965 msgid "Hide map" msgstr "Göm karta" -#: src/Model/Event.php:1053 +#: src/Model/Event.php:1058 #, php-format msgid "%s's birthday" msgstr "%s's födelsedag" -#: src/Model/Event.php:1054 +#: src/Model/Event.php:1059 #, php-format msgid "Happy Birthday %s" msgstr "Grattis på födelsedagen %s" -#: src/Model/Group.php:105 -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." +#: src/Model/Item.php:2188 +#, php-format +msgid "%s (%s - %s): %s" msgstr "" -#: src/Model/Group.php:503 -msgid "Default privacy group for new contacts" +#: src/Model/Item.php:2190 +#, php-format +msgid "%s (%s): %s" msgstr "" -#: src/Model/Group.php:535 -msgid "Everybody" -msgstr "Alla" - -#: src/Model/Group.php:554 -msgid "edit" -msgstr "redigera" - -#: src/Model/Group.php:586 -msgid "add" -msgstr "lägg till" - -#: src/Model/Group.php:591 -msgid "Edit group" -msgstr "Redigera gruppen" - -#: src/Model/Group.php:592 src/Module/Group.php:192 -msgid "Contacts not in any group" -msgstr "Kontakterna finns inte i någon av grupperna" - -#: src/Model/Group.php:594 -msgid "Create a new group" -msgstr "Skapa ny grupp" - -#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 -#: src/Module/Group.php:275 -msgid "Group Name: " -msgstr "Gruppens namn: " - -#: src/Model/Group.php:596 -msgid "Edit groups" -msgstr "Redigera grupper" - -#: src/Model/Item.php:2001 +#: src/Model/Item.php:2193 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "Upptäckte språken i det här inlägget:\\n%s" -#: src/Model/Item.php:2904 +#: src/Model/Item.php:3141 msgid "activity" msgstr "aktivitet" -#: src/Model/Item.php:2906 +#: src/Model/Item.php:3143 msgid "comment" msgstr "kommentar" -#: src/Model/Item.php:2909 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3146 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "inlägg" -#: src/Model/Item.php:3059 +#: src/Model/Item.php:3316 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3061 +#: src/Model/Item.php:3318 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3063 +#: src/Model/Item.php:3320 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3067 +#: src/Model/Item.php:3324 #, php-format msgid "Content warning: %s" msgstr "Innehållsvarning: %s" -#: src/Model/Item.php:3485 +#: src/Model/Item.php:3777 msgid "bytes" msgstr "bytes" -#: src/Model/Item.php:3516 +#: src/Model/Item.php:3808 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3518 +#: src/Model/Item.php:3810 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3523 +#: src/Model/Item.php:3815 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3525 +#: src/Model/Item.php:3817 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3527 +#: src/Model/Item.php:3819 #, php-format msgid "Poll end: %s" msgstr "Omröstningen slut om: %s" -#: src/Model/Item.php:3561 src/Model/Item.php:3562 +#: src/Model/Item.php:3853 src/Model/Item.php:3854 msgid "View on separate page" msgstr "Visa på en separat sida" -#: src/Model/Mail.php:136 src/Model/Mail.php:264 +#: src/Model/Mail.php:137 src/Model/Mail.php:266 msgid "[no subject]" msgstr "[ingen rubrik]" -#: src/Model/Photo.php:1189 src/Module/Media/Photo/Upload.php:198 +#: src/Model/Photo.php:1190 src/Module/Media/Photo/Upload.php:170 msgid "Wall Photos" msgstr "Loggbilder" -#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:283 +#: src/Model/Profile.php:365 src/Module/Profile/Profile.php:283 #: src/Module/Profile/Profile.php:285 msgid "Edit profile" msgstr "Redigera profil" -#: src/Model/Profile.php:363 +#: src/Model/Profile.php:367 msgid "Change profile photo" msgstr "Byt profilbild" -#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Model/Profile.php:380 src/Module/Directory.php:152 #: src/Module/Profile/Profile.php:209 msgid "Homepage:" msgstr "Hemsida:" -#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:386 +#: src/Model/Profile.php:381 src/Module/Contact/Profile.php:412 #: src/Module/Notifications/Introductions.php:189 msgid "About:" msgstr "Om:" -#: src/Model/Profile.php:467 +#: src/Model/Profile.php:483 msgid "Atom feed" msgstr "Atom-flöde" -#: src/Model/Profile.php:474 +#: src/Model/Profile.php:490 msgid "This website has been verified to belong to the same person." msgstr "" -#: src/Model/Profile.php:511 +#: src/Model/Profile.php:541 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:575 src/Model/Profile.php:664 +#: src/Model/Profile.php:605 src/Model/Profile.php:682 msgid "[today]" msgstr "[idag]" -#: src/Model/Profile.php:584 +#: src/Model/Profile.php:614 msgid "Birthday Reminders" msgstr "Födelsedagspåminnelser" -#: src/Model/Profile.php:585 +#: src/Model/Profile.php:615 msgid "Birthdays this week:" msgstr "Födelsedagar denna vecka:" -#: src/Model/Profile.php:613 +#: src/Model/Profile.php:631 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:651 +#: src/Model/Profile.php:669 msgid "[No description]" msgstr "[Ingen beskrivning]" -#: src/Model/Profile.php:677 +#: src/Model/Profile.php:695 msgid "Event Reminders" msgstr "Evenemangspåminnare" -#: src/Model/Profile.php:678 +#: src/Model/Profile.php:696 msgid "Upcoming events the next 7 days:" msgstr "Evenemang som kommer de kommande 7 dagarna:" -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:895 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s välkomnar %2$s" -#: src/Model/Profile.php:1013 +#: src/Model/Profile.php:1035 msgid "Hometown:" msgstr "Hemstad:" -#: src/Model/Profile.php:1014 +#: src/Model/Profile.php:1036 msgid "Marital Status:" msgstr "Civilstånd:" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1037 msgid "With:" msgstr "Med:" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1038 msgid "Since:" msgstr "Sedan:" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1039 msgid "Sexual Preference:" msgstr "Sexualitet" -#: src/Model/Profile.php:1018 +#: src/Model/Profile.php:1040 msgid "Political Views:" msgstr "Politisk åskådning:" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1041 msgid "Religious Views:" msgstr "Religion:" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1042 msgid "Likes:" msgstr "Gillar:" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1043 msgid "Dislikes:" msgstr "Ogillar:" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1044 msgid "Title/Description:" msgstr "Titel/Beskrivning:" -#: src/Model/Profile.php:1023 src/Module/Admin/Summary.php:221 +#: src/Model/Profile.php:1045 src/Module/Admin/Summary.php:197 +#: src/Module/Moderation/Report/Create.php:280 #: src/Module/Moderation/Summary.php:77 msgid "Summary" msgstr "Sammanfattning" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1046 msgid "Musical interests" msgstr "Musik" -#: src/Model/Profile.php:1025 +#: src/Model/Profile.php:1047 msgid "Books, literature" msgstr "Böcker, litteratur" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1048 msgid "Television" msgstr "TV" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1049 msgid "Film/dance/culture/entertainment" msgstr "Film/Dans/Kultur/Nöje" -#: src/Model/Profile.php:1028 +#: src/Model/Profile.php:1050 msgid "Hobbies/Interests" msgstr "Hobbys/Intressen" -#: src/Model/Profile.php:1029 +#: src/Model/Profile.php:1051 msgid "Love/romance" msgstr "Kärlek/Romantik" -#: src/Model/Profile.php:1030 +#: src/Model/Profile.php:1052 msgid "Work/employment" msgstr "Arbete" -#: src/Model/Profile.php:1031 +#: src/Model/Profile.php:1053 msgid "School/education" msgstr "Skola/Utbildning" -#: src/Model/Profile.php:1032 +#: src/Model/Profile.php:1054 msgid "Contact information and Social Networks" msgstr "Kontaktuppgifter och sociala nätverk" -#: src/Model/User.php:213 src/Model/User.php:1119 +#: src/Model/User.php:225 src/Model/User.php:1268 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:571 src/Model/User.php:604 +#: src/Model/User.php:702 src/Model/User.php:735 msgid "Login failed" msgstr "Inloggningen misslyckades" -#: src/Model/User.php:636 +#: src/Model/User.php:767 msgid "Not enough information to authenticate" msgstr "Inte tillräckligt med information för att autentisera" -#: src/Model/User.php:753 +#: src/Model/User.php:888 msgid "Password can't be empty" msgstr "Lösenordet kan inte vara tomt" -#: src/Model/User.php:795 +#: src/Model/User.php:930 msgid "Empty passwords are not allowed." msgstr "Tomma lösenord är inte tillåtna." -#: src/Model/User.php:799 +#: src/Model/User.php:934 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "" -#: src/Model/User.php:803 +#: src/Model/User.php:938 msgid "The password length is limited to 72 characters." msgstr "" -#: src/Model/User.php:807 +#: src/Model/User.php:942 msgid "The password can't contain white spaces nor accentuated letters" msgstr "" -#: src/Model/User.php:1002 +#: src/Model/User.php:1151 msgid "Passwords do not match. Password unchanged." msgstr "Lösenorden skiljer sig åt. Lösenordet ändras inte." -#: src/Model/User.php:1009 +#: src/Model/User.php:1158 msgid "An invitation is required." msgstr "En inbjudning krävs." -#: src/Model/User.php:1013 +#: src/Model/User.php:1162 msgid "Invitation could not be verified." msgstr "Inbjudningen kunde inte bekräftas." -#: src/Model/User.php:1021 +#: src/Model/User.php:1170 msgid "Invalid OpenID url" msgstr "Ogiltig OpenID-URL" -#: src/Model/User.php:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 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:1034 src/Security/Authentication.php:241 +#: src/Model/User.php:1183 src/Security/Authentication.php:241 msgid "The error message was:" msgstr "Felmeddelandet var:" -#: src/Model/User.php:1040 +#: src/Model/User.php:1189 msgid "Please enter the required information." msgstr "Fyll i alla obligatoriska fält." -#: src/Model/User.php:1054 +#: src/Model/User.php:1203 #, 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:1061 +#: src/Model/User.php:1210 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "Användarnamnet bör ha åtminstone %s tecken." msgstr[1] "Användarnamn borde ha åtminstone %s tecken." -#: src/Model/User.php:1065 +#: src/Model/User.php:1214 #, 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:1073 +#: src/Model/User.php:1222 msgid "That doesn't appear to be your full (First Last) name." msgstr "Du verkar inte ha angett ditt fullständiga namn." -#: src/Model/User.php:1078 +#: src/Model/User.php:1227 msgid "Your email domain is not among those allowed on this site." msgstr "Din e-postdomän är inte tillåten på den här webbplatsen." -#: src/Model/User.php:1082 +#: src/Model/User.php:1231 msgid "Not a valid email address." msgstr "Ogiltig e-postadress." -#: src/Model/User.php:1085 +#: src/Model/User.php:1234 msgid "The nickname was blocked from registration by the nodes admin." msgstr "" -#: src/Model/User.php:1089 src/Model/User.php:1095 +#: src/Model/User.php:1238 src/Model/User.php:1244 msgid "Cannot use that email." msgstr "Otillåten e-postadress." -#: src/Model/User.php:1101 +#: src/Model/User.php:1250 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "" -#: src/Model/User.php:1109 src/Model/User.php:1166 +#: src/Model/User.php:1258 src/Model/User.php:1315 msgid "Nickname is already registered. Please choose another." msgstr "Användarnamnet är upptaget. Välj ett annat." -#: src/Model/User.php:1153 src/Model/User.php:1157 +#: src/Model/User.php:1302 src/Model/User.php:1306 msgid "An error occurred during registration. Please try again." msgstr "Något gick fel vid registreringen. Försök igen." -#: src/Model/User.php:1180 +#: src/Model/User.php:1329 msgid "An error occurred creating your default profile. Please try again." msgstr "Det blev fel när din standardprofil skulle skapas. Prova igen." -#: src/Model/User.php:1187 +#: src/Model/User.php:1336 msgid "An error occurred creating your self contact. Please try again." msgstr "" -#: src/Model/User.php:1192 +#: src/Model/User.php:1341 msgid "Friends" msgstr "Vänner" -#: src/Model/User.php:1196 +#: src/Model/User.php:1345 msgid "" -"An error occurred creating your default contact group. Please try again." +"An error occurred creating your default contact circle. Please try again." msgstr "" -#: src/Model/User.php:1235 +#: src/Model/User.php:1389 msgid "Profile Photos" msgstr "Profilbilder" -#: src/Model/User.php:1428 +#: src/Model/User.php:1569 #, php-format msgid "" "\n" @@ -3489,7 +3800,7 @@ msgid "" "\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: src/Model/User.php:1431 +#: src/Model/User.php:1572 #, php-format msgid "" "\n" @@ -3507,10 +3818,9 @@ msgid "" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\tthan that.\n" +"\t\tWe recommend adding a profile photo, adding some profile \"keywords\" \n" +"\t\t(very useful in making new friends) - and perhaps what country you live in; \n" +"\t\tif you do not wish to be more specific than that.\n" "\n" "\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" @@ -3521,12 +3831,12 @@ msgid "" "\t\tThank you and welcome to %4$s." msgstr "" -#: src/Model/User.php:1464 src/Model/User.php:1571 +#: src/Model/User.php:1604 src/Model/User.php:1710 #, php-format msgid "Registration details for %s" msgstr "Registreringsdetaljer för 1%s" -#: src/Model/User.php:1484 +#: src/Model/User.php:1624 #, php-format msgid "" "\n" @@ -3541,12 +3851,12 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:1503 +#: src/Model/User.php:1643 #, php-format msgid "Registration at %s" msgstr "" -#: src/Model/User.php:1527 +#: src/Model/User.php:1667 #, php-format msgid "" "\n" @@ -3555,7 +3865,7 @@ msgid "" "\t\t\t" msgstr "" -#: src/Model/User.php:1535 +#: src/Model/User.php:1675 #, php-format msgid "" "\n" @@ -3573,10 +3883,9 @@ msgid "" "\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" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" +"\t\t\tto be more specific than 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" @@ -3587,6 +3896,11 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" +#: src/Model/User.php:1737 +msgid "" +"User with delegates can't be removed, please remove delegate users first" +msgstr "" + #: src/Module/Admin/Addons/Details.php:65 msgid "Addon not found." msgstr "Insticksprogrammet hittades inte." @@ -3607,15 +3921,15 @@ msgid "Disable" msgstr "Inaktivera" #: src/Module/Admin/Addons/Details.php:91 -#: src/Module/Admin/Themes/Details.php:49 +#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:340 msgid "Enable" msgstr "Aktivera" #: src/Module/Admin/Addons/Details.php:111 -#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:207 -#: src/Module/Admin/Logs/Settings.php:79 src/Module/Admin/Logs/View.php:84 -#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:389 -#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:220 +#: src/Module/Admin/Addons/Index.php:67 src/Module/Admin/Federation.php:214 +#: src/Module/Admin/Logs/Settings.php:85 src/Module/Admin/Logs/View.php:83 +#: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:447 +#: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:196 #: src/Module/Admin/Themes/Details.php:90 #: src/Module/Admin/Themes/Index.php:111 src/Module/Admin/Tos.php:77 #: src/Module/Moderation/Users/Create.php:61 @@ -3625,7 +3939,7 @@ msgstr "Administration" #: src/Module/Admin/Addons/Details.php:112 #: src/Module/Admin/Addons/Index.php:68 src/Module/BaseAdmin.php:92 -#: src/Module/BaseSettings.php:134 +#: src/Module/BaseSettings.php:139 msgid "Addons" msgstr "Insticksprogram" @@ -3634,13 +3948,13 @@ msgstr "Insticksprogram" msgid "Toggle" msgstr "Växla" -#: src/Module/Admin/Addons/Details.php:121 -#: src/Module/Admin/Themes/Details.php:101 +#: src/Module/Admin/Addons/Details.php:120 +#: src/Module/Admin/Themes/Details.php:100 msgid "Author: " msgstr "Författare:" -#: src/Module/Admin/Addons/Details.php:122 -#: src/Module/Admin/Themes/Details.php:102 +#: src/Module/Admin/Addons/Details.php:121 +#: src/Module/Admin/Themes/Details.php:101 msgid "Maintainer: " msgstr "Underhållare:" @@ -3653,13 +3967,13 @@ msgstr "" msgid "Addon %s failed to install." msgstr "" -#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:87 -#: src/Module/Admin/Logs/Settings.php:81 src/Module/Admin/Site.php:392 +#: src/Module/Admin/Addons/Index.php:69 src/Module/Admin/Features.php:86 +#: src/Module/Admin/Logs/Settings.php:87 src/Module/Admin/Site.php:450 #: src/Module/Admin/Themes/Index.php:113 src/Module/Admin/Tos.php:86 -#: src/Module/Settings/Account.php:560 src/Module/Settings/Addons.php:78 -#: src/Module/Settings/Connectors.php:158 -#: src/Module/Settings/Connectors.php:243 -#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:247 +#: src/Module/Settings/Account.php:541 src/Module/Settings/Addons.php:78 +#: src/Module/Settings/Connectors.php:160 +#: src/Module/Settings/Connectors.php:246 +#: src/Module/Settings/Delegation.php:193 src/Module/Settings/Display.php:309 #: src/Module/Settings/Features.php:76 msgid "Save Settings" msgstr "Spara inställningar" @@ -3668,7 +3982,7 @@ msgstr "Spara inställningar" msgid "Reload active addons" msgstr "" -#: src/Module/Admin/Addons/Index.php:75 +#: src/Module/Admin/Addons/Index.php:74 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -3710,28 +4024,28 @@ msgstr "" msgid "There was no additional update function %s that needed to be called." msgstr "" -#: src/Module/Admin/DBSync.php:106 +#: src/Module/Admin/DBSync.php:105 msgid "No failed updates." msgstr "Inga misslyckade uppdateringar." -#: src/Module/Admin/DBSync.php:107 +#: src/Module/Admin/DBSync.php:106 msgid "Check database structure" msgstr "Kolla databas-strukturen" -#: src/Module/Admin/DBSync.php:112 +#: src/Module/Admin/DBSync.php:110 msgid "Failed Updates" msgstr "Misslyckade uppdatering" -#: src/Module/Admin/DBSync.php:113 +#: src/Module/Admin/DBSync.php:111 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "" -#: src/Module/Admin/DBSync.php:114 +#: src/Module/Admin/DBSync.php:112 msgid "Mark success (if update was manually applied)" msgstr "" -#: src/Module/Admin/DBSync.php:115 +#: src/Module/Admin/DBSync.php:113 msgid "Attempt to execute this update step automatically" msgstr "" @@ -3740,79 +4054,81 @@ msgstr "" msgid "Lock feature %s" msgstr "Lås-funktion %s" -#: src/Module/Admin/Features.php:85 +#: src/Module/Admin/Features.php:84 msgid "Manage Additional Features" msgstr "Hantera ytterligare funktioner" -#: src/Module/Admin/Federation.php:73 +#: src/Module/Admin/Federation.php:76 +#: src/Module/Moderation/Report/Create.php:191 +#: src/Module/Moderation/Report/Create.php:316 msgid "Other" msgstr "Annat" -#: src/Module/Admin/Federation.php:147 src/Module/Admin/Federation.php:396 +#: src/Module/Admin/Federation.php:154 src/Module/Admin/Federation.php:403 msgid "unknown" msgstr "okänd" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:187 #, php-format msgid "%2$s total system" msgid_plural "%2$s total systems" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:181 +#: src/Module/Admin/Federation.php:188 #, php-format msgid "%2$s active user last month" msgid_plural "%2$s active users last month" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:182 +#: src/Module/Admin/Federation.php:189 #, php-format msgid "%2$s active user last six months" msgid_plural "%2$s active users last six months" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:183 +#: src/Module/Admin/Federation.php:190 #, php-format msgid "%2$s registered user" msgid_plural "%2$s registered users" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:184 +#: src/Module/Admin/Federation.php:191 #, php-format msgid "%2$s locally created post or comment" msgid_plural "%2$s locally created posts and comments" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "%2$s post per user" msgid_plural "%2$s posts per user" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:199 #, php-format msgid "%2$s user per system" msgid_plural "%2$s users per system" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Federation.php:202 +#: src/Module/Admin/Federation.php:209 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:208 src/Module/BaseAdmin.php:87 +#: src/Module/Admin/Federation.php:215 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" -#: src/Module/Admin/Federation.php:212 +#: src/Module/Admin/Federation.php:219 #, php-format msgid "" "Currently this node is aware of %2$s node (%3$s active users last month, " @@ -3830,46 +4146,53 @@ msgstr[1] "" msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/Admin/Logs/Settings.php:71 +#: src/Module/Admin/Logs/Settings.php:77 msgid "PHP log currently enabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:73 +#: src/Module/Admin/Logs/Settings.php:79 msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:102 +#: src/Module/Admin/Logs/Settings.php:86 src/Module/BaseAdmin.php:102 #: src/Module/BaseAdmin.php:103 msgid "Logs" msgstr "Loggar" -#: src/Module/Admin/Logs/Settings.php:82 +#: src/Module/Admin/Logs/Settings.php:88 msgid "Clear" msgstr "Rensa" -#: src/Module/Admin/Logs/Settings.php:86 +#: src/Module/Admin/Logs/Settings.php:91 msgid "Enable Debugging" msgstr "Aktivera avlusning" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:91 src/Module/Admin/Logs/Settings.php:92 +#: src/Module/Admin/Logs/Settings.php:93 src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:478 +msgid "" +"Read-only because it is set by an environment variable" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:92 msgid "Log file" msgstr "Logg-fil" -#: src/Module/Admin/Logs/Settings.php:87 +#: src/Module/Admin/Logs/Settings.php:92 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "" -#: src/Module/Admin/Logs/Settings.php:88 +#: src/Module/Admin/Logs/Settings.php:93 msgid "Log level" msgstr "Logg-nivå" -#: src/Module/Admin/Logs/Settings.php:90 +#: src/Module/Admin/Logs/Settings.php:95 msgid "PHP logging" msgstr "PHP-loggning" -#: src/Module/Admin/Logs/Settings.php:91 +#: src/Module/Admin/Logs/Settings.php:96 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 " @@ -3892,77 +4215,77 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:104 +#: src/Module/Admin/Logs/View.php:84 src/Module/BaseAdmin.php:104 msgid "View Logs" msgstr "Visa loggar" -#: src/Module/Admin/Logs/View.php:88 +#: src/Module/Admin/Logs/View.php:87 msgid "Search in logs" msgstr "Sök i loggar" -#: src/Module/Admin/Logs/View.php:89 +#: src/Module/Admin/Logs/View.php:88 #: src/Module/Notifications/Notifications.php:140 msgid "Show all" msgstr "Visa alla" -#: src/Module/Admin/Logs/View.php:90 +#: src/Module/Admin/Logs/View.php:89 msgid "Date" msgstr "Datum" -#: src/Module/Admin/Logs/View.php:91 +#: src/Module/Admin/Logs/View.php:90 msgid "Level" msgstr "Nivå" -#: src/Module/Admin/Logs/View.php:92 +#: src/Module/Admin/Logs/View.php:91 msgid "Context" msgstr "Sammanhang" -#: src/Module/Admin/Logs/View.php:94 +#: src/Module/Admin/Logs/View.php:93 msgid "ALL" msgstr "ALLA" -#: src/Module/Admin/Logs/View.php:95 +#: src/Module/Admin/Logs/View.php:94 msgid "View details" msgstr "Visa detaljer" -#: src/Module/Admin/Logs/View.php:96 +#: src/Module/Admin/Logs/View.php:95 msgid "Click to view details" msgstr "Klicka för att visa detaljer" -#: src/Module/Admin/Logs/View.php:97 src/Module/Calendar/Event/Form.php:207 +#: src/Module/Admin/Logs/View.php:96 src/Module/Calendar/Event/Form.php:207 msgid "Event details" msgstr "Evenemangets detaljer" -#: src/Module/Admin/Logs/View.php:98 +#: src/Module/Admin/Logs/View.php:97 msgid "Data" msgstr "Data" -#: src/Module/Admin/Logs/View.php:99 +#: src/Module/Admin/Logs/View.php:98 #: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "Källa" -#: src/Module/Admin/Logs/View.php:100 +#: src/Module/Admin/Logs/View.php:99 msgid "File" msgstr "Fil" -#: src/Module/Admin/Logs/View.php:101 +#: src/Module/Admin/Logs/View.php:100 msgid "Line" msgstr "Rad" -#: src/Module/Admin/Logs/View.php:102 +#: src/Module/Admin/Logs/View.php:101 msgid "Function" msgstr "Funktion" -#: src/Module/Admin/Logs/View.php:103 +#: src/Module/Admin/Logs/View.php:102 msgid "UID" msgstr "UID" -#: src/Module/Admin/Logs/View.php:104 +#: src/Module/Admin/Logs/View.php:103 msgid "Process ID" msgstr "" -#: src/Module/Admin/Logs/View.php:105 +#: src/Module/Admin/Logs/View.php:104 msgid "Close" msgstr "Stäng" @@ -3998,7 +4321,8 @@ msgstr "Kommando" msgid "Job Parameters" msgstr "Jobb-parametrar" -#: src/Module/Admin/Queue.php:78 src/Module/Settings/OAuth.php:75 +#: src/Module/Admin/Queue.php:78 src/Module/Moderation/Reports.php:95 +#: src/Module/Settings/OAuth.php:74 msgid "Created" msgstr "Skapades" @@ -4006,269 +4330,269 @@ msgstr "Skapades" msgid "Priority" msgstr "Prioritet" -#: src/Module/Admin/Site.php:207 +#: src/Module/Admin/Site.php:239 #, php-format msgid "%s is no valid input for maximum image size" msgstr "" -#: src/Module/Admin/Site.php:304 src/Module/Settings/Display.php:169 +#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:215 msgid "No special theme for mobile devices" msgstr "Inget speciellt tema för mobil-enheter" -#: src/Module/Admin/Site.php:321 src/Module/Settings/Display.php:179 +#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:225 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimentell)" -#: src/Module/Admin/Site.php:333 +#: src/Module/Admin/Site.php:391 msgid "No community page" msgstr "Ingen gemenskapssida" -#: src/Module/Admin/Site.php:334 +#: src/Module/Admin/Site.php:392 msgid "No community page for visitors" msgstr "" -#: src/Module/Admin/Site.php:335 +#: src/Module/Admin/Site.php:393 msgid "Public postings from users of this site" msgstr "" -#: src/Module/Admin/Site.php:336 +#: src/Module/Admin/Site.php:394 msgid "Public postings from the federated network" msgstr "" -#: src/Module/Admin/Site.php:337 +#: src/Module/Admin/Site.php:395 msgid "Public postings from local users and the federated network" msgstr "" -#: src/Module/Admin/Site.php:343 +#: src/Module/Admin/Site.php:401 msgid "Multi user instance" msgstr "Instans för flertalet användare" -#: src/Module/Admin/Site.php:366 +#: src/Module/Admin/Site.php:424 msgid "Closed" msgstr "Stängd" -#: src/Module/Admin/Site.php:367 +#: src/Module/Admin/Site.php:425 msgid "Requires approval" msgstr "Kräver godkännande" -#: src/Module/Admin/Site.php:368 +#: src/Module/Admin/Site.php:426 msgid "Open" msgstr "Öppen" -#: src/Module/Admin/Site.php:372 +#: src/Module/Admin/Site.php:430 msgid "Don't check" msgstr "Kolla inte" -#: src/Module/Admin/Site.php:373 +#: src/Module/Admin/Site.php:431 msgid "check the stable version" msgstr "kolla den stabila versionen" -#: src/Module/Admin/Site.php:374 +#: src/Module/Admin/Site.php:432 msgid "check the development version" msgstr "kolla utvecklingsversionen" -#: src/Module/Admin/Site.php:378 +#: src/Module/Admin/Site.php:436 msgid "none" msgstr "ingen" -#: src/Module/Admin/Site.php:379 +#: src/Module/Admin/Site.php:437 msgid "Local contacts" msgstr "Lokala kontakter " -#: src/Module/Admin/Site.php:380 +#: src/Module/Admin/Site.php:438 msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:390 src/Module/BaseAdmin.php:90 +#: src/Module/Admin/Site.php:448 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "Sida" -#: src/Module/Admin/Site.php:391 +#: src/Module/Admin/Site.php:449 msgid "General Information" msgstr "Generell information" -#: src/Module/Admin/Site.php:393 +#: src/Module/Admin/Site.php:451 msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:394 src/Module/Register.php:152 +#: src/Module/Admin/Site.php:452 src/Module/Register.php:152 msgid "Registration" msgstr "Registrering" -#: src/Module/Admin/Site.php:395 +#: src/Module/Admin/Site.php:453 msgid "File upload" msgstr "Fil-uppladdning" -#: src/Module/Admin/Site.php:396 +#: src/Module/Admin/Site.php:454 msgid "Policies" msgstr "Policyer" -#: src/Module/Admin/Site.php:397 src/Module/Calendar/Event/Form.php:252 -#: src/Module/Contact.php:517 src/Module/Profile/Profile.php:276 +#: src/Module/Admin/Site.php:455 src/Module/Calendar/Event/Form.php:252 +#: src/Module/Contact.php:546 src/Module/Profile/Profile.php:276 msgid "Advanced" msgstr "Avancerat" -#: src/Module/Admin/Site.php:398 +#: src/Module/Admin/Site.php:456 msgid "Auto Discovered Contact Directory" msgstr "" -#: src/Module/Admin/Site.php:399 +#: src/Module/Admin/Site.php:457 msgid "Performance" msgstr "Prestanda" -#: src/Module/Admin/Site.php:400 +#: src/Module/Admin/Site.php:458 msgid "Worker" msgstr "Arbetare" -#: src/Module/Admin/Site.php:401 +#: src/Module/Admin/Site.php:459 msgid "Message Relay" msgstr "Meddelandefördröjning" -#: src/Module/Admin/Site.php:402 +#: src/Module/Admin/Site.php:460 msgid "" "Use the command \"console relay\" in the command line to add or remove " "relays." msgstr "" -#: src/Module/Admin/Site.php:403 +#: src/Module/Admin/Site.php:461 msgid "The system is not subscribed to any relays at the moment." msgstr "" -#: src/Module/Admin/Site.php:404 +#: src/Module/Admin/Site.php:462 msgid "The system is currently subscribed to the following relays:" msgstr "" -#: src/Module/Admin/Site.php:406 +#: src/Module/Admin/Site.php:465 msgid "Relocate Node" msgstr "" -#: src/Module/Admin/Site.php:407 +#: src/Module/Admin/Site.php:466 msgid "" "Relocating your node enables you to change the DNS domain of this node and " "keep all the existing users and posts. This process takes a while and can " "only be started from the relocate console command like this:" msgstr "" -#: src/Module/Admin/Site.php:408 +#: src/Module/Admin/Site.php:467 msgid "(Friendica directory)# bin/console relocate https://newdomain.com" msgstr "" -#: src/Module/Admin/Site.php:412 +#: src/Module/Admin/Site.php:470 msgid "Site name" msgstr "Namn på sida" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:471 msgid "Sender Email" msgstr "Sändare av e-post" -#: src/Module/Admin/Site.php:413 +#: src/Module/Admin/Site.php:471 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:472 msgid "Name of the system actor" msgstr "" -#: src/Module/Admin/Site.php:414 +#: src/Module/Admin/Site.php:472 msgid "" "Name of the internal system account that is used to perform ActivityPub " "requests. This must be an unused username. If set, this can't be changed " "again." msgstr "" -#: src/Module/Admin/Site.php:415 +#: src/Module/Admin/Site.php:473 msgid "Banner/Logo" msgstr "Banderoll/Logga" -#: src/Module/Admin/Site.php:416 +#: src/Module/Admin/Site.php:474 msgid "Email Banner/Logo" msgstr "E-postbanderoll/logga" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:475 msgid "Shortcut icon" msgstr "Genvägsikon" -#: src/Module/Admin/Site.php:417 +#: src/Module/Admin/Site.php:475 msgid "Link to an icon that will be used for browsers." msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:476 msgid "Touch icon" msgstr "" -#: src/Module/Admin/Site.php:418 +#: src/Module/Admin/Site.php:476 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:477 msgid "Additional Info" msgstr "Ytterligare info" -#: src/Module/Admin/Site.php:419 +#: src/Module/Admin/Site.php:477 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: src/Module/Admin/Site.php:420 +#: src/Module/Admin/Site.php:478 msgid "System language" msgstr "Systemets språk" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:479 msgid "System theme" msgstr "Systemets tema" -#: src/Module/Admin/Site.php:421 +#: src/Module/Admin/Site.php:479 #, php-format msgid "" "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:480 msgid "Mobile system theme" msgstr "" -#: src/Module/Admin/Site.php:422 +#: src/Module/Admin/Site.php:480 msgid "Theme for mobile devices" msgstr "Tema för mobilenheter" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:481 msgid "Force SSL" msgstr "Tvinga SSL" -#: src/Module/Admin/Site.php:423 +#: src/Module/Admin/Site.php:481 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:482 msgid "Show help entry from navigation menu" msgstr "" -#: src/Module/Admin/Site.php:424 +#: src/Module/Admin/Site.php:482 msgid "" "Displays the menu entry for the Help pages from the navigation menu. It is " "always accessible by calling /help directly." msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:483 msgid "Single user instance" msgstr "" -#: src/Module/Admin/Site.php:425 +#: src/Module/Admin/Site.php:483 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:485 msgid "Maximum image size" msgstr "Maximal bildstorlek" -#: src/Module/Admin/Site.php:427 +#: src/Module/Admin/Site.php:485 #, php-format msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" @@ -4276,181 +4600,193 @@ msgid "" "\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:489 msgid "Maximum image length" msgstr "Maximal bildlängd" -#: src/Module/Admin/Site.php:431 +#: src/Module/Admin/Site.php:489 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:432 +#: src/Module/Admin/Site.php:490 msgid "JPEG image quality" msgstr "Kvalité för JPEG-bilden" -#: src/Module/Admin/Site.php:432 +#: src/Module/Admin/Site.php:490 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:434 +#: src/Module/Admin/Site.php:492 msgid "Register policy" msgstr "Registrera policy" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:493 +msgid "Maximum Users" +msgstr "" + +#: src/Module/Admin/Site.php:493 +msgid "" +"If defined, the register policy is automatically closed when the given " +"number of users is reached and reopens the registry when the number drops " +"below the limit. It only works when the policy is set to open or close, but " +"not when the policy is set to approval." +msgstr "" + +#: src/Module/Admin/Site.php:494 msgid "Maximum Daily Registrations" msgstr "Maximala registreringar varje dag" -#: src/Module/Admin/Site.php:435 +#: src/Module/Admin/Site.php:494 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:436 +#: src/Module/Admin/Site.php:495 msgid "Register text" msgstr "Registrera text" -#: src/Module/Admin/Site.php:436 +#: src/Module/Admin/Site.php:495 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:496 msgid "Forbidden Nicknames" msgstr "Förbjudna smeknamn" -#: src/Module/Admin/Site.php:437 +#: src/Module/Admin/Site.php:496 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:438 +#: src/Module/Admin/Site.php:497 msgid "Accounts abandoned after x days" msgstr "Konton som övergavs efter x dagar" -#: src/Module/Admin/Site.php:438 +#: src/Module/Admin/Site.php:497 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:498 msgid "Allowed friend domains" msgstr "Tillåtna vän-domäner" -#: src/Module/Admin/Site.php:439 +#: src/Module/Admin/Site.php:498 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:440 +#: src/Module/Admin/Site.php:499 msgid "Allowed email domains" msgstr "Tillåtna e-postdomäner" -#: src/Module/Admin/Site.php:440 +#: src/Module/Admin/Site.php:499 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:441 +#: src/Module/Admin/Site.php:500 msgid "No OEmbed rich content" msgstr "" -#: src/Module/Admin/Site.php:441 +#: src/Module/Admin/Site.php:500 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:501 msgid "Trusted third-party domains" msgstr "" -#: src/Module/Admin/Site.php:442 +#: src/Module/Admin/Site.php:501 msgid "" "Comma separated list of domains from which content is allowed to be embedded" " in posts like with OEmbed. All sub-domains of the listed domains are " "allowed as well." msgstr "" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:502 msgid "Block public" msgstr "Blockera publik" -#: src/Module/Admin/Site.php:443 +#: src/Module/Admin/Site.php:502 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:444 +#: src/Module/Admin/Site.php:503 msgid "Force publish" msgstr "Tvinga publicering" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:503 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: src/Module/Admin/Site.php:444 +#: src/Module/Admin/Site.php:503 msgid "Enabling this may violate privacy laws like the GDPR" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:504 msgid "Global directory URL" msgstr "" -#: src/Module/Admin/Site.php:445 +#: src/Module/Admin/Site.php:504 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:446 +#: src/Module/Admin/Site.php:505 msgid "Private posts by default for new users" msgstr "Privata inlägg som standard för nya användare" -#: src/Module/Admin/Site.php:446 +#: src/Module/Admin/Site.php:505 msgid "" "Set default post permissions for all new members to the default privacy " -"group rather than public." +"circle rather than public." msgstr "" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:506 msgid "Don't include post content in email notifications" msgstr "Inkludera inte inläggets innehåll i aviseringar för e-post" -#: src/Module/Admin/Site.php:447 +#: src/Module/Admin/Site.php:506 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:448 +#: src/Module/Admin/Site.php:507 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: src/Module/Admin/Site.php:448 +#: src/Module/Admin/Site.php:507 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:508 msgid "Don't embed private images in posts" msgstr "" -#: src/Module/Admin/Site.php:449 +#: src/Module/Admin/Site.php:508 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 " @@ -4458,11 +4794,11 @@ msgid "" "while." msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:509 msgid "Explicit Content" msgstr "" -#: src/Module/Admin/Site.php:450 +#: src/Module/Admin/Site.php:509 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 " @@ -4471,267 +4807,319 @@ msgid "" "will be shown at the user registration page." msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:510 msgid "Proxify external content" msgstr "" -#: src/Module/Admin/Site.php:451 +#: src/Module/Admin/Site.php:510 msgid "" "Route external content via the proxy functionality. This is used for example" " for some OEmbed accesses and in some other rare cases." msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:511 +msgid "Only local search" +msgstr "" + +#: src/Module/Admin/Site.php:511 +msgid "" +"Blocks search for users who are not logged in to prevent crawlers from " +"blocking your system." +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "Blocked tags for trending tags" +msgstr "" + +#: src/Module/Admin/Site.php:512 +msgid "" +"Comma separated list of hashtags that shouldn't be displayed in the trending" +" tags." +msgstr "" + +#: src/Module/Admin/Site.php:513 msgid "Cache contact avatars" msgstr "" -#: src/Module/Admin/Site.php:452 +#: src/Module/Admin/Site.php:513 msgid "" "Locally store the avatar pictures of the contacts. This uses a lot of " "storage space but it increases the performance." msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:514 msgid "Allow Users to set remote_self" msgstr "" -#: src/Module/Admin/Site.php:453 +#: src/Module/Admin/Site.php:514 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:454 +#: src/Module/Admin/Site.php:515 +msgid "Adjust the feed poll frequency" +msgstr "" + +#: src/Module/Admin/Site.php:515 +msgid "Automatically detect and set the best feed poll frequency." +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "Minimum poll interval" +msgstr "" + +#: src/Module/Admin/Site.php:516 +msgid "" +"Minimal distance in minutes between two polls for mail and feed contacts. " +"Reasonable values are between 1 and 59." +msgstr "" + +#: src/Module/Admin/Site.php:517 msgid "Enable multiple registrations" msgstr "" -#: src/Module/Admin/Site.php:454 +#: src/Module/Admin/Site.php:517 msgid "Enable users to register additional accounts for use as pages." msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID" msgstr "" -#: src/Module/Admin/Site.php:455 +#: src/Module/Admin/Site.php:518 msgid "Enable OpenID support for registration and logins." msgstr "" -#: src/Module/Admin/Site.php:456 -msgid "Enable Fullname check" +#: src/Module/Admin/Site.php:519 +msgid "Enable full name check" msgstr "" -#: src/Module/Admin/Site.php:456 +#: src/Module/Admin/Site.php:519 msgid "" -"Enable check to only allow users to register with a space between the first " -"name and the last name in their full name." +"Prevents users from registering with a display name with fewer than two " +"parts separated by spaces." msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:520 msgid "Email administrators on new registration" msgstr "" -#: src/Module/Admin/Site.php:457 +#: src/Module/Admin/Site.php:520 msgid "" "If enabled and the system is set to an open registration, an email for each " "new registration is sent to the administrators." msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:521 msgid "Community pages for visitors" msgstr "" -#: src/Module/Admin/Site.php:458 +#: src/Module/Admin/Site.php:521 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:522 msgid "Posts per user on community page" msgstr "" -#: src/Module/Admin/Site.php:459 +#: src/Module/Admin/Site.php:522 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "\"Global Community\")" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:524 msgid "Enable Mail support" msgstr "" -#: src/Module/Admin/Site.php:461 +#: src/Module/Admin/Site.php:524 msgid "" "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" -#: src/Module/Admin/Site.php:462 +#: src/Module/Admin/Site.php:525 msgid "" "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:526 msgid "Enable OStatus support" msgstr "" -#: src/Module/Admin/Site.php:463 +#: src/Module/Admin/Site.php:526 msgid "" "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public." msgstr "" -#: src/Module/Admin/Site.php:465 +#: src/Module/Admin/Site.php:528 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:529 msgid "Enable Diaspora support" msgstr "Aktivera Diaspora-support" -#: src/Module/Admin/Site.php:466 +#: src/Module/Admin/Site.php:529 msgid "" "Enable built-in Diaspora network compatibility for communicating with " "diaspora servers." msgstr "" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:530 msgid "Verify SSL" msgstr "Bekräfta SSL" -#: src/Module/Admin/Site.php:467 +#: src/Module/Admin/Site.php:530 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:468 +#: src/Module/Admin/Site.php:531 msgid "Proxy user" msgstr "Proxy-användare" -#: src/Module/Admin/Site.php:468 +#: src/Module/Admin/Site.php:531 msgid "User name for the proxy server." msgstr "" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:532 msgid "Proxy URL" msgstr "URL för proxy" -#: src/Module/Admin/Site.php:469 +#: src/Module/Admin/Site.php:532 msgid "" "If you want to use a proxy server that Friendica should use to connect to " "the network, put the URL of the proxy here." msgstr "" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:533 msgid "Network timeout" msgstr "Tidsgräns för nätverket" -#: src/Module/Admin/Site.php:470 +#: src/Module/Admin/Site.php:533 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Värdet är i sekunder. Ställ in det till 0 för obegränsat (rekommenderas inte)." -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:534 msgid "Maximum Load Average" msgstr "" -#: src/Module/Admin/Site.php:471 +#: src/Module/Admin/Site.php:534 #, php-format msgid "" "Maximum system load before delivery and poll processes are deferred - " "default %d." msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:535 msgid "Minimal Memory" msgstr "" -#: src/Module/Admin/Site.php:472 +#: src/Module/Admin/Site.php:535 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables" msgstr "" -#: src/Module/Admin/Site.php:473 +#: src/Module/Admin/Site.php:536 msgid "Periodically optimize tables like the cache and the workerqueue" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:538 msgid "Discover followers/followings from contacts" msgstr "" -#: src/Module/Admin/Site.php:475 +#: src/Module/Admin/Site.php:538 msgid "" "If enabled, contacts are checked for their followers and following contacts." msgstr "" -#: src/Module/Admin/Site.php:476 +#: src/Module/Admin/Site.php:539 msgid "None - deactivated" msgstr "" -#: src/Module/Admin/Site.php:477 +#: src/Module/Admin/Site.php:540 msgid "" "Local contacts - contacts of our local contacts are discovered for their " "followers/followings." msgstr "" -#: src/Module/Admin/Site.php:478 +#: src/Module/Admin/Site.php:541 msgid "" "Interactors - contacts of our local contacts and contacts who interacted on " "locally visible postings are discovered for their followers/followings." msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:543 +msgid "Only update contacts/servers with local data" +msgstr "" + +#: src/Module/Admin/Site.php:543 +msgid "" +"If enabled, the system will only look for changes in contacts and servers " +"that engaged on this system by either being in a contact list of a user or " +"when posts or comments exists from the contact on this system." +msgstr "" + +#: src/Module/Admin/Site.php:544 msgid "Synchronize the contacts with the directory server" msgstr "" -#: src/Module/Admin/Site.php:480 +#: src/Module/Admin/Site.php:544 msgid "" "if enabled, the system will check periodically for new contacts on the " "defined directory server." msgstr "" -#: src/Module/Admin/Site.php:482 -msgid "Days between requery" -msgstr "" - -#: src/Module/Admin/Site.php:482 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:546 msgid "Discover contacts from other servers" msgstr "" -#: src/Module/Admin/Site.php:483 +#: src/Module/Admin/Site.php:546 msgid "" -"Periodically query other servers for contacts. The system queries Friendica," -" Mastodon and Hubzilla servers." +"Periodically query other servers for contacts and servers that they know of." +" The system queries Friendica, Mastodon and Hubzilla servers. Keep it " +"deactivated on small machines to decrease the database size and load." msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:547 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:547 +msgid "" +"Number of days after which a server is requeried for their contacts and " +"servers it knows of. This is only used when the discovery is activated." +msgstr "" + +#: src/Module/Admin/Site.php:548 msgid "Search the local directory" msgstr "" -#: src/Module/Admin/Site.php:484 +#: src/Module/Admin/Site.php:548 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:486 +#: src/Module/Admin/Site.php:550 msgid "Publish server information" msgstr "" -#: src/Module/Admin/Site.php:486 +#: src/Module/Admin/Site.php:550 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 " @@ -4739,50 +5127,50 @@ msgid "" " href=\"http://the-federation.info/\">the-federation.info for details." msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:552 msgid "Check upstream version" msgstr "" -#: src/Module/Admin/Site.php:488 +#: src/Module/Admin/Site.php:552 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:489 +#: src/Module/Admin/Site.php:553 msgid "Suppress Tags" msgstr "" -#: src/Module/Admin/Site.php:489 +#: src/Module/Admin/Site.php:553 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:554 msgid "Clean database" msgstr "" -#: src/Module/Admin/Site.php:490 +#: src/Module/Admin/Site.php:554 msgid "" "Remove old remote items, orphaned database records and old content from some" " other helper tables." msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:555 msgid "Lifespan of remote items" msgstr "" -#: src/Module/Admin/Site.php:491 +#: src/Module/Admin/Site.php:555 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:492 +#: src/Module/Admin/Site.php:556 msgid "Lifespan of unclaimed items" msgstr "" -#: src/Module/Admin/Site.php:492 +#: src/Module/Admin/Site.php:556 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -4790,144 +5178,308 @@ msgid "" "items if set to 0." msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:557 msgid "Lifespan of raw conversation data" msgstr "" -#: src/Module/Admin/Site.php:493 +#: src/Module/Admin/Site.php:557 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:494 +#: src/Module/Admin/Site.php:558 msgid "Maximum numbers of comments per post" msgstr "" -#: src/Module/Admin/Site.php:494 +#: src/Module/Admin/Site.php:558 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:559 msgid "Maximum numbers of comments per post on the display page" msgstr "" -#: src/Module/Admin/Site.php:495 +#: src/Module/Admin/Site.php:559 msgid "" "How many comments should be shown on the single view for each post? Default " "value is 1000." msgstr "" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:560 +msgid "Items per page" +msgstr "" + +#: src/Module/Admin/Site.php:560 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search)." +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "Items per page for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:561 +msgid "" +"Number of items per page in stream pages (network, community, " +"profile/contact statuses, search) for mobile devices." +msgstr "" + +#: src/Module/Admin/Site.php:562 msgid "Temp path" msgstr "Tillfällig genväg" -#: src/Module/Admin/Site.php:496 +#: src/Module/Admin/Site.php:562 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:497 +#: src/Module/Admin/Site.php:563 msgid "Only search in tags" msgstr "Sök endast i taggar" -#: src/Module/Admin/Site.php:497 +#: src/Module/Admin/Site.php:563 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: src/Module/Admin/Site.php:498 -msgid "Generate counts per contact group when calculating network count" +#: src/Module/Admin/Site.php:564 +msgid "Generate counts per contact circle when calculating network count" msgstr "" -#: src/Module/Admin/Site.php:498 +#: src/Module/Admin/Site.php:564 msgid "" -"On systems with users that heavily use contact groups the query can be very " -"expensive." +"On systems with users that heavily use contact circles the query can be very" +" expensive." msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:565 +msgid "Process \"view\" activities" +msgstr "" + +#: src/Module/Admin/Site.php:565 +msgid "" +"\"view\" activities are mostly geberated by Peertube systems. Per default " +"they are not processed for performance reasons. Only activate this option on" +" performant system." +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "Days, after which a contact is archived" +msgstr "" + +#: src/Module/Admin/Site.php:566 +msgid "" +"Number of days that we try to deliver content or to update the contact data " +"before we archive a contact." +msgstr "" + +#: src/Module/Admin/Site.php:568 msgid "Maximum number of parallel workers" msgstr "" -#: src/Module/Admin/Site.php:500 +#: src/Module/Admin/Site.php:568 #, 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:501 +#: src/Module/Admin/Site.php:569 +msgid "Maximum load for workers" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Maximum load that causes a cooldown before each worker function call." +msgstr "" + +#: src/Module/Admin/Site.php:570 msgid "Enable fastlane" msgstr "" -#: src/Module/Admin/Site.php:501 +#: src/Module/Admin/Site.php:570 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:503 +#: src/Module/Admin/Site.php:571 +msgid "Decoupled receiver" +msgstr "" + +#: src/Module/Admin/Site.php:571 +msgid "" +"Decouple incoming ActivityPub posts by processing them in the background via" +" a worker process. Only enable this on fast systems." +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Cron interval" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Minimal period in minutes between two calls of the \"Cron\" worker job." +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "Worker defer limit" +msgstr "" + +#: src/Module/Admin/Site.php:573 +msgid "" +"Per default the systems tries delivering for 15 times before dropping it." +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Worker fetch limit" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "" +"Number of worker tasks that are fetched in a single query. Higher values " +"should increase the performance, too high values will mostly likely decrease" +" it. Only change it, when you know how to measure the performance of your " +"system." +msgstr "" + +#: src/Module/Admin/Site.php:576 msgid "Direct relay transfer" msgstr "" -#: src/Module/Admin/Site.php:503 +#: src/Module/Admin/Site.php:576 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "Relay scope" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 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:504 src/Module/Contact/Profile.php:287 -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Admin/Site.php:577 src/Module/Contact/Profile.php:309 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Disabled" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "all" msgstr "" -#: src/Module/Admin/Site.php:504 +#: src/Module/Admin/Site.php:577 msgid "tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:578 msgid "Server tags" msgstr "" -#: src/Module/Admin/Site.php:505 +#: src/Module/Admin/Site.php:578 msgid "Comma separated list of tags for the \"tags\" subscription." msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:579 msgid "Deny Server tags" msgstr "" -#: src/Module/Admin/Site.php:506 +#: src/Module/Admin/Site.php:579 msgid "Comma separated list of tags that are rejected." msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:580 msgid "Allow user tags" msgstr "" -#: src/Module/Admin/Site.php:507 +#: src/Module/Admin/Site.php:580 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:510 +#: src/Module/Admin/Site.php:581 +msgid "Deny undetected languages" +msgstr "" + +#: src/Module/Admin/Site.php:581 +msgid "If enabled, posts with undetected languages will be rejected." +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "Language Quality" +msgstr "" + +#: src/Module/Admin/Site.php:582 +msgid "The minimum language quality that is required to accept the post." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Number of languages for the language detection" +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "" +"The system detects a list of languages per post. Only if the desired " +"languages are in the list, the message will be accepted. The higher the " +"number, the more posts will be falsely detected." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Maximum age of channel" +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "" +"This defines the maximum age in hours of items that should be displayed in " +"channels. This affects the channel performance." +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Maximum number of channel posts" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "" +"For performance reasons, the channels use a dedicated table to store " +"content. The higher the value the slower the channels." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Interaction score days" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Number of days that are used to calculate the interaction score." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Maximum number of posts per author" +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "" +"Maximum number of posts per page by author if the contact frequency is set " +"to \"Display only few posts\". If there are more posts, then the post with " +"the most interactions will be displayed." +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "Sharer interaction days" +msgstr "" + +#: src/Module/Admin/Site.php:589 +msgid "" +"Number of days of the last interaction that are used to define which sharers" +" are used for the \"sharers of sharers\" channel." +msgstr "" + +#: src/Module/Admin/Site.php:592 msgid "Start Relocation" msgstr "" @@ -4973,7 +5525,13 @@ msgstr "" msgid "This backend doesn't have custom settings" msgstr "" -#: src/Module/Admin/Storage.php:149 +#: src/Module/Admin/Storage.php:148 +msgid "" +"Changing the current backend is prohibited because it is set by an " +"environment variable" +msgstr "" + +#: src/Module/Admin/Storage.php:150 msgid "Database (legacy)" msgstr "" @@ -5077,51 +5635,40 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "" -#: src/Module/Admin/Summary.php:142 -#, php-format -msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:156 -#, php-format -msgid "" -"The debug logfile '%s' is not usable. No logging possible (error: '%s')" -msgstr "" - -#: src/Module/Admin/Summary.php:172 +#: src/Module/Admin/Summary.php:148 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "" -#: src/Module/Admin/Summary.php:180 +#: src/Module/Admin/Summary.php:156 #, 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:188 +#: src/Module/Admin/Summary.php:164 #, 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:199 +#: src/Module/Admin/Summary.php:175 msgid "Message queues" msgstr "Meddelandeköer" -#: src/Module/Admin/Summary.php:205 +#: src/Module/Admin/Summary.php:181 msgid "Server Settings" msgstr "" -#: src/Module/Admin/Summary.php:223 +#: src/Module/Admin/Summary.php:199 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:227 +#: src/Module/Admin/Summary.php:203 msgid "Active addons" msgstr "" @@ -5161,16 +5708,16 @@ msgstr "" msgid "Reload active themes" msgstr "" -#: src/Module/Admin/Themes/Index.php:119 +#: src/Module/Admin/Themes/Index.php:118 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: src/Module/Admin/Themes/Index.php:120 +#: src/Module/Admin/Themes/Index.php:119 msgid "[Experimental]" msgstr "[Experimentiell]" -#: src/Module/Admin/Themes/Index.php:121 +#: src/Module/Admin/Themes/Index.php:120 msgid "[Unsupported]" msgstr "[Stöds inte]" @@ -5218,7 +5765,7 @@ msgstr "" msgid "Enter your system rules here. Each line represents one rule." msgstr "" -#: src/Module/Api/ApiResponse.php:279 +#: src/Module/Api/ApiResponse.php:293 #, php-format msgid "API endpoint %s %s is not implemented but might be in the future." msgstr "" @@ -5235,7 +5782,7 @@ msgstr "" msgid "Only starting posts can be muted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Reblog.php:56 +#: src/Module/Api/Mastodon/Statuses/Reblog.php:58 #, php-format msgid "Posts from %s can't be shared" msgstr "" @@ -5248,7 +5795,7 @@ msgstr "" msgid "Only starting posts can be unmuted" msgstr "" -#: src/Module/Api/Mastodon/Statuses/Unreblog.php:62 +#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64 #, php-format msgid "Posts from %s can't be unshared" msgstr "" @@ -5274,11 +5821,11 @@ msgstr "Objektet hittades inte." msgid "Please login to continue." msgstr "Vänligen logga in för att fortsätta." -#: src/Module/BaseAdmin.php:63 src/Module/BaseModeration.php:86 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:67 src/Module/BaseModeration.php:90 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in" " as the main account." @@ -5288,11 +5835,11 @@ msgstr "" msgid "Overview" msgstr "" -#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:111 +#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112 msgid "Configuration" msgstr "" -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:112 +#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110 msgid "Additional features" msgstr "Ytterligare funktioner" @@ -5312,7 +5859,7 @@ msgstr "" msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:119 +#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120 msgid "Diagnostics" msgstr "" @@ -5340,23 +5887,23 @@ msgstr "" msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:128 +#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129 msgid "User registrations waiting for confirmation" msgstr "Användarens registreringar väntar på bekräftelse" -#: src/Module/BaseApi.php:266 src/Module/BaseApi.php:282 -#: src/Module/BaseApi.php:298 +#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471 +#: src/Module/BaseApi.php:487 msgid "Too Many Requests" msgstr "" -#: src/Module/BaseApi.php:267 +#: src/Module/BaseApi.php:456 #, 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] "Daglig gräns av %d upplägg nådd. Upplägget avvisades." msgstr[1] "Daglig gräns av %d upplägg nådd. Upplägget avvisades." -#: src/Module/BaseApi.php:283 +#: src/Module/BaseApi.php:472 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5364,7 +5911,7 @@ msgid_plural "" msgstr[0] "Veckovis gräns av %d inlägg nådd. Inlägged avvisades." msgstr[1] "Veckovis gräns av %d inlägg nådd. Inlägged avvisades." -#: src/Module/BaseApi.php:299 +#: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -5372,32 +5919,46 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseModeration.php:112 src/Module/Moderation/Users/Index.php:148 +#: src/Module/BaseModeration.php:86 +msgid "You don't have access to moderation pages." +msgstr "" + +#: src/Module/BaseModeration.php:90 +msgid "" +"Submanaged account can't access the moderation pages. Please log back in as " +"the main account." +msgstr "" + +#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:94 +msgid "Reports" +msgstr "" + +#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148 #: src/Module/Moderation/Users/Index.php:158 msgid "Users" msgstr "Användare" -#: src/Module/BaseModeration.php:114 +#: src/Module/BaseModeration.php:115 msgid "Tools" msgstr "" -#: src/Module/BaseModeration.php:115 +#: src/Module/BaseModeration.php:116 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseModeration.php:116 +#: src/Module/BaseModeration.php:117 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseModeration.php:117 src/Module/Moderation/Item/Delete.php:62 +#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62 msgid "Delete Item" msgstr "Ta bort objekt" -#: src/Module/BaseModeration.php:120 src/Module/Moderation/Item/Source.php:76 +#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:76 msgid "Item Source" msgstr "Objektets källa" -#: src/Module/BaseProfile.php:52 src/Module/Contact.php:479 +#: src/Module/BaseProfile.php:52 src/Module/Contact.php:506 msgid "Profile Details" msgstr "Profildetaljer" @@ -5409,7 +5970,7 @@ msgstr "" msgid "Only You Can See This" msgstr "Endast du kan se det här" -#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:82 +#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81 msgid "Scheduled Posts" msgstr "" @@ -5421,50 +5982,67 @@ msgstr "" msgid "Tips for New Members" msgstr "Tips för nya medlemmar" -#: src/Module/BaseSearch.php:69 +#: src/Module/BaseSearch.php:71 #, php-format msgid "People Search - %s" msgstr "" -#: src/Module/BaseSearch.php:79 +#: src/Module/BaseSearch.php:75 #, php-format -msgid "Forum Search - %s" +msgid "Group Search - %s" msgstr "" -#: src/Module/BaseSearch.php:119 src/Module/Contact/MatchInterests.php:139 +#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:139 msgid "No matches" msgstr "Ingen träff" -#: src/Module/BaseSettings.php:80 +#: src/Module/BaseSearch.php:147 +#, php-format +msgid "" +"%d result was filtered out because your node blocks the domain it is " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgid_plural "" +"%d results were filtered out because your node blocks the domain they are " +"registered on. You can review the list of domains your node is currently " +"blocking in the About page." +msgstr[0] "" +msgstr[1] "" + +#: src/Module/BaseSettings.php:78 msgid "Account" msgstr "Konto" -#: src/Module/BaseSettings.php:87 src/Module/Security/TwoFactor/Verify.php:96 -#: src/Module/Settings/TwoFactor/Index.php:117 +#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96 +#: src/Module/Settings/TwoFactor/Index.php:138 msgid "Two-factor authentication" msgstr "" -#: src/Module/BaseSettings.php:120 +#: src/Module/BaseSettings.php:118 msgid "Display" msgstr "Skärm" -#: src/Module/BaseSettings.php:127 src/Module/Settings/Connectors.php:202 +#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204 msgid "Social Networks" msgstr "Sociala nätverk" -#: src/Module/BaseSettings.php:141 src/Module/Settings/Delegation.php:170 +#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194 msgid "Manage Accounts" msgstr "" -#: src/Module/BaseSettings.php:148 +#: src/Module/BaseSettings.php:153 msgid "Connected apps" msgstr "Anslutna appar" -#: src/Module/BaseSettings.php:155 src/Module/Settings/UserExport.php:98 +#: src/Module/BaseSettings.php:160 +msgid "Remote servers" +msgstr "" + +#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98 msgid "Export personal data" msgstr "Exporter personlig data" -#: src/Module/BaseSettings.php:162 +#: src/Module/BaseSettings.php:174 msgid "Remove account" msgstr "Ta bort konto" @@ -5523,8 +6101,9 @@ msgstr "Evenemanget börjar:" #: src/Module/Moderation/Blocklist/Server/Index.php:116 #: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Index.php:140 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Required" msgstr "Krävs" @@ -5584,170 +6163,260 @@ msgstr "Visa" msgid "Create New Event" msgstr "Skapa nytt evenemang" -#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:235 +#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297 msgid "list" msgstr "lista" -#: src/Module/Contact.php:97 +#: src/Module/Circle.php:57 +msgid "Could not create circle." +msgstr "" + +#: src/Module/Circle.php:68 src/Module/Circle.php:214 +#: src/Module/Circle.php:238 +msgid "Circle not found." +msgstr "" + +#: src/Module/Circle.php:74 +msgid "Circle name was not changed." +msgstr "" + +#: src/Module/Circle.php:92 +msgid "Unknown circle." +msgstr "" + +#: src/Module/Circle.php:98 src/Module/Circle.php:107 +#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 +#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 +#: src/Module/Contact/Conversations.php:89 +#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 +#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 +#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:154 +#: src/Module/Contact/Profile.php:159 src/Module/Contact/Profile.php:164 +#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +msgid "Contact not found." +msgstr "Kontakten hittades inte." + +#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66 +#: src/Module/Conversation/Network.php:231 +msgid "Invalid contact." +msgstr "Ogiltig kontakt." + +#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:73 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Circle.php:117 +msgid "Unable to add the contact to the circle." +msgstr "" + +#: src/Module/Circle.php:120 +msgid "Contact successfully added to circle." +msgstr "" + +#: src/Module/Circle.php:124 +msgid "Unable to remove the contact from the circle." +msgstr "" + +#: src/Module/Circle.php:127 +msgid "Contact successfully removed from circle." +msgstr "" + +#: src/Module/Circle.php:131 +msgid "Bad request." +msgstr "" + +#: src/Module/Circle.php:170 +msgid "Save Circle" +msgstr "" + +#: src/Module/Circle.php:171 +msgid "Filter" +msgstr "" + +#: src/Module/Circle.php:177 +msgid "Create a circle of contacts/friends." +msgstr "" + +#: src/Module/Circle.php:219 +msgid "Unable to remove circle." +msgstr "" + +#: src/Module/Circle.php:270 +msgid "Delete Circle" +msgstr "" + +#: src/Module/Circle.php:280 +msgid "Edit Circle Name" +msgstr "" + +#: src/Module/Circle.php:290 +msgid "Members" +msgstr "Medlemmar" + +#: src/Module/Circle.php:293 +msgid "Circle is empty" +msgstr "" + +#: src/Module/Circle.php:306 +msgid "Remove contact from circle" +msgstr "" + +#: src/Module/Circle.php:329 +msgid "Click on a contact to add or remove." +msgstr "Klicka på en kontakt för att lägga till eller ta bort." + +#: src/Module/Circle.php:343 +msgid "Add contact to circle" +msgstr "" + +#: src/Module/Contact.php:96 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:342 +#: src/Module/Contact.php:347 msgid "Show all contacts" msgstr "Visa alla kontakter" -#: src/Module/Contact.php:347 src/Module/Contact.php:415 +#: src/Module/Contact.php:352 src/Module/Contact.php:431 #: src/Module/Moderation/BaseUsers.php:85 msgid "Pending" msgstr "Väntande" -#: src/Module/Contact.php:350 +#: src/Module/Contact.php:355 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:355 src/Module/Contact.php:416 +#: src/Module/Contact.php:360 src/Module/Contact.php:434 #: src/Module/Moderation/BaseUsers.php:93 msgid "Blocked" msgstr "Blockerad" -#: src/Module/Contact.php:358 +#: src/Module/Contact.php:363 msgid "Only show blocked contacts" msgstr "Visa endast blockerade kontakter" -#: src/Module/Contact.php:363 src/Module/Contact.php:418 -#: src/Object/Post.php:344 +#: src/Module/Contact.php:368 src/Module/Contact.php:440 +#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:386 msgid "Ignored" msgstr "Ignorerade" -#: src/Module/Contact.php:366 +#: src/Module/Contact.php:371 msgid "Only show ignored contacts" msgstr "Visa endast ignorerade kontakter" -#: src/Module/Contact.php:371 src/Module/Contact.php:419 +#: src/Module/Contact.php:376 src/Module/Contact.php:443 msgid "Collapsed" msgstr "" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:379 msgid "Only show collapsed contacts" msgstr "" -#: src/Module/Contact.php:379 src/Module/Contact.php:420 +#: src/Module/Contact.php:384 src/Module/Contact.php:446 msgid "Archived" msgstr "Arkiverat" -#: src/Module/Contact.php:382 +#: src/Module/Contact.php:387 msgid "Only show archived contacts" msgstr "Visa endast arkiverade kontakter" -#: src/Module/Contact.php:387 src/Module/Contact.php:417 +#: src/Module/Contact.php:392 src/Module/Contact.php:437 msgid "Hidden" msgstr "Gömda" -#: src/Module/Contact.php:390 +#: src/Module/Contact.php:395 msgid "Only show hidden contacts" msgstr "Visa endast gömda kontakter" -#: src/Module/Contact.php:398 -msgid "Organize your contact groups" +#: src/Module/Contact.php:403 +msgid "Organize your contact circles" msgstr "" -#: src/Module/Contact.php:431 +#: src/Module/Contact.php:458 msgid "Search your contacts" msgstr "Sök dina kontakter" -#: src/Module/Contact.php:432 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:459 src/Module/Search/Index.php:207 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:439 +#: src/Module/Contact.php:466 msgid "Update" msgstr "Uppdatera" -#: src/Module/Contact.php:440 src/Module/Contact/Profile.php:478 +#: src/Module/Contact.php:467 src/Module/Contact/Profile.php:511 #: src/Module/Moderation/Blocklist/Contact.php:117 #: src/Module/Moderation/Users/Blocked.php:138 #: src/Module/Moderation/Users/Index.php:154 msgid "Unblock" msgstr "Avblockera" -#: src/Module/Contact.php:441 src/Module/Contact/Profile.php:486 +#: src/Module/Contact.php:468 src/Module/Contact/Profile.php:519 msgid "Unignore" msgstr "Sluta ignorera" -#: src/Module/Contact.php:442 src/Module/Contact/Profile.php:494 +#: src/Module/Contact.php:469 src/Module/Contact/Profile.php:527 msgid "Uncollapse" msgstr "" -#: src/Module/Contact.php:444 +#: src/Module/Contact.php:471 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:487 +#: src/Module/Contact.php:514 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:492 +#: src/Module/Contact.php:519 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:495 +#: src/Module/Contact.php:522 msgid "Individual Posts and Replies" msgstr "" -#: src/Module/Contact.php:503 +#: src/Module/Contact.php:530 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:538 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:520 +#: src/Module/Contact.php:549 msgid "Advanced Contact Settings" msgstr "" -#: src/Module/Contact.php:556 +#: src/Module/Contact.php:585 msgid "Mutual Friendship" msgstr "Ömsesidig vänskap" -#: src/Module/Contact.php:560 +#: src/Module/Contact.php:589 msgid "is a fan of yours" msgstr "är ett fan till dig" -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:593 msgid "you are a fan of" msgstr "du är fan till" -#: src/Module/Contact.php:582 +#: src/Module/Contact.php:611 msgid "Pending outgoing contact request" msgstr "Väntande utgående kontaktbegäran" -#: src/Module/Contact.php:584 +#: src/Module/Contact.php:613 msgid "Pending incoming contact request" msgstr "Väntande inkommande kontaktbegäran" -#: src/Module/Contact.php:597 src/Module/Contact/Profile.php:347 +#: src/Module/Contact.php:626 src/Module/Contact/Profile.php:371 #, php-format msgid "Visit %s's profile [%s]" msgstr "Besök %s's profil [%s]" -#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109 -#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:84 -#: src/Module/Contact/Conversations.php:89 -#: src/Module/Contact/Conversations.php:94 src/Module/Contact/Media.php:43 -#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83 -#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:142 -#: src/Module/Contact/Profile.php:147 src/Module/Contact/Profile.php:152 -#: src/Module/Contact/Redir.php:94 src/Module/Contact/Redir.php:140 -#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 -#: src/Module/Group.php:97 src/Module/Group.php:106 -msgid "Contact not found." -msgstr "Kontakten hittades inte." - #: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "Det gick inte att uppdatera kontakt." @@ -5758,13 +6427,14 @@ msgstr "" #: src/Module/Contact/Advanced.php:134 #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 #: src/Module/Moderation/Users/Active.php:126 #: src/Module/Moderation/Users/Blocked.php:126 -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 #: src/Module/Moderation/Users/Deleted.php:83 #: src/Module/Moderation/Users/Index.php:140 #: src/Module/Moderation/Users/Index.php:160 -#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:73 +#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72 msgid "Name" msgstr "Namn" @@ -5784,11 +6454,6 @@ msgstr "" msgid "New photo from this URL" msgstr "Nytt foto från den här webbadressen" -#: src/Module/Contact/Contacts.php:66 src/Module/Conversation/Network.php:189 -#: src/Module/Group.php:101 -msgid "Invalid contact." -msgstr "Ogiltig kontakt." - #: src/Module/Contact/Contacts.php:89 msgid "No known contacts." msgstr "Inga kända kontakter." @@ -5797,28 +6462,28 @@ msgstr "Inga kända kontakter." msgid "No common contacts." msgstr "Inga gemensamma kontakter." -#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:132 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "Följare (%s)" msgstr[1] "Följare (%s)" -#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:135 +#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "Följer (%s)" msgstr[1] "Följer (%s)" -#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:138 +#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "Gemensam vän (%s)" msgstr[1] "Gemensamma vänner (%s)" -#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:140 +#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" @@ -5837,15 +6502,15 @@ msgid "" "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:146 +#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Follow.php:69 src/Module/Contact/Redir.php:62 -#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:194 +#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62 +#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166 #: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 #: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59 #: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 @@ -5854,71 +6519,72 @@ msgstr[1] "" msgid "Access denied." msgstr "Åtkomst nekad." -#: src/Module/Contact/Follow.php:104 src/Module/Contact/Unfollow.php:125 +#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125 #: src/Module/Profile/RemoteFollow.php:133 msgid "Submit Request" msgstr "Skicka förfrågan" -#: src/Module/Contact/Follow.php:114 +#: src/Module/Contact/Follow.php:115 msgid "You already added this contact." msgstr "Du har redan lagt till den här kontakten." -#: src/Module/Contact/Follow.php:129 +#: src/Module/Contact/Follow.php:130 msgid "The network type couldn't be detected. Contact can't be added." msgstr "Nätverkstypen kunde inte upptäckas. Kontakten kan inte läggas till." -#: src/Module/Contact/Follow.php:137 +#: src/Module/Contact/Follow.php:138 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "Stödet för Diaspora är inte aktiverat. Kontakten kan inte läggas till." -#: src/Module/Contact/Follow.php:142 +#: src/Module/Contact/Follow.php:143 msgid "OStatus support is disabled. Contact can't be added." msgstr "Stödet för OStatus är inaktiverat. Kontakten kan inte läggas till." -#: src/Module/Contact/Follow.php:167 src/Module/Profile/RemoteFollow.php:132 +#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132 msgid "Please answer the following:" msgstr "Var vänlig besvara följande:" -#: src/Module/Contact/Follow.php:168 src/Module/Contact/Unfollow.php:123 +#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123 msgid "Your Identity Address:" msgstr "Din adress (ditt ID):" -#: src/Module/Contact/Follow.php:169 src/Module/Contact/Profile.php:376 +#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:402 #: src/Module/Contact/Unfollow.php:129 #: src/Module/Moderation/Blocklist/Contact.php:133 +#: src/Module/Moderation/Reports.php:104 #: src/Module/Notifications/Introductions.php:129 #: src/Module/Notifications/Introductions.php:198 msgid "Profile URL" msgstr "URL för profil" -#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:388 +#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:414 #: src/Module/Notifications/Introductions.php:191 #: src/Module/Profile/Profile.php:234 msgid "Tags:" msgstr "Taggar:" -#: src/Module/Contact/Follow.php:181 +#: src/Module/Contact/Follow.php:182 #, php-format msgid "%s knows you" msgstr "%s känner dig" -#: src/Module/Contact/Follow.php:182 +#: src/Module/Contact/Follow.php:183 msgid "Add a personal note:" msgstr "Lägg till ett personligt meddelande:" -#: src/Module/Contact/Follow.php:191 src/Module/Contact/Unfollow.php:138 +#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138 msgid "Posts and Replies" msgstr "" -#: src/Module/Contact/Follow.php:220 +#: src/Module/Contact/Follow.php:221 msgid "The contact could not be added." msgstr "Kontakten kunde inte läggas till." #: src/Module/Contact/MatchInterests.php:94 -#: src/Module/Media/Attachment/Upload.php:79 -#: src/Module/Media/Attachment/Upload.php:84 -#: src/Module/Media/Photo/Upload.php:83 src/Module/Media/Photo/Upload.php:88 -#: src/Module/Media/Photo/Upload.php:137 +#: src/Module/Media/Attachment/Upload.php:77 +#: src/Module/Media/Attachment/Upload.php:82 +#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86 +#: src/Module/Media/Photo/Upload.php:135 msgid "Invalid request." msgstr "Ogiltig förfrågning." @@ -5930,248 +6596,312 @@ msgstr "" msgid "Profile Match" msgstr "Matcha profiler" -#: src/Module/Contact/Profile.php:128 +#: src/Module/Contact/Profile.php:140 msgid "Failed to update contact record." msgstr "Det blev fel när kontakten skulle uppdateras." -#: src/Module/Contact/Profile.php:178 +#: src/Module/Contact/Profile.php:190 msgid "Contact has been unblocked" msgstr "Kontakten är inte längre spärrad" -#: src/Module/Contact/Profile.php:182 +#: src/Module/Contact/Profile.php:194 msgid "Contact has been blocked" msgstr "Kontakten har spärrats" -#: src/Module/Contact/Profile.php:194 +#: src/Module/Contact/Profile.php:206 msgid "Contact has been unignored" msgstr "Kontakten ignoreras inte längre" -#: src/Module/Contact/Profile.php:198 +#: src/Module/Contact/Profile.php:210 msgid "Contact has been ignored" msgstr "Kontakten ignoreras" -#: src/Module/Contact/Profile.php:210 +#: src/Module/Contact/Profile.php:222 msgid "Contact has been uncollapsed" msgstr "" -#: src/Module/Contact/Profile.php:214 +#: src/Module/Contact/Profile.php:226 msgid "Contact has been collapsed" msgstr "" -#: src/Module/Contact/Profile.php:243 +#: src/Module/Contact/Profile.php:254 #, php-format msgid "You are mutual friends with %s" msgstr "Ni är gemensamma vänner med %s" -#: src/Module/Contact/Profile.php:244 +#: src/Module/Contact/Profile.php:255 #, php-format msgid "You are sharing with %s" msgstr "Du delar med %s" -#: src/Module/Contact/Profile.php:245 +#: src/Module/Contact/Profile.php:256 #, php-format msgid "%s is sharing with you" msgstr "%s delar med dig" -#: src/Module/Contact/Profile.php:261 +#: src/Module/Contact/Profile.php:272 msgid "Private communications are not available for this contact." msgstr "Det går inte att utbyta personliga meddelanden med den här kontakten." -#: src/Module/Contact/Profile.php:263 +#: src/Module/Contact/Profile.php:282 +msgid "This contact is on a server you ignored." +msgstr "" + +#: src/Module/Contact/Profile.php:285 msgid "Never" msgstr "Aldrig" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was not successful)" msgstr "(Uppdateringen lyckades inte)" -#: src/Module/Contact/Profile.php:266 +#: src/Module/Contact/Profile.php:288 msgid "(Update was successful)" msgstr "(Uppdateringen lyckades)" -#: src/Module/Contact/Profile.php:268 src/Module/Contact/Profile.php:449 +#: src/Module/Contact/Profile.php:290 src/Module/Contact/Profile.php:482 msgid "Suggest friends" msgstr "Föreslå vänner" -#: src/Module/Contact/Profile.php:272 +#: src/Module/Contact/Profile.php:294 #, php-format msgid "Network type: %s" msgstr "Nätverkstyp: %s" -#: src/Module/Contact/Profile.php:277 +#: src/Module/Contact/Profile.php:299 msgid "Communications lost with this contact!" msgstr "Kommunikationen med den här kontakten förlorades!" -#: src/Module/Contact/Profile.php:283 +#: src/Module/Contact/Profile.php:305 msgid "Fetch further information for feeds" msgstr "" -#: src/Module/Contact/Profile.php:285 +#: src/Module/Contact/Profile.php:307 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" -#: src/Module/Contact/Profile.php:288 +#: src/Module/Contact/Profile.php:310 msgid "Fetch information" msgstr "Hämta information" -#: src/Module/Contact/Profile.php:289 +#: src/Module/Contact/Profile.php:311 msgid "Fetch keywords" msgstr "" -#: src/Module/Contact/Profile.php:290 +#: src/Module/Contact/Profile.php:312 msgid "Fetch information and keywords" msgstr "" -#: src/Module/Contact/Profile.php:300 src/Module/Contact/Profile.php:305 -#: src/Module/Contact/Profile.php:310 src/Module/Contact/Profile.php:316 +#: src/Module/Contact/Profile.php:322 src/Module/Contact/Profile.php:327 +#: src/Module/Contact/Profile.php:332 src/Module/Contact/Profile.php:338 msgid "No mirroring" msgstr "Ingen spegling" -#: src/Module/Contact/Profile.php:301 src/Module/Contact/Profile.php:311 -#: src/Module/Contact/Profile.php:317 +#: src/Module/Contact/Profile.php:323 src/Module/Contact/Profile.php:333 +#: src/Module/Contact/Profile.php:339 msgid "Mirror as my own posting" msgstr "" -#: src/Module/Contact/Profile.php:306 src/Module/Contact/Profile.php:312 +#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:334 msgid "Native reshare" msgstr "" -#: src/Module/Contact/Profile.php:329 +#: src/Module/Contact/Profile.php:353 msgid "Contact Information / Notes" msgstr "Kontaktuppgifter/Anteckningar" -#: src/Module/Contact/Profile.php:330 +#: src/Module/Contact/Profile.php:354 msgid "Contact Settings" msgstr "" -#: src/Module/Contact/Profile.php:338 +#: src/Module/Contact/Profile.php:362 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact/Profile.php:342 +#: src/Module/Contact/Profile.php:366 msgid "Their personal note" msgstr "Deras personliga anteckning" -#: src/Module/Contact/Profile.php:344 +#: src/Module/Contact/Profile.php:368 msgid "Edit contact notes" msgstr "Redigera kontaktanteckningar" -#: src/Module/Contact/Profile.php:348 +#: src/Module/Contact/Profile.php:372 msgid "Block/Unblock contact" msgstr "Spärra kontakt eller häv spärr" -#: src/Module/Contact/Profile.php:349 +#: src/Module/Contact/Profile.php:373 +#: src/Module/Moderation/Report/Create.php:293 msgid "Ignore contact" msgstr "Ignorera kontakt" -#: src/Module/Contact/Profile.php:350 +#: src/Module/Contact/Profile.php:374 msgid "View conversations" msgstr "Visa konversationer" -#: src/Module/Contact/Profile.php:355 +#: src/Module/Contact/Profile.php:379 msgid "Last update:" msgstr "Senaste uppdatering:" -#: src/Module/Contact/Profile.php:357 +#: src/Module/Contact/Profile.php:381 msgid "Update public posts" msgstr "Uppdatera publika inlägg" -#: src/Module/Contact/Profile.php:359 src/Module/Contact/Profile.php:459 +#: src/Module/Contact/Profile.php:383 src/Module/Contact/Profile.php:492 msgid "Update now" msgstr "Updatera nu" -#: src/Module/Contact/Profile.php:361 +#: src/Module/Contact/Profile.php:385 msgid "Awaiting connection acknowledge" msgstr "" -#: src/Module/Contact/Profile.php:362 +#: src/Module/Contact/Profile.php:386 msgid "Currently blocked" msgstr "Spärrad" -#: src/Module/Contact/Profile.php:363 +#: src/Module/Contact/Profile.php:387 msgid "Currently ignored" msgstr "Ignoreras" -#: src/Module/Contact/Profile.php:364 +#: src/Module/Contact/Profile.php:388 msgid "Currently collapsed" msgstr "" -#: src/Module/Contact/Profile.php:365 +#: src/Module/Contact/Profile.php:389 msgid "Currently archived" msgstr "" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:392 +msgid "Manage remote servers" +msgstr "" + +#: src/Module/Contact/Profile.php:394 #: src/Module/Notifications/Introductions.php:192 msgid "Hide this contact from others" msgstr "Göm den här kontakten för andra" -#: src/Module/Contact/Profile.php:368 +#: src/Module/Contact/Profile.php:394 msgid "" "Replies/likes to your public posts may still be visible" msgstr "" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Notification for new posts" msgstr "Avisering för nya inlägg" -#: src/Module/Contact/Profile.php:369 +#: src/Module/Contact/Profile.php:395 msgid "Send a notification of every new post of this contact" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "Keyword Deny List" msgstr "" -#: src/Module/Contact/Profile.php:371 +#: src/Module/Contact/Profile.php:397 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "" -#: src/Module/Contact/Profile.php:389 -#: src/Module/Settings/TwoFactor/Index.php:139 +#: src/Module/Contact/Profile.php:415 +#: src/Module/Settings/TwoFactor/Index.php:160 msgid "Actions" msgstr "" -#: src/Module/Contact/Profile.php:391 -#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:229 +#: src/Module/Contact/Profile.php:417 +#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:229 msgid "Status" msgstr "Status" -#: src/Module/Contact/Profile.php:397 +#: src/Module/Contact/Profile.php:423 msgid "Mirror postings from this contact" msgstr "" -#: src/Module/Contact/Profile.php:399 +#: src/Module/Contact/Profile.php:425 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: src/Module/Contact/Profile.php:469 +#: src/Module/Contact/Profile.php:428 +msgid "Channel Settings" +msgstr "" + +#: src/Module/Contact/Profile.php:429 +msgid "Frequency of this contact in relevant channels" +msgstr "" + +#: src/Module/Contact/Profile.php:430 +msgid "" +"Depending on the type of the channel not all posts from this contact are " +"displayed. By default, posts need to have a minimum amount of interactions " +"(comments, likes) to show in your channels. On the other hand there can be " +"contacts who flood the channel, so you might want to see only some of their " +"posts. Or you don't want to see their content at all, but you don't want to " +"block or hide the contact completely." +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "Default frequency" +msgstr "" + +#: src/Module/Contact/Profile.php:431 +msgid "" +"Posts by this contact are displayed in the \"for you\" channel if you " +"interact often with this contact or if a post reached some level of " +"interaction." +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "Display all posts of this contact" +msgstr "" + +#: src/Module/Contact/Profile.php:432 +msgid "All posts from this contact will appear on the \"for you\" channel" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "Display only few posts" +msgstr "" + +#: src/Module/Contact/Profile.php:433 +msgid "" +"When a contact creates a lot of posts in a short period, this setting " +"reduces the number of displayed posts in every channel." +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Never display posts" +msgstr "" + +#: src/Module/Contact/Profile.php:434 +msgid "Posts from this contact will never be displayed in any channel" +msgstr "" + +#: src/Module/Contact/Profile.php:502 msgid "Refetch contact data" msgstr "" -#: src/Module/Contact/Profile.php:480 +#: src/Module/Contact/Profile.php:513 msgid "Toggle Blocked status" msgstr "" -#: src/Module/Contact/Profile.php:488 +#: src/Module/Contact/Profile.php:521 msgid "Toggle Ignored status" msgstr "" -#: src/Module/Contact/Profile.php:496 +#: src/Module/Contact/Profile.php:529 msgid "Toggle Collapsed status" msgstr "" -#: src/Module/Contact/Profile.php:503 src/Module/Contact/Revoke.php:106 +#: src/Module/Contact/Profile.php:536 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" -#: src/Module/Contact/Profile.php:505 +#: src/Module/Contact/Profile.php:538 msgid "Revoke the follow from this contact" msgstr "" @@ -6183,10 +6913,6 @@ msgstr "Dålig begäran." msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 -msgid "Contact is deleted." -msgstr "" - #: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" @@ -6204,7 +6930,7 @@ msgstr "" #: src/Module/Contact/Revoke.php:108 #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:130 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "Yes" msgstr "Ja" @@ -6234,102 +6960,59 @@ msgstr "Avföljningen av kontakten lyckades" msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Channel.php:139 +#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152 +#: src/Module/Search/Index.php:194 +msgid "No results." +msgstr "Inga resultat." + +#: src/Module/Conversation/Channel.php:177 +msgid "Channel not available." +msgstr "" + +#: src/Module/Conversation/Community.php:92 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 -msgid "Local Community" -msgstr "" - -#: src/Module/Conversation/Community.php:90 -msgid "Posts from local users on this server" -msgstr "" - -#: src/Module/Conversation/Community.php:98 -msgid "Global Community" -msgstr "" - -#: src/Module/Conversation/Community.php:101 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: src/Module/Conversation/Community.php:134 -msgid "Own Contacts" -msgstr "Egna kontakter" - -#: src/Module/Conversation/Community.php:138 -msgid "Include" -msgstr "Inkludera" - -#: src/Module/Conversation/Community.php:139 -msgid "Hide" -msgstr "Dölj" - -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 -msgid "No results." -msgstr "Inga resultat." - -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:180 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:196 msgid "Not available." msgstr "Inte tillgängligt." -#: src/Module/Conversation/Network.php:175 -msgid "No such group" -msgstr "Gruppen finns inte" +#: src/Module/Conversation/Network.php:217 +msgid "No such circle" +msgstr "" -#: src/Module/Conversation/Network.php:179 +#: src/Module/Conversation/Network.php:221 #, php-format -msgid "Group: %s" -msgstr "Grupp: %s" - -#: src/Module/Conversation/Network.php:257 -msgid "Latest Activity" +msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:260 -msgid "Sort by latest activity" +#: src/Module/Conversation/Network.php:250 +#, php-format +msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:265 -msgid "Latest Posts" +#: src/Module/Conversation/Network.php:329 +msgid "Network feed not available." msgstr "" -#: src/Module/Conversation/Network.php:268 -msgid "Sort by post received date" -msgstr "" +#: src/Module/Conversation/Timeline.php:166 +msgid "Own Contacts" +msgstr "Egna kontakter" -#: src/Module/Conversation/Network.php:273 -msgid "Latest Creation" -msgstr "" +#: src/Module/Conversation/Timeline.php:170 +msgid "Include" +msgstr "Inkludera" -#: src/Module/Conversation/Network.php:276 -msgid "Sort by post creation date" -msgstr "" - -#: src/Module/Conversation/Network.php:281 -#: src/Module/Settings/Profile/Index.php:236 -msgid "Personal" -msgstr "Privat" - -#: src/Module/Conversation/Network.php:284 -msgid "Posts that mention or involve you" -msgstr "Inlägg som nämnde eller involverade dig" - -#: src/Module/Conversation/Network.php:289 src/Object/Post.php:356 -msgid "Starred" -msgstr "Stjärnmärkt" - -#: src/Module/Conversation/Network.php:292 -msgid "Favourite Posts" -msgstr "Favoriserade inlägg" +#: src/Module/Conversation/Timeline.php:171 +msgid "Hide" +msgstr "Dölj" #: src/Module/Credits.php:44 msgid "Credits" @@ -6547,7 +7230,7 @@ msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" #: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 -#: src/Module/Settings/Profile/Index.php:144 +#: src/Module/Settings/Profile/Index.php:177 msgid "You must be logged in to use this module" msgstr "Du måste vara inloggad för att använda denna modul" @@ -6608,29 +7291,6 @@ msgstr "" msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:110 -#, php-format -msgid "You are now logged in as %s" -msgstr "Du är nu inloggad som %s" - -#: src/Module/Delegation.php:142 -msgid "Switch between your accounts" -msgstr "Växla mellan dina konton" - -#: src/Module/Delegation.php:143 -msgid "Manage your accounts" -msgstr "Hantera dina konton" - -#: src/Module/Delegation.php:144 -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:145 -msgid "Select an identity to manage: " -msgstr "Välj vilken identitet du vill hantera: " - #: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "Inget att visa. (Man kan välja att inte synas här)" @@ -6676,138 +7336,59 @@ msgstr "Föreslå vänner" msgid "Suggest a friend for %s" msgstr "Föreslå en vän till %s" -#: src/Module/Friendica.php:64 +#: src/Module/Friendica.php:82 msgid "Installed addons/apps:" msgstr "" -#: src/Module/Friendica.php:69 +#: src/Module/Friendica.php:87 msgid "No installed addons/apps" msgstr "" -#: src/Module/Friendica.php:74 +#: src/Module/Friendica.php:92 #, php-format msgid "Read about the Terms of Service of this node." msgstr "" -#: src/Module/Friendica.php:81 +#: src/Module/Friendica.php:99 msgid "On this server the following remote servers are blocked." msgstr "" -#: src/Module/Friendica.php:84 +#: src/Module/Friendica.php:102 #: src/Module/Moderation/Blocklist/Server/Index.php:87 #: src/Module/Moderation/Blocklist/Server/Index.php:111 +#: src/Module/Settings/Channels.php:165 msgid "Reason for the block" msgstr "Anledning för blockeringen" -#: src/Module/Friendica.php:86 +#: src/Module/Friendica.php:104 msgid "Download this list in CSV format" msgstr "" -#: src/Module/Friendica.php:100 +#: src/Module/Friendica.php:118 #, 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:105 +#: src/Module/Friendica.php:123 msgid "" "Please visit Friendi.ca to learn more " "about the Friendica project." msgstr "" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "Bug reports and issues: please visit" msgstr "Anmäl buggar eller andra problem, gå till" -#: src/Module/Friendica.php:106 +#: src/Module/Friendica.php:124 msgid "the bugtracker at github" msgstr "" -#: src/Module/Friendica.php:107 +#: src/Module/Friendica.php:125 msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:56 -msgid "Could not create group." -msgstr "Det gick inte att skapa gruppen." - -#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 -msgid "Group not found." -msgstr "Gruppen hittades inte." - -#: src/Module/Group.php:73 -msgid "Group name was not changed." -msgstr "" - -#: src/Module/Group.php:91 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:119 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:123 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:126 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:130 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:169 -msgid "Save Group" -msgstr "Spara grupp" - -#: src/Module/Group.php:170 -msgid "Filter" -msgstr "" - -#: src/Module/Group.php:176 -msgid "Create a group of contacts/friends." -msgstr "Skapa en grupp med kontakter/vänner." - -#: src/Module/Group.php:218 -msgid "Unable to remove group." -msgstr "Det gick inte att ta bort gruppen." - -#: src/Module/Group.php:269 -msgid "Delete Group" -msgstr "" - -#: src/Module/Group.php:279 -msgid "Edit Group Name" -msgstr "" - -#: src/Module/Group.php:289 -msgid "Members" -msgstr "Medlemmar" - -#: src/Module/Group.php:292 -msgid "Group is empty" -msgstr "Gruppen är tom" - -#: src/Module/Group.php:305 -msgid "Remove contact from group" -msgstr "" - -#: src/Module/Group.php:326 -msgid "Click on a contact to add or remove." -msgstr "Klicka på en kontakt för att lägga till eller ta bort." - -#: src/Module/Group.php:340 -msgid "Add contact to group" -msgstr "" - #: src/Module/HCard.php:45 msgid "No profile" msgstr "Ingen profil" @@ -7099,30 +7680,26 @@ msgstr "" msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:201 +#: src/Module/Item/Compose.php:203 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:204 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:205 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:209 +#: src/Module/Item/Compose.php:211 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Display.php:136 src/Module/Update/Display.php:55 -msgid "The requested item doesn't exist or has been deleted." -msgstr "" - #: src/Module/Item/Feed.php:86 msgid "The feed for this item is unavailable." msgstr "Flödet för det här föremålet är otillgängligt." @@ -7157,42 +7734,35 @@ msgstr "Filer" #: src/Module/Media/Attachment/Browser.php:79 #: src/Module/Media/Photo/Browser.php:90 -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:129 msgid "Upload" msgstr "Ladda upp" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: src/Module/Media/Attachment/Upload.php:99 +#: src/Module/Media/Attachment/Upload.php:97 msgid "Or - did you try to upload an empty file?" msgstr "Eller - provade du att ladda upp en tom fil?" -#: src/Module/Media/Attachment/Upload.php:106 +#: src/Module/Media/Attachment/Upload.php:104 #, php-format msgid "File exceeds size limit of %s" msgstr "Filen överstiger maxstorleken %s" -#: src/Module/Media/Attachment/Upload.php:116 +#: src/Module/Media/Attachment/Upload.php:114 msgid "File upload failed." msgstr "Uppladdning av filen misslyckades." -#: src/Module/Media/Photo/Upload.php:154 src/Module/Media/Photo/Upload.php:155 +#: src/Module/Media/Photo/Upload.php:152 src/Module/Media/Photo/Upload.php:153 #: src/Module/Profile/Photos.php:217 -#: src/Module/Settings/Profile/Photo/Index.php:68 +#: src/Module/Settings/Profile/Photo/Index.php:69 msgid "Unable to process image." msgstr "Det gick inte att behandla bilden." -#: src/Module/Media/Photo/Upload.php:188 src/Module/Profile/Photos.php:164 -#: src/Module/Profile/Photos.php:167 src/Module/Profile/Photos.php:194 -#: src/Module/Settings/Profile/Photo/Index.php:59 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Bildstorlek överstiger %s" - -#: src/Module/Media/Photo/Upload.php:206 src/Module/Profile/Photos.php:243 -#: src/Module/Settings/Profile/Photo/Index.php:95 +#: src/Module/Media/Photo/Upload.php:178 src/Module/Profile/Photos.php:237 +#: src/Module/Settings/Profile/Photo/Index.php:96 msgid "Image upload failed." msgstr "Fel vid bilduppladdning." @@ -7224,40 +7794,40 @@ msgstr "Ta bort" msgid "List of pending user deletions" msgstr "Lista över väntande borttagningar av användare" -#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:491 +#: src/Module/Moderation/BaseUsers.php:119 src/Module/Settings/Account.php:472 msgid "Normal Account Page" msgstr "Normal konto-sida" -#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:498 +#: src/Module/Moderation/BaseUsers.php:120 src/Module/Settings/Account.php:479 msgid "Soapbox Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:505 -msgid "Public Forum" -msgstr "Publikt forum" +#: src/Module/Moderation/BaseUsers.php:121 src/Module/Settings/Account.php:486 +msgid "Public Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:512 +#: src/Module/Moderation/BaseUsers.php:122 src/Module/Settings/Account.php:493 msgid "Automatic Friend Page" msgstr "" #: src/Module/Moderation/BaseUsers.php:123 -msgid "Private Forum" -msgstr "Privat forum" +msgid "Private Group" +msgstr "" -#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:463 +#: src/Module/Moderation/BaseUsers.php:126 src/Module/Settings/Account.php:444 msgid "Personal Page" msgstr "Personlig sida" -#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:470 +#: src/Module/Moderation/BaseUsers.php:127 src/Module/Settings/Account.php:451 msgid "Organisation Page" msgstr "Sida för organisation" -#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:477 +#: src/Module/Moderation/BaseUsers.php:128 src/Module/Settings/Account.php:458 msgid "News Page" msgstr "" -#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:484 -msgid "Community Forum" +#: src/Module/Moderation/BaseUsers.php:129 src/Module/Settings/Account.php:465 +msgid "Community Group" msgstr "" #: src/Module/Moderation/BaseUsers.php:130 @@ -7314,6 +7884,7 @@ msgid "Block New Remote Contact" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:122 +#: src/Module/Moderation/Reports.php:95 msgid "Photo" msgstr "Foto" @@ -7387,6 +7958,8 @@ msgid "Matching known servers" msgstr "Matchar kända servrar" #: src/Module/Moderation/Blocklist/Server/Add.php:130 +#: src/Module/Settings/Server/Action.php:76 +#: src/Module/Settings/Server/Index.php:106 msgid "Server Name" msgstr "Namn på server" @@ -7530,6 +8103,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Index.php:86 #: src/Module/Moderation/Blocklist/Server/Index.php:110 +#: src/Module/Settings/Channels.php:164 msgid "Blocked server domain pattern" msgstr "" @@ -7643,10 +8217,6 @@ msgstr "Villkor" msgid "URL" msgstr "Webbadress" -#: src/Module/Moderation/Item/Source.php:85 -msgid "Mention" -msgstr "Nämn" - #: src/Module/Moderation/Item/Source.php:86 msgid "Implicit Mention" msgstr "" @@ -7669,6 +8239,237 @@ msgstr "" msgid "Item Guid" msgstr "" +#: src/Module/Moderation/Report/Create.php:95 +msgid "Contact not found or their server is already blocked on this node." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:136 +msgid "Please login to access this page." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:165 +#: src/Module/Moderation/Report/Create.php:180 +#: src/Module/Moderation/Report/Create.php:208 +#: src/Module/Moderation/Report/Create.php:260 +#: src/Module/Moderation/Report/Create.php:279 +msgid "Create Moderation Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:166 +msgid "Pick Contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:167 +msgid "" +"Please enter below the contact address or profile URL you would like to " +"create a moderation report about." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:171 +msgid "Contact address/URL" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:181 +msgid "Pick Category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:182 +msgid "Please pick below the category of your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +#: src/Module/Moderation/Report/Create.php:311 +msgid "Spam" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:186 +msgid "" +"This contact is publishing many repeated/overly long posts/replies or " +"advertising their product/websites in otherwise irrelevant conversations." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +#: src/Module/Moderation/Report/Create.php:312 +msgid "Illegal Content" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:187 +msgid "" +"This contact is publishing content that is considered illegal in this node's" +" hosting juridiction." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +#: src/Module/Moderation/Report/Create.php:313 +msgid "Community Safety" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:188 +msgid "" +"This contact aggravated you or other people, by being provocative or " +"insensitive, intentionally or not. This includes disclosing people's private" +" information (doxxing), posting threats or offensive pictures in posts or " +"replies." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +#: src/Module/Moderation/Report/Create.php:314 +msgid "Unwanted Content/Behavior" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:189 +msgid "" +"This contact has repeatedly published content irrelevant to the node's theme" +" or is openly criticizing the node's administration/moderation without " +"directly engaging with the relevant people for example or repeatedly " +"nitpicking on a sensitive topic." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +#: src/Module/Moderation/Report/Create.php:315 +msgid "Rules Violation" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:190 +msgid "" +"This contact violated one or more rules of this node. You will be able to " +"pick which one(s) in the next step." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:191 +msgid "" +"Please elaborate below why you submitted this report. The more details you " +"provide, the better your report can be handled." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "Additional Information" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:193 +msgid "" +"Please provide any additional information relevant to this particular " +"report. You will be able to attach posts by this contact in the next step, " +"but any context is welcome." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:209 +msgid "Pick Rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:210 +msgid "Please pick below the node rules you believe this contact violated." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:261 +msgid "Pick Posts" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:262 +msgid "Please optionally pick posts to attach to your report." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:281 +msgid "Submit Report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:282 +msgid "Further Action" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:283 +msgid "" +"You can also perform one of the following action on the contact you " +"reported:" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:291 +msgid "Nothing" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "Collapse contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:292 +msgid "" +"Their posts and replies will keep appearing in your Network page but their " +"content will be collapsed by default." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:293 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads. They still can follow you." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "Block contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:294 +msgid "" +"Their posts won't appear in your Network page anymore, but their replies can" +" appear in forum threads, with their content collapsed by default. They " +"cannot follow you but still can have access to your public posts by other " +"means." +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Forward report" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:297 +msgid "Would you ike to forward this report to the remote server?" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:330 +msgid "1. Pick a contact" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:331 +msgid "2. Pick a category" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:332 +msgid "2a. Pick rules" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:333 +msgid "2b. Add comment" +msgstr "" + +#: src/Module/Moderation/Report/Create.php:334 +msgid "3. Pick posts" +msgstr "" + +#: src/Module/Moderation/Reports.php:90 +msgid "List of reports" +msgstr "" + +#: src/Module/Moderation/Reports.php:91 +msgid "This page display reports created by our or remote users." +msgstr "" + +#: src/Module/Moderation/Reports.php:92 +msgid "No report exists at this node." +msgstr "" + +#: src/Module/Moderation/Reports.php:95 +msgid "Category" +msgstr "" + +#: src/Module/Moderation/Reports.php:101 +#, php-format +msgid "%s total report" +msgid_plural "%s total reports" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Moderation/Reports.php:104 +msgid "URL of the reported contact." +msgstr "" + #: src/Module/Moderation/Summary.php:53 msgid "Normal Account" msgstr "Vanligt konto" @@ -7678,7 +8479,7 @@ msgid "Automatic Follower Account" msgstr "" #: src/Module/Moderation/Summary.php:55 -msgid "Public Forum Account" +msgid "Public Group Account" msgstr "" #: src/Module/Moderation/Summary.php:56 @@ -7690,7 +8491,7 @@ msgid "Blog Account" msgstr "Blogg-konto" #: src/Module/Moderation/Summary.php:58 -msgid "Private Forum Account" +msgid "Private Group Account" msgstr "" #: src/Module/Moderation/Summary.php:78 @@ -7833,19 +8634,19 @@ msgstr "Ny användare" msgid "Add User" msgstr "Lägg till användare" -#: src/Module/Moderation/Users/Create.php:71 +#: src/Module/Moderation/Users/Create.php:70 msgid "Name of the new user." msgstr "Namn på den nya användaren." -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname" msgstr "Smeknamn" -#: src/Module/Moderation/Users/Create.php:72 +#: src/Module/Moderation/Users/Create.php:71 msgid "Nickname of the new user." msgstr "Smeknamn på den nya användaren." -#: src/Module/Moderation/Users/Create.php:73 +#: src/Module/Moderation/Users/Create.php:72 msgid "Email address of the new user." msgstr "E-postadress för den nya användaren." @@ -7927,7 +8728,7 @@ msgstr "Hävdar att du vet vem han/hon är: " #: src/Module/Notifications/Introductions.php:144 #: src/Module/OAuth/Acknowledge.php:55 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Settings/TwoFactor/Trusted.php:129 msgid "No" msgstr "Nej" @@ -7991,11 +8792,11 @@ msgstr "Hem-aviseringar" msgid "Show unread" msgstr "" -#: src/Module/Notifications/Ping.php:245 +#: src/Module/Notifications/Ping.php:246 msgid "{0} requested registration" msgstr "{0} bad om registrering" -#: src/Module/Notifications/Ping.php:254 +#: src/Module/Notifications/Ping.php:255 #, php-format msgid "{0} and %d others requested registration" msgstr "{0} och %d andra bad om registrering" @@ -8014,7 +8815,7 @@ msgstr "Vill du ge den här applikationen åtkomst till dina inlägg och kontakt msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:77 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:78 msgid "Incomplete request data" msgstr "" @@ -8025,11 +8826,11 @@ msgid "" "close this window: %s" msgstr "" -#: src/Module/OAuth/Token.php:82 +#: src/Module/OAuth/Token.php:83 msgid "Invalid data or unknown client" msgstr "" -#: src/Module/OAuth/Token.php:104 +#: src/Module/OAuth/Token.php:108 msgid "Unsupported or missing grant type" msgstr "" @@ -8098,67 +8899,77 @@ msgstr "ignorerades" msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:66 +#: src/Module/PermissionTooltip.php:79 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:89 +#: src/Module/PermissionTooltip.php:94 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:107 +#: src/Module/PermissionTooltip.php:112 msgid "Remote privacy information not available." msgstr "Remote privacy information not available." -#: src/Module/PermissionTooltip.php:116 +#: src/Module/PermissionTooltip.php:120 msgid "Visible to:" msgstr "Synlig för:" -#: src/Module/PermissionTooltip.php:200 +#: src/Module/PermissionTooltip.php:214 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:204 +#: src/Module/PermissionTooltip.php:218 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:223 +#: src/Module/PermissionTooltip.php:237 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:227 +#: src/Module/PermissionTooltip.php:241 #, php-format msgid "To: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:230 +#: src/Module/PermissionTooltip.php:244 #, php-format msgid "CC: %s
    " msgstr "" -#: src/Module/PermissionTooltip.php:233 +#: src/Module/PermissionTooltip.php:247 #, php-format msgid "BCC: %s
    " msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/PermissionTooltip.php:250 +#, php-format +msgid "Audience: %s
    " +msgstr "" + +#: src/Module/PermissionTooltip.php:253 +#, php-format +msgid "Attributed To: %s
    " +msgstr "" + +#: src/Module/Photo.php:130 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:154 +#: src/Module/Photo.php:155 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:191 +#: src/Module/Photo.php:192 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:193 +#: src/Module/Photo.php:194 #, php-format msgid "Invalid photo with id %s." msgstr "" @@ -8171,23 +8982,23 @@ msgstr "" msgid "Edit post" msgstr "Ändra inlägg" -#: src/Module/Post/Edit.php:133 +#: src/Module/Post/Edit.php:136 msgid "web link" msgstr "webblänk" -#: src/Module/Post/Edit.php:134 +#: src/Module/Post/Edit.php:137 msgid "Insert video link" msgstr "Klistra in videolänk" -#: src/Module/Post/Edit.php:135 +#: src/Module/Post/Edit.php:138 msgid "video link" msgstr "videolänk" -#: src/Module/Post/Edit.php:136 +#: src/Module/Post/Edit.php:139 msgid "Insert audio link" msgstr "Klistra in ljudlänk" -#: src/Module/Post/Edit.php:137 +#: src/Module/Post/Edit.php:140 msgid "audio link" msgstr "ljudlänk" @@ -8199,35 +9010,42 @@ msgstr "Ta bort tagg" msgid "Select a tag to remove: " msgstr "Välj vilken tagg som ska tas bort: " -#: src/Module/Post/Tag/Remove.php:108 src/Module/Settings/Delegation.php:178 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Post/Tag/Remove.php:108 +#: src/Module/Settings/TwoFactor/Trusted.php:147 msgid "Remove" msgstr "Ta bort" -#: src/Module/Profile/Contacts.php:156 +#: src/Module/Profile/Contacts.php:159 msgid "No contacts." msgstr "Inga kontakter." #: src/Module/Profile/Conversations.php:106 #: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:351 -#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1026 -#: src/Protocol/OStatus.php:1007 +#: src/Module/Profile/Profile.php:354 src/Protocol/Feed.php:1098 +#: src/Protocol/OStatus.php:1009 #, php-format msgid "%s's timeline" msgstr "" #: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:352 -#: src/Protocol/Feed.php:1030 src/Protocol/OStatus.php:1012 +#: src/Protocol/Feed.php:1102 src/Protocol/OStatus.php:1014 #, php-format msgid "%s's posts" msgstr "" #: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:353 -#: src/Protocol/Feed.php:1033 src/Protocol/OStatus.php:1016 +#: src/Protocol/Feed.php:1105 src/Protocol/OStatus.php:1018 #, php-format msgid "%s's comments" msgstr "" +#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167 +#: src/Module/Profile/Photos.php:194 +#: src/Module/Settings/Profile/Photo/Index.php:60 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Bildstorlek överstiger %s" + #: src/Module/Profile/Photos.php:170 msgid "Image upload didn't complete, please try again" msgstr "Uppladdningen av bilden slutfördes inte, vänligen försök igen." @@ -8246,7 +9064,7 @@ msgstr "Servern kan just nu inte acceptera uppladdning av en ny fil, vänligen k msgid "Image file is empty." msgstr "Bildfilen är tom." -#: src/Module/Profile/Photos.php:376 +#: src/Module/Profile/Photos.php:356 msgid "View Album" msgstr "Titta i album" @@ -8261,7 +9079,7 @@ msgid "" "class=\"btn btn-sm pull-right\">Cancel" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Account.php:576 +#: src/Module/Profile/Profile.php:167 msgid "Full Name:" msgstr "Fullständigt namn:" @@ -8282,12 +9100,12 @@ msgid "Birthday:" msgstr "Födelsedatum:" #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 msgid "Age: " msgstr "Ålder: " #: src/Module/Profile/Profile.php:190 -#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:170 +#: src/Module/Settings/Profile/Index.php:291 src/Util/Temporal.php:170 #, php-format msgid "%d year old" msgid_plural "%d years old" @@ -8295,12 +9113,12 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Profile/Profile.php:195 -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:284 msgid "Description:" msgstr "Beskrivning:" #: src/Module/Profile/Profile.php:261 -msgid "Forums:" +msgid "Groups:" msgstr "" #: src/Module/Profile/Profile.php:273 @@ -8362,15 +9180,15 @@ msgid "" "content from anonymous visitors." msgstr "" -#: src/Module/Profile/Schedule.php:84 +#: src/Module/Profile/Schedule.php:83 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Remove post" msgstr "" @@ -8391,22 +9209,22 @@ msgstr "" msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "" -#: src/Module/Profile/UnkMail.php:153 +#: src/Module/Profile/UnkMail.php:152 #, 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 "" -#: src/Module/Profile/UnkMail.php:161 +#: src/Module/Profile/UnkMail.php:160 msgid "To" msgstr "" -#: src/Module/Profile/UnkMail.php:162 +#: src/Module/Profile/UnkMail.php:161 msgid "Subject" msgstr "" -#: src/Module/Profile/UnkMail.php:163 +#: src/Module/Profile/UnkMail.php:162 msgid "Your message" msgstr "" @@ -8457,7 +9275,7 @@ msgid "Your invitation code: " msgstr "" #: src/Module/Register.php:158 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgid "Your Display Name (as you would like it to be displayed on this system" msgstr "" #: src/Module/Register.php:159 @@ -8470,8 +9288,8 @@ msgstr "" msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:567 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:547 msgid "New Password:" msgstr "Nytt lösenord" @@ -8479,8 +9297,8 @@ msgstr "Nytt lösenord" msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:102 -#: src/Module/Settings/Account.php:568 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:101 +#: src/Module/Settings/Account.php:548 msgid "Confirm:" msgstr "Bekräfta (repetera):" @@ -8507,11 +9325,11 @@ msgstr "Importera din profil till den här friendica-instansen" msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:181 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" @@ -8602,45 +9420,45 @@ msgstr "" msgid "Create a New Account" msgstr "Skapa nytt konto" -#: src/Module/Security/Login.php:143 +#: src/Module/Security/Login.php:142 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:146 +#: src/Module/Security/Login.php:145 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:148 +#: src/Module/Security/Login.php:147 msgid "Or login using OpenID: " msgstr "eller logga in genom att använda OpenID:" -#: src/Module/Security/Login.php:162 +#: src/Module/Security/Login.php:161 msgid "Password: " msgstr "Lösenord: " -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Remember me" msgstr "Kom ihåg mig" -#: src/Module/Security/Login.php:172 +#: src/Module/Security/Login.php:171 msgid "Forgot your password?" msgstr "Har du glömt lösenordet?" -#: src/Module/Security/Login.php:175 +#: src/Module/Security/Login.php:174 msgid "Website Terms of Service" msgstr "" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "terms of service" msgstr "användarvillkor" -#: src/Module/Security/Login.php:178 +#: src/Module/Security/Login.php:177 msgid "Website Privacy Policy" msgstr "Integritetspolicy för hemsidan" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "privacy policy" msgstr "integritetspolicy" @@ -8697,25 +9515,25 @@ msgstr "" msgid "Update Password" msgstr "" -#: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:569 +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 msgid "Current Password:" msgstr "Nuvarande lösenord:" -#: src/Module/Security/PasswordTooLong.php:100 -#: src/Module/Settings/Account.php:569 +#: src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:549 msgid "Your current password to confirm the changes" msgstr "Ditt nuvarande lösenord för att bekräfta ändringar" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:552 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:533 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces and accentuated letters." msgstr "" -#: src/Module/Security/PasswordTooLong.php:101 -#: src/Module/Settings/Account.php:553 +#: src/Module/Security/PasswordTooLong.php:100 +#: src/Module/Settings/Account.php:534 msgid "Password length is limited to 72 characters." msgstr "" @@ -8726,7 +9544,7 @@ msgstr "" #: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:98 msgid "Invalid code, please retry." msgstr "" @@ -8811,7 +9629,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:158 msgid "Please enter a code from your authentication app" msgstr "" @@ -8839,99 +9657,99 @@ msgstr "Ogiltig e-postadress." msgid "Cannot change to that email." msgstr "Kan inte byta till den e-postadressen." -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:198 -#: src/Module/Settings/Account.php:218 src/Module/Settings/Account.php:302 -#: src/Module/Settings/Account.php:351 +#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:199 +#: src/Module/Settings/Account.php:220 src/Module/Settings/Account.php:304 +#: src/Module/Settings/Account.php:331 msgid "Settings were not updated." msgstr "Inställningarna uppdaterades inte." -#: src/Module/Settings/Account.php:363 +#: src/Module/Settings/Account.php:344 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:382 +#: src/Module/Settings/Account.php:363 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:395 +#: src/Module/Settings/Account.php:376 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:412 +#: src/Module/Settings/Account.php:393 msgid "Unable to find your profile. Please contact your admin." msgstr "Kunde inte hitta din profil. Vänligen kontakta din admin." -#: src/Module/Settings/Account.php:454 +#: src/Module/Settings/Account.php:435 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:455 -msgid "Community Forum Subtypes" +#: src/Module/Settings/Account.php:436 +msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:465 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "Konto för personlig profil." -#: src/Module/Settings/Account.php:472 +#: src/Module/Settings/Account.php:453 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:479 +#: src/Module/Settings/Account.php:460 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:486 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:493 +#: src/Module/Settings/Account.php:474 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:500 +#: src/Module/Settings/Account.php:481 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:507 +#: src/Module/Settings/Account.php:488 msgid "Automatically approves all contact requests." msgstr "Godkänner automatiskt alla kontaktförfrågningar." -#: src/Module/Settings/Account.php:514 +#: src/Module/Settings/Account.php:495 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:519 -msgid "Private Forum [Experimental]" -msgstr "Privat forum [Experimentiell]" +#: src/Module/Settings/Account.php:500 +msgid "Private Group [Experimental]" +msgstr "" -#: src/Module/Settings/Account.php:521 +#: src/Module/Settings/Account.php:502 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "OpenID:" msgstr "OpenID:" -#: src/Module/Settings/Account.php:530 +#: src/Module/Settings/Account.php:511 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Valfritt) Tillåt detta OpenID för att logga in till det här kontot." -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:538 +#: src/Module/Settings/Account.php:519 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8939,89 +9757,94 @@ msgid "" " system settings." msgstr "" -#: src/Module/Settings/Account.php:544 +#: src/Module/Settings/Account.php:525 #, php-format msgid "" "Your profile will also be published in the global friendica directories " "(e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:538 msgid "Account Settings" msgstr "Kontoinställningar" -#: src/Module/Settings/Account.php:558 +#: src/Module/Settings/Account.php:539 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:566 +#: src/Module/Settings/Account.php:546 msgid "Password Settings" msgstr "Lösenordsinställningar" -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:548 msgid "Leave password fields blank unless changing" msgstr "Lämna fältet tomt om du inte vill byta lösenord" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:550 msgid "Password:" msgstr "Lösenord:" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:550 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:573 +#: src/Module/Settings/Account.php:553 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:575 +#: src/Module/Settings/Account.php:555 msgid "Basic Settings" msgstr "Grundläggande inställningar" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Profile/Index.php:283 +msgid "Display name:" +msgstr "" + +#: src/Module/Settings/Account.php:557 msgid "Email Address:" msgstr "E-postadress:" -#: src/Module/Settings/Account.php:578 +#: src/Module/Settings/Account.php:558 msgid "Your Timezone:" msgstr "Tidszon:" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:559 msgid "Your Language:" msgstr "Ditt språk:" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:559 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:560 msgid "Default Post Location:" msgstr "Default Post Location:" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:561 msgid "Use Browser Location:" msgstr "Använd webbläsarens positionering:" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:563 msgid "Security and Privacy Settings" msgstr "Inställningar för säkerhet och sekretess" -#: src/Module/Settings/Account.php:585 +#: src/Module/Settings/Account.php:565 msgid "Maximum Friend Requests/Day:" msgstr "Maximalt antal kontaktförfrågningar per dygn:" -#: src/Module/Settings/Account.php:585 src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:565 src/Module/Settings/Account.php:575 msgid "(to prevent spam abuse)" msgstr "(för att motverka spam)" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:567 msgid "Allow your profile to be searchable globally?" msgstr "Tillåta att din profil ska vara sökbar globalt?" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:567 msgid "" "Activate this setting if you want others to easily find and follow you. Your" " profile will be searchable on remote systems. This setting also determines " @@ -9029,43 +9852,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:568 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:588 +#: src/Module/Settings/Account.php:568 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:569 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:569 msgid "" "Anonymous visitors will only see your basic profile details. Your public " "posts and replies will still be freely accessible on the remote servers of " "your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:570 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:570 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:571 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:571 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9073,233 +9896,241 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:572 msgid "Allow friends to post to your profile page?" msgstr "Tillåta vänner att göra inlägg på din profilsida?" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:572 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:573 msgid "Allow friends to tag your posts?" msgstr "Tillåt vänner att tagga dina inlägg?" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:573 msgid "Your contacts can add additional tags to your posts." msgstr "Dina kontakter kan lägga till ytterligare taggar till dina inlägg." -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:574 msgid "Permit unknown people to send you private mail?" msgstr "Ge okända personer tillstånd att skicka privata mail till dig?" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:574 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "" -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:575 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:576 +msgid "Default privacy circle for new contacts" +msgstr "" + +#: src/Module/Settings/Account.php:577 +msgid "Default privacy circle for new group contacts" +msgstr "" + +#: src/Module/Settings/Account.php:578 msgid "Default Post Permissions" msgstr "Standardåtkomst för inlägg" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:582 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:583 msgid "Automatically expire posts after this many days:" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:583 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:584 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:584 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:585 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:585 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:586 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:586 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:587 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:587 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:590 msgid "Notification Settings" msgstr "Aviseringsinställningar" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:591 msgid "Send a notification email when:" msgstr "Skicka ett aviseringsmail när:" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:592 msgid "You receive an introduction" msgstr "En kontaktförfrågan anländer" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:593 msgid "Your introductions are confirmed" msgstr "Dina förfrågningar godkänns" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:594 msgid "Someone writes on your profile wall" msgstr "Någon gör inlägg på din profilsida" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:595 msgid "Someone writes a followup comment" msgstr "Någon gör ett inlägg i samma tråd som du" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:596 msgid "You receive a private message" msgstr "Du får personliga meddelanden" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:597 msgid "You receive a friend suggestion" msgstr "Du tar emot ett vän-förslag" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:598 msgid "You are tagged in a post" msgstr "Du är taggad i ett inlägg" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:600 msgid "Create a desktop notification when:" msgstr "Skapa en skrivbordsavisering när:" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:601 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:602 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:603 msgid "Someone liked your content" msgstr "Någon gillade ditt innehåll" -#: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:603 src/Module/Settings/Account.php:604 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:604 msgid "Someone shared your content" msgstr "Någon delade ditt innehåll" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:605 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:606 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:607 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:609 msgid "Activate desktop notifications" msgstr "Aktivera skrivbordsaviseringar" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:609 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:613 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:634 +#: src/Module/Settings/Account.php:615 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:619 msgid "Show detailled notifications" msgstr "Visa detaljerade aviseringar" -#: src/Module/Settings/Account.php:640 +#: src/Module/Settings/Account.php:621 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:625 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:646 +#: src/Module/Settings/Account.php:627 msgid "" "You don't see posts from ignored contacts. But you still see their comments." " This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:649 +#: src/Module/Settings/Account.php:630 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:631 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:634 msgid "Import Contacts" msgstr "Importera kontakter" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:635 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:636 msgid "Upload File" msgstr "Ladda upp fil" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:639 msgid "Relocate" msgstr "Omlokalisera" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:640 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 "Om du har flyttat den här profilen från en annan server och några av dina kontakter inte får dina uppdateringar, försök att trycka på den här knappen." -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:641 msgid "Resend relocate message to contacts" msgstr "" @@ -9311,73 +10142,186 @@ msgstr "Inställningar för Tillägg" msgid "No Addon settings configured" msgstr "Inga inställningar för Tillägg har gjorts" -#: src/Module/Settings/Connectors.php:119 +#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147 +#: src/Module/Settings/Display.php:338 +msgid "Label" +msgstr "" + +#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Display.php:339 +#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +msgid "Description" +msgstr "" + +#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149 +msgid "Access Key" +msgstr "" + +#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150 +msgid "Circle/Channel" +msgstr "" + +#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151 +msgid "Include Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152 +msgid "Exclude Tags" +msgstr "" + +#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153 +msgid "Full Text Search" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Delete channel" +msgstr "" + +#: src/Module/Settings/Channels.php:141 +msgid "Check to delete this entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:147 +msgid "Short name for the channel. It is displayed on the channels widget." +msgstr "" + +#: src/Module/Settings/Channels.php:148 +msgid "This should describe the content of the channel in a few word." +msgstr "" + +#: src/Module/Settings/Channels.php:149 +msgid "" +"When you want to access this channel via an access key, you can define it " +"here. Pay attention to not use an already used one." +msgstr "" + +#: src/Module/Settings/Channels.php:150 +msgid "Select a circle or channel, that your channel should be based on." +msgstr "" + +#: src/Module/Settings/Channels.php:151 +msgid "" +"Comma separated list of tags. A post will be used when it contains any of " +"the listed tags." +msgstr "" + +#: src/Module/Settings/Channels.php:152 +msgid "" +"Comma separated list of tags. If a post contain any of these tags, then it " +"will not be part of nthis channel." +msgstr "" + +#: src/Module/Settings/Channels.php:153 +#, php-format +msgid "" +"Search terms for the body, supports the \"boolean mode\" operators from " +"MariaDB. See the help for a complete list of operators and additional " +"keywords: %s" +msgstr "" + +#: src/Module/Settings/Channels.php:154 +msgid "Check to display images in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:155 +msgid "Check to display videos in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:156 +msgid "Check to display audio in the channel." +msgstr "" + +#: src/Module/Settings/Channels.php:159 +msgid "This page can be used to define your own channels." +msgstr "" + +#: src/Module/Settings/Channels.php:160 +msgid "Add new entry to the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:161 +msgid "Add" +msgstr "Lägg till" + +#: src/Module/Settings/Channels.php:163 +msgid "Current Entries in the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:166 +msgid "Delete entry from the channel list" +msgstr "" + +#: src/Module/Settings/Channels.php:167 +msgid "Delete entry from the channel list?" +msgstr "" + +#: src/Module/Settings/Connectors.php:120 msgid "Failed to connect with email account using the settings provided." msgstr "Kunde inte ansluta till e-postkontot med aktuella inställningar" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:165 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:167 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "Diaspora (Socialhome, Hubzilla)" -#: src/Module/Settings/Connectors.php:164 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:166 +#: src/Module/Settings/Connectors.php:170 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:165 #: src/Module/Settings/Connectors.php:167 +#: src/Module/Settings/Connectors.php:169 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:167 -#: src/Module/Settings/Connectors.php:168 +#: src/Module/Settings/Connectors.php:169 +#: src/Module/Settings/Connectors.php:170 msgid "OStatus (GNU Social)" msgstr "OStatus (GNU Social)" -#: src/Module/Settings/Connectors.php:180 +#: src/Module/Settings/Connectors.php:182 msgid "Email access is disabled on this site." msgstr "E-poståtkomst är inaktiverat på den här sidan." -#: src/Module/Settings/Connectors.php:195 -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:197 +#: src/Module/Settings/Connectors.php:244 msgid "None" msgstr "Ingen" -#: src/Module/Settings/Connectors.php:207 +#: src/Module/Settings/Connectors.php:209 msgid "General Social Media Settings" msgstr "Generella inställningar för sociala medier" -#: src/Module/Settings/Connectors.php:210 +#: src/Module/Settings/Connectors.php:212 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:212 +#: src/Module/Settings/Connectors.php:214 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:214 +#: src/Module/Settings/Connectors.php:216 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:215 +#: src/Module/Settings/Connectors.php:217 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:216 +#: src/Module/Settings/Connectors.php:218 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "Enable Content Warning" msgstr "Aktivera innehållsvarning" -#: src/Module/Settings/Connectors.php:219 +#: src/Module/Settings/Connectors.php:221 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning" " field which collapse their post by default. This enables the automatic " @@ -9385,334 +10329,378 @@ msgid "" " affect any other content filtering you eventually set up." msgstr "" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "Enable intelligent shortening" msgstr "Aktivera intelligent förkortning" -#: src/Module/Settings/Connectors.php:220 +#: src/Module/Settings/Connectors.php:222 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:223 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character " "limit." msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:222 +#: src/Module/Settings/Connectors.php:224 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" " share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:225 msgid "" "When activated, the \"spoiler_text\" field in the API will be used for the " "title on standalone posts. When deactivated it will be used for spoiler " "text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:226 +msgid "API: Automatically links at the end of the post as attached posts" +msgstr "" + +#: src/Module/Settings/Connectors.php:226 +msgid "" +"When activated, added links at the end of the post react the same way as " +"added links in the web interface." +msgstr "" + +#: src/Module/Settings/Connectors.php:227 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:224 +#: src/Module/Settings/Connectors.php:227 msgid "" "If you enter your old account name from an ActivityPub based system or your " "GNU Social/Statusnet account name here (in the format user@domain.tld), your" " contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:229 msgid "Repair OStatus subscriptions" msgstr "Reparera OStatus-prenumerationer" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:233 msgid "Email/Mailbox Setup" msgstr "" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:234 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "För att kommunicera via e-post med denna tjänst (valfritt), vänligen ange anslutningssätt till ditt e-postkonto." -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:235 msgid "Last successful email check:" msgstr "" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:237 msgid "IMAP server name:" msgstr "Namn på IMAP-server:" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:238 msgid "IMAP port:" msgstr "Port för IMAP:" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:239 msgid "Security:" msgstr "Säkerhet:" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:240 msgid "Email login name:" msgstr "Inloggningsnamn för e-post:" -#: src/Module/Settings/Connectors.php:238 +#: src/Module/Settings/Connectors.php:241 msgid "Email password:" msgstr "Lösenord för e-post:" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:242 msgid "Reply-to address:" msgstr "Svara till-adress:" -#: src/Module/Settings/Connectors.php:240 +#: src/Module/Settings/Connectors.php:243 msgid "Send public posts to all email contacts:" msgstr "Skicka publika inlägg till alla e-postkontakter:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Action after import:" msgstr "Åtgärd efter importering:" -#: src/Module/Settings/Connectors.php:241 +#: src/Module/Settings/Connectors.php:244 msgid "Move to folder" msgstr "Flytta till mapp" -#: src/Module/Settings/Connectors.php:242 +#: src/Module/Settings/Connectors.php:245 msgid "Move to folder:" msgstr "Flytta till mapp:" -#: src/Module/Settings/Delegation.php:52 +#: src/Module/Settings/Delegation.php:73 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:54 +#: src/Module/Settings/Delegation.php:75 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:58 +#: src/Module/Settings/Delegation.php:79 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:80 -#: src/Module/Settings/Delegation.php:102 +#: src/Module/Settings/Delegation.php:98 +#: src/Module/Settings/Delegation.php:120 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:94 +#: src/Module/Settings/Delegation.php:112 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:142 +#: src/Module/Settings/Delegation.php:169 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:153 -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:191 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:161 +#: src/Module/Settings/Delegation.php:188 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:189 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:190 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:167 +#: src/Module/Settings/Delegation.php:192 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:171 +#: src/Module/Settings/Delegation.php:195 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:173 +#: src/Module/Settings/Delegation.php:196 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:174 +#: src/Module/Settings/Delegation.php:197 msgid "Existing Page Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:176 +#: src/Module/Settings/Delegation.php:198 msgid "Potential Delegates" msgstr "Potentiella delegater" -#: src/Module/Settings/Delegation.php:179 -msgid "Add" -msgstr "Lägg till" - -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:199 msgid "No entries." msgstr "Inga poster." -#: src/Module/Settings/Display.php:137 +#: src/Module/Settings/Display.php:183 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:177 +#: src/Module/Settings/Display.php:223 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:260 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:261 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:214 +#: src/Module/Settings/Display.php:262 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:215 +#: src/Module/Settings/Display.php:263 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:246 +#: src/Module/Settings/Display.php:308 msgid "Display Settings" msgstr "Skärm-inställningar" -#: src/Module/Settings/Display.php:248 +#: src/Module/Settings/Display.php:310 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:249 +#: src/Module/Settings/Display.php:311 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:250 +#: src/Module/Settings/Display.php:312 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:251 view/theme/duepuntozero/config.php:86 +#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 #: view/theme/frio/config.php:172 view/theme/quattro/config.php:88 #: view/theme/vier/config.php:136 msgid "Theme settings" msgstr "Tema-inställningar" -#: src/Module/Settings/Display.php:258 +#: src/Module/Settings/Display.php:314 +msgid "Timelines" +msgstr "" + +#: src/Module/Settings/Display.php:321 msgid "Display Theme:" msgstr "Tema/utseende:" -#: src/Module/Settings/Display.php:259 +#: src/Module/Settings/Display.php:322 msgid "Mobile Theme:" msgstr "Mobil-tema:" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:325 msgid "Number of items to display per page:" msgstr "Antalet objekt att visa per sida:" -#: src/Module/Settings/Display.php:262 src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 msgid "Maximum of 100 items" msgstr "Maximalt 100 objekt" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:326 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:327 msgid "Update browser every xx seconds" msgstr "Uppdatera webbläsaren var xx sekunder" -#: src/Module/Settings/Display.php:264 +#: src/Module/Settings/Display.php:327 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:328 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:265 +#: src/Module/Settings/Display.php:328 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:329 msgid "Infinite scroll" msgstr "Oändlig skroll" -#: src/Module/Settings/Display.php:266 +#: src/Module/Settings/Display.php:329 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:330 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:267 +#: src/Module/Settings/Display.php:330 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:331 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:268 +#: src/Module/Settings/Display.php:331 msgid "" "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:332 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:269 +#: src/Module/Settings/Display.php:332 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:333 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:270 +#: src/Module/Settings/Display.php:333 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:334 +msgid "Show the post deletion checkbox" +msgstr "" + +#: src/Module/Settings/Display.php:334 +msgid "Display the checkbox for the post deletion on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "DIsplay the event list" +msgstr "" + +#: src/Module/Settings/Display.php:335 +msgid "Display the birthday reminder and event list on the network page." +msgstr "" + +#: src/Module/Settings/Display.php:336 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:271 +#: src/Module/Settings/Display.php:336 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:273 +#: src/Module/Settings/Display.php:341 +msgid "Bookmark" +msgstr "" + +#: src/Module/Settings/Display.php:343 +msgid "" +"Enable timelines that you want to see in the channels widget. Bookmark " +"timelines that you want to see in the top menu." +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Channel languages:" +msgstr "" + +#: src/Module/Settings/Display.php:345 +msgid "Select all languages that you want to see in your channels." +msgstr "" + +#: src/Module/Settings/Display.php:347 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:274 +#: src/Module/Settings/Display.php:348 msgid "Default calendar view:" msgstr "" @@ -9720,168 +10708,164 @@ msgstr "" msgid "Additional Features" msgstr "Ytterligare funktioner" -#: src/Module/Settings/OAuth.php:72 +#: src/Module/Settings/OAuth.php:71 msgid "Connected Apps" msgstr "Anslutna appar" -#: src/Module/Settings/OAuth.php:76 +#: src/Module/Settings/OAuth.php:75 msgid "Remove authorization" msgstr "Ta bort autentisering" -#: src/Module/Settings/Profile/Index.php:84 -msgid "Profile Name is required." -msgstr "Profilen måste ha ett namn." +#: src/Module/Settings/Profile/Index.php:116 +msgid "Display Name is required." +msgstr "" -#: src/Module/Settings/Profile/Index.php:134 +#: src/Module/Settings/Profile/Index.php:167 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:175 -#: src/Module/Settings/Profile/Index.php:195 +#: src/Module/Settings/Profile/Index.php:205 +#: src/Module/Settings/Profile/Index.php:226 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:176 -#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:227 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:186 -#: src/Module/Settings/Profile/Index.php:206 +#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:238 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:187 -#: src/Module/Settings/Profile/Index.php:207 +#: src/Module/Settings/Profile/Index.php:218 +#: src/Module/Settings/Profile/Index.php:239 msgid "(click to open/close)" msgstr "(klicka för att öppna/stänga)" -#: src/Module/Settings/Profile/Index.php:193 +#: src/Module/Settings/Profile/Index.php:224 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:217 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The homepage is verified. A rel=\"me\" link back to your Friendica profile " "page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:219 +#: src/Module/Settings/Profile/Index.php:249 #, php-format msgid "" "To verify your homepage, add a rel=\"me\" link to it, pointing to your " "profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:255 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:256 msgid "Edit Profile Details" msgstr "Ändra profilen" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:258 msgid "Change Profile Photo" msgstr "Byt profilfoto" -#: src/Module/Settings/Profile/Index.php:237 +#: src/Module/Settings/Profile/Index.php:261 msgid "Profile picture" msgstr "Profilbild" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:262 msgid "Location" msgstr "Plats" -#: src/Module/Settings/Profile/Index.php:239 src/Util/Temporal.php:97 +#: src/Module/Settings/Profile/Index.php:263 src/Util/Temporal.php:97 #: src/Util/Temporal.php:99 msgid "Miscellaneous" msgstr "Blandat" -#: src/Module/Settings/Profile/Index.php:240 +#: src/Module/Settings/Profile/Index.php:264 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:265 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "Ladda upp profilbild" -#: src/Module/Settings/Profile/Index.php:246 -msgid "Display name:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:249 -msgid "Street Address:" -msgstr "Gatuadress:" - -#: src/Module/Settings/Profile/Index.php:250 -msgid "Locality/City:" -msgstr "Plats/Stad:" - -#: src/Module/Settings/Profile/Index.php:251 -msgid "Region/State:" -msgstr "Region:" - -#: src/Module/Settings/Profile/Index.php:252 -msgid "Postal/Zip Code:" -msgstr "Postnummer:" - -#: src/Module/Settings/Profile/Index.php:253 -msgid "Country:" -msgstr "Land:" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:255 -msgid "" -"The XMPP address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "Matrix (Element) address:" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:256 -msgid "" -"The Matrix address will be published so that people can follow you there." -msgstr "" - -#: src/Module/Settings/Profile/Index.php:257 -msgid "Homepage URL:" -msgstr "Hemsida: (URL)" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "Public Keywords:" -msgstr "Offentliga nyckelord:" - -#: src/Module/Settings/Profile/Index.php:258 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Obs, synliga för andra. Används för att föreslå potentiella vänner.)" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "Private Keywords:" -msgstr "Privata nyckelord:" - -#: src/Module/Settings/Profile/Index.php:259 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Obs, kan ge sökträffar vid sökning av profiler. Visas annars inte för andra.)" - -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:266 #, php-format msgid "" "

    Custom fields appear on your profile page.

    \n" "\t\t\t\t

    You can use BBCodes in the field values.

    \n" "\t\t\t\t

    Reorder by dragging the field title.

    \n" "\t\t\t\t

    Empty the label field to remove a custom field.

    \n" -"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

    " +"\t\t\t\t

    Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.

    " msgstr "" +#: src/Module/Settings/Profile/Index.php:286 +msgid "Street Address:" +msgstr "Gatuadress:" + +#: src/Module/Settings/Profile/Index.php:287 +msgid "Locality/City:" +msgstr "Plats/Stad:" + +#: src/Module/Settings/Profile/Index.php:288 +msgid "Region/State:" +msgstr "Region:" + +#: src/Module/Settings/Profile/Index.php:289 +msgid "Postal/Zip Code:" +msgstr "Postnummer:" + +#: src/Module/Settings/Profile/Index.php:290 +msgid "Country:" +msgstr "Land:" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:292 +msgid "" +"The XMPP address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "Matrix (Element) address:" +msgstr "" + +#: src/Module/Settings/Profile/Index.php:293 +msgid "" +"The Matrix address will be published so that people can follow you there." +msgstr "" + +#: src/Module/Settings/Profile/Index.php:294 +msgid "Homepage URL:" +msgstr "Hemsida: (URL)" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "Public Keywords:" +msgstr "Offentliga nyckelord:" + +#: src/Module/Settings/Profile/Index.php:295 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Obs, synliga för andra. Används för att föreslå potentiella vänner.)" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "Private Keywords:" +msgstr "Privata nyckelord:" + +#: src/Module/Settings/Profile/Index.php:296 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Obs, kan ge sökträffar vid sökning av profiler. Visas annars inte för andra.)" + #: src/Module/Settings/Profile/Photo/Crop.php:107 #: src/Module/Settings/Profile/Photo/Crop.php:125 #: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:101 +#: src/Module/Settings/Profile/Photo/Index.php:102 #, php-format msgid "Image size reduction [%s] failed." msgstr "" @@ -9917,257 +10901,299 @@ msgstr "Välj hur bilden ska beskäras för att bli så bra som möjligt." msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:45 +#: src/Module/Settings/Profile/Photo/Index.php:46 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:132 +#: src/Module/Settings/Profile/Photo/Index.php:133 msgid "or" msgstr "eller" -#: src/Module/Settings/Profile/Photo/Index.php:134 +#: src/Module/Settings/Profile/Photo/Index.php:135 msgid "skip this step" msgstr "hoppa över det här steget" -#: src/Module/Settings/Profile/Photo/Index.php:136 +#: src/Module/Settings/Profile/Photo/Index.php:137 msgid "select a photo from your photo albums" msgstr "välj en bild från ett album" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:76 +msgid "" +"There was a validation error, please make sure you're logged in with the " +"account you want to remove and try again." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:76 +msgid "If this error persists, please contact your administrator." +msgstr "" + +#: src/Module/Settings/RemoveMe.php:90 #: src/Navigation/Notifications/Repository/Notify.php:471 #: src/Navigation/Notifications/Repository/Notify.php:492 msgid "[Friendica System Notify]" msgstr "[System-avisering för Friendica]" -#: src/Module/Settings/RemoveMe.php:94 +#: src/Module/Settings/RemoveMe.php:90 msgid "User deleted their account" msgstr "Användaren tog bort sitt konto" -#: src/Module/Settings/RemoveMe.php:95 +#: src/Module/Settings/RemoveMe.php:91 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "" -#: src/Module/Settings/RemoveMe.php:96 +#: src/Module/Settings/RemoveMe.php:92 #, php-format msgid "The user id is %d" msgstr "ID för användaren är %d" -#: src/Module/Settings/RemoveMe.php:108 -msgid "Your user account has been successfully removed. Bye bye!" +#: src/Module/Settings/RemoveMe.php:105 +msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:128 +#: src/Module/Settings/RemoveMe.php:130 msgid "Remove My Account" msgstr "Ta bort mitt konto" -#: src/Module/Settings/RemoveMe.php:129 +#: src/Module/Settings/RemoveMe.php:131 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "Detta kommer att ta bort kontot helt och hållet. Efter att det är gjort går det inte att återställa." -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:136 msgid "Please enter your password for verification:" msgstr "Ange lösenordet igen för säkerhets skull:" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/Server/Action.php:60 +msgid "Do you want to ignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:64 +msgid "Do you want to unignore this server?" +msgstr "" + +#: src/Module/Settings/Server/Action.php:74 +#: src/Module/Settings/Server/Index.php:104 +msgid "Remote server settings" +msgstr "" + +#: src/Module/Settings/Server/Action.php:77 +msgid "Server URL" +msgstr "" + +#: src/Module/Settings/Server/Index.php:78 +msgid "Settings saved" +msgstr "" + +#: src/Module/Settings/Server/Index.php:105 +msgid "" +"Here you can find all the remote servers you have taken individual " +"moderation actions against. For a list of servers your node has blocked, " +"please check out the Information page." +msgstr "" + +#: src/Module/Settings/Server/Index.php:110 +msgid "Delete all your settings for the remote server" +msgstr "" + +#: src/Module/Settings/Server/Index.php:111 +msgid "Save changes" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:69 +#: src/Module/Settings/TwoFactor/Recovery.php:67 +#: src/Module/Settings/TwoFactor/Trusted.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:72 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:87 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:94 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 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:134 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:138 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:143 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:144 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:145 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:146 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:68 +#: src/Module/Settings/TwoFactor/Index.php:88 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:120 +#: src/Module/Settings/TwoFactor/Index.php:141 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:124 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "

    You haven't finished configuring your authenticator app.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "

    Your authenticator app is correctly configured.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:129 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:132 +#: src/Module/Settings/TwoFactor/Index.php:153 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:134 +#: src/Module/Settings/TwoFactor/Index.php:155 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:156 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:137 +#: src/Module/Settings/TwoFactor/Index.php:158 msgid "" "

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

    " msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:161 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:162 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:163 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:164 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:165 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:166 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:167 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:83 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:111 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 " @@ -10176,68 +11202,68 @@ msgid "" "account.

    " msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:113 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:111 +#: src/Module/Settings/TwoFactor/Recovery.php:114 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:116 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:87 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:97 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it" " can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:145 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:146 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:148 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:128 #, php-format msgid "" "

    Or you can submit the authentication settings manually:

    \n" @@ -10257,24 +11283,24 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:148 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:150 msgid "" "

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

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

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

    %s

    " msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:159 msgid "Verify code and enable two-factor authentication" msgstr "" @@ -10309,20 +11335,41 @@ msgid "" " e.g. Mastodon." msgstr "" +#: src/Module/Special/DisplayNotFound.php:35 +msgid "The top-level post isn't visible." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:36 +msgid "The top-level post was deleted." +msgstr "" + #: src/Module/Special/DisplayNotFound.php:37 -msgid "Not Found" +msgid "" +"This node has blocked the top-level author or the author of the shared post." msgstr "" #: src/Module/Special/DisplayNotFound.php:38 msgid "" -"

    Unfortunately, the requested conversation isn't available to you.

    \n" -"

    Possible reasons include:

    \n" -"
      \n" -"\t
    • The top-level post isn't visible.
    • \n" -"\t
    • The top-level post was deleted.
    • \n" -"\t
    • The node has blocked the top-level author or the author of the shared post.
    • \n" -"\t
    • You have ignored or blocked the top-level author or the author of the shared post.
    • \n" -"
    " +"You have ignored or blocked the top-level author or the author of the shared" +" post." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:39 +msgid "" +"You have ignored the top-level author's server or the shared post author's " +"server." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:45 +msgid "Conversation Not Found" +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:46 +msgid "Unfortunately, the requested conversation isn't available to you." +msgstr "" + +#: src/Module/Special/DisplayNotFound.php:47 +msgid "Possible reasons include:" msgstr "" #: src/Module/Special/HTTPException.php:78 @@ -10334,7 +11381,7 @@ msgstr "" msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:57 src/Module/Tos.php:106 +#: src/Module/Tos.php:58 src/Module/Tos.php:107 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" @@ -10347,14 +11394,14 @@ msgid "" "settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:59 src/Module/Tos.php:108 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:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:60 src/Module/Tos.php:109 #, php-format msgid "" "At any point in time a logged in user can export their account data from the" @@ -10365,11 +11412,11 @@ msgid "" "from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:62 src/Module/Tos.php:105 +#: src/Module/Tos.php:63 src/Module/Tos.php:106 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:102 +#: src/Module/Tos.php:103 msgid "Rules" msgstr "" @@ -10377,6 +11424,33 @@ msgstr "" msgid "Parameter uri_id is missing." msgstr "" +#: src/Module/Update/Display.php:55 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + +#: src/Module/User/Delegation.php:146 +#, php-format +msgid "You are now logged in as %s" +msgstr "Du är nu inloggad som %s" + +#: src/Module/User/Delegation.php:185 +msgid "Switch between your accounts" +msgstr "Växla mellan dina konton" + +#: src/Module/User/Delegation.php:186 +msgid "Manage your accounts" +msgstr "Hantera dina konton" + +#: src/Module/User/Delegation.php:187 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: src/Module/User/Delegation.php:188 +msgid "Select an identity to manage: " +msgstr "Välj vilken identitet du vill hantera: " + #: src/Module/User/Import.php:103 msgid "User imports on closed servers can only be done by an administrator." msgstr "" @@ -10425,22 +11499,22 @@ msgstr "" msgid "User '%s' already exists on this server!" msgstr "Användaren '%s' existerar redan i den här servern!" -#: src/Module/User/Import.php:263 +#: src/Module/User/Import.php:267 msgid "User creation error" msgstr "Fel uppstod när användaren skulle skapas" -#: src/Module/User/Import.php:312 +#: src/Module/User/Import.php:316 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "%d kontakt importerades inte" msgstr[1] "%d kontakterna importerades inte" -#: src/Module/User/Import.php:361 +#: src/Module/User/Import.php:365 msgid "User profile creation error" msgstr "" -#: src/Module/User/Import.php:412 +#: src/Module/User/Import.php:416 msgid "Done. You can now login with your username and password" msgstr "Färdig. Du kan nu logga in med ditt användarnamn och lösenord" @@ -10574,14 +11648,14 @@ msgid "" msgstr "" #: src/Module/Welcome.php:77 -msgid "Group Your Contacts" -msgstr "Gruppera dina kontakter" +msgid "Add Your Contacts To Circle" +msgstr "" #: src/Module/Welcome.php:78 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." +"circles from the sidebar of your Contacts page and then you can interact " +"with each circle privately on your Network page." msgstr "" #: src/Module/Welcome.php:80 @@ -10796,7 +11870,7 @@ msgid "%1$s commented on your thread %2$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:752 +#: src/Navigation/Notifications/Repository/Notify.php:754 msgid "[Friendica:Notify]" msgstr "" @@ -10840,7 +11914,7 @@ msgid "%1$s commented on their %2$s %3$s" msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:786 +#: src/Navigation/Notifications/Repository/Notify.php:788 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" @@ -10852,7 +11926,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:347 #: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:812 +#: src/Navigation/Notifications/Repository/Notify.php:814 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" @@ -11017,7 +12091,7 @@ msgstr "" #: src/Navigation/Notifications/Repository/Notify.php:500 #, php-format msgid "" -"Full Name:\t%s\n" +"Display Name:\t%s\n" "Site Location:\t%s\n" "Login Name:\t%s (%s)" msgstr "" @@ -11046,22 +12120,22 @@ msgstr "" msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:780 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:783 +#: src/Navigation/Notifications/Repository/Notify.php:785 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:791 +#: src/Navigation/Notifications/Repository/Notify.php:793 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:794 +#: src/Navigation/Notifications/Repository/Notify.php:796 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" @@ -11089,272 +12163,308 @@ msgstr "Kontakta avsändaren genom att svara på det här meddelandet om du inte msgid "%s posted an update." msgstr "%s har gjort ett inlägg." -#: src/Object/Post.php:135 +#: src/Object/Post.php:138 msgid "Private Message" msgstr "Privat meddelande" -#: src/Object/Post.php:139 +#: src/Object/Post.php:142 msgid "Public Message" msgstr "" -#: src/Object/Post.php:143 +#: src/Object/Post.php:146 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:178 +#: src/Object/Post.php:182 msgid "This entry was edited" msgstr "Den här posten redigerades" -#: src/Object/Post.php:206 +#: src/Object/Post.php:210 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:221 src/Object/Post.php:223 +#: src/Object/Post.php:226 src/Object/Post.php:228 msgid "Edit" msgstr "Ändra" -#: src/Object/Post.php:247 +#: src/Object/Post.php:262 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:247 +#: src/Object/Post.php:262 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:264 -#, php-format -msgid "Block %s" -msgstr "" - #: src/Object/Post.php:269 #, php-format -msgid "Ignore %s" +msgid "Block %s" msgstr "" #: src/Object/Post.php:274 +#, php-format +msgid "Ignore %s" +msgstr "" + +#: src/Object/Post.php:279 +#, php-format +msgid "Collapse %s" +msgstr "" + +#: src/Object/Post.php:283 +msgid "Report post" +msgstr "" + +#: src/Object/Post.php:294 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I will attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:309 +#: src/Object/Post.php:334 msgid "I might attend" msgstr "" -#: src/Object/Post.php:339 +#: src/Object/Post.php:381 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:340 +#: src/Object/Post.php:382 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:341 +#: src/Object/Post.php:383 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:351 +#: src/Object/Post.php:393 msgid "Add star" msgstr "" -#: src/Object/Post.php:352 +#: src/Object/Post.php:394 msgid "Remove star" msgstr "" -#: src/Object/Post.php:353 +#: src/Object/Post.php:395 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:364 +#: src/Object/Post.php:406 msgid "Pin" msgstr "" -#: src/Object/Post.php:365 +#: src/Object/Post.php:407 msgid "Unpin" msgstr "" -#: src/Object/Post.php:366 +#: src/Object/Post.php:408 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:369 +#: src/Object/Post.php:411 msgid "Pinned" msgstr "" -#: src/Object/Post.php:374 +#: src/Object/Post.php:416 msgid "Add tag" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:429 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:387 +#: src/Object/Post.php:429 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:432 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:390 +#: src/Object/Post.php:432 msgid "Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:433 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:391 +#: src/Object/Post.php:433 msgid "Unshare" msgstr "" -#: src/Object/Post.php:438 +#: src/Object/Post.php:485 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:491 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:443 +#: src/Object/Post.php:491 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:513 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:464 +#: src/Object/Post.php:513 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:493 +#: src/Object/Post.php:520 +msgid "Unknown parent" +msgstr "" + +#: src/Object/Post.php:524 +#, php-format +msgid "in reply to %s" +msgstr "" + +#: src/Object/Post.php:526 +msgid "Parent is probably private or not federated." +msgstr "" + +#: src/Object/Post.php:550 msgid "to" msgstr "till" -#: src/Object/Post.php:494 +#: src/Object/Post.php:551 msgid "via" msgstr "via" -#: src/Object/Post.php:495 +#: src/Object/Post.php:552 msgid "Wall-to-Wall" msgstr "Profil-till-profil" -#: src/Object/Post.php:496 +#: src/Object/Post.php:553 msgid "via Wall-To-Wall:" msgstr "via profil-till-profil:" -#: src/Object/Post.php:540 +#: src/Object/Post.php:604 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:543 +#: src/Object/Post.php:607 msgid "More" msgstr "" -#: src/Object/Post.php:561 +#: src/Object/Post.php:626 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:562 +#: src/Object/Post.php:627 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:563 +#: src/Object/Post.php:628 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:564 +#: src/Object/Post.php:629 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:565 +#: src/Object/Post.php:630 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:585 +#: src/Object/Post.php:652 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d kommentar" msgstr[1] "%d kommentarer" -#: src/Object/Post.php:586 +#: src/Object/Post.php:653 msgid "Show more" msgstr "" -#: src/Object/Post.php:587 +#: src/Object/Post.php:654 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:623 +#: src/Object/Post.php:691 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:628 +#: src/Object/Post.php:696 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:633 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:643 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:648 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:653 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:658 +#: src/Object/Post.php:726 +#, php-format +msgid "Commented by: %s" +msgstr "" + +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" +#: src/Object/Post.php:754 +#, php-format +msgid "Quote shared by: %s" +msgstr "" + +#: src/Protocol/ActivityPub/Receiver.php:568 +msgid "Chat" +msgstr "" + #: src/Protocol/Delivery.php:547 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1388 +#: src/Protocol/OStatus.php:1390 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1389 +#: src/Protocol/OStatus.php:1391 msgid "following" msgstr "följer" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1394 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1395 msgid "stopped following" msgstr "följer inte längre" @@ -11371,12 +12481,12 @@ msgstr "Inloggningen misslyckades." msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:389 +#: src/Security/Authentication.php:391 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:390 +#: src/Security/Authentication.php:392 msgid "Please upload a profile photo." msgstr "Vänligen ladda upp ett profil-foto." @@ -11712,7 +12822,7 @@ msgid "Textareas font size" msgstr "" #: view/theme/vier/config.php:91 -msgid "Comma separated list of helper forums" +msgid "Comma separated list of helper groups" msgstr "" #: view/theme/vier/config.php:131 @@ -11731,7 +12841,7 @@ msgstr "" msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:149 +#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 msgid "Community Profiles" msgstr "" @@ -11739,7 +12849,7 @@ msgstr "" msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:320 +#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 msgid "Connect Services" msgstr "" @@ -11747,10 +12857,10 @@ msgstr "" msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:176 +#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:235 +#: view/theme/vier/theme.php:234 msgid "Quick Start" msgstr "" diff --git a/view/lang/sv/strings.php b/view/lang/sv/strings.php index 6cb06f6e33..77d46cef78 100644 --- a/view/lang/sv/strings.php +++ b/view/lang/sv/strings.php @@ -171,7 +171,6 @@ $a->strings['You must be logged in to use addons. '] = 'Du måste vara inloggad $a->strings['All contacts'] = 'Alla kontakter'; $a->strings['Followers'] = 'Följare'; $a->strings['Following'] = 'Följer'; -$a->strings['Mutual friends'] = 'Gemensamma vänner'; $a->strings['Common'] = 'Vanlig'; $a->strings['Addon not found'] = 'Insticksprogrammet hittades inte'; $a->strings['Addon already enabled'] = 'Insticksprogrammet är redan aktiverat'; @@ -223,18 +222,8 @@ $a->strings['Twitter'] = 'Twitter'; $a->strings['Discourse'] = 'Discourse'; $a->strings['ActivityPub'] = 'ActivityPub'; $a->strings['pnut'] = 'pnut'; -$a->strings['%s likes this.'] = '%s gillar det här.'; -$a->strings['%s doesn\'t like this.'] = '%s ogillar det här.'; -$a->strings['%s attends.'] = '%s deltar.'; -$a->strings['%s doesn\'t attend.'] = '%s deltar inte.'; -$a->strings['%s attends maybe.'] = '%s deltar kanske.'; $a->strings['and'] = 'och'; $a->strings['and %d other people'] = 'och %d andra'; -$a->strings['%s like this.'] = '%s gillar det här.'; -$a->strings['%s don\'t like this.'] = '%s ogillar det här.'; -$a->strings['%s attend.'] = '%s deltar.'; -$a->strings['%s don\'t attend.'] = '%s deltar inte.'; -$a->strings['%s attend maybe.'] = '%s deltar kanske.'; $a->strings['Visible to everybody'] = 'Synlig för alla'; $a->strings['Please enter a image/video/audio/webpage URL:'] = 'Vänligen fyll i URL till en bild/video/ljudklipp/hemsida:'; $a->strings['Tag term:'] = 'Märkning/tagg:'; @@ -266,11 +255,6 @@ $a->strings['Permission settings'] = 'Åtkomstinställningar'; $a->strings['Public post'] = 'Offentligt inlägg'; $a->strings['Message'] = 'Meddelande'; $a->strings['Browser'] = 'Bläddra'; -$a->strings['View %s\'s profile @ %s'] = 'Visa profilen som tillhör %s @ %s'; -$a->strings['Categories:'] = 'Kategorier:'; -$a->strings['Filed under:'] = 'Sparad under:'; -$a->strings['%s from %s'] = '%s från %s'; -$a->strings['View in context'] = 'Visa i sitt sammanhang'; $a->strings['remove'] = 'ta bort'; $a->strings['Delete Selected Items'] = 'Ta bort valda föremål'; $a->strings['You are following %s.'] = 'Du följer %s.'; @@ -279,16 +263,21 @@ $a->strings['Reshared by %s <%s>'] = 'Delad igen av %s <%s>'; $a->strings['%s is participating in this thread.'] = '%s deltar i den här tråden.'; $a->strings['Fetched'] = 'Hämtad'; $a->strings['Fetched because of %s <%s>'] = 'Hämtades på grund av %s <%s>'; +$a->strings['View %s\'s profile @ %s'] = 'Visa profilen som tillhör %s @ %s'; +$a->strings['Categories:'] = 'Kategorier:'; +$a->strings['Filed under:'] = 'Sparad under:'; +$a->strings['%s from %s'] = '%s från %s'; +$a->strings['View in context'] = 'Visa i sitt sammanhang'; +$a->strings['Personal'] = 'Privat'; +$a->strings['Posts that mention or involve you'] = 'Inlägg som nämnde eller involverade dig'; +$a->strings['Starred'] = 'Stjärnmärkt'; +$a->strings['Favourite Posts'] = 'Favoriserade inlägg'; $a->strings['General Features'] = 'Generella funktioner'; -$a->strings['Auto-mention Forums'] = 'Nämn forumen automatiskt'; $a->strings['Add categories to your posts'] = 'Lägg till kategorier till dina inlägg'; $a->strings['Advanced Profile Settings'] = 'Avancerade profil-inställningar'; -$a->strings['List Forums'] = 'Lista forum'; $a->strings['Tag Cloud'] = 'Taggmoln'; $a->strings['Display Membership Date'] = 'Visa datum för medlemskap'; $a->strings['Display membership date in profile'] = 'Visa datum för medlemskapet i profilen'; -$a->strings['Forums'] = 'Forum'; -$a->strings['External link to forum'] = 'Extern länk till forum'; $a->strings['show less'] = 'visa mindre'; $a->strings['show more'] = 'visa mer'; $a->strings['event'] = 'händelse'; @@ -309,7 +298,6 @@ $a->strings['Connect/Follow'] = 'Gör till kontakt/Följ'; $a->strings['Nothing new here'] = 'Inget nytt här'; $a->strings['Go back'] = 'Gå tillbaka'; $a->strings['Clear notifications'] = 'Rensa aviseringar'; -$a->strings['@name, !forum, #tags, content'] = '@namn, !forum, #taggar, innehåll'; $a->strings['Logout'] = 'Logga ut'; $a->strings['End this session'] = 'Avsluta den här sessionen'; $a->strings['Login'] = 'Logga in'; @@ -394,7 +382,6 @@ $a->strings['Random Profile'] = 'Slumpmässig profil'; $a->strings['Invite Friends'] = 'Bjud in folk du känner'; $a->strings['Global Directory'] = 'Medlemskatalog för flera sajter (global)'; $a->strings['Local Directory'] = 'Lokal-mapp'; -$a->strings['Groups'] = 'Grupper'; $a->strings['Everyone'] = 'Alla'; $a->strings['Relationships'] = 'Relationer'; $a->strings['All Contacts'] = 'Alla kontakter'; @@ -429,6 +416,7 @@ $a->strings['Trending Tags (last %d hour)'] = [ 1 => 'Trendande taggar (de senaste %d timmarna)', ]; $a->strings['More Trending Tags'] = 'Fler trendande taggar'; +$a->strings['Mention'] = 'Nämn'; $a->strings['XMPP:'] = 'XMPP:'; $a->strings['Matrix:'] = 'Matrix:'; $a->strings['Location:'] = 'Plats:'; @@ -514,9 +502,11 @@ $a->strings['%s: Database update'] = '%s: Uppdatering av databas'; $a->strings['Record not found'] = 'Posten hittades inte'; $a->strings['Unauthorized'] = 'Ej autentiserad'; $a->strings['Internal Server Error'] = 'Internt server-fel'; +$a->strings['Everybody'] = 'Alla'; +$a->strings['edit'] = 'redigera'; +$a->strings['add'] = 'lägg till'; $a->strings['Approve'] = 'Godkänn'; $a->strings['Organisation'] = 'Organisation'; -$a->strings['Forum'] = 'Forum'; $a->strings['Disallowed profile URL.'] = 'Otillåten profil-URL.'; $a->strings['Blocked domain'] = 'Blockerad domän'; $a->strings['The profile address specified does not provide adequate information.'] = 'Angiven profiladress ger inte tillräcklig information.'; @@ -542,14 +532,6 @@ $a->strings['Show map'] = 'Visa karta'; $a->strings['Hide map'] = 'Göm karta'; $a->strings['%s\'s birthday'] = '%s\'s födelsedag'; $a->strings['Happy Birthday %s'] = 'Grattis på födelsedagen %s'; -$a->strings['Everybody'] = 'Alla'; -$a->strings['edit'] = 'redigera'; -$a->strings['add'] = 'lägg till'; -$a->strings['Edit group'] = 'Redigera gruppen'; -$a->strings['Contacts not in any group'] = 'Kontakterna finns inte i någon av grupperna'; -$a->strings['Create a new group'] = 'Skapa ny grupp'; -$a->strings['Group Name: '] = 'Gruppens namn: '; -$a->strings['Edit groups'] = 'Redigera grupper'; $a->strings['Detected languages in this post:\n%s'] = 'Upptäckte språken i det här inlägget:\n%s'; $a->strings['activity'] = 'aktivitet'; $a->strings['comment'] = 'kommentar'; @@ -772,6 +754,10 @@ $a->strings['Events'] = 'Evenemang'; $a->strings['View'] = 'Visa'; $a->strings['Create New Event'] = 'Skapa nytt evenemang'; $a->strings['list'] = 'lista'; +$a->strings['Contact not found.'] = 'Kontakten hittades inte.'; +$a->strings['Invalid contact.'] = 'Ogiltig kontakt.'; +$a->strings['Members'] = 'Medlemmar'; +$a->strings['Click on a contact to add or remove.'] = 'Klicka på en kontakt för att lägga till eller ta bort.'; $a->strings['Show all contacts'] = 'Visa alla kontakter'; $a->strings['Pending'] = 'Väntande'; $a->strings['Blocked'] = 'Blockerad'; @@ -792,11 +778,9 @@ $a->strings['you are a fan of'] = 'du är fan till'; $a->strings['Pending outgoing contact request'] = 'Väntande utgående kontaktbegäran'; $a->strings['Pending incoming contact request'] = 'Väntande inkommande kontaktbegäran'; $a->strings['Visit %s\'s profile [%s]'] = 'Besök %s\'s profil [%s]'; -$a->strings['Contact not found.'] = 'Kontakten hittades inte.'; $a->strings['Contact update failed.'] = 'Det gick inte att uppdatera kontakt.'; $a->strings['Name'] = 'Namn'; $a->strings['New photo from this URL'] = 'Nytt foto från den här webbadressen'; -$a->strings['Invalid contact.'] = 'Ogiltig kontakt.'; $a->strings['No known contacts.'] = 'Inga kända kontakter.'; $a->strings['No common contacts.'] = 'Inga gemensamma kontakter.'; $a->strings['Follower (%s)'] = [ @@ -864,17 +848,11 @@ $a->strings['You aren\'t following this contact.'] = 'Du följer inte den här k $a->strings['Unfollowing is currently not supported by your network.'] = 'Avföljning stöds för närvarande inte av ditt nätverk.'; $a->strings['Disconnect/Unfollow'] = 'Koppla ur/Avfölj'; $a->strings['Contact was successfully unfollowed'] = 'Avföljningen av kontakten lyckades'; +$a->strings['No results.'] = 'Inga resultat.'; +$a->strings['Not available.'] = 'Inte tillgängligt.'; $a->strings['Own Contacts'] = 'Egna kontakter'; $a->strings['Include'] = 'Inkludera'; $a->strings['Hide'] = 'Dölj'; -$a->strings['No results.'] = 'Inga resultat.'; -$a->strings['Not available.'] = 'Inte tillgängligt.'; -$a->strings['No such group'] = 'Gruppen finns inte'; -$a->strings['Group: %s'] = 'Grupp: %s'; -$a->strings['Personal'] = 'Privat'; -$a->strings['Posts that mention or involve you'] = 'Inlägg som nämnde eller involverade dig'; -$a->strings['Starred'] = 'Stjärnmärkt'; -$a->strings['Favourite Posts'] = 'Favoriserade inlägg'; $a->strings['Error'] = [ 0 => 'Fel', 1 => 'Fel', @@ -885,10 +863,6 @@ $a->strings['UTC time: %s'] = 'UTC-tid: %s'; $a->strings['Current timezone: %s'] = 'Nuvarande tidszon: %s'; $a->strings['Converted localtime: %s'] = 'Konverterad lokaltid: %s'; $a->strings['Please select your timezone:'] = 'Vänligen välj din tidszon:'; -$a->strings['You are now logged in as %s'] = 'Du är nu inloggad som %s'; -$a->strings['Switch between your accounts'] = 'Växla mellan dina konton'; -$a->strings['Manage your accounts'] = 'Hantera dina konton'; -$a->strings['Select an identity to manage: '] = 'Välj vilken identitet du vill hantera: '; $a->strings['No entries (some entries may be hidden).'] = 'Inget att visa. (Man kan välja att inte synas här)'; $a->strings['Find on this site'] = 'Hitta på den här sidan'; $a->strings['Site Directory'] = 'Medlemskatalog'; @@ -898,14 +872,6 @@ $a->strings['Suggest Friends'] = 'Föreslå vänner'; $a->strings['Suggest a friend for %s'] = 'Föreslå en vän till %s'; $a->strings['Reason for the block'] = 'Anledning för blockeringen'; $a->strings['Bug reports and issues: please visit'] = 'Anmäl buggar eller andra problem, gå till'; -$a->strings['Could not create group.'] = 'Det gick inte att skapa gruppen.'; -$a->strings['Group not found.'] = 'Gruppen hittades inte.'; -$a->strings['Save Group'] = 'Spara grupp'; -$a->strings['Create a group of contacts/friends.'] = 'Skapa en grupp med kontakter/vänner.'; -$a->strings['Unable to remove group.'] = 'Det gick inte att ta bort gruppen.'; -$a->strings['Members'] = 'Medlemmar'; -$a->strings['Group is empty'] = 'Gruppen är tom'; -$a->strings['Click on a contact to add or remove.'] = 'Klicka på en kontakt för att lägga till eller ta bort.'; $a->strings['No profile'] = 'Ingen profil'; $a->strings['Help:'] = 'Hjälp:'; $a->strings['Welcome to %s'] = 'Välkommen till %s'; @@ -941,7 +907,6 @@ $a->strings['Or - did you try to upload an empty file?'] = 'Eller - provade du a $a->strings['File exceeds size limit of %s'] = 'Filen överstiger maxstorleken %s'; $a->strings['File upload failed.'] = 'Uppladdning av filen misslyckades.'; $a->strings['Unable to process image.'] = 'Det gick inte att behandla bilden.'; -$a->strings['Image exceeds size limit of %s'] = 'Bildstorlek överstiger %s'; $a->strings['Image upload failed.'] = 'Fel vid bilduppladdning.'; $a->strings['List of all users'] = 'Lista över alla användare'; $a->strings['Active'] = 'Aktiv'; @@ -951,8 +916,6 @@ $a->strings['List of blocked users'] = 'Lista över blockerade användare'; $a->strings['Deleted'] = 'Ta bort'; $a->strings['List of pending user deletions'] = 'Lista över väntande borttagningar av användare'; $a->strings['Normal Account Page'] = 'Normal konto-sida'; -$a->strings['Public Forum'] = 'Publikt forum'; -$a->strings['Private Forum'] = 'Privat forum'; $a->strings['Personal Page'] = 'Personlig sida'; $a->strings['Organisation Page'] = 'Sida för organisation'; $a->strings['Relay'] = 'Fördröj'; @@ -985,7 +948,6 @@ $a->strings['Tag'] = 'Taggar'; $a->strings['Type'] = 'Typ'; $a->strings['Term'] = 'Villkor'; $a->strings['URL'] = 'Webbadress'; -$a->strings['Mention'] = 'Nämn'; $a->strings['Item not found'] = 'Hittades inte'; $a->strings['Normal Account'] = 'Vanligt konto'; $a->strings['Automatic Friend Account'] = 'Konto med automatiskt godkännande av vänner.'; @@ -1046,6 +1008,7 @@ $a->strings['Remove Item Tag'] = 'Ta bort tagg'; $a->strings['Select a tag to remove: '] = 'Välj vilken tagg som ska tas bort: '; $a->strings['Remove'] = 'Ta bort'; $a->strings['No contacts.'] = 'Inga kontakter.'; +$a->strings['Image exceeds size limit of %s'] = 'Bildstorlek överstiger %s'; $a->strings['Image upload didn\'t complete, please try again'] = 'Uppladdningen av bilden slutfördes inte, vänligen försök igen.'; $a->strings['Image file is missing'] = 'Bildfilen saknas'; $a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Servern kan just nu inte acceptera uppladdning av en ny fil, vänligen kontakta din administratör'; @@ -1095,7 +1058,6 @@ $a->strings['Settings were not updated.'] = 'Inställningarna uppdaterades inte. $a->strings['Unable to find your profile. Please contact your admin.'] = 'Kunde inte hitta din profil. Vänligen kontakta din admin.'; $a->strings['Account for a personal profile.'] = 'Konto för personlig profil.'; $a->strings['Automatically approves all contact requests.'] = 'Godkänner automatiskt alla kontaktförfrågningar.'; -$a->strings['Private Forum [Experimental]'] = 'Privat forum [Experimentiell]'; $a->strings['OpenID:'] = 'OpenID:'; $a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Valfritt) Tillåt detta OpenID för att logga in till det här kontot.'; $a->strings['Account Settings'] = 'Kontoinställningar'; @@ -1137,6 +1099,7 @@ $a->strings['Relocate'] = 'Omlokalisera'; $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.'] = 'Om du har flyttat den här profilen från en annan server och några av dina kontakter inte får dina uppdateringar, försök att trycka på den här knappen.'; $a->strings['Addon Settings'] = 'Inställningar för Tillägg'; $a->strings['No Addon settings configured'] = 'Inga inställningar för Tillägg har gjorts'; +$a->strings['Add'] = 'Lägg till'; $a->strings['Failed to connect with email account using the settings provided.'] = 'Kunde inte ansluta till e-postkontot med aktuella inställningar'; $a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)'; $a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)'; @@ -1158,7 +1121,6 @@ $a->strings['Action after import:'] = 'Åtgärd efter importering:'; $a->strings['Move to folder'] = 'Flytta till mapp'; $a->strings['Move to folder:'] = 'Flytta till mapp:'; $a->strings['Potential Delegates'] = 'Potentiella delegater'; -$a->strings['Add'] = 'Lägg till'; $a->strings['No entries.'] = 'Inga poster.'; $a->strings['Display Settings'] = 'Skärm-inställningar'; $a->strings['Theme settings'] = 'Tema-inställningar'; @@ -1171,7 +1133,6 @@ $a->strings['Infinite scroll'] = 'Oändlig skroll'; $a->strings['Additional Features'] = 'Ytterligare funktioner'; $a->strings['Connected Apps'] = 'Anslutna appar'; $a->strings['Remove authorization'] = 'Ta bort autentisering'; -$a->strings['Profile Name is required.'] = 'Profilen måste ha ett namn.'; $a->strings['(click to open/close)'] = '(klicka för att öppna/stänga)'; $a->strings['Edit Profile Details'] = 'Ändra profilen'; $a->strings['Change Profile Photo'] = 'Byt profilfoto'; @@ -1203,6 +1164,10 @@ $a->strings['This will completely remove your account. Once this has been done i $a->strings['Please enter your password for verification:'] = 'Ange lösenordet igen för säkerhets skull:'; $a->strings['Export account'] = 'Exportera konto'; $a->strings['Export all'] = 'Exportera allt'; +$a->strings['You are now logged in as %s'] = 'Du är nu inloggad som %s'; +$a->strings['Switch between your accounts'] = 'Växla mellan dina konton'; +$a->strings['Manage your accounts'] = 'Hantera dina konton'; +$a->strings['Select an identity to manage: '] = 'Välj vilken identitet du vill hantera: '; $a->strings['Move account'] = 'Flytta konto'; $a->strings['You can import an account from another Friendica server.'] = 'Du kan importera ett konto från en annan Friendica-server.'; $a->strings['To export your account, go to "Settings->Export your personal data" and select "Export account"'] = 'För att exportera ditt konto, gå till "Inställningar->Exportera din personliga data" och välj "Exportera konto"'; @@ -1221,7 +1186,6 @@ $a->strings['Edit Your Profile'] = 'Redigera din profil'; $a->strings['Connecting'] = 'Ansluter'; $a->strings['Importing Emails'] = 'Importerar e-post'; $a->strings['Finding New People'] = 'Hitta nya personer'; -$a->strings['Group Your Contacts'] = 'Gruppera dina kontakter'; $a->strings['Why Aren\'t My Posts Public?'] = 'Varför visas inte mina inlägg publikt?'; $a->strings['Getting Help'] = 'Få hjälp'; $a->strings['Go to the Help Section'] = 'Gå till Hjälp-sektionen'; diff --git a/view/php/none.php b/view/php/none.php index bf8041e8e2..b264376e63 100644 --- a/view/php/none.php +++ b/view/php/none.php @@ -1,6 +1,6 @@ +

    {{$title}} - {{$page}}

    diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index 17c3189070..a0adf1b804 100644 --- a/view/templates/admin/site.tpl +++ b/view/templates/admin/site.tpl @@ -56,6 +56,7 @@ {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_select.tpl" field=$community_page_style}} {{include file="field_input.tpl" field=$max_author_posts_community_page}} + {{include file="field_input.tpl" field=$max_server_posts_community_page}} {{if $mail_able}} {{include file="field_checkbox.tpl" field=$mail_enabled}} @@ -83,8 +84,11 @@ {{include file="field_checkbox.tpl" field=$private_addons}} {{include file="field_checkbox.tpl" field=$disable_embedded}} {{include file="field_checkbox.tpl" field=$allow_users_remote_self}} + {{include file="field_checkbox.tpl" field=$adjust_poll_frequency}} {{include file="field_checkbox.tpl" field=$explicit_content}} {{include file="field_checkbox.tpl" field=$proxify_content}} + {{include file="field_checkbox.tpl" field=$local_search}} + {{include file="field_input.tpl" field=$blocked_tags}}

    {{$advanced}}

    @@ -101,9 +105,10 @@

    {{$portable_contacts}}

    {{include file="field_select.tpl" field=$contact_discovery}} + {{include file="field_checkbox.tpl" field=$update_active_contacts}} {{include file="field_checkbox.tpl" field=$synchronize_directory}} - {{include file="field_input.tpl" field=$poco_requery_days}} {{include file="field_checkbox.tpl" field=$poco_discovery}} + {{include file="field_input.tpl" field=$poco_requery_days}} {{include file="field_checkbox.tpl" field=$poco_local_search}}
    @@ -112,19 +117,29 @@ {{include file="field_checkbox.tpl" field=$only_tag_search}} {{include file="field_input.tpl" field=$max_comments}} {{include file="field_input.tpl" field=$max_display_comments}} + {{include file="field_input.tpl" field=$itemspage_network}} + {{include file="field_input.tpl" field=$itemspage_network_mobile}} {{include file="field_checkbox.tpl" field=$dbclean}} {{include file="field_input.tpl" field=$dbclean_expire_days}} {{include file="field_input.tpl" field=$dbclean_unclaimed}} {{include file="field_input.tpl" field=$dbclean_expire_conv}} {{include file="field_checkbox.tpl" field=$optimize_tables}} {{include file="field_checkbox.tpl" field=$cache_contact_avatar}} + {{include file="field_input.tpl" field=$min_poll_interval}} + {{include file="field_input.tpl" field=$cron_interval}} + {{include file="field_checkbox.tpl" field=$process_view}} + {{include file="field_input.tpl" field=$archival_days}}

    {{$worker_title}}

    {{include file="field_input.tpl" field=$maxloadavg}} {{include file="field_input.tpl" field=$min_memory}} {{include file="field_input.tpl" field=$worker_queues}} + {{include file="field_input.tpl" field=$worker_load_cooldown}} {{include file="field_checkbox.tpl" field=$worker_fastlane}} + {{include file="field_checkbox.tpl" field=$decoupled_receiver}} + {{include file="field_input.tpl" field=$worker_defer_limit}} + {{include file="field_input.tpl" field=$worker_fetch_limit}}
    @@ -145,6 +160,16 @@ {{include file="field_input.tpl" field=$relay_deny_tags}} {{include file="field_checkbox.tpl" field=$relay_user_tags}} {{include file="field_checkbox.tpl" field=$relay_directly}} + {{include file="field_checkbox.tpl" field=$relay_deny_undetected_language}} + {{include file="field_input.tpl" field=$relay_language_quality}} + {{include file="field_input.tpl" field=$relay_languages}} + +

    {{$channel_title}}

    + {{include file="field_input.tpl" field=$engagement_hours}} + {{include file="field_input.tpl" field=$engagement_post_limit}} + {{include file="field_input.tpl" field=$interaction_score_days}} + {{include file="field_input.tpl" field=$max_posts_per_author}} + {{include file="field_input.tpl" field=$sharer_interaction_days}}
    diff --git a/view/templates/calendar/calendar_head.tpl b/view/templates/calendar/calendar_head.tpl index 9266cecf7d..a326d397bb 100644 --- a/view/templates/calendar/calendar_head.tpl +++ b/view/templates/calendar/calendar_head.tpl @@ -1,7 +1,7 @@ - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + \ No newline at end of file + diff --git a/view/templates/hovercard.tpl b/view/templates/hovercard.tpl index 563a5a248e..6cb857610a 100644 --- a/view/templates/hovercard.tpl +++ b/view/templates/hovercard.tpl @@ -21,10 +21,23 @@ {{* here are the different actions like private message, delete and so on *}} {{* @todo we have two different photo menus one for contacts and one for items at the network stream. We currently use the contact photo menu, so the items options are missing We need to move them *}}
    - {{if $profile.actions.pm}}{{$profile.actions.pm.0}}{{/if}} + {{if $profile.actions.pm}} + + + {{$profile.actions.pm.0}} + + {{/if}} + + {{if $profile.addr && !$profile.self}} + + + {{$profile.actions.mention.0}} + + {{/if}} +
    - {{if $profile.actions.network}}{{/if}} + {{if $profile.actions.network}}{{/if}} {{if $profile.actions.edit}}{{/if}} {{if $profile.actions.follow}}{{/if}} {{if $profile.actions.unfollow}}{{/if}} diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index fa311bc662..051cb3b088 100644 --- a/view/templates/item/compose.tpl +++ b/view/templates/item/compose.tpl @@ -54,7 +54,7 @@

    - +

    diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index 808d511262..2ffc0753be 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -45,7 +45,7 @@ function enableOnUser(){ } - + - + + - + - diff --git a/view/templates/profile/unkmail.tpl b/view/templates/profile/unkmail.tpl deleted file mode 100644 index 7faa155f29..0000000000 --- a/view/templates/profile/unkmail.tpl +++ /dev/null @@ -1,26 +0,0 @@ -

    -

    {{$l10n.header}}

    -

    {{$l10n.subheader}}

    -
    -
    - {{include file="field_input.tpl" field=$to}} - - {{include file="field_input.tpl" field=$subject}} - - {{include file="field_textarea.tpl" field=$body}} - -
    - - -
    - -
    -
    -
    -
    -
    -
    diff --git a/view/templates/settings/account.tpl b/view/templates/settings/account.tpl index 6480c0de18..676b12bfdc 100644 --- a/view/templates/settings/account.tpl +++ b/view/templates/settings/account.tpl @@ -56,8 +56,6 @@ {{include file="field_checkbox.tpl" field=$blockwall}} {{include file="field_checkbox.tpl" field=$blocktags}} {{/if}} - {{include file="field_checkbox.tpl" field=$unkmail}} - {{include file="field_input.tpl" field=$cntunkmail}} {{$circle_select nofilter}} {{$circle_select_group nofilter}} diff --git a/view/templates/settings/channels.tpl b/view/templates/settings/channels.tpl new file mode 100644 index 0000000000..3b84741425 --- /dev/null +++ b/view/templates/settings/channels.tpl @@ -0,0 +1,47 @@ +
    +

    {{$l10n.title}}

    +

    {{$l10n.intro}}

    +

    {{$l10n.addtitle}}

    +
    + + {{include file="field_input.tpl" field=$label}} + {{include file="field_input.tpl" field=$description}} + {{include file="field_input.tpl" field=$access_key}} + {{include file="field_select.tpl" field=$circle}} + {{include file="field_textarea.tpl" field=$include_tags}} + {{include file="field_textarea.tpl" field=$exclude_tags}} + {{include file="field_textarea.tpl" field=$text_search}} + {{include file="field_checkbox.tpl" field=$image}} + {{include file="field_checkbox.tpl" field=$video}} + {{include file="field_checkbox.tpl" field=$audio}} + {{include file="field_select.tpl" field=$languages}} +
    + +
    +
    + + {{if $entries}} +

    {{$l10n.currenttitle}}

    +
    + + {{foreach $entries as $e}} + {{include file="field_input.tpl" field=$e.label}} + {{include file="field_input.tpl" field=$e.description}} + {{include file="field_input.tpl" field=$e.access_key}} + {{include file="field_select.tpl" field=$e.circle}} + {{include file="field_textarea.tpl" field=$e.include_tags}} + {{include file="field_textarea.tpl" field=$e.exclude_tags}} + {{include file="field_textarea.tpl" field=$e.text_search}} + {{include file="field_checkbox.tpl" field=$e.image}} + {{include file="field_checkbox.tpl" field=$e.video}} + {{include file="field_checkbox.tpl" field=$e.audio}} + {{include file="field_select.tpl" field=$e.languages}} + {{include file="field_checkbox.tpl" field=$e.delete}} +
    + {{/foreach}} +
    + +
    + {{/if}} +
    +
    diff --git a/view/templates/settings/delegation.tpl b/view/templates/settings/delegation.tpl index 74e3350d60..d7c59fd636 100644 --- a/view/templates/settings/delegation.tpl +++ b/view/templates/settings/delegation.tpl @@ -1,54 +1,56 @@
    -

    {{$header}}

    +

    {{$l10n.header}}

    {{if !$is_child_user}} -

    {{$account_header}}

    - -

    {{$add_account}}

    +

    {{$l10n.account_header}}

    + +

    {{$l10n.add_account}}

    {{/if}} {{if $parent_user}} -

    {{$parent_header}}

    -

    {{$parent_desc}}

    -
    -
    - - {{include file="field_select.tpl" field=$parent_user}} - {{include file="field_password.tpl" field=$parent_password}} -
    -
    -
    +

    {{$l10n.parent_header}}

    +

    {{$l10n.parent_desc}}

    +
    +
    + + {{include file="field_select.tpl" field=$parent_user}} + {{include file="field_password.tpl" field=$parent_password}} +
    + +
    +
    +
    {{/if}} -

    {{$delegates_header}}

    +

    {{$l10n.delegates_header}}

    -

    {{$desc nofilter}}

    +

    {{$l10n.desc}}

    -

    {{$head_delegates}}

    +

    {{$l10n.head_delegates}}

    {{if $delegates}} - {{foreach $delegates as $x}} - + {{foreach $delegates as $delegate}} +
    + + + +
    {{/foreach}} -
    +
    {{else}} -

    {{$none}}

    +

    {{$l10n.none}}

    {{/if}} -

    {{$head_potentials}}

    +

    {{$l10n.head_potentials}}

    {{if $potentials}} - {{foreach $potentials as $x}} - + {{foreach $potentials as $potential}} +
    + + + +
    {{/foreach}} -
    +
    {{else}} -

    {{$none}}

    +

    {{$l10n.none}}

    {{/if}}
    diff --git a/view/templates/settings/display.tpl b/view/templates/settings/display.tpl index 868acb38a2..49925c307f 100644 --- a/view/templates/settings/display.tpl +++ b/view/templates/settings/display.tpl @@ -19,10 +19,32 @@ {{include file="field_checkbox.tpl" field=$enable_dislike}} {{include file="field_checkbox.tpl" field=$display_resharer}} {{include file="field_checkbox.tpl" field=$stay_local}} + {{include file="field_checkbox.tpl" field=$show_page_drop}} + {{include file="field_checkbox.tpl" field=$display_eventlist}} {{include file="field_select.tpl" field=$preview_mode}}

    {{$timeline_title}}

    - {{include file="field_select.tpl" field=$network_timelines}} + {{$timeline_explanation}} + + + + + + + + + + + {{foreach $timelines as $t}} + + + + + + + {{/foreach}} + +
    {{$timeline_label}}{{$timeline_descriptiom}}{{$timeline_enable}}{{$timeline_bookmark}}
    {{$t.label}}{{$t.description}}{{include file="field_checkbox.tpl" field=$t.enable}}{{include file="field_checkbox.tpl" field=$t.bookmark}}

    {{$channel_title}}

    {{include file="field_select.tpl" field=$channel_languages}} diff --git a/view/templates/settings/profile/index_head.tpl b/view/templates/settings/profile/index_head.tpl index 60b832bd81..a9f47d1df4 100644 --- a/view/templates/settings/profile/index_head.tpl +++ b/view/templates/settings/profile/index_head.tpl @@ -1 +1 @@ - \ No newline at end of file + diff --git a/view/templates/settings/profile/photo/crop_head.tpl b/view/templates/settings/profile/photo/crop_head.tpl index 357cc1861c..f92933fc10 100644 --- a/view/templates/settings/profile/photo/crop_head.tpl +++ b/view/templates/settings/profile/photo/crop_head.tpl @@ -1,2 +1,2 @@ - - + + diff --git a/view/templates/settings/removeme.tpl b/view/templates/settings/removeme.tpl index 0532d9c695..066cbc4470 100644 --- a/view/templates/settings/removeme.tpl +++ b/view/templates/settings/removeme.tpl @@ -4,6 +4,8 @@
    {{$l10n.desc nofilter}}
    + {{$hovercard nofilter}} +
    {{include file="field_password.tpl" field=$password}} diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl index c3a808d732..c7c5cde61a 100644 --- a/view/templates/shared_content.tpl +++ b/view/templates/shared_content.tpl @@ -22,16 +22,15 @@

    - {{if $network_icon}} - - {{else}} - {{$network_name}} - {{/if}} - {{if $link}} - - - - {{/if}} + {{if $network_icon && $link}} + + {{elseif $link}} + {{$network_name}} + {{elseif $network_icon}} + + {{else}} + {{$network_name}} + {{/if}}
    {{$content nofilter}}
    diff --git a/view/templates/widget/group_list.tpl b/view/templates/widget/group_list.tpl index c939d074ae..2d29855de5 100644 --- a/view/templates/widget/group_list.tpl +++ b/view/templates/widget/group_list.tpl @@ -34,7 +34,7 @@ function showHideGroupList() { {{$group.link_desc}} - {{$group.name}} + {{$group.name}} {{/if}} @@ -44,7 +44,7 @@ function showHideGroupList() { {{$group.link_desc}} - {{$group.name}} + {{$group.name}} {{/if}} {{/foreach}} diff --git a/view/templates/widget/remote_friends_common.tpl b/view/templates/widget/remote_friends_common.tpl index 74d8e66804..27728fec6a 100644 --- a/view/templates/widget/remote_friends_common.tpl +++ b/view/templates/widget/remote_friends_common.tpl @@ -1,18 +1,20 @@ -
    -
    {{$desc nofilter}}      {{if $linkmore}}{{$more}}{{/if}}
    - {{foreach $contacts as $contact}} -
    -
    - - {{$contact.name}} - +
    {{$desc nofilter}}  {{if $linkmore}}{{$more}}{{/if}}
    +
    +
    + {{foreach $contacts as $contact}} +
    +
    + + {{$contact.name}} + +
    +
    + +
    +
    + {{/foreach}} +
    -
    - -
    - {{/foreach}} -
    -
    diff --git a/view/templates/widget/vcard.tpl b/view/templates/widget/vcard.tpl index 9e38eebfc5..2656be487e 100644 --- a/view/templates/widget/vcard.tpl +++ b/view/templates/widget/vcard.tpl @@ -41,6 +41,12 @@ {{if $wallmessage_link}}
  • {{$wallmessage}}
  • {{/if}} + {{if $mention_link}} +
  • {{$mention}}
  • + {{/if}} + {{if $showgroup_link}} +
  • {{$showgroup}}
  • + {{/if}}
    diff --git a/view/theme/duepuntozero/config.php b/view/theme/duepuntozero/config.php index 5f86976b98..761d915b9b 100644 --- a/view/theme/duepuntozero/config.php +++ b/view/theme/duepuntozero/config.php @@ -1,6 +1,6 @@ .hl-main { .wall-item-actions button { color: $font_color_darker; background-color: transparent; + padding-left: 5px; + padding-right: 5px; +} +.wall-item-actions button:disabled, +button[disabled] { + color: $font_color_lighter; } .wall-item-actions .active { font-weight: bold; @@ -2210,13 +2222,19 @@ img.acpopup-img { .wall-item-container.thread_level_4, .wall-item-container.thread_level_5, .wall-item-container.thread_level_6, -.wall-item-container.thread_level_7 { +.wall-item-container.thread_level_7, +.wall-item-container.thread_level_8, +.wall-item-container.thread_level_9 { margin-left: 15px; } -/* Birthday */ +/* Birthday and Event Reminders */ #birthday-notice, -#birthday-wrapper { +#birthday-wrapper, +#rfic-desc, +#remote-friends-in-common, +#event-notice, +#event-wrapper { margin-bottom: 5px; padding: 10px; border: none; @@ -2225,6 +2243,20 @@ img.acpopup-img { -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; border-radius: 4px; + cursor: pointer; +} +#remote-friends-in-common { + background-color: rgba(247, 247, 247, $contentbg_transp) + border-radius: 4px; + color: #444; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-gap: 10px; + margin-bottom: 15px; + padding: 10px; +} +#remote-friends-in-common-wrapper{ + display: none; } /* Menubar Tabs */ @@ -2639,7 +2671,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover { } #circle-update-wrapper .viewcontact_wrapper .contact-circle-link { opacity: 0.8; - font-size: 20px; + font-size: 15px; } #circle-update-wrapper .viewcontact_wrapper .contact-action-link:hover { opacity: 1; @@ -2753,6 +2785,11 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .photo-album-actions .photos-order-link { float: right; } + +#photo-edit-submit-button { + margin-top: 15px; +} + /* Events page */ .fc .fc-month-view .fc-content .fc-title .item-desc:hover { @@ -3069,7 +3106,7 @@ details.profile-jot-net[open] summary:before { content: "\f0da"; /* Right Plain Pointer */ } .widget > .fakelink > h3:before, -#sidebar-circle-header > .fakelink > h3:before, +#sidebar-circle-header > .fakelink > h3:before, #sidebar-group-header > .fakelink > h3:before { font-family: ForkAwesome; content: "\f0d7"; /* Bottom Plain Pointer */ @@ -3468,10 +3505,32 @@ body .tread-wrapper .hovercard:hover .hover-card-content a { * some temporary workarounds until this will solved * elsewhere (e.g. new templates) */ + section .profile-match-wrapper { float: left; } +.profile-match-photo { + align-items: center; + display: flex; + justify-content: center; +} + +.profile-match-name { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.profile-match-break { + display: none; +} + +.profile-match-end { + display: none; +} + /** * Login page */ @@ -3774,10 +3833,6 @@ section .profile-match-wrapper { margin-bottom: 5px; } - .panel .panel-body { - padding: 10px; - } - .toplevel_item > .wall-item-container { padding: 0; } @@ -3894,7 +3949,9 @@ section .profile-match-wrapper { .wall-item-container.thread_level_4, .wall-item-container.thread_level_5, .wall-item-container.thread_level_6, - .wall-item-container.thread_level_7 { + .wall-item-container.thread_level_7, + .wall-item-container.thread_level_8, + .wall-item-container.thread_level_9 { margin-left: 5px; } } diff --git a/view/theme/frio/js/mod_circle.js b/view/theme/frio/js/mod_circle.js index 49b7db17c5..6d269e46a5 100644 --- a/view/theme/frio/js/mod_circle.js +++ b/view/theme/frio/js/mod_circle.js @@ -66,20 +66,14 @@ function switchCircleViewMode(elm) { * @returns {undefined} */ function filterList() { - // Declare variables - var input, filter, ul, li, a, i; - input = document.getElementById("contacts-search"); - filter = input.value.toUpperCase(); - li = document.querySelectorAll("#contact-circle-list>li"); + const search = document.getElementById("contacts-search").value.toUpperCase(); + const li = document.querySelectorAll("#contact-circle-list>li"); - // Loop through all list items, and hide those who don't match the search query - for (i = 0; i < li.length; i++) { - // Get the heading element - var mh = li[i].getElementsByClassName("media-heading")[0]; - // The first child of the heading element should contain - // the text which we want to filter - a = mh.firstChild; - if (a.innerHTML.toUpperCase().indexOf(filter) > -1) { + for (let i = 0; i < li.length; i++) { + let foundInDisplayName = li[i].getElementsByClassName("media-heading")[0].firstChild.textContent.toUpperCase().indexOf(search) > -1; + let foundInAddr = li[i].getElementsByClassName("contact-entry-url")[0].textContent.toUpperCase().indexOf(search) > -1; + + if (foundInDisplayName || foundInAddr) { li[i].style.display = ""; } else { li[i].style.display = "none"; diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index ef71b8c1d0..83cc15751a 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -80,6 +80,21 @@ $(document).ready(function () { target: ".flex-target", }); + // add mention-link button to the second navbar + let $mentionButton = $("#mention-link-button"); + if ($mentionButton.length) { + $mentionButton.appendTo("#topbar-second > .container > #navbar-button").addClass("pull-right"); + $("#mention-link").addClass("btn-sm "); + $("#mention-link > span i").addClass("fa-2x"); + if ($mentionButton.hasClass("modal-open")) { + $mentionButton.on("click", function (e) { + e.preventDefault(); + jotShow(); + }); + } + } + + // add Jot button to the second navbar let $jotButton = $("#jotOpen"); if ($jotButton.length) { @@ -850,6 +865,7 @@ function doActivityItemAction(ident, verb, un) { $('button[id^=shareMenuOptions-' + ident.toString() + ']').addClass('active'); } } + updateItem(ident.toString()); } else { /* server-response was not ok. Database-problems or some changes in * data? @@ -941,4 +957,14 @@ function toggleDropdownText(elm) { function hasClass(elem, cls) { return (" " + elem.className + " ").indexOf(" " + cls + " ") > -1; } + +// Send on + or + on macos +// e: event +// submit: the id of the submitbutton +function sendOnCtrlEnter(e, submit) { + if ((e.ctrlKey || e.metaKey) && (e.keyCode == 13 || e.keyCode == 10)) { + console.log("Ctrl + Enter"); + $("#" + submit).trigger('click'); + } +} // @license-end diff --git a/view/theme/frio/php/Image.php b/view/theme/frio/php/Image.php index e795e5f8ae..3907a0ae87 100644 --- a/view/theme/frio/php/Image.php +++ b/view/theme/frio/php/Image.php @@ -1,6 +1,6 @@ $login_bg_image, '$login_bg_color' => $login_bg_color, '$font_color_darker' => $font_color_darker ?? '#222', + '$font_color_lighter' => $font_color_lighter ?? '#aaa', '$font_color' => $font_color ?? '#444', ]; diff --git a/view/theme/frio/templates/admin/site.tpl b/view/theme/frio/templates/admin/site.tpl index e440451a6f..418eb1237b 100644 --- a/view/theme/frio/templates/admin/site.tpl +++ b/view/theme/frio/templates/admin/site.tpl @@ -17,7 +17,7 @@ }); }); - +

    {{$title}} - {{$page}}

    @@ -134,6 +134,7 @@ {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_select.tpl" field=$community_page_style}} {{include file="field_input.tpl" field=$max_author_posts_community_page}} + {{include file="field_input.tpl" field=$max_server_posts_community_page}} {{if $mail_able}} {{include file="field_checkbox.tpl" field=$mail_enabled}} @@ -163,9 +164,12 @@ {{include file="field_checkbox.tpl" field=$private_addons}} {{include file="field_checkbox.tpl" field=$disable_embedded}} {{include file="field_checkbox.tpl" field=$allow_users_remote_self}} + {{include file="field_checkbox.tpl" field=$adjust_poll_frequency}} {{include file="field_checkbox.tpl" field=$explicit_content}} {{include file="field_checkbox.tpl" field=$proxify_content}} -
    + {{include file="field_checkbox.tpl" field=$local_search}} + {{include file="field_input.tpl" field=$blocked_tags}} +
    @@ -217,6 +221,7 @@
    {{include file="field_select.tpl" field=$contact_discovery}} + {{include file="field_checkbox.tpl" field=$update_active_contacts}} {{include file="field_checkbox.tpl" field=$synchronize_directory}} {{include file="field_checkbox.tpl" field=$poco_discovery}} {{include file="field_input.tpl" field=$poco_requery_days}} @@ -246,12 +251,18 @@ {{include file="field_checkbox.tpl" field=$only_tag_search}} {{include file="field_input.tpl" field=$max_comments}} {{include file="field_input.tpl" field=$max_display_comments}} + {{include file="field_input.tpl" field=$itemspage_network}} + {{include file="field_input.tpl" field=$itemspage_network_mobile}} {{include file="field_checkbox.tpl" field=$dbclean}} {{include file="field_input.tpl" field=$dbclean_expire_days}} {{include file="field_input.tpl" field=$dbclean_unclaimed}} {{include file="field_input.tpl" field=$dbclean_expire_conv}} {{include file="field_checkbox.tpl" field=$optimize_tables}} {{include file="field_checkbox.tpl" field=$cache_contact_avatar}} + {{include file="field_input.tpl" field=$min_poll_interval}} + {{include file="field_input.tpl" field=$cron_interval}} + {{include file="field_checkbox.tpl" field=$process_view}} + {{include file="field_input.tpl" field=$archival_days}}
    + +
    +
    + +
    + +
    +
    + {{include file="field_input.tpl" field=$engagement_hours}} + {{include file="field_input.tpl" field=$engagement_post_limit}} + {{include file="field_input.tpl" field=$interaction_score_days}} + {{include file="field_input.tpl" field=$max_posts_per_author}} + {{include file="field_input.tpl" field=$sharer_interaction_days}}