From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-bn/devtools/client/tooltips.ftl | 84 ++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 l10n-bn/devtools/client/tooltips.ftl (limited to 'l10n-bn/devtools/client/tooltips.ftl') diff --git a/l10n-bn/devtools/client/tooltips.ftl b/l10n-bn/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..6b9d6ed9a1 --- /dev/null +++ b/l10n-bn/devtools/client/tooltips.ftl @@ -0,0 +1,84 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### Localization for Developer Tools tooltips. + +learn-more = আরো জানুন + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain why +## the property is not applied. +## Variables: +## $property (string) - A CSS property name e.g. "color". +## $display (string) - A CSS display value e.g. "inline-block". + +inactive-css-not-grid-or-flex-container = { $property } একটি flex container বা grid container না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } একটি flex container, grid container বা multi-column না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-grid-or-flex-item = { $property } একটি grid বা flex আইটেম না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-grid-item = { $property } একটি grid আইটেম না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-grid-container = { $property } একটি grid container না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-flex-item = { $property } একটি flex আইটেম না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-flex-container = { $property } একটি flex container না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-not-inline-or-tablecell = { $property } একটি inline বা table-cell না হওয়ায় এই উপাদানটির উপর কোনো প্রভাব নেই। + +inactive-css-property-because-of-display = { $display } এটি প্রদর্শন থাকার কারণে { $property } উপাদানটির কোন প্রভাব নেই। + +inactive-css-not-display-block-on-floated = প্রদর্শন মান ইঞ্জিন দ্বারা পরিবর্তিত ব্লক হয়েছে কারণ উপাদানটি ফ্লোটেড। + +inactive-css-property-is-impossible-to-override-in-visited = এটি ওভাররাইড করা অসম্ভব{ $property }:পরিদর্শননিষেধাজ্ঞার কারণে। + +inactive-css-position-property-on-unpositioned-box = এই উপাদানটির ওপর { $property } এর কোন প্রভাব নেই কারণ এটি positioned element নয়। + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + +inactive-css-not-grid-or-flex-container-fix = display:grid অথবা display:grid যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = display:grid, display:flex, বা columns:2 যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-grid-item-fix-2 = উপাদানের মুলে display:grid বা display:inline-grid যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-grid-container-fix = display:grid বা display:inline-grid যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-flex-item-fix-2 = উপাদানটির প্যারেন্ট এর সাথে display:flex অথবা display:inline-flex জুড়ে দেবার চেষ্টা করুন। { learn-more } + +inactive-css-not-flex-container-fix = display:flex বা display:inline-flex যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-inline-or-tablecell-fix = display:inline বা display:table-cell যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = display:inline-block বা display:block যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = display:inline-block যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-display-block-on-floated-fix = float সরানোর চেষ্টা করুন বা display:block যোগ করুন। { learn-more } + +inactive-css-position-property-on-unpositioned-box-fix = এটির position এর বৈশিষ্ট্য static ব্যতীত , অন্য কিছু একটা সেট করার চেষ্টা করুন। { learn-more } + +inactive-text-overflow-when-no-overflow-fix = overflow:hidden যোগ করার চেষ্টা করুন। { learn-more } + +inactive-css-not-table-fix = display:table বা display:inline-table যোগ করার চেষ্টা করুন। { learn-more } + +inactive-scroll-padding-when-not-scroll-container-fix = overflow:auto, overflow:scroll, বা overflow:hidden যোগ করার চেষ্টা করুন। { learn-more } + +## In the Rule View when a CSS property may have compatibility issues with other browsers +## we display an icon. When this icon is hovered this message is displayed to explain why +## the property is incompatible and the platforms it is incompatible on. +## Variables: +## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. +## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. + +css-compatibility-default-message = { $property } নিম্নলিখিত ব্রাউজারগুলিতে সমর্থিত নয়: + +css-compatibility-experimental-supported-message = { $property } একটি পরীক্ষামূলক বৈশিষ্ট্য। + +css-compatibility-learn-more-message = { $rootProperty } সম্পর্কে আরও জানুন -- cgit v1.2.3