From a823bd55e4ed4bd7b2549a889ac8da1ed9bbd55f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 4 Dec 2025 09:16:25 +0000 Subject: [PATCH 001/225] New translations auth.php (Bengali) --- lang/bn/auth.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/bn/auth.php b/lang/bn/auth.php index 06ed376a71a..470cbf75d55 100644 --- a/lang/bn/auth.php +++ b/lang/bn/auth.php @@ -24,7 +24,7 @@ 'password_hint' => 'ন্যূনতম ৮ অক্ষরের হতে হবে', 'forgot_password' => 'পাসওয়ার্ড ভুলে গেছেন?', 'remember_me' => 'লগইন স্থায়িত্ব ধরে রাখুন', - 'ldap_email_hint' => 'Please enter an email to use for this account.', + 'ldap_email_hint' => 'অনুগ্রহ করে এই অ্যাকাউন্টের জন্য ব্যবহার করার জন্য একটি ইমেইল ঠিকানা লিখুন।', 'create_account' => 'Create Account', 'already_have_account' => 'Already have an account?', 'dont_have_account' => 'Don\'t have an account?', @@ -39,16 +39,16 @@ 'register_success' => 'Thanks for signing up! You are now registered and signed in.', // Login auto-initiation - 'auto_init_starting' => 'Attempting Login', + 'auto_init_starting' => 'লগইন করার চেষ্টা করা হচ্ছে', 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', 'auto_init_start_link' => 'Proceed with authentication', // Password Reset - 'reset_password' => 'Reset Password', + 'reset_password' => 'পাসওয়ার্ড রিসেট করুন', 'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.', 'reset_password_send_button' => 'Send Reset Link', 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', - 'reset_password_success' => 'Your password has been successfully reset.', + 'reset_password_success' => 'আপনার পাসওয়ার্ড সফলভাবে রিসেট করা হয়েছে.', 'email_reset_subject' => 'Reset your :appName password', 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', From fcb34f0b7ff4027d7b74d61ad0695d1370be88d1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 4 Dec 2025 12:03:43 +0000 Subject: [PATCH 002/225] New translations auth.php (Bengali) --- lang/bn/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/bn/auth.php b/lang/bn/auth.php index 470cbf75d55..30879fcb6d3 100644 --- a/lang/bn/auth.php +++ b/lang/bn/auth.php @@ -25,7 +25,7 @@ 'forgot_password' => 'পাসওয়ার্ড ভুলে গেছেন?', 'remember_me' => 'লগইন স্থায়িত্ব ধরে রাখুন', 'ldap_email_hint' => 'অনুগ্রহ করে এই অ্যাকাউন্টের জন্য ব্যবহার করার জন্য একটি ইমেইল ঠিকানা লিখুন।', - 'create_account' => 'Create Account', + 'create_account' => 'অ্যাকাউন্ট তৈরি করুন', 'already_have_account' => 'Already have an account?', 'dont_have_account' => 'Don\'t have an account?', 'social_login' => 'Social Login', From 54c00cdf48d275e5996b47c53ec4d04d1e85d3d4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 4 Dec 2025 12:03:45 +0000 Subject: [PATCH 003/225] New translations activities.php (Bengali) --- lang/bn/activities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/bn/activities.php b/lang/bn/activities.php index 7e4ba8229aa..c9268f8abe4 100644 --- a/lang/bn/activities.php +++ b/lang/bn/activities.php @@ -131,7 +131,7 @@ 'sort_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule', - 'sort_rule_update_notification' => 'Sort rule successfully updated', + 'sort_rule_update_notification' => 'রোলটি সার্থকভাবে হালনাগাদ করা হয়েছে', 'sort_rule_delete' => 'deleted sort rule', 'sort_rule_delete_notification' => 'Sort rule successfully deleted', From e60fbee700ebb7b1f2fadff1f1bb1c09d44c7078 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 5 Dec 2025 20:09:13 +0000 Subject: [PATCH 004/225] New translations activities.php (Serbian (Cyrillic)) --- lang/sr/activities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/sr/activities.php b/lang/sr/activities.php index ad594a2204e..b4aa5e2a7f4 100644 --- a/lang/sr/activities.php +++ b/lang/sr/activities.php @@ -85,9 +85,9 @@ 'webhook_delete_notification' => 'Вебхоок је успешно обрисан', // Imports - 'import_create' => 'created import', + 'import_create' => 'креиран увоз', 'import_create_notification' => 'Import successfully uploaded', - 'import_run' => 'updated import', + 'import_run' => 'ажуриран увоз', 'import_run_notification' => 'Content successfully imported', 'import_delete' => 'deleted import', 'import_delete_notification' => 'Import successfully deleted', From a4f85eb30cdd2d2980a056934998bf233ac67e17 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 5 Dec 2025 20:09:14 +0000 Subject: [PATCH 005/225] New translations editor.php (Serbian (Cyrillic)) --- lang/sr/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/sr/editor.php b/lang/sr/editor.php index e5052595ceb..2756775a9f2 100644 --- a/lang/sr/editor.php +++ b/lang/sr/editor.php @@ -13,7 +13,7 @@ 'cancel' => 'Поништи', 'save' => 'Сачувај', 'close' => 'Затвори', - 'apply' => 'Apply', + 'apply' => 'Примени', 'undo' => 'Опозови', 'redo' => 'Понови', 'left' => 'Лево', From 4ee8cada3ab567838313a78777a58fb8cee4a4c9 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 5 Dec 2025 21:27:10 +0000 Subject: [PATCH 006/225] New translations validation.php (Serbian (Cyrillic)) --- lang/sr/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/sr/validation.php b/lang/sr/validation.php index d9b982d1e23..a2a617633ce 100644 --- a/lang/sr/validation.php +++ b/lang/sr/validation.php @@ -14,7 +14,7 @@ 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute мора бити низ.', 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'The :attribute must be a date before :date.', 'between' => [ From 36dd28d7294a67a405ce01904505aaf9404d2cf5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 5 Dec 2025 21:27:11 +0000 Subject: [PATCH 007/225] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/sr/common.php b/lang/sr/common.php index e185c99f5bf..c5c62db6588 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -30,7 +30,7 @@ 'create' => 'Креирај', 'update' => 'Ажурирање', 'edit' => 'Уреди', - 'archive' => 'Archive', + 'archive' => 'Архивирај', 'unarchive' => 'Un-Archive', 'sort' => 'Разврстај', 'move' => 'Премести', From 2d8f4db0cb5174d00efd6494173c049a575c9f2d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 5 Dec 2025 21:27:12 +0000 Subject: [PATCH 008/225] New translations entities.php (Serbian (Cyrillic)) --- lang/sr/entities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/sr/entities.php b/lang/sr/entities.php index 456a76ceb17..151edee40fa 100644 --- a/lang/sr/entities.php +++ b/lang/sr/entities.php @@ -50,7 +50,7 @@ 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', - 'import_continue' => 'Continue Import', + 'import_continue' => 'Настави увоз', 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', 'import_details' => 'Import Details', 'import_run' => 'Run Import', @@ -109,7 +109,7 @@ // Shelves 'shelf' => 'Shelf', - 'shelves' => 'Shelves', + 'shelves' => 'Полице', 'x_shelves' => ':count Shelf|:count Shelves', 'shelves_empty' => 'No shelves have been created', 'shelves_create' => 'Create New Shelf', From a4d70092238e7f9a3b476422dcf39ff637231652 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:37 +0000 Subject: [PATCH 009/225] New translations settings.php (Romanian) --- lang/ro/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ro/settings.php b/lang/ro/settings.php index a28dca22c57..f8516738c5d 100644 --- a/lang/ro/settings.php +++ b/lang/ro/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nicio restricție setată', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Mentenanţă', From 58bdeb9af6ac173ede9f2207d1140effceb59029 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:38 +0000 Subject: [PATCH 010/225] New translations settings.php (French) --- lang/fr/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index e73d8a4b19d..502b934e5ae 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Aucune restriction en place', // Sorting Settings - 'sorting' => 'Tri', - 'sorting_book_default' => 'Tri des livres par défaut', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Sélectionnez le tri par défaut à mettre en place sur les nouveaux livres. Cela n’affectera pas les livres existants, et peut être redéfini dans les livres.', 'sorting_rules' => 'Règles de tri', 'sorting_rules_desc' => 'Ce sont les opérations de tri qui peuvent être appliquées au contenu du système.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Date de mise à jour', 'sort_rule_op_chapters_first' => 'Chapitres en premier', 'sort_rule_op_chapters_last' => 'Chapitres en dernier', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 91aead23f6aae60a5a20b2b03877fba714563126 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:39 +0000 Subject: [PATCH 011/225] New translations settings.php (Spanish) --- lang/es/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 55eb498d630..cc9e227d973 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ninguna restricción establecida', // Sorting Settings - 'sorting' => 'Ordenación', - 'sorting_book_default' => 'Orden por defecto del libro', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Seleccione la regla de ordenación predeterminada para aplicar a nuevos libros. Esto no afectará a los libros existentes, y puede ser anulado por libro.', 'sorting_rules' => 'Reglas de ordenación', 'sorting_rules_desc' => 'Son operaciones de ordenación predefinidas que se pueden aplicar al contenido en el sistema.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Fecha de actualización', 'sort_rule_op_chapters_first' => 'Capítulos al inicio', 'sort_rule_op_chapters_last' => 'Capítulos al final', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Mantenimiento', From 756e5a875d06127235f739ccf77744f536e6806f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:40 +0000 Subject: [PATCH 012/225] New translations settings.php (Arabic) --- lang/ar/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ar/settings.php b/lang/ar/settings.php index 9006ac2277f..e40f779a354 100644 --- a/lang/ar/settings.php +++ b/lang/ar/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'لم يتم اختيار أي قيود', // Sorting Settings - 'sorting' => 'طريقة الترتيب', - 'sorting_book_default' => 'ترتيب الكتاب الافتراضي', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'حدد قاعدة الترتيب الافتراضية لتطبيقها على الكتب الجديدة. لن يؤثر هذا على الكتب الحالية، ويمكن تجاوزه لكل كتاب على حدة.', 'sorting_rules' => 'قواعد الترتيب', 'sorting_rules_desc' => 'هذه هي عمليات الترتيب المحددة مسبقًا الذي يمكن تطبيقها على المحتوى الموجود في النظام.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'تاريخ التحديث', 'sort_rule_op_chapters_first' => 'الفصول الأولى', 'sort_rule_op_chapters_last' => 'الفصول الأخيرة', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'الصيانة', From 63651cf335e7072d52aeb7286fbc35668af3e41d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:41 +0000 Subject: [PATCH 013/225] New translations settings.php (Bulgarian) --- lang/bg/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/bg/settings.php b/lang/bg/settings.php index 6dd27d74a57..c99047b2e4d 100644 --- a/lang/bg/settings.php +++ b/lang/bg/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Няма наложени ограничения', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Поддръжка', From 64a5629d8c7b74d5b83402226e018de2c3bc3f9f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:42 +0000 Subject: [PATCH 014/225] New translations settings.php (Catalan) --- lang/ca/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ca/settings.php b/lang/ca/settings.php index 63352147e0b..e354fa57210 100644 --- a/lang/ca/settings.php +++ b/lang/ca/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No hi ha cap restricció', // Sorting Settings - 'sorting' => 'Ordenar', - 'sorting_book_default' => 'Ordre predeterminat del llibre', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Selecciona la regla d\'ordenació predeterminada per aplicar a nous llibres. Això no afectarà els llibres existents, i pot ser anul·lat per llibre.', 'sorting_rules' => 'Regles d\'ordenació', 'sorting_rules_desc' => 'Són operacions d\'ordenació predefinides que es poden aplicar al contingut en el sistema.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Data d\'actualització', 'sort_rule_op_chapters_first' => 'Capítols a l\'inici', 'sort_rule_op_chapters_last' => 'Capítols al final', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Manteniment', From 66f5a7d3cc5305cf08be39a38d000edab15c6db3 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:43 +0000 Subject: [PATCH 015/225] New translations settings.php (Czech) --- lang/cs/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/cs/settings.php b/lang/cs/settings.php index e72d4b403ad..77d07341751 100644 --- a/lang/cs/settings.php +++ b/lang/cs/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Žádná omezení nebyla nastavena', // Sorting Settings - 'sorting' => 'Řazení', - 'sorting_book_default' => 'Výchozí řazení knih', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Vybere výchozí pravidlo řazení pro nové knihy. Řazení neovlivní existující knihy a může být upraveno u konkrétní knihy.', 'sorting_rules' => 'Pravidla řazení', 'sorting_rules_desc' => 'Toto jsou předem definovaná pravidla řazení, která mohou být použita na webu.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Datum aktualizace', 'sort_rule_op_chapters_first' => 'Kapitoly jako první', 'sort_rule_op_chapters_last' => 'Kapitoly jako poslední', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Údržba', From c9b7d557582d647886066303ce65352d4c5f16a8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:44 +0000 Subject: [PATCH 016/225] New translations settings.php (Danish) --- lang/da/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/da/settings.php b/lang/da/settings.php index 4f194545b75..6467572deb6 100644 --- a/lang/da/settings.php +++ b/lang/da/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ingen restriktion opsat', // Sorting Settings - 'sorting' => 'Sortering', - 'sorting_book_default' => 'Standard bog-sortering', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Vælg den standardsorteringsregel, der skal gælde for nye bøger. Dette påvirker ikke eksisterende bøger og kan tilsidesættes for hver enkelt bog.', 'sorting_rules' => 'Regler for sortering', 'sorting_rules_desc' => 'Det er foruddefinerede sorteringsoperationer, som kan anvendes på indhold i systemet.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Opdateret dato', 'sort_rule_op_chapters_first' => 'Kapitler først', 'sort_rule_op_chapters_last' => 'De sidste kapitler', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Vedligeholdelse', From ccb4b12b388945c5d97b7f0550c696455b0a7fe8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:45 +0000 Subject: [PATCH 017/225] New translations settings.php (German) --- lang/de/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/de/settings.php b/lang/de/settings.php index 250668e8a78..b8e3eed2b3f 100644 --- a/lang/de/settings.php +++ b/lang/de/settings.php @@ -76,8 +76,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Keine Einschränkung gesetzt', // Sorting Settings - 'sorting' => 'Sortierung', - 'sorting_book_default' => 'Standard-Buchsortierung', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Wählen Sie die Standard-Sortierregel aus, die auf neue Bücher angewendet werden soll. Dies wirkt sich nicht auf bestehende Bücher aus und kann pro Buch überschrieben werden.', 'sorting_rules' => 'Sortierregeln', 'sorting_rules_desc' => 'Dies sind vordefinierte Sortieraktionen, die auf Inhalte im System angewendet werden können.', @@ -104,6 +104,8 @@ 'sort_rule_op_updated_date' => 'Aktualisierungsdatum', 'sort_rule_op_chapters_first' => 'Kapitel zuerst', 'sort_rule_op_chapters_last' => 'Kapitel zuletzt', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Wartung', From 38988170b5bb0c98474d742baa3a8e92c27f635c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:46 +0000 Subject: [PATCH 018/225] New translations settings.php (Greek) --- lang/el/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/el/settings.php b/lang/el/settings.php index 172038fd014..494670a22a4 100644 --- a/lang/el/settings.php +++ b/lang/el/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Δε έχουν ρυθμιστεί περιορισμοί ακόμα', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Συντήρηση', From 2c60ef41315f02428442f40aee45355f2ac78c60 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:47 +0000 Subject: [PATCH 019/225] New translations settings.php (Basque) --- lang/eu/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/eu/settings.php b/lang/eu/settings.php index e93f3c96469..a70307e09c8 100644 --- a/lang/eu/settings.php +++ b/lang/eu/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Mugarik gabe', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Mantentze-lanak', From cc4023b375a55cb95ef0d8484a8165dcf0c3e979 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:48 +0000 Subject: [PATCH 020/225] New translations settings.php (Finnish) --- lang/fi/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/fi/settings.php b/lang/fi/settings.php index d9e91d4fa88..6817ad9319c 100644 --- a/lang/fi/settings.php +++ b/lang/fi/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ei rajoituksia', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Huolto', From 31cd58269b5b6c18cdaed7b6c69643ab765990a8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:49 +0000 Subject: [PATCH 021/225] New translations settings.php (Hebrew) --- lang/he/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/he/settings.php b/lang/he/settings.php index 5b405072f86..395d2c666ee 100644 --- a/lang/he/settings.php +++ b/lang/he/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'אין הגבלה לדומיין', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'תחזוקה', From 3dfd7250eadf9ff0374b5a9f0a8cf66001a30a58 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:50 +0000 Subject: [PATCH 022/225] New translations settings.php (Hungarian) --- lang/hu/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/hu/settings.php b/lang/hu/settings.php index 813fee7b054..7fc07b1223b 100644 --- a/lang/hu/settings.php +++ b/lang/hu/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nincs beállítva korlátozás', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Karbantartás', From 330621697fde2fd1444ee99f73f5d614c3f60b1c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:51 +0000 Subject: [PATCH 023/225] New translations settings.php (Italian) --- lang/it/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index 8bda7f8ffe9..ff76513916d 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nessuna restrizione impostata', // Sorting Settings - 'sorting' => 'Ordinamento', - 'sorting_book_default' => 'Ordinamento libri predefinito', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Selezionare la regola di ordinamento predefinita da applicare ai nuovi libri. Questa regola non influisce sui libri esistenti e può essere modificata per ogni libro.', 'sorting_rules' => 'Regole di ordinamento', 'sorting_rules_desc' => 'Si tratta di operazioni di ordinamento predefinite applicabili ai contenuti del sistema.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Data di aggiornamento', 'sort_rule_op_chapters_first' => 'Capitoli Prima', 'sort_rule_op_chapters_last' => 'Capitoli dopo', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Manutenzione', From faf615d56f0a26843237b5f11b2a00d7cf44293a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:52 +0000 Subject: [PATCH 024/225] New translations settings.php (Japanese) --- lang/ja/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ja/settings.php b/lang/ja/settings.php index db14f3ccc5a..39d4bdcd83a 100644 --- a/lang/ja/settings.php +++ b/lang/ja/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => '制限しない', // Sorting Settings - 'sorting' => 'ソート', - 'sorting_book_default' => 'ブックのデフォルトソート', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => '新しいブックに適用するデフォルトのソートルールを選択します。これは既存のブックには影響しません。ルールはブックごとに上書きすることができます。', 'sorting_rules' => 'ソートルール', 'sorting_rules_desc' => 'これらはシステム内のコンテンツに適用できる事前定義のソート操作です。', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => '更新日時', 'sort_rule_op_chapters_first' => 'チャプタを最初に', 'sort_rule_op_chapters_last' => 'チャプタを最後に', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'メンテナンス', From 681c9776b572778d55e6735e0a15bc242f7095bf Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:53 +0000 Subject: [PATCH 025/225] New translations settings.php (Georgian) --- lang/ka/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ka/settings.php b/lang/ka/settings.php index 81c2c0a93c3..1b5f9ce144c 100644 --- a/lang/ka/settings.php +++ b/lang/ka/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 2996a55c7e84c4fca9d7c058baf5d63dd5c26514 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:54 +0000 Subject: [PATCH 026/225] New translations settings.php (Korean) --- lang/ko/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ko/settings.php b/lang/ko/settings.php index 797c12043a1..ca04ce374af 100644 --- a/lang/ko/settings.php +++ b/lang/ko/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => '차단한 도메인 없음', // Sorting Settings - 'sorting' => '정렬', - 'sorting_book_default' => '기본 책 정렬', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => '새로운 책에 적용할 기본 정렬 규칙을 선택하세요. 이 선택은 기존 책에는 영향을 주지 않고, 기존 책의 설정은 책마다 변경할 수 있습니다.', 'sorting_rules' => '정렬 규칙', 'sorting_rules_desc' => '현재 시스템에 미리 정의된 정렬 규칙의 목록입니다.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => '수정일', 'sort_rule_op_chapters_first' => '챕터 우선 정렬', 'sort_rule_op_chapters_last' => '챕터 나중 정렬', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => '유지관리', From 13bbca0f154712cc41be260e6066dd22fc7079d4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:55 +0000 Subject: [PATCH 027/225] New translations settings.php (Kurdish) --- lang/ku/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ku/settings.php b/lang/ku/settings.php index 81c2c0a93c3..1b5f9ce144c 100644 --- a/lang/ku/settings.php +++ b/lang/ku/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 14bcd1226e9503c2253663c4991bd4f381f23e2c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:56 +0000 Subject: [PATCH 028/225] New translations settings.php (Lithuanian) --- lang/lt/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/lt/settings.php b/lang/lt/settings.php index 563038bf267..4349218861a 100644 --- a/lang/lt/settings.php +++ b/lang/lt/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nėra jokių apribojimų', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Priežiūra', From 1de79d7e87deb598639ed348730944bacb28ef43 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:57 +0000 Subject: [PATCH 029/225] New translations settings.php (Dutch) --- lang/nl/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/nl/settings.php b/lang/nl/settings.php index 3b4da75a985..c06f0b70b90 100644 --- a/lang/nl/settings.php +++ b/lang/nl/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Geen beperkingen ingesteld', // Sorting Settings - 'sorting' => 'Sorteren', - 'sorting_book_default' => 'Standaard Sorteerregel Boek', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Selecteer de standaard sorteerregel om toe te passen op nieuwe boeken. Dit heeft geen invloed op bestaande boeken, en kan per boek worden overschreven.', 'sorting_rules' => 'Sorteerregels', 'sorting_rules_desc' => 'Dit zijn vooraf ingestelde sorteeroperaties die kunnen worden toegepast op inhoud in het systeem.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Bijwerkdatum', 'sort_rule_op_chapters_first' => 'Hoofdstukken Eerst', 'sort_rule_op_chapters_last' => 'Hoofdstukken Laatst', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Onderhoud', From 7bc880cd8e5caf9fa62d4f1e00a8a5f4b53e8166 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:58 +0000 Subject: [PATCH 030/225] New translations settings.php (Polish) --- lang/pl/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/pl/settings.php b/lang/pl/settings.php index 7c84ce34b87..eaf211bc492 100644 --- a/lang/pl/settings.php +++ b/lang/pl/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Brak restrykcji', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Konserwacja', From 297c14b7e4f2abddc65a14adea3404f96f1ba355 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:13:59 +0000 Subject: [PATCH 031/225] New translations settings.php (Portuguese) --- lang/pt/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/pt/settings.php b/lang/pt/settings.php index 0c765fb9851..93e7182f445 100644 --- a/lang/pt/settings.php +++ b/lang/pt/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nenhuma restrição definida', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Manutenção', From dd4c68bc217a38c8f8e8f9d607ffbbda40379c8a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:00 +0000 Subject: [PATCH 032/225] New translations settings.php (Russian) --- lang/ru/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ru/settings.php b/lang/ru/settings.php index 69c13e46dd3..22372a21ad2 100644 --- a/lang/ru/settings.php +++ b/lang/ru/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Без ограничений', // Sorting Settings - 'sorting' => 'Сортировка', - 'sorting_book_default' => 'Сортировка книг по умолчанию', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Выберите правило сортировки по умолчанию для новых книг. Это не повлияет на существующие книги, и может быть изменено для каждой книги отдельно.', 'sorting_rules' => 'Правила сортировки', 'sorting_rules_desc' => 'Выберите правило сортировки по умолчанию для новых книг. Это не повлияет на существующие книги и может быть изменено для каждой книги отдельно.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Главы в конце', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Обслуживание', From 54e835a8bd07820c5539cf94f214653a1d34b6da Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:01 +0000 Subject: [PATCH 033/225] New translations settings.php (Slovak) --- lang/sk/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/sk/settings.php b/lang/sk/settings.php index 2731fd01a2b..814d7366575 100644 --- a/lang/sk/settings.php +++ b/lang/sk/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nie sú nastavené žiadne obmedzenia', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Údržba', From 555796d6536e0e6ae64401d5660eaef7b2228d67 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:02 +0000 Subject: [PATCH 034/225] New translations settings.php (Slovenian) --- lang/sl/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/sl/settings.php b/lang/sl/settings.php index 904978f4705..ad93b052259 100644 --- a/lang/sl/settings.php +++ b/lang/sl/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Brez omejitev', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Vzdrževanje', From 6d739d00e342a6fd0994aebdc505cae32136454d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:03 +0000 Subject: [PATCH 035/225] New translations settings.php (Albanian) --- lang/sq/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/sq/settings.php b/lang/sq/settings.php index 81c2c0a93c3..1b5f9ce144c 100644 --- a/lang/sq/settings.php +++ b/lang/sq/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 78d2f5b885c71f97dc606c2e6a4f2ee7a50b7bfd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:04 +0000 Subject: [PATCH 036/225] New translations settings.php (Serbian (Cyrillic)) --- lang/sr/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/sr/settings.php b/lang/sr/settings.php index b7213e905b0..5632510f42c 100644 --- a/lang/sr/settings.php +++ b/lang/sr/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Нема постављених ограничења', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Одржавање', From 3e2f2ea079955a06f76e10a42e5634470bad59b4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:05 +0000 Subject: [PATCH 037/225] New translations settings.php (Swedish) --- lang/sv/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/sv/settings.php b/lang/sv/settings.php index 8f391d3d713..4e4804a07a6 100644 --- a/lang/sv/settings.php +++ b/lang/sv/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ingen begränsning inställd', // Sorting Settings - 'sorting' => 'Sorterar', - 'sorting_book_default' => 'Standard boksortering', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Välj standard sorteringsregel som skall tillämpas på nya böcker. Detta påverkar inte befintliga böcker och kan åsidosättas per bok.', 'sorting_rules' => 'Sorteringsregler', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Datum uppdaterat', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Underhåll', From 28daca51147a936ae071c6a1464e437fb12190e2 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:06 +0000 Subject: [PATCH 038/225] New translations settings.php (Turkish) --- lang/tr/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/tr/settings.php b/lang/tr/settings.php index 1eb15d9d4c0..44498b8e510 100644 --- a/lang/tr/settings.php +++ b/lang/tr/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Hiçbir kısıtlama tanımlanmamış', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Bakım', From a9878add8bd5b7ad4e02f2f4c0e426143e1fe496 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:07 +0000 Subject: [PATCH 039/225] New translations settings.php (Ukrainian) --- lang/uk/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/uk/settings.php b/lang/uk/settings.php index 3798f1b6078..3df27abc107 100644 --- a/lang/uk/settings.php +++ b/lang/uk/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Не встановлено обмежень', // Sorting Settings - 'sorting' => 'Сортування', - 'sorting_book_default' => 'Типовий порядок сортування', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Виберіть правило сортування за замовчуванням для застосування нових книг. Це не вплине на існуючі книги, і може бути перевизначено для кожної книги.', 'sorting_rules' => 'Сортувати правила', 'sorting_rules_desc' => 'Це попередньо визначені операції сортування, які можуть бути застосовані до вмісту в системі.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Дата оновлення', 'sort_rule_op_chapters_first' => 'Спочатку розділи', 'sort_rule_op_chapters_last' => 'Розділи останні', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Обслуговування', From 9c8b68551a81863f8028382b7f11ae88e98905bd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:08 +0000 Subject: [PATCH 040/225] New translations settings.php (Chinese Simplified) --- lang/zh_CN/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/zh_CN/settings.php b/lang/zh_CN/settings.php index 2114c36480c..9f8e48d42aa 100644 --- a/lang/zh_CN/settings.php +++ b/lang/zh_CN/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => '尚未设置限制', // Sorting Settings - 'sorting' => '排序', - 'sorting_book_default' => '默认书卷排序', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => '选择要应用于新书的默认排序规则。这不会影响现有书,并且可以每本书覆盖。', 'sorting_rules' => '排序规则', 'sorting_rules_desc' => '这些是预定义的排序操作,可应用于系统中的内容。', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => '更新时间', 'sort_rule_op_chapters_first' => '章节正序', 'sort_rule_op_chapters_last' => '章节倒序', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => '维护', From 53e7ef315a0f2b56939876eaac7966ea18b4c203 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:09 +0000 Subject: [PATCH 041/225] New translations settings.php (Chinese Traditional) --- lang/zh_TW/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/zh_TW/settings.php b/lang/zh_TW/settings.php index 752d3f2a74e..797de6c2b62 100644 --- a/lang/zh_TW/settings.php +++ b/lang/zh_TW/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => '尚未設定限制', // Sorting Settings - 'sorting' => '排序', - 'sorting_book_default' => '預設書籍排序', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => '選取要套用至新書籍的預設排序規則。這不會影響現有書籍,並可按書籍覆寫。', 'sorting_rules' => '排序規則', 'sorting_rules_desc' => '這些是預先定義的排序作業,可套用於系統中的內容。', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => '更新日期', 'sort_rule_op_chapters_first' => '第一章', 'sort_rule_op_chapters_last' => '最後一章', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => '維護', From 80a0461425731b7a313fa5ce0668b50d093fac93 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:10 +0000 Subject: [PATCH 042/225] New translations settings.php (Vietnamese) --- lang/vi/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/vi/settings.php b/lang/vi/settings.php index 1ff252702c0..e5621bbd680 100644 --- a/lang/vi/settings.php +++ b/lang/vi/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Không có giới hạn nào được thiết lập', // Sorting Settings - 'sorting' => 'Sắp xếp', - 'sorting_book_default' => 'Sắp xếp sách mặc định', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Chọn quy tắc sắp xếp mặc định để áp dụng cho sách mới. Điều này sẽ không ảnh hưởng đến các sách hiện có và có thể được ghi đè cho từng sách.', 'sorting_rules' => 'Quy tắc sắp xếp', 'sorting_rules_desc' => 'Đây là các thao tác sắp xếp được xác định trước có thể được áp dụng cho nội dung trong hệ thống.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Ngày cập nhật', 'sort_rule_op_chapters_first' => 'Chương trước', 'sort_rule_op_chapters_last' => 'Chương sau', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Bảo trì', From 6f2b0bd716056710927ecc2e2746d54095fed768 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:11 +0000 Subject: [PATCH 043/225] New translations settings.php (Icelandic) --- lang/is/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/is/settings.php b/lang/is/settings.php index 3765db061cc..713d406e8a5 100644 --- a/lang/is/settings.php +++ b/lang/is/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Engin skilyrði sett', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Viðhald', From 59618c3e970ada86b27fc48656fb8c7f2beab4dd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:12 +0000 Subject: [PATCH 044/225] New translations settings.php (Portuguese, Brazilian) --- lang/pt_BR/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/pt_BR/settings.php b/lang/pt_BR/settings.php index b940e57d4c0..76774666ffd 100644 --- a/lang/pt_BR/settings.php +++ b/lang/pt_BR/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nenhuma restrição definida', // Sorting Settings - 'sorting' => 'Ordenação', - 'sorting_book_default' => 'Ordenação padrão de livros', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Selecione a regra de ordenação padrão a ser aplicada a novos livros. Isso não afetará os livros existentes e pode ser substituído para cada livro individualmente.', 'sorting_rules' => 'Regras de ordenação', 'sorting_rules_desc' => 'Estas são operações de ordenação pré-definidas que podem ser aplicadas a conteúdos no sistema.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Data de Atualização', 'sort_rule_op_chapters_first' => 'Capítulos Primeiro', 'sort_rule_op_chapters_last' => 'Capítulos por Último', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Manutenção', From fadd80618d54c567fd12d3894f59bbc87cb22af9 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:13 +0000 Subject: [PATCH 045/225] New translations settings.php (Indonesian) --- lang/id/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/id/settings.php b/lang/id/settings.php index 51c0613cbae..bdd2cca0745 100644 --- a/lang/id/settings.php +++ b/lang/id/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Tidak ada batasan yang ditetapkan', // Sorting Settings - 'sorting' => 'Menyortir', - 'sorting_book_default' => 'Penyortiran Buku Default', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Pilih aturan sortir default yang akan diterapkan pada buku baru. Aturan ini tidak akan memengaruhi buku yang sudah ada, dan dapat diganti per buku.', 'sorting_rules' => 'Aturan Penyortiran', 'sorting_rules_desc' => 'Ini adalah operasi penyortiran yang telah ditetapkan sebelumnya yang dapat diterapkan pada konten dalam sistem.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Tanggal Pembaruan', 'sort_rule_op_chapters_first' => 'Bab di Urutan Pertama', 'sort_rule_op_chapters_last' => 'Bab di Urutan Terakhir', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Pemeliharaan', From 694681406eb6671a981a258955a5f1435952f873 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:14 +0000 Subject: [PATCH 046/225] New translations settings.php (Persian) --- lang/fa/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/fa/settings.php b/lang/fa/settings.php index e4cb9018ebf..dcfd33a2e11 100644 --- a/lang/fa/settings.php +++ b/lang/fa/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'بدون محدودیت', // Sorting Settings - 'sorting' => 'مرتب‌سازی', - 'sorting_book_default' => 'مرتب‌سازی پیش‌فرض کتاب', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'قانون پیش‌فرض مرتب‌سازی را برای کتاب‌های جدید انتخاب کنید. تغییر قانون بر ترتیب کتاب‌های موجود تأثیری ندارد و می‌تواند برای هر کتاب به‌صورت جداگانه تغییر یابد.', 'sorting_rules' => 'قوانین مرتب‌سازی', 'sorting_rules_desc' => 'این‌ها عملیات مرتب‌سازی از پیش تعریف‌شده‌ای هستند که می‌توانید آن‌ها را بر محتوای سیستم اعمال کنید.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'تاریخ به‌روزرسانی', 'sort_rule_op_chapters_first' => 'ابتدا فصل‌ها', 'sort_rule_op_chapters_last' => 'فصل‌ها در آخر', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'نگهداری', From 2b25724d5c257515f10c2bc18100746772ecb63b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:15 +0000 Subject: [PATCH 047/225] New translations settings.php (Spanish, Argentina) --- lang/es_AR/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/es_AR/settings.php b/lang/es_AR/settings.php index 5cbcff86eae..a1cb5554086 100644 --- a/lang/es_AR/settings.php +++ b/lang/es_AR/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ninguna restricción establecida', // Sorting Settings - 'sorting' => 'Ordenando', - 'sorting_book_default' => 'Orden predeterminado del libro', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Seleccione la regla de ordenación predeterminada para aplicar a nuevos libros. Esto no afectará a los libros existentes, y puede ser anulado por libro.', 'sorting_rules' => 'Reglas de Ordenación', 'sorting_rules_desc' => 'Son operaciones de ordenación predefinidas que se pueden aplicar al contenido en el sistema.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Fecha de actualización', 'sort_rule_op_chapters_first' => 'Capítulos al inicio', 'sort_rule_op_chapters_last' => 'Capítulos al final', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Mantenimiento', From 9f1139b53aeca2ef036bbe2dba08f0078d911dd1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:16 +0000 Subject: [PATCH 048/225] New translations settings.php (Bengali) --- lang/bn/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/bn/settings.php b/lang/bn/settings.php index 04aca4f2e0f..a77c2a84dca 100644 --- a/lang/bn/settings.php +++ b/lang/bn/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 36fe075d5098462cb5373ef1b6440498be76016e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:18 +0000 Subject: [PATCH 049/225] New translations settings.php (Croatian) --- lang/hr/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/hr/settings.php b/lang/hr/settings.php index 5f000742631..1bdc00fe1e0 100644 --- a/lang/hr/settings.php +++ b/lang/hr/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Bez ograničenja', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Održavanje', From 02fbb9a5ee4816ddf7292f3fafb10f56fd9bde12 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:19 +0000 Subject: [PATCH 050/225] New translations settings.php (Norwegian Nynorsk) --- lang/nn/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/nn/settings.php b/lang/nn/settings.php index c098ac75386..5a5214c6834 100644 --- a/lang/nn/settings.php +++ b/lang/nn/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ingen begrensninger er satt', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Vedlikehold', From be90ae138ccc3442f887045589841a907075a355 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:20 +0000 Subject: [PATCH 051/225] New translations settings.php (Estonian) --- lang/et/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/et/settings.php b/lang/et/settings.php index 003238cfebe..7417f0cc1c6 100644 --- a/lang/et/settings.php +++ b/lang/et/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Piirangut ei ole', // Sorting Settings - 'sorting' => 'Sorteerimine', - 'sorting_book_default' => 'Vaikimisi raamatu sorteerimine', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Vali vaikimisi uutele raamatutele rakenduv sorteerimisreegel. See ei mõjuta olemasolevaid raamatuid ning seda saab raamatupõhiselt muuta.', 'sorting_rules' => 'Sorteerimisreeglid', 'sorting_rules_desc' => 'Need on eeldefineeritud sorteerimistoimingud, mida saab süsteemis olevale sisule rakendada.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Muutmise aeg', 'sort_rule_op_chapters_first' => 'Peatükid eespool', 'sort_rule_op_chapters_last' => 'Peatükid tagapool', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Hooldus', From a11955786d74ce22bc0a4bb52796e068abc1981e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:21 +0000 Subject: [PATCH 052/225] New translations settings.php (Latvian) --- lang/lv/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/lv/settings.php b/lang/lv/settings.php index 9901f781190..ce1a9009f63 100644 --- a/lang/lv/settings.php +++ b/lang/lv/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nav ierobežojumu', // Sorting Settings - 'sorting' => 'Kārtošana', - 'sorting_book_default' => 'Noklusētā grāmatu kārtošana', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Izvēlieties noklusēto kārtošanas nosacījumu, ko pielietot jaunām grāmatām. Šis neskars jau esošas grāmatas, un to var izmainīt grāmatas iestatījumos.', 'sorting_rules' => 'Kārtošanas noteikumi', 'sorting_rules_desc' => 'Šīs ir iepriekš noteiktas kārtošanas darbības, ko var pielietot saturam šajā sistēmā.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Atjaunināšanas datums', 'sort_rule_op_chapters_first' => 'Nodaļas pirmās', 'sort_rule_op_chapters_last' => 'Nodaļas pēdējās', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Apkope', From c94df44a5f89120f1d6592400ef0e093b79ee675 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:22 +0000 Subject: [PATCH 053/225] New translations settings.php (Welsh) --- lang/cy/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/cy/settings.php b/lang/cy/settings.php index cb08e8c9068..350128e7d80 100644 --- a/lang/cy/settings.php +++ b/lang/cy/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ni osodwyd cyfyngiad', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Cynnal', From 59336e339dd492569256195d14d0b4228c544fc4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:23 +0000 Subject: [PATCH 054/225] New translations settings.php (Bosnian) --- lang/bs/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/bs/settings.php b/lang/bs/settings.php index 81c2c0a93c3..1b5f9ce144c 100644 --- a/lang/bs/settings.php +++ b/lang/bs/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 88b3f993ac4b0e933983cc6c81467c797f8fafc7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:24 +0000 Subject: [PATCH 055/225] New translations settings.php (Uzbek) --- lang/uz/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/uz/settings.php b/lang/uz/settings.php index 83fedc569ef..6ea408e6868 100644 --- a/lang/uz/settings.php +++ b/lang/uz/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Cheklov oʻrnatilmagan', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Xizmat', From 7bb61c53f66ab024be21e1074acaf11328746241 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:25 +0000 Subject: [PATCH 056/225] New translations settings.php (Norwegian Bokmal) --- lang/nb/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/nb/settings.php b/lang/nb/settings.php index 68bab6f3038..1f4ace41586 100644 --- a/lang/nb/settings.php +++ b/lang/nb/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ingen begrensninger er satt', // Sorting Settings - 'sorting' => 'Sortering', - 'sorting_book_default' => 'Standard boksortering', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Velg standard sorteringsregelen som skal brukes for nye bøker. Dette vil ikke påvirke eksisterende bøker, og kan overstyres per bok.', 'sorting_rules' => 'Sorteringsregler', 'sorting_rules_desc' => 'Dette er forhåndsdefinerte sorteringsoperasjoner som kan brukes på innhold i systemet.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Kapitler først', 'sort_rule_op_chapters_last' => 'Kapitler sist', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Vedlikehold', From ae62e4a7c550c0cb590a3b8e650e4dd6f5bbe345 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:26 +0000 Subject: [PATCH 057/225] New translations settings.php (Nepali) --- lang/ne/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/ne/settings.php b/lang/ne/settings.php index eb99f26bdf7..90d0fec6fd3 100644 --- a/lang/ne/settings.php +++ b/lang/ne/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'कुनै प्रतिबन्ध छैन', // Sorting Settings - 'sorting' => 'क्रमबद्धता', - 'sorting_book_default' => 'डिफल्ट पुस्तक क्रम', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'नयाँ पुस्तकहरूमा लागु गर्न डिफल्ट क्रम नियम चयन गर्नुहोस्। यो अस्तित्वमा रहेका पुस्तकहरूमा असर पार्दैन र पुस्तक अनुसार ओभरराइड गर्न सकिन्छ।', 'sorting_rules' => 'क्रम नियमहरू', 'sorting_rules_desc' => 'यी पूर्वनिर्धारित क्रम सञ्चालनहरू हुन् जुन प्रणालीमा सामग्रीमा लागू गर्न सकिन्छ।', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'अपडेट मिति', 'sort_rule_op_chapters_first' => 'पहिले अध्यायहरू', 'sort_rule_op_chapters_last' => 'अन्त्यमा अध्यायहरू', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'सम्भार', From 2c48e94f84ab9b4220cfa797ce1c38d9b2bb6862 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:27 +0000 Subject: [PATCH 058/225] New translations settings.php (Turkmen) --- lang/tk/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/tk/settings.php b/lang/tk/settings.php index 81c2c0a93c3..1b5f9ce144c 100644 --- a/lang/tk/settings.php +++ b/lang/tk/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings - 'sorting' => 'Sorting', - 'sorting_book_default' => 'Default Book Sort', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', @@ -103,6 +103,8 @@ 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', From 7849a07ed3a94bae7307e66a0f115f0c63ff9426 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 00:14:28 +0000 Subject: [PATCH 059/225] New translations settings.php (German Informal) --- lang/de_informal/settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/de_informal/settings.php b/lang/de_informal/settings.php index 50003c58ee7..ac94266e04c 100644 --- a/lang/de_informal/settings.php +++ b/lang/de_informal/settings.php @@ -76,8 +76,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Keine Einschränkung gesetzt', // Sorting Settings - 'sorting' => 'Sortierung', - 'sorting_book_default' => 'Standard-Buchsortierung', + 'sorting' => 'Lists & Sorting', + 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Wähle die Standard-Sortierregel aus, die auf neue Bücher angewendet werden soll. Dies wirkt sich nicht auf bestehende Bücher aus und kann pro Buch überschrieben werden.', 'sorting_rules' => 'Sortierregeln', 'sorting_rules_desc' => 'Dies sind vordefinierte Sortieraktionen, die auf Inhalte im System angewendet werden können.', @@ -104,6 +104,8 @@ 'sort_rule_op_updated_date' => 'Aktualisierungsdatum', 'sort_rule_op_chapters_first' => 'Kapitel zuerst', 'sort_rule_op_chapters_last' => 'Kapitel zuletzt', + 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Wartung', From f2501edc98970d5ce6add5fd29541518674e39f3 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 10:34:14 +0000 Subject: [PATCH 060/225] New translations settings.php (Spanish) --- lang/es/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index cc9e227d973..7edae67b3dd 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ninguna restricción establecida', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Listas y ordenación', + 'sorting_book_default' => 'Orden de libros por defecto', 'sorting_book_default_desc' => 'Seleccione la regla de ordenación predeterminada para aplicar a nuevos libros. Esto no afectará a los libros existentes, y puede ser anulado por libro.', 'sorting_rules' => 'Reglas de ordenación', 'sorting_rules_desc' => 'Son operaciones de ordenación predefinidas que se pueden aplicar al contenido en el sistema.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Fecha de actualización', 'sort_rule_op_chapters_first' => 'Capítulos al inicio', 'sort_rule_op_chapters_last' => 'Capítulos al final', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Límites de visualización por página', + 'sorting_page_limits_desc' => 'Establecer cuántos elementos a mostrar por página en varias listas dentro del sistema. Normalmente una cantidad más baja rendirá mejor, mientras que una cantidad más alta evita la necesidad de hacer clic a través de varias páginas. Se recomienda utilizar un múltiplo par de 3 (18, 24, 30, etc).', // Maintenance settings 'maint' => 'Mantenimiento', From 1fc543b50882d024e76199e05dc3e1fad12198aa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 12:56:27 +0000 Subject: [PATCH 061/225] New translations settings.php (Dutch) --- lang/nl/settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/nl/settings.php b/lang/nl/settings.php index c06f0b70b90..a6cd4cd7fd2 100644 --- a/lang/nl/settings.php +++ b/lang/nl/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Geen beperkingen ingesteld', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Lijsten & Sorteren', + 'sorting_book_default' => 'Standaard Boek Sorteerregel', 'sorting_book_default_desc' => 'Selecteer de standaard sorteerregel om toe te passen op nieuwe boeken. Dit heeft geen invloed op bestaande boeken, en kan per boek worden overschreven.', 'sorting_rules' => 'Sorteerregels', 'sorting_rules_desc' => 'Dit zijn vooraf ingestelde sorteeroperaties die kunnen worden toegepast op inhoud in het systeem.', @@ -103,7 +103,7 @@ 'sort_rule_op_updated_date' => 'Bijwerkdatum', 'sort_rule_op_chapters_first' => 'Hoofdstukken Eerst', 'sort_rule_op_chapters_last' => 'Hoofdstukken Laatst', - 'sorting_page_limits' => 'Per-Page Display Limits', + 'sorting_page_limits' => 'Per Pagina Weergave Limieten', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings From 14c500c0cebdb310a170c31aa53664d16043048f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 7 Dec 2025 14:08:42 +0000 Subject: [PATCH 062/225] New translations settings.php (Dutch) --- lang/nl/settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/nl/settings.php b/lang/nl/settings.php index a6cd4cd7fd2..dd87d512061 100644 --- a/lang/nl/settings.php +++ b/lang/nl/settings.php @@ -76,7 +76,7 @@ // Sorting Settings 'sorting' => 'Lijsten & Sorteren', - 'sorting_book_default' => 'Standaard Boek Sorteerregel', + 'sorting_book_default' => 'Standaard Sorteerregel Boek', 'sorting_book_default_desc' => 'Selecteer de standaard sorteerregel om toe te passen op nieuwe boeken. Dit heeft geen invloed op bestaande boeken, en kan per boek worden overschreven.', 'sorting_rules' => 'Sorteerregels', 'sorting_rules_desc' => 'Dit zijn vooraf ingestelde sorteeroperaties die kunnen worden toegepast op inhoud in het systeem.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Bijwerkdatum', 'sort_rule_op_chapters_first' => 'Hoofdstukken Eerst', 'sort_rule_op_chapters_last' => 'Hoofdstukken Laatst', - 'sorting_page_limits' => 'Per Pagina Weergave Limieten', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Weergavelimiet Per Pagina', + 'sorting_page_limits_desc' => 'Stel in hoeveel items er op een pagina worden laten zien in de verschillende lijstweergaves. Een lager aantal verbeterd de snelheid, een hoger aantal verminderd het doorklikken door pagina\'s. Een even veelvoud van 3 (18, 24, 30, etc...) wordt aanbevolen.', // Maintenance settings 'maint' => 'Onderhoud', From 65fb62901c814893b1af3e60e7d5030fba0ccf6f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 10 Dec 2025 06:55:18 +0000 Subject: [PATCH 063/225] New translations settings.php (Estonian) --- lang/et/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/et/settings.php b/lang/et/settings.php index 7417f0cc1c6..3487dd0eee8 100644 --- a/lang/et/settings.php +++ b/lang/et/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Piirangut ei ole', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Loendid ja järjestamine', + 'sorting_book_default' => 'Vaikimisi raamatute sorteerimise reegel', 'sorting_book_default_desc' => 'Vali vaikimisi uutele raamatutele rakenduv sorteerimisreegel. See ei mõjuta olemasolevaid raamatuid ning seda saab raamatupõhiselt muuta.', 'sorting_rules' => 'Sorteerimisreeglid', 'sorting_rules_desc' => 'Need on eeldefineeritud sorteerimistoimingud, mida saab süsteemis olevale sisule rakendada.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Muutmise aeg', 'sort_rule_op_chapters_first' => 'Peatükid eespool', 'sort_rule_op_chapters_last' => 'Peatükid tagapool', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Leheküljepõhised kuvalimiidid', + 'sorting_page_limits_desc' => 'Seadista, mitut objekti erinevates loendites ühel leheküljel kuvada. Väiksem väärtus tähendab reeglina paremat jõudlust, samas kui suurem väärtus vähendab vajadust mitut lehekülge läbi klikkida. Soovituslik on kasutada 3-ga jaguvat väärtust (18, 24, 30 jne).', // Maintenance settings 'maint' => 'Hooldus', From 5f7460f094a7483415fda250715eab18f496f022 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 14 Dec 2025 08:32:41 +0000 Subject: [PATCH 064/225] New translations settings.php (Italian) --- lang/it/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index ff76513916d..ef6302aa2ab 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nessuna restrizione impostata', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Elenchi E Ordinamento', + 'sorting_book_default' => 'Regola Di Ordinamento Libro Predefinita', 'sorting_book_default_desc' => 'Selezionare la regola di ordinamento predefinita da applicare ai nuovi libri. Questa regola non influisce sui libri esistenti e può essere modificata per ogni libro.', 'sorting_rules' => 'Regole di ordinamento', 'sorting_rules_desc' => 'Si tratta di operazioni di ordinamento predefinite applicabili ai contenuti del sistema.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Data di aggiornamento', 'sort_rule_op_chapters_first' => 'Capitoli Prima', 'sort_rule_op_chapters_last' => 'Capitoli dopo', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Limiti Visualizzazione Per Pagina', + 'sorting_page_limits_desc' => 'Imposta il numero di elementi da visualizzare per pagina nei vari elenchi all\'interno del sistema. In genere, un numero inferiore garantisce prestazioni migliori, mentre un numero più elevato evita la necessità di cliccare su più pagine. Si consiglia di utilizzare un multiplo pari di 3 (18, 24, 30, ecc...).', // Maintenance settings 'maint' => 'Manutenzione', From 475a9ba9c640b35dbbd0f7db02d51ea0bf86fe43 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 15 Dec 2025 15:46:44 +0000 Subject: [PATCH 065/225] New translations settings.php (Arabic) --- lang/ar/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/ar/settings.php b/lang/ar/settings.php index e40f779a354..089c0cfc930 100644 --- a/lang/ar/settings.php +++ b/lang/ar/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'لم يتم اختيار أي قيود', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'القوائم و الفرز', + 'sorting_book_default' => 'ترتيب الكتاب الافتراضي', 'sorting_book_default_desc' => 'حدد قاعدة الترتيب الافتراضية لتطبيقها على الكتب الجديدة. لن يؤثر هذا على الكتب الحالية، ويمكن تجاوزه لكل كتاب على حدة.', 'sorting_rules' => 'قواعد الترتيب', 'sorting_rules_desc' => 'هذه هي عمليات الترتيب المحددة مسبقًا الذي يمكن تطبيقها على المحتوى الموجود في النظام.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'تاريخ التحديث', 'sort_rule_op_chapters_first' => 'الفصول الأولى', 'sort_rule_op_chapters_last' => 'الفصول الأخيرة', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'حدود العرض لكل صفحة', + 'sorting_page_limits_desc' => 'تعيين عدد العناصر لإظهار كل صفحة في قوائم مختلفة داخل النظام. عادةً ما يكون الرقم الأقل هو الأكثر أداء، بينما وضع رقم أعلى يغني عن النقر على صفحات متعددة. يوصى باستخدام مضاعفات رقم ٣ (18 و 24 و 30 و إلخ...).', // Maintenance settings 'maint' => 'الصيانة', From 46a6bf042e5b31fb46fd62f6e0bbcc46403abd30 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 16 Dec 2025 12:33:22 +0000 Subject: [PATCH 066/225] New translations passwords.php (Indonesian) --- lang/id/passwords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/id/passwords.php b/lang/id/passwords.php index 3ee2e4d57da..2559b265133 100644 --- a/lang/id/passwords.php +++ b/lang/id/passwords.php @@ -6,7 +6,7 @@ */ return [ - 'password' => 'Kata sandi harus setidaknya delapan karakter dan sesuai dengan konfirmasi.', + 'password' => 'Passwords must be at least eight characters and match the confirmation.', 'user' => "Kami tidak dapat menemukan pengguna dengan alamat email tersebut.", 'token' => 'Token setel ulang sandi tidak valid untuk alamat email ini.', 'sent' => 'Kami telah mengirimkan email tautan pengaturan ulang kata sandi Anda!', From 61a0b7b49c76da99318501b4e9705359e5128f72 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 16 Dec 2025 14:11:59 +0000 Subject: [PATCH 067/225] New translations settings.php (Portuguese, Brazilian) --- lang/pt_BR/settings.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/pt_BR/settings.php b/lang/pt_BR/settings.php index 76774666ffd..56fd481ad78 100644 --- a/lang/pt_BR/settings.php +++ b/lang/pt_BR/settings.php @@ -16,7 +16,7 @@ 'app_customization' => 'Customização', 'app_features_security' => 'Recursos & Segurança', 'app_name' => 'Nome da Aplicação', - 'app_name_desc' => 'Esse nome será mostrado no cabeçalho e em e-mails.', + 'app_name_desc' => 'Esse nome será mostrado no cabeçalho e nos e-mails.', 'app_name_header' => 'Mostrar o nome no cabeçalho', 'app_public_access' => 'Acesso Público', 'app_public_access_desc' => 'Habilitar esta opção irá permitir que visitantes, que não estão logados, acessem o conteúdo em sua instância do BookStack.', @@ -29,14 +29,14 @@ 'app_default_editor' => 'Editor de Página Padrão', 'app_default_editor_desc' => 'Selecione qual editor será usado por padrão ao editar novas páginas. Isso pode ser substituído em um nível de página onde é permitido.', 'app_custom_html' => 'Conteúdo customizado para HTML', - 'app_custom_html_desc' => 'Quaisquer conteúdos aqui adicionados serão inseridos no final da seção de cada página. Essa é uma maneira útil de sobrescrever estilos e adicionar códigos de análise de site.', - 'app_custom_html_disabled_notice' => 'O conteúdo customizado do HTML está desabilitado nesta página de configurações, para garantir que quaisquer alterações danosas possam ser revertidas.', + 'app_custom_html_desc' => 'Qualquer conteúdo adicionado aqui será inserido ao final do HTML de todas as páginas. Isso é útil para sobrescrever estilos e adicionar códigos de análise e estatística do site.', + 'app_custom_html_disabled_notice' => 'O conteúdo customizado do HTML está desabilitado nesta página de configurações para garantir que quaisquer alterações danosas possam ser revertidas.', 'app_logo' => 'Logo da Aplicação', 'app_logo_desc' => 'Isto é usado na barra de cabeçalho do aplicativo, entre outras áreas. Esta imagem deve ter 86px de altura. Imagens grandes serão reduzidas.', 'app_icon' => 'Ícone do Aplicativo', 'app_icon_desc' => 'Este ícone é usado para guias e ícones de atalhos do navegador. Deve ser uma imagem PNG quadrada de 256px.', 'app_homepage' => 'Página Inicial', - 'app_homepage_desc' => 'Selecione uma opção para ser exibida como página inicial em vez da padrão. Permissões de página serão ignoradas para as páginas selecionadas.', + 'app_homepage_desc' => 'Selecione uma opção para ser exibida como página inicial no lugar da página padrão. Permissões de página serão ignoradas para as páginas selecionadas.', 'app_homepage_select' => 'Selecione uma página', 'app_footer_links' => 'Links do Rodapé', 'app_footer_links_desc' => 'Adicionar links para mostrar dentro do rodapé do site. Estes serão exibidos na parte inferior da maioria das páginas, incluindo aqueles que não necessitam de login. Você pode usar uma etiqueta de "trans::" para usar traduções definidas pelo sistema. Por exemplo: Usando "trans::common.privacy_policy" fornecerá o texto traduzido "Política de Privacidade" e "trans::common.terms_of_service" fornecerá o texto traduzido "Termos de Serviço".', @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Nenhuma restrição definida', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Listas e classificações', + 'sorting_book_default' => 'Regra padrão de classificação de livros', 'sorting_book_default_desc' => 'Selecione a regra de ordenação padrão a ser aplicada a novos livros. Isso não afetará os livros existentes e pode ser substituído para cada livro individualmente.', 'sorting_rules' => 'Regras de ordenação', 'sorting_rules_desc' => 'Estas são operações de ordenação pré-definidas que podem ser aplicadas a conteúdos no sistema.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Data de Atualização', 'sort_rule_op_chapters_first' => 'Capítulos Primeiro', 'sort_rule_op_chapters_last' => 'Capítulos por Último', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Limites de exibição por página', + 'sorting_page_limits_desc' => 'Defina quantos itens serão exibidos por página em diferentes listas do sistema. Normalmente, um número menor proporciona melhor desempenho, enquanto um número maior evita a necessidade de clicar em várias páginas. É recomendado o uso de um múltiplo par de 3 (18, 24, 30, etc.).', // Maintenance settings 'maint' => 'Manutenção', From ac6ab8c814fa83648db11e8f4c6f2384a109c649 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 13:40:47 +0000 Subject: [PATCH 068/225] New translations editor.php (Norwegian Bokmal) --- lang/nb/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/nb/editor.php b/lang/nb/editor.php index 77b01f17ba9..23a788d71ee 100644 --- a/lang/nb/editor.php +++ b/lang/nb/editor.php @@ -48,7 +48,7 @@ 'superscript' => 'Hevet skrift', 'subscript' => 'Senket skrift', 'text_color' => 'Tekstfarge', - 'highlight_color' => 'Highlight color', + 'highlight_color' => 'Uthevingsfarge', 'custom_color' => 'Egenvalgt farge', 'remove_color' => 'Fjern farge', 'background_color' => 'Bakgrunnsfarge', From e33b30b81640dd24a93248a22ac1bb08875c9c9f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:08 +0000 Subject: [PATCH 069/225] New translations settings.php (Romanian) --- lang/ro/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ro/settings.php b/lang/ro/settings.php index f8516738c5d..02052ef3cd6 100644 --- a/lang/ro/settings.php +++ b/lang/ro/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Schimbă editorul de pagină', 'role_notifications' => 'Primire și gestionare notificări', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permisiuni active', 'roles_system_warning' => 'Fi conștient de faptul că accesul la oricare dintre cele trei permisiuni de mai sus poate permite unui utilizator să își modifice propriile privilegii sau privilegiile altor persoane din sistem. Atribuie doar roluri cu aceste permisiuni utilizatorilor de încredere.', 'role_asset_desc' => 'Aceste permisiuni controlează accesul implicit la activele din sistem. Permisiunile pe Cărți, Capitole și Pagini vor suprascrie aceste permisiuni.', 'role_asset_admins' => 'Administratorilor li se acordă automat acces la tot conținutul, dar aceste opțiuni pot afișa sau ascunde opțiunile UI.', 'role_asset_image_view_note' => 'Acest lucru se referă la vizibilitatea în managerul de imagini. Accesul efectiv al fișierelor de imagine încărcate va depinde de opțiunea de stocare a imaginilor din sistem.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Tot', 'role_own' => 'Propriu', 'role_controlled_by_asset' => 'Controlat de activele pe care sunt încărcate', From 86bfd64ad13b11b69130372f36d8aee056b83224 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:10 +0000 Subject: [PATCH 070/225] New translations settings.php (French) --- lang/fr/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 502b934e5ae..7ce2312f3bf 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importer le contenu', 'role_editor_change' => 'Changer l\'éditeur de page', 'role_notifications' => 'Recevoir et gérer les notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permissions des ressources', 'roles_system_warning' => 'Sachez que l\'accès à l\'une des trois permissions ci-dessus peut permettre à un utilisateur de modifier ses propres privilèges ou les privilèges des autres utilisateurs du système. N\'attribuez uniquement des rôles avec ces permissions qu\'à des utilisateurs de confiance.', 'role_asset_desc' => 'Ces permissions contrôlent l\'accès par défaut des ressources dans le système. Les permissions dans les livres, les chapitres et les pages ignoreront ces permissions', 'role_asset_admins' => 'Les administrateurs ont automatiquement accès à tous les contenus mais les options suivantes peuvent afficher ou masquer certaines options de l\'interface.', 'role_asset_image_view_note' => 'Cela concerne la visibilité dans le gestionnaire d\'images. L\'accès réel des fichiers d\'image téléchargés dépendra de l\'option de stockage d\'images du système.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Tous', 'role_own' => 'Propres', 'role_controlled_by_asset' => 'Contrôlé par les ressources les ayant envoyés', From a2813a2ea74e518fb0538f3e67049af2f8d951ba Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:11 +0000 Subject: [PATCH 071/225] New translations settings.php (Spanish) --- lang/es/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/es/settings.php b/lang/es/settings.php index 7edae67b3dd..938fda62b1c 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importar contenido', 'role_editor_change' => 'Cambiar editor de página', 'role_notifications' => 'Recibir y gestionar notificaciones', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permisos de contenido', 'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario alterar sus propios privilegios o los privilegios de otros en el sistema. Sólo asignar roles con estos permisos a usuarios de confianza.', 'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los contenidos del sistema. Los permisos de Libros, Capítulos y Páginas sobreescribiran estos permisos.', 'role_asset_admins' => 'A los administradores se les asigna automáticamente permisos para acceder a todo el contenido pero estas opciones podrían mostrar u ocultar opciones de la interfaz.', 'role_asset_image_view_note' => 'Esto se refiere a la visibilidad dentro del gestor de imágenes. El acceso a los archivos de imagen subidos dependerá de la opción de almacenamiento de imágenes del sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Todo', 'role_own' => 'Propio', 'role_controlled_by_asset' => 'Controlado por el contenido al que ha sido subido', From ace4d2d9b84f8288f361fa625509403818f77726 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:12 +0000 Subject: [PATCH 072/225] New translations settings.php (Arabic) --- lang/ar/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ar/settings.php b/lang/ar/settings.php index 089c0cfc930..dc95ac8468f 100644 --- a/lang/ar/settings.php +++ b/lang/ar/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'استيراد المحتوى', 'role_editor_change' => 'تغيير محرر الصفحة', 'role_notifications' => 'تلقي الإشعارات وإدارتها', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'أذونات الأصول', 'roles_system_warning' => 'اعلم أن الوصول إلى أي من الأذونات الثلاثة المذكورة أعلاه يمكن أن يسمح للمستخدم بتغيير امتيازاته الخاصة أو امتيازات الآخرين في النظام. قم بتعيين الأدوار مع هذه الأذونات فقط للمستخدمين الموثوق بهم.', 'role_asset_desc' => 'تتحكم هذه الأذونات في الوصول الافتراضي إلى الأصول داخل النظام. ستتجاوز الأذونات الخاصة بالكتب والفصول والصفحات هذه الأذونات.', 'role_asset_admins' => 'يُمنح المسؤولين حق الوصول تلقائيًا إلى جميع المحتويات ولكن هذه الخيارات قد تعرض خيارات واجهة المستخدم أو تخفيها.', 'role_asset_image_view_note' => 'يتعلق هذا بالرؤية داخل مدير الصور. يعتمد الوصول الفعلي لملفات الصور المُحمّلة على خِيار تخزين الصور في النظام.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'الكل', 'role_own' => 'ما يخص', 'role_controlled_by_asset' => 'يتحكم فيها الأصول التي يتم رفعها إلى', From 5d046de3e073c81fa1b618577f083a9044d7f642 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:13 +0000 Subject: [PATCH 073/225] New translations settings.php (Bulgarian) --- lang/bg/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bg/settings.php b/lang/bg/settings.php index c99047b2e4d..ae770c559cf 100644 --- a/lang/bg/settings.php +++ b/lang/bg/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Настройки за достъп до активи', 'roles_system_warning' => 'Важно: Добавянето на потребител в някое от горните три роли може да му позволи да промени собствените си права или правата на другите в системата. Възлагайте тези роли само на доверени потребители.', 'role_asset_desc' => 'Тези настройки за достъп контролират достъпа по подразбиране до активите в системата. Настройките за достъп до книги, глави и страници ще отменят тези настройки.', 'role_asset_admins' => 'Администраторите автоматично получават достъп до цялото съдържание, но тези опции могат да показват или скриват опциите за потребителския интерфейс.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Всички', 'role_own' => 'Собствени', 'role_controlled_by_asset' => 'Контролирани от актива, към който са качени', From e49981edc6d9aa8126546ac4217971f0183209b6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:14 +0000 Subject: [PATCH 074/225] New translations settings.php (Catalan) --- lang/ca/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ca/settings.php b/lang/ca/settings.php index e354fa57210..352291fe5b5 100644 --- a/lang/ca/settings.php +++ b/lang/ca/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importar contingut', 'role_editor_change' => 'Canvi de l’editor de pàgina', 'role_notifications' => 'Recepció i gestió de notificacions', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permisos de recursos', 'roles_system_warning' => 'Tingueu en compte que l’accés a qualsevol dels tres permisos de dalt permeten que l’usuari canviï els seus privilegis i els privilegis d’altres usuaris. Assigneu rols d’usuari amb aquests permisos només a usuaris de confiança.', 'role_asset_desc' => 'Aquests permisos controlen l’accés per defecte als recursos del sistema. El permisos dels llibres, capítols i pàgines sobreescriuran aquests permisos.', 'role_asset_admins' => 'Als administradors se’ls dona accés automàticament a tot el contingut però aquestes opcions mostren o amaguen opcions de la interfície d’usuari.', 'role_asset_image_view_note' => 'Això té relació amb la visibilitat al gestor d’imatges. L’accés a les imatges pujades dependrà de l’opció d’emmagatzematge d’imatges dels sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Tot', 'role_own' => 'Propi', 'role_controlled_by_asset' => 'Controlat pel recurs a què estan pujats', From dc393e05d59c323f43dc4982e5e47dcd44f5ad05 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:16 +0000 Subject: [PATCH 075/225] New translations settings.php (Czech) --- lang/cs/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/cs/settings.php b/lang/cs/settings.php index 77d07341751..f856b64cfac 100644 --- a/lang/cs/settings.php +++ b/lang/cs/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importovat obsah', 'role_editor_change' => 'Změnit editor stránek', 'role_notifications' => 'Přijímat a spravovat oznámení', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Obsahová oprávnění', 'roles_system_warning' => 'Berte na vědomí, že přístup k některému ze tří výše uvedených oprávnění může uživateli umožnit změnit svá vlastní oprávnění nebo oprávnění ostatních uživatelů v systému. Přiřazujte role s těmito oprávněními pouze důvěryhodným uživatelům.', 'role_asset_desc' => 'Tato oprávnění řídí přístup k obsahu napříč systémem. Specifická oprávnění na knihách, kapitolách a stránkách převáží tato nastavení.', 'role_asset_admins' => 'Administrátoři automaticky dostávají přístup k veškerému obsahu, ale tyto volby mohou ukázat nebo skrýt volby v uživatelském rozhraní.', 'role_asset_image_view_note' => 'To se týká viditelnosti ve správci obrázků. Skutečný přístup k nahraným souborům obrázků bude záviset na možnosti uložení systémových obrázků.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Vše', 'role_own' => 'Vlastní', 'role_controlled_by_asset' => 'Řídí se obsahem, do kterého jsou nahrávány', From f4d5182bed4216b66b20944d301c405debeaba62 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:17 +0000 Subject: [PATCH 076/225] New translations settings.php (Danish) --- lang/da/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/da/settings.php b/lang/da/settings.php index 6467572deb6..8d89c30af2d 100644 --- a/lang/da/settings.php +++ b/lang/da/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importer indhold', 'role_editor_change' => 'Skift side editor', 'role_notifications' => 'Modtag og administrer notifikationer', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Tilladelser for medier og "assets"', 'roles_system_warning' => 'Vær opmærksom på, at adgang til alle af de ovennævnte tre tilladelser, kan give en bruger mulighed for at ændre deres egne brugerrettigheder eller brugerrettigheder for andre i systemet. Tildel kun roller med disse tilladelser til betroede brugere.', 'role_asset_desc' => 'Disse tilladelser kontrollerer standardadgang til medier og "assets" i systemet. Tilladelser til bøger, kapitler og sider tilsidesætter disse tilladelser.', 'role_asset_admins' => 'Administratorer får automatisk adgang til alt indhold, men disse indstillinger kan vise eller skjule UI-indstillinger.', 'role_asset_image_view_note' => 'Dette vedrører synlighed i billedhåndteringen. Den faktiske adgang til uploadede billedfiler vil afhænge af systemets billedlagringsindstilling.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Eget', 'role_controlled_by_asset' => 'Styres af det medie/"asset", de uploades til', From 6e7401a1aeb7bb71f8eb79e16819e3a3144b1008 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:19 +0000 Subject: [PATCH 077/225] New translations settings.php (German) --- lang/de/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/de/settings.php b/lang/de/settings.php index b8e3eed2b3f..a874089958a 100644 --- a/lang/de/settings.php +++ b/lang/de/settings.php @@ -198,11 +198,13 @@ 'role_import_content' => 'Inhalt importieren', 'role_editor_change' => 'Seiten-Editor ändern', 'role_notifications' => 'Empfangen und Verwalten von Benachrichtigungen', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Berechtigungen', 'roles_system_warning' => 'Beachten Sie, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weisen Sie nur Rollen, mit diesen Berechtigungen, vertrauenswürdigen Benutzern zu.', 'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungenen.', 'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.', 'role_asset_image_view_note' => 'Das bezieht sich auf die Sichtbarkeit innerhalb des Bildmanagers. Der tatsächliche Zugriff auf hochgeladene Bilddateien hängt von der Speicheroption des Systems für Bilder ab.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Eigene', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', From d576b2faf62ffbbca125b419067702f9814790bd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:20 +0000 Subject: [PATCH 078/225] New translations settings.php (Greek) --- lang/el/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/el/settings.php b/lang/el/settings.php index 494670a22a4..67461604eb0 100644 --- a/lang/el/settings.php +++ b/lang/el/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Εισαγωγή περιεχομένου', 'role_editor_change' => 'Αλλαγή προγράμματος επεξεργασίας σελίδας', 'role_notifications' => 'Λήψη & διαχείριση ειδοποιήσεων', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Δικαιώματα Συστήματος', 'roles_system_warning' => 'Λάβετε υπόψη ότι η πρόσβαση σε οποιοδήποτε από τις τρεις παραπάνω άδειες (δικαιώματα) μπορεί να επιτρέψει σε έναν χρήστη να αλλάξει τα δικά του προνόμια ή τα προνόμια άλλων στο σύστημα. Εκχωρήστε ρόλους με αυτά τα δικαιώματα μόνο σε αξιόπιστους χρήστες.', 'role_asset_desc' => 'Αυτά τα δικαιώματα ελέγχουν την προεπιλεγμένη πρόσβαση στα στοιχεία (άδειες) εντός του συστήματος. Τα δικαιώματα σε Βιβλία, Κεφάλαια και Σελίδες θα παρακάμψουν αυτές τις άδειες.', 'role_asset_admins' => 'Οι διαχειριστές έχουν αυτόματα πρόσβαση σε όλο το περιεχόμενο, αλλά αυτές οι επιλογές ενδέχεται να εμφανίζουν ή να αποκρύπτουν τις επιλογές διεπαφής χρήστη.', 'role_asset_image_view_note' => 'Αυτό σχετίζεται με την ορατότητα εντός του διαχειριστή εικόνων. Η πραγματική πρόσβαση των μεταφορτωμένων αρχείων εικόνας θα εξαρτηθεί από την επιλογή αποθήκευσης εικόνας συστήματος.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Ολα', 'role_own' => 'Τα δικά του', 'role_controlled_by_asset' => 'Ελέγχονται από το στοιχείο στο οποίο ανεβαίνουν (Ράφια, Βιβλία)', From c71004fc1116dbc9298ed49a6acadcbdecbe4823 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:22 +0000 Subject: [PATCH 079/225] New translations settings.php (Basque) --- lang/eu/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/eu/settings.php b/lang/eu/settings.php index a70307e09c8..9a9227b8303 100644 --- a/lang/eu/settings.php +++ b/lang/eu/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Fitxategi baimenak', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Guztiak', 'role_own' => 'Norberarenak', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From c8963dc85996d1882002c45e2f852ed31bcb15f7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:23 +0000 Subject: [PATCH 080/225] New translations settings.php (Finnish) --- lang/fi/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fi/settings.php b/lang/fi/settings.php index 6817ad9319c..499122fe35b 100644 --- a/lang/fi/settings.php +++ b/lang/fi/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Vaihda sivun editoria', 'role_notifications' => 'Vastaanota ja hallinnoi ilmoituksia', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Sisältöjen oikeudet', 'roles_system_warning' => 'Huomaa, että minkä tahansa edellä mainituista kolmesta käyttöoikeudesta voi antaa käyttäjälle mahdollisuuden muuttaa omia tai muiden järjestelmän käyttäjien oikeuksia. Anna näitä oikeuksia sisältävät roolit vain luotetuille käyttäjille.', 'role_asset_desc' => 'Näillä asetuksilla hallitaan oletuksena annettavia käyttöoikeuksia järjestelmässä oleviin sisältöihin. Yksittäisten kirjojen, lukujen ja sivujen käyttöoikeudet kumoavat nämä käyttöoikeudet.', 'role_asset_admins' => 'Ylläpitäjät saavat automaattisesti pääsyn kaikkeen sisältöön, mutta nämä vaihtoehdot voivat näyttää tai piilottaa käyttöliittymävalintoja.', 'role_asset_image_view_note' => 'Tämä tarkoittaa näkyvyyttä kuvien hallinnassa. Pääsy ladattuihin kuvatiedostoihin riippuu asetetusta kuvien tallennusvaihtoehdosta.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Kaikki', 'role_own' => 'Omat', 'role_controlled_by_asset' => 'Määräytyy sen sisällön mukaan, johon ne on ladattu', From f3d31890d65870deb59b3916ff761e50cfb3a788 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:24 +0000 Subject: [PATCH 081/225] New translations settings.php (Hebrew) --- lang/he/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/he/settings.php b/lang/he/settings.php index 395d2c666ee..0b5034475b9 100644 --- a/lang/he/settings.php +++ b/lang/he/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'שנה עורך עמודים', 'role_notifications' => 'ניהול התראות', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'הרשאות משאבים', 'roles_system_warning' => 'שימו לב לכך שגישה לכל אחת משלושת ההרשאות הנ"ל יכולה לאפשר למשתמש לשנות את הפריווילגיות שלהם או של אחרים במערכת. הגדירו תפקידים להרשאות אלה למשתמשים בהם אתם בוטחים בלבד.', 'role_asset_desc' => 'הרשאות אלו שולטות בגישת ברירת המחדל למשאבים בתוך המערכת. הרשאות של ספרים, פרקים ודפים יגברו על הרשאות אלו.', 'role_asset_admins' => 'מנהלים מקבלים הרשאה מלאה לכל התוכן אך אפשרויות אלו עלולות להציג או להסתיר אפשרויות בממשק', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'הכל', 'role_own' => 'שלי', 'role_controlled_by_asset' => 'נשלטים על ידי המשאב אליו הועלו', From be5fb55bbef62a7601751b23ddc15da62cfac928 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:25 +0000 Subject: [PATCH 082/225] New translations settings.php (Hungarian) --- lang/hu/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/hu/settings.php b/lang/hu/settings.php index 7fc07b1223b..c6810ed6838 100644 --- a/lang/hu/settings.php +++ b/lang/hu/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Oldalszerkesztő módosítása', 'role_notifications' => 'Értesítések fogadása és kezelése', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Eszköz jogosultságok', 'roles_system_warning' => 'Ne feledje, hogy a fenti három engedély bármelyikéhez való hozzáférés lehetővé teszi a felhasználó számára, hogy módosítsa saját vagy a rendszerben mások jogosultságait. Csak megbízható felhasználókhoz rendeljen szerepeket ezekkel az engedélyekkel.', 'role_asset_desc' => 'Ezek a jogosultságok vezérlik az alapértelmezés szerinti hozzáférést a rendszerben található eszközökhöz. A könyvek, fejezetek és oldalak jogosultságai felülírják ezeket a jogosultságokat.', 'role_asset_admins' => 'Az adminisztrátorok automatikusan hozzáférést kapnak minden tartalomhoz, de ezek a beállítások megjeleníthetnek vagy elrejthetnek felhasználói felület beállításokat.', 'role_asset_image_view_note' => 'Ez a képkezelőn belüli láthatóságra vonatkozik. A feltöltött képfájlok tényleges elérése a rendszerkép tárolási beállításától függ.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Összes', 'role_own' => 'Saját', 'role_controlled_by_asset' => 'Az általuk feltöltött eszköz által ellenőrzött', From 5a33e1bc8ade057f2e69306c42c45af63e69143b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:27 +0000 Subject: [PATCH 083/225] New translations settings.php (Italian) --- lang/it/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/it/settings.php b/lang/it/settings.php index ef6302aa2ab..9f2d882af40 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importa contenuto', 'role_editor_change' => 'Cambiare editor di pagina', 'role_notifications' => 'Ricevere e gestire le notifiche', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permessi entità', 'roles_system_warning' => 'Siate consapevoli che l\'accesso a uno dei tre permessi qui sopra può consentire a un utente di modificare i propri privilegi o i privilegi di altri nel sistema. Assegna ruoli con questi permessi solo ad utenti fidati.', 'role_asset_desc' => 'Questi permessi controllano l\'accesso predefinito alle entità. I permessi in libri, capitoli e pagine sovrascriveranno questi.', 'role_asset_admins' => 'Gli amministratori hanno automaticamente accesso a tutti i contenuti ma queste opzioni possono mostrare o nascondere le opzioni della UI.', 'role_asset_image_view_note' => 'Questo si riferisce alla visibilità all\'interno del gestore delle immagini. L\'accesso effettivo ai file di immagine caricati dipenderà dall\'opzione di archiviazione delle immagini di sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Tutti', 'role_own' => 'Propri', 'role_controlled_by_asset' => 'Controllato dall\'entità in cui sono caricati', From e613a06493027295ec34473e30acff7a82456e84 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:28 +0000 Subject: [PATCH 084/225] New translations settings.php (Japanese) --- lang/ja/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ja/settings.php b/lang/ja/settings.php index 39d4bdcd83a..a19c942b26d 100644 --- a/lang/ja/settings.php +++ b/lang/ja/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'コンテンツのインポート', 'role_editor_change' => 'ページエディタの変更', 'role_notifications' => '通知の受信と管理', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'アセット権限', 'roles_system_warning' => '上記の3つの権限のいずれかを付与することは、ユーザーが自分の特権またはシステム内の他のユーザーの特権を変更できる可能性があることに注意してください。これらの権限は信頼できるユーザーにのみ割り当ててください。', 'role_asset_desc' => '各アセットに対するデフォルトの権限を設定します。ここで設定した権限が優先されます。', 'role_asset_admins' => '管理者にはすべてのコンテンツへのアクセス権が自動的に付与されますが、これらのオプションはUIオプションを表示または非表示にする場合があります。', 'role_asset_image_view_note' => 'これは画像マネージャー内の可視性に関連しています。アップロードされた画像ファイルへの実際のアクセスは、システムの画像保存オプションに依存します。', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => '全て', 'role_own' => '自身', 'role_controlled_by_asset' => 'このアセットに対し、右記の操作を許可:', From 34e65aa77bb58afabf22aacfd57731171865bafa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:29 +0000 Subject: [PATCH 085/225] New translations settings.php (Georgian) --- lang/ka/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ka/settings.php b/lang/ka/settings.php index 1b5f9ce144c..c68605fe1f8 100644 --- a/lang/ka/settings.php +++ b/lang/ka/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From d70861ec2174db6bf5ed9630681bc2415c454660 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:30 +0000 Subject: [PATCH 086/225] New translations settings.php (Korean) --- lang/ko/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ko/settings.php b/lang/ko/settings.php index ca04ce374af..1138b0ece8e 100644 --- a/lang/ko/settings.php +++ b/lang/ko/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => '내용 가져오기', 'role_editor_change' => '페이지 편집기 변경', 'role_notifications' => '알림 수신 및 관리', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => '권한 항목', 'roles_system_warning' => '위 세 권한은 자신의 권한이나 다른 유저의 권한을 바꿀 수 있습니다.', 'role_asset_desc' => '책, 챕터, 문서별 권한은 이 설정에 우선합니다.', 'role_asset_admins' => '관리자 권한은 어디든 접근할 수 있지만 이 설정은 사용자 인터페이스에서 해당 활동을 표시할지 결정합니다.', 'role_asset_image_view_note' => '이는 이미지 관리자 내 가시성과 관련이 있습니다. 업로드된 이미지 파일의 실제 접근은 시스템의 이미지 저장 설정에 따라 달라집니다.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => '모든 항목', 'role_own' => '직접 만든 항목', 'role_controlled_by_asset' => '저마다 다름', From 5c3e33ee304c31f976588713d49a6342fb73221f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:32 +0000 Subject: [PATCH 087/225] New translations settings.php (Kurdish) --- lang/ku/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ku/settings.php b/lang/ku/settings.php index 1b5f9ce144c..c68605fe1f8 100644 --- a/lang/ku/settings.php +++ b/lang/ku/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From 1d2e3b5491e705e9d79611e143e9e0b6324628e4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:33 +0000 Subject: [PATCH 088/225] New translations settings.php (Lithuanian) --- lang/lt/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/lt/settings.php b/lang/lt/settings.php index 4349218861a..8120d85fe8e 100644 --- a/lang/lt/settings.php +++ b/lang/lt/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Nuosavybės leidimai', 'roles_system_warning' => 'Būkite sąmoningi, kad prieiga prie bet kurio iš trijų leidimų viršuje gali leisti naudotojui pakeisti jų pačių privilegijas arba kitų privilegijas sistemoje. Paskirkite vaidmenis su šiais leidimais tik patikimiems naudotojams.', 'role_asset_desc' => 'Šie leidimai kontroliuoja numatytą prieigą į nuosavybę, esančią sistemoje. Knygų, skyrių ir puslapių leidimai nepaisys šių leidimų.', 'role_asset_admins' => 'Administratoriams automatiškai yra suteikiama prieiga prie viso turinio, tačiau šie pasirinkimai gali rodyti arba slėpti vartotojo sąsajos parinktis.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Visi', 'role_own' => 'Nuosavi', 'role_controlled_by_asset' => 'Kontroliuojami nuosavybės, į kurią yra įkelti', From 0297f0e4a4cf543c9b6f41d9acef9a2dcbee66b9 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:34 +0000 Subject: [PATCH 089/225] New translations settings.php (Dutch) --- lang/nl/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nl/settings.php b/lang/nl/settings.php index dd87d512061..2041669eb12 100644 --- a/lang/nl/settings.php +++ b/lang/nl/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importeer inhoud', 'role_editor_change' => 'Wijzig pagina bewerker', 'role_notifications' => 'Meldingen ontvangen & beheren', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Machtigingen', 'roles_system_warning' => 'Wees ervan bewust dat toegang tot een van de bovengenoemde drie machtigingen een gebruiker in staat kan stellen zijn eigen machtigingen of de machtigingen van anderen in het systeem kan wijzigen. Wijs alleen rollen toe met deze machtigingen aan vertrouwde gebruikers.', 'role_asset_desc' => 'Deze machtigingen bepalen de standaard toegang tot de assets binnen het systeem. Machtigingen op boeken, hoofdstukken en pagina\'s overschrijven deze instelling.', 'role_asset_admins' => 'Beheerders krijgen automatisch toegang tot alle inhoud, maar deze opties kunnen gebruikersinterface opties tonen of verbergen.', 'role_asset_image_view_note' => 'Dit heeft betrekking op de zichtbaarheid binnen de afbeeldingsbeheerder. De werkelijke toegang tot geüploade afbeeldingsbestanden hangt af van de gekozen opslagmethode.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alles', 'role_own' => 'Eigen', 'role_controlled_by_asset' => 'Gecontroleerd door de asset waar deze is geüpload', From 1e210606f164c8453bb1137b27c320cb947d241f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:35 +0000 Subject: [PATCH 090/225] New translations settings.php (Polish) --- lang/pl/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pl/settings.php b/lang/pl/settings.php index eaf211bc492..c32797f2f53 100644 --- a/lang/pl/settings.php +++ b/lang/pl/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Zmień edytor strony', 'role_notifications' => 'Odbieranie i zarządzanie powiadomieniami', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Zarządzanie zasobami', 'roles_system_warning' => 'Pamiętaj, że dostęp do trzech powyższych uprawnień może pozwolić użytkownikowi na zmianę własnych uprawnień lub uprawnień innych osób w systemie. Przypisz tylko role z tymi uprawnieniami do zaufanych użytkowników.', 'role_asset_desc' => 'Te ustawienia kontrolują zarządzanie zasobami systemu. Uprawnienia książek, rozdziałów i stron nadpisują te ustawienia.', 'role_asset_admins' => 'Administratorzy mają automatycznie dostęp do wszystkich treści, ale te opcję mogą być pokazywać lub ukrywać opcje interfejsu użytkownika.', 'role_asset_image_view_note' => 'To odnosi się do widoczności w ramach menedżera obrazów. Rzeczywista możliwość dostępu do przesłanych plików obrazów będzie zależeć od systemowej opcji przechowywania obrazów.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Wszyscy', 'role_own' => 'Własne', 'role_controlled_by_asset' => 'Kontrolowane przez zasób, do którego zostały udostępnione', From 49de84a7e35d520907f31df25f87763da76b13bf Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:37 +0000 Subject: [PATCH 091/225] New translations settings.php (Portuguese) --- lang/pt/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pt/settings.php b/lang/pt/settings.php index 93e7182f445..c2179e64027 100644 --- a/lang/pt/settings.php +++ b/lang/pt/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Alterar editor de página', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permissões de Ativos', 'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um utilizador altere os seus próprios privilégios ou privilégios de outros no sistema. Apenas atribua cargos com essas permissões a utilizadores de confiança.', 'role_asset_desc' => 'Estas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por estas permissões.', 'role_asset_admins' => 'Os administradores recebem automaticamente acesso a todo o conteúdo, mas estas opções podem mostrar ou ocultar as opções da Interface de Usuário.', 'role_asset_image_view_note' => 'Isto está relacionado com a visibilidade do gerenciador de imagens. O acesso real dos arquivos de imagem enviados dependerá da opção de armazenamento de imagens do sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Todos', 'role_own' => 'Próprio', 'role_controlled_by_asset' => 'Controlado pelo ativo para o qual eles são enviados', From 5ed8aa7c694cfd1416df3347320ce60454b2243f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:38 +0000 Subject: [PATCH 092/225] New translations settings.php (Russian) --- lang/ru/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ru/settings.php b/lang/ru/settings.php index 22372a21ad2..47839d52006 100644 --- a/lang/ru/settings.php +++ b/lang/ru/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Изменение редактора страниц', 'role_notifications' => 'Получение и управление уведомлениями', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Права доступа к материалам', 'roles_system_warning' => 'Имейте в виду, что доступ к любому из указанных выше трех разрешений может позволить пользователю изменить свои собственные привилегии или привилегии других пользователей системы. Назначать роли с этими правами можно только доверенным пользователям.', 'role_asset_desc' => 'Эти разрешения контролируют доступ по умолчанию к параметрам внутри системы. Разрешения на книги, главы и страницы перезапишут эти разрешения.', 'role_asset_admins' => 'Администраторы автоматически получают доступ ко всему контенту, но эти опции могут отображать или скрывать параметры пользовательского интерфейса.', 'role_asset_image_view_note' => 'Это относится к видимости в менеджере изображений. Фактический доступ к загруженным файлам изображений будет зависеть от опции хранения системных изображений.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Все', 'role_own' => 'Владелец', 'role_controlled_by_asset' => 'Контролируется активом, в который они загружены', From e3562f0c1aec01a92209b1e48f7f10d2c85c31c5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:39 +0000 Subject: [PATCH 093/225] New translations settings.php (Slovak) --- lang/sk/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sk/settings.php b/lang/sk/settings.php index 814d7366575..04855a7f96e 100644 --- a/lang/sk/settings.php +++ b/lang/sk/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Zmeniť editor stránky', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Oprávnenia majetku', 'roles_system_warning' => 'Uvedomte si, že prístup ku ktorémukoľvek z vyššie uvedených troch povolení môže používateľovi umožniť zmeniť svoje vlastné privilégiá alebo privilégiá ostatných v systéme. Roly s týmito povoleniami priraďujte iba dôveryhodným používateľom.', 'role_asset_desc' => 'Tieto oprávnenia regulujú prednastavený prístup k zdroju v systéme. Oprávnenia pre knihy, kapitoly a stránky majú vyššiu prioritu.', 'role_asset_admins' => 'Správcovia majú automaticky prístup ku všetkému obsahu, ale tieto možnosti môžu zobraziť alebo skryť možnosti používateľského rozhrania.', 'role_asset_image_view_note' => 'Toto sa týka viditeľnosti v rámci správcu obrázkov. Skutočný prístup k nahratým súborom obrázkov bude závisieť od možnosti ukladania obrázkov systému.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Všetko', 'role_own' => 'Vlastné', 'role_controlled_by_asset' => 'Regulované zdrojom, do ktorého sú nahrané', From 075aefbe6c3c661a416c9c3ec466b91e215b61a6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:40 +0000 Subject: [PATCH 094/225] New translations settings.php (Slovenian) --- lang/sl/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sl/settings.php b/lang/sl/settings.php index ad93b052259..6eaed0a1702 100644 --- a/lang/sl/settings.php +++ b/lang/sl/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Sistemska dovoljenja', 'roles_system_warning' => 'Zavedajte se, da lahko dostop do kateregakoli od zgornjih treh dovoljenj uporabniku omogoči, da spremeni lastne privilegije ali privilegije drugih v sistemu. Vloge s temi dovoljenji dodelite samo zaupanja vrednim uporabnikom.', 'role_asset_desc' => 'Ta dovoljenja nadzorujejo privzeti dostop do sredstev v sistemu. Dovoljenja za knjige, poglavja in strani bodo razveljavila ta dovoljenja.', 'role_asset_admins' => 'Skrbniki samodejno pridobijo dostop do vseh vsebin, vendar lahko te možnosti prikažejo ali pa skrijejo možnosti uporabniškega vmesnika.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Vse', 'role_own' => 'Lasten', 'role_controlled_by_asset' => 'Nadzira ga sredstvo, v katerega so naloženi', From 9415c6dd01c2fb42c734fa839f0e3e6dca1d1021 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:42 +0000 Subject: [PATCH 095/225] New translations settings.php (Albanian) --- lang/sq/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sq/settings.php b/lang/sq/settings.php index 1b5f9ce144c..c68605fe1f8 100644 --- a/lang/sq/settings.php +++ b/lang/sq/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From bb1b86048a617e36eb19a08dd941ce22501a4864 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:43 +0000 Subject: [PATCH 096/225] New translations settings.php (Serbian (Cyrillic)) --- lang/sr/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sr/settings.php b/lang/sr/settings.php index 5632510f42c..d34ff3f3b7d 100644 --- a/lang/sr/settings.php +++ b/lang/sr/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From 254befea25e53533ec1baedf0b22fd078daed6b0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:44 +0000 Subject: [PATCH 097/225] New translations settings.php (Swedish) --- lang/sv/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sv/settings.php b/lang/sv/settings.php index 4e4804a07a6..2e86241dae4 100644 --- a/lang/sv/settings.php +++ b/lang/sv/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Ändra sidredigerare', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Tillgång till innehåll', 'roles_system_warning' => 'Var medveten om att åtkomst till någon av ovanstående tre behörigheter kan tillåta en användare att ändra sina egna rättigheter eller andras rättigheter i systemet. Tilldela endast roller med dessa behörigheter till betrodda användare.', 'role_asset_desc' => 'Det här är standardinställningarna för allt innehåll i systemet. Eventuella anpassade rättigheter på böcker, kapitel och sidor skriver över dessa inställningar.', 'role_asset_admins' => 'Administratörer har automatisk tillgång till allt innehåll men dessa alternativ kan visa och dölja vissa gränssnittselement', 'role_asset_image_view_note' => 'Detta avser synlighet inom bildhanteraren. Faktisk åtkomst för uppladdade bildfiler kommer att bero på alternativ för bildlagring.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alla', 'role_own' => 'Egna', 'role_controlled_by_asset' => 'Kontrolleras av den sida de laddas upp till', From 7886145bfa6c69963214e83cd1e0b83c5223d817 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:45 +0000 Subject: [PATCH 098/225] New translations settings.php (Turkish) --- lang/tr/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/tr/settings.php b/lang/tr/settings.php index 44498b8e510..71d56000fc1 100644 --- a/lang/tr/settings.php +++ b/lang/tr/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Yazı editörünü değiştir', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Varlık Yetkileri', 'roles_system_warning' => 'Yukarıdaki üç izinden herhangi birine erişimin, kullanıcının kendi ayrıcalıklarını veya sistemdeki diğerlerinin ayrıcalıklarını değiştirmesine izin verebileceğini unutmayın. Yalnızca bu izinlere sahip rolleri güvenilir kullanıcılara atayın.', 'role_asset_desc' => 'Bu izinler, sistem içindeki varlıklara varsayılan erişim izinlerini ayarlar. Kitaplar, bölümler ve sayfalar üzerindeki izinler, buradaki izinleri geçersiz kılar.', 'role_asset_admins' => 'Yöneticilere otomatik olarak bütün içeriğe erişim yetkisi verilir ancak bu seçenekler, kullanıcı arayüzündeki bazı seçeneklerin gösterilmesine veya gizlenmesine neden olabilir.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Hepsi', 'role_own' => 'Kendine Ait', 'role_controlled_by_asset' => 'Yüklendikleri varlık tarafından kontrol ediliyor', From 88edc2b07b2230a3d1c364578869c0cd4aa38b53 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:47 +0000 Subject: [PATCH 099/225] New translations settings.php (Ukrainian) --- lang/uk/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/uk/settings.php b/lang/uk/settings.php index 3df27abc107..633582ca834 100644 --- a/lang/uk/settings.php +++ b/lang/uk/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Імпортувати вміст', 'role_editor_change' => 'Змінити редактор сторінок', 'role_notifications' => 'Отримувати та керувати повідомленнями', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Дозволи', 'roles_system_warning' => 'Майте на увазі, що доступ до будь-якого з вищезазначених трьох дозволів може дозволити користувачеві змінювати власні привілеї або привілеї інших в системі. Ролі з цими дозволами призначайте лише довіреним користувачам.', 'role_asset_desc' => 'Ці дозволи контролюють стандартні доступи всередині системи. Права на книги, розділи та сторінки перевизначать ці дозволи.', 'role_asset_admins' => 'Адміністратори автоматично отримують доступ до всього вмісту, але ці параметри можуть відображати або приховувати параметри інтерфейсу користувача.', 'role_asset_image_view_note' => 'Це стосується видимості в менеджері зображень. Фактичний доступ завантажуваних зображень буде залежний від опції зберігання системних зображень.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Все', 'role_own' => 'Власне', 'role_controlled_by_asset' => 'Контролюється за об\'єктом, до якого вони завантажуються', From 2816948d1583ff1925807c4a0064e535d5aed9b1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:48 +0000 Subject: [PATCH 100/225] New translations settings.php (Chinese Simplified) --- lang/zh_CN/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/zh_CN/settings.php b/lang/zh_CN/settings.php index 9f8e48d42aa..93f3076c595 100644 --- a/lang/zh_CN/settings.php +++ b/lang/zh_CN/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => '导入内容', 'role_editor_change' => '更改页面编辑器', 'role_notifications' => '管理和接收通知', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => '资源许可', 'roles_system_warning' => '请注意,拥有以上三个权限中的任何一个都会允许用户更改自己的权限或系统中其他人的权限。 请只将拥有这些权限的角色分配给你信任的用户。', 'role_asset_desc' => '对系统内资源的默认访问许可将由这些权限控制。单独设置在书籍、章节和页面上的权限将覆盖这里的权限设定。', 'role_asset_admins' => '管理员可自动获得对所有内容的访问权限,但这些选项可能会显示或隐藏UI选项。', 'role_asset_image_view_note' => '这与图像管理器中的可见性有关。已经上传的图片的实际访问取决于系统图像存储选项。', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => '全部的', 'role_own' => '拥有的', 'role_controlled_by_asset' => '由其所在的资源来控制', From 389f18061383c6946293b5dd9c595733284e929e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:49 +0000 Subject: [PATCH 101/225] New translations settings.php (Chinese Traditional) --- lang/zh_TW/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/zh_TW/settings.php b/lang/zh_TW/settings.php index 797de6c2b62..9b5efa09e39 100644 --- a/lang/zh_TW/settings.php +++ b/lang/zh_TW/settings.php @@ -198,11 +198,13 @@ 'role_import_content' => '匯入內容', 'role_editor_change' => '重設頁面編輯器', 'role_notifications' => '管理和接收通知', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => '資源權限', 'roles_system_warning' => '請注意,有上述三項權限中的任一項的使用者都可以更改自己或系統中其他人的權限。有這些權限的角色只應分配給受信任的使用者。', 'role_asset_desc' => '對系統內資源的預設權限將由這裡的權限控制。若有單獨設定在書本、章節和頁面上的權限,將會覆寫這裡的權限設定。', 'role_asset_admins' => '管理員會自動取得對所有內容的存取權,但這些選項可能會顯示或隱藏使用者介面的選項。', 'role_asset_image_view_note' => '這與圖像管理器中的可見性有關。已經上傳的圖片的實際訪問取決於系統圖像存儲選項。', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => '全部', 'role_own' => '擁有', 'role_controlled_by_asset' => '依據隸屬的資源來決定', From 5a550a492419ce1e2a7cf8fcc8fc8ef6d45eb498 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:50 +0000 Subject: [PATCH 102/225] New translations settings.php (Vietnamese) --- lang/vi/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/vi/settings.php b/lang/vi/settings.php index e5621bbd680..69eadddd36f 100644 --- a/lang/vi/settings.php +++ b/lang/vi/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Nhập nội dung', 'role_editor_change' => 'Thay đổi trình soạn thảo trang', 'role_notifications' => 'Nhận & quản lý thông báo', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Quyền tài sản (asset)', 'roles_system_warning' => 'Cần lưu ý rằng việc truy cập vào bất kỳ ba quyền trên có thể cho phép người dùng thay đổi đặc quyền của chính họ hoặc đặc quyền của những người khác trong hệ thống. Chỉ gán các vai trò có các quyền này cho những người dùng đáng tin cậy.', 'role_asset_desc' => 'Các quyền này điều khiển truy cập mặc định tới tài sản (asset) nằm trong hệ thống. Quyền tại Sách, Chương và Trang sẽ ghi đè các quyền này.', 'role_asset_admins' => 'Quản trị viên được tự động cấp quyền truy cập đến toàn bộ nội dung, tuy nhiên các tùy chọn đó có thể hiện hoặc ẩn tùy chọn giao diện.', 'role_asset_image_view_note' => 'Điều này liên quan đến khả năng hiển thị trong trình quản lý hình ảnh. Quyền truy cập thực tế vào các tệp hình ảnh đã tải lên sẽ phụ thuộc vào tùy chọn lưu trữ hình ảnh của hệ thống.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Tất cả', 'role_own' => 'Sở hữu', 'role_controlled_by_asset' => 'Kiểm soát các tài sản (asset) người dùng tải lên', From ff17ef32d0abcf3892c982ad6a9ff63cf1c1f37c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:51 +0000 Subject: [PATCH 103/225] New translations settings.php (Icelandic) --- lang/is/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/is/settings.php b/lang/is/settings.php index 713d406e8a5..5699c88d623 100644 --- a/lang/is/settings.php +++ b/lang/is/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Flytja inn efni', 'role_editor_change' => 'Skipta um ritil síðu', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Allt', 'role_own' => 'Eigin', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From ff3e00720d16008a8778742bd9a86510160c7483 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:53 +0000 Subject: [PATCH 104/225] New translations settings.php (Portuguese, Brazilian) --- lang/pt_BR/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pt_BR/settings.php b/lang/pt_BR/settings.php index 56fd481ad78..53947a36da6 100644 --- a/lang/pt_BR/settings.php +++ b/lang/pt_BR/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importar conteúdo', 'role_editor_change' => 'Alterar página de edição', 'role_notifications' => 'Receber e gerenciar notificações', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permissões de Ativos', 'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um usuário altere seus próprios privilégios ou privilégios de outros usuários no sistema. Apenas atribua perfis com essas permissões para usuários confiáveis.', 'role_asset_desc' => 'Essas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por essas permissões.', 'role_asset_admins' => 'Administradores recebem automaticamente acesso a todo o conteúdo, mas essas opções podem mostrar ou ocultar as opções da Interface de Usuário.', 'role_asset_image_view_note' => 'Isso está relacionado à visibilidade no gerenciador de imagens. O acesso real dos arquivos de imagem carregados dependerá da opção de armazenamento de imagem do sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Todos', 'role_own' => 'Próprio', 'role_controlled_by_asset' => 'Controlado pelos ativos nos quais o upload foi realizado', From 6d6d7a63b09dcdd903cef45ec4dc101bcd1f5090 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:54 +0000 Subject: [PATCH 105/225] New translations settings.php (Indonesian) --- lang/id/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/id/settings.php b/lang/id/settings.php index bdd2cca0745..cc942668307 100644 --- a/lang/id/settings.php +++ b/lang/id/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Impor Konten', 'role_editor_change' => 'Ubah editor halaman', 'role_notifications' => 'Terima dan kelola notifikasi', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Izin Aset', 'roles_system_warning' => 'Ketahuilah bahwa akses ke salah satu dari tiga izin di atas dapat memungkinkan pengguna untuk mengubah hak mereka sendiri atau orang lain dalam sistem. Hanya tetapkan peran dengan izin ini untuk pengguna tepercaya.', 'role_asset_desc' => 'Izin ini mengontrol akses default ke aset dalam sistem. Izin pada Buku, Bab, dan Halaman akan menggantikan izin ini.', 'role_asset_admins' => 'Admin secara otomatis diberi akses ke semua konten tetapi opsi ini dapat menampilkan atau menyembunyikan opsi UI.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Semua', 'role_own' => 'Sendiri', 'role_controlled_by_asset' => 'Dikendalikan oleh aset tempat mereka diunggah', From c912fa2250ea905e00ea5236198370cb6fde029f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:55 +0000 Subject: [PATCH 106/225] New translations settings.php (Persian) --- lang/fa/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fa/settings.php b/lang/fa/settings.php index dcfd33a2e11..abbfce470c3 100644 --- a/lang/fa/settings.php +++ b/lang/fa/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'وارد کردن محتوا', 'role_editor_change' => 'تغییر ویرایشگر صفحه', 'role_notifications' => 'دریافت و مدیریت اعلان‌ها', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'مجوزهای دارایی', 'roles_system_warning' => 'توجه داشته باشید که دسترسی به هر یک از سه مجوز فوق می‌تواند به کاربر اجازه دهد تا امتیازات خود یا امتیازات دیگران را در سیستم تغییر دهد. فقط نقش هایی را با این مجوزها به کاربران مورد اعتماد اختصاص دهید.', 'role_asset_desc' => 'این مجوزها دسترسی پیش‌فرض به دارایی‌های درون سیستم را کنترل می‌کنند. مجوزهای مربوط به کتاب‌ها، فصل‌ها و صفحات این مجوزها را لغو می‌کنند.', 'role_asset_admins' => 'به ادمین‌ها به‌طور خودکار به همه محتوا دسترسی داده می‌شود، اما این گزینه‌ها ممکن است گزینه‌های UI را نشان داده یا پنهان کنند.', 'role_asset_image_view_note' => 'این مربوط به مرئی بودن در بخش مدیر تصاویر است. دسترسی عملی به تصاویر آپلود شده بستگی به گزینه ذخیره‌سازی تصویر سیستم دارد.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'همه', 'role_own' => 'صاحب', 'role_controlled_by_asset' => 'توسط دارایی که در آن آپلود می شود کنترل می شود', From e3282cca80154d2df04a45ab5c2938d565c95cd0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:56 +0000 Subject: [PATCH 107/225] New translations settings.php (Spanish, Argentina) --- lang/es_AR/settings.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lang/es_AR/settings.php b/lang/es_AR/settings.php index a1cb5554086..790b97bf32b 100644 --- a/lang/es_AR/settings.php +++ b/lang/es_AR/settings.php @@ -75,8 +75,8 @@ 'reg_confirm_restrict_domain_placeholder' => 'Ninguna restricción establecida', // Sorting Settings - 'sorting' => 'Lists & Sorting', - 'sorting_book_default' => 'Default Book Sort Rule', + 'sorting' => 'Listas y ordenación', + 'sorting_book_default' => 'Orden de libros por defecto', 'sorting_book_default_desc' => 'Seleccione la regla de ordenación predeterminada para aplicar a nuevos libros. Esto no afectará a los libros existentes, y puede ser anulado por libro.', 'sorting_rules' => 'Reglas de Ordenación', 'sorting_rules_desc' => 'Son operaciones de ordenación predefinidas que se pueden aplicar al contenido en el sistema.', @@ -103,8 +103,8 @@ 'sort_rule_op_updated_date' => 'Fecha de actualización', 'sort_rule_op_chapters_first' => 'Capítulos al inicio', 'sort_rule_op_chapters_last' => 'Capítulos al final', - 'sorting_page_limits' => 'Per-Page Display Limits', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', + 'sorting_page_limits' => 'Límites de visualización por página', + 'sorting_page_limits_desc' => 'Establecer cuántos elementos a mostrar por página en varias listas dentro del sistema. Normalmente una cantidad más baja rendirá mejor, mientras que una cantidad más alta evita la necesidad de hacer clic a través de varias páginas. Se recomienda utilizar un múltiplo par de 3 (18, 24, 30, etc).', // Maintenance settings 'maint' => 'Mantenimiento', @@ -198,11 +198,13 @@ 'role_import_content' => 'Importar contenido', 'role_editor_change' => 'Cambiar editor de página', 'role_notifications' => 'Recibir y gestionar notificaciones', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Permisos de activos', 'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario modificar sus propios privilegios o los privilegios de otros usuarios en el sistema. Asignar roles con estos permisos sólo a usuarios de comfianza.', 'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los activos del sistema. Permisos definidos en Libros, Capítulos y Páginas ignorarán estos permisos.', 'role_asset_admins' => 'Los administradores reciben automáticamente acceso a todo el contenido pero estas opciones pueden mostrar u ocultar opciones de UI.', 'role_asset_image_view_note' => 'Esto se refiere a la visibilidad dentro del gestor de imágenes. El acceso real a los archivos de imágenes subidos, dependerá de la opción de almacenamiento de imágenes del sistema.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Todo', 'role_own' => 'Propio', 'role_controlled_by_asset' => 'Controlado por el activo al que ha sido subido', From f373c2a1704921ce8685560a3f65a33751485a4c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:57 +0000 Subject: [PATCH 108/225] New translations settings.php (Bengali) --- lang/bn/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bn/settings.php b/lang/bn/settings.php index a77c2a84dca..6d0f4ab88b2 100644 --- a/lang/bn/settings.php +++ b/lang/bn/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From 9d29e94c417bad34731104a2cb448dfc0923e542 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:44:59 +0000 Subject: [PATCH 109/225] New translations settings.php (Croatian) --- lang/hr/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/hr/settings.php b/lang/hr/settings.php index 1bdc00fe1e0..6465d0ea72e 100644 --- a/lang/hr/settings.php +++ b/lang/hr/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Promijeni uređivač stranica', 'role_notifications' => 'Primanje i upravljanje obavijestima', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Upravljanje vlasništvom', 'roles_system_warning' => 'Uzmite u obzir da pristup bilo kojem od ovih dopuštenja dozvoljavate korisniku upravljanje dopuštenjima ostalih u sustavu. Ova dopuštenja dodijelite pouzdanim korisnicima.', 'role_asset_desc' => 'Ova dopuštenja kontroliraju zadane pristupe. Dopuštenja za knjige, poglavlja i stranice ih poništavaju.', 'role_asset_admins' => 'Administratori automatski imaju pristup svim sadržajima, ali ove opcije mogu prikazati ili sakriti korisnička sučelja.', 'role_asset_image_view_note' => 'Ovo se odnosi na vidljivost unutar upravitelja slika. Stvarni pristup uploadiranim slikovnim datotekama ovisit će o odabranim opcijama pohrane slika u sustavu.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Sve', 'role_own' => 'Vlastito', 'role_controlled_by_asset' => 'Kontrolirano od strane vlasnika', From abb94637fbe87f8be2c96fba0701710624515abb Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:00 +0000 Subject: [PATCH 110/225] New translations settings.php (Norwegian Nynorsk) --- lang/nn/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nn/settings.php b/lang/nn/settings.php index 5a5214c6834..6d2259bd88d 100644 --- a/lang/nn/settings.php +++ b/lang/nn/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Endre sideredigering', 'role_notifications' => 'Motta og administrere varslinger', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Eiendomstillatelser', 'roles_system_warning' => 'Vær oppmerksom på at tilgang til noen av de ovennevnte tre tillatelsene kan tillate en bruker å endre sine egne rettigheter eller rettighetene til andre i systemet. Bare tildel roller med disse tillatelsene til pålitelige brukere.', 'role_asset_desc' => 'Disse tillatelsene kontrollerer standard tilgang til eiendelene i systemet. Tillatelser til bøker, kapitler og sider overstyrer disse tillatelsene.', 'role_asset_admins' => 'Administratorer får automatisk tilgang til alt innhold, men disse alternativene kan vise eller skjule UI-alternativer.', 'role_asset_image_view_note' => 'Dette gjelder synlighet innenfor bilde-administrasjonen. Faktisk tilgang på opplastede bildefiler vil være avhengig av valget for systemlagring av bildet.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Egne', 'role_controlled_by_asset' => 'Kontrollert av eiendelen de er lastet opp til', From e8302523551b9daf67c56a78c422196f5f6e507d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:02 +0000 Subject: [PATCH 111/225] New translations settings.php (Estonian) --- lang/et/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/et/settings.php b/lang/et/settings.php index 3487dd0eee8..6ed1ebb49b7 100644 --- a/lang/et/settings.php +++ b/lang/et/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Imporditud sisu', 'role_editor_change' => 'Lehe redaktori muutmine', 'role_notifications' => 'Võta vastu ja halda teavitusi', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Sisu õigused', 'roles_system_warning' => 'Pane tähele, et ülalolevad kolm õigust võimaldavad kasutajal enda või teiste kasutajate õiguseid muuta. Määra nende õigustega roll ainult usaldusväärsetele kasutajatele.', 'role_asset_desc' => 'Need load kontrollivad vaikimisi ligipääsu süsteemis olevale sisule. Raamatute, peatükkide ja lehtede õigused rakenduvad esmajärjekorras.', 'role_asset_admins' => 'Administraatoritel on automaatselt ligipääs kogu sisule, aga need valikud võivad peida või näidata kasutajaliidese elemente.', 'role_asset_image_view_note' => 'See käib nähtavuse kohta pildifailide halduris. Tegelik ligipääs üleslaaditud pildifailidele sõltub süsteemsest piltide salvestamise valikust.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Kõik', 'role_own' => 'Enda omad', 'role_controlled_by_asset' => 'Õigused määratud seotud objekti kaudu', From dd873d29b43b6c37b135784e9efd5489bc41f749 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:03 +0000 Subject: [PATCH 112/225] New translations settings.php (Latvian) --- lang/lv/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/lv/settings.php b/lang/lv/settings.php index ce1a9009f63..fb5cf13ddee 100644 --- a/lang/lv/settings.php +++ b/lang/lv/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Importēt saturu', 'role_editor_change' => 'Mainīt lapu redaktoru', 'role_notifications' => 'Saņemt un pārvaldīt paziņojumus', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Resursa piekļuves tiesības', 'roles_system_warning' => 'Jebkuras no trīs augstāk redzamajām atļaujām dod iespēju lietotājam mainīt savas un citu lietotāju sistēmas atļaujas. Pievieno šīs grupu atļaujas tikai tiem lietotājiem, kuriem uzticies.', 'role_asset_desc' => 'Šīs piekļuves tiesības kontrolē noklusēto piekļuvi sistēmas resursiem. Grāmatām, nodaļām un lapām norādītās tiesības būs pārākas par šīm.', 'role_asset_admins' => 'Administratoriem automātiski ir piekļuve visam saturam, bet šie uzstādījumi var noslēpt vai parādīt lietotāja saskarnes iespējas.', 'role_asset_image_view_note' => 'Šis ir saistīts ar redzamību attēlu pārvaldniekā. Faktiskā piekļuve augšupielādēto attēlu failiem būs atkarīga no sistēmas attēlu glabātuves uzstādījuma.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Visi', 'role_own' => 'Savi', 'role_controlled_by_asset' => 'Kontrolē resurss, uz ko tie ir augšupielādēti', From fa32279b3dff6377e4e9f36c247b4cb9858e2a8a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:05 +0000 Subject: [PATCH 113/225] New translations settings.php (Welsh) --- lang/cy/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/cy/settings.php b/lang/cy/settings.php index 350128e7d80..29e86e28bb5 100644 --- a/lang/cy/settings.php +++ b/lang/cy/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Mewnforio Cynnwys', 'role_editor_change' => 'Newid golygydd tudalen', 'role_notifications' => 'Derbyn a rheoli hysbysiadau', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Caniatâd Asedau', 'roles_system_warning' => 'Byddwch yn ymwybodol y gall mynediad i unrhyw un o\'r tri chaniatâd uchod ganiatáu i ddefnyddiwr newid eu breintiau eu hunain neu freintiau eraill yn y system. Neilltuo rolau gyda\'r caniatâd hyn i ddefnyddwyr dibynadwy yn unig.', 'role_asset_desc' => 'Mae\'r caniatâd hwn yn rheoli mynediad diofyn i\'r asedau o fewn y system. Bydd caniatâd ar Lyfrau, Penodau a Thudalennau yn diystyru\'r caniatâd hwn.', 'role_asset_admins' => 'Mae gweinyddwyr yn cael mynediad awtomatig i\'r holl gynnwys ond gall yr opsiynau hyn ddangos neu guddio opsiynau UI.', 'role_asset_image_view_note' => 'Mae hyn yn ymwneud â gwelededd o fewn y rheolwr delweddau. Bydd mynediad gwirioneddol i ffeiliau delwedd wedi\'u huwchlwytho yn dibynnu ar opsiwn storio delwedd y system.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Popeth', 'role_own' => 'Meddu', 'role_controlled_by_asset' => 'Wedi\'u rheoli gan yr ased y maent yn cael eu huwchlwytho iddo', From 3cc7716a1c85a4a7661ac691f0090396580439a4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:06 +0000 Subject: [PATCH 114/225] New translations settings.php (Bosnian) --- lang/bs/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bs/settings.php b/lang/bs/settings.php index 1b5f9ce144c..c68605fe1f8 100644 --- a/lang/bs/settings.php +++ b/lang/bs/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From 64ef732c248397403d93002d3cb80b3824b50c56 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:08 +0000 Subject: [PATCH 115/225] New translations settings.php (Uzbek) --- lang/uz/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/uz/settings.php b/lang/uz/settings.php index 6ea408e6868..ad191143f40 100644 --- a/lang/uz/settings.php +++ b/lang/uz/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Sahifa muharririni o\'zgartirish', 'role_notifications' => 'Bildirishnomalarni qabul qilish va boshqarish', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Obyektga ruxsatlar', 'roles_system_warning' => 'Shuni yodda tutingki, yuqoridagi uchta ruxsatdan birortasiga kirish foydalanuvchiga o\'z imtiyozlarini yoki tizimdagi boshqalarning imtiyozlarini o\'zgartirishi mumkin. Ishonchli foydalanuvchilarga faqat ushbu ruxsatlarga ega rollarni tayinlang.', 'role_asset_desc' => 'Bu ruxsatlar tizim ichidagi aktivlarga standart kirishni nazorat qiladi. Kitoblar, boblar va sahifalardagi ruxsatlar bu ruxsatlarni bekor qiladi.', 'role_asset_admins' => 'Administratorlarga avtomatik ravishda barcha kontentga kirish huquqi beriladi, lekin bu parametrlar UI parametrlarini koʻrsatishi yoki yashirishi mumkin.', 'role_asset_image_view_note' => 'Bu tasvir menejeridagi ko\'rinishga tegishli. Yuklangan rasm fayllariga haqiqiy kirish tizim tasvirini saqlash opsiyasiga bog\'liq bo\'ladi.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Hammasi', 'role_own' => 'Shaxsiy', 'role_controlled_by_asset' => 'Ular yuklangan obyekt tomonidan nazorat qilinadi', From db3f404aa3301c9dada6d5b7047ba8853c5ba45b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:09 +0000 Subject: [PATCH 116/225] New translations settings.php (Norwegian Bokmal) --- lang/nb/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nb/settings.php b/lang/nb/settings.php index 1f4ace41586..d1f40814edf 100644 --- a/lang/nb/settings.php +++ b/lang/nb/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import innhold', 'role_editor_change' => 'Endre sideredigering', 'role_notifications' => 'Motta og administrere varslinger', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Eiendomstillatelser', 'roles_system_warning' => 'Vær oppmerksom på at tilgang til noen av de ovennevnte tre tillatelsene kan tillate en bruker å endre sine egne rettigheter eller rettighetene til andre i systemet. Bare tildel roller med disse tillatelsene til pålitelige brukere.', 'role_asset_desc' => 'Disse tillatelsene kontrollerer standard tilgang til eiendelene i systemet. Tillatelser til bøker, kapitler og sider overstyrer disse tillatelsene.', 'role_asset_admins' => 'Administratorer får automatisk tilgang til alt innhold, men disse alternativene kan vise eller skjule UI-alternativer.', 'role_asset_image_view_note' => 'Dette gjelder synlighet innenfor bilde-administrasjonen. Faktisk tilgang på opplastede bildefiler vil være avhengig av valget for systemlagring av bildet.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Egne', 'role_controlled_by_asset' => 'Kontrollert av eiendelen de er lastet opp til', From e86c1f2467b63d7baeee3882b32d93fe62be43aa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:11 +0000 Subject: [PATCH 117/225] New translations settings.php (Nepali) --- lang/ne/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ne/settings.php b/lang/ne/settings.php index 90d0fec6fd3..37e59978e1f 100644 --- a/lang/ne/settings.php +++ b/lang/ne/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'सामग्री आयात गर्नुहोस्', 'role_editor_change' => 'पृष्ठ सम्पादक परिवर्तन गर्नुहोस्', 'role_notifications' => 'सूचनाहरू प्राप्त र व्यवस्थापन गर्नुहोस्', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'संपत्ति अनुमति', 'roles_system_warning' => 'माथिका कुनै पनि तीन अनुमति प्रयोगकर्ताले आफैं वा अरूका अधिकार परिवर्तन गर्न सक्छन्। यी अनुमति भएको भूमिका मात्र भरपर्दो प्रयोगकर्तालाई दिनुहोस्।', 'role_asset_desc' => 'यी अनुमतिले प्रणालीभित्र सम्पत्तिमा डिफल्ट पहुँच नियन्त्रण गर्छ। पुस्तक, अध्याय र पृष्ठमा अनुमति यी भन्दा प्राथमिक हुन्छ।', 'role_asset_admins' => 'प्रशासनकर्ताहरूलाई सबै सामग्रीमा स्वतः पहुँच दिइन्छ, यी विकल्पहरूले UI मा देखिने वा लुकेका विकल्पहरू मात्र प्रभाव पार्न सक्छ।', 'role_asset_image_view_note' => 'यो छवि व्यवस्थापक भित्रको दृश्यता सम्बन्धि हो। अपलोड गरिएको छविमा वास्तविक पहुँच प्रणालीको छवि भण्डारण विकल्प अनुसार हुन्छ।', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'सबै', 'role_own' => 'आफ्नो', 'role_controlled_by_asset' => 'अपलोड गरिएको सम्पत्तिले नियन्त्रण गरेको', From bca172d9edb87d53be992a5fe457f55b161e578a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:12 +0000 Subject: [PATCH 118/225] New translations settings.php (Turkmen) --- lang/tk/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/tk/settings.php b/lang/tk/settings.php index 1b5f9ce144c..c68605fe1f8 100644 --- a/lang/tk/settings.php +++ b/lang/tk/settings.php @@ -197,11 +197,13 @@ 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', From a8e3bbe4b8e539f0baa71a22f9747fdfc2765693 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:14 +0000 Subject: [PATCH 119/225] New translations settings.php (German Informal) --- lang/de_informal/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/de_informal/settings.php b/lang/de_informal/settings.php index ac94266e04c..ab9a075a0a7 100644 --- a/lang/de_informal/settings.php +++ b/lang/de_informal/settings.php @@ -198,11 +198,13 @@ 'role_import_content' => 'Inhalt importieren', 'role_editor_change' => 'Seiteneditor ändern', 'role_notifications' => 'Empfangen und Verwalten von Benachrichtigungen', + 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Berechtigungen', 'roles_system_warning' => 'Beachte, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weise nur Rollen mit diesen Berechtigungen vertrauenswürdigen Benutzern zu.', 'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungen.', 'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.', 'role_asset_image_view_note' => 'Das bezieht sich auf die Sichtbarkeit innerhalb des Bildmanagers. Der tatsächliche Zugriff auf hochgeladene Bilddateien hängt von der Speicheroption des Systems für Bilder ab.', + 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Eigene', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', From ab437de4bcb7732419662660f6356330c58d0d5e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:15 +0000 Subject: [PATCH 120/225] New translations preferences.php (Romanian) --- lang/ro/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/preferences.php b/lang/ro/preferences.php index f7529305c82..93db2f66a8e 100644 --- a/lang/ro/preferences.php +++ b/lang/ro/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controlați notificările prin e-mail pe care le primiți atunci când o anumită activitate este efectuată în sistem.', 'notifications_opt_own_page_changes' => 'Notifică la comentarii pe paginile pe care le dețin', 'notifications_opt_own_page_comments' => 'Notifică la comentarii pe paginile pe care le dețin', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notifică la răspunsurile la comentariile mele', 'notifications_save' => 'Salvează Preferințe', 'notifications_update_success' => 'Preferințele de notificare au fost actualizate!', From d94bfb344444828af112417064c20eed66c8be7e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:16 +0000 Subject: [PATCH 121/225] New translations notifications.php (Romanian) --- lang/ro/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ro/notifications.php b/lang/ro/notifications.php index 676eeb814e8..da7f590fd71 100644 --- a/lang/ro/notifications.php +++ b/lang/ro/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Pagina actualizată: :pageName', 'updated_page_intro' => 'O nouă pagină a fost creată în :appName:', 'updated_page_debounce' => 'Pentru a preveni notificări în masă, pentru un timp nu veți primi notificări suplimentare la această pagină de către același editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nume pagină:', 'detail_page_path' => 'Page Path:', From e7c0350867cc5486bb37c5372a5e31a2108e6089 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:17 +0000 Subject: [PATCH 122/225] New translations preferences.php (French) --- lang/fr/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/preferences.php b/lang/fr/preferences.php index 2180ed70c46..c595222f1b8 100644 --- a/lang/fr/preferences.php +++ b/lang/fr/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Contrôlez les notifications par e-mail que vous recevez lorsque certaines activités sont effectuées dans le système.', 'notifications_opt_own_page_changes' => 'Notifier lors des modifications des pages que je possède', 'notifications_opt_own_page_comments' => 'Notifier lorsque les pages que je possède sont commentées', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notifier les réponses à mes commentaires', 'notifications_save' => 'Enregistrer les préférences', 'notifications_update_success' => 'Les préférences de notification ont été mises à jour !', From e632c65079a7ac3985d1323a9123f3fdcdc7d898 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:19 +0000 Subject: [PATCH 123/225] New translations notifications.php (French) --- lang/fr/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index 5d7ae88f72b..b82f82bd0b8 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Page mise à jour: :pageName', 'updated_page_intro' => 'Une page a été mise à jour dans :appName:', 'updated_page_debounce' => 'Pour éviter de nombreuses notifications, pendant un certain temps, vous ne recevrez pas de notifications pour d\'autres modifications de cette page par le même éditeur.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nom de la page :', 'detail_page_path' => 'Chemin de la page :', From 57af49fe20daba613b8cb69014aeefd11a8a83ea Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:20 +0000 Subject: [PATCH 124/225] New translations preferences.php (Spanish) --- lang/es/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es/preferences.php b/lang/es/preferences.php index 13af93d2978..7f9025c2609 100644 --- a/lang/es/preferences.php +++ b/lang/es/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controle las notificaciones por correo electrónico que recibe cuando se realiza cierta actividad dentro del sistema.', 'notifications_opt_own_page_changes' => 'Notificar sobre los cambios en las páginas en las que soy propietario', 'notifications_opt_own_page_comments' => 'Notificar sobre comentarios en las páginas en las que soy propietario', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notificar sobre respuestas a mis comentarios', 'notifications_save' => 'Guardar preferencias', 'notifications_update_success' => '¡Se han actualizado las preferencias de notificaciones!', From 77b9b5ec15093e0cd867bde0078061a9fec69e47 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:21 +0000 Subject: [PATCH 125/225] New translations notifications.php (Spanish) --- lang/es/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index 5ebc42129d9..ba95d1284b6 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Página actualizada: :pageName', 'updated_page_intro' => 'Una página ha sido actualizada en :appName:', 'updated_page_debounce' => 'Para prevenir notificaciones en masa, durante un tiempo no se enviarán notificaciones para futuras ediciones de esta página por el mismo editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nombre de página:', 'detail_page_path' => 'Ruta de la página:', From f46565ab0176472470b37c7e1600524e3f4557de Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:22 +0000 Subject: [PATCH 126/225] New translations preferences.php (Arabic) --- lang/ar/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ar/preferences.php b/lang/ar/preferences.php index 9158b4b375b..92733c9981b 100644 --- a/lang/ar/preferences.php +++ b/lang/ar/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'التحكم في إشعارات البريد الإلكتروني الذي تتلقاها عند إجراء نشاط معين داخل النظام.', 'notifications_opt_own_page_changes' => 'إشعاري عند حدوث تغييرات في الصفحات التي أملكها', 'notifications_opt_own_page_comments' => 'إشعاري بشأن التعليقات على الصفحات التي أملكها', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'إشعاري عند الردود على تعليقاتي', 'notifications_save' => 'حفظ اﻹعدادات', 'notifications_update_success' => 'تم تحديث إعدادات الإشعارات!', From 385ced5a8a981fbc2898604bf212dda51de3d317 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:23 +0000 Subject: [PATCH 127/225] New translations notifications.php (Arabic) --- lang/ar/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ar/notifications.php b/lang/ar/notifications.php index 30a49a631cf..69d5dfdcf52 100644 --- a/lang/ar/notifications.php +++ b/lang/ar/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'تم تحديث الصفحة: :pageName', 'updated_page_intro' => 'تم تحديث الصفحة في :appName:', 'updated_page_debounce' => 'لمنع تلقي عدد كبير من الإشعارات، لن يتم إرسال إشعارات إليك لفترة من الوقت لإجراء المزيد من التعديلات على هذه الصفحة بواسطة نفس المحرر.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'اسم الصفحة:', 'detail_page_path' => 'مسار الصفحة:', From a63a20ba4ddb6bbfa3269e82710df167a00a800f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:24 +0000 Subject: [PATCH 128/225] New translations preferences.php (Bulgarian) --- lang/bg/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/bg/preferences.php b/lang/bg/preferences.php index f954340e2d2..8f5aaa07e90 100644 --- a/lang/bg/preferences.php +++ b/lang/bg/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 59dbdf578d4b6f3226d4bc3d94a07701b5f426a9 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:26 +0000 Subject: [PATCH 129/225] New translations notifications.php (Bulgarian) --- lang/bg/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bg/notifications.php b/lang/bg/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/bg/notifications.php +++ b/lang/bg/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 45ad3a319baab42136386ad26a633b60fc94b8f7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:27 +0000 Subject: [PATCH 130/225] New translations preferences.php (Catalan) --- lang/ca/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ca/preferences.php b/lang/ca/preferences.php index 25206726ecd..09fdaa4e586 100644 --- a/lang/ca/preferences.php +++ b/lang/ca/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Gestioneu les notificacions de correu electrònic que rebreu quan es facin certes activitats.', 'notifications_opt_own_page_changes' => 'Notifica’m els canvis a les meves pàgines.', 'notifications_opt_own_page_comments' => 'Notifica’m la creació de comentaris a les meves pàgines.', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notifica’m les respostes als meus comentaris.', 'notifications_save' => 'Desa les preferències', 'notifications_update_success' => 'S’han actualitzat les preferències de notificació', From 5222fdd81756cb52b61e00c666eb33198d7a892b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:28 +0000 Subject: [PATCH 131/225] New translations notifications.php (Catalan) --- lang/ca/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ca/notifications.php b/lang/ca/notifications.php index 49b986ad063..e3fb928a1ef 100644 --- a/lang/ca/notifications.php +++ b/lang/ca/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'S’ha actualitzat la pàgina :pageName', 'updated_page_intro' => 'S’ha actualitzat una pàgina a :appName.', 'updated_page_debounce' => 'Per a evitar que s’acumulin les notificacions, durant un temps no se us notificarà cap canvi fet en aquesta pàgina pel mateix usuari.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nom de la pàgina:', 'detail_page_path' => 'Ruta de la pàgina:', From e5671f40247043a8bcf147321a290d02dc17448c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:29 +0000 Subject: [PATCH 132/225] New translations preferences.php (Czech) --- lang/cs/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cs/preferences.php b/lang/cs/preferences.php index ec7afaf276b..4a9bf3ad71a 100644 --- a/lang/cs/preferences.php +++ b/lang/cs/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Nastavte si e-mailová oznámení, která dostanete při provedení určitých akcí v systému.', 'notifications_opt_own_page_changes' => 'Upozornit na změny stránek u kterých jsem vlastníkem', 'notifications_opt_own_page_comments' => 'Upozornit na komentáře na stránkách, které vlastním', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Upozornit na odpovědi na mé komentáře', 'notifications_save' => 'Uložit nastavení', 'notifications_update_success' => 'Nastavení oznámení byla aktualizována!', From 989f313b0bb2449be66678881f25652e543489d0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:30 +0000 Subject: [PATCH 133/225] New translations notifications.php (Czech) --- lang/cs/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/cs/notifications.php b/lang/cs/notifications.php index caf75f17951..a6c9e88b562 100644 --- a/lang/cs/notifications.php +++ b/lang/cs/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Aktualizovaná stránka: :pageName', 'updated_page_intro' => 'V :appName byla aktualizována stránka:', 'updated_page_debounce' => 'Po nějakou dobu neobdržíte další oznámení o aktualizaci této stránky stejným editorem, aby se omezil počet stejných zpráv.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Název stránky:', 'detail_page_path' => 'Umístění:', From b4101587f563185a50deb78c3ddecb2df9acfba0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:32 +0000 Subject: [PATCH 134/225] New translations preferences.php (Danish) --- lang/da/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/da/preferences.php b/lang/da/preferences.php index 143405a163c..5ba4f450cab 100644 --- a/lang/da/preferences.php +++ b/lang/da/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Administrer de e-mail-notifikationer, du modtager, når visse aktiviteter udføres i systemet.', 'notifications_opt_own_page_changes' => 'Adviser ved ændringer af sider, jeg ejer', 'notifications_opt_own_page_comments' => 'Adviser ved kommentarer på sider, jeg ejer', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Adviser ved svar på mine kommentarer', 'notifications_save' => 'Gem indstillinger', 'notifications_update_success' => 'Indstillinger for notifikationer er blevet opdateret!', From 602d22df3ed024e3eb6a2eab87a5b88cb8900eb0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:33 +0000 Subject: [PATCH 135/225] New translations notifications.php (Danish) --- lang/da/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/da/notifications.php b/lang/da/notifications.php index 8074c03c4d9..3aaf2ff1818 100644 --- a/lang/da/notifications.php +++ b/lang/da/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Opdateret side: :pageName', 'updated_page_intro' => 'En side er blevet opdateret i :appName:', 'updated_page_debounce' => 'For at forhindre en masse af notifikationer, i et stykke tid vil du ikke blive sendt notifikationer for yderligere redigeringer til denne side af den samme editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sidens navn:', 'detail_page_path' => 'Sidesti:', From 68a219fced3c9bed0901efad7e4a332d5510c683 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:34 +0000 Subject: [PATCH 136/225] New translations preferences.php (German) --- lang/de/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de/preferences.php b/lang/de/preferences.php index 26f0b05dacc..1f74f3d3eb0 100644 --- a/lang/de/preferences.php +++ b/lang/de/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Legen Sie fest, welche E-Mail-Benachrichtigungen Sie erhalten, wenn bestimmte Aktivitäten im System durchgeführt werden.', 'notifications_opt_own_page_changes' => 'Benachrichtigung bei Änderungen an eigenen Seiten', 'notifications_opt_own_page_comments' => 'Benachrichtigung bei Kommentaren an eigenen Seiten', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Bei Antworten auf meine Kommentare benachrichtigen', 'notifications_save' => 'Einstellungen speichern', 'notifications_update_success' => 'Benachrichtigungseinstellungen wurden aktualisiert!', From b10cfcbe0f32d6debf17f02082dc8d5f7dbdbfe8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:35 +0000 Subject: [PATCH 137/225] New translations notifications.php (German) --- lang/de/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index f3b86b5023a..71b71d1b662 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Aktualisierte Seite: :pageName', 'updated_page_intro' => 'Eine Seite wurde in :appName aktualisiert:', 'updated_page_debounce' => 'Um eine Flut von Benachrichtigungen zu vermeiden, werden Sie für eine gewisse Zeit keine Benachrichtigungen für weitere Bearbeitungen dieser Seite durch denselben Bearbeiter erhalten.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Name der Seite:', 'detail_page_path' => 'Seitenpfad:', From 885230c4dc5d83d14f0cf62253f688536bf3a654 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:36 +0000 Subject: [PATCH 138/225] New translations preferences.php (Greek) --- lang/el/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/el/preferences.php b/lang/el/preferences.php index 4f7e97d5257..2c2ce8fe95f 100644 --- a/lang/el/preferences.php +++ b/lang/el/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From a77d704af0c0a8466c0736672e0cbe2c4b2ce34b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:38 +0000 Subject: [PATCH 139/225] New translations notifications.php (Greek) --- lang/el/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/el/notifications.php b/lang/el/notifications.php index 3924cab3b5c..e9a9fe15de1 100644 --- a/lang/el/notifications.php +++ b/lang/el/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Ενημερωμένη σελίδα: :pageName', 'updated_page_intro' => 'Μια σελίδα έχει ενημερωθεί στο :appName:', 'updated_page_debounce' => 'Για να αποτρέψετε μαζικές ειδοποιήσεις, για κάποιο διάστημα δε θα σας αποστέλλονται ειδοποιήσεις για περαιτέρω αλλαγές σε αυτήν τη σελίδα από τον ίδιο συντάκτη.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Όνομα σελίδας:', 'detail_page_path' => 'Διαδρομή σελίδας:', From 4adc410fd7ffc80d77db27ae535b0603df6c91bc Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:39 +0000 Subject: [PATCH 140/225] New translations preferences.php (Basque) --- lang/eu/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/eu/preferences.php b/lang/eu/preferences.php index da7638593b5..3818932d4ea 100644 --- a/lang/eu/preferences.php +++ b/lang/eu/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 8f304823ddbc05046b8cd9e180c9293fc5026b73 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:40 +0000 Subject: [PATCH 141/225] New translations notifications.php (Basque) --- lang/eu/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/eu/notifications.php b/lang/eu/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/eu/notifications.php +++ b/lang/eu/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 9e9c67df27c8d1cd23a198f0b11e3cb86cec0308 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:41 +0000 Subject: [PATCH 142/225] New translations preferences.php (Finnish) --- lang/fi/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fi/preferences.php b/lang/fi/preferences.php index 25cd76bf781..05afc111f10 100644 --- a/lang/fi/preferences.php +++ b/lang/fi/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Hallitse järjestelmän toimintoihin liittyviä sähköposti-ilmoituksia.', 'notifications_opt_own_page_changes' => 'Ilmoita omistamilleni sivuille tehdyistä muutoksista', 'notifications_opt_own_page_comments' => 'Ilmoita omistamilleni sivuille tehdyistä kommenteista', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Ilmoita vastauksista kommentteihini', 'notifications_save' => 'Tallenna asetukset', 'notifications_update_success' => 'Ilmoitusasetukset on päivitetty!', From 929c33016e954b51e004f5f7ffefee5ce6061f60 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:42 +0000 Subject: [PATCH 143/225] New translations notifications.php (Finnish) --- lang/fi/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fi/notifications.php b/lang/fi/notifications.php index a737ad7d9b4..647378ded83 100644 --- a/lang/fi/notifications.php +++ b/lang/fi/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Päivitetty sivu: :pageName', 'updated_page_intro' => 'Sivu on päivitetty sivustolla :appName:', 'updated_page_debounce' => 'Useiden ilmoitusten välttämiseksi sinulle ei toistaiseksi lähetetä ilmoituksia saman toimittajan tekemistä uusista muokkauksista tälle sivulle.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sivun nimi:', 'detail_page_path' => 'Sivun polku:', From de18e9b23a9cdd5f1c16d276264095ee741e8407 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:43 +0000 Subject: [PATCH 144/225] New translations preferences.php (Hebrew) --- lang/he/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/he/preferences.php b/lang/he/preferences.php index 9e05eefb3ab..fa0c89ea585 100644 --- a/lang/he/preferences.php +++ b/lang/he/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'העדפות קבלת מייל והתראות כאשר מבוצעת פעולה מסויימת במערכת.', 'notifications_opt_own_page_changes' => 'עדכן אותי כאשר מתבצעים שינויים לדפים שבבעלותי', 'notifications_opt_own_page_comments' => 'עדכן אותי כאשר נוספות הערות לדפים שבבעלותי', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'עדכן אותי כאשר מתקבלות תגובות להערות שלי', 'notifications_save' => 'שמור העדפות', 'notifications_update_success' => 'הגדרת התראות עודכנו!', From a93e891e01dc67cfd3e09f112555deaccff6e3b7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:44 +0000 Subject: [PATCH 145/225] New translations notifications.php (Hebrew) --- lang/he/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/he/notifications.php b/lang/he/notifications.php index 8385c0a6da3..cfab57117f4 100644 --- a/lang/he/notifications.php +++ b/lang/he/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'עמוד עודכן :pageName', 'updated_page_intro' => 'דף עודכן ב:appName:', 'updated_page_debounce' => 'על מנת לעצור הצפת התראות, לזמן מסוים אתה לא תקבל התראות על שינויים עתידיים בדף זה על ידי אותו עורך.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'שם עמוד:', 'detail_page_path' => 'נתיב לעמוד:', From 06e0c7f89b5886ad223f514ca341d885e5b624de Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:45 +0000 Subject: [PATCH 146/225] New translations preferences.php (Hungarian) --- lang/hu/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hu/preferences.php b/lang/hu/preferences.php index 4251a28fbc7..fb3c335e8ae 100644 --- a/lang/hu/preferences.php +++ b/lang/hu/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Állítsd be az e-mail értesítéseket, amelyeket akkor kapsz, ha bizonyos tevékenység történik a rendszeren belül.', 'notifications_opt_own_page_changes' => 'Értesítsen változásokról az általam tulajdonolt oldalakon', 'notifications_opt_own_page_comments' => 'Értesítés a hozzászólásokról az általam tulajdonolt oldalakon', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Értesítsen válaszokról a hozzászólásaimra', 'notifications_save' => 'Beállítások mentése', 'notifications_update_success' => 'Az értesítési beállítások frissítve lettek!', From 3aea2f05594a304b1cadc220f54d66cb205a6c00 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:47 +0000 Subject: [PATCH 147/225] New translations notifications.php (Hungarian) --- lang/hu/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/hu/notifications.php b/lang/hu/notifications.php index c8cae9143c3..d8a29688a13 100644 --- a/lang/hu/notifications.php +++ b/lang/hu/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Frissített oldal: :pageName', 'updated_page_intro' => 'Az oldal frissítése sikeres volt itt: :appName:', 'updated_page_debounce' => 'Az értesítések tömegének elkerülése érdekében egy ideig nem kap értesítést az oldal további szerkesztéseiről ugyanaz a szerkesztő.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Oldal neve:', 'detail_page_path' => 'Oldal helye:', From b0742468fbcdfca42c99c2c8b60096d469d6e49d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:48 +0000 Subject: [PATCH 148/225] New translations preferences.php (Italian) --- lang/it/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/it/preferences.php b/lang/it/preferences.php index f251384011b..db6b907541d 100644 --- a/lang/it/preferences.php +++ b/lang/it/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controlla le notifiche email che ricevi quando viene eseguita una determinata attività all\'interno del sistema.', 'notifications_opt_own_page_changes' => 'Notifica in caso di modifiche alle pagine che possiedo', 'notifications_opt_own_page_comments' => 'Notifica i commenti sulle pagine che possiedo', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notificare le risposte ai miei commenti', 'notifications_save' => 'Salva preferenze', 'notifications_update_success' => 'Le preferenze di notifica sono state aggiornate!', From fdf0700b291a5a2979aecd56833ab32c59d64dcd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:49 +0000 Subject: [PATCH 149/225] New translations notifications.php (Italian) --- lang/it/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/it/notifications.php b/lang/it/notifications.php index 6b8932ebee0..a4e57abdf65 100644 --- a/lang/it/notifications.php +++ b/lang/it/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Pagina aggiornata: :pageName', 'updated_page_intro' => 'Una pagina è stata aggiornata in :appName:', 'updated_page_debounce' => 'Per evitare una massa di notifiche, per un po\' non ti verranno inviate notifiche per ulteriori modifiche a questa pagina dallo stesso editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nome della pagina:', 'detail_page_path' => 'Percorso della pagina:', From fee87fdbfd68e98899797c165f60cb6571048b5b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:50 +0000 Subject: [PATCH 150/225] New translations preferences.php (Japanese) --- lang/ja/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja/preferences.php b/lang/ja/preferences.php index 0207596a9ec..a4790692953 100644 --- a/lang/ja/preferences.php +++ b/lang/ja/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'システム内で特定のアクティビティが実行されたときに受信する電子メール通知を制御します。', 'notifications_opt_own_page_changes' => '自分が所有するページの変更を通知する', 'notifications_opt_own_page_comments' => '自分が所有するページへのコメントを通知する', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => '自分のコメントへの返信を通知する', 'notifications_save' => '設定を保存', 'notifications_update_success' => '通知設定を更新しました。', From 208f08e153d1c5ec4a10bb21744dac589738bf00 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:51 +0000 Subject: [PATCH 151/225] New translations notifications.php (Japanese) --- lang/ja/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ja/notifications.php b/lang/ja/notifications.php index 6fc0321d353..98193217898 100644 --- a/lang/ja/notifications.php +++ b/lang/ja/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'ページの更新: :pageName', 'updated_page_intro' => ':appName でページが更新されました', 'updated_page_debounce' => '大量の通知を防ぐために、しばらくの間は同じユーザがこのページをさらに編集しても通知は送信されません。', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'ページ名:', 'detail_page_path' => 'ページパス:', From 47a0b63fe0a4c37bdaa54e4b3b7df88158693442 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:52 +0000 Subject: [PATCH 152/225] New translations preferences.php (Georgian) --- lang/ka/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ka/preferences.php b/lang/ka/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/ka/preferences.php +++ b/lang/ka/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 843d98838232f9e438040300e27453aa0043f1d1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:54 +0000 Subject: [PATCH 153/225] New translations notifications.php (Georgian) --- lang/ka/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ka/notifications.php b/lang/ka/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/ka/notifications.php +++ b/lang/ka/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From ed1540a728d946935993b561dcd048bd838b0a47 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:55 +0000 Subject: [PATCH 154/225] New translations preferences.php (Korean) --- lang/ko/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ko/preferences.php b/lang/ko/preferences.php index 79692f564c3..1979a23e4b1 100644 --- a/lang/ko/preferences.php +++ b/lang/ko/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => '시스템 내에서 특정 활동이 수행될 때 수신하는 이메일 알림을 제어합니다.', 'notifications_opt_own_page_changes' => '내가 소유한 페이지가 변경되면 알림 받기', 'notifications_opt_own_page_comments' => '내가 소유한 페이지에 댓글이 달렸을 때 알림 받기', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => '내 댓글에 대한 답글 알림 받기', 'notifications_save' => '환경설정 저장', 'notifications_update_success' => '알림 환경설정이 업데이트되었습니다!', From 9e501649a67d5133bef820e356ed410978518040 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:56 +0000 Subject: [PATCH 155/225] New translations notifications.php (Korean) --- lang/ko/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ko/notifications.php b/lang/ko/notifications.php index b337fa86de2..a5abcf0f9ff 100644 --- a/lang/ko/notifications.php +++ b/lang/ko/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => '페이지 업데이트됨: :pageName', 'updated_page_intro' => ':appName: 에서 페이지가 업데이트되었습니다:', 'updated_page_debounce' => '알림이 한꺼번에 몰리는 것을 방지하기 위해 당분간 동일한 편집자가 이 페이지를 추가로 편집할 경우 알림이 전송되지 않습니다.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => '페이지 이름:', 'detail_page_path' => '페이지 경로:', From fc92dbbd849dfbe1aab8d4bee53cce9e84a7ef15 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:57 +0000 Subject: [PATCH 156/225] New translations preferences.php (Kurdish) --- lang/ku/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ku/preferences.php b/lang/ku/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/ku/preferences.php +++ b/lang/ku/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From b24c488fb99131ce146677572fe8b78c2463c4fa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:45:59 +0000 Subject: [PATCH 157/225] New translations notifications.php (Kurdish) --- lang/ku/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ku/notifications.php b/lang/ku/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/ku/notifications.php +++ b/lang/ku/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 6cacfb72ece017af81c0226977a12cfc7d4549ba Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:00 +0000 Subject: [PATCH 158/225] New translations preferences.php (Lithuanian) --- lang/lt/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/lt/preferences.php b/lang/lt/preferences.php index 5c38d191c0b..6258fcae754 100644 --- a/lang/lt/preferences.php +++ b/lang/lt/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 9a6aff0e276290996ef0a5d1764557206cd9fd6f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:01 +0000 Subject: [PATCH 159/225] New translations notifications.php (Lithuanian) --- lang/lt/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/lt/notifications.php b/lang/lt/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/lt/notifications.php +++ b/lang/lt/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 6683fb2f323d5d5b24b714b2dac6934b9af1ea3c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:02 +0000 Subject: [PATCH 160/225] New translations preferences.php (Dutch) --- lang/nl/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nl/preferences.php b/lang/nl/preferences.php index d0e3623b9cc..1fb56af074e 100644 --- a/lang/nl/preferences.php +++ b/lang/nl/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Bepaal welke e-mailmeldingen je ontvangt wanneer bepaalde activiteiten in het systeem worden uitgevoerd.', 'notifications_opt_own_page_changes' => 'Geef melding bij wijzigingen aan pagina\'s waarvan ik de eigenaar ben', 'notifications_opt_own_page_comments' => 'Geef melding van opmerkingen op pagina\'s waarvan ik de eigenaar ben', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Geef melding van reacties op mijn opmerkingen', 'notifications_save' => 'Voorkeuren opslaan', 'notifications_update_success' => 'Voorkeuren voor meldingen zijn bijgewerkt!', From c69ab0a4ea28fcb234a7b957cd9acb7615c5866f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:03 +0000 Subject: [PATCH 161/225] New translations notifications.php (Dutch) --- lang/nl/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nl/notifications.php b/lang/nl/notifications.php index 1e7035670da..ce2a3ebff02 100644 --- a/lang/nl/notifications.php +++ b/lang/nl/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Aangepaste pagina: :pageName', 'updated_page_intro' => 'Een pagina werd aangepast in :appName:', 'updated_page_debounce' => 'Om een stortvloed aan meldingen te voorkomen, zul je een tijdje geen meldingen ontvangen voor verdere bewerkingen van deze pagina door dezelfde redacteur.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Pagina Naam:', 'detail_page_path' => 'Paginapad:', From 173671a7df53923b0fade90f17e4bd2f3e24eaae Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:05 +0000 Subject: [PATCH 162/225] New translations preferences.php (Polish) --- lang/pl/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pl/preferences.php b/lang/pl/preferences.php index dd348210279..372b8eda6df 100644 --- a/lang/pl/preferences.php +++ b/lang/pl/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Kontroluj otrzymywane powiadomienia e-mail, gdy określona aktywność jest wykonywana w systemie.', 'notifications_opt_own_page_changes' => 'Powiadom o zmianach na stronach, których jestem właścicielem', 'notifications_opt_own_page_comments' => 'Powiadom o komentarzach na stronach, których jestem właścicielem', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Powiadom o odpowiedziach na moje komentarze', 'notifications_save' => 'Zapisz preferencje', 'notifications_update_success' => 'Preferencje powiadomień zostały zaktualizowane!', From 9a96c98928186eb2e95e32011bee3a54e044ad9e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:06 +0000 Subject: [PATCH 163/225] New translations notifications.php (Polish) --- lang/pl/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pl/notifications.php b/lang/pl/notifications.php index 66114999446..a2c9ff1c0b9 100644 --- a/lang/pl/notifications.php +++ b/lang/pl/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Zaktualizowano stronę: :pageName', 'updated_page_intro' => 'Strona została zaktualizowana w :appName:', 'updated_page_debounce' => 'Aby zapobiec nadmiarowi powiadomień, przez jakiś czas nie będziesz otrzymywać powiadomień o dalszych edycjach tej strony przez tego samego edytora.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nazwa strony:', 'detail_page_path' => 'Ścieżka strony:', From 60ec93758ee4d6717d9261c05c7ba05e3f49ba85 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:07 +0000 Subject: [PATCH 164/225] New translations preferences.php (Portuguese) --- lang/pt/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt/preferences.php b/lang/pt/preferences.php index 860eec645bc..b7308aaf910 100644 --- a/lang/pt/preferences.php +++ b/lang/pt/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controlar as notificações via correio eletrónico quando certas atividades são executadas pelo sistema.', 'notifications_opt_own_page_changes' => 'Notificar quando páginas que possuo sofrem alterações', 'notifications_opt_own_page_comments' => 'Notificar quando comentam páginas que possuo', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notificar respostas aos meus comentários', 'notifications_save' => 'Guardar preferências', 'notifications_update_success' => 'Preferências de notificação foram atualizadas!', From 44daf084e38e0a5cb39e99fa86f6cab5a747f4a5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:08 +0000 Subject: [PATCH 165/225] New translations notifications.php (Portuguese) --- lang/pt/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pt/notifications.php b/lang/pt/notifications.php index 1243c6680f4..cbe3a511c88 100644 --- a/lang/pt/notifications.php +++ b/lang/pt/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Página atualizada: :pageName', 'updated_page_intro' => 'Uma página foi atualizada em :appName:', 'updated_page_debounce' => 'Para evitar um grande volume de notificações, durante algum tempo não serão enviadas notificações de edições futuras para esta página através do mesmo editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nome da Página:', 'detail_page_path' => 'Page Path:', From 49ac3b508c7bb676966f41faf5616ecd0f2e6396 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:09 +0000 Subject: [PATCH 166/225] New translations preferences.php (Russian) --- lang/ru/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ru/preferences.php b/lang/ru/preferences.php index 27217815d13..b61b252c8dc 100644 --- a/lang/ru/preferences.php +++ b/lang/ru/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Управляйте полученными по электронной почте уведомлениями при выполнении определенных действий в системе.', 'notifications_opt_own_page_changes' => 'Уведомлять об изменениях в собственных страницах', 'notifications_opt_own_page_comments' => 'Уведомлять о комментариях на собственных страницах', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Уведомлять об ответах на мои комментарии', 'notifications_save' => 'Сохранить настройки', 'notifications_update_success' => 'Настройки уведомлений были обновлены!', From 192d966fa65f9be602d30f2809b6d43b2d794047 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:10 +0000 Subject: [PATCH 167/225] New translations notifications.php (Russian) --- lang/ru/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ru/notifications.php b/lang/ru/notifications.php index c5e98da80ef..289de42b6c0 100644 --- a/lang/ru/notifications.php +++ b/lang/ru/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Обновлена страница: :pageName', 'updated_page_intro' => 'Страница была обновлена в :appName:', 'updated_page_debounce' => 'Чтобы предотвратить массовые уведомления, в течение некоторого времени вы не будете получать уведомления о дальнейших правках этой страницы этим же редактором.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Имя страницы:', 'detail_page_path' => 'Путь страницы:', From 746f34fd754de44ee62d84fd6da871c2192d5170 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:12 +0000 Subject: [PATCH 168/225] New translations preferences.php (Slovak) --- lang/sk/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sk/preferences.php b/lang/sk/preferences.php index 85da4f331f7..54fbdb677a6 100644 --- a/lang/sk/preferences.php +++ b/lang/sk/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 0a3c252c86690a6de821b0154fa3142d0bf718ac Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:13 +0000 Subject: [PATCH 169/225] New translations notifications.php (Slovak) --- lang/sk/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sk/notifications.php b/lang/sk/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/sk/notifications.php +++ b/lang/sk/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From b2312a0bacf4daf9ab09461a20febb0eb178dc65 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:14 +0000 Subject: [PATCH 170/225] New translations preferences.php (Slovenian) --- lang/sl/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sl/preferences.php b/lang/sl/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/sl/preferences.php +++ b/lang/sl/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 1c63829304a05fe0d7a124b5d334e5e309ff7677 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:16 +0000 Subject: [PATCH 171/225] New translations notifications.php (Slovenian) --- lang/sl/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sl/notifications.php b/lang/sl/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/sl/notifications.php +++ b/lang/sl/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 095cbb1a2f9ffa6cbe707e28e8b1210abb46d531 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:17 +0000 Subject: [PATCH 172/225] New translations preferences.php (Albanian) --- lang/sq/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sq/preferences.php b/lang/sq/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/sq/preferences.php +++ b/lang/sq/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 60f4d176c3a0f992927d1d99e0b95d3d6be2d2cb Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:18 +0000 Subject: [PATCH 173/225] New translations notifications.php (Albanian) --- lang/sq/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sq/notifications.php b/lang/sq/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/sq/notifications.php +++ b/lang/sq/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 62782570a446d0e831d5944f78a6f4b270b21114 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:19 +0000 Subject: [PATCH 174/225] New translations preferences.php (Serbian (Cyrillic)) --- lang/sr/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sr/preferences.php b/lang/sr/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/sr/preferences.php +++ b/lang/sr/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From d0e92c18d3c625560532f9f2fabdecda2986cfaf Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:20 +0000 Subject: [PATCH 175/225] New translations notifications.php (Serbian (Cyrillic)) --- lang/sr/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sr/notifications.php b/lang/sr/notifications.php index 6aa3f2abbaa..4cc499fdd40 100644 --- a/lang/sr/notifications.php +++ b/lang/sr/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Ажурирана страница: :pageName', 'updated_page_intro' => 'Страница је ажурирана у :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Назив странице:', 'detail_page_path' => 'Путања странице:', From 50b746a6ff6040b40589dfe7e79072c6e8ac516a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:21 +0000 Subject: [PATCH 176/225] New translations preferences.php (Swedish) --- lang/sv/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sv/preferences.php b/lang/sv/preferences.php index 945099151f2..492081e59e3 100644 --- a/lang/sv/preferences.php +++ b/lang/sv/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 34482ca7835131c00cfd526bb49c596c896576d2 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:22 +0000 Subject: [PATCH 177/225] New translations notifications.php (Swedish) --- lang/sv/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sv/notifications.php b/lang/sv/notifications.php index 58418ddb01e..19933c049cb 100644 --- a/lang/sv/notifications.php +++ b/lang/sv/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Uppdaterad sida: :pageName', 'updated_page_intro' => 'En sida har blivit uppdaterad i :appName:', 'updated_page_debounce' => 'För att förhindra en massa notiser, så kommer det inte skickas nya notiser på ett tag för ytterligare ändringar till denna sida av samma skribent.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sidonamn:', 'detail_page_path' => 'Sidosökväg:', From da04df251406179e9b3a8318b10e01fc1bab96f0 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:24 +0000 Subject: [PATCH 178/225] New translations preferences.php (Turkish) --- lang/tr/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tr/preferences.php b/lang/tr/preferences.php index 1ce7b01fda4..f4ec771b2d7 100644 --- a/lang/tr/preferences.php +++ b/lang/tr/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 27a5de84ac90bef6b227dc18bd487cee0a2c4b05 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:25 +0000 Subject: [PATCH 179/225] New translations notifications.php (Turkish) --- lang/tr/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/tr/notifications.php b/lang/tr/notifications.php index c26a90b32cb..5dfb719783e 100644 --- a/lang/tr/notifications.php +++ b/lang/tr/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From e9f6e4b044f1eb998e9c8e3a7d331ef49a3a36a5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:26 +0000 Subject: [PATCH 180/225] New translations preferences.php (Ukrainian) --- lang/uk/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uk/preferences.php b/lang/uk/preferences.php index 14989d2a740..8af3a8d9e55 100644 --- a/lang/uk/preferences.php +++ b/lang/uk/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Контролюйте сповіщення по електронній пошті, які ви отримуєте, коли виконується певна активність у системі.', 'notifications_opt_own_page_changes' => 'Повідомляти при змінах сторінок якими я володію', 'notifications_opt_own_page_comments' => 'Повідомляти при коментарях на моїх сторінках', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Повідомляти про відповіді на мої коментарі', 'notifications_save' => 'Зберегти налаштування', 'notifications_update_success' => 'Налаштування сповіщень було оновлено!', From 6a62ea9c3e468e9bf4af21475756db116605b6c3 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:27 +0000 Subject: [PATCH 181/225] New translations notifications.php (Ukrainian) --- lang/uk/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/uk/notifications.php b/lang/uk/notifications.php index a08b9a100be..d40457f98fc 100644 --- a/lang/uk/notifications.php +++ b/lang/uk/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Оновлено сторінку: :pageName', 'updated_page_intro' => 'Оновлено сторінку у :appName:', 'updated_page_debounce' => 'Для запобігання кількості сповіщень, деякий час ви не будете відправлені повідомлення для подальших змін на цій сторінці тим самим редактором.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Назва сторінки:', 'detail_page_path' => 'Шлях до сторінки:', From be5e5edae2c3b31ba9d2077eff9acaf941bf4842 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:29 +0000 Subject: [PATCH 182/225] New translations preferences.php (Chinese Simplified) --- lang/zh_CN/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh_CN/preferences.php b/lang/zh_CN/preferences.php index f1ef3957d1e..f89448dd366 100644 --- a/lang/zh_CN/preferences.php +++ b/lang/zh_CN/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => '控制在系统内发生某些活动时您会收到的电子邮件通知。', 'notifications_opt_own_page_changes' => '在我拥有的页面被修改时通知我', 'notifications_opt_own_page_comments' => '在我拥有的页面上有新评论时通知我', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => '在有人回复我的频率时通知我', 'notifications_save' => '保存偏好设置', 'notifications_update_success' => '通知偏好设置已更新!', From 5c78f538b935340b3ecffbe7eb03b20c0254e105 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:30 +0000 Subject: [PATCH 183/225] New translations notifications.php (Chinese Simplified) --- lang/zh_CN/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/zh_CN/notifications.php b/lang/zh_CN/notifications.php index 52c9822bc2a..e4eebf5cc56 100644 --- a/lang/zh_CN/notifications.php +++ b/lang/zh_CN/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => '页面更新::pageName', 'updated_page_intro' => ':appName: 中的一个页面已被更新', 'updated_page_debounce' => '为了防止出现大量通知,一段时间内您不会收到同一编辑者再次编辑本页面的通知。', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => '页面名称:', 'detail_page_path' => '页面路径:', From 0f8764c4aab5ce74557e324f6590f26535bcd332 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:31 +0000 Subject: [PATCH 184/225] New translations preferences.php (Chinese Traditional) --- lang/zh_TW/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh_TW/preferences.php b/lang/zh_TW/preferences.php index 4900ca15264..0bfce9d832d 100644 --- a/lang/zh_TW/preferences.php +++ b/lang/zh_TW/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => '控制在系統有特定活動時,是否要接收電子郵件通知', 'notifications_opt_own_page_changes' => '當我的頁面有異動時發送通知', 'notifications_opt_own_page_comments' => '當我的頁面有評論時發送通知', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => '當我的評論有新的回覆時發送通知', 'notifications_save' => '儲存偏好設定', 'notifications_update_success' => '通知設定已更新', From 88f8356b1fb117d6dd0ce8e79a45397c06e48826 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:32 +0000 Subject: [PATCH 185/225] New translations notifications.php (Chinese Traditional) --- lang/zh_TW/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/zh_TW/notifications.php b/lang/zh_TW/notifications.php index 7fcfa640090..f5deae3284a 100644 --- a/lang/zh_TW/notifications.php +++ b/lang/zh_TW/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => '頁面更新::pageName', 'updated_page_intro' => ':appName: 中的一個頁面已被更新', 'updated_page_debounce' => '為了防止出現大量通知,一段時間內您不會收到同一編輯者再次編輯本頁面的通知。', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => '頁面名稱:', 'detail_page_path' => '頁面路徑:', From 5d1b3620d691442ff1be07249d14f064abc3ccd7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:33 +0000 Subject: [PATCH 186/225] New translations preferences.php (Vietnamese) --- lang/vi/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/vi/preferences.php b/lang/vi/preferences.php index 76bc0be16a2..3e06ccd3026 100644 --- a/lang/vi/preferences.php +++ b/lang/vi/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 9e4ac70dfc2ba9f7d3a511d9161b175a3dd201dd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:35 +0000 Subject: [PATCH 187/225] New translations notifications.php (Vietnamese) --- lang/vi/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/vi/notifications.php b/lang/vi/notifications.php index a18695b2347..45fb4434ffa 100644 --- a/lang/vi/notifications.php +++ b/lang/vi/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Trang đã cập nhật: :pageName', 'updated_page_intro' => 'Một trang mới đã được cập nhật trong :appName:', 'updated_page_debounce' => 'Để tránh việc nhận quá nhiều thông báo, trong một thời gian, bạn sẽ không nhận được thông báo về những chỉnh sửa tiếp theo cho trang này từ cùng một biên tập viên.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Tên Trang:', 'detail_page_path' => 'Đường dẫn trang:', From de6cbe800e064ab720c5509ec302793ff6303bae Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:36 +0000 Subject: [PATCH 188/225] New translations preferences.php (Icelandic) --- lang/is/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/is/preferences.php b/lang/is/preferences.php index b7ebc2df00a..b6f261deb46 100644 --- a/lang/is/preferences.php +++ b/lang/is/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Stýrðu þeim tölvupóst tilkynningum sem þú færð þegar ákveðnar aðgerðir eru gerðar af kerfinu.', 'notifications_opt_own_page_changes' => 'Láta vita þegar gerðar eru breytingar á síðum sem ég á', 'notifications_opt_own_page_comments' => 'Láta vita þegar gerðar eru athugasmedir við síður sem ég á', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Láta vita þegar athugasemdum mínum er svarað', 'notifications_save' => 'Vista stillingar', 'notifications_update_success' => 'Stillingar á tilkynningum hafa verið uppfærðar!', From 87a8c0afcc6bac6d7d711412ca26c651ef02d784 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:37 +0000 Subject: [PATCH 189/225] New translations notifications.php (Icelandic) --- lang/is/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/is/notifications.php b/lang/is/notifications.php index b4fe01ad748..956fc743225 100644 --- a/lang/is/notifications.php +++ b/lang/is/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Uppfærð síða á: :pageName', 'updated_page_intro' => 'Síða hefur verið uppfærð á :appName:', 'updated_page_debounce' => 'Til að fyrirbyggja fjöldatilkynningar verður þér ekki sendar tilkynningar í smá stund um uppfærslu á þessari síðu frá sama höfundi.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Síðunafn:', 'detail_page_path' => 'Síðuslóð:', From 0abcb45c9bd25de21bc9085998f45c9d99849a77 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:38 +0000 Subject: [PATCH 190/225] New translations preferences.php (Portuguese, Brazilian) --- lang/pt_BR/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt_BR/preferences.php b/lang/pt_BR/preferences.php index e0b79ff0644..d2b7fc540a0 100644 --- a/lang/pt_BR/preferences.php +++ b/lang/pt_BR/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controle as notificações por e-mail que você recebe quando uma determinada atividade é executada no sistema.', 'notifications_opt_own_page_changes' => 'Notificar quando houver alterações em páginas que eu possuo', 'notifications_opt_own_page_comments' => 'Notificar comentários nas páginas que eu possuo', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notificar ao responder aos meus comentários', 'notifications_save' => 'Salvar Preferências', 'notifications_update_success' => 'Preferências de notificação foram atualizadas!', From b6f93815f9e71b99cc79e268e26ba961b85dd8be Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:39 +0000 Subject: [PATCH 191/225] New translations notifications.php (Portuguese, Brazilian) --- lang/pt_BR/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/pt_BR/notifications.php b/lang/pt_BR/notifications.php index 6397b20e5fe..8c98467c81d 100644 --- a/lang/pt_BR/notifications.php +++ b/lang/pt_BR/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Página atualizada: :pageName', 'updated_page_intro' => 'Uma página foi atualizada em :appName:', 'updated_page_debounce' => 'Para prevenir notificações em massa, por enquanto notificações não serão enviadas para você para próximas edições nessa página pelo mesmo editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nome da Página:', 'detail_page_path' => 'Caminho da Página:', From 7a59b8a653573e6dc667de0c6dc66396f9372825 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:40 +0000 Subject: [PATCH 192/225] New translations preferences.php (Indonesian) --- lang/id/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/id/preferences.php b/lang/id/preferences.php index a1bb346b816..1c7d4248d6c 100644 --- a/lang/id/preferences.php +++ b/lang/id/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 5227da54ba5c7b815975803b90aea8d88891de4b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:42 +0000 Subject: [PATCH 193/225] New translations notifications.php (Indonesian) --- lang/id/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/id/notifications.php b/lang/id/notifications.php index b22af1f730e..7b9d2181a25 100644 --- a/lang/id/notifications.php +++ b/lang/id/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Halaman yang diperbarui: :pageName', 'updated_page_intro' => 'Halaman telah diperbarui di :appName:', 'updated_page_debounce' => 'Untuk mencegah banyaknya pemberitahuan, untuk sementara Anda tidak akan dikirimi pemberitahuan untuk pengeditan lebih lanjut pada halaman ini oleh editor yang sama.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nama Halaman:', 'detail_page_path' => 'Jalur Halaman:', From 47d97ab2da3fec16fdb256a6cabfe81896f5ef1c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:43 +0000 Subject: [PATCH 194/225] New translations preferences.php (Persian) --- lang/fa/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fa/preferences.php b/lang/fa/preferences.php index ceecedc8033..00d277bdfd5 100644 --- a/lang/fa/preferences.php +++ b/lang/fa/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'تنظیمات اطلاعیه‌های ایمیلی هنگام انجام فعالیت‌های خاص در سیستم.', 'notifications_opt_own_page_changes' => 'در صورت تغییرات در صفحاتی که متعلق به من است، اطلاع بده', 'notifications_opt_own_page_comments' => 'در صورت ثبت نظر در صفحاتی که متعلق به من است، اطلاع بده', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'پس از درج پاسخ به روی نظراتی که من ثبت کرده‌ام، اطلاع بده', 'notifications_save' => 'ذخیره تنظیمات', 'notifications_update_success' => 'تنظیمات اعلان‌ها به روز شده است!', From fb8f07e61c34444c8e91b2554039e632399bf5f1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:44 +0000 Subject: [PATCH 195/225] New translations notifications.php (Persian) --- lang/fa/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fa/notifications.php b/lang/fa/notifications.php index 4595fd8252a..d216b04fec6 100644 --- a/lang/fa/notifications.php +++ b/lang/fa/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'صفحه جدید: :pageName', 'updated_page_intro' => 'یک صفحه جدید ایجاد شده است در :appName:', 'updated_page_debounce' => 'برای جلوگیری از انبوه اعلان‌ها، برای مدتی اعلان‌ ویرایش‌هایی که توسط همان ویرایشگر در این صفحه انجام می‌شود، ارسال نخواهد شد.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'نام صفحه:', 'detail_page_path' => 'نام میسر صفحه:', From 7ee71e7c05d017a7160f6a062fa59c9482c1968d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:45 +0000 Subject: [PATCH 196/225] New translations preferences.php (Spanish, Argentina) --- lang/es_AR/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es_AR/preferences.php b/lang/es_AR/preferences.php index 11c872021c0..74e9440e131 100644 --- a/lang/es_AR/preferences.php +++ b/lang/es_AR/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Controle las notificaciones por correo electrónico que recibe cuando se realiza cierta actividad dentro del sistema.', 'notifications_opt_own_page_changes' => 'Notificar sobre los cambios en las páginas de las que soy propietario', 'notifications_opt_own_page_comments' => 'Notificar sobre comentarios en las páginas de las que soy propietario', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notificar sobre respuestas a mis comentarios', 'notifications_save' => 'Guardar preferencias', 'notifications_update_success' => '¡Se actualizaron las preferencias de notificaciones!', From fa3f448177cab6dd4dbc6ef75cc4f6e88634a667 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:46 +0000 Subject: [PATCH 197/225] New translations notifications.php (Spanish, Argentina) --- lang/es_AR/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/es_AR/notifications.php b/lang/es_AR/notifications.php index fc89b2c25ab..d9527decb01 100644 --- a/lang/es_AR/notifications.php +++ b/lang/es_AR/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Página actualizada: :pageName', 'updated_page_intro' => 'Se actualizó una página en :appName:', 'updated_page_debounce' => 'Para evitar una avalancha de notificaciones, durante un tiempo no se enviarán notificaciones sobre más ediciones de esta página por el mismo editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nombre de la página:', 'detail_page_path' => 'Ruta de la página:', From eaecad73221bcf4512921acdbe65c45632322218 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:47 +0000 Subject: [PATCH 198/225] New translations preferences.php (Bengali) --- lang/bn/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/bn/preferences.php b/lang/bn/preferences.php index 2e47604e471..c59ec62daeb 100644 --- a/lang/bn/preferences.php +++ b/lang/bn/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 79135e975eed738c9ab32ca3d1ee501ddad3308a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:48 +0000 Subject: [PATCH 199/225] New translations notifications.php (Bengali) --- lang/bn/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bn/notifications.php b/lang/bn/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/bn/notifications.php +++ b/lang/bn/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 33ee5cab0fed71d97086280ffd216dbb2420beb6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:49 +0000 Subject: [PATCH 200/225] New translations preferences.php (Croatian) --- lang/hr/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hr/preferences.php b/lang/hr/preferences.php index 2f409f8d3e4..5da5a72fb03 100644 --- a/lang/hr/preferences.php +++ b/lang/hr/preferences.php @@ -25,6 +25,7 @@ 'notifications_opt_own_page_comments' => 'ChatGPT Obavijesti o komentarima na stranicama koje posjedujem', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Obavijesti o odgovorima na moje komentare', 'notifications_save' => 'Spremi Postavke', 'notifications_update_success' => 'Postavke obavijesti su ažurirane!', From 7eb2795fd1b30aba39d723799d4632280a0cc84f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:50 +0000 Subject: [PATCH 201/225] New translations notifications.php (Croatian) --- lang/hr/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/hr/notifications.php b/lang/hr/notifications.php index c3a38cdfaa4..c9428e2dc58 100644 --- a/lang/hr/notifications.php +++ b/lang/hr/notifications.php @@ -13,6 +13,8 @@ Ažurirana stranica: :pageName', 'updated_page_intro' => 'Stranica je ažurirana u :appName:', 'updated_page_debounce' => 'Kako biste spriječili velik broj obavijesti, nećete primati obavijesti o daljnjim izmjenama ove stranice od istog urednika neko vrijeme.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Naziv Stranice:', 'detail_page_path' => 'Page Path:', From dab9f57a5126278820710910b9f96b2535c4f9c1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:51 +0000 Subject: [PATCH 202/225] New translations preferences.php (Norwegian Nynorsk) --- lang/nn/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nn/preferences.php b/lang/nn/preferences.php index ac6dc1b77dc..17d1fca4257 100644 --- a/lang/nn/preferences.php +++ b/lang/nn/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Kontroller e-postvarslene du mottar når en bestemt aktivitet utføres i systemet.', 'notifications_opt_own_page_changes' => 'Varsle ved endringer til sider jeg eier', 'notifications_opt_own_page_comments' => 'Varsle om kommentarer på sider jeg eier', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Varsle ved svar på mine kommentarer', 'notifications_save' => 'Lagre innstillinger', 'notifications_update_success' => 'Varslingsinnstillingene er oppdatert!', From cc1c741eae9ef6584682981865a6e4c35fbe751b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:52 +0000 Subject: [PATCH 203/225] New translations notifications.php (Norwegian Nynorsk) --- lang/nn/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nn/notifications.php b/lang/nn/notifications.php index 247d8d10572..25f0f30c86d 100644 --- a/lang/nn/notifications.php +++ b/lang/nn/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Oppdatert side: :pageName', 'updated_page_intro' => 'Ei side vart oppdatert i :appName:', 'updated_page_debounce' => 'For å forhindre mange varslingar, vil du ikkje få nye varslinger for endringar på denne siden frå same forfattar.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sidenamn:', 'detail_page_path' => 'Sidenamn:', From 284d215b4482bf75c9bd2ff1d431499ad1cb83b8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:53 +0000 Subject: [PATCH 204/225] New translations preferences.php (Estonian) --- lang/et/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/et/preferences.php b/lang/et/preferences.php index f4ba5e6aed7..78d826f95c9 100644 --- a/lang/et/preferences.php +++ b/lang/et/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Halda e-posti teavitusi, mis saadetakse teatud tegevuste puhul.', 'notifications_opt_own_page_changes' => 'Teavita muudatustest minu lehtedel', 'notifications_opt_own_page_comments' => 'Teavita kommentaaridest minu lehtedel', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Teavita vastustest minu kommentaaridele', 'notifications_save' => 'Salvesta eelistused', 'notifications_update_success' => 'Teavituste eelistused on salvestatud!', From 811e434f013a082ca0500ff960480f45a179cdba Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:54 +0000 Subject: [PATCH 205/225] New translations notifications.php (Estonian) --- lang/et/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/et/notifications.php b/lang/et/notifications.php index 0b5fc814c04..c8d756b5081 100644 --- a/lang/et/notifications.php +++ b/lang/et/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Muudetud leht: :pageName', 'updated_page_intro' => 'Rakenduses :appName muudeti lehte:', 'updated_page_debounce' => 'Et vältida liigseid teavitusi, ei saadeta sulle mõnda aega teavitusi selle lehe muutmiste kohta sama kasutaja poolt.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Lehe nimetus:', 'detail_page_path' => 'Lehe asukoht:', From 726570287922721d793ae86999879244c3927475 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:55 +0000 Subject: [PATCH 206/225] New translations preferences.php (Latvian) --- lang/lv/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/lv/preferences.php b/lang/lv/preferences.php index b91cc2e0833..3c107d5fa01 100644 --- a/lang/lv/preferences.php +++ b/lang/lv/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Pārvaldiet epasta paziņojumus, ko saņemsiet, kad sistēmā tiek veiktas noteiktas darbības.', 'notifications_opt_own_page_changes' => 'Paziņot par izmaiņām manās lapās', 'notifications_opt_own_page_comments' => 'Paziņot par komentāriem manās lapās', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Paziņot par atbildēm uz maniem komentāriem', 'notifications_save' => 'Saglabāt iestatījumus', 'notifications_update_success' => 'Paziņojumu iestatījumi ir atjaunoti!', From 222354421767edb850e776621718d22cad252f00 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:57 +0000 Subject: [PATCH 207/225] New translations notifications.php (Latvian) --- lang/lv/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/lv/notifications.php b/lang/lv/notifications.php index 9fd60222a72..7233822a46f 100644 --- a/lang/lv/notifications.php +++ b/lang/lv/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Atjaunināta lapa: :pageName', 'updated_page_intro' => 'Lapa atjaunināta :appName:', 'updated_page_debounce' => 'Lai novērstu pārliecīgu paziņojumu sūtīšanu, uz laiku jums tiks pārtraukti paziņojumi par turpmākiem šī lietotāja labojumiem šai lapai.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Lapas nosaukums:', 'detail_page_path' => 'Ceļš uz lapu:', From 0f41b2ded85d3252f86b9c60ad65b013c07259ab Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:58 +0000 Subject: [PATCH 208/225] New translations preferences.php (Welsh) --- lang/cy/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cy/preferences.php b/lang/cy/preferences.php index 6e00adfe8ee..4a08ca49886 100644 --- a/lang/cy/preferences.php +++ b/lang/cy/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Rheoli’r hysbysiadau e-bost a gewch pan fydd gweithgaredd penodol yn cael ei gyflawni o fewn y system.', 'notifications_opt_own_page_changes' => 'Hysbysu am newidiadau i dudalennau yr wyf yn berchen arnynt', 'notifications_opt_own_page_comments' => 'Hysbysu am sylwadau ar dudalennau yr wyf yn berchen arnynt', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Hysbysu am atebion i\'m sylwadau', 'notifications_save' => 'Dewisiadau Cadw', 'notifications_update_success' => 'Mae’r dewisiadau hysbysu wedi\'u diweddaru!', From e993d23df2bad312a02bdfa1490eed6bc6cff7c6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:46:59 +0000 Subject: [PATCH 209/225] New translations notifications.php (Welsh) --- lang/cy/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/cy/notifications.php b/lang/cy/notifications.php index 26f65f1447d..766e666b929 100644 --- a/lang/cy/notifications.php +++ b/lang/cy/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Tudalen wedi\'i diweddaru :pageName', 'updated_page_intro' => 'Mae tudalen newydd wedi cael ei diweddaru yn :appName:', 'updated_page_debounce' => 'Er mwyn atal llu o hysbysiadau, am gyfnod ni fyddwch yn cael hysbysiadau am ragor o olygiadau i\'r dudalen hon gan yr un golygydd.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Enw\'r dudalen:', 'detail_page_path' => 'Llwybr Tudalen:', From 9069b67136e33b52e522967e2febb5809107309e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:00 +0000 Subject: [PATCH 210/225] New translations preferences.php (Bosnian) --- lang/bs/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/bs/preferences.php b/lang/bs/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/bs/preferences.php +++ b/lang/bs/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From 7b494f46a9a0f6ec8af0825251e04a6954be959a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:01 +0000 Subject: [PATCH 211/225] New translations notifications.php (Bosnian) --- lang/bs/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/bs/notifications.php b/lang/bs/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/bs/notifications.php +++ b/lang/bs/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 1b2e1a8a3107045b84532af8b16f9c29a85ac7c5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:03 +0000 Subject: [PATCH 212/225] New translations preferences.php (Uzbek) --- lang/uz/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uz/preferences.php b/lang/uz/preferences.php index de36b953e85..996f9d3c4bb 100644 --- a/lang/uz/preferences.php +++ b/lang/uz/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Tizimda muayyan harakatlar amalga oshirilganda qabul qilinadigan elektron pochta xabarnomalarini boshqaring.', 'notifications_opt_own_page_changes' => 'Menga tegishli boʻlgan sahifalarimdagi oʻzgarishlar haqida xabar bering', 'notifications_opt_own_page_comments' => 'Menga tegishli sahifalardagi sharhlar haqida xabar bering', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Fikrlarimga javoblarim haqida xabar bering', 'notifications_save' => 'Afzalliklarni saqlash', 'notifications_update_success' => 'Bildirishnoma sozlamalari yangilandi!', From 8ad911ed174477f7e9f2c60a2546f36c7cce406a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:04 +0000 Subject: [PATCH 213/225] New translations notifications.php (Uzbek) --- lang/uz/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/uz/notifications.php b/lang/uz/notifications.php index bec9b3925e2..ece09441e9c 100644 --- a/lang/uz/notifications.php +++ b/lang/uz/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => ':pageName sahifasi yangilandi', 'updated_page_intro' => ':appName ichida sahifa yangilandi:', 'updated_page_debounce' => 'Xabarnomalar koʻp boʻlishining oldini olish uchun bir muncha vaqt oʻsha muharrir tomonidan ushbu sahifaga keyingi tahrirlar haqida bildirishnomalar yuborilmaydi.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sahifa nomi:', 'detail_page_path' => 'Page Path:', From f13dd90c4061c3aa4eab0ca1f735b386938e0d36 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:05 +0000 Subject: [PATCH 214/225] New translations preferences.php (Norwegian Bokmal) --- lang/nb/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nb/preferences.php b/lang/nb/preferences.php index 245c9c954f1..6a6850b8371 100644 --- a/lang/nb/preferences.php +++ b/lang/nb/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Kontroller e-postvarslene du mottar når en bestemt aktivitet utføres i systemet.', 'notifications_opt_own_page_changes' => 'Varsle ved endringer til sider jeg eier', 'notifications_opt_own_page_comments' => 'Varsle om kommentarer på sider jeg eier', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Varsle ved svar på mine kommentarer', 'notifications_save' => 'Lagre innstillinger', 'notifications_update_success' => 'Varslingsinnstillingene er oppdatert!', From 76a04ffca9399394bdaaa2bf2515c5075bbb4b87 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:06 +0000 Subject: [PATCH 215/225] New translations notifications.php (Norwegian Bokmal) --- lang/nb/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/nb/notifications.php b/lang/nb/notifications.php index bb46e09dbe8..1e16229f31f 100644 --- a/lang/nb/notifications.php +++ b/lang/nb/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Oppdatert side: :pageName', 'updated_page_intro' => 'En side er oppdatert i :appName:', 'updated_page_debounce' => 'For å forhindre mange varslinger, vil du ikke få nye varslinger for endringer på denne siden fra samme forfatter.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Sidenavn:', 'detail_page_path' => 'Side bane:', From a0e597e8ec5476333b48c2a70de3773df0e77dcf Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:07 +0000 Subject: [PATCH 216/225] New translations preferences.php (Nepali) --- lang/ne/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ne/preferences.php b/lang/ne/preferences.php index 70388e8baef..2efdafc9f5c 100644 --- a/lang/ne/preferences.php +++ b/lang/ne/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'प्रणालीमा केही क्रियाकलापहरू गर्दा तपाईंलाई प्राप्त हुने इमेल सूचनाहरू नियन्त्रण गर्नुहोस्।', 'notifications_opt_own_page_changes' => 'मैले स्वामित्व राख्ने पृष्ठहरूमा परिवर्तन हुँदा सूचित गर्नुहोस्', 'notifications_opt_own_page_comments' => 'मैले स्वामित्व राख्ने पृष्ठहरूमा टिप्पणी हुँदा सूचित गर्नुहोस्', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'मेरो टिप्पणीहरूमा उत्तर आएको बेला सूचित गर्नुहोस्', 'notifications_save' => 'प्राथमिकताहरू बचत गर्नुहोस्', 'notifications_update_success' => 'सूचना प्राथमिकताहरू अपडेट गरिएका छन्!', From d5118c88ea2279306ed51022d2f474ce2a687b43 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:08 +0000 Subject: [PATCH 217/225] New translations notifications.php (Nepali) --- lang/ne/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ne/notifications.php b/lang/ne/notifications.php index 1e9c572215a..a4eb6983262 100644 --- a/lang/ne/notifications.php +++ b/lang/ne/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'पाना अपडेट भयो: :pageName', 'updated_page_intro' => ':appName मा पाना अपडेट गरिएको छ', 'updated_page_debounce' => 'धेरै सूचना नपरोस् भनेर, केही समयको लागि एउटै सम्पादकबाट हुने थप सम्पादनहरूका सूचना तपाईंलाई पठाइने छैन।', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'पानाको नाम:', 'detail_page_path' => 'पानाको स्थान:', From 86e50c6840b7578235a89921e8b9b2fee15928c2 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:09 +0000 Subject: [PATCH 218/225] New translations preferences.php (Turkmen) --- lang/tk/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tk/preferences.php b/lang/tk/preferences.php index 2872f5f3c65..f4459d738e4 100644 --- a/lang/tk/preferences.php +++ b/lang/tk/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', From b8d787efc4b4294c54dd53659c00b296c0c914af Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:11 +0000 Subject: [PATCH 219/225] New translations notifications.php (Turkmen) --- lang/tk/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/tk/notifications.php b/lang/tk/notifications.php index 1afd23f1dc4..563ac24e84d 100644 --- a/lang/tk/notifications.php +++ b/lang/tk/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Updated page: :pageName', 'updated_page_intro' => 'A page has been updated in :appName:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', From 852a51f882a1231327a1a488b03f7712537dd7b5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:12 +0000 Subject: [PATCH 220/225] New translations preferences.php (German Informal) --- lang/de_informal/preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de_informal/preferences.php b/lang/de_informal/preferences.php index 07b83a8da3a..bfb57b2f492 100644 --- a/lang/de_informal/preferences.php +++ b/lang/de_informal/preferences.php @@ -23,6 +23,7 @@ 'notifications_desc' => 'Lege fest, welche E-Mail-Benachrichtigungen du erhältst, wenn bestimmte Aktivitäten im System durchgeführt werden.', 'notifications_opt_own_page_changes' => 'Benachrichtigung bei Änderungen an eigenen Seiten', 'notifications_opt_own_page_comments' => 'Benachrichtigung bei Kommentaren an eigenen Seiten', + 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Bei Antworten auf meine Kommentare benachrichtigen', 'notifications_save' => 'Einstellungen speichern', 'notifications_update_success' => 'Benachrichtigungseinstellungen wurden aktualisiert!', From 6d8a54541befcc2bb23ae0884f3a09c481605671 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Dec 2025 18:47:13 +0000 Subject: [PATCH 221/225] New translations notifications.php (German Informal) --- lang/de_informal/notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/de_informal/notifications.php b/lang/de_informal/notifications.php index 0bf7739f4da..99c270ec1be 100644 --- a/lang/de_informal/notifications.php +++ b/lang/de_informal/notifications.php @@ -11,6 +11,8 @@ 'updated_page_subject' => 'Aktualisierte Seite: :pageName', 'updated_page_intro' => 'Eine Seite wurde in :appName aktualisiert:', 'updated_page_debounce' => 'Um eine Flut von Benachrichtigungen zu vermeiden, wirst du für eine gewisse Zeit keine Benachrichtigungen für weitere Bearbeitungen dieser Seite durch denselben Bearbeiter erhalten.', + 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Seitenname:', 'detail_page_path' => 'Seitenpfad:', From c30e56e822ec8828a66af239c88e00fceb80a02b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 19 Dec 2025 08:41:02 +0000 Subject: [PATCH 222/225] New translations notifications.php (Spanish) --- lang/es/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index ba95d1284b6..5897135926a 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -11,7 +11,7 @@ 'updated_page_subject' => 'Página actualizada: :pageName', 'updated_page_intro' => 'Una página ha sido actualizada en :appName:', 'updated_page_debounce' => 'Para prevenir notificaciones en masa, durante un tiempo no se enviarán notificaciones para futuras ediciones de esta página por el mismo editor.', - 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', + 'comment_mention_subject' => 'Ha sido mencionado en un comentario en la página: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nombre de página:', From 7cd8f092b7547fd2f48be30048544c36797686f2 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 19 Dec 2025 10:47:27 +0000 Subject: [PATCH 223/225] New translations settings.php (Spanish) --- lang/es/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 938fda62b1c..1a9927c8eca 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -197,13 +197,13 @@ 'role_import_content' => 'Importar contenido', 'role_editor_change' => 'Cambiar editor de página', 'role_notifications' => 'Recibir y gestionar notificaciones', - 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', + 'role_permission_note_users_and_roles' => 'Estos permisos proporcionarán también visibilidad y búsqueda de usuarios y roles en el sistema.', 'role_asset' => 'Permisos de contenido', 'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario alterar sus propios privilegios o los privilegios de otros en el sistema. Sólo asignar roles con estos permisos a usuarios de confianza.', 'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los contenidos del sistema. Los permisos de Libros, Capítulos y Páginas sobreescribiran estos permisos.', 'role_asset_admins' => 'A los administradores se les asigna automáticamente permisos para acceder a todo el contenido pero estas opciones podrían mostrar u ocultar opciones de la interfaz.', 'role_asset_image_view_note' => 'Esto se refiere a la visibilidad dentro del gestor de imágenes. El acceso a los archivos de imagen subidos dependerá de la opción de almacenamiento de imágenes del sistema.', - 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', + 'role_asset_users_note' => 'Estos permisos proporcionarán también visibilidad y búsqueda de usuarios en el sistema.', 'role_all' => 'Todo', 'role_own' => 'Propio', 'role_controlled_by_asset' => 'Controlado por el contenido al que ha sido subido', From 1b0a2fc8f1fad6536ba38b1292a30792f431e604 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 19 Dec 2025 10:47:28 +0000 Subject: [PATCH 224/225] New translations preferences.php (Spanish) --- lang/es/preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/preferences.php b/lang/es/preferences.php index 7f9025c2609..0328a572acd 100644 --- a/lang/es/preferences.php +++ b/lang/es/preferences.php @@ -23,7 +23,7 @@ 'notifications_desc' => 'Controle las notificaciones por correo electrónico que recibe cuando se realiza cierta actividad dentro del sistema.', 'notifications_opt_own_page_changes' => 'Notificar sobre los cambios en las páginas en las que soy propietario', 'notifications_opt_own_page_comments' => 'Notificar sobre comentarios en las páginas en las que soy propietario', - 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', + 'notifications_opt_comment_mentions' => 'Notificarme cuando he sido mencionado en un comentario', 'notifications_opt_comment_replies' => 'Notificar sobre respuestas a mis comentarios', 'notifications_save' => 'Guardar preferencias', 'notifications_update_success' => '¡Se han actualizado las preferencias de notificaciones!', From 7b438d52d0d4e3d01c06060997c36922b54cf2d6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 19 Dec 2025 10:47:29 +0000 Subject: [PATCH 225/225] New translations notifications.php (Spanish) --- lang/es/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index 5897135926a..38c7708884f 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -12,7 +12,7 @@ 'updated_page_intro' => 'Una página ha sido actualizada en :appName:', 'updated_page_debounce' => 'Para prevenir notificaciones en masa, durante un tiempo no se enviarán notificaciones para futuras ediciones de esta página por el mismo editor.', 'comment_mention_subject' => 'Ha sido mencionado en un comentario en la página: :pageName', - 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', + 'comment_mention_intro' => 'Fue mencionado en un comentario en :appName:', 'detail_page_name' => 'Nombre de página:', 'detail_page_path' => 'Ruta de la página:',