BETA

Transvision

Displaying 14 results for the string developer in bn:

Entity bn en-US
Entity # all locales browser • browser • newInstallPage.ftl
changed-desc-dedicated
bn
Firefox (Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, এবং Firefox Nightly) এর বিভিন্ন ইনস্টলেশনের মধ্যে সহজে এবং নিরাপদে বদল করতে, এই ইনস্টলেশনে এখন নিবেদিত প্রোফাইল রয়েছে। যা Firefox এর অন্য ইনস্টলেশনে সাথে আপনার সংরক্ষিত তথ্য শেয়ার করে না।
en-US
In order to make it easier and safer to switch between installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly), this installation now has a dedicated profile. It does not automatically share your saved information with other Firefox installations.
Entity # all locales browser • chrome • browser • newInstall.dtd
mainText
bn
&brandShortName; এর এই ইনস্টলেশনে একটি নতুন প্রোফাইল আছে। এটি এই কম্পিউটারে ফায়ারফক্সের অন্যান্য ইনস্টলেশন (Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, এবং Firefox Nightly)-এর সাথে বুকমার্ক, পাসওয়ার্ড এবং ব্যবহারকারীর পছন্দগুলো শেয়ার করে না।
en-US
This installation of &brandShortName; has a new profile. It does not share bookmarks, passwords, and user preferences with other installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly) on this computer.
Entity # all locales browser • profile • bookmarks.inc
mdn
bn
Mozilla Developer Network
en-US
Mozilla Developer Network
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-chrome-tooltip.title
bn
এই অপশান চালু করলে আপনি অনেকগুলো টুল ব্যবহার করতে পারবেন ব্রাউজার কন্টেক্সট এ (Tools > Web Developer > Browser Toolbox এর মাধ্যমে) এবং অ্যাড-অন ম্যানেজার দিয়ে অ্যাড-অন ডিবাগ করতে পারবেন
en-US
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
Entity # all locales devtools • client • toolbox.properties
toolbox.meatballMenu.button.tooltip
bn
Developer Tools কাস্টমাইজ করুন এবং সাহায্য নিন
en-US
Customize Developer Tools and Get Help
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-about-debugging-message
bn
Firefox Developer Tools এর মাধ্যমে WebExtensions, এবং ওয়েব ওয়ার্কার্স, সার্ভিস ওয়ার্কার্স ডেভেলপ এবং ডিবাগ করুন।
en-US
Develop and debug WebExtensions, web workers, service workers and more with Firefox Developer Tools.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-inspect-element-title
bn
উপাদান পরিদর্শন করার জন্য Firefox Developer Tools কে সক্রিয় করুন
en-US
Enable Firefox Developer Tools to use Inspect Element
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-key-shortcut-message
bn
আপনি শর্টকাট Developer Tools সক্রিয় করেছেন। যদি এটি কোনও ভুল হয়ে থাকে, তবে আপনি এই ট্যাবটি বন্ধ করতে পারেন।
en-US
You activated a Developer Tools shortcut. If that was a mistake, you can close this Tab.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-title
bn
Firefox Developer Tools সক্রিয় করুন
en-US
Enable Firefox Developer Tools
Entity # all locales devtools • startup • aboutDevTools.ftl
footer-title
bn
Firefox Developer Edition
en-US
Firefox Developer Edition
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
bn
স্কোপ ‘%1$S’ এর ServiceWorker পুস বার্তা ডিক্রিপ্ট করতে ব্যর্থ হয়েছে। এনক্রিপশন সম্পর্কিত সাহায্যের জন্য, অনুগ্রহ করে দেখুন https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
SpeculationFailed
bn
নেটওয়ার্ক হতে ডাটা পুনরায় পার্স হওয়ার কারনে document.write() ব্যবহার করে একটি ভারসাম্যহীন ট্রি লিখা হয়েছে। আরও তথ্যের জন্য https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing লিঙ্কটি দেখুন
en-US
An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing
Entity # all locales dom • chrome • dom • dom.properties
UseOfCaptureEventsWarning
bn
captureEvents() এর ব্যবহার অবলোপ করা হয়েছে। আপনার কোড আপগ্রেড করতে DOM 2 addEventListener() মেথড ব্যবহার করুন। আরও তথ্যের জন্য http://developer.mozilla.org/en/docs/DOM:element.addEventListener দে‌খুন
en-US
Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener
Entity # all locales dom • chrome • dom • dom.properties
UseOfReleaseEventsWarning
bn
releaseEvents() এর ব্যবহার অবলোপ করা হয়েছে। আপনার কোড আপগ্রেড করতে DOM 2 removeEventListener() মেথড ব্যবহার করুন। আরও তথ্যের জন্য http://developer.mozilla.org/en/docs/DOM:element.removeEventListener দেখুন
en-US
Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener

Displaying 74 results for the string developer in en-US:

Entity bn en-US
Entity # all locales browser • browser • browser.ftl
enable-devtools-popup-description
bn
F12 শর্টকাট ব্যবহার করতে, প্রথমে ওয়েব ডেভেলপার মেনু থেকে DevTools খুলুন।
en-US
To use the F12 shortcut, first open DevTools via the Web Developer menu.
Entity # all locales browser • browser • menubar.ftl
menu-tools-web-developer.label
bn
ওয়েব ডেভেলপার
en-US
Web Developer
Entity # all locales browser • browser • newInstallPage.ftl
changed-desc-dedicated
bn
Firefox (Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, এবং Firefox Nightly) এর বিভিন্ন ইনস্টলেশনের মধ্যে সহজে এবং নিরাপদে বদল করতে, এই ইনস্টলেশনে এখন নিবেদিত প্রোফাইল রয়েছে। যা Firefox এর অন্য ইনস্টলেশনে সাথে আপনার সংরক্ষিত তথ্য শেয়ার করে না।
en-US
In order to make it easier and safer to switch between installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly), this installation now has a dedicated profile. It does not automatically share your saved information with other Firefox installations.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-DisableDeveloperTools
bn
ডেভেলপার টুলের জন্য নিয়ন্ত্রন বন্ধ করুন।
en-US
Block access to the developer tools.
Entity # all locales browser • chrome • browser • browser.dtd
webDeveloperMenu.label
bn
ওয়েব ডেভেলপার
en-US
Web Developer
Entity # all locales browser • chrome • browser • browser.properties
webextPerms.description.devtools
bn
খোলা ট্যাবে আপনার ডাটা ব্যবহার করতে ডেভেলপার টুল সম্প্রসারিত করুন
en-US
Extend developer tools to access your data in open tabs
Entity # all locales browser • chrome • browser • customizableui • customizableWidgets.properties
developer-button.label
bn
ডেভেলপার
en-US
Developer
Entity # all locales browser • chrome • browser • customizableui • customizableWidgets.properties
developer-button.tooltiptext2
bn
ডেভলপার টুলসমূহ খুলুন (%S)
en-US
Open Web developer tools (%S)
Entity # all locales browser • chrome • browser • newInstall.dtd
mainText
bn
&brandShortName; এর এই ইনস্টলেশনে একটি নতুন প্রোফাইল আছে। এটি এই কম্পিউটারে ফায়ারফক্সের অন্যান্য ইনস্টলেশন (Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, এবং Firefox Nightly)-এর সাথে বুকমার্ক, পাসওয়ার্ড এবং ব্যবহারকারীর পছন্দগুলো শেয়ার করে না।
en-US
This installation of &brandShortName; has a new profile. It does not share bookmarks, passwords, and user preferences with other installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly) on this computer.
Entity # all locales browser • profile • bookmarks.inc
mdn
bn
Mozilla Developer Network
en-US
Mozilla Developer Network
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-setup-usb-step-enable-debug2
bn
অ্যান্ড্রয়েড ডেভেলপার মেনুতে ইউএসবি ডিবাগিং সক্রিয় করুন।
en-US
Enable USB Debugging in the Android Developer Menu.
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-setup-usb-step-enable-dev-menu2
bn
আপনার অ্যান্ড্রয়েড ডিভাইসে ডেভেলপার মেনু সক্রিয় করুন।
en-US
Enable Developer menu on your Android device.
Entity # all locales devtools • client • accessibility.properties
accessibility.description.general.p2
bn
Warning: Source string is missing
en-US
Accessibility features may affect the performance of other developer tools panels and should be turned off when not in use.
Entity # all locales devtools • client • accessibility.properties
accessibility.disable.disabledTitle
bn
অভিগম্যতা সেবা বন্ধ করা যাবে না। এটা ডেভেলপার টুলসেও ব্যবহার করা হচ্ছে।
en-US
Accessibility service can not be turned off. It is used outside Developer Tools.
Entity # all locales devtools • client • menus.properties
webDeveloperToolsMenu.label
bn
Warning: Source string is missing
en-US
Web Developer Tools
Entity # all locales devtools • client • perftools.ftl
perftools-onboarding-message
bn
Warning: Source string is missing
en-US
<b>New</b>: { -profiler-brand-name } is now integrated into Developer Tools. <a>Learn more</a> about this powerful new tool.
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-chrome-tooltip.title
bn
এই অপশান চালু করলে আপনি অনেকগুলো টুল ব্যবহার করতে পারবেন ব্রাউজার কন্টেক্সট এ (Tools > Web Developer > Browser Toolbox এর মাধ্যমে) এবং অ্যাড-অন ম্যানেজার দিয়ে অ্যাড-অন ডিবাগ করতে পারবেন
en-US
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
Entity # all locales devtools • client • toolbox-options.ftl
options-select-additional-tools-label
bn
এড-অন এর মাধ্যমে ইন্সটলকৃত ডেভেলপার টুল
en-US
Developer Tools installed by add-ons
Entity # all locales devtools • client • toolbox-options.ftl
options-select-default-tools-label
bn
ডিফল্ট ডেভেলপার টুলসমূহ
en-US
Default Developer Tools
Entity # all locales devtools • client • toolbox.properties
toolbox.closebutton.tooltip
bn
ডেভেলপার টুলবার বন্ধ করুন
en-US
Close Developer Tools
Entity # all locales devtools • client • toolbox.properties
toolbox.defaultTitle
bn
ডেভেলপার টুল
en-US
Developer Tools
Entity # all locales devtools • client • toolbox.properties
toolbox.label
bn
ডেভেলপার টুল
en-US
Developer Tools
Entity # all locales devtools • client • toolbox.properties
toolbox.meatballMenu.button.tooltip
bn
Developer Tools কাস্টমাইজ করুন এবং সাহায্য নিন
en-US
Customize Developer Tools and Get Help
Entity # all locales devtools • client • toolbox.properties
toolbox.titleTemplate1
bn
ডেভেলপার টুল - %1$S
en-US
Developer Tools — %1$S
Entity # all locales devtools • client • toolbox.properties
toolbox.titleTemplate2
bn
ডেভেলপার টুল - %1$S - %2$S
en-US
Developer Tools — %1$S — %2$S
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-about-debugging-message
bn
Firefox Developer Tools এর মাধ্যমে WebExtensions, এবং ওয়েব ওয়ার্কার্স, সার্ভিস ওয়ার্কার্স ডেভেলপ এবং ডিবাগ করুন।
en-US
Develop and debug WebExtensions, web workers, service workers and more with Firefox Developer Tools.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-common-message
bn
Warning: Source string is missing
en-US
Firefox Developer Tools are disabled by default to give you more control over your browser.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-enable-button
bn
ডেভেলপার টুল সক্রিয় করুন
en-US
Enable Developer Tools
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-inspect-element-message
bn
ডেভেলোপার টুলস’ ইনসপেক্টর দিয়ে HTML ও CSS পরীক্ষা এবং সম্পাদনা করুন।
en-US
Examine and edit HTML and CSS with the Developer Tools’ Inspector.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-inspect-element-title
bn
উপাদান পরিদর্শন করার জন্য Firefox Developer Tools কে সক্রিয় করুন
en-US
Enable Firefox Developer Tools to use Inspect Element
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-key-shortcut-message
bn
আপনি শর্টকাট Developer Tools সক্রিয় করেছেন। যদি এটি কোনও ভুল হয়ে থাকে, তবে আপনি এই ট্যাবটি বন্ধ করতে পারেন।
en-US
You activated a Developer Tools shortcut. If that was a mistake, you can close this Tab.
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-learn-more-link
bn
ডেভেলোপার টুল সম্পর্কে আরও জানুন
en-US
Learn more about Developer Tools
Entity # all locales devtools • startup • aboutDevTools.ftl
enable-title
bn
Firefox Developer Tools সক্রিয় করুন
en-US
Enable Firefox Developer Tools
Entity # all locales devtools • startup • aboutDevTools.ftl
footer-message
bn
Warning: Source string is missing
en-US
Looking for more than just Developer Tools? Check out the Firefox browser that is built specifically for developers and modern workflows.
Entity # all locales devtools • startup • aboutDevTools.ftl
footer-title
bn
Firefox Developer Edition
en-US
Firefox Developer Edition
Entity # all locales devtools • startup • aboutDevTools.ftl
head-title
bn
ডেভেলপার টুল সম্বন্ধে
en-US
About Developer Tools
Entity # all locales devtools • startup • aboutDevTools.ftl
newsletter-message
bn
Warning: Source string is missing
en-US
Get developer news, tricks and resources sent straight to your inbox.
Entity # all locales devtools • startup • aboutDevTools.ftl
newsletter-title
bn
Mozilla ডেভেলপার নিউজলেটার
en-US
Mozilla Developer Newsletter
Entity # all locales devtools • startup • aboutDevTools.ftl
welcome-message
bn
Warning: Source string is missing
en-US
You’ve successfully enabled Developer Tools! To get started, explore the Web Developer menu or open the tools with { $shortcut }.
Entity # all locales devtools • startup • aboutDevTools.ftl
welcome-title
bn
Firefox ডেভেলপার টুলে স্বাগতম!
en-US
Welcome to Firefox Developer Tools!
Entity # all locales devtools • startup • startup.properties
enableDevTools.label
bn
ডেভেলপার টুল সক্রিয় করুন
en-US
Enable Developer Tools
Entity # all locales dom • chrome • dom • dom.properties
DrawWindowCanvasRenderingContext2DWarning
bn
Warning: Source string is missing
en-US
Use of drawWindow method from CanvasRenderingContext2D is deprecated. Use tabs.captureTab extensions API instead https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/captureTab
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
bn
স্কোপ ‘%1$S’ এর ServiceWorker পুস বার্তা ডিক্রিপ্ট করতে ব্যর্থ হয়েছে। এনক্রিপশন সম্পর্কিত সাহায্যের জন্য, অনুগ্রহ করে দেখুন https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
SpeculationFailed
bn
নেটওয়ার্ক হতে ডাটা পুনরায় পার্স হওয়ার কারনে document.write() ব্যবহার করে একটি ভারসাম্যহীন ট্রি লিখা হয়েছে। আরও তথ্যের জন্য https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing লিঙ্কটি দেখুন
en-US
An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing
Entity # all locales dom • chrome • dom • dom.properties
UseOfCaptureEventsWarning
bn
captureEvents() এর ব্যবহার অবলোপ করা হয়েছে। আপনার কোড আপগ্রেড করতে DOM 2 addEventListener() মেথড ব্যবহার করুন। আরও তথ্যের জন্য http://developer.mozilla.org/en/docs/DOM:element.addEventListener দে‌খুন
en-US
Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener
Entity # all locales dom • chrome • dom • dom.properties
UseOfReleaseEventsWarning
bn
releaseEvents() এর ব্যবহার অবলোপ করা হয়েছে। আপনার কোড আপগ্রেড করতে DOM 2 removeEventListener() মেথড ব্যবহার করুন। আরও তথ্যের জন্য http://developer.mozilla.org/en/docs/DOM:element.removeEventListener দেখুন
en-US
Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollLinkedEffectFound2
bn
এই সাইটটি স্ক্রল-লিঙ্কড পজিশন ইফেক্ট ব্যবহার করে। এটা অ্যাসিঙ্ক্রোনাস প্যানিং এর সাথে এটা ভালোভাবে কাজ নাও করতে পারে; বিস্তারিত জানতে এবং সম্পর্কিত টুল এবং ফিচারের জন্য আলোচনায় যোগ দিতে https://developers.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects দেখুন!
en-US
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
Entity # all locales mail • chrome • messenger • addons.properties
webextPerms.description.devtools
bn
Warning: Source string is missing
en-US
Extend developer tools to access your data in open tabs
Entity # all locales mail • chrome • messenger • devtools • dbgserver.dtd
options.title
bn
Warning: Source string is missing
en-US
Developer Tools Options
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.connected.tooltip
bn
Warning: Source string is missing
en-US
The developer tools server is running and there are clients connected.
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.idle.tooltip
bn
Warning: Source string is missing
en-US
The developer tools server is not running. You can start it from this dialog.
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.listening.tooltip
bn
Warning: Source string is missing
en-US
The developer tools server is running and waiting for connections.
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.start.label
bn
Warning: Source string is missing
en-US
Start Developer Tools Server
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.stop.label
bn
Warning: Source string is missing
en-US
Stop Developer Tools Server
Entity # all locales mail • chrome • messenger • devtools • dbgserver.properties
options.unsupported.tooltip
bn
Warning: Source string is missing
en-US
There was an error loading the built-in developer tools server. Make sure it is packaged and check your error console for messages.
Entity # all locales mail • chrome • messenger • messenger.dtd
devToolboxCmd.label
bn
Warning: Source string is missing
en-US
Developer Toolbox
Entity # all locales mail • chrome • messenger • messenger.dtd
devtoolsMenu.label
bn
Warning: Source string is missing
en-US
Developer Tools
Entity # all locales mail • messenger • accountCentral.ftl
developer-link
bn
Warning: Source string is missing
en-US
Developer Documentation
Entity # all locales mail • messenger • policies • policies-descriptions.ftl
policy-DisableDeveloperTools
bn
Warning: Source string is missing
en-US
Block access to the developer tools.
Entity # all locales mobile • android • chrome • browser.properties
webextPerms.description.devtools
bn
খোলা ট্যাবে আপনার ডাটা ব্যবহার করতে ডেভেলপার টুল সম্প্রসারিত করুন
en-US
Extend developer tools to access your data in open tabs
Entity # all locales suite • chrome • browser • webDeveloper.dtd
devToolbarCloseButton.tooltiptext
bn
Warning: Source string is missing
en-US
Close Developer Toolbar
Entity # all locales suite • chrome • browser • webDeveloper.dtd
devToolbarMenu.label
bn
Warning: Source string is missing
en-US
Developer Toolbar
Entity # all locales suite • chrome • browser • webDeveloper.dtd
devToolbarToolsButton.tooltip
bn
Warning: Source string is missing
en-US
Toggle developer tools
Entity # all locales suite • chrome • common • pref • pref-advanced.dtd
devTools.caption
bn
Warning: Source string is missing
en-US
Developer Tools
Entity # all locales suite • chrome • mailnews • start.dtd
info_bugs.label
bn
Warning: Source string is missing
en-US
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">We</a> welcome bug reports and feature requests, but please read the <a id="releaseNotesURL" href="">release notes</a> and query <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> first.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
detail-contributions-description
bn
এ অ্যাড-অন ডেভেলপার বলে যে, আপনি আপনার যে কোনো ছোট অবদান দিয়েও এই অ্যাড-অনের উন্নয়নে সহায়তা করতে পারেন।
en-US
The developer of this add-on asks that you help support its continued development by making a small contribution.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
disabled-unsigned-description
bn
নিম্নলিখিত অ্যাড-অনসমূহ { -brand-short-name } ব্যবহারের জন্য যাচাই করা হয় নি। আপনি যা করতে পারেন <label data-l10n-name="find-addons">প্রতিস্থাপন খুঁজুন</label> অথবা ডেভেলপার কে জিজ্ঞাসা করুন যাচাই করার জন্য
en-US
The following add-ons have not been verified for use in { -brand-short-name }. You can <label data-l10n-name="find-addons">find replacements</label> or ask the developer to get them verified.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-extension
bn
দেখে মনে হচ্ছে আপনি কোনও বাগ চিহ্নিত করেছেন। এখানে রিপোর্ট জমা দেওয়ার পাশাপাশি সেরা উপায় হল কার্যকারিতা সমস্যার সমাধান করা জন্য এক্সটেনশন ডেভেলপারের সাথে যোগাযোগ করা। ডেভেলপারের তথ্য পেতে<a data-l10n-name="support-link">এক্সটেনশনের ওয়েবসাইট দেখুন</a>।
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the extension developer. <a data-l10n-name="support-link">Visit the extension’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-theme
bn
দেখে মনে হচ্ছে আপনি কোনও বাগ চিহ্নিত করেছেন। এখানে রিপোর্ট জমা দেওয়ার পাশাপাশি সেরা উপায় হল কার্যকারিতা সমস্যার সমাধান করা জন্য এক্সটেনশন ডেভেলপারের সাথে যোগাযোগ করা। ডেভেলপারের তথ্য পেতে<a data-l10n-name="support-link">এক্সটেনশনের ওয়েবসাইটটি দেখুন</a>।
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the theme developer. <a data-l10n-name="support-link">Visit the theme’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-color-scheme-simulation.label
bn
Warning: Source string is missing
en-US
Developer Tools: Color Scheme Simulation
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-compatibility-panel.label
bn
Warning: Source string is missing
en-US
Developer Tools: Compatibility Panel
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-execution-context-selector.label
bn
Warning: Source string is missing
en-US
Developer Tools: Execution Context Selector
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-serviceworker-debugger-support-description
bn
Warning: Source string is missing
en-US
Enables experimental support for Service Workers in the Debugger panel. This feature may slow the Developer Tools down and increase memory consumption.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-serviceworker-debugger-support.label
bn
Warning: Source string is missing
en-US
Developer Tools: Service Worker debugging
Please enable JavaScript. Some features won't be available without it.