diff options
Diffstat (limited to 'l10n-bn/devtools/startup')
-rw-r--r-- | l10n-bn/devtools/startup/aboutDevTools.ftl | 40 | ||||
-rw-r--r-- | l10n-bn/devtools/startup/key-shortcuts.properties | 63 | ||||
-rw-r--r-- | l10n-bn/devtools/startup/startup.properties | 8 |
3 files changed, 111 insertions, 0 deletions
diff --git a/l10n-bn/devtools/startup/aboutDevTools.ftl b/l10n-bn/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..7a9dfc61fe --- /dev/null +++ b/l10n-bn/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,40 @@ +# 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/. + +head-title = ডেভেলপার টুল সম্বন্ধে +enable-title = Firefox Developer Tools সক্রিয় করুন +enable-inspect-element-title = উপাদান পরিদর্শন করার জন্য Firefox Developer Tools কে সক্রিয় করুন +enable-inspect-element-message = ডেভেলোপার টুলস’ ইনসপেক্টর দিয়ে HTML ও CSS পরীক্ষা এবং সম্পাদনা করুন। +enable-about-debugging-message = Firefox Developer Tools এর মাধ্যমে WebExtensions, এবং ওয়েব ওয়ার্কার্স, সার্ভিস ওয়ার্কার্স ডেভেলপ এবং ডিবাগ করুন। +enable-key-shortcut-message = আপনি শর্টকাট Developer Tools সক্রিয় করেছেন। যদি এটি কোনও ভুল হয়ে থাকে, তবে আপনি এই ট্যাবটি বন্ধ করতে পারেন। +enable-learn-more-link = ডেভেলোপার টুল সম্পর্কে আরও জানুন +enable-enable-button = ডেভেলপার টুল সক্রিয় করুন +enable-close-button = এই ট্যাব বন্ধ করুন + +welcome-title = Firefox ডেভেলপার টুলে স্বাগতম! +newsletter-title = Mozilla ডেভেলপার নিউজলেটার +newsletter-email-placeholder = + .placeholder = ইমেইল +newsletter-subscribe-button = সাবস্ক্রাইব +newsletter-thanks-title = ধন্যবাদ! + +footer-title = Firefox Developer Edition +footer-learn-more-link = আরও জানুন + +features-learn-more = আরও জানুন +features-inspector-title = পরিদর্শক +features-console-title = কনসোল +features-debugger-title = ডিবাগার +features-network-title = নেটওয়ার্ক +features-storage-title = স্টোরেজ +features-storage-desc = ক্যাশে, কুকিজ, ডাটাবেজ ও সেশন ডেটা যোগ, সংশোধন ও অপসারণ করুন। <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = রিসপনসিভ ডিজাইন মোড +features-visual-editing-title = ভিজ্যুয়াল এডিটিং +features-performance-title = কার্যকারিতা +features-memory-title = মেমরি +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = সাবস্ক্রিপশন অনুরোধ ব্যর্থ হয়েছে ({ $errorDescription })। +newsletter-error-unknown = একটি অপ্রত্যাশিত ত্রুটি ঘটেছে। +newsletter-error-timeout = সাবস্ক্রিপশন অনুরোধ মেয়াদোত্তীর্ণ হয়েছে। diff --git a/l10n-bn/devtools/startup/key-shortcuts.properties b/l10n-bn/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..0537a29099 --- /dev/null +++ b/l10n-bn/devtools/startup/key-shortcuts.properties @@ -0,0 +1,63 @@ +# 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 NOTE (toggleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toggleToolboxF12.commandkey): +# Alternative key pressed to open a toolbox with the default panel selected +toggleToolboxF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (browserToolbox.commandkey): +# Key pressed to open the Browser Toolbox, used for debugging Firefox itself +browserToolbox.commandkey=I + +# LOCALIZATION NOTE (browserConsole.commandkey): +# Key pressed to open the Browser Console, used for debugging Firefox itself +browserConsole.commandkey=J + +# LOCALIZATION NOTE (responsiveDesignMode.commandkey): +# Key pressed to toggle on the Responsive Design Mode +responsiveDesignMode.commandkey=M + +# LOCALIZATION NOTE (inspector.commandkey): +# Key pressed to open a toolbox with the inspector panel selected +inspector.commandkey=C + +# LOCALIZATION NOTE (webconsole.commandkey): +# Key pressed to open a toolbox with the web console panel selected +webconsole.commandkey=K + +# LOCALIZATION NOTE (netmonitor.commandkey): +# Key pressed to open a toolbox with the network monitor panel selected +netmonitor.commandkey=E + +# LOCALIZATION NOTE (styleeditor.commandkey): +# Key pressed to open a toolbox with the style editor panel selected +styleeditor.commandkey=VK_F7 + +# LOCALIZATION NOTE (performance.commandkey): +# Key pressed to open a toolbox with the performance panel selected +performance.commandkey=VK_F5 + +# LOCALIZATION NOTE (storage.commandkey): +# Key pressed to open a toolbox with the storage panel selected +storage.commandkey=VK_F9 + +# LOCALIZATION NOTE (dom.commandkey): +# Key pressed to open a toolbox with the DOM panel selected +dom.commandkey=W + +# LOCALIZATION NOTE (accessibilityF12.commandkey): +# Key pressed to open a toolbox with the accessibility panel selected +accessibilityF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (profilerStartStop.commandkey): +# Key pressed to start or stop the performance profiler +profilerStartStop.commandkey=VK_1 + +# LOCALIZATION NOTE (profilerCapture.commandkey): +# Key pressed to capture a recorded performance profile +profilerCapture.commandkey=VK_2 diff --git a/l10n-bn/devtools/startup/startup.properties b/l10n-bn/devtools/startup/startup.properties new file mode 100644 index 0000000000..9f9afc5339 --- /dev/null +++ b/l10n-bn/devtools/startup/startup.properties @@ -0,0 +1,8 @@ +# 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 NOTE (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.label=ডেভেলপার টুল সক্রিয় করুন… +enableDevTools.accesskey=E |