35 lines
3.4 KiB
Properties
35 lines
3.4 KiB
Properties
# 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/.
|
|
|
|
Reset = পুনঃনির্ধারণ
|
|
Submit = কোয়েরি জমা দেয়া হবে
|
|
Browse = ব্রাউজ…
|
|
FileUpload = ফাইল আপলোড
|
|
DirectoryUpload = আপলোড করার জন্য ফোল্ডার নির্বাচন করুন
|
|
DirectoryPickerOkButtonLabel = আপলোড
|
|
ForgotPostWarning = ফর্মের মধ্যে enctype=%S রয়েছে কিন্তু method=post নেই। এর পরিবর্তে method=GET ব্যবহার করে কোনো enctype ছাড়া স্বাভাবিকভাবে জমা দেওয়া হচ্ছে।
|
|
ForgotFileEnctypeWarning = ফরমে একটি ফাইল থেকে ইনপুট করা হয়েছে, কিন্তু method=POST ও enctype=multipart/form-data পাওয়া যায়নি। ফাইলটি প্রেরণ করা হবে না।
|
|
# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
|
|
DefaultFormSubject = %S থেকে ফর্ম পোস্ট করা হবে
|
|
CannotEncodeAllUnicode = %S এনকোডিং এ একটি ফর্ম জমা দেওয়া হয়েছে যা সকল ইউনিকোড বর্ণ এনকোড করতে পারবে না, তাই ব্যবহারকারীর ইনপুট ক্ষতিগ্রস্থ হতে পারে। এই সমস্যা এড়িয়ে চলতে, পাতাকে পরিবর্তন করতে হবে যাতে ফর্মটি UTF-8 এনকোডিং এ জমা হয় এর জন্য পাতাকে UTF-8 এনকোডিং এ রূপান্তর করতে হবে অথবা ফর্ম উপাদানে accept-charset=utf-8 নির্দিষ্ট করে দিতে হবে।
|
|
AllSupportedTypes = সমস্ত সমর্থিত ধরন
|
|
# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
|
|
# <input type='file'> when there is no file selected yet.
|
|
NoFileSelected = কোন ফাইল নির্বাচন করা নেই।
|
|
# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
|
|
# <input type='file' multiple> when there is no file selected yet.
|
|
NoFilesSelected = কোন ফাইল নির্বাচন করা নেই।
|
|
# LOCALIZATION NOTE (NoDirSelected): this string is shown on a
|
|
# <input type='file' directory/webkitdirectory> when there is no directory
|
|
# selected yet.
|
|
NoDirSelected = কোন ডিরেক্টরি নির্বাচিত হয়নি।
|
|
# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
|
|
# <input type='file' multiple> when there are more than one selected file.
|
|
# %S will be a number greater or equal to 2.
|
|
XFilesSelected = %S ফাইল নির্বাচন করা হয়েছে।
|
|
ColorPicker = একটি রঙ নির্বাচন করুন
|
|
# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
|
|
# it has no direct <summary> child. Google Chrome should already have this
|
|
# string translated.
|
|
DefaultSummary = বিস্তারিত
|