mirror of
https://github.com/friendica/friendica
synced 2024-12-08 14:06:26 +01:00
Merge branch '2024.09-rc' into port-2024.09-rc-into-develop
This commit is contained in:
commit
66d7ec5734
41 changed files with 21859 additions and 21110 deletions
|
@ -74,6 +74,7 @@
|
|||
"psr/log": "^1.1",
|
||||
"seld/cli-prompt": "^1.0",
|
||||
"smarty/smarty": "^4",
|
||||
"textalk/websocket": "^1.6",
|
||||
"ua-parser/uap-php": "^3.9",
|
||||
"xemlock/htmlpurifier-html5": "^0.1.11"
|
||||
},
|
||||
|
|
169
composer.lock
generated
169
composer.lock
generated
|
@ -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": "3e31a2243fb69e47e1b7000cca946fa2",
|
||||
"content-hash": "64436f375561718bb857e3e1b0e503c9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asika/simple-console",
|
||||
|
@ -1365,6 +1365,24 @@
|
|||
"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"
|
||||
},
|
||||
{
|
||||
|
@ -2796,6 +2814,104 @@
|
|||
],
|
||||
"time": "2024-03-03T02:14:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phrity/net-uri",
|
||||
"version": "1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sirn-se/phrity-net-uri.git",
|
||||
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||||
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 | ^8.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0 | ^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"phpunit/phpunit": "^9.0 | ^10.0",
|
||||
"squizlabs/php_codesniffer": "^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Phrity\\Net\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sören Jensen",
|
||||
"email": "sirn@sirn.se",
|
||||
"homepage": "https://phrity.sirn.se"
|
||||
}
|
||||
],
|
||||
"description": "PSR-7 Uri and PSR-17 UriFactory implementation",
|
||||
"homepage": "https://phrity.sirn.se/net-uri",
|
||||
"keywords": [
|
||||
"psr-17",
|
||||
"psr-7",
|
||||
"uri",
|
||||
"uri factory"
|
||||
],
|
||||
"time": "2023-08-21T10:33:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phrity/util-errorhandler",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
|
||||
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/483228156e06673963902b1cc1e6bd9541ab4d5e",
|
||||
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 | ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"phpunit/phpunit": "^9.0 | ^10.0 | ^11.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Phrity\\Util\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sören Jensen",
|
||||
"email": "sirn@sirn.se",
|
||||
"homepage": "https://phrity.sirn.se"
|
||||
}
|
||||
],
|
||||
"description": "Inline error handler; catch and resolve errors for code block.",
|
||||
"homepage": "https://phrity.sirn.se/util-errorhandler",
|
||||
"keywords": [
|
||||
"error",
|
||||
"warning"
|
||||
],
|
||||
"time": "2024-09-12T06:49:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa",
|
||||
"version": "v5.0.0",
|
||||
|
@ -3658,6 +3774,57 @@
|
|||
],
|
||||
"time": "2020-10-23T14:02:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "textalk/websocket",
|
||||
"version": "1.6.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Textalk/websocket-php.git",
|
||||
"reference": "67de79745b1a357caf812bfc44e0abf481cee012"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
|
||||
"reference": "67de79745b1a357caf812bfc44e0abf481cee012",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 | ^8.0",
|
||||
"phrity/net-uri": "^1.0",
|
||||
"phrity/util-errorhandler": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"psr/log": "^1.0 | ^2.0 | ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WebSocket\\": "lib"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"ISC"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fredrik Liljegren"
|
||||
},
|
||||
{
|
||||
"name": "Sören Jensen"
|
||||
}
|
||||
],
|
||||
"description": "WebSocket client and server",
|
||||
"support": {
|
||||
"issues": "https://github.com/Textalk/websocket-php/issues",
|
||||
"source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
|
||||
},
|
||||
"time": "2022-11-07T18:59:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ua-parser/uap-php",
|
||||
"version": "v3.9.14",
|
||||
|
|
|
@ -125,13 +125,14 @@ class User
|
|||
/**
|
||||
* Block contact id for user id
|
||||
*
|
||||
* @param int $cid Either public contact id or user's contact id
|
||||
* @param int $uid User ID
|
||||
* @param boolean $blocked Is the contact blocked or unblocked?
|
||||
* @param int $cid Either public contact id or user's contact id
|
||||
* @param int $uid User ID
|
||||
* @param boolean $blocked Is the contact blocked or unblocked?
|
||||
* @param boolean $only_set Only set the block flag, don't execute any block transmission
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function setBlocked(int $cid, int $uid, bool $blocked)
|
||||
public static function setBlocked(int $cid, int $uid, bool $blocked, bool $only_set = false)
|
||||
{
|
||||
$cdata = Contact::getPublicAndUserContactID($cid, $uid);
|
||||
if (empty($cdata)) {
|
||||
|
@ -139,10 +140,13 @@ class User
|
|||
}
|
||||
|
||||
$contact = Contact::getById($cdata['public']);
|
||||
if ($blocked) {
|
||||
Worker::add(Worker::PRIORITY_HIGH, 'Contact\Block', $cid, $uid);
|
||||
} else {
|
||||
Worker::add(Worker::PRIORITY_HIGH, 'Contact\Unblock', $cid, $uid);
|
||||
|
||||
if (!$only_set) {
|
||||
if ($blocked) {
|
||||
Worker::add(Worker::PRIORITY_HIGH, 'Contact\Block', $cid, $uid);
|
||||
} else {
|
||||
Worker::add(Worker::PRIORITY_HIGH, 'Contact\Unblock', $cid, $uid);
|
||||
}
|
||||
}
|
||||
|
||||
if ($cdata['user'] != 0) {
|
||||
|
|
|
@ -29,6 +29,7 @@ class Conversation
|
|||
const PARCEL_ATOM = 14;
|
||||
const PARCEL_ATOM03 = 15;
|
||||
const PARCEL_OPML = 16;
|
||||
const PARCEL_JETSTREAM = 17; // @see https://github.com/bluesky-social/jetstream
|
||||
const PARCEL_TWITTER = 67;
|
||||
const PARCEL_CONNECTOR = 68;
|
||||
const PARCEL_UNKNOWN = 255;
|
||||
|
|
|
@ -1472,6 +1472,12 @@ class Item
|
|||
return false;
|
||||
}
|
||||
|
||||
// We only have to apply restrictions if the post originates from our server or is federated.
|
||||
// Every other time we can trust the remote system.
|
||||
if (!in_array($item['network'], Protocol::FEDERATED) && !$item['origin']) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (($restrictions & self::CANT_REPLY) && ($item['verb'] == Activity::POST)) {
|
||||
return true;
|
||||
}
|
||||
|
@ -1796,7 +1802,7 @@ class Item
|
|||
}
|
||||
}
|
||||
|
||||
if (($source_uid == 0) && (($item['private'] == self::PRIVATE) || !in_array($item['network'], Protocol::FEDERATED))) {
|
||||
if (($source_uid == 0) && (($item['private'] == self::PRIVATE) || !in_array($item['network'], array_merge(Protocol::FEDERATED, [Protocol::BLUESKY])))) {
|
||||
Logger::notice('Item is private or not from a federated network. It will not be stored for the user.', ['uri-id' => $uri_id, 'uid' => $uid, 'private' => $item['private'], 'network' => $item['network']]);
|
||||
return 0;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -198,7 +198,6 @@ $a->strings['I like this (toggle)'] = 'أعجبني (بدِّل)';
|
|||
$a->strings['Dislike'] = 'لم يعجبني';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'لم يعجبني (بدِّل)';
|
||||
$a->strings['Map'] = 'خريطة';
|
||||
$a->strings['No system theme config value set.'] = 'لم تُضبط سمة النظام.';
|
||||
$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.'] = 'أتريد حظر هذا المتراسل؟ لن يتمكن من متابعتك أو رؤية مشاركاتك العلنية، ولن تكون قادراً على رؤية مشاركاتهم واستلام تنبيهات منهم.';
|
||||
|
@ -206,6 +205,7 @@ $a->strings['toggle mobile'] = 'بدّل واجهة الهاتف';
|
|||
$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'هذه الطريقة غير مسموح بها لهذه الوحدة. الطرق المسموح بها: %s';
|
||||
$a->strings['Page not found.'] = 'لم يُعثر على الصفحة.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'يجب عليك الولوج لاستخدام الإضافات. ';
|
||||
$a->strings['No system theme config value set.'] = 'لم تُضبط سمة النظام.';
|
||||
$a->strings['The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.'] = 'رمز الأمان للنموذج غير صحيح. ربما لأن النموذج فُتح لفترة طويلة (أكثر من 3 ساعات) قبل تقديمه.';
|
||||
$a->strings['All contacts'] = 'كل المتراسلين';
|
||||
$a->strings['Followers'] = 'متابِعون';
|
||||
|
@ -434,7 +434,6 @@ $a->strings['first'] = 'الأول';
|
|||
$a->strings['prev'] = 'السابق';
|
||||
$a->strings['next'] = 'التالي';
|
||||
$a->strings['last'] = 'الأخير';
|
||||
$a->strings['Image/photo'] = 'صورة';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Link to source'] = 'رابط المصدر';
|
||||
$a->strings['Click to open/close'] = 'أنقر للفتح/للإغلاق';
|
||||
|
@ -811,7 +810,6 @@ $a->strings['Addons reloaded'] = 'أُعيد تحميل الإضافة';
|
|||
$a->strings['Addon %s failed to install.'] = 'فشل تثبيت إضافة %s.';
|
||||
$a->strings['Save Settings'] = 'احفظ الإعدادات';
|
||||
$a->strings['Reload active addons'] = 'أعد تحميل الإضافات النشطة';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s'] = 'لا توجد حاليا أي إضافات متاحة في عقدتك. يمكنك العثور على مستودع الإضافات الرسمي في %1$s وقد تجد إضافات أخرى مثيرة للاهتمام في سجل الإضافات المفتوحة في %2$s';
|
||||
$a->strings['Update has been marked successful'] = 'تُحقق من صحة التحديث وعلّم كـ"ناجح"';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'نجح تطبيق التحديث بنية قاعدة البيانات %s.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'فشل تنفيذ تحديث بنية قاعدة البيانات %s مع رمز الخطأ: %s';
|
||||
|
@ -1345,8 +1343,6 @@ $a->strings['HTML::toMarkdown'] = 'HTML::toMarkdown';
|
|||
$a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
||||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (compact)';
|
||||
$a->strings['Decoded post'] = 'مشاركة مفكوكة الترميز';
|
||||
$a->strings['Post converted'] = 'حُولت المشاركة';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'إضافة تويتر غير موجودة في مجلد addon.';
|
||||
$a->strings['Source text'] = 'النص المصدري';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
$a->strings['Markdown'] = 'ماركداون';
|
||||
|
@ -1987,7 +1983,6 @@ $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['Please enter your password to access this page.'] = 'يرجى إدخال كلمة المرور للوصول إلى هذه الصفحة.';
|
||||
$a->strings['New app-specific password generated.'] = 'أُنشئت كلمة مرور جديدة خاصة بالتطبيق بنجاح.';
|
||||
$a->strings['Last Used'] = 'آخر استخدام';
|
||||
$a->strings['Revoke'] = 'أبطل';
|
||||
$a->strings['Revoke All'] = 'أبطل الكل';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -200,7 +200,6 @@ $a->strings['first'] = 'Първа';
|
|||
$a->strings['prev'] = 'Пред.';
|
||||
$a->strings['next'] = 'следващ';
|
||||
$a->strings['last'] = 'Дата на последния одит. ';
|
||||
$a->strings['Image/photo'] = 'Изображение / снимка';
|
||||
$a->strings['Click to open/close'] = 'Кликнете за отваряне / затваряне';
|
||||
$a->strings['$1 wrote:'] = '$ 1 пише:';
|
||||
$a->strings['Encrypted content'] = 'Шифрирано съдържание';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -300,7 +300,6 @@ $a->strings['first'] = 'Primer';
|
|||
$a->strings['prev'] = 'Prev';
|
||||
$a->strings['next'] = 'següent';
|
||||
$a->strings['last'] = 'Últim';
|
||||
$a->strings['Image/photo'] = 'Imatge/foto';
|
||||
$a->strings['Click to open/close'] = 'Clicar per a obrir/tancar';
|
||||
$a->strings['$1 wrote:'] = '$1 va escriure:';
|
||||
$a->strings['Encrypted content'] = 'Encriptar contingut';
|
||||
|
@ -1008,7 +1007,6 @@ $a->strings['Please enter your password for verification:'] = 'Si us plau, intro
|
|||
$a->strings['Please enter your password to access this page.'] = 'Introduïu la vostra contrasenya per accedir a aquesta pàgina.';
|
||||
$a->strings['App-specific password generation failed: The description is empty.'] = 'Ha fallat la generació de contrasenya específica per a l’aplicació: la descripció està buida.';
|
||||
$a->strings['App-specific password generation failed: This description already exists.'] = 'Ha fallat la generació de contrasenya específica per a l\'aplicació: aquesta descripció ja existeix';
|
||||
$a->strings['New app-specific password generated.'] = 'S\'ha generat una contrasenya nova específica per a l\'aplicació.';
|
||||
$a->strings['App-specific passwords successfully revoked.'] = 'Les contrasenyes específiques de l\'aplicació s\'han revocat correctament.';
|
||||
$a->strings['App-specific password successfully revoked.'] = 'La contrasenya específica de l\'aplicació s\'ha revocat correctament.';
|
||||
$a->strings['Two-factor app-specific passwords'] = 'Contrasenyes específiques per a l\'aplicació de dos factors';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -185,11 +185,11 @@ $a->strings['Delete'] = 'Odstranit';
|
|||
$a->strings['I like this (toggle)'] = 'To se mi líbí (přepínat)';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'To se mi nelíbí (přepínat)';
|
||||
$a->strings['Map'] = 'Mapa';
|
||||
$a->strings['No system theme config value set.'] = 'Není nastavena konfigurační hodnota systémového motivu.';
|
||||
$a->strings['Delete this item?'] = 'Odstranit tuto položku?';
|
||||
$a->strings['toggle mobile'] = 'přepínat mobilní zobrazení';
|
||||
$a->strings['Page not found.'] = 'Stránka nenalezena';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Pro použití doplňků musíte být přihlášen/a.';
|
||||
$a->strings['No system theme config value set.'] = 'Není nastavena konfigurační hodnota systémového motivu.';
|
||||
$a->strings['The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.'] = 'Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním.';
|
||||
$a->strings['All contacts'] = 'Všechny kontakty';
|
||||
$a->strings['Followers'] = 'Sledující';
|
||||
|
@ -371,7 +371,6 @@ $a->strings['first'] = 'první';
|
|||
$a->strings['prev'] = 'předchozí';
|
||||
$a->strings['next'] = 'další';
|
||||
$a->strings['last'] = 'poslední';
|
||||
$a->strings['Image/photo'] = 'Obrázek/fotka';
|
||||
$a->strings['Click to open/close'] = 'Kliknutím otevřete/zavřete';
|
||||
$a->strings['$1 wrote:'] = '$1 napsal/a:';
|
||||
$a->strings['Encrypted content'] = 'Šifrovaný obsah';
|
||||
|
@ -704,7 +703,6 @@ $a->strings['Maintainer: '] = 'Správce: ';
|
|||
$a->strings['Addon %s failed to install.'] = 'Instalace doplňku %s selhala.';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['Reload active addons'] = 'Znovu načíst aktivní doplňky';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s'] = 'Aktuálně nejsou na Vašem serveru k dispozici žádné doplňky. Oficiální repozitář doplňků najdete na %1$s a další zajímavé doplňky můžete najít v otevřeném registru doplňků na %2$s';
|
||||
$a->strings['Update has been marked successful'] = 'Aktualizace byla označena jako úspěšná.';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'Aktualizace struktury databáze %s byla úspěšně aplikována.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'Provádění aktualizace databáze %s selhalo s chybou: %s';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -193,7 +193,6 @@ $a->strings['I like this (toggle)'] = 'Ich mag das (toggle)';
|
|||
$a->strings['Dislike'] = 'Mag ich nicht';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'Ich mag das nicht (toggle)';
|
||||
$a->strings['Map'] = 'Karte';
|
||||
$a->strings['No system theme config value set.'] = 'Es wurde kein Konfigurationswert für das systemweite Theme gesetzt.';
|
||||
$a->strings['Apologies but the website is unavailable at the moment.'] = 'Entschuldigung, aber die Webseite ist derzeit nicht erreichbar.';
|
||||
$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.';
|
||||
|
@ -222,6 +221,7 @@ $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.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Du musst angemeldet sein, um Addons benutzen zu können.';
|
||||
$a->strings['No system theme config value set.'] = 'Es wurde kein Konfigurationswert für das systemweite Theme gesetzt.';
|
||||
$a->strings['The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.'] = 'Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens, wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden).';
|
||||
$a->strings['All contacts'] = 'Alle Kontakte';
|
||||
$a->strings['Followers'] = 'Folgende';
|
||||
|
@ -233,6 +233,7 @@ $a->strings['Addon already enabled'] = 'Addon bereits aktiviert';
|
|||
$a->strings['Addon already disabled'] = 'Addon bereits deaktiviert';
|
||||
$a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden';
|
||||
$a->strings['The contact entries have been archived'] = 'Die Kontakteinträge wurden archiviert.';
|
||||
$a->strings['The avatar cache needs to be disabled in local.config.php to use this command.'] = 'Der Zwischenspeicher für Kontaktprofilbilder muss in der local.config.php deaktiviert sein, um diesen Befehl nutzen zu können.';
|
||||
$a->strings['Could not find any contact entry for this URL (%s)'] = 'Für die URL (%s) konnte kein Kontakt gefunden werden';
|
||||
$a->strings['The contact has been blocked from the node'] = 'Der Kontakt wurde von diesem Knoten geblockt';
|
||||
$a->strings['%d %s, %d duplicates.'] = '%d %s, Duplikat %d.';
|
||||
|
@ -580,7 +581,6 @@ $a->strings['first'] = 'erste';
|
|||
$a->strings['prev'] = 'vorige';
|
||||
$a->strings['next'] = 'nächste';
|
||||
$a->strings['last'] = 'letzte';
|
||||
$a->strings['Image/photo'] = 'Bild/Foto';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a>%3$s';
|
||||
$a->strings['Link to source'] = 'Link zum Originalbeitrag';
|
||||
$a->strings['Click to open/close'] = 'Zum Öffnen/Schließen klicken';
|
||||
|
@ -830,6 +830,7 @@ $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';
|
||||
$a->strings['%s has blocked you'] = '%s hat dich blockiert';
|
||||
$a->strings['Organisation'] = 'Organisation';
|
||||
$a->strings['Group'] = 'Gruppe';
|
||||
$a->strings['Relay'] = 'Relais';
|
||||
|
@ -872,6 +873,9 @@ $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:
|
||||
%s'] = 'Erkannte Sprachen in diesem Beitrag:
|
||||
%s';
|
||||
$a->strings['activity'] = 'Aktivität';
|
||||
$a->strings['comment'] = 'Kommentar';
|
||||
$a->strings['post'] = 'Beitrag';
|
||||
|
@ -1123,7 +1127,7 @@ $a->strings['Addons reloaded'] = 'Addons neu geladen';
|
|||
$a->strings['Addon %s failed to install.'] = 'Addon %s konnte nicht installiert werden';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Reload active addons'] = 'Aktivierte Addons neu laden';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s'] = 'Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s.';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s.'] = 'Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s.';
|
||||
$a->strings['Update has been marked successful'] = 'Update wurde als erfolgreich markiert';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s';
|
||||
|
@ -1219,6 +1223,7 @@ $a->strings['Job Parameters'] = 'Parameter der Aufgabe';
|
|||
$a->strings['Created'] = 'Erstellt';
|
||||
$a->strings['Next Try'] = 'Nächster Versuch';
|
||||
$a->strings['Priority'] = 'Priorität';
|
||||
$a->strings['%s is no valid input for maximum media size'] = '%s ist keine gültige Angabe der maximalen Größe von Medien';
|
||||
$a->strings['%s is no valid input for maximum image size'] = '%s ist keine gültige Angabe der maximalen Größe von Bildern';
|
||||
$a->strings['No special theme for mobile devices'] = 'Kein spezielles Theme für mobile Geräte verwenden.';
|
||||
$a->strings['%s - (Experimental)'] = '%s - (Experimentell)';
|
||||
|
@ -1288,6 +1293,12 @@ $a->strings['Maximum image length'] = 'Maximale Bildlänge';
|
|||
$a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'Maximale Länge in Pixeln der längsten Seite eines hochgeladenen Bildes. Grundeinstellung ist -1, was keine Einschränkung bedeutet.';
|
||||
$a->strings['JPEG image quality'] = 'Qualität des JPEG Bildes';
|
||||
$a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = 'Hochgeladene JPEG-Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust.';
|
||||
$a->strings['Maximum media file size'] = 'Maximale Medien-Dateigröße';
|
||||
$a->strings['Maximum size in bytes of uploaded media files. 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 <code>upload_max_filesize</code> in your <code>PHP.ini</code> needs be set to at least the desired limit.
|
||||
Currently <code>upload_max_filesize</code> is set to %s (%s byte)'] = 'Die maximale Größe von Multimedia Dateien 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.
|
||||
Der Wert der <code>1upload_max_filesize1</code> Variable in der <code>php.ini</code> Datei muss diesem Limit mindestens entsprechen.
|
||||
Derzeit ist <code>3upload_max_filesize3</code> auf %s (%sByte) gesetzt.';
|
||||
$a->strings['Register policy'] = 'Registrierungsmethode';
|
||||
$a->strings['Maximum Users'] = 'Maximale Benutzeranzahl';
|
||||
$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.'] = '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.';
|
||||
|
@ -1402,6 +1413,7 @@ $a->strings['When the database cleanup is enabled, this defines the days after w
|
|||
$a->strings['Lifespan of unclaimed items'] = 'Lebensdauer nicht angeforderter Beiträge';
|
||||
$a->strings['When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0.'] = '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.';
|
||||
$a->strings['Lifespan of raw conversation data'] = 'Lebensdauer der Beiträge';
|
||||
$a->strings['The conversation data is used for ActivityPub, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days.'] = 'Die Konversationsdaten werden für ActivityPub sowie für Debug-Zwecke verwendet. Sie sollten gefahrlos nach 14 Tagen entfernt werden können, der Standardwert beträgt 90 Tage.';
|
||||
$a->strings['Maximum numbers of comments per post'] = 'Maximale Anzahl von Kommentaren pro Beitrag';
|
||||
$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';
|
||||
|
@ -1866,9 +1878,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (kompakt)';
|
||||
$a->strings['Decoded post'] = 'Dekodierter Beitrag';
|
||||
$a->strings['Post array before expand entities'] = 'Beiträgs Array bevor die Entitäten erweitert wurden.';
|
||||
$a->strings['Post converted'] = 'Konvertierter Beitrag';
|
||||
$a->strings['Converted body'] = 'Konvertierter Beitragskörper';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'Das Twitter-Addon konnte nicht im addpn/ Verzeichnis gefunden werden.';
|
||||
$a->strings['Babel Diagnostic'] = 'Babel Diagnostik';
|
||||
$a->strings['Source text'] = 'Quelltext';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
|
@ -2263,6 +2272,7 @@ $a->strings['success'] = 'Erfolg';
|
|||
$a->strings['failed'] = 'Fehlgeschlagen';
|
||||
$a->strings['ignored'] = 'Ignoriert';
|
||||
$a->strings['Keep this window open until done.'] = 'Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist.';
|
||||
$a->strings['Search in Friendica %s'] = 'Friendica durchsuchen %s';
|
||||
$a->strings['The Photo is not available.'] = 'Das Foto ist nicht verfügbar.';
|
||||
$a->strings['The Photo with id %s is not available.'] = 'Das Bild mit ID %s ist nicht verfügbar.';
|
||||
$a->strings['Invalid external resource with url %s.'] = 'Ungültige externe Ressource mit der URL %s';
|
||||
|
@ -2629,6 +2639,10 @@ $a->strings['Potential Delegates'] = 'Potentielle Bevollmächtigte';
|
|||
$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)';
|
||||
$a->strings['Color/Black'] = 'Farbe/Schwarz';
|
||||
$a->strings['Black'] = 'Schwarz';
|
||||
$a->strings['Color/White'] = 'Farbe/Weiß';
|
||||
$a->strings['White'] = 'Weiß';
|
||||
$a->strings['No preview'] = 'Keine Vorschau';
|
||||
$a->strings['No image'] = 'Kein Bild';
|
||||
$a->strings['Small Image'] = 'Kleines Bild';
|
||||
|
@ -2664,6 +2678,12 @@ $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['Hide pictures with empty alternative text'] = 'Bilder ohne Alternativtext verbergen';
|
||||
$a->strings['Don\'t display pictures that are missing the alternative text.'] = 'Bilder die keinen beschreibenden Alternativtext besitzen werden nicht angezeigt.';
|
||||
$a->strings['Hide custom emojis'] = 'Benutzerdefinierte Emojis ausblenden';
|
||||
$a->strings['Don\'t display custom emojis.'] = 'Benutzerdefinierte Emojis werden nicht angezeigt.';
|
||||
$a->strings['Platform icons style'] = 'Stiel der Platformicons';
|
||||
$a->strings['Style of the platform icons'] = 'Stiel der verwendeten Platformicons';
|
||||
$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 Sprachen:';
|
||||
|
@ -2751,7 +2771,7 @@ $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.';
|
||||
$a->strings['New app-specific password generated.'] = 'Neues App spezifisches Passwort erzeugt.';
|
||||
$a->strings['New app-specific password generated: %s'] = 'Neues App spezifisches Passwort erzeugt: %s';
|
||||
$a->strings['App-specific passwords successfully revoked.'] = 'App spezifische Passwörter erfolgreich widerrufen.';
|
||||
$a->strings['App-specific password successfully revoked.'] = 'App spezifisches Passwort erfolgreich widerrufen.';
|
||||
$a->strings['Two-factor app-specific passwords'] = 'Zwei-Faktor App spezifische Passwörter.';
|
||||
|
@ -3150,7 +3170,6 @@ $a->strings['Skip to main content'] = 'Zum Inhalt der Seite gehen';
|
|||
$a->strings['Back to top'] = 'Zurück nach Oben';
|
||||
$a->strings['Light'] = 'Hell';
|
||||
$a->strings['Dark'] = 'Dunkel';
|
||||
$a->strings['Black'] = 'Schwarz';
|
||||
$a->strings['Custom'] = 'Benutzerdefiniert';
|
||||
$a->strings['Guest'] = 'Gast';
|
||||
$a->strings['Visitor'] = 'Besucher';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -203,7 +203,6 @@ $a->strings['first'] = 'unua';
|
|||
$a->strings['prev'] = 'antaŭa';
|
||||
$a->strings['next'] = 'sekvanta';
|
||||
$a->strings['last'] = 'lasta';
|
||||
$a->strings['Image/photo'] = 'Bildo';
|
||||
$a->strings['Click to open/close'] = 'Klaku por malfermi/fermi';
|
||||
$a->strings['$1 wrote:'] = '$1 skribis:';
|
||||
$a->strings['Add New Contact'] = 'Aldonu Novan Kontakton';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -195,13 +195,13 @@ $a->strings['I like this (toggle)'] = 'Me gusta esto (cambiar)';
|
|||
$a->strings['Dislike'] = 'No me gusta';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'No me gusta esto (cambiar)';
|
||||
$a->strings['Map'] = 'Mapa';
|
||||
$a->strings['No system theme config value set.'] = 'No hay tema configurado.';
|
||||
$a->strings['Delete this item?'] = '¿Eliminar este elemento?';
|
||||
$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.'] = '¿Bloquear a este autor? No podrá seguirte ni ver tus publicaciones públicas, y tú no podrás ver sus publicaciones ni sus notificaciones.';
|
||||
$a->strings['toggle mobile'] = 'Cambiar a versión móvil';
|
||||
$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Método no permitido en este módulo. Permitido(s): %s';
|
||||
$a->strings['Page not found.'] = 'Pagina no encontrada.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Tienes que estar registrado para tener acceso a los accesorios.';
|
||||
$a->strings['No system theme config value set.'] = 'No hay tema configurado.';
|
||||
$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.'] = 'Token de la ficha de seguridad incorrecto. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo.';
|
||||
$a->strings['All contacts'] = 'Todos los Contactos';
|
||||
$a->strings['Followers'] = 'Seguidores';
|
||||
|
@ -408,7 +408,6 @@ $a->strings['first'] = 'primera';
|
|||
$a->strings['prev'] = 'previo';
|
||||
$a->strings['next'] = 'sig.';
|
||||
$a->strings['last'] = 'última';
|
||||
$a->strings['Image/photo'] = 'Imagen/Foto';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Click to open/close'] = 'Pulsa para abrir/cerrar';
|
||||
$a->strings['$1 wrote:'] = '$1 escribió:';
|
||||
|
@ -788,7 +787,6 @@ $a->strings['Addons reloaded'] = 'Añadidos re cargados';
|
|||
$a->strings['Addon %s failed to install.'] = 'Instalación de Añadido %s falló';
|
||||
$a->strings['Save Settings'] = 'Guardar configuración';
|
||||
$a->strings['Reload active addons'] = 'Añadidos activos re cargados';
|
||||
$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'] = 'No hay añadidos disponibles en el nodo. Puedes encontrar el repositorio oficial en %1$s y puedes encontrar otros interesantes en el registro de añadidos en %2$s';
|
||||
$a->strings['Update has been marked successful'] = 'La actualización se ha completado con éxito';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'Actualización de base de datos %s fue aplicada con éxito.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'El paso de actualización de la estructura de la base de datos %s fallo con el mensaje de error: %s';
|
||||
|
@ -1296,9 +1294,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (compact)';
|
||||
$a->strings['Decoded post'] = 'Articulo decodificado';
|
||||
$a->strings['Post array before expand entities'] = 'Arreglo sin expandir entidades';
|
||||
$a->strings['Post converted'] = 'Convertido';
|
||||
$a->strings['Converted body'] = 'Cuerpo convertido';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'El Addon de Twitter no existe en folder addon/ .';
|
||||
$a->strings['Babel Diagnostic'] = 'Diagnóstico Babel';
|
||||
$a->strings['Source text'] = 'Texto fuente';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
|
@ -1892,7 +1887,6 @@ $a->strings['Please enter your password for verification:'] = 'Introduce tu cont
|
|||
$a->strings['Please enter your password to access this page.'] = 'Ingresa tu contraseña para acceder a la página.';
|
||||
$a->strings['App-specific password generation failed: The description is empty.'] = 'Generación de Contraseña de la App fallida: Sin explicación';
|
||||
$a->strings['App-specific password generation failed: This description already exists.'] = 'Generación de contraseña de App fallida: Ya existe descripción.';
|
||||
$a->strings['New app-specific password generated.'] = 'Nueva contraseña de la App generada.';
|
||||
$a->strings['App-specific passwords successfully revoked.'] = 'Contraseñas de la App fueron revocadas.';
|
||||
$a->strings['App-specific password successfully revoked.'] = 'Contraseña de la App revocada.';
|
||||
$a->strings['Two-factor app-specific passwords'] = 'Contraseña de la App de 2 Factores';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -244,7 +244,6 @@ $a->strings['first'] = 'esimene';
|
|||
$a->strings['prev'] = 'eelm';
|
||||
$a->strings['next'] = 'järgmine';
|
||||
$a->strings['last'] = 'viimane';
|
||||
$a->strings['Image/photo'] = 'pilt/foto';
|
||||
$a->strings['Click to open/close'] = 'Klõpsa ava/sulge';
|
||||
$a->strings['Encrypted content'] = 'Krüptitud sisu';
|
||||
$a->strings['The end'] = 'Lõpp';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -193,7 +193,6 @@ $a->strings['I like this (toggle)'] = 'J\'aime';
|
|||
$a->strings['Dislike'] = 'N\'aime pas';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'Je n\'aime pas';
|
||||
$a->strings['Map'] = 'Carte';
|
||||
$a->strings['No system theme config value set.'] = 'Le thème système n\'est pas configuré.';
|
||||
$a->strings['Apologies but the website is unavailable at the moment.'] = 'Désolé mais le site web n\'est pas disponible pour le moment.';
|
||||
$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 cet auteur ? Il ne pourra pas s\'abonner à votre compte et vous ne pourrez pas voir ses publications, ni ses commentaires.';
|
||||
|
@ -222,6 +221,7 @@ $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.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Vous devez être connecté pour utiliser les extensions.';
|
||||
$a->strings['No system theme config value set.'] = 'Le thème système n\'est pas configuré.';
|
||||
$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.'] = '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é.';
|
||||
$a->strings['All contacts'] = 'Tous les contacts';
|
||||
$a->strings['Followers'] = 'Abonnés';
|
||||
|
@ -593,7 +593,6 @@ $a->strings['first'] = 'premier';
|
|||
$a->strings['prev'] = 'précédent';
|
||||
$a->strings['next'] = 'suivant';
|
||||
$a->strings['last'] = 'dernier';
|
||||
$a->strings['Image/photo'] = 'Image/photo';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Link to source'] = 'Lien vers la source';
|
||||
$a->strings['Click to open/close'] = 'Cliquer pour ouvrir/fermer';
|
||||
|
@ -845,6 +844,7 @@ $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['%s has blocked you'] = '%s vous a bloqué(e).';
|
||||
$a->strings['Organisation'] = 'Organisation';
|
||||
$a->strings['Group'] = 'Groupe';
|
||||
$a->strings['Relay'] = 'Relai';
|
||||
|
@ -1148,7 +1148,7 @@ $a->strings['Addons reloaded'] = 'Extensions rechargées';
|
|||
$a->strings['Addon %s failed to install.'] = 'L\'extension %s a échoué à s\'installer.';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Reload active addons'] = 'Recharger les extensions activées.';
|
||||
$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'] = 'Il n\'y a pas d\'extension disponible sur votre serveur. Vous pouvez trouver le dépôt officiel d\'extensions sur %1$s et des extension non-officielles dans le répertoire d\'extensions ouvert sur %2$s.';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s.'] = 'Il n\'y a pas d\'extension disponible sur votre serveur. Vous pouvez trouver le dépôt officiel d\'extensions sur %1$s.';
|
||||
$a->strings['Update has been marked successful'] = 'Mise à jour validée comme \'réussie\'';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'La structure de base de données pour la mise à jour %s a été appliquée avec succès.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'L\'exécution de la mise à jour %s pour la structure de base de données a échoué avec l\'erreur: %s';
|
||||
|
@ -1918,9 +1918,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (compact)';
|
||||
$a->strings['Decoded post'] = 'Publication décodée';
|
||||
$a->strings['Post array before expand entities'] = 'Tableau de la publication avant de résoudre les entités';
|
||||
$a->strings['Post converted'] = 'Publication convertie';
|
||||
$a->strings['Converted body'] = 'Corps de texte converti';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'L\'extension Twitter est absente du dossier addon/';
|
||||
$a->strings['Babel Diagnostic'] = 'Disagnostic Babel';
|
||||
$a->strings['Source text'] = 'Texte source';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
|
@ -2329,6 +2326,7 @@ $a->strings['success'] = 'réussite';
|
|||
$a->strings['failed'] = 'échec';
|
||||
$a->strings['ignored'] = 'ignoré';
|
||||
$a->strings['Keep this window open until done.'] = 'Veuillez garder cette fenêtre ouverte jusqu\'à la fin.';
|
||||
$a->strings['Search in Friendica %s'] = 'Rechercher sur Friendica de %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.';
|
||||
|
@ -2510,7 +2508,7 @@ $a->strings['Account for a popular profile that automatically approves contact r
|
|||
$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.';
|
||||
$a->strings['(Optional) Allow this OpenID to login to this account.'] = '(Facultatif) Autoriser cet OpenID à se connecter à ce compte.';
|
||||
$a->strings['Publish your profile in your local site directory?'] = 'Publier votre profil dans le répertoire local';
|
||||
$a->strings['Your profile will be published in this node\'s <a href="%s">local directory</a>. Your profile details may be publicly visible depending on the system settings.'] = 'Votre profil sera public sur l\'<a href="%s">annuaire local</a> de cette instance. Les détails de votre profil pourront être visible publiquement selon les paramètres de votre système.';
|
||||
$a->strings['Your profile will also be published in the global friendica directories (e.g. <a href="%s">%s</a>).'] = 'Votre profil sera aussi publié dans le répertoire Friendica global (<a href="%s">%s</a>).';
|
||||
|
@ -2691,6 +2689,10 @@ $a->strings['Potential Delegates'] = 'Délégataires potentiels';
|
|||
$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é)';
|
||||
$a->strings['Color/Black'] = 'Couleur/Noir';
|
||||
$a->strings['Black'] = 'Noir';
|
||||
$a->strings['Color/White'] = 'Couleur/Blanc';
|
||||
$a->strings['White'] = 'Blanc';
|
||||
$a->strings['No preview'] = 'Pas d\'aperçu';
|
||||
$a->strings['No image'] = 'Pas d\'image';
|
||||
$a->strings['Small Image'] = 'Petite image';
|
||||
|
@ -2726,6 +2728,12 @@ $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['Hide pictures with empty alternative text'] = 'Masquer les images sans texte alternatif';
|
||||
$a->strings['Don\'t display pictures that are missing the alternative text.'] = 'N\'affiche pas les images qui n\'ont pas de texte alternatif.';
|
||||
$a->strings['Hide custom emojis'] = 'Masquer les emojis personnalisés';
|
||||
$a->strings['Don\'t display custom emojis.'] = 'N\'affiche pas les émojis personnalisés.';
|
||||
$a->strings['Platform icons style'] = 'Style des icônes de plateforme';
|
||||
$a->strings['Style of the platform icons'] = 'Style des icônes de plateforme.';
|
||||
$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 :';
|
||||
|
@ -2812,7 +2820,7 @@ $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à.';
|
||||
$a->strings['New app-specific password generated.'] = 'Nouveau mot de passe spécifique à l\'application généré avec succès.';
|
||||
$a->strings['New app-specific password generated: %s'] = 'Nouveau mot de passe applicatif généré : %s';
|
||||
$a->strings['App-specific passwords successfully revoked.'] = 'Mots de passe spécifiques à des applications révoqués avec succès.';
|
||||
$a->strings['App-specific password successfully revoked.'] = 'Mot de passe spécifique à l\'application révoqué avec succès.';
|
||||
$a->strings['Two-factor app-specific passwords'] = 'Authentification à deux facteurs : Mots de passe spécifiques aux applications';
|
||||
|
@ -3211,7 +3219,6 @@ $a->strings['Skip to main content'] = 'Aller au contenu principal';
|
|||
$a->strings['Back to top'] = 'Retour en haut';
|
||||
$a->strings['Light'] = 'Clair';
|
||||
$a->strings['Dark'] = 'Sombre';
|
||||
$a->strings['Black'] = 'Noir';
|
||||
$a->strings['Custom'] = 'Personnalisé';
|
||||
$a->strings['Guest'] = 'Invité';
|
||||
$a->strings['Visitor'] = 'Visiteur';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -197,7 +197,6 @@ $a->strings['I like this (toggle)'] = '’S toigh leam seo (toglaich)';
|
|||
$a->strings['Dislike'] = 'Cha toigh leam seo';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'Cha toigh leam seo (toglaich)';
|
||||
$a->strings['Map'] = 'Mapa';
|
||||
$a->strings['No system theme config value set.'] = 'Cha deach luach a shuidheachadh do rèiteachadh ùrlar an t-siostaim.';
|
||||
$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.';
|
||||
|
@ -224,6 +223,7 @@ $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. ';
|
||||
$a->strings['No system theme config value set.'] = 'Cha deach luach a shuidheachadh do rèiteachadh ùrlar an t-siostaim.';
|
||||
$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.'] = '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.';
|
||||
$a->strings['All contacts'] = 'A h-uile neach-aithne';
|
||||
$a->strings['Followers'] = 'Luchd-leantainn';
|
||||
|
@ -335,10 +335,10 @@ $a->strings['%2$s attends maybe.'] = [
|
|||
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.',
|
||||
0 => 'Cho-roinn %2$s seo.',
|
||||
1 => 'Cho-roinn %2$s seo.',
|
||||
2 => 'Cho-roinn %2$s seo.',
|
||||
3 => 'Cho-roinn %2$s seo.',
|
||||
];
|
||||
$a->strings['<button type="button" %2$s>%1$d person</button> likes this'] = [
|
||||
0 => '’S toil le <button type="button" %2$s>%1$d</button> seo',
|
||||
|
@ -416,7 +416,7 @@ $a->strings['Delete Selected Items'] = 'Sguab às na nithean a thagh thu';
|
|||
$a->strings['You had been addressed (%s).'] = 'Chaidh d’ ainmeachadh (%s).';
|
||||
$a->strings['You are following %s.'] = 'Tha thu a’ leantainn air %s.';
|
||||
$a->strings['You subscribed to one or more tags in this post.'] = 'Dh’fho-sgrìobh thu air taga no dhà sa phost seo.';
|
||||
$a->strings['%s reshared this.'] = 'Co-roinn %s seo.';
|
||||
$a->strings['%s reshared this.'] = 'Cho-roinn %s seo.';
|
||||
$a->strings['Reshared'] = '’Ga cho-roinneadh';
|
||||
$a->strings['Reshared by %s <%s>'] = '’Ga cho-roinneadh le %s <%s>';
|
||||
$a->strings['%s is participating in this thread.'] = 'Tha %s a’ gabhail pàirt san t-snàithlean seo.';
|
||||
|
@ -568,7 +568,6 @@ $a->strings['first'] = 'dhan toiseach';
|
|||
$a->strings['prev'] = 'air ais';
|
||||
$a->strings['next'] = 'air adhart';
|
||||
$a->strings['last'] = 'dhan deireadh';
|
||||
$a->strings['Image/photo'] = 'Dealbh';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Link to source'] = 'Ceangal dhan tùs';
|
||||
$a->strings['Click to open/close'] = 'Briog ’ga fhosgladh/dhùnadh';
|
||||
|
@ -1014,7 +1013,6 @@ $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['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';
|
||||
|
@ -1710,9 +1708,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (dùmhlaichte)';
|
||||
$a->strings['Decoded post'] = 'Post air a dhì-chòdachadh';
|
||||
$a->strings['Post array before expand entities'] = 'Arraigh a’ phuist ro leudachadh nan eintiteasan';
|
||||
$a->strings['Post converted'] = 'Post air iompachadh';
|
||||
$a->strings['Converted body'] = 'Bodhaig air a h-iompachadh';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'Chan eil tuilleadan Twitter sa phasgan addon/.';
|
||||
$a->strings['Babel Diagnostic'] = 'Diagnosachd Babel';
|
||||
$a->strings['Source text'] = 'Teacsa tùsail';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -196,7 +196,6 @@ $a->strings['I like this (toggle)'] = 'Ezt kedvelem (átváltás)';
|
|||
$a->strings['Dislike'] = 'Nem tetszik';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'Ezt nem kedvelem (átváltás)';
|
||||
$a->strings['Map'] = 'Térkép';
|
||||
$a->strings['No system theme config value set.'] = 'Nincs rendszertéma beállítási érték megadva.';
|
||||
$a->strings['Apologies but the website is unavailable at the moment.'] = 'Elnézést, de a weboldal jelenleg nem érhető el.';
|
||||
$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.';
|
||||
|
@ -225,6 +224,7 @@ $a->strings['toggle mobile'] = 'váltás mobilra';
|
|||
$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'A módszer nem engedélyezett ennél a modulnál. Az engedélyezett módszerek: %s';
|
||||
$a->strings['Page not found.'] = 'Az oldal nem található.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Bejelentkezve kell lennie a bővítmények használatához.';
|
||||
$a->strings['No system theme config value set.'] = 'Nincs rendszertéma beállítási érték megadva.';
|
||||
$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.'] = '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.';
|
||||
$a->strings['All contacts'] = 'Összes partner';
|
||||
$a->strings['Followers'] = 'Követők';
|
||||
|
@ -236,6 +236,7 @@ $a->strings['Addon already enabled'] = 'A bővítmény már engedélyezve van';
|
|||
$a->strings['Addon already disabled'] = 'A bővítmény már le van tiltva';
|
||||
$a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'Nem sikerült találni egyetlen archiválatlan partnerbejegyzést sem erről az URL-ről (%s)';
|
||||
$a->strings['The contact entries have been archived'] = 'A partnerbejegyzések archiválva lettek';
|
||||
$a->strings['The avatar cache needs to be disabled in local.config.php to use this command.'] = 'A profilkép gyorsítótárának letiltva kell lennie a local.config.php fájlban a parancs használatához.';
|
||||
$a->strings['Could not find any contact entry for this URL (%s)'] = 'Nem sikerült találni egyetlen partnerbejegyzést sem erről az URL-ről (%s)';
|
||||
$a->strings['The contact has been blocked from the node'] = 'A partner tiltva lett a csomópontról';
|
||||
$a->strings['%d %s, %d duplicates.'] = '%d %s, %d kettőzés.';
|
||||
|
@ -583,7 +584,6 @@ $a->strings['first'] = 'első';
|
|||
$a->strings['prev'] = 'előző';
|
||||
$a->strings['next'] = 'következő';
|
||||
$a->strings['last'] = 'utolsó';
|
||||
$a->strings['Image/photo'] = 'Kép vagy fénykép';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Link to source'] = 'Hivatkozás a forráshoz';
|
||||
$a->strings['Click to open/close'] = 'Kattintson a megnyitáshoz vagy bezáráshoz';
|
||||
|
@ -835,6 +835,7 @@ $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['%s has blocked you'] = '%s letiltotta Önt';
|
||||
$a->strings['Organisation'] = 'Szervezet';
|
||||
$a->strings['Group'] = 'Csoport';
|
||||
$a->strings['Relay'] = 'Továbbítás';
|
||||
|
@ -877,6 +878,9 @@ $a->strings['%s\'s birthday'] = '%s születésnapja';
|
|||
$a->strings['Happy Birthday %s'] = 'Boldog születésnapot, %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:
|
||||
%s'] = 'A bejegyzésben felismert nyelvek:
|
||||
%s';
|
||||
$a->strings['activity'] = 'tevékenység';
|
||||
$a->strings['comment'] = 'hozzászólás';
|
||||
$a->strings['post'] = 'bejegyzés';
|
||||
|
@ -1135,7 +1139,7 @@ $a->strings['Addons reloaded'] = 'Bővítmények újratöltve';
|
|||
$a->strings['Addon %s failed to install.'] = 'A(z) „%s” bővítmény telepítése sikertelen.';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Reload active addons'] = 'Bekapcsolt bővítmények újratöltése';
|
||||
$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'] = 'Jelenleg nem érhetők el bővítmények az Ön csomópontján. A hivatalos bővítménytároló megtalálható a %1$s oldalon, és esetleg egyéb érdekes bővítményeket is találhat a %2$s címen elérhető nyílt bővítményjegyzékben.';
|
||||
$a->strings['There are currently no addons available on your node. You can find the official addon repository at %1$s.'] = 'Jelenleg nem érhetők el bővítmények az Ön csomópontján. A hivatalos bővítménytároló megtalálható a %1$s oldalon.';
|
||||
$a->strings['Update has been marked successful'] = 'A frissítés sikeresen meg lett jelölve';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'A(z) %s adatbázisszerkezet-frissítés sikeresen alkalmazva.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'A(z) %s adatbázisszerkezet-frissítés végrehajtása meghiúsult ezzel a hibával: %s';
|
||||
|
@ -1231,6 +1235,7 @@ $a->strings['Job Parameters'] = 'Feladat paraméterei';
|
|||
$a->strings['Created'] = 'Létrehozva';
|
||||
$a->strings['Next Try'] = 'Következő próba';
|
||||
$a->strings['Priority'] = 'Prioritás';
|
||||
$a->strings['%s is no valid input for maximum media size'] = 'A(z) %s nem érvényes bemenet a legnagyobb médiamérethez';
|
||||
$a->strings['%s is no valid input for maximum image size'] = 'A(z) %s nem érvényes bemenet a legnagyobb képmérethez';
|
||||
$a->strings['No special theme for mobile devices'] = 'Nincs különleges téma a mobil eszközökhöz';
|
||||
$a->strings['%s - (Experimental)'] = '%s – (kísérleti)';
|
||||
|
@ -1300,6 +1305,12 @@ $a->strings['Maximum image length'] = 'Legnagyobb képhossz';
|
|||
$a->strings['Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.'] = 'A feltöltött képek leghosszabb oldalának legnagyobb hossza képpontban. Alapértelmezetten -1, ami azt jelenti, hogy nincs korlát.';
|
||||
$a->strings['JPEG image quality'] = 'JPEG-képek minősége';
|
||||
$a->strings['Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.'] = '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.';
|
||||
$a->strings['Maximum media file size'] = 'Legnagyobb médiafájlméret';
|
||||
$a->strings['Maximum size in bytes of uploaded media files. 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 <code>upload_max_filesize</code> in your <code>PHP.ini</code> needs be set to at least the desired limit.
|
||||
Currently <code>upload_max_filesize</code> is set to %s (%s byte)'] = 'A feltöltött médiafájlok 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.
|
||||
A <code>PHP.ini</code> fájlban lévő <code>upload_max_filesize</code> értékét be kell állítani legalább a kívánt korlátra.
|
||||
Jelenleg az <code>upload_max_filesize</code> %s (%s bájt) értékre van állítva.';
|
||||
$a->strings['Register policy'] = 'Regisztrációs irányelv';
|
||||
$a->strings['Maximum Users'] = 'Legtöbb felhasználó';
|
||||
$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.'] = '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.';
|
||||
|
@ -1414,6 +1425,7 @@ $a->strings['When the database cleanup is enabled, this defines the days after w
|
|||
$a->strings['Lifespan of unclaimed items'] = 'Nem igényelt elemek élettartama';
|
||||
$a->strings['When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0.'] = '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.';
|
||||
$a->strings['Lifespan of raw conversation data'] = 'Nyers beszélgetési adatok élettartama';
|
||||
$a->strings['The conversation data is used for ActivityPub, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days.'] = 'A beszélgetési adatok az ActivityPub 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.';
|
||||
$a->strings['Maximum numbers of comments per post'] = 'Bejegyzésenkénti hozzászólások legnagyobb száma';
|
||||
$a->strings['How much comments should be shown for each post? Default value is 100.'] = 'Mennyi hozzászólást kell megjeleníteni az egyes bejegyzéseknél? Az alapértelmezett érték 100.';
|
||||
$a->strings['Maximum numbers of comments per post on the display page'] = 'Bejegyzésenkénti hozzászólások legnagyobb száma a megjelenítési oldalon';
|
||||
|
@ -1878,9 +1890,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (tömör)';
|
||||
$a->strings['Decoded post'] = 'Dekódolt bejegyzés';
|
||||
$a->strings['Post array before expand entities'] = 'A bejegyzéstömb az entitások kiterjesztése előtt';
|
||||
$a->strings['Post converted'] = 'Bejegyzés átalakítva';
|
||||
$a->strings['Converted body'] = 'Átalakított törzs';
|
||||
$a->strings['Twitter addon is absent from the addon/ folder.'] = 'A Twitter bővítmény hiányzik az „addon/” mappából.';
|
||||
$a->strings['Babel Diagnostic'] = 'Babel diagnosztika';
|
||||
$a->strings['Source text'] = 'Forrásszöveg';
|
||||
$a->strings['BBCode'] = 'BBCode';
|
||||
|
@ -2275,6 +2284,7 @@ $a->strings['success'] = 'sikeres';
|
|||
$a->strings['failed'] = 'sikertelen';
|
||||
$a->strings['ignored'] = 'mellőzve';
|
||||
$a->strings['Keep this window open until done.'] = 'Tartsa nyitva ezt az ablakot, amíg el nem készül.';
|
||||
$a->strings['Search in Friendica %s'] = 'Keresés itt: Friendica %s';
|
||||
$a->strings['The Photo is not available.'] = 'A fénykép nem érhető el.';
|
||||
$a->strings['The Photo with id %s is not available.'] = 'A(z) %s azonosítóval rendelkező fénykép nem érhető el.';
|
||||
$a->strings['Invalid external resource with url %s.'] = 'Érvénytelen külső erőforrás a(z) %s URL-lel.';
|
||||
|
@ -2636,6 +2646,10 @@ $a->strings['Potential Delegates'] = 'Lehetséges meghatalmazottak';
|
|||
$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)';
|
||||
$a->strings['Color/Black'] = 'Színes/fekete';
|
||||
$a->strings['Black'] = 'Fekete';
|
||||
$a->strings['Color/White'] = 'Színes/fehér';
|
||||
$a->strings['White'] = 'Fehér';
|
||||
$a->strings['No preview'] = 'Nincs előnézet';
|
||||
$a->strings['No image'] = 'Nincs kép';
|
||||
$a->strings['Small Image'] = 'Kis kép';
|
||||
|
@ -2671,6 +2685,12 @@ $a->strings['DIsplay the event list'] = 'Az eseménylista megjelenítése';
|
|||
$a->strings['Display the birthday reminder and event list on the network page.'] = 'A születésnapi emlékeztető és az eseménylista megjelenítése a hálózat oldalán.';
|
||||
$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['Hide pictures with empty alternative text'] = 'Üres alternatív szöveggel rendelkező képek elrejtése';
|
||||
$a->strings['Don\'t display pictures that are missing the alternative text.'] = 'Ne jelenítse meg azokat a képeket, amelyeknél hiányzik az alternatív szöveg.';
|
||||
$a->strings['Hide custom emojis'] = 'Egyéni emodzsik elrejtése';
|
||||
$a->strings['Don\'t display custom emojis.'] = 'Ne jelenítse meg az egyéni emodzsikat.';
|
||||
$a->strings['Platform icons style'] = 'Platformikonok stílusa';
|
||||
$a->strings['Style of the platform icons'] = 'A platformikonok stílusa';
|
||||
$a->strings['Bookmark'] = 'Könyvjelző';
|
||||
$a->strings['Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu.'] = 'Azon idővonalak engedélyezése, amelyeket a csatornák felületi elemben szeretne látni. Azon idővonalak könyvjelzőzése, amelyeket a felső menüben szeretne látni.';
|
||||
$a->strings['Channel languages:'] = 'Csatorna nyelvei:';
|
||||
|
@ -2757,7 +2777,7 @@ $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.';
|
||||
$a->strings['New app-specific password generated.'] = 'Az új alkalmazásfüggő jelszó előállítva.';
|
||||
$a->strings['New app-specific password generated: %s'] = 'Az új alkalmazásfüggő jelszó előállítva: %s';
|
||||
$a->strings['App-specific passwords successfully revoked.'] = 'Az alkalmazásfüggő jelszavak sikeresen visszavonva.';
|
||||
$a->strings['App-specific password successfully revoked.'] = 'Az alkalmazásfüggő jelszó sikeresen visszavonva.';
|
||||
$a->strings['Two-factor app-specific passwords'] = 'Kétlépcsős alkalmazásfüggő jelszavak';
|
||||
|
@ -3154,7 +3174,6 @@ $a->strings['Skip to main content'] = 'Kihagyás a fő tartalomhoz';
|
|||
$a->strings['Back to top'] = 'Vissza a tetejére';
|
||||
$a->strings['Light'] = 'Világos';
|
||||
$a->strings['Dark'] = 'Sötét';
|
||||
$a->strings['Black'] = 'Fekete';
|
||||
$a->strings['Custom'] = 'Egyéni';
|
||||
$a->strings['Guest'] = 'Vendég';
|
||||
$a->strings['Visitor'] = 'Látogató';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -244,7 +244,6 @@ $a->strings['first'] = 'fremsta';
|
|||
$a->strings['prev'] = 'á undan';
|
||||
$a->strings['next'] = 'næsta';
|
||||
$a->strings['last'] = 'síðasta';
|
||||
$a->strings['Image/photo'] = 'Mynd';
|
||||
$a->strings['Click to open/close'] = 'Smelltu til að opna/loka';
|
||||
$a->strings['$1 wrote:'] = '$1 skrifaði:';
|
||||
$a->strings['Encrypted content'] = 'Dulritað efni';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -187,7 +187,6 @@ $a->strings['I like this (toggle)'] = 'Mi piace (clic per cambiare)';
|
|||
$a->strings['Dislike'] = 'Non Mi Piace';
|
||||
$a->strings['I don\'t like this (toggle)'] = 'Non mi piace (clic per cambiare)';
|
||||
$a->strings['Map'] = 'Mappa';
|
||||
$a->strings['No system theme config value set.'] = 'Nessun tema di sistema impostato.';
|
||||
$a->strings['Apologies but the website is unavailable at the moment.'] = 'Ci scusiamo, il sito non è disponibile al momento.';
|
||||
$a->strings['Delete this item?'] = 'Cancellare questo elemento?';
|
||||
$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.'] = '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.';
|
||||
|
@ -195,6 +194,7 @@ $a->strings['toggle mobile'] = 'commuta tema mobile';
|
|||
$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Metodo non consentito per questo modulo. Metodo(i) consentiti: %s';
|
||||
$a->strings['Page not found.'] = 'Pagina non trovata.';
|
||||
$a->strings['You must be logged in to use addons. '] = 'Devi aver effettuato il login per usare i componenti aggiuntivi.';
|
||||
$a->strings['No system theme config value set.'] = 'Nessun tema di sistema impostato.';
|
||||
$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.'] = 'Il token di sicurezza del modulo non era corretto. Probabilmente il modulo è rimasto aperto troppo a lungo (>3 ore) prima di inviarlo.';
|
||||
$a->strings['All contacts'] = 'Tutti i contatti';
|
||||
$a->strings['Followers'] = 'Seguaci';
|
||||
|
@ -415,7 +415,6 @@ $a->strings['first'] = 'primo';
|
|||
$a->strings['prev'] = 'prec';
|
||||
$a->strings['next'] = 'succ';
|
||||
$a->strings['last'] = 'ultimo';
|
||||
$a->strings['Image/photo'] = 'Immagine/foto';
|
||||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s';
|
||||
$a->strings['Link to source'] = 'Collegamento all\'originale';
|
||||
$a->strings['Click to open/close'] = 'Clicca per aprire/chiudere';
|
||||
|
@ -807,7 +806,6 @@ $a->strings['Addons reloaded'] = 'Componenti aggiuntivi ricaricati';
|
|||
$a->strings['Addon %s failed to install.'] = 'Installazione del componente aggiuntivo %s non riuscita.';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Reload active addons'] = 'Ricarica componenti aggiuntivi attivi.';
|
||||
$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'] = 'Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale dei componenti aggiuntivi su %1$s e potresti trovare altri componenti aggiuntivi interessanti nell\'open addon repository su %2$s';
|
||||
$a->strings['Update has been marked successful'] = 'L\'aggiornamento è stato segnato come di successo';
|
||||
$a->strings['Database structure update %s was successfully applied.'] = 'Aggiornamento struttura database %s applicata con successo.';
|
||||
$a->strings['Executing of database structure update %s failed with error: %s'] = 'Aggiornamento struttura database %s fallita con errore: %s';
|
||||
|
@ -1346,9 +1344,6 @@ $a->strings['HTML::toPlaintext'] = 'HTML::toPlaintext';
|
|||
$a->strings['HTML::toPlaintext (compact)'] = 'HTML::toPlaintext (compatto)';
|
||||
$a->strings['Decoded post'] = 'Messaggio decodificato';
|
||||
$a->strings |